@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: 400;
  --base-txt-black: #6c4d46;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fff;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: var(--base-font-weight);
  color: var(--base-txt-black);
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}
small {
  font-size: 0.8666em;
}
/*
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;
}
*/
/*
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;*/
  padding: 45px 0 30px 0;
  background: url("../../images/common/header-bg01.png") no-repeat left top;
}
@media all and (max-width: 750px){
  .boxHeader {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    background-size: 200%;
    background-color: #fff;
  }
}

.boxHeader01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: 18vw;
  }
}

.boxHeader01L {
}
@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 5.5vw;
    left: 4vw;
    width: 58vw;
  }
  .boxHeader01 .boxHeader01R02 {
    display: none;
  }
}

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

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

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  font-size: 1.125rem;
  padding-bottom: 50px;
}
.boxHeader01R .ulHeaderMenu01 > li:nth-child(n+2) {
  margin-left: 2em;
}

.boxHeader01R .ulHeaderMenu01 > li:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../../images/common/ico-star.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 20px;
  margin: auto;
  bottom: 20px;
}
.boxHeader01R .ulHeaderMenu01 > li.has_child > a {
  padding-right: 20px;
  position: relative;
}
.boxHeader01R .ulHeaderMenu01 > li.has_child > a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #542a2c;
  border-right: 1px solid #542a2c;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}

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


.boxHeader01R .ulHeaderMenu01In {
  position: absolute;
  z-index: -1;
  top: 4rem;
  left: -2.5em;
  display: none;
  min-width: 190px;
  padding: 1rem;
  background-color: #fff;
  opacity: 0;
  border-radius: 1rem;
}

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

.boxHeader01R .ulHeaderMenu01In > li {
  margin-bottom: 1em;
  font-size: 0.95rem;
}
.boxHeader01R .ulHeaderMenu01In > li:last-child {
  margin-bottom: 0;
}


/***** 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: 6.5vw;
    right: 4vw;
    display: -webkit-flex;
    display: flex;
    width: 8.5vw;
    height: 6vw;
    background-color: transparent;
  }
}

.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: 2px;
  background-color: #52a0cd;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 0.8vw;
    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(3.0vw - 0.8vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(calc(-3.0vw + 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;
  background: url(../../images/common/footer-bg01.png) no-repeat;
    background-size: cover;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 26vw 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: 294px;
  background-color: #fff;
  background-image: url("../../images/common/header-mv-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 50%;
    background-size: auto 100% ;
  }
}

.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;
  position: relative;
}
.ttlMv:before {
  content: "";
  width: 150px;
  height: 217px;
  background: url("../../images/common/header-mv-img02.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -90px;
}
@media all and (max-width: 750px){
  .ttlMv {
    /*padding-top: 0.5em;*/
  }
}

.ttlMv .ttlParent {
  letter-spacing: 0.28em;
  font-weight: bold;
  font-size: 1.25rem;
  color: #6c4521;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    font-size: 0.9rem;
    text-align: center;
  }
}

.ttlMv .ttlJa {
  font-size: 2.5rem;
  font-weight: bold;
  color: #52a0cd;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    font-size: 1.6rem;
  }
}

.ttlMv .ttlEn {
  letter-spacing: 0.28em;
  font-size: 0.875rem;
  color: #cdc2a5;
  margin-top: 0.5em;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {

  }
}

.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 #####*/
.boxFooterWrap {
  padding: 65px 0;
  background-color: #fefbf9;
  background: url("../../images/common/footer-bg01.png") no-repeat;
  background-size: cover;
}
@media all and (max-width: 750px){
  .boxFooterWrap {
    padding-top: 2.5em;
  }
}

.boxCopyrightWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.66em;
  background-color: #78c7e1;
}
@media all and (max-width: 750px){
  .boxCopyrightWrap {
    height: 3.0em;
  }
}

