@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.44;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

p,
ul li {
  text-align: justify;
  text-justify: inter-ideograph;
}

p + p {
  margin-top: 1.5em;
}

b {
  font-weight: bold;
}

/*
* wrapper
*/
.l-short {
  margin-right: 20px;
  margin-left: 20px;
}

.l-base {
  margin-right: 20px;
  margin-left: 20px;
}

.l-wide {
  margin-right: 20px;
  margin-left: 20px;
}

.l-sticky {
  z-index: 30;
  position: fixed;
  top: -66px;
  width: 100%;
  transition: top 0.3s;
}
.l-sticky.visible {
  top: 0;
}

.l-sp-menu {
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 7.5rem;
  height: 8.7rem;
  background: rgba(255, 255, 255, 0.7);
}

.l-aside {
  display: none;
}
.l-aside.visible {
  right: 0;
}

.l-ftr-aside {
  z-index: 1;
  position: fixed;
  bottom: -60px;
  left: 0;
  width: 100%;
  transition: bottom 0.3s;
}
.l-ftr-aside.visible {
  bottom: 0;
}

/*
 * ボタン
 */
.c-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 1rem;
  border-radius: 2.1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.c-btn:before {
  position: absolute;
  top: 48%;
  right: 1.1rem;
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(-45deg) translateY(-50%);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transition: all 0.3s;
}
.c-btn.-tel {
  border: 1px solid #2ECEF2;
  background: #2ECEF2;
  transition: all 0.3s;
}
.c-btn.-line {
  border: 1px solid #06C755;
  background: #06C755;
  transition: all 0.3s;
}

/*
 * 見出し
 */
.c-h1 {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.c-h1 span {
  display: inline-block;
  padding: 0 0.7rem;
  background: linear-gradient(to bottom, transparent 70%, #97E7F9 70%);
}
.c-h1 span:not(:first-of-type) {
  margin-top: 0.7rem;
}

.c-h2 {
  margin-bottom: 3rem;
  color: #26AAF4;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

/*
 * article
 */
.c-art {
  padding: 5rem 0;
}

.c-thumb {
  width: min(100%, 31.8rem);
  margin-right: auto;
  margin-left: auto;
}
.c-thumb img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  box-shadow: 5px 5px 0 #2ECEF2;
}
.c-thumb__cap {
  margin-top: 1.2rem;
  color: #26AAF4;
  font-size: 1.6rem;
  text-align: center;
}

/*
 * header
 */
.p-hdr {
  background: #fff;
}
.p-hdr__inner {
  position: relative;
  padding: 2rem;
}
.p-hdr h1 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.p-hdr h1 a {
  display: inline-block;
  color: inherit;
  transition: color 0.3s;
}
.p-hdr__txt {
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  text-align: center;
}
.p-hdr__btn-box {
  display: none;
}
.p-hdr__menu {
  position: relative;
  width: 30px;
  height: 14px;
}
.p-hdr__menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2ECEF2;
}
.p-hdr__menu span:first-of-type {
  top: 0;
  transition: transform 0.3s;
}
.p-hdr__menu span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
  transition: opacity 0.3s;
}
.p-hdr__menu span:last-of-type {
  bottom: 0;
  transition: transform 0.3s;
}

.open .p-hdr__menu span:first-of-type {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.open .p-hdr__menu span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.open .p-hdr__menu span:last-of-type {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}

.p-gnav {
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  transition: opacity 0.3s;
}
.p-gnav.open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
}
.l-sticky .p-gnav {
  display: none;
}

.p-gnav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.p-gnav__item {
  display: block;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
}
.p-gnav__item + .p-gnav__item {
  padding-top: 6rem;
}
.p-gnav__item + .p-gnav__item:before {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 1px;
  height: 3rem;
  transform: translateX(-50%);
  background: #dcdcdc;
  content: "";
}
.p-gnav__item a {
  display: inline-block;
  color: #717071;
  transition: color 0.3s;
}

/*
 * article
 */
.p-mv img {
  display: block;
  width: 100%;
}

.p-reccomend {
  overflow: hidden;
}
.p-reccomend__h1 {
  margin-bottom: 4rem;
}

