@charset "UTF-8";

/** 20230623 **/
figure {
  margin-bottom: 0;
}

/*color*/
.allColors {
  color: rgba(93, 93, 93, 0.9);
  color: rgb(79, 174, 221);
  color: rgb(114, 198, 239);
  color: rgb(210, 235, 247);
  color: #e7f3f9;
  color: #e9f3f7;
  color: #f1fafe;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #151515;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -10px;
}

[dir='rtl'] .slick-prev {
  right: -10px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -10px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -10px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  list-style: none;
  text-align: right;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .6;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .6;
  color: #72c6ef;
}

/*!
  Modaal - accessible modals - v0.4.3
  by Humaan, for all humans.
  http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .win.modaal-noscroll {
    /* padding-right: 17px; */
  }

  .win.modaal-noscroll .siteHeader {
    /* width: calc(100% - 17px); */
  }
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  cursor: auto
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: #fff
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #b93d0c
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px
}

.modaal-content-container {
  padding: 30px
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff
}

.modaal-gallery-item {
  display: none
}

.modaal-gallery-item img {
  display: block
}

.modaal-gallery-item.is_active {
  display: block
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff
}

.modaal-gallery-label:focus {
  outline: 0
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #afb7bc
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px
}

.modaal-gallery-next-outer {
  right: 45px
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px
}

.modaal-gallery-prev-outer {
  left: 45px
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(.25);
  -ms-transform: scale(.25);
  transform: scale(.25)
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}

@media only screen and (min-width:1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px
  }
}

@media only screen and (max-width:1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, .7)
  }

  .modaal-gallery-control:after,
  .modaal-gallery-control:before {
    background: #fff
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto
  }
}

@media screen and (max-width:900px) {
  .modaal-instagram iframe {
    width: 500px !important
  }
}

@media only screen and (max-width:600px) {
  .modaal-instagram iframe {
    width: 280px !important
  }
}

@media screen and (max-height:1100px) {
  .modaal-instagram iframe {
    width: 700px !important
  }
}

@media screen and (max-height:1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .modaal-instagram iframe {
    width: 600px !important
  }
}

@media screen and (max-height:900px) {
  .modaal-instagram iframe {
    width: 500px !important
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px
  }
}

@media only screen and (max-height:820px) {
  .modaal-gallery-label {
    display: none
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

/*common*/

* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-break: normal;
  line-height: 1.7;
  color: rgba(93, 93, 93, 0.9);
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
  padding-top: 95px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body.win {
  font-weight: 500;
}

body.home:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: -o-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: repeating-linear-gradient(90deg, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
}

body.home {
  padding-top: 0;
}

.en.allura {
  font-family: 'Allura', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-all;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.en.quicksand {
  font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-all;
  font-weight: 400;
  letter-spacing: 0.12em;
}

@media screen and (min-width:770px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width:770px) {
  .pc {
    display: none;
  }
}

.nonDisplay {
  margin: 50px 0;
}

a {
  text-decoration: none;
  color: rgba(93, 93, 93, 0.9);
}

a.disabled {
  pointer-events: none;
  text-decoration: none !important;
}

.links {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  a:hover img {
    opacity: 0.7;
  }

  .links:hover {
    text-decoration: none;
  }
}

img {
  vertical-align: top;
}

.color {
  color: rgba(114, 198, 239, 1);
}

.single strong {
  font-weight: bold;
  background: -moz-linear-gradient(transparent 50%, #ffcd59 50%);
  background: -webkit-linear-gradient(transparent 50%, #ffcd59 50%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, #ffcd59));
  background: -o-linear-gradient(transparent 50%, #ffcd59 50%);
  background: linear-gradient(transparent 50%, #ffcd59 50%);
}

.bold {
  font-weight: bold;
}

.imgWrap .wp-post-image,
.reImg {
  width: 100%;
  height: auto;
}

.wp-post-image,
.reImg02 {
  max-width: 100%;
  height: auto;
}

.modP {
  margin-bottom: 1em;
}

.modP:last-child {
  margin-bottom: 0;
}

.contentNotice {
  font-size: 13px;
  font-size: 1.3rem;
}

.contentText strong,
.contentNotice strong {
  font-weight: bold;
}

.contentText i,
.contentNotice i {
  font-style: italic;
}

.contentText p,
.contentNotice p {
  margin-bottom: 1.5em;
  line-height: 2;
}

.contentText p:last-child,
.contentNotice p:last-child {
  margin-bottom: 0;
}

.contentText+.btnA {
  margin-top: 1.5em;
}

/*header*/
.siteHeader,
#floatNavi {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.pcHeadLogo {
  display: block;
}

.spHeadLogo {
  display: none;
}

.siteHeader:before,
#floatNavi:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: -o-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: repeating-linear-gradient(90deg, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
}

.home .siteHeader {
  position: static;
  width: 30%;
  height: auto;
  z-index: 99;
  top: auto;
  left: auto;
  background-color: transparent;
}

.home .siteHeader:before {
  display: none;
}

.siteHeaderInner {
  width: 100%;
  max-width: 1230px;
  height: 90px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home .siteHeaderInner {
  position: static;
  max-width: none;
  height: auto;
  display: block;
}

.home #floatNavi .siteHeaderInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1230px;
  height: 90px;
}

.siteHeaderInner .logo {
  max-width: 317px;
  width: 100%;
  height: 90px;
}

@media screen and (max-width: 1200px) {
  .siteHeaderInner .logo {
    width: 260px;
  }
}

@media screen and (max-width: 940px) {
  .siteHeaderInner .logo {
    width: 200px;
  }
}

.siteHeaderInner .logo a {
  position: relative;
  display: block;
  height: 90px;
}

.siteHeaderInner .logo a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .siteHeaderInner .logo {
  margin: 40px auto 60px;
}

.home .siteHeaderInner .logo a {
  position: relative;
  max-width: 247px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  display: block;
}

.home #floatNavi .siteHeaderInner .logo {
  margin: 0;
}

.home #floatNavi .siteHeaderInner .logo a {
  max-width: 317px;
  height: 90px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.siteHeaderInner .mainNav,
.siteHeaderInner .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.siteHeaderInner .navList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: 22px;
}

@media screen and (max-width: 1200px) {
  .siteHeaderInner .navList li {
    padding-left: 2vw;
  }
}

.siteHeaderInner .navList li.navHome {
  display: none;
}

.siteHeaderInner .navList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0;
}

.siteHeaderInner .navList li a .nav {
  text-align: center;
}

.siteHeaderInner .navList li a .nav .jp {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1200px) {
  .siteHeaderInner .navList li a .nav .jp {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 940px) {
  .siteHeaderInner .navList li a .nav .jp {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 880px) {
  .siteHeaderInner .navList li a .nav .jp {
    font-size: 1.1rem;
  }
}

.siteHeaderInner .navList li a :hover .jp {
  color: rgba(93, 93, 93, 0.7);
}

.siteHeaderInner .navList li a .nav:after {
  content: attr(data-title);
  display: block;
  width: 100%;
  margin: 5px 0 0;
  text-align: center;
  font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-all;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: rgba(210, 235, 247, 1);
}

.home .siteHeaderInner .mainNav,
.home .siteHeaderInner .navList {
  display: block;
}

.home .siteHeaderInner .navList li {
  display: block;
  padding: 0;
  text-align: center;
}

.home .siteHeaderInner .navList li {
  margin-bottom: 25px;
}

.home .siteHeaderInner .navList li:last-child {
  margin-bottom: 0;
}

.home .siteHeaderInner .navList li.navHome {
  display: none;
}

@media screen and (max-width: 1200px) {
  .home .siteHeaderInner .navList li {
    padding-left: 0;
  }
}

.home .siteHeaderInner .navList li a {
  display: inline-block;
  padding: 0;
}

.home #floatNavi .siteHeaderInner .mainNav,
.home #floatNavi .siteHeaderInner .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home #floatNavi .siteHeaderInner .navList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
}

.home #floatNavi .siteHeaderInner .navList li {
  margin-bottom: 0;
}

.home #floatNavi .siteHeaderInner .navList li:last-child {
  margin-bottom: 0;
}

.home #floatNavi .siteHeaderInner .navList li.navHome {
  display: none;
}

@media screen and (max-width: 1200px) {
  .home #floatNavi .siteHeaderInner .navList li {
    padding-left: 2vw;
  }
}

.home #floatNavi .siteHeaderInner .navList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.hum,
.closeBT {
  display: none;
}

.mainVisual {
  width: 70%;
  position: relative;
  background-color: #ffffff;
}

.mainVisual:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -30px;
  top: 30px;
  background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
}

.kvVisual {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 85px;
}

.kvVisual:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 20px;
  background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
}

.kvVisual .circleLabel {
  position: absolute;
  left: 50%;
  bottom: -92px;
  margin: 0 0 0 -82px;
  z-index: 5;
}

/*wrap*/
.cntWrap {
  position: relative;
}

.cntWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: -o-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: repeating-linear-gradient(90deg, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
}

.kvVisual+#cnt .cntWrap:first-child:before {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.cntWrap .inner {
  padding: 55px 0 110px;
}

/*ttl*/
.ttlA {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: rgba(114, 198, 239, 1);
  text-align: center;
}

.ttlA.alignL {
  text-align: left;
}

.circleLabelMini+.ttlA {
  margin-top: 25px;
}

