@charset "utf-8";

:root {
  --base-font-gothic: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: HelveticaNeue;/* w300 / w700 */
  --base-font-weight: 500;
  --base-txt-black: #1c1c1c;
}

body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--base-font-gothic02);
  font-optical-sizing: auto;
  font-weight: var(--base-font-weight);
  color: var(--base-txt-black);
  letter-spacing: 0.08em;
}
.alpha {
  font-family: "Oswald", sans-serif;
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}

/*
body.home {
  background-image: url('./../../images/design/design-index.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}

@media all and (max-width: 750px){
  body.home {
    background-image: url('./../../images/design/design-top-mv02-sp.jpg');
    background-repeat: no-repeat;
    background-position: center -1.6vw;
    background-size: 100% auto;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
  }
}*/
/*
body.home .boxLayoutBaseIn {
  min-height: 6000px;
}*/

#container {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 750px){
  #container {
    /*overflow: hidden;*/
    padding-top: 16.7vw;
  }
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 750px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  /*background-color: #ccc;*/
}
@media all and (max-width: 750px){
  .boxHeader {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}

.boxHeader01 {
  border-top: 11px solid #259950;
  position: relative;
  height: 225px;
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: 16.7vw;
  }
}

.boxHeader01L {
}
@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 4.5vw;
    left: 4vw;
    width: 40vw;
  }
}

@media all and (max-width: 750px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  margin-left: 1.0em;
}


.boxHeader01R .ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  top: 1.56em;
  left: 0;
  right: 0;
  width: 0.49em;
  height: 0.49em;
  margin: auto;
  border-radius: 0.49em;
  background-color: #666;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.boxHeader01R .ulHeaderMenu01 > li.current:after,
.boxHeader01R .ulHeaderMenu01 > li:hover:after {
  opacity: 1;
}


.boxHeader01R .ulHeaderMenu01In {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.5em;
  display: none;
  min-width: 130px;
  padding: 50px 0.5em 0.3em 0.8em;
  background-color: #fff;
  opacity: 0;
}

.boxHeader01R .ulHeaderMenu01 > li:hover .ulHeaderMenu01In {
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

.boxHeader01R .ulHeaderMenu01In > li {
  margin-bottom: 0.5em;
  font-size: 0.95rem;
}



/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ddd;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 5vw;
    right: 4vw;
    display: -webkit-flex;
    display: flex;
    width: 9.86vw;
    height: 4vw;
    background-color: transparent;
  }
  .btnHmbMenu:after {
    content: "MENU";
    color: #259950;
    font-size: 3vw;
    font-weight: bold;
    position: absolute;
    bottom: -1.7em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    white-space: nowrap;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 100%;
    height: 100%;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #7dd458;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 0.53vw;
    border-radius: 0.8vw;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(11.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-11.1px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
    transform: translateY(calc(1.7vw - 0.8vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(calc(-2.2vw + 0.8vw / 2)) rotate(45deg);
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5% 0 5%;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 16.7vw 0 5vw 0;
    text-align: left;
  }
}

.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 0 3vw 4vw;
    font-size: 1.1rem;
  }
  .ulHmbMenu01 > li:first-child {
    padding-top: 7vw;
  }
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 750px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 253px;
  background-image: url('./../../images/common/bg-mv.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 37.3vw;
    /*
    background-image: url('./../../images/base/sp-base-mv-bg01.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    background: url('./../../images/common/bg-mv_sp.jpg');
    background-size: cover;
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ttlMv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  
}
@media all and (max-width: 750px){
  .ttlMv {
    /*padding-top: 0.5em;*/
  }
}

.ttlMv .ttlParent {
  margin-bottom: 0em;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    font-size: 1.1rem;
  }
}

.ttlMv .ttlJa {
  letter-spacing: 0.2em;
  font-size: 2.81rem;
  font-weight: 800;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    font-size: 1.4rem;
  }
}

.ttlMv .ttlEn {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  opacity: 0.42;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    /*
    font-size: 2.5rem;*/
  }
}

.boxMvImg {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60.7%;
  height: 466px;
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  /*opacity: 0.7;*/
}



/*##### Footer #####*/
.boxFooter {
  padding-top: 5.0em;
}
@media all and (max-width: 750px){
  .boxFooter {
    padding-top: 2.5em;
  }
}

.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  color: #259950;
  font-weight: 400;
}
@media all and (max-width: 750px){
  .boxCopyright {
    height: 3.0em;
  }
}