.p-chklist {
  margin-bottom: 4rem;
  padding: 4rem 2rem;
  border: 1px solid #2ECEF2;
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  font-size: 1.6rem;
  text-align: center;
}
.p-chklist__list {
  display: inline-block;
}
.p-chklist__item {
  position: relative;
  padding-left: 2.4rem;
  font-weight: bold;
}
.p-chklist__item:before {
  display: inline-block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/icon_check.png") no-repeat top left/contain;
  content: "";
}
.p-chklist__item + .p-chklist__item {
  margin-top: 1.5rem;
}
.p-chklist__item em {
  display: inline;
  background: linear-gradient(to bottom, transparent 95%, #97E7F9 95%);
  color: #26AAF4;
}
.p-listimg__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 20px 4rem;
}
.p-listimg__box img {
  display: block;
  width: 47%;
}
.p-listimg__02 {
  margin-left: 6%;
}

.p-sx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 5rem 0 1rem;
}
.p-sx__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  width: 46%;
  margin-bottom: 3rem;
  padding: 2rem 0;
  border-radius: 5px;
  background: #EBF7FA;
  color: #26AAF4;
  font-weight: bold;
}
.p-sx__item small {
  display: block;
  margin-top: 1em;
  color: #333;
  font-weight: normal;
  font-size: 1.2rem;
}
.p-sx__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
}

.p-voice {
  position: relative;
  padding: 5rem 0 2rem;
}
.p-voice__icon {
  position: absolute;
  top: 0.5rem;
  right: 73%;
  width: 10rem;
}
.p-voice__icon img {
  display: block;
  width: 100%;
}
.p-voice__item {
  margin-bottom: 3rem;
  padding: 2rem;
  background: #fff;
}
.p-voice__ttl {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-voice__fig {
  width: min(100%, 295px);
  margin: 0 auto 1rem;
}
.p-voice__fig img {
  width: 100%;
}
.p-voice__info {
  margin-bottom: 1.5rem;
  color: #26AAF4;
}
.p-voice__info dd {
  display: inline-block;
}
.p-voice__info dd:first-of-type {
  margin-right: 0.5rem;
}

.p-voice2 {
  position: relative;
  padding: 5rem 0;
}
.p-voice2:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5rem;
  background: url("../images/diagonal-lines.png") 12px 12px;
  content: "";
}
.p-voice2__h1 {
  padding: 3rem 0;
  background: url("../images/diagonal-lines.png") 12px 12px;
}
.p-voice2__box {
  margin-bottom: 5rem;
  text-align: center;
}
.p-voice2__txt-box {
  margin-top: 2rem;
}
.p-voice2__name {
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
  font-weight: bold;
  text-align: center;
}
.p-voice2__name small {
  display: block;
  color: #717071;
  font-size: 1.8rem;
}
.p-voice2__name em {
  display: block;
  color: #26AAF4;
  font-size: 2rem;
}
.p-voice2__name:before {
  position: absolute;
  top: 50%;
  left: -6rem;
  width: 4.5rem;
  height: 4.5rem;
  transform: translateY(-50%);
  background: url("../images/icon_speaker.png") no-repeat center/100% 100%;
  content: "";
}
.p-voice2__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 1.2rem;
  text-align: left;
}
.p-voice2__list dt,
.p-voice2__list dd {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.p-voice2__list dt {
  width: 6rem;
  font-size: 1.2rem;
}
.p-voice2__list dt span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  background: #26AAF4;
  color: #fff;
}
.p-voice2__list dd {
  width: calc(100% - 6rem);
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-think {
  margin: 3rem 0;
}
.p-think__ttl {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 3.7rem;
  padding: 2rem 0;
  border: 2px solid #239BB6;
  border-radius: 15px;
}
.p-think__ttl:before, .p-think__ttl:after {
  position: absolute;
  border: 2px solid #239BB6;
  border-radius: 50%;
  content: "";
}
.p-think__ttl:before {
  right: 1.5rem;
  bottom: -2.3rem;
  width: 1.9rem;
  height: 1.9rem;
}
.p-think__ttl:after {
  right: 3.9rem;
  bottom: -2.7rem;
  width: 1.2rem;
  height: 1.2rem;
}
.p-think__thumb {
  width: min(100%, 335px);
  margin-right: auto;
  margin-left: auto;
}
.p-think__thumb img {
  display: block;
  width: 100%;
}

.p-effect {
  overflow: hidden;
}
.p-effect__inner {
  position: relative;
}
.p-effect__inner:before, .p-effect__inner:after {
  position: absolute;
  width: 8.9rem;
  height: 100%;
  content: "";
}
.p-effect__inner:before {
  right: -1.4rem;
  bottom: 0;
  background: url("../images/arrow.png") no-repeat bottom center;
  background-size: contain;
}
.p-effect__inner:after {
  display: none;
}

.p-locate {
  overflow: hidden;
}
.p-locate__inner {
  position: relative;
}
.p-locate__h1 {
  margin-right: -20px;
  margin-left: -20px;
}
.p-locate__thumb01, .p-locate__thumb02 {
  width: min(100%, 33.5rem);
  margin-right: auto;
  margin-left: auto;
}
.p-locate__thumb01 img, .p-locate__thumb02 img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.p-locate__thumb01 {
  margin-bottom: 3rem;
}
.p-locate__thumb02 {
  margin-top: 3rem;
}

.p-rsn__h1 {
  position: relative;
  margin-bottom: 4rem;
  padding: 1.7rem 0;
  border: 2px solid #26AAF4;
  border-radius: 15px;
  background: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.p-rsn__h1:before {
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  width: 2px;
  height: 2.6rem;
  transform: translateX(-50%);
  background: #26AAF4;
  content: "";
}
.p-rsn__item {
  margin-bottom: 3rem;
  padding: 3rem 2rem;
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  background: #fff;
}
.p-rsn__h-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2rem;
}
.p-rsn__num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #2ECEF2;
  font-weight: bold;
}
.p-rsn__num small {
  font-size: 1.2rem;
}
.p-rsn__num span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  font-family: "Overpass", sans-serif;
}
.p-rsn__ttl {
  -ms-flex: 1;
      flex: 1;
  margin-left: 2rem;
  color: #26AAF4;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-rsn__thumb {
  width: min(100%, 335px);
  margin: 0 auto 2rem;
}
.p-rsn__thumb img {
  display: block;
  width: 100%;
}
.p-rsn__last-txt {
  margin-bottom: 1rem;
}