.ttlB {
  font-size: 2.4rem;
  line-height: 1.668;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: rgba(79, 174, 221, 1);
}

.ttlC {
  width: 100%;
  height: 70px;
  background-color: rgba(79, 174, 221, 0.5);
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttlD {
  width: 100%;
  height: 70px;
  background-color: rgba(79, 174, 221, 0.5);
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subTtlA {
  font-size: 2.6rem;
  line-height: 1.53;
  letter-spacing: 0.05em;
  font-weight: normal;
}

.subTtlB {
  font-size: 2.0rem;
  line-height: 1.53;
  letter-spacing: 0.04em;
}

.subTtlC {
  height: 40px;
  padding: 0 20px;
  background-color: rgba(114, 198, 239, 1);
  text-align: left;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.53;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*btn*/
.btnA a {
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  border: 2px solid rgba(114, 198, 239, 1);
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(114, 198, 239, 1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
}

.btnA a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  transition: color 0.2s linear;
}

.btnA.btnAw a {
  border: 1px solid #ffffff;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .btnA a:hover {
    border: 1px solid rgba(114, 198, 239, 1);
    background-color: rgba(114, 198, 239, 1);
    color: #ffffff;
  }

  .btnA.btnAw a:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: rgba(114, 198, 239, 1);
  }
}

.btnB {
  display: inline-block;
}

.btnB a {
  color: rgba(79, 174, 221, 1);
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

.btnB a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 50px;
  height: 9px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2018%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%234faedd%22%20d%3D%22m74.6%200-1.1%201.7L96.2%2016H0v2h100v-2z%22%2F%3E%0A%3C%2Fsvg%3E') no-repeat 0 0;
  background-size: contain;
}

.btnB a:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: rgba(79, 174, 221, 1);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

@media screen and (min-width: 769px) {
  .btnB a:hover:before {
    transform: scale(1, 1);
  }
}

/* txtBox */
.lead {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 20px auto 0;
}

.lead p {
  margin-bottom: 1.5em;
}

.lead p:last-child {
  margin-bottom: 0;
}

.oneBox {
  margin-top: 50px;
}

.borderBox {
  position: relative;
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  background-color: rgba(114, 198, 239, 0.2);
  padding: 35px 45px;
  margin-top: 43px;
}

.borderBox+.borderBox {
  margin-top: 45px;
}

.borderBox:after {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
  border: 2px solid rgba(114, 198, 239, 0.2);
}

/* サークル */
.circleLabel {
  width: 164px;
  height: 164px;
  border-radius: 82px;
  background-color: rgba(114, 198, 239, 1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 3.0rem;
  line-height: 1;
  font-family: 'Allura', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-all;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.circleLabel.cap {
  text-transform: capitalize;
}

.circleLabel:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -8px;
  left: -8px;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  background-color: rgba(114, 198, 239, 0.4);
}

.circleLabel:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 148px;
  height: 148px;
  border-radius: 74px;
  border: 1px solid #f1fafe;
}

.circleLabelMini {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: rgba(114, 198, 239, 1);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 2.0rem;
  line-height: 1;
  font-family: 'Allura', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-all;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.circleLabelMini:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -7px;
  width: 114px;
  height: 114px;
  border-radius: 57px;
  background-color: rgba(114, 198, 239, 0.4);
}

/* dl */
.dlC {
  font-size: 1.6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dlC dt {
  font-size: 1.5rem;
  line-height: 1.67;
  color: #fff;
  background-color: rgba(114, 198, 239, 1);
  width: 22%;
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dlC dd {
  width: 78%;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dlC dd>div {
  width: 100%;
}

.dlC dt:first-child,
.dlC dt:first-child+dd {
  margin-top: 0;
}

/* トップページ */
.headWrap {
  position: relative;
}

.mainAbout {
  position: absolute;
  z-index: 5;
  bottom: -44px;
  left: calc(30% - 44px);
  background-color: #e9f3f7;
  width: 600px;
  padding: 25px 35px 25px 25px;
}

.mainAbout:after {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  z-index: -1;
  border: 2px solid #e9f3f7;
}

.mainAbout .circleLabel {
  position: absolute;
  z-index: 5;
  top: -43px;
  right: -43px;
}

.mainAbout .contentText {
  margin: 15px 0 0;
}

.mainAbout .btnB {
  margin: 15px 0 0;
}

@media screen and (max-width: 1600px) {
  .headWrap {
    flex-wrap: wrap;
  }

  .mainAbout {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
}

@media screen and (max-width: 1043px) {
  .mainAbout .circleLabel {
    right: 8px;
    top: -120px;
  }
}

.trouble {
  margin: 150px 0 0;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.trouble:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% - 5px);
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg.png) repeat 0 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 2dppx) {
  .trouble:after {
    background-size: 8px 8px;
  }
}

.trouble .circleLabel {
  position: absolute;
  z-index: 5;
  top: -80px;
  left: 50%;
  margin-left: -80px;
}

.trouble .inner {
  position: relative;
  z-index: 3;
  ;
  padding: 115px 0 40px;
}

.tblList {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.tblItem {
  width: 50%;
  padding: 0 10px;
}

.tblItem:nth-of-type(odd) {
  padding-left: 0;
}

.tblItem:nth-of-type(even) {
  padding-right: 0;
}

.tblItem figure {
  position: relative;
  margin: 0 0 65px;
}

.tblItemL {
  border: 2px solid #ffffff;
  padding: 4px;
  margin: 0 10px 5px;
}

.tblItem figure .tblItemL {
  width: calc(100% - 20px);
  position: absolute;
  bottom: -65px;
}

.tblItemL p {
  position: relative;
  height: 82px;
  padding: 0 25px 0 65px;
  color: rgba(114, 198, 239, 1);
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tblItemL p:before {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -15px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: rgba(114, 198, 239, 0.8) url(../img/ico_check.png) no-repeat 50% 50%;
  background-size: 12px auto;
}

.trouble .btnA {
  margin: 25px 0 10px;
}

.counselor {
  position: relative;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.counselor .circleLabel {
  margin: 0 auto 35px;
}

.counselor .inner {
  padding: 75px 0 80px;
}

.counselor .lead {
  font-size: 2.0rem;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
}

.counselor .cnslrImg {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.counselor .cnslrImg figure:first-child {
  width: 50%;
  position: relative;
  left: 30px;
}

.counselor .cnslrImg figure:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -15px;
  bottom: -15px;
  background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
}

.counselor .cnslrImg figure:last-child {
  width: 50%;
  position: relative;
  right: 30px;
  margin-top: 50px;
}

.counselor .cnslrImg figure:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -15px;
  top: -15px;
  background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
}

.counselor .cnslrImg figure:first-child picture {
  z-index: 15;
  position: relative;
}

.counselor .cnslrImg figure:first-child picture {
  z-index: 10;
  position: relative;
}

.counselor .contentText {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin: 45px auto 0;
}

.counselor .btnA {
  margin: 40px 0 0;
}

.other {
  position: relative;
  margin: 0;
  padding: 0;
  background: -webkit-repeating-linear-gradient(135deg, #e7f3f9 0, #e7f3f9 8px, rgba(231, 243, 249, .57) 8px, rgba(231, 243, 249, .57) 16px);
  background: -o-repeating-linear-gradient(135deg, #e7f3f9 0, #e7f3f9 8px, rgba(231, 243, 249, .57) 8px, rgba(231, 243, 249, .57) 16px);
  background: repeating-linear-gradient(-45deg, #e7f3f9 0, #e7f3f9 8px, rgba(231, 243, 249, .57) 8px, rgba(231, 243, 249, .57) 16px);
}

.other .inner {
  padding: 100px 1em 80px;
}

.otherBox {
  width: calc(50% - 20px);
  padding: 75px 10px 45px;
  position: relative;
  background-color: #ffffff;
}

.otherBox:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7px;
  left: -7px;
  z-index: -1;
  border: 7px solid rgba(114, 198, 239, 0.4);
}

.otherBox:nth-of-type(odd) {
  margin-right: 20px;
}

.otherBox:nth-of-type(even) {
  margin-left: 20px;
}

.otherBox .circleLabelMini {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.otherBox .ttlB {
  color: rgba(114, 198, 239, 1);
  text-align: center;
}

.otherBox figure {
  margin-top: 15px;
}

.otherBox .btnA {
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: -34px;
  left: 0;
}

.blog .inner {
  padding: 58px 0 50px;
}

.blog .ttlA {
  margin: 15px 0 0;
}

.blog .btnA {
  margin: 37px 0 0;
}

.blogList {
  margin: 35px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blogList .blogItem {
  width: calc(50% - 20px);
  padding: 0;
  position: relative;
  background-color: #ffffff;
}

.blogList .blogItem:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7px;
  left: -7px;
  z-index: -1;
  border: 7px solid rgba(114, 198, 239, 0.4);
}

.blogList .blogItem:nth-of-type(odd) {
  margin-right: 20px;
}

.blogList .blogItem:nth-of-type(even) {
  margin-left: 20px;
}

.blogList .blogItem a {
  padding: 15px;
  display: block;
}

@media screen and (min-width: 769px) {
  .blogList .blogItem a:hover {
    background: #fff;
    text-decoration: none;
  }
}

.blogList .blogItem .imgWrap {
  width: 42%;
  margin-right: 15px;
}

.blogList .blogItem figcaption {
  flex: 1;
}

.blogList .blogItem .ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  color: rgba(114, 198, 239, 1);
}

.blogList .blogItem .excerpt {
  margin-top: 10px;
  line-height: 1.5;
}

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.meta .date {
  font-size: 1.4rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tagList {
  margin-right: 0.5em;
}

.tagList li {
  background: rgba(114, 198, 239, 1);
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 2px 15px;
  margin-right: 0.5em;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.tagList li:last-child {
  margin-right: 0;
}

.tagList li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .tagList li a:hover {
    opacity: 0.7;
  }
}

/* はじめての方へ */
.first .cnslrImg {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.first .cnslrImg figure:first-child {
  width: 50%;
  position: relative;
  left: 15px;
}

.first .cnslrImg figure:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -15px;
  bottom: -15px;
  background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
}

.first .cnslrImg figure:last-child {
  width: 50%;
  position: relative;
  right: 15px;
  margin-top: 50px;
}

.first .cnslrImg figure:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -15px;
  top: -15px;
  background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
}

.first .cnslrImg figure:first-child picture {
  z-index: 15;
  position: relative;
}

.first .cnslrImg figure:first-child picture {
  z-index: 10;
  position: relative;
}

.first .borderBox {
  margin-top: 45px;
  padding: 45px 55px;
  text-align: left;
}

.first .contentText p {
  font-size: 1.6rem;
}

.staffBox {
  position: relative;
  padding: 40px 37px;
  margin-top: 60px;
}

.staffBox .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.staffBox+.staffBox {
  margin-top: 69px;
}

.staffBox .imgBox {
  width: 55%;
  margin-bottom: auto;
}

.staffBox .txtBox {
  width: 40%;
}

.staffBox .label {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(114, 198, 239, 1);
}

.staffBox .label+h3 {
  margin-top: 5px;
}

.staffBox .ruby {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.staffBox .contentText {
  margin-top: 45px;
}

.staffBox .contentText p {
  font-size: 1.6rem;
}

.detail {
  width: 100%;
  max-width: 750px;
  border: 7px solid rgba(114, 198, 239, 0.4);
  padding: 20px 24px;
  margin-left: auto;
  margin-right: auto;
}

.ggmapSize {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ggmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmapSize+.detail {
  margin-top: 40px;
}

/* ご相談メニュー */
.talkBox {
  position: relative;
  padding: 35px;
  margin-top: 69px;
}

.talkBox .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.talkBox+.talkBox {
  margin-top: 59px;
}

.talkBox .imgBox {
  width: 55%;
  margin-bottom: auto;
}

.talkBox .txtBox {
  width: 42%;
}

.talkBox .subTtlA {
  color: rgba(114, 198, 239, 1);
  font-weight: bold;
}

.talkBox .contentText {
  margin-top: 20px;
}

.talkBox .contentText p {
  font-size: 1.6rem;
}

.timetable .lead {
  font-size: 1.5rem;
  margin: 25px auto 0;
}

/* お客様の声 */
.voiceBox .subTtlB {
  color: rgba(114, 198, 239, 1);
  font-weight: bold;
}

.voiceBox .contentText {
  margin-top: 20px;
}

.voiceBox .contentText p {
  font-size: 1.5rem;
}

.voiceBox .name {
  margin-top: 20px;
  text-align: right;
  font-style: italic;
}

/* よくある質問 */
.faqBox .subTtlB {
  color: rgba(114, 198, 239, 1);
  font-weight: bold;
}

.faqBox .contentText {
  margin-top: 20px;
}

.faqBox .contentText p {
  font-size: 1.5rem;
}

/* blogList */
.blogWrap {
  margin: 45px auto 0;
}

.blogArticleList {
  width: 70%;
  padding: 7px 7px 0;
}

.blogArticleList .blogList {
  margin: 0 auto;
  padding: 0;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogArticleList .blogList .blogItem {
  width: 100%;
  padding: 0;
  margin: 44px auto 0;
}

.blogArticleList .blogList .blogItem:first-child {
  margin: 0 auto;
}

.blogArticleList .blogList .blogItem a {
  padding: 13px;
}

.blogArticleList .blogList .blogItem .imgWrap {
  width: 38%;
  margin-right: 25px;
}

.blogArticleList .blogList .blogItem figcaption {
  flex: 1;
}

.blogArticleList .blogList .blogItem .meta {
  margin-top: 7px;
}

.blogArticleList .blogList .blogItem .ttl {
  font-size: 2.0rem;
}

.blogArticleList .blogList .blogItem .excerpt {
  font-size: 1.6rem;
}

.blogArticleList .tagList li {
  padding: 4px 15px;

}

.subWrap {
  width: 24%;
}

.subWrap h3 {
  margin-top: 35px;
}

.subWrap h3:first-child {
  margin-top: 0;
}

.subWrap .category li {
  border-bottom: 1px solid #d6d6d6;
}

.subWrap .category a {
  line-height: 1.286;
  display: block;
  width: 100%;
  padding: 15px 20px;
}

.subWrap .latest li {
  border-bottom: 1px solid #d6d6d6;
}

.subWrap .latest a {
  display: block;
  width: 100%;
  padding: 15px 20px;
}

.subWrap .latest a .color {
  line-height: 1.286;
}

@media screen and (min-width: 769px) {
  .subWrap .category a:hover {
    text-decoration: underline;
  }

  .subWrap .latest a:hover .color {
    text-decoration: underline;
  }
}

/*ページャー*/
.pagination {
  margin-top: 40px;
}

.pagination .page-of {
  display: none;
}

.pagination-box {
  text-align: center;
  font-size: 1.4rem;
}

.pagination-box span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  background: rgba(114, 198, 239, 1);
  color: #fff;
}

.pagination-box span:last-child {
  margin-right: 0;
}

.pagination-box span.link {
  background: none;
}

.pagination-box a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .pagination-box a:hover {
    background: rgba(114, 198, 239, 1);
    color: #fff;
  }

  .pagination-box span.link:hover {
    background: rgba(114, 198, 239, 1);
    color: #fff;
  }

  .pagination-box span.link:hover a {
    color: #fff;
  }
}

/*blog*/

.tableContents {
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
}

.singleContent {
  width: 100%;
  margin-top: 25px;
}

.singleContent img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* img */

.singleContent .aligncenter {
  display: block;
  margin: 0 auto;
}

.singleContent .alignright {
  float: right;
}

.singleContent .alignleft {
  float: left;
}

.singleContent img[class*="wp-image-"],
.singleContent img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */

.singleContent .clearfix {
  overflow: hidden;
  zoom: 1;
}

.singleContent .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.modPCenter {
  text-align: center;
  margin-bottom: 1rem;
}

.privacy {
  margin: 20px 0 10px 0;
  display: block;
  height: 200px;
  overflow: auto;
  padding: 16px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  margin: 0 auto 1em;
  background-color: #fffff7;
}

.privacy_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.mw_wp_form .privacy dl {
  width: auto;
}

.privacy dt {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.privacy .num {
  font-style: normal;
  font-weight: bold;
  display: table-cell;
  padding-right: 10px;
  white-space: nowrap;
}

.privacy .content {
  display: table-cell;
}


/*bread*/
.bread {
  border-top: 1px solid rgba(114, 198, 239, 1);
  padding: 15px 0;
}

.bread ul {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bread ul li:after {
  display: inline-block;
  content: "＞";
  margin-right: 0.5em;
}

.bread ul li:last-child:after {
  content: "";
}

@media screen and (min-width: 769px) {
  .bread a:hover {
    text-decoration: underline;
  }
}

/*pgtop*/
#topBtn {
  position: fixed;
  bottom: 2vh;
  right: 10px;
  display: none;
  z-index: 99;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

#topBtn a {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 40px;
  color: #fff;
  background: rgba(79, 174, 221, 1);
  text-align: center;
}

#topBtn a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 1.2em;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

/*footer*/
.footBtnWrap {
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.footBtnWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: -o-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: repeating-linear-gradient(90deg, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
}

.footBtnWrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% - 5px);
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg.png) repeat 0 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 2dppx) {
  .footBtnWrap:after {
    background-size: 8px 8px;
  }
}

.footBtnWrap .inner {
  position: relative;
  z-index: 5;
  padding: 30px 0;
}

.footBtnWrap .ttlD {
  margin-bottom: 15px;
}

.footBtn {
  width: 100%;
  background-color: #e9f3f7;
  padding: 20px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.footBtn li {
  width: calc(33.333% - 10px);
  font-size: 1.4rem;
}

.footBtn li:first-child {
  margin-right: auto;
}

.footBtn li:last-child {
  margin-left: auto;
}

.footBtn li h3 {
  color: #ffffff;
  background-color: rgba(114, 198, 239, 1);
  font-size: 1.4rem;
  line-height: 1.58;
  padding: 1px;
  margin: 0 0 15px;
}

.footBtn .tel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.footBtn .tel .wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0;
  cursor: pointer;
}

.footBtn .tel .wrap a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 38px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  font-size: 1.2em;
  text-align: center;
  width: 36px;
  height: 38px;
  padding: 0 0 0 2px;
  margin-right: 10px;
  border: 1px solid rgba(93, 93, 93, 0.9);
  border-radius: 20px;
}

p.tel {
  width: 100%;
  font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-all;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  line-height: 1;
}

p.time {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 5px 0 0;
}

.footAside {
  position: relative;
}

.footAside:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: -o-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: repeating-linear-gradient(90deg, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
}

.footLogo {
  max-width: 247px;
  text-align: center;
  margin: 30px auto 0;
}

.footLogo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

address {
  margin: 30px 0 0;
  text-align: center;
  font-size: 1.5rem;
}

.copy {
  display: block;
  background-color: rgba(114, 198, 239, 1);
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  padding: 27px 0;
  margin: 30px 0 0;
}

/********sp***************/
@media screen and (max-width: 770px) {

  /*common*/
  body {
    font-size: 1.4rem;
    padding-top: 60px;
  }

  body.home {
    padding-top: 0;
  }

  .nonDisplay {
    margin: 25px 0;
  }

  .hum {
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
  }

  .home .hum {
    top: 0;
  }

  .hum a {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(114, 198, 239, 1);
    text-align: center;
    position: relative;
  }

  .hum a img {
    display: none;
  }

  .hum .hamburger-box {
    display: inline-block;
    width: 35px;
  }

  .hum .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
  }

  .hum .hamburger-inner {
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: transparent !important
  }

  .hum .hamburger-inner:after,
  .hum .hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #fff
  }

  .hum .hamburger-inner:after,
  .hum .hamburger-inner:before {
    display: block;
    content: ""
  }

  .hum .hamburger-inner:before {
    top: -5px;
  }

  .hum .hamburger-inner:after {
    bottom: -5px
  }

  #hum {
    display: none;
  }

  .modaal-container {
    background-color: rgba(255, 255, 255, 0);
  }

  .modaal-content {
    width: 100%;
    min-height: 100%;
  }

  .modaal-content-container {
    background-color: rgba(114, 198, 239, 0.8);
    min-height: 100vh;
    text-align: center;
    padding: 60px 30px 30px;
  }

  .navList li {
    display: block;
    padding: 0;
    text-align: center;
  }

  .navList li {
    margin-bottom: 0;
    margin-bottom: 25px;
  }

  .navList li:last-child {
    margin-bottom: 0;
  }

  .navList li.navHome {
    display: block;
  }

  .navList li a {
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: center;
  }

  .navList li a .nav {
    text-align: center;
  }

  .navList li a .nav .jp {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #ffffff;
  }

  .navList li a .nav:after {
    content: attr(data-title);
    display: block;
    width: 100%;
    margin: 5px 0 0;
    text-align: center;
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    word-break: break-all;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.5);
  }

  .closeBT {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 50px;
    display: block;
    cursor: pointer;
    z-index: 100;
  }

  .closeBT .hamburger-box {
    display: inline-block;
    width: 36px;
  }

  .closeBT .hamburger-box img {
    display: none;
  }

  .closeBT .hamburger-inner:after,
  .closeBT .hamburger-inner:before {
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: #fff
  }

  .closeBT .hamburger-inner:after,
  .closeBT .hamburger-inner:before {
    display: block;
    content: ""
  }

  .closeBT .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: 0;
    transform: rotate(90deg);
    background-color: transparent !important
  }

  .closeBT .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg)
  }

  .closeBT .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg)
  }

  /*header*/

  .pcHeadLogo {
    display: none;
  }

  .spHeadLogo {
    display: block;
  }

  .home #floatNavi {
    display: none !important;
  }

  .siteHeader,
  .home .siteHeader {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #ffffff;
  }

  .siteHeader:before,
  .home .siteHeader:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: -webkit-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
    background: -o-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
    background: repeating-linear-gradient(90deg, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  }

  .headWrap {
    display: block;
    padding: 55px 0 0;
  }

  .siteHeaderInner {
    max-width: none;
    height: 55px;
    padding: 5px 70px 5px 10px;
  }

  .home .siteHeaderInner {
    position: static;
    max-width: none;
    height: auto;
    display: block;
    padding: 0;
  }

  .siteHeaderInner .logo {
    max-width: 317px;
    width: 100%;
    height: 45px;
  }

  .siteHeaderInner .logo a {
    height: 45px;
  }

  .home .siteHeaderInner .logo {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
  }

  .home .siteHeaderInner .logo a {
    position: static;
    max-width: none;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    padding: 15px 5px 20px 10px;
    transition: height 0.2s ease-out, padding 0.2s ease-out;
  }

  .siteHeaderInner .logo a img {
    max-height: 80%;
    left: 0%;
    transform: translate(0%, -50%);


  }

  .siteHeaderInner .logo.pagesLogo a img {
    left: 0%;
    transform: translate(0%, -50%);
  }

  .home .siteHeaderInner .logo.fixed {
    height: auto;
    max-height: 100%;
  }

  .home .siteHeaderInner .logo.fixed a {
    padding: 5px 0;
  }

  .mainVisual {
    width: 100%;
  }

  .mainVisual:after {
    display: none;
  }

  .kvVisual {
    margin-bottom: 45px;
  }

  .kvVisual:after {
    top: 10px;
  }

  .kvVisual .circleLabel {
    bottom: -48px;
    margin: 0 0 0 -43px;
  }

  /*wrap*/
  .inner {
    max-width: none;
  }

  .cntWrap .inner {
    padding: 30px 5vw 55px;
  }

  /*ttl*/
  .ttlA {
    font-size: 1.8rem;
  }

  .ttlB {
    font-size: 1.6rem;
  }

  .ttlC {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
  }

  .ttlD {
    height: 110px;
    background-color: transparent;
    color: inherit;
    font-size: 1.6rem;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .subTtlA {
    font-size: 2.0rem;
  }

  .subTtlB {
    font-size: 1.8rem;
  }

  /*btn*/
  .btnA a,
  .btnB a {
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    border: 1px solid rgba(114, 198, 239, 1);
    background-color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    color: rgba(114, 198, 239, 1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btnA a:after,
  .btnB a:after {
    width: auto;
    height: auto;
    background: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
  }

  .btnB {
    display: block;
  }

  .btnB a:before {
    display: none;
  }

  /* txtBox */
  .lead {
    font-size: 1.4rem;
    margin: 10px auto 0;
    text-align: left;
  }

  .oneBox {
    margin-top: 25px;
  }

  .borderBox {
    padding: calc(5vw - 8px);
    margin-top: 30px;
  }

  .borderBox+.borderBox {
    margin-top: 34px;
  }

  /* サークル */
  .circleLabel {
    width: 86px;
    height: 86px;
    border-radius: 43px;
    background-color: rgba(210, 235, 247, 1);
    font-size: 1.6rem;
  }

  .circleLabel:before {
    top: -4px;
    left: -4px;
    width: 94px;
    height: 94px;
    border-radius: 47px;
  }

  .circleLabel:after {
    top: 4px;
    left: 4px;
    width: 76px;
    height: 76px;
    border-radius: 38px;
  }

  .circleLabelMini {
    width: 86px;
    height: 86px;
    border-radius: 43px;
    background-color: rgba(210, 235, 247, 1);
    font-size: 1.6rem;
  }

  .circleLabelMini:before {
    top: -4px;
    left: -4px;
    width: 94px;
    height: 94px;
    border-radius: 47px;
  }

  .circleLabelMini:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 76px;
    height: 76px;
    border-radius: 38px;
    border: 1px solid #f1fafe;
  }

  /* dl */
  .dlC {
    font-size: 1.4rem;
    display: block;
  }

  .dlC dt {
    font-weight: bold;
    font-size: 1.4rem;
    width: 100%;
    padding: 4px 0;
    margin-top: 5px;
    display: block;
  }

  .dlC dd {
    width: 100%;
    padding: 4px 8px;
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
  }

  .dlC dt:first-child+dd {
    margin-top: 5px;
  }

  /* トップページ */
  #kv {
    padding: 5px 0;
    background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
    background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
    background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  }

  .mainAbout {
    position: relative;
    width: auto;
    margin: 35px calc(5vw + 10px) 25px;
    padding: 90px 2.5vw 25px;
    left: auto;
    bottom: auto;
  }

  .mainAbout:after {
    left: -9px;
    top: -9px;
    right: -9px;
    bottom: -9px;
    z-index: -1;
  }

  .mainAbout .circleLabel {
    top: -18px;
    right: auto;
    left: 50%;
    margin-left: -43px;
  }

  .mainAbout .contentText {
    margin: 10px 0 0;
  }

  .mainAbout .btnB {
    margin: 10px 5vw 0;
  }

  .trouble {
    margin: 55px 0 0;
  }

  .trouble .circleLabel {
    display: none;
  }

  .trouble .inner {
    padding: 30px 5vw 50px;
  }

  .tblList {
    padding: 5vw;
  }

  .tblItem {
    width: 100%;
    padding: 0;
  }

  .tblItem:nth-of-type(odd) {
    padding-left: 0;
  }

  .tblItem:nth-of-type(even) {
    padding-right: 0;
  }

  .tblItem figure {
    margin: 20px 0 10px;
  }

  .tblItem:first-child figure:first-child {
    margin: 0 0 10px;
  }

  .tblItemL {
    width: calc(100% - 10vw);
    margin: 0 5vw 10px;
  }

  .tblItemL:last-child {
    margin-bottom: 0;
  }

  .tblItem figure .tblItemL {
    width: calc(100% - 10vw);
    position: relative;
    margin-top: -30px;
    bottom: auto;
  }

  .tblItemL p {
    padding: 0 25px 0 50px;
    font-size: 1.5rem;
    line-height: 1.46;
  }

  .tblItemL p:before {
    left: 10px;
  }

  .trouble .btnA {
    margin: 35px 5vw 24px;
  }

  .counselor .circleLabel {
    margin: 0 auto 25px;
  }

  .counselor .inner {
    padding: 35px 0 50px;
  }

  .counselor .lead {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin: 20px auto 0;
  }

  .counselor .cnslrImg {
    margin: 20px auto 0;
    display: block;
  }

  .counselor .cnslrImg figure:first-child {
    width: 80%;
    position: relative;
    left: 0;
  }

  .counselor .cnslrImg figure:first-child:after {
    z-index: 1;
    left: auto;
    bottom: auto;
    right: -5px;
    top: -5px;
    background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
    background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
    background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
  }

  .counselor .cnslrImg figure:last-child {
    width: 80%;
    position: relative;
    right: 0;
    margin: -10px 0 0 auto;
  }

  .counselor .cnslrImg figure:last-child:after {
    right: auto;
    top: auto;
    left: -5px;
    bottom: -5px;
    background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
    background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
    background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
  }

  .counselor .contentText {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
    margin: 35px auto 0;
    padding: 0 5vw;
  }

  .counselor .btnA {
    margin: 30px 15vw 0;
  }

  .other .inner {
    padding: 100px calc(5vw + 7px) 80px;
  }

  .otherBox {
    width: 100%;
    padding: 60px 10px 35px;
    margin-top: 120px;
  }

  .otherBox:first-child {
    margin-top: 0;
  }

  .otherBox:nth-of-type(odd) {
    margin-right: 0;
  }

  .otherBox:nth-of-type(even) {
    margin-left: 0;
  }

  .otherBox .circleLabelMini {
    margin-top: -43px;
    margin-left: -43px;
  }

  .otherBox .ttlB {
    font-size: 1.8rem;
    color: rgba(114, 198, 239, 1);
    text-align: center;
  }

  .otherBox .btnA {
    width: calc(100% - 10vw - 20px);
    bottom: -28px;
    left: calc(5vw + 10px);
  }

  .blog .inner {
    padding: 50px 0 50px;
  }

  .blog .circleLabelMini {
    margin: 0 auto;
  }

  .blog .btnA {
    margin: 35px 0 0;
    padding: 0 15vw;
  }

  .blogList {
    padding: 0 calc(5vw + 7px);
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blogList .blogItem {
    width: 100%;
    margin-top: 40px;
  }

  .blogList .blogItem:first-child {
    margin-top: 0;
  }

  .blogList .blogItem:nth-of-type(odd) {
    margin-right: 0;
  }

  .blogList .blogItem:nth-of-type(even) {
    margin-left: 0;
  }

  .blogList .blogItem a {
    padding: 10px;
  }

  .blogList .blogItem .imgWrap {
    width: 100%;
    margin-right: 0;
  }

  .blogList .blogItem figcaption {
    width: 100%;
    flex: auto;
    margin-top: 10px;
  }

  .blogList .blogItem .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blogList .blogItem .date {
    font-size: 1.4rem;
    margin-right: 10px;
  }

  .blogList .blogItem .ttl {
    margin-top: 10px;
  }

  .blogList .blogItem .excerpt {
    margin-top: 10px;
    line-height: 1.5;
  }

  /* はじめての方へ */
  .first .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .first .cnslrImg {
    margin: 20px auto 0;
    display: block;
  }

  .first .cnslrImg figure:first-child {
    width: 80%;
    position: relative;
    left: 0;
  }

  .first .cnslrImg figure:first-child:after {
    left: auto;
    bottom: auto;
    right: -5px;
    top: -5px;
    background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
    background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
    background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
  }

  .first .cnslrImg figure:last-child {
    width: 80%;
    position: relative;
    right: 0;
    margin: -10px 0 0 auto;
  }

  .first .cnslrImg figure:last-child:after {
    right: auto;
    top: auto;
    left: -5px;
    bottom: -5px;
    background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
    background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
    background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
  }

  .first .cnslrImg figure:first-child picture {
    z-index: 15;
    position: relative;
  }

  .first .cnslrImg figure:first-child picture {
    z-index: 10;
    position: relative;
  }

  .first .borderBox {
    width: calc(100% - 16px - 10vw);
    margin-top: 25px;
    margin-left: calc(8px + 5vw);
    margin-right: calc(8px + 5vw);
    padding: calc(5vw - 8px);
    text-align: left;
  }

  .first .contentText p {
    font-size: 1.4rem;
  }

  .staffBox {
    display: block;
    position: relative;
    padding: 12px;
    margin-top: 30px;
  }

  .staffBox .fbox {
    display: block;
  }

  .staffBox+.staffBox {
    margin-top: 34px;
  }

  .staffBox .imgBox {
    width: 100%;
  }

  .staffBox .txtBox {
    width: 100%;
    margin-top: 15px;
  }

  .staffBox .contentText {
    margin-top: 20px;
  }

  .staffBox .contentText p {
    font-size: 1.4rem;
  }

  .detail {
    width: 100%;
    max-width: none;
    padding: 12px;
  }

  /* ご相談メニュー */
  .talkBox {
    display: block;
    position: relative;
  }

  .talkBox .fbox {
    display: block;
  }

  .talkBox .imgBox {
    width: 100%;
  }

  .talkBox .txtBox {
    width: 100%;
    margin-top: 15px;
  }

  .talkBox .contentText {
    margin-top: 10px;
  }

  .talkBox .contentText p {
    font-size: 1.4rem;
  }

  .timetable .lead {
    font-size: 1.4rem;
    margin: 15px auto 0;
  }

  /* お客様の声 */
  .voiceBox .contentText {
    margin-top: 10px;
  }

  .voiceBox .contentText p {
    font-size: 1.4rem;
  }

  .voiceBox .name {
    margin-top: 10px;
  }

  /* お客様の声 */
  .faqBox .contentText {
    margin-top: 10px;
  }

  .faqBox .contentText p {
    font-size: 1.4rem;
  }

  /* blogList */
  .blogWrap {
    margin: 35px auto 0;
  }

  .blogWrap:first-child {
    margin: 0 auto;
  }

  .blogArticleList {
    width: 100%;
  }

  .blogCnt .blogArticleList {
    width: 100%;
    padding: 0;
  }

  .blogArticleList .blogList {
    padding: 7px;
  }

  .blogArticleList .blogList .blogItem {
    width: 100%;
    padding: 0;
    margin: 40px auto 0;
  }

  .blogArticleList .blogList .blogItem a {
    padding: 10px;
  }

  .blogArticleList .blogList .blogItem .imgWrap {
    width: 100%;
    margin-right: 0;
  }

  .blogArticleList .blogList .blogItem figcaption {
    flex: auto;
    margin-top: 0;
  }

  .blogArticleList .blogList .blogItem .ttl {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .blogArticleList .blogList .blogItem .excerpt {
    font-size: 1.4rem;
  }

  .blogArticleList .tagList li {
    margin-bottom: 7px;
  }

  .blogList .blogItem .date {
    margin-bottom: 7px;
  }

  .subWrap {
    width: 100%;
    margin-top: 40px;
  }

  .seoTtl02 {
    font-size: 1.4rem;
  }

  .dotContets .modP,
  .dotContets .ttlC {
    max-width: 90%;
  }

  /*form*/
  .formWrap,
  .formWrap dl,
  .formWrap .formBtnWrap,
  .formWrap .formBtn {
    max-width: none;
    width: 100%;
  }

  .formWrap {
    padding: 5vw;
  }

  .formWrap textarea {
    height: 10em;
  }

  .formWrap .formBtnWrap {
    border-radius: 25px;
    border: 1px solid rgba(114, 198, 239, 1);
    font-size: 1.4rem;
  }

  .formWrap .formBtn {
    height: 50px;
  }

  .formWrap .backBtnWrap {
    height: 46px;
    border-radius: 23px;
    border: 1px solid #c6c6c6;
    font-size: 1.4rem;
  }

  .formWrap .backBtn {
    height: 46px;
  }

  .privacy .modPCenter {
    text-align: left;
  }

  .privacy,
  .mw_wp_form .consent {
    width: 100%;
  }

  .mw_wp_form .privacy dl dd span {
    display: table-cell !important;
  }

  /*bread*/
  .bread {
    border-top: 1px solid rgba(114, 198, 239, 1);
    padding: 15px 5vw;
  }

  .bread ul {
    padding: 0;
    max-width: none;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /*pgtop*/
  #topBtn {
    bottom: 44px;
    bottom: calc(env(safe-area-inset-bottom) + 44px);
  }

  /*footer*/
  .footBtnWrap {
    background-image: none !important;
  }

  .footBtnWrap:after {
    display: none;
  }

  .footBtnWrap .inner {
    padding: 0;
  }

  .footBtnWrap .ttlD {
    margin-bottom: 0;
  }

  .footBtn {
    width: 100%;
    padding: 0;
    text-align: center;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footBtn li {
    width: 100%;
  }

  .footBtn li.tel {
    margin-bottom: 15px;
  }

  .footBtn li.contact {
    margin-bottom: 20px;
  }

  .footBtn li.contact h3 {
    margin-bottom: 20px;
  }

  .footBtn .contact .wrap {
    padding: 0 15vw;
  }

  .copy {
    padding: 15px 0;
  }
}

/***** SNS Share Button *****/
.snsWrap {
  padding: 30px;
  background: #f2f2f2;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.snsWrap .snsWrapTtl {
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2em;
}

.snsWrap .snsWrapTtl span {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 770px) {
  .snsWrap {
    padding: 15px;
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .snsWrap .snsWrapTtl {
    font-size: 13px;
    margin-bottom: 0.6em;
  }

  .snsWrap .snsWrapTtl span {
    font-size: 16px;
  }
}

/***** refusal *****/
.refusal {
  text-align: right;
  margin-top: 30px;
}

.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}

@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }

  .refusal img {
    max-width: 270px;
  }
}

.circleLabel,
.circleLabelMini {
  z-index: 1;
}

/***** mb *****/
.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 770px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.formWrap select::-ms-expand {
  display: none;
}

.formWrap select:focus {
  outline: none;
}

.formWrap select option {
  font-weight: normal;
}

.leadIn {
  padding: 0 1em;
}

.sns_wrap {
  display: flex;
  justify-content: center;
}

.sns_item {
  font-size: 4rem;
  padding: 0 .1em;
  color: rgba(114, 198, 239, 0.4);
  margin-bottom: .25em;
}

.sns_item a {
  display: flex;
}

address {
  margin: 0;
}

.footLogo {
  margin-bottom: 1em;
}

.sns_facebook {
  color: #3b5998
}

.sns_twitter {
  color: #1da1f2;
}

.sns_instagram {
  color: #cf2e92;
}

.sns_line {
  color: #06c755;
}

.sns_youtube {
  color: #c4302b;
}

.sns_facebook,
.sns_twitter,
.sns_instagram,
.sns_line,
.sns_youtube {
  color: #72c6ef;
}

.home .siteHeaderInner .logo a {
  text-align: center;
  display: inline;
}

.pcHeadLogo {
  display: inline;
}

.siteHeaderInner .navList li {
  padding-left: 1em;
}

.siteHeaderInner .navList li a .nav .jp {
  white-space: nowrap;
}

.siteHeaderInner .logo {
  width: auto;
  text-align: center;
  box-sizing: border-box;
}

.siteHeaderInner .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.siteHeaderInner .logo a img {
  position: relative;
  transform: none;
  top: 0px;
  left: 0;
  max-height: 75px;
}

#topNavi .siteHeaderInner .logo a img {
  max-height: 120px;
}