.boxCopyright {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
}
@media all and (max-width: 750px){
  .boxCopyright {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

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


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

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

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}


/*##### Common Contents #####*/
.boxHeader01R {
  font-weight: bold;
  margin-left: auto;
}
.ulHeaderMenu02 {
  display: flex;
  letter-spacing: 0.22em;
  color: #52a0cd;
  margin-bottom: 30px;
  justify-content: flex-end;
}
.ulHeaderMenu02 > li:nth-child(n+2) {
  margin-left: 1.5em;
}
.ulHeaderMenu02 > li  {
  padding-left: 1.2em;
  background: url("../../images/common/ico-map.png") no-repeat left center;
  background-size: 14px;
  line-height: 1;
  padding-bottom: 1px;
}
.ulHeaderMenu02 > li.ico01 {
  background-size: 16px;
}
.ulHeaderMenu02 > li.ico02 {
  background-image: url("../../images/common/ico-bus.svg");
}
.ulHeaderMenu02 > li.ico03 {
  background-image: url("../../images/common/ico-note.svg");
}
.boxHeader01R02 {
  margin-left: 25px;
  display: flex;
}
.boxHeader01R02 .btn01 {
}
.boxHeader01R02 .btn01 .tel {
  color: #65b65b;
  font-weight: bold;
  font-size: 1.6875rem;
  padding: 0 52px 13px 23px;
  background: url("../../images/common/header-contact-img01.svg") no-repeat right 14px bottom -17px;
  background-size: 40px;
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
}
.boxHeader01R02 .btn01 .contact {
  width: 260px;
  height: 45px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-weight: bold;
  background: url("../../images/common/header-contact-bg.png") no-repeat left center;
  /*background-color: #90c66f;*/
  background-size: cover;
  border-radius: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  position: relative;
}
/*
.boxHeader01R02 .btn01 .contact:before {
  content: "";
  width: 74px;
  height: 53px;
  background: url("../../images/common/header-contact-img02.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 3px;
  top: -7px;
}*/
.boxHeader01R02 .btn01 .contact span:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10em;
  background-color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.boxHeader01R02 .btn01 .contact span:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #5c7b85;
  border-right: 1px solid #5c7b85;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 23px;
  top: 50%;
}
.boxHeader01R02 .btn02 {
  width: 186px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  background: url("../../images/common/header-btn-bg01.png") no-repeat left top;
  background-size: cover;
  margin-left: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;

  letter-spacing: 0.1em;
  position: relative;
}
.boxHeader01R02 .btn02 a {
  display: block;
  height: 100%;
  padding: 54px 0 0 28px;
  position: relative;
}
.boxHeader01R02 .btn02 a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10em;
  background-color: #fff;
  position: absolute;
  right: 16px;
  bottom: 10px;
}
.boxHeader01R02 .btn02 a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #d15d61;
  border-right: 1px solid #d15d61;
  transform: rotate(45deg) ;
  position: absolute;
  right: 23px;
  bottom: 15px;
}
.boxHeader01R02 .btn02:before {
  content: "";
  width: 79px;
  height: 57px;
  background: url("../../images/common/header-btn-img01.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 7px;
  top: -7px;
}
.boxHeader01R02 .btn02:after {
  content: "";
  width: 78px;
  height: 48px;
  background: url("../../images/common/header-btn-img02.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 18px;
}
.boxHeaderLogo01 {
  margin-left: 110px;
}
.boxFooterContactWrap {
  padding: 35px 0;
  background: url("../../images/common/header-mv-bg.png") no-repeat center center;
  background-size: cover;
  border-top: 1px solid #fff;
}
.boxFooterContact {
  display: flex;
  align-items: center;
}
.boxFooterContact .ttl {
  color: #52a0cd;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: 289px;
}
.boxFooterContact .ttl small {
  font-size: 0.733em;
}
.boxFooterContact .ttl span {
  font-size: 0.833em;
  letter-spacing: 5.5px;
}
.boxFooterContact .btn_area {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 289px);
}
.btnBaseContact {
  width: 372px;
  height: 96px;
  background-color: #fff;
  padding-left: 110px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btnBaseContact:before {
  content: "";
  width:127px;
  height: 120px;
  background: url("../../images/common/footer-btn-img02.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: -7px;
  top: -8px;
}
.btnBaseContact span {
  display: block;
  font-weight: bold;
  color: #65b65b;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  width: 100%;
}
.btnBaseContact span > span {
  color: #72896f;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 0.51em;
  margin-top: 0.5em;
  position: relative;
}
.btnBaseContact span > span:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10em;
  background-color: #e0f1dd;
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
}
.btnBaseContact span > span:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #72896f;
    border-right: 1px solid #72896f;
    transform: rotate(45deg) translateY(-60%);
    position: absolute;
    right: 45px;
    top: 50%;
}
.btnBaseTel {
  width: 372px;
  height: 96px;
  background-color: #fff;
  padding-left: 124px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btnBaseTel span {
  display: block;
  font-weight: bold;
  color: #65b65b;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  width: 100%;
}
.btnBaseTel span > span {
  color: #72896f;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 0.51em;
  display: block;
  margin-top: 0.5em;
  width: 100%;
  position: relative;
}
.btnBaseTel:before {
  content: "";
  width: 108px;
  height: 96px;
  background: url("../../images/common/footer-btn-img03.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  left: 13px;
  bottom: 0;
}
.btnBaseOutline {
  width: 372px;
  height: 96px;
  background-color: #fff;
  padding-left: 110px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btnBaseOutline:before {
  content: "";
  width:109px;
  height: 96px;
  background: url("../../images/common/footer-btn-img0102.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -2px;
}
.btnBaseOutline span {
  display: block;
  font-weight: bold;
  color: #3399af;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  width: 100%;
}
.btnBaseOutline span > span {
  color: #5c7b85;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 0.51em;
  margin-top: 0.5em;
  position: relative;
}
.btnBaseOutline span > span:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10em;
  background-color: #dcf2f7;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.btnBaseOutline span > span:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #72896f;
    border-right: 1px solid #72896f;
    transform: rotate(45deg) translateY(-60%);
    position: absolute;
    right: 33px;
    top: 50%;
}
.boxFooter {
  display: flex;
}
.boxFooter .cont01 {
  display: flex;
  width: calc(100% - 395px);
  padding-right: 10%;
}
.boxFooter .cont01 .box:nth-child(n+2) {
  margin-left: 8%;
}
.boxFooter .cont01 .box .p {
  position: relative;
  font-weight: bold;
  margin-bottom: 1.2em;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}
.boxFooter .cont01 .box:not(:last-child) .p:before {
  content: "";
  pointer-events: none;
  width: 37px;
  height: 60px;
  background: url("../../images/common/footer-ico01.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: -33px;
  top: -33px;
}
.boxFooter .cont01 .box ul li {
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  padding-left: 1.2em;
  position: relative;
}
.boxFooter .cont01 .box ul li:nth-child(n+2) {
  margin-top: 1em;
}
.boxFooter .cont01 .box ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10em;
  background-color: #fffa7b;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.boxFooter .cont02 {
  width: 395px;
}
.boxFooter .cont02 .f_logo {
  text-align: center;
  margin-bottom: 25px;
}
.boxFooter .cont02 .p01 {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.boxFooter .cont02 .p02 {
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.boxFooter .cont02 .btn_area {
  display: flex;
  justify-content: space-between;
}
.boxFooter .cont02 .btn_area a {
  width: 32%;
  height: 34px;
  background-color: #fff;
  border-radius: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: bold;
}
.boxFooter .cont02 .btn_area a img {
  width: 15px;
  margin-right: 5px;
}
.boxFooter .cont02 .btn_area a:nth-of-type(2) img {
  width: 17px;
}
.boxFooter .cont02 .btn_area a:nth-of-type(3) img {
  width: 16px;
}
.boxFooterMap {
  position: relative;
  overflow: hidden;
  padding-top: 20.5%;
}
.boxFooterMap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.btnMore01 {
    width: 126px;
    height: 27px;
    border-radius: 10em;
    background-color: #dbf1fd;
    position: relative;
    list-style: none;
    color: #52a0cd;
    font-weight: bold;
    font-size: 0.75rem;
    padding: 0 1.5em 0 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.btnMore01:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 10em;
  background-color: #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.btnMore01:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #27649d;
  border-right: 1px solid #27649d;
  transform: rotate(45deg) translateY(-60%);
  position: absolute;
  right: 16px;
  top: 50%;
}
.IconCategory01 {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  min-width: 90px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10em;
}
body.home .boxImgMaria {
  display: none;
}
.boxImgMaria {
  position: absolute;
  left: 0;
  top: 114px;
  pointer-events: none;
  z-index: 1;
}
body:not(.home) {
  background: url("../../images/common/bg-common01.jpg") no-repeat left top;
}
@media all and (max-width: 750px){
  .boxFooterContact {
    display: block;
  }
  .boxFooterContact .btn_area {
    display: block;
    width: 100%;
  }
  .boxFooterContact .ttl {
    text-align: center;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .boxFooterContact .btnBaseContact {
    padding-left: 26vw;
    margin-top: 1rem;
  }
  .boxFooterContact .btnBaseOutline span > span:before,
  .boxFooterContact .btnBaseContact span > span:before {
    right: 6vw;
  }
  .boxFooterContact .btnBaseOutline span > span:after,
  .boxFooterContact .btnBaseContact span > span:after {
    right: 8vw;
  }
  .boxFooter {
    flex-direction: column-reverse;
  }
  .boxFooter .cont02 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .boxFooter .cont02 .p02 {
    font-size: 0.8rem;
  }
  .boxFooter .cont01 {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    position: relative;
    padding-left: 5%;
  }
  .boxFooter .cont01 .box {
    width: 100%;
    margin-left: 0!important;
    margin-bottom: 2rem;
  }
  .boxFooter .cont01 .box:nth-of-type(3) {
    position: absolute;
    top: 16vw;
    right: 0;
    width: 50%;
  }
  .boxFooter .cont01 .box .p {
    margin-bottom: 1rem;
  }
  .boxFooter .cont01 .box:nth-of-type(5) {
    display: flex;
    flex-wrap: wrap;
  }
  .boxFooter .cont01 .box:nth-of-type(5) .p {
    width: 46%;
  }
  .boxFooterMap {
    padding-top: 65%;
  }
  .btnBaseOutline {
    width: 100%;
    padding-left: 26vw;
  }
  .btnBaseOutline span {
    position: relative;
    z-index: 1;
  }
  .ulBaseListCat.typeBg > li, .ulBaseListCat.typeBorder > li {
    font-size: 0.8rem;
    height: 1.8em;
    padding: 0 1em;
    min-width: inherit;
  }
  .boxImgMaria {
    position: absolute;
    left: -4vw;
    top: 16vw;
    pointer-events: none;
    z-index: 1;
    width: 30vw;
  }
  body:not(.home) {
    background-size: 155%;
  }
  
  
}
@media only screen and (max-width:1610px) and (min-width:751px) {
  .boxFooter .cont01 .box:nth-child(n+2) {
    margin-left: 5%;
  }
}
@media only screen and (max-width:1450px) and (min-width:751px) {
  .boxHeaderLogo01 {
    margin-left: 55px;
  }
  .boxFooterContact .ttl {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .boxFooterContact {
    display: block;
  }
  .boxFooterContact br {
    display: none;
  }
  .boxFooterContact .btn_area {
    width: 100%;
    justify-content: center;
  }
  .boxFooterContact .btnBaseContact {
    margin: 0 10px;
  }
  .boxFooter .cont01 .box:nth-child(n+2) {
    margin-left: 5%;
  }
  .boxFooter .cont01 {
    padding-right: 0;
  }

  
}
.boxFooter .cont01 br {
  display: none;
}


@media only screen and (max-width:1340px) and (min-width:751px) {
  .boxHeader01R .ulHeaderMenu01 > li {
    font-size: 1rem;
  }
  .boxHeaderLogo01 {
    width: 140px;
  }
  .boxHeader01R02 .btn01 {
    transform: scale(0.8);
  }
  .boxHeader01R02 .btn02 {
    transform: scale(0.9);
    margin: 0 -10px 0 -15px;
  }
  .boxHeader01R02 {
    margin-left: -15px;
  }
  .boxHeader01R .ulHeaderMenu01 > li:nth-child(n+2) {
    margin-left: 1em;
  }
  .boxFooter .cont01 br {
    display: block;
  }
  .boxFooter .cont01 .box .p {
    font-size: 0.875rem;
  }
  .boxFooter .cont01 .box:nth-child(n+2) {
    margin-left: 3%;
  }
  .boxFooter .cont01 .box ul li {
    font-size: 0.8rem;
  }
  .boxMvWrap {
    padding-top: 220px;
  }
  .ttlMv .ttlJa {
    font-size: 2rem;
  }
}



