.p-price {
  position: relative;
  margin-top: 4rem;
  padding: 4rem 2rem 3rem;
  border: 3px solid #2ECEF2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.p-price__h1 {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 1rem 2rem;
  transform: translate(-50%, -50%);
  border-right: 3px solid #2ECEF2;
  border-left: 3px solid #2ECEF2;
  background: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
}
.p-price__h2 {
  margin-bottom: 1rem;
  padding: 0.3rem 0;
  border: 2px solid #26AAF4;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}
.p-price__table, .p-price__table2 {
  font-weight: bold;
  font-size: 1.5rem;
}
.p-price__table tr, .p-price__table2 tr {
  border: 1px solid #DCDCDC;
}
.p-price__table th,
.p-price__table td, .p-price__table2 th,
.p-price__table2 td {
  padding: 1.2rem 0;
  text-align: center;
}
.p-price__table th, .p-price__table2 th {
  background: #26AAF4;
  color: #fff;
}
.p-price__table {
  width: 100%;
  margin-bottom: 3rem;
}
.p-price__table th:first-of-type {
  border: 1px solid #DCDCDC;
}
.p-price__table2 {
  width: 100%;
  margin: 0 auto;
}
.p-price__table2 th,
.p-price__table2 td {
  display: block;
  padding: 0.5rem 0;
}

.p-price-list {
  margin-bottom: 2.5rem;
  padding: 3rem;
  border: 3px solid #2ECEF2;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}
.p-price-list ul {
  display: inline-block;
  color: #717071;
  list-style-type: disc;
}
.p-intro__txt-box {
  margin-top: 5rem;
}

.p-qa__item {
  padding: 3rem 2rem;
  border-radius: 5px;
  background: #fff;
}
.p-qa__item + .p-qa__item {
  margin-top: 4rem;
}
.p-qa__q {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DCDCDC;
  font-weight: bold;
  font-size: 1.5rem;
}
.p-qa__q:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5rem;
  content: "Q.";
  color: #2ECEF2;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Overpass", sans-serif;
}

/*
 * aside
 */
.p-aside {
  position: relative;
  padding: 5rem 2rem;
  background: url("../images/aside_bg_sp.jpg") no-repeat center/cover;
  font-weight: bold;
  text-align: center;
}
.p-aside:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 53, 86, 0.5);
  content: "";
}
.p-aside__h1 {
  position: relative;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 2rem;
}
.p-aside__note {
  display: inline-block;
  position: relative;
  width: min(100%, 335px);
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.p-aside__btn {
  margin: 2rem 0 0;
  font-size: 1.5rem;
}

.p-aside-nav {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6rem;
  border-top: 1px solid #DCDCDC;
  background: #fff;
}
.p-aside-nav__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
  font-size: 1.2rem;
  white-space: nowrap;
}
.p-aside-nav__item.-tel {
  color: #2ECEF2;
}
.p-aside-nav__item.-tel .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.3rem;
  margin-right: 1rem;
}
.p-aside-nav__item.-line {
  border-left: 1px solid #DCDCDC;
  color: #06C755;
}
.p-aside-nav__item.-line .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  margin-right: 1.5rem;
}