.home #floatNavi .siteHeaderInner .logo a {
  align-items: center;
}

@media screen and (max-width: 770px) {
  .pcHeadLogo {
    display: none;
  }

  #topNavi .siteHeaderInner .logo a img {
    max-height: 45px;
  }

  .home .siteHeaderInner {
    height: 55px;
  }

  .home .siteHeaderInner .logo a {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .home .siteHeaderInner .logo {
    justify-content: flex-start;
    align-items: center;
    max-height: 55px;
  }

  .home .siteHeaderInner .logo.fixed {
    width: calc(100% - 60px);
    max-height: 55px;
  }

  .home .siteHeaderInner .logo.fixed a {
    padding: 0;
  }

  .siteHeaderInner .logo a {
    display: inline;
  }

  .siteHeaderInner .logo.pagesLogo a img {
    top: 0;
    left: 0%;
    transform: none;
    position: relative;
  }

  .siteHeaderInner .logo a img {
    top: 0;
    left: 0;
    max-height: 45px;
    transform: none;
  }
}

.a2a_kit .a2a_label {
  display: none !important;
}

/***** 20210927 refusal *****/
.refusal {
  line-height: 1;
}

.refusal img {
  width: 100%;
  max-width: 285px;
  max-height: 14px;
  vertical-align: top;
}