.boxCopyright > p {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}
@media all and (max-width: 750px){
  .boxCopyright > p {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

@media all and (max-width: 750px){
  .boxCopyright > p .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}


/*##### Base Page #####*/
.boxPageWrap {
  padding: 75px 0 8.0em 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.0em 0 5em 0;
  }
}

.boxPage01 {
 
}
@media all and (max-width: 750px){
  .boxPage01 {
    padding-top: 2.0em;
    padding-bottom: 2.5em;
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}
.boxBreadcrumb {
  max-width: 1440px;
  padding: 0;
}
.boxBreadcrumbWrap {
  background-color: #58b530;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
}
.breadcrumbIn {
  position: relative;
  padding-left: 24px;
}
.breadcrumbIn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 7px;
}
.boxFooter01Wrap {
  padding: 120px 0;
  background: url("../../images/common/bg-footer01.jpg") no-repeat center top;
  background-size: cover;
}
.boxFooter01 {
  max-width: 1080px;
}
.boxFooter01 .box01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.boxFooter01 .box02 {
  display: flex;
}
.boxFooter01 .box02 .left {
  width: 50%;
  text-align: center;
}
.boxFooter01 .box02 .left span {
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 1.68rem;
  margin-bottom: 30px;
}
.boxFooter01 .box02 .left img {
  max-width: 488px;
  margin: auto;
}
.boxFooter01 .box02 .right {
  width: 50%;
  padding-left: 2%;
}
.boxFooter01 .box02 .right .tel01 {
  color: #fff;
  font-weight: bold;
  font-size: 64px;
  padding-left: 80px;
  background: url("../../images/common/svg/freedial_w.svg") no-repeat left center;
  background-size: 65px;
  display: block;
  margin-top: -2px;
  margin-bottom: 20px;
  line-height: 1;

}
.boxFooter01 .box02 .right .p01 {
  display: flex;
  align-items: center;
  line-height: 1;
}
.boxFooter01 .box02 .right .p01 span {
  width: 222px;
  height: 36px;
  background: url("../../images/common/bg-yajirushi.png") no-repeat left center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
}
.boxFooter01 .box02 .right .p01 .alpha {
  font-size: 40px;
  color: #fff;
}
.boxFooter01 .box02 .right .p02 {
  max-width: 463px;
  border-radius: 10em;
  background-color: #fff;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 20px;
}
.boxFooter02Wrap {
  padding: 60px 0 80px 0;
  background-color: #259950;
  color: #fff;
}
.boxFooter02 {
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
}
.boxFooter02 .left {
  width: 368px;
}
.boxFooter02 .left .f_logo {
  margin-bottom: 30px;
}
.boxFooter02 .left .f_logo span {
  display: block;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 12px;
  padding-left: 1em;
  letter-spacing: 0.12em;
}
.boxFooter02 .left .f_logo img {
  width: 273px;
}
.boxFooter02 .left .p01 {
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  margin-bottom: 14px;
}
.boxFooter02 .left .p01 .alpha {
  width: 81px;
  height: 24px;
  border-radius: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  border: 1px solid #97ceab;
  margin-left: auto;
}
.boxFooter02 .left .p02 {
  line-height: 2;
  margin-bottom: 70px;
}
.boxFooter02 .left .btn_area {
}
.boxFooter02 .left .btn_area a {
  height: 65px;
  border-radius: 10em;
  background: url("../../images/common/svg/arrow_green02.svg") no-repeat right 20px center;
  background-size: 24px;
  background-color: #fff100;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1;
}
.boxFooter02 .left .btn_area a:nth-child(n+2) {
  margin-top: 15px;
}
.boxFooter02 .left .btn_area a.btn01 {
  background-image: url(../../images/common/svg/img-mail.svg),url("../../images/common/svg/arrow_green02.svg");
  background-repeat: no-repeat,no-repeat;
  background-size: 42px, 24px;
  background-position: 24px bottom,right 20px center;
}
.boxFooter02 .left .btn_area a.btn02 {
  background-image: url(../../images/common/svg/ico-line.svg),url("../../images/common/svg/arrow_green02.svg");
  background-repeat: no-repeat,no-repeat;
  background-size: 41px, 24px;
  background-position: 28px center,right 20px center;
}
.boxFooter02 .left .btn_area .btn03 {
  background-color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  justify-content: flex-start;
  padding-left: 13px;
}
.boxFooter02 .left .btn_area .btn03 span {
  font-size: 0.85rem;
  width: 115px;
  height: 33px;
  border-radius: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: #d7e0e5;
  margin-right: 9px;
}
.boxFooter02 .right {
  width: calc(100% - 368px);
  padding-left: 5%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.boxFooter02 .right dl {
  width: 196px;
}
.boxFooter02 .right dl dt {
  font-weight: bold;
}
.boxFooter02 .right dl dt a {
  padding: 20px 0;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #92cca8;
  position: relative;
}
.boxFooter02 .right dl dt a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 1px #92cca8;
  border-right: solid 1px #92cca8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.boxFooter02 .right dl dd {
}
.boxFooter02 .right dl dd ul {
  margin: 18px 0;
}
.boxFooter02 .right dl dd ul li {
  font-size: 0.9375rem;
}
.boxFooter02 .right dl dd ul li:nth-child(n+2) {
  margin-top: 0.8em;
}
.boxFooter02 .right dl .flex {
  display: flex;
  flex-wrap: wrap;
}
.boxFooter02 .right dl .flex ul {
  width: 50%;
}
.boxFooter02 .right dl .flex ul li {
}
.boxFooter02 .right dl .flex ul li a {
}
.boxFooter02 .right dl .last {
  width: 100%!important;
}
.boxFooter02 .sns {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.boxFooter02 .sns a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.boxFooter02 .sns a img {
  width: 22px;
}
.boxFooter02 .sns a.line img {
  width: 36px;
}
.boxFooter02 .sns a.youtube img {
  width: 28px;
}
.boxFooter02 .sns a:nth-of-type(2) img {
  width: 18px;
}
.boxFooterMap {
  position: relative;
  padding-top: 23%;
}
.boxFooterMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upToTop.is-stop {
  bottom: 48%;
}


/*##### Common Contents #####*/
.boxBnrMv01 {
  max-width: 1280px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.boxBnrMv01 a {
  display: block;
  width: 224px;
  margin-left: auto;
  position: relative;
  opacity: 1!important;
}
.boxBnrMv01 img {
  opacity: 1!important;
}
.boxBnrMv01:after {
  content: "";
  width: 181px;
  height: 300px;
  background: url("../../images/common/svg/mv_chara0202.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -110px;
  right: -153px;
  pointer-events: none;
}
.boxBnrMv01:before {
  content: "";
  width: 113px;
  height: 29px;
  border-radius: 50%;
  background-color: #b2b2b2;
  position: absolute;
  bottom: -110px;
  right: -127px;
}
.boxBnrMv01 .btn {
  width: 148px;
  height: 29px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url("../../images/common/svg/arrow_green02.svg") no-repeat right 9px center;
  background-color: #fff;
  background-size: 1em;
  border-radius: 10em;
  padding-left: 1em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
  z-index: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.boxAnchor01 {
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 80px auto;
  text-align: center;
}
.boxAnchor01 li {
  font-weight: bold;
  display: inline-block;
  margin: 0 20px 2em 20px;
}
.boxAnchor01 li a {
  padding: 0 20px 1em 20px;
  position: relative;
  display: block;
}
.boxAnchor01 li a:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 10em;
  background-color: #58b530;
  position: absolute;
  left: 0;
  bottom: 0;
}
.boxAnchor01 li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #58b530;
  border-bottom: 0;
  position: absolute;
  left: 1em;
  bottom: -8px;
}
.boxFaq01 .dl:nth-child(n+2) {
  margin-top: 2rem;
}
.boxFaq01 .dl .dt {
  display: flex;
  background-color: #259950;
  border-radius: 10em;
  padding: 1rem 35px;
  margin-bottom: 24px;
}
.boxFaq01 .dl .dt .alpha {
  color: #fff100;
  font-weight: bold;
  font-size: 30px;
  width: 45px;
}
.boxFaq01 .dl .dt div:nth-of-type(2) {
  width: calc(100% - 34px);
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  padding-top: 0.4em;
}
.boxFaq01 .dl .dd {
  padding-left: 37px;
  display: flex;
}
.boxFaq01 .dl .dd .alpha {
  width: 40px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #259950;
}
.boxFaq01 .dl .dd div:nth-of-type(2) {
  width: calc(100% - 40px);
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 0.3em;
  line-height: 1.88;
  padding-right: 30px;
}

.boxBaseContent01 {
  margin-bottom: 90px;
}
@media only screen and (max-width:750px) {
  .boxFooter01 .box01 {
    display: block;
  }
  .boxFooter01 .box01 a {
    display: block;
    margin: auto;
    text-align: center;
  }
  .boxFooter01 .box01 a:nth-child(n+2) {
    margin-top: 1rem;
  }
  .boxFooter01Wrap {
    padding: 5rem 0;
  }
  .boxFooter01 .box02 {
    display: block;
  }
  .boxFooter01 .box02 .left {
    width: 100%;
  }
  .boxFooter01 .box02 .right {
    width: 100%;
    padding: 0;
    margin-top: 1.5rem;
  }
  .boxFooter01 .box02 .left span {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .boxFooter01 .box02 .left img {
    width: 50%;
  }
  .boxFooter01 .box02 .right .tel01 {
    font-size: 2.5rem;
    width: 76vw;
    white-space: nowrap;
    margin: auto;
  }
  .boxFooter01 .box02 .right .p01 span {
    font-size: 0.85rem;
    width: 10em;
    margin-right: 0.5rem;
  }
  .boxFooter01 .box02 .right .p01 .alpha {
    font-size: 2rem;
  }
  .boxFooter01 .box02 .right .p01 {
    justify-content: center;
    margin-top: 0.7em;
  }
  .boxFooter01 .box02 .right .p02 {
    font-size: 1rem;
  }
  .boxFooter02 .left {
    width: 100%;
  }
  .boxFooter02 {
    display: block;
  }
  .boxFooter02 .left .p02 {
    margin-bottom: 1.5rem;
  }
  .boxFooter02 .right {
    width: 100%;
    padding: 0;
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
  .boxFooter02 .right dl {
    width: 46%;
    font-size: 0.9rem;
  }
  .boxFooter02 .right dl dt a {
    padding: 1em 0;
  }
  .boxFooter02 .right dl:nth-of-type(2) {
    margin-left: auto;
  }
  .boxFooter02 .right dl dd ul li {
    font-size: 0.85rem;
  }
  .boxFooterMap {
    padding-top: 60%;
  }
  .boxBnrMv01 {
    display: none;
  }
  .boxBreadcrumbWrap {
    display: none;
  }
}
.logo01Header {
  width: 480px;
}
.boxHeaderLogo01 .sub {
  display: block;
  font-size: 0.85rem;
  color: #868686;
  text-align: center;
  padding-left: 2em;
  margin-bottom: 0.3em;
}
.boxHeader01L {
  width: 550px;
  height: 120px;
  border-bottom-right-radius: 45px;
  background-color: #fff;
  border-top: 11px solid #7dd458;
  box-sizing: border-box;
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: -11px;
  padding-top: 10px;
}
.boxHeader01R {
  width: 100%;
}
.boxHeader01R01 {
  background-color: #f4f4f4;
  height: 43px;
  display: flex;
  justify-content: flex-end;
  padding-right: 23px;
}
.boxHeader01R01 .ul01 {
  display: flex;
  justify-content: flex-end;
}
.boxHeader01R01 .ul01 li {
  letter-spacing: 0.1em;
  color: #259950;
  align-items: center;
  line-height:1;
  display: flex;
  align-items: center;
}
.boxHeader01R01 .ul01 li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #a6d492;
  margin: 1px 7px 0 7px;
}
.boxHeader01R01 .tel01 {
  font-size: 1.95rem;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-left: 24px;
  padding-left: 40px;
  background: url(../../images/common/svg/freedial.svg) no-repeat left center;
  background-size: 29px;
}
.boxHeader01R01 .tel02 {
  margin-left: 10px;
  display: flex;
  align-items: center;
  color: #686868;
  font-size: 1.5rem;
}
.boxHeader01R01 .sns {
  margin-left: 13px;
  display: flex;
  align-items: center;
}
.boxHeader01R01 .sns li {
  width: 32px;
  height: 32px;
}
.boxHeader01R01 .sns li:nth-child(n+2) {
  margin-left: 4px;
}
.boxHeader01R01 .sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10em;
}
.boxHeader01R01 .sns li a img {
  width: 20px;
}
.boxHeader01R01 .sns li:nth-of-type(2) a img {
  width: 18px;
}
.boxHeader01R01 .sns li:nth-of-type(3) a img {
  width: 24px;
  margin-top: 2px;
}
.boxHeader01R02 {
  padding-right: 23px;
  background: url(../../images/common/bg-header01.png) no-repeat center top;
  background-size: 100%;
  border-top: 4px solid #fff;
}
.boxHeaderBnr01 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: -4px;
}
.boxHeaderBnr01 .box {
  width: 202px;
  height: 60px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}

.boxHeaderBnr01 .box:nth-child(n+2) {
  margin-left: 9px;
}
.boxHeaderBnr01 .box a {
  background: url(../../images/common/svg/img-mail.svg) no-repeat left bottom;
  background-size: 38px;
  background-color: #fff100;
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 0 0 53px;
}
.boxHeaderBnr01 .box .p01 {
  display: block;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 3px;
  font-size: 0.85rem;
}
.boxHeaderBnr01 .box .p02 {
  display: block;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1;
}
.boxHeaderBnr01 .box02 .p01,
.boxHeaderBnr01 .box.box02 .p01 .txt_red {
  font-size: 0.75rem;
}
.boxHeader01R02 .boxHeaderBnr01 .box.box02 {
  width: 252px;
}
.boxHeaderBnr01 .box02 a {
  background-image: url(../../images/common/svg/ico-line.svg);
  background-size: 41px;
  background-position: 13px center;
  padding: 9px 0 0 64px;
}
.boxHeaderBnr01 .box.box02 .p01 .txt_red {
  font-size: 0.85rem;
}
.boxHeaderBnr01 .box.box03 {
}
.boxHeaderBnr01 .box.box03 a {
  background: none;
  background-color: #259950;
  padding-left: 0;
  padding-top: 5px;
  text-align: center;
}
.boxHeaderBnr01 .box.box03 a .p01 {
  color: #cfe4d5;
  font-size: 0.85rem;
  padding-left: 31px;
  background: url(../../images/common/svg/icn-mail01.svg) no-repeat left center;
  background-size: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.boxHeaderBnr01 .box.box03 a .p02 {
  color: #fff;
  font-size: 1.3125rem;
}
.boxHeaderUl01 ul {
  display: flex;
  justify-content: center;
}
.boxHeaderUl01 {
  margin-top: 35px;
}
.boxHeaderUl01 ul li {
  font-size: 1.5625rem;
  font-weight: 800;
  margin: 0 24px;
  position: relative;
}
.boxHeaderUl01 li a {
  padding-bottom: 15px;
  display: block;
  height: 100%;
  opacity: 1 !important;
}
.boxHeaderUl01 ul li:before {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 10em;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.boxHeaderUl01 ul li:after {
  content: "";
  height: 5px;
  width: 35%;
  background-color: #58b530;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10em;
  opacity: 0;
  transition: all 0.3s;
}
.boxHeaderUl01 li:hover:before,.boxHeaderUl01 li.current:before {
  background-color: #259950;
}
.boxHeaderUl01 li:hover:after,.boxHeaderUl01 li.current:after {
  opacity: 1;
}
@media only screen and (max-width:750px) {
  .boxHeaderLogo01 .sub {
    display: none;
  }
  .boxHeader01L {
    position: static;
    width: auto;
    height: auto;
    border: none;
  }
  .boxHeader01 {
    background-color: #fff;
    border-width: 6px;
  }
  .boxUlHmbMenu01 .boxFooter02 .right {
    margin-top: 0;
  }
  .boxUlHmbMenu01 .boxFooter02 .right dl {
    width: 100%;
  }
  .boxUlHmbMenu01 .boxFooter02 .right dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  .boxUlHmbMenu01 .boxFooter02 .right dl dd ul li {
    width: 33.3%;
    margin: 0;
  }
  .boxUlHmbMenu01 .boxFooter02 .right dl dd ul li:nth-child(n+4) {
    margin-top: 0.8em;
  }
  .boxUlHmbMenu01 .boxFooter02 .right dl .flex ul {
    width: 100%;
    margin: 0 0 0.8em 0;
  }
  .boxUlHmbMenu01 .boxFooter02 .right dl .flex ul li{
    width: 25%;
    margin: 0 !important;
  }
  .boxUlHmbMenu01 .boxFooter02 .right dl .flex {
    display: none;
  }
  .boxUlHmbMenu01 .boxFooter02 .right dl .flex ul.last li {
    width: 33.3%;
  }
  .boxUlHmbMenu01 .boxFooter02 .sns {
    position: static;
    justify-content: center;
    margin: 2rem auto;
  }
}
@media only screen and (max-width:1500px) and (min-width:751px) {
  .boxBnrMv01 {
    width: 76%;
  }
}

@media only screen and (max-width:1360px) and (min-width:751px) {
  .boxHeaderUl01 ul li {
    font-size: 1.3rem;
  }
  .logo01Header {
    width: 320px;
  }
  .boxHeader01L {
    width: 380px;
    padding-left: 15px;
  }
  .boxHeaderLogo01 .sub {
    font-size: 0.7rem;
    padding-left: 0;
  }
  .boxHeader {
    min-width: 1220px;
  }
}
.boxSpTel01,.boxFooterSpBnr {
  display: none;
}

@media only screen and (max-width:750px) {
  .boxSpTel01 {
    display: block;
    position: absolute;
    right: 18vw;
    top: 3.85vw;
    width: 9.3vw;
    height: 10.2vw;
    z-index: 1;
    text-align: center;
  }
  .boxSpTel01:after {
    content: "お電話";
    color: #259950;
    font-size: 2.6vw;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    white-space: nowrap;
  }
  .boxSpTel01 a {
    display: block;
  }
  .boxSpTel01 img {
    width: 4.4vw;
  }
  .boxFooterSpBnr {
    display: block;
    padding: 0 0.93vw;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
  }
  .boxFooterSpBnr .boxHeaderBnr01 {
    margin: 0;
    justify-content: space-between;
  }
  .boxHeaderBnr01 .box {
    width: 33%;
    height: 12vw;
    border-radius: 0;
    border: 0.66vw solid #fff;
    border-bottom: none;
    border-top-left-radius: 2.8vw;
    border-top-right-radius: 2.8vw;
    margin: 0 !important;
  }
  .boxHeaderBnr01 .box a {
    background-size: 6.8vw;
    padding: 2.5vw 0 0 8.5vw;
  }
  .boxHeaderBnr01 .box .p01 {
    font-size: 2.577vw;
  }
  .boxHeaderBnr01 .box .p02 {
    font-size: 3.2vw;
  }
  .boxHeaderBnr01 .box02 a {
    background-size: 6vw;
    background-position: 1.5vw 63%;
    padding-left: 9vw;
    padding-top: 2.8vw;
  }
  .boxHeaderBnr01 .box.box02 .p01 .txt_red {
    font-size: inherit;
  }
  .boxHeaderBnr01 .box02 .p01 {
    font-size: 2vw;
    margin-bottom: 4px;
  }
  .boxHeaderBnr01 .box.box03 a .p01{
    background-size: 4vw;
    background-position: 0.5vw center;
    font-size: 2.3vw;
    padding: 1vw 0 1vw 6vw;
    margin-bottom: 2px;
  }
  .boxHeaderBnr01 .box.box03 a .p02 {
    font-size: 3.3vw;
  }
  .boxHeaderBnr01 .box.box03 a {
    padding-top: 0.3vw;
  }
  .boxFooter02 .left .btn_area a.btn01 {
    background-position: 1vw bottom,right 4vw center;
  }
  .boxFooter02 .left .btn_area a.btn02 {
    background-position: 5vw center, right 4vw center;
  }
  .boxFooter02 .left .btn_area .btn03 {
    background-position:right 4vw center;
  }
  .boxFooter02 .left .btn_area .btn03 span {
    width: 9em;
    height: 3em;
  }
  .boxFooter02 .sns a {
    width: 10vw;
    height: 10vw;
    padding: 0 5%;
  }
  .boxFooter02 .sns a.line {
    padding: 0 2.5%;
  }
    .boxFooter02 .sns a.line {
    padding: 0 2.5%;
  }
  .boxFooter02 .sns a.youtube {
    padding: 0 4%;
  }

  .boxFooter02 .sns a img {
    width: 100% !important;
  }
  .boxFaq01 .dl .dd {
    padding-left: 5.5vw;
  }
  .boxFaq01 .dl .dt p:nth-of-type(2) {
    padding-top: 0 !important;
  }
  .boxFooter02 .left .f_logo {
    text-align: center;
  }
}
.boxFooter02 .right dl dt.bnr a:before {
  content: none;
}
.boxFooter02 .right dl dt {
  border: none;
}
.boxFooter02 .right dl dt.bnr {
  position: relative;
  border: none !important;
}
.boxFooter02 .right dl dt.bnr a {
  opacity: 1 !important;
  border: none !important;
}
.boxFooter02 .right dl dt.bnr .chara01 {
  position: absolute;
  right: 8px;
  top: 30px;
  width: 70px;
  z-index: 1;
}
.boxFooter02 .right dl dt.bnr .chara01 {
  display: inline-block;
  transform-origin: 50% 85%; /* 顎あたりを支点 */
  animation: headSwing 2s ease-in-out infinite;
}

@keyframes headSwing {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@media only screen and (max-width:750px) {
  .boxFooter02 .right dl dt.bnr .chara01 {
    right: 3%;
    top: 23%;
    width: 15vw;
  }
}