/*
 * footer
 */
.p-ftr__h2 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.p-ftr__address {
  margin-bottom: 2.5rem;
}
.p-ftr__tel {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: inherit;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Overpass", sans-serif;
  transition: color 0.3s;
}
.p-ftr__tel:before {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../images/icon_tel.svg") no-repeat center left/100% 100%;
  content: "";
  vertical-align: top;
}
.p-ftr__time {
  display: -ms-flexbox;
  display: flex;
}
.p-ftr__time + .p-ftr__time {
  margin: 0.7rem 0 0.5rem;
}
.p-ftr__time dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-ftr__time dt span {
  color: #2ECEF2;
}
.p-ftr__btn {
  margin-top: 2rem;
}
.p-ftr__map {
  margin-top: 3rem;
}
.p-ftr__map__inner {
  position: relative;
  aspect-ratio: 1;
}
.p-ftr__map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ftr__cr {
  margin-bottom: 6rem;
  padding: 2rem;
  background: #2ECEF2;
}
.p-ftr__cr small {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

/*
 * block
 */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.u-hidden {
  display: none;
}

.u-bg-border {
  background: url("../images/diagonal-lines.png") 12px 12px;
}

.u-bg-gray {
  background-color: #F4F6F6;
}

.u-bg-blue {
  background-color: #EBF7FA;
}

/*-------------------------------

	Reset

-------------------------------*/
/*-------------------------------

	Foundation

-------------------------------*/
/*-------------------------------

	Layout

-------------------------------*/
/*-------------------------------

	Object

-------------------------------*/
/*---------- Component ----------*/
/*---------- Project ----------*/
/*---------- Utility ----------*/
@media only screen and (min-width: 768px){

  /* tablet-size */
  body{
    font-size: 1.6rem;
  }
  .l-short{
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-base{
    width: min(100% - 40px, 960px);
    margin-right: auto;
    margin-left: auto;
  }
  .l-wide{
    width: min(100% - 40px, 1120px);
    margin-right: auto;
    margin-left: auto;
  }
  .l-max{
    width: min(100% - 40px, 1280px);
    margin-right: auto;
    margin-left: auto;
  }
  .l-sp-max-pc-wide{
    width: min(100% - 40px, 1120px);
    margin-right: auto;
    margin-left: auto;
  }
  .l-sp-menu{
    display: none;
  }
  .c-btn{
    font-size: 1.8rem;
  }
  .c-btn{
    width: auto;
    padding: 1.5rem 4.5rem 1.5rem 3.5rem;
    border-radius: 3.5rem;
  }
  .c-btn:before{
    right: 1.5rem;
  }
  .c-btn.-tel:hover{
    background: #fff;
    color: #2ECEF2;
  }
  .c-btn.-tel:hover:before{
    border-color: #2ECEF2;
  }
  .c-btn.-line:hover{
    background: #fff;
    color: #06C755;
  }
  .c-btn.-line:hover:before{
    border-color: #06C755;
  }
  .c-h1{
    font-size: 3.2rem;
  }
  .c-h1{
    margin-bottom: 6rem;
  }
  .c-h1 span{
    padding: 0 1rem;
    background: linear-gradient(to bottom, transparent 80%, #97E7F9 80%);
  }
  .c-h1 span:not(:first-of-type){
    margin-top: 1rem;
  }
  .c-h1.-with-h2{
    margin-bottom: 3rem;
  }
  .c-h2{
    font-size: 2rem;
  }
  .c-art{
    padding: 10rem 0;
  }
  .c-thumb{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 27rem;
  }
  .c-thumb__cap{
    font-size: 1.8rem;
  }
  .p-hdr__inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 2rem 0 1rem;
  }
  .p-hdr h1{
    font-size: 4.8rem;
  }
  .p-hdr h1{
    text-align: left;
  }
  .p-hdr h1 a:hover{
    color: #2ECEF2;
  }
  .p-hdr__txt{
    font-size: 1.6rem;
  }
  .p-hdr__txt{
    text-align: left;
  }
  .p-hdr__btn-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .p-hdr__btn{
    margin: 0.7rem 0 0.7rem 2.8rem;
  }
  .p-hdr__menu{
    display: none;
  }
  .p-gnav{
    display: block;
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
  }
  .l-sticky .p-gnav{
    display: block;
  }
  .p-gnav__list{
    position: static;
    padding: 2rem 0;
    transform: translate(0);
    text-align: center;
  }
  .p-gnav__item{
    padding: 0 1.5rem;
  }
  .p-gnav__item + .p-gnav__item{
    padding-top: 0;
  }
  .p-gnav__item + .p-gnav__item:before{
    top: auto;
    left: 0;
  }
  .p-gnav__item{
    display: inline-block;
    padding: 0 1.5rem;
  }
  .p-gnav__item a:hover{
    color: #2ECEF2;
  }
  .p-chklist{
    border-top-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
  }
  .p-chklist{
    font-size: 1.8rem;
  }
  .p-chklist{
    width: min(100%, 815px);
    margin: 0 auto 6rem;
    padding: 4.6rem 7.5rem;
    text-align: left;
  }
  .p-chklist__item{
    padding-left: 2.8rem;
  }
  .p-chklist__item:before{
    width: 2.1rem;
    height: 2.1rem;
  }
  .p-chklist__item + .p-chklist__item{
    margin-top: 1rem;
  }
  .p-listimg{
    position: relative;
  }
  .p-sx{
    margin: 7.5rem 0 1.5rem;
  }
  .p-sx__item{
    width: 30%;
    margin-bottom: 4.5rem;
    padding: 3rem 0;
  }
  .p-sx__item small{
    font-size: 1.6rem;
  }
  .p-sx__ttl{
    font-size: 2rem;
  }
  .p-voice{
    padding: 10rem 0 5rem;
  }
  .p-voice__icon{
    top: 3rem;
    right: 70%;
    width: 20rem;
  }
  .p-voice__list{
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-voice__item{
    width: 31%;
    margin-bottom: 5rem;
  }
  .p-voice__item:nth-of-type(3n-1){
    margin-right: 3.5%;
    margin-left: 3.5%;
  }
  .p-voice__ttl{
    font-size: 1.8rem;
  }
  .p-voice__ttl{
    margin-bottom: 2rem;
  }
  .p-voice__fig{
    width: 100%;
    margin-bottom: 0 auto 2rem;
  }
  .p-voice__info{
    margin-bottom: 2rem;
  }
  .p-voice2{
    padding: 10rem 0 12rem;
  }
  .p-voice2:after{
    height: 6rem;
  }
  .p-voice2__box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0;
    text-align: left;
  }
  .p-voice2__txt-box{
    margin: 0 0 0 5rem;
  }
  .p-voice2__name{
    padding-left: 7.5rem;
  }
  .p-voice2__name small{
    font-size: 2.1rem;
  }
  .p-voice2__name em{
    font-size: 2.4rem;
  }
  .p-voice2__name:before{
    left: 0;
    width: 5.6rem;
    height: 5.6rem;
  }
  .p-voice2__list dt{
    font-size: 1.4rem;
  }
  .p-voice2__list dt{
    width: 6.5rem;
  }
  .p-voice2__list dt span{
    border-radius: 5px;
  }
  .p-voice2__list dd{
    width: calc(100% - 6.5rem);
  }
  .p-think{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 6rem 0;
  }
  .p-think__ttl{
    width: 46%;
    margin-top: -5rem;
    margin-bottom: 0;
    padding: 2.5rem 0;
  }
  .p-think__ttl:before{
    width: 2.3rem;
    height: 2.3rem;
  }
  .p-think:nth-of-type(odd) .p-think__ttl{
    margin-left: 3%;
  }
  .p-think:nth-of-type(odd) .p-think__ttl:before{
    right: -3rem;
    bottom: -1.5rem;
  }
  .p-think:nth-of-type(odd) .p-think__ttl:after{
    right: -4.8rem;
    bottom: -1.9rem;
  }
  .p-think:nth-of-type(even) .p-think__ttl{
    -ms-flex-order: 2;
        order: 2;
    margin-right: 3%;
  }
  .p-think:nth-of-type(even) .p-think__ttl:before{
    right: auto;
    bottom: -1.5rem;
    left: -3rem;
  }
  .p-think:nth-of-type(even) .p-think__ttl:after{
    right: auto;
    bottom: -1.9rem;
    left: -4.8rem;
  }
  .p-think:nth-of-type(even) .p-think__thumb{
    -ms-flex-order: 1;
        order: 1;
  }
  .p-effect__inner:before, .p-effect__inner:after{
    width: 17.4rem;
  }
  .p-effect__inner:before{
    top: 4.5rem;
    right: -1.8rem;
    bottom: auto;
    background-position: top center;
  }
  .p-effect__inner:after{
    display: block;
    bottom: 6rem;
    left: -2.1rem;
    background: url("../images/arrow.png") no-repeat bottom center;
    background-size: contain;
  }
  .p-locate__h1{
    margin-right: 0;
    margin-left: 0;
  }
  .p-locate__thumb01, .p-locate__thumb02{
    position: absolute;
    width: 34.5rem;
  }
  .p-locate__thumb01{
    top: 20.7rem;
    left: -41.5rem;
    margin: 0;
  }
  .p-locate__thumb02{
    right: -41.5rem;
    bottom: 8.3rem;
    margin: 0;
  }
  .p-rsn__h1{
    font-size: 3.2rem;
  }
  .p-rsn__h1{
    margin-bottom: 8.4rem;
    padding: 4.7rem 0;
  }
  .p-rsn__h1:before{
    bottom: -3.4rem;
    height: 5.6rem;
  }
  .p-rsn__item{
    border-top-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
  }
  .p-rsn__item{
    margin-bottom: 5rem;
    padding: 4rem;
  }
  .p-rsn__h-box{
    margin-bottom: 3rem;
  }
  .p-rsn__num small{
    font-size: 1.4rem;
  }
  .p-rsn__num span{
    font-size: 4rem;
  }
  .p-rsn__num span{
    margin-left: 7px;
    line-height: 1.27;
  }
  .p-rsn__ttl{
    font-size: 1.8rem;
  }
  .p-rsn__ttl{
    margin-left: 2rem;
  }
  .p-rsn__txt-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-rsn__thumb{
    width: 48%;
    margin: 0;
  }
  .p-rsn__txt{
    width: 47%;
  }
  .p-price{
    margin-top: 11rem;
    padding: 6rem 2rem 3.5rem;
  }
  .p-price__h1{
    font-size: 2rem;
  }
  .p-price__h1{
    padding: 1.4rem 4rem;
  }
  .p-price__table-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-price__table, .p-price__table2{
    font-size: 1.8rem;
  }
  .p-price__table th,
.p-price__table td, .p-price__table2 th,
.p-price__table2 td{
    padding: 1.5rem 0;
  }
  .p-price__table{
    width: 48%;
    margin-bottom: 3.5rem;
  }
  .p-price__table2{
    width: auto;
  }
  .p-price__table2 th,
.p-price__table2 td{
    display: table-cell;
    width: 30rem;
    padding: 0.5rem 0;
  }
  .p-price-list{
    padding: 3.5rem;
  }
  .p-intro__h1{
    margin-bottom: 10rem;
  }
  .p-intro__box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: self-start;
        align-items: self-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-intro__txt-box{
    -ms-flex: 1;
        flex: 1;
    margin: 0 0 0 5rem;
    font-size: 1.5rem;
  }
  .p-qa__item{
    padding: 4.5rem 4rem 4rem;
  }
  .p-qa__q{
    font-size: 1.8rem;
  }
  .p-qa__q{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .p-qa__q:before{
    font-size: 3.6rem;
  }
  .p-qa__q:before{
    margin-right: 1rem;
  }
  .p-aside{
    padding: 8rem 0;
  }
  .p-aside__h1{
    font-size: 3.2rem;
  }
  .p-aside__h1{
    margin-bottom: 5rem;
  }
  .p-aside__note{
    width: auto;
    margin-bottom: 4rem;
    padding: 2rem 4rem;
  }
  .p-aside__btn{
    font-size: 2.2rem;
  }
  .p-aside__btn{
    width: 50.5rem;
    margin: 2rem 2rem 0;
    padding: 1.5rem 0;
  }
  .p-aside-nav__item{
    font-size: 1.6rem;
  }
  .p-ftr__h1{
    margin-bottom: 10rem;
  }
  .p-ftr__box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-ftr__txt-box{
    width: max(50%, 48rem);
  }
  .p-ftr__h2{
    font-size: 3.2rem;
  }
  .p-ftr__h2{
    margin-bottom: 3rem;
  }
  .p-ftr__address{
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .p-ftr__tel{
    font-size: 3.6rem;
  }
  .p-ftr__tel:hover{
    color: #2ECEF2;
  }
  .p-ftr__btn{
    width: 41.5rem;
  }
  .p-ftr__map{
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
  }
  .p-ftr__cr{
    padding: 3rem;
  }
  .p-ftr__cr small{
    font-size: 1.4rem;
  }
  .u-sp{
    display: none;
  }
  .u-pc{
    display: block;
  }
}
@media only screen and (min-width: 960px){

  /* middle-size */
  .l-aside{
    display: block;
    position: fixed;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    transition: right 0.3s;
  }
  .l-ftr-aside{
    display: none;
  }
  .p-hdr__inner{
    padding: 4rem 0 2rem;
  }
  .p-hdr__btn-box{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-hdr__btn{
    margin: 0 0 0 2.8rem;
  }
  .p-listimg__box{
    display: block;
    margin: 0;
  }
  .p-listimg__box img{
    width: 22rem;
  }
  .p-listimg__01{
    position: absolute;
    right: calc(50% + 38.5rem);
    bottom: -3rem;
  }
  .p-listimg__02{
    position: absolute;
    top: -7.4rem;
    left: calc(50% + 34rem);
    margin-left: 0;
  }
  .p-voice__icon{
    width: 41.5rem;
  }
  .p-think__thumb{
    width: 36.4rem;
  }
  .p-rsn__item{
    padding: 4rem 8rem;
  }
  .p-price{
    padding: 6rem 6rem 3.5rem;
  }
  .p-aside-nav{
    -ms-flex-direction: column;
        flex-direction: column;
    width: auto;
    height: auto;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  .p-aside-nav__item{
    width: auto;
    padding: 1.7rem 1.8rem;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .p-aside-nav__item.-tel{
    border: 1px solid #fff;
    transition: border-color 0.3s;
  }
  .p-aside-nav__item.-tel:hover{
    border-color: #2ECEF2;
  }
  .p-aside-nav__item.-tel .icon{
    margin: 0 0 1.3rem;
  }
  .p-aside-nav__item.-line{
    border-top: 1px solid #DCDCDC;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: border-color 0.3s;
  }
  .p-aside-nav__item.-line:hover{
    border-color: #06C755;
  }
  .p-aside-nav__item.-line .icon{
    margin: 0 0 1.3rem;
  }
  .p-ftr__cr{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px){

  /* pc-size */
}
/*# sourceMappingURL=style.css.map */