@media screen and (max-width: 770px) {
  .refusal img {
    max-width: 285px;
  }
}

/***** 20211014 *****/
@media screen and (max-width: 770px) {
  .mw_wp_form_complete .ttlC {
    font-size: 1.6rem;
    height: 50px;
    letter-spacing: 0;
  }
}

/***** 20210111 *****/
.formWrap textarea {
  vertical-align: top;
}



/***** 支援課修正 *****/
.footBtn li:only-child {
  width: 100%;
}

body.is-showtitle {
  padding-top: 0;
}

body.is-showtitle .siteHeader {
  top: 0;
  transition: top .1s;
}

@media screen and (max-width: 768px) {
  body.is-showtitle::before {}
}

/***** blogConent *****/
.singleContent a:not([class]) {
  color: #1a0dab;
  text-decoration: underline;
}

@media screen and (min-width: 771px) {
  .singleContent a:not([class]):hover {
    text-decoration: none;
  }
}

.singleContent {
  line-height: 1.8;
}

.singleContent h1 {
  font-size: 2.44em;
}

.singleContent h2 {
  font-size: 1.95em;
}

.singleContent h3 {
  font-size: 1.56em;
}

.singleContent h4 {
  font-size: 1.25em;
}

.singleContent h5 {
  font-size: 1em;
}

.singleContent h6 {
  font-size: 0.8em;
}

.singleContent h1,
.singleContent h2,
.singleContent h3 {
  line-height: 1.4;
}

.singleContent h4 {
  line-height: 1.5;
}

.singleContent h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.singleContent h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  border-bottom: 1px solid #ccc;
}

.singleContent h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 10px;
  background: #eee;
}

.singleContent h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.singleContent h5 {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

.singleContent h6 {
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

.singleContent h1,
.singleContent h2,
.singleContent h3,
.singleContent h4,
.singleContent h5,
.singleContent h6 {
  color: inherit;
  font-weight: bold;
}

.singleContent p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 28px;
  margin-bottom: 28px;
}

.singleContent ul,
.singleContent ol {
  margin-bottom: 28px;
  padding: inherit;
  padding-left: 1.3em;
  margin-left: 1.3em;
}

.singleContent ul ul,
.singleContent ul ol,
.singleContent ol ul,
.singleContent ol ol {
  margin-bottom: 0;
}

.singleContent ul li,
.singleContent ol li {
  margin-bottom: initial;
}

.singleContent ul,
.singleContent ul li {
  list-style-type: disc;
}

.singleContent ol,
.singleContent ol li {
  list-style-type: decimal;
}

.singleContent ul ul,
.singleContent ol ul,
.singleContent ul ul li,
.singleContent ol ul li {
  list-style-type: circle;
}

.singleContent #toc_container {
  display: block;
  margin-bottom: 30px;
  border: none;
}

.singleContent .wp-block-audio {
  margin-left: 0px;
  margin-right: 0px;
}

.singleContent .singleContent .wp-block-audio audio {
  width: 100%;
}

.singleContent blockquote,
.singleContent blockquote.wp-block-quote {
  font-size: 115%;
  line-height: 1.5;
  margin: 32px 0px;
  padding: 12px 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.singleContent .wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.singleContent .wp-block-quote__citation,
.singleContent .wp-block-quote cite,
.singleContent .wp-block-quote footer {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px;
}

.singleContent .wp-block-quote cite::before,
.singleContent .wp-block-quote footer::before {
  content: '— '
}

.singleContent .wp-block-button {
  position: relative;
  box-sizing: border-box;
}

.singleContent .wp-block-button.alignwide a {
  display: block;
}

.singleContent code,
.singleContent pre,
.singleContent .wp-block-code {
  color: #666666;
  font-family: Courier, sans-serif;
  line-height: 1.4;
  margin: 32px 0px;
  padding: 12px;
  border: 2px solid rgba(0, 0, 0, 0.24);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 3px;
}

.singleContent .wp-block-cover,
.singleContent .wp-block-cover-image {
  margin-top: 32px;
  margin-bottom: 32px;
}

.singleContent .wp-block-cover-image.has-background-dim,
.singleContent .wp-block-cover-image.has-background-dim h2 {
  color: #ffffff;
}

.singleContent .wp-block-gallery .blocks-gallery-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.singleContent .wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px;
}

.singleContent .wp-block-gallery .blocks-gallery-image figcaption,
.singleContent .wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}

.singleContent .wp-block-image {
  max-width: none;
  margin: 32px auto;
  padding: 0px;
}

.singleContent img {
  margin-bottom: auto;
}

.singleContent img.aligncenter,
.singleContent .wp-block-image.aligncenter {
  display: block;
  margin: 12px auto;
  padding: 0px;
}

.singleContent img.alignnone,
.singleContent .wp-block-image.alignnone {
  display: inline;
  margin: 12px 0px;
  padding: 0px;
}

.singleContent img.alignright,
.singleContent .wp-block-image.alignright {
  display: inline;
  margin: 16px 0px 16px 24px;
  padding: 0px;
}

.singleContent img.alignleft,
.singleContent .wp-block-image.alignleft {
  display: inline;
  margin: 16px 24px 16px 0px;
  padding: 0px;
}

.singleContent table,
.singleContent table.wp-block-table {
  width: 100%;
  text-align: left;
  margin: 32px 0px;
  padding: 0px;
  border: 1px solid #dddddd;
  border-spacing: 0;
  border-collapse: collapse;
}

.singleContent table p,
.singleContent table form,
.singleContent table ul,
.singleContent table li {
  margin: 6px 0px;
  padding: 0px;
}

.singleContent table thead,
.singleContent table tfoot,
.singleContent table.wp-block-table thead,
.singleContent table.wp-block-table tfoot {
  border: 1px solid #dddddd;
}

.singleContent table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}

.singleContent table th,
.singleContent table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.04);
}

.singleContent table td,
.singleContent table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}

.singleContent table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}

.singleContent table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
}

.singleContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.singleContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.singleContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.singleContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.singleContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.singleContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.singleContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}

.singleContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.singleContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.singleContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.singleContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.singleContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.singleContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.singleContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.singleContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.singleContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.singleContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.singleContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.singleContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.singleContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.singleContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.singleContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.singleContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.singleContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.singleContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.singleContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.singleContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%
}

.singleContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.singleContent .wp-block-cover-image img.wp-block-cover__image-background,
.singleContent .wp-block-cover-image video.wp-block-cover__video-background,
.singleContent .wp-block-cover img.wp-block-cover__image-background,
.singleContent .wp-block-cover video.wp-block-cover__video-background {
  width: 100%;
  height: 100%;
  max-width: none;
}

.singleContent #toc_container a:link {
  text-decoration: underline;
}

.singleContent #toc_container a:hover {
  text-decoration: none;
}

.singleContent #toc_container p.toc_title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.singleContent #toc_container .toc_list {
  padding: 15px;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
}

.singleContent #toc_container li:not(:first-child) {
  margin-top: 15px;
}

.singleContent #toc_container li ul {
  margin-top: 15px;
}

.singleContent #toc_container li a::before {
  content: "○  ";
}

.singleContent #toc_container li ul li a::before {
  content: "・  ";
}

.singleContent #toc_container ul li:before {
  content: none;
}

.singleContent #toc_container .toc_list a {
  text-decoration: underline;
  font-size: 14px;
  color: rgba(93, 93, 93, 0.9);
}

/*** h1 ***/
.page-title {
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #e9f3f7;
  color: rgba(79, 174, 221, 1);
  padding: 13px 50px;
  min-height: 50px;
  margin-top: 95px;
}

.page-title h1,
.page-title p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: height .2s linear;
}

body.home.is-showtitle .page-title {
  width: 100%;
  margin-top: 0;
}

body.home.is-showtitle .headWrap {
  flex-wrap: wrap;
}

body.home.is-showtitle .headWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: -o-repeating-linear-gradient(left, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
  background: repeating-linear-gradient(90deg, rgba(210, 235, 247, 1) 0, rgba(210, 235, 247, 1) 50px, rgba(114, 198, 239, 1) 50px, rgba(114, 198, 239, 1) 100px);
}

body.home.is-showtitle:before {
  content: none;
}

body.is-showtitle .page-title.is-hide p,
body.is-showtitle .page-title.is-hide h1 {
  height: 0;
}

@media screen and (max-width: 770px) {
  .page-title {
    padding: 8px 5%;
    min-height: 40px;
    white-space: nowrap;
    margin-top: 60px;
  }

  .home .page-title {
    margin-top: 60px;
  }

  body.home.is-showtitle .page-title {
    padding: 8px 5%;
  }

  .page-title h1,
  .page-title p {
    font-size: 1.2rem;
    line-height: 2;
  }

  body.home.is-showtitle .headWrap:before {
    content: none;
  }

  .headWrap {
    padding: 55px 0 0;
  }
}

.p-slide__item {
  vertical-align: top;
}

/***** profile *****/
.p-single__writer {
  margin-top: 40px;
}

@media screen and (max-width: 770px) {
  .p-single__writer {
    margin-top: 30px;
  }
}

.p-single__writer::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
}

.p-single__writer::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: -o-repeating-linear-gradient(135deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
  background: repeating-linear-gradient(-45deg, rgba(114, 198, 239, 0.2) 0, rgba(114, 198, 239, 0.2) 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 16px);
}

.p-single__writer-container {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 770px) {
  .p-single__writer-container {
    display: block;
    padding: 40px 0;
  }
}

.p-single__writer-fig {
  width: 100%;
  max-width: 180px;
  margin-right: 30px;
}

@media screen and (max-width: 770px) {
  .p-single__writer-fig {
    margin: 0 auto;
    max-width: 175px;
  }
}

.p-single__writer-fig img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}

.p-single__writer-profile {
  flex: 1;
  color: #6d6d6d;
}

@media screen and (max-width: 770px) {
  .p-single__writer-profile {
    margin-top: 20px;
  }

  .p-single__writer-profile:only-child {
    margin-top: 0;
  }
}

.p-single__writer-label {
  line-height: 1;
}

@media screen and (max-width: 770px) {
  .p-single__writer-label {
    text-align: center;
  }
}

.p-single__writer-label-inner {
  font-size: 1.3rem;
  line-height: 2;
  padding: 0 13px;
  display: inline-block;
  background-color: #72c6ef;
  color: #fff;
  border-radius: 50px;
}

_:-ms-lang(x)::-ms-backdrop,
.p-single__writer-label-inner {
  line-height: 1;
  padding: 8px 13px 5px;
}

.p-single__writer-name {
  width: 100%;
  line-height: 1;
  margin: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}

@media screen and (max-width: 770px) {
  .p-single__writer-name {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 0 15px;
  }
}

.p-single__writer-name-inner {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #72c6ef;
  font-weight: bold;
  margin-right: 1.2rem;
}

@media screen and (max-width: 770px) {
  .p-single__writer-name-inner {
    margin-right: 0;
  }
}

.p-single__writer-name-ruby {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  padding: 0 0 0.6rem;
  font-family: 'Rokkitt', serif;
}

.p-single__writer-desc {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 770px) {
  .p-single__writer-desc {
    font-size: 1.4rem;
    margin-top: 25px;
    padding: 0 5px;
  }
}

.p-single__writer-link {
  margin-top: 8px;
}

@media screen and (max-width: 770px) {
  .p-single__writer-link {
    padding: 0 5px;
  }
}

.c-text-link {
  display: inline-block;
  color: #72c6ef;
  border: 1px solid #72c6ef;
  border-radius: 15px;
  padding: 1px 14px 2px;
  text-decoration: underline;
  margin-top: 7px;
}

_:-ms-lang(x)::-ms-backdrop,
.c-text-link {
  padding: 3px 14px 0;
}

@media screen and (min-width: 1025px) {
  .c-text-link:hover {
    text-decoration: none;
  }
}

.c-text-link:not(:last-child) {
  margin-right: 15px;
}

.p-single__writer-sns {
  margin-top: 25px;
}

.p-single__writer-sns-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p-single__writer-sns__item:not(:first-child) {
  margin-left: 1em;
}

.c-sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 3rem;
  vertical-align: middle;
  color: rgba(114, 198, 239, 0.2);
  transition: color .2s linear;
}

@media screen and (min-width: 1025px) {
  .c-sns-link:hover {
    color: rgba(114, 198, 239, 1);
  }
}

.is-fb .c-sns-link {
  font-size: 2.4rem;
  position: relative;
  color: #fff;
  align-items: flex-end;
}

.is-twitter .c-sns-link {
  font-size: 1.6rem;
  position: relative;
  color: #fff;
}

.is-line .c-sns-link {
  font-size: 3.4rem;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

_:-ms-lang(x)::-ms-backdrop,
.is-line .c-sns-link .fa-line {
  margin-top: 4px;
}

.is-youtube .c-sns-link {
  font-size: 1.6rem;
  position: relative;
  color: #fff;
}

.is-fb .c-sns-link::after,
.is-youtube .c-sns-link::after,
.is-twitter .c-sns-link::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(114, 198, 239, 0.2);
  border-radius: 15px;
  z-index: -1;
  transition: background-color .2s linear;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1025px) {

  .is-fb .c-sns-link:hover::after,
  .is-youtube .c-sns-link:hover::after,
  .is-twitter .c-sns-link:hover::after {
    background-color: rgba(114, 198, 239, 1);
    transition: background-color 0.1s linear;
  }
}


/*----------------------------------------
20220705 privacy
----------------------------------------*/
.p-privacy__read {
  margin: 2em 0 3em;
}

.p-privacy__ttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*----- c-section -----*/
.c-section {
  position: relative;
}

.c-section:not(:last-child) {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .c-section:not(:last-child) {
    margin-bottom: 60px;
  }
}

.c-section.is-contact {
  margin-bottom: 0;
}

.c-section__container {
  position: relative;
  margin: 0 80px;
}

@media screen and (max-width: 767px) {
  .c-section__container {
    margin: 0 20px;
  }
}

.c-section__container.is-middle {
  margin: 0 160px;
}

@media screen and (max-width: 1199px) {
  .c-section__container.is-middle {
    margin: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .c-section__container.is-middle {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-section__container.is-middle.is-sp-middle {
    margin: 0 20px;
  }
}

.c-section__container.is-small {
  margin: 0 300px;
}

@media screen and (max-width: 1600px) {
  .c-section__container.is-small {
    margin: 0 200px;
  }
}

@media screen and (max-width: 1199px) {
  .c-section__container.is-small {
    margin: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .c-section__container.is-small {
    margin: 0 20px;
  }
}

.p-privacy-block {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-privacy-block {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*----- c-o-list-child -----*/
.c-o-list-child {
  position: relative;
  text-align: justify;
}

.c-o-list-child:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-o-list-child:not(:first-child) {
    margin-top: 10px;
  }
}

.c-o-list-child__item {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  counter-increment: c-o-list-child-number;
}

.c-o-list-child__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  content: "(" counter(c-o-list-child-number) ")";
}

@media screen and (max-width: 767px) {
  .c-o-list-child__item::before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-o-list-child__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-o-list-child__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*----- c-guid-desc -----*/
.c-guid-desc {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-guid-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-privacy-block .c-guid-desc,
.p-shopping-guide-block .c-guid-desc {
  text-align: left;
}

.c-section.is-guide .c-guid-desc {
  padding-left: 10px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .c-section.is-guide .c-guid-desc {
    padding-right: 5px;
    padding-left: 5px;
  }
}

:not(:last-child)>.c-guid-desc:last-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  :not(:last-child)>.c-guid-desc:last-child {
    margin-bottom: 40px;
  }
}

/*----- c-o-list -----*/
.c-o-list {
  position: relative;
  text-align: justify;
}

.c-o-list:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .c-o-list:not(:last-child) {
    margin-bottom: 40px;
  }
}

.c-o-list__item {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0 10px 0 35px;
  counter-increment: c-o-list-number;
}

@media screen and (max-width: 767px) {
  .c-o-list__item {
    margin-bottom: 10px;
    padding-left: 23px;
  }
}

.c-o-list__item:last-child {
  margin-bottom: 3em;
}

.c-o-list__item::before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  line-height: 1.8;
  content: counter(c-o-list-number) ".";
}

@media screen and (max-width: 767px) {
  .c-o-list__item::before {
    left: 1px;
  }
}

.c-o-list__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-o-list__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-u-list-child__item {
  position: relative;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: rgba(93, 93, 93, 0.9);
}

@media screen and (max-width: 767px) {
  .c-u-list-child__item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-u-list-child__item::before {
  position: absolute;
  top: 10px;
  left: 2px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background: rgba(93, 93, 93, 0.9);
  content: "";
}

.c-form__consent {
  padding: 1.5em 0;
  text-align: center;
  letter-spacing: .1rem;
}

.c-form__consent a,
.p-privacy-block a {
  text-decoration: underline;
}

.c-form__consent a:hover,
.p-privacy-block a:hover {
  opacity: .8;
}

/*----------------------------------------
footer-sub-link
----------------------------------------*/
.p-footer-sub-link {
  text-align: center;
  margin: 1em auto;
}

.p-footer-sub-link-list {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  flex-wrap: wrap;
  margin: auto;
}

.p-footer-sub-link-item {
  padding: 0 10px;
  line-height: 1.65em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}

.p-footer-sub-link-item+.p-footer-sub-link-item:before {
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
  height: 1em;
  width: 1px;
  content: "";
  background: rgba(93, 93, 93, 0.9);
}

.p-footer-sub-link-link {
  display: inline-block;
  transition: .2s;
  font-size: 1.3rem;
}

.p-footer-sub-link-link:hover {
  text-decoration: underline;
}

.mw_wp_form_confirm .is-confirm-none,
.mw_wp_form_preview .is-confirm-none {
  display: none;
}

/*** 20230407 ***/
.slick-initialized.slick-slider source,
.slick-initialized.slick-slider img {
  display: block !important;
}

/***** 20230626 *****/
@media screen and (min-width: 1044px) {
  .mainAbout .circleLabel {
    top: -60px;
    right: -60px;
  }
}

/* 20230825 */
.a2a_s_share1 svg path:first-child {
  fill: #222 !important;
}

/* 20240201 contact form 7 */
/*form*/
.mw_wp_form {
  margin-top: 20px;
}

.formWrap {
  background: rgba(114, 198, 239, 0.2);
  width: 100%;
  max-width: 800px;
  margin: 1.5em auto 0;
  padding: 50px 0;
}

.formWrap dl {
  width: 600px;
  margin: 0 auto;
}

.formWrap dt {
  font-size: 1.6rem;
  font-weight: bold;
}

.formWrap dd {
  margin: 15px 0 30px 0;
  word-break: break-all;
}

.formWrap .required {
  background: rgba(114, 198, 239, 1);
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.formWrap .any {
  background: #999;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.formWrap textarea,
.formWrap input[type="text"],
.formWrap input[type="email"],
.formWrap input[type="tel"],
.formWrap select,
.formWrap input[type="date"],
.formWrap input[type="number"] {
  border: 1px solid #ddd;
  background: #fff;
  min-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.formWrap textarea {
  height: 15em;
  padding-top: 15px;
}

.formWrap .formBtnWrap {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  border: 2px solid rgba(114, 198, 239, 1);
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(114, 198, 239, 1);
  position: relative;
  cursor: pointer;
  transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
}

.formWrap .formBtn {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 60px;
  color: rgba(114, 198, 239, 1);
  position: relative;
  cursor: pointer;
  transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
}

.formWrap .formBtnWrap:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
}

.formWrap .backBtnWrap {
  width: 100%;
  max-width: 280px;
  height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  border: 2px solid #c6c6c6;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  color: #c6c6c6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
}

.formWrap .backBtn {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 50px;
  color: #c6c6c6;
  position: relative;
  cursor: pointer;
  transition: border 0.2s linear, background 0.2s linear, color 0.2s linear;
}

.formWrap .backBtnWrap:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -0.5em;
}

@media screen and (min-width: 769px) {
  .formWrap .formBtnWrap:hover {
    background: rgba(114, 198, 239, 1);
    color: #fff;
  }

  .formWrap .formBtnWrap:hover .formBtn {
    color: #fff;
  }

  .formWrap .backBtnWrap:hover {
    background: #c6c6c6;
    color: #fff;
  }

  .formWrap .backBtnWrap:hover .backBtn {
    color: #fff;
  }
}

input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.formWrap input[type="radio"]+span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  line-height: 24px;
  min-height: 24px;
  cursor: pointer;
}

.formWrap input[type="radio"]+span:before {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  content: '';
  box-sizing: border-box;
}

.formWrap input[type="radio"]+span:after {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  content: '';
}

.formWrap input[type="radio"]+span:before {
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dedede;
  transform: translateY(-50%);
}

.formWrap input[type="radio"]+span:after {
  top: 12px;
  left: 12px;
  width: 12px;
  height: 12px;
  background: rgba(114, 198, 239, 1);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-50%) translateX(-50%) scale3d(0.8, 0.8, 1);
  transform: translateY(-50%) translateX(-50%) scale3d(0.8, 0.8, 1);
}

input[type='radio']:checked+span:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
  transform: translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
}

input[type=checkbox] {
  display: none;
}

input[type="checkbox"]+span {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 24px;
}

input[type="checkbox"]+span::after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid rgba(114, 198, 239, 1);
  border-bottom: 3px solid rgba(114, 198, 239, 1);
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]+span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 1px solid #999999;
  background-color: #fff;
  content: '';
}

input[type=checkbox]:checked+span:after {
  opacity: 1;
}

.wpcf7-checkbox label,
.wpcf7-radio label {
  white-space: nowrap;
}

.wpcf7-list-item {
  margin: 0 1em 8px 0;
}

.wpcf7-list-item:first-child {
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  padding-top: 5px;
}

.formWrap input,
.formWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  min-height: 45px;
  border-radius: 0;
}

.formWrap textarea {
  border-radius: 0;
}

.wpcf7 input[type="file"] {
  min-height: auto;
  width: 100%;
  background-color: transparent;
}

input::-webkit-date-and-time-value {
  text-align: left;
}

.privacy,
.wpcf7 .consent {
  max-width: 655px;
}

.wpcf7 .consent {
  text-align: center;
  margin: 0 auto 2em;
}

.wpcf7 .consent * {
  cursor: pointer;
}

span.wpcf7-spinner {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-family: "游ゴシック", "Yu Gothic", '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: auto;
}

@media screen and (max-width: 770px) {

  .formWrap,
  .formWrap dl,
  .formWrap .formBtnWrap,
  .formWrap .formBtn {
    max-width: none;
    width: 100%;
  }

  .formWrap {
    padding: 5vw;
  }

  .formWrap textarea {
    height: 10em;
  }

  .formWrap .formBtnWrap {
    border-radius: 25px;
    border: 1px solid rgba(114, 198, 239, 1);
    font-size: 1.4rem;
  }

  .formWrap .formBtn {
    height: 50px;
  }

  .formWrap .backBtnWrap {
    height: 46px;
    border-radius: 23px;
    border: 1px solid #c6c6c6;
    font-size: 1.4rem;
  }

  .formWrap .backBtn {
    height: 46px;
  }

  .privacy .modPCenter {
    text-align: left;
  }

  .privacy,
  .formWrap .consent {
    width: 100%;
  }
}

/***** 20240517 *****/
.a2a_s_share1 svg path:first-child {
  fill: #fff !important;
}

.footBtnWrap+.footBtnWrap .footBtn li {
  width: 48%;
}

@media screen and (max-width: 770px) {
  .footBtnWrap+.footBtnWrap .footBtn li {
    width: 100%;
  }
}

.cntWrap.voice .btnA {
  margin-top: 40px;
}

.btn_access {
  margin-top: 50px;
}

.list_timetable {
  display: flex;
}

.list_timetable dd {
  text-align: left;
}

@media screen and (min-width:771px) and (max-width:960px) {
  .footBtn li {
    width: 48%;
  }

  .footBtn li:last-child {
    margin: 30px auto 0;
  }
}

@media screen and (min-width:771px) {

  .footBtnWrap+.footBtnWrap .footBtn li:nth-of-type(3),
  .footBtnWrap+.footBtnWrap .footBtn li:nth-of-type(4) {
    margin-top: 20px;
  }
}