@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: #000;
  font-size: 1.4rem;
  line-height: 1.45;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.05em;
}

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

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

*:focus {
  outline: none;
}

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

img,
picture {
  display: block;
}

b {
  font-weight: bold;
}

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

img {
  width: 100%;
}

main {
  margin-top: 6rem;
}

/*
* wrapper
*/
.l-base {
  width: min(100% - 40px, 800px);
  margin-right: auto;
  margin-left: auto;
}

.l-wide {
  width: min(100% - 40px, 1050px);
  margin-right: auto;
  margin-left: auto;
}

.l-max {
  width: min(100%, 1280px);
  margin-right: auto;
  margin-left: auto;
}

/*
* header
*/
.l-hdr {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}

/*
* nav
*/
.l-gnav {
  z-index: 9;
  position: fixed;
  top: 6rem;
  right: -100%;
  bottom: 0;
  width: 100%;
  transition: right 0.5s;
}
.l-gnav.active {
  right: 0;
}
.l-gnav__bg {
  display: none;
  z-index: 8;
  position: fixed;
  top: 6rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

/*
 * ボタン
 */
.c-btn {
  border: 2px solid #fff;
  border-radius: 6rem;
  background: #437DD5;
  box-shadow: 0 4px 20px #437DD5;
  color: #fff;
  transition: filter 0.3s;
}
.c-btn:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1.1);
}
.c-btn.-line {
  background: #06C755;
  box-shadow: 0 4px 20px #06C755;
}

/*
 * 見出し
 */
.c-heading {
  margin-bottom: 4rem;
  font-weight: bold;
  text-align: center;
}
.c-heading em {
  display: block;
  color: #437DD5;
  font-size: 6.4rem;
  letter-spacing: 0.05em;
}
.c-heading small {
  display: block;
  font-size: 2rem;
}
.c-heading.-small em {
  font-size: 4.7rem;
}

/*
 * article
 */
.c-intro {
  position: relative;
  padding: 5rem 0 6rem;
}
.c-intro__h1 {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.c-art {
  padding: 3rem 0 6rem;
}

/*
 * header
 */
.p-hdr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 6rem;
}
.p-hdr__h1 {
  text-align: center;
}
.p-hdr__h1__txt {
  color: #6F6F6F;
  font-size: 1rem;
  letter-spacing: 0;
}
.p-hdr__h1__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 1rem;
  color: #437DD5;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  font-family: "Kosugi Maru", sans-serif;
}
.p-hdr__h1__name span {
  font-size: 1.4rem;
}
.p-hdr__address {
  display: none;
}
.p-hdr__btn-tel {
  display: none;
}
.p-hdr__btn-tel img {
  width: 1.5rem;
}
.p-hdr__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 1.5rem;
}

.p-menu-btn {
  appearance: none;
  position: relative;
  width: 3.1rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-menu-btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-menu-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #437DD5;
}
.p-menu-btn span:first-of-type {
  top: 0;
  transition: top 0.3s, transform 0.3s;
}
.p-menu-btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
  transition: opacity 0.3s;
}
.p-menu-btn span:last-of-type {
  bottom: 0;
  transition: bottom 0.3s, transform 0.3s;
}
.p-menu-btn.active span:first-of-type {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.p-menu-btn.active span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.p-menu-btn.active span:last-of-type {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}

.p-tv {
  background: linear-gradient(to right, #C7D8F2, #fff);
}
.p-tv__inner {
  position: relative;
}
.p-tv__days {
  display: none;
}

.p-gnav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
}
.p-gnav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.5rem 0;
}
.p-gnav li {
  text-align: center;
}
.p-gnav li a {
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
.p-gnav li a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-gnav li small {
  display: block;
  color: #437DD5;
  font-size: 1rem;
}

/*
 * article
 */
.p-intro {
  overflow: hidden;
}

.p-intro-01__circle01, .p-intro-01__circle02 {
  position: absolute;
  border-radius: 50%;
  background: rgba(67, 125, 213, 0.3);
}
.p-intro-01__circle01 {
  z-index: -1;
  top: -21vw;
  right: -18vw;
  width: 48vw;
  height: 48vw;
}
.p-intro-01__circle02 {
  z-index: -1;
  bottom: -18vw;
  left: -17vw;
  width: 46vw;
  height: 46vw;
}
.p-intro-01__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 4rem auto;
  gap: 2rem 2rem;
}
.p-intro-01__list h3 {
  margin-bottom: 1rem;
  color: #437DD5;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.p-intro-01__list li {
  width: 15.2rem;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 0 20px rgba(67, 125, 213, 0.3);
}

.p-intro-02 {
  background: #D9E5F7;
}
.p-intro-02:before {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 3rem solid #D9E5F7;
  border-left: 100vw solid transparent;
  content: "";
}
.p-intro-02__img {
  width: 25.5rem;
  margin: 4rem auto 3rem;
  border-radius: 1.5rem;
}
.p-intro-02__circle01 {
  z-index: 1;
  position: absolute;
  right: -14vw;
  bottom: -12vw;
  width: 39vw;
  height: 39vw;
  border-radius: 50%;
  background: #fff;
}

.p-intro-03 {
  z-index: 2;
  position: relative;
  padding: 3rem 0;
  background: linear-gradient(to bottom, #437DD5 50%, #fff 50%);
}
.p-intro-03:before {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 0;
  height: 0;
  border-right: 100vw solid transparent;
  border-bottom: 3rem solid #437DD5;
  content: "";
}
.p-intro-03__box {
  padding: 4rem 2rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.p-intro-03__h2 {
  margin-bottom: 2rem;
}
.p-intro-03__img {
  width: 25.5rem;
  margin: 2rem auto 3rem;
}

.p-voice {
  background: linear-gradient(to right, #F2FAFF, #fff, #F2FAFF);
}
.p-voice__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.6rem 3.6rem;
}
.p-voice__list li img {
  width: min(100%, 33.5rem);
  margin: 0 auto 1.5rem;
}
.p-voice__list li p + p {
  margin-top: 1.5rem;
}
.p-voice__name {
  font-weight: bold;
  font-size: 1.6rem;
}

.p-rsn {
  overflow: hidden;
}
.p-rsn__list {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
}
.p-rsn__list li + li {
  margin-top: 4rem;
}
.p-rsn__list li:nth-of-type(odd) {
  -ms-grid-columns: auto 41%;
      grid-template-columns: auto 41%;
  grid-template-areas: "title img" "text img";
}
.p-rsn__list li:nth-of-type(even) {
  -ms-grid-columns: 41% auto;
      grid-template-columns: 41% auto;
  grid-template-areas: "img title" "img text";
}
.p-rsn__h2-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2.5rem;
  gap: 0 1rem;
}
.p-rsn__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.8rem;
  font-style: normal;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.p-rsn__num small {
  display: block;
  color: #437DD5;
  font-size: 1.6rem;
  text-align: center;
}
.p-rsn__num span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  background: #437DD5;
  color: #fff;
  font-size: 3.6rem;
}
.p-rsn__h2 {
  font-weight: bold;
  font-size: 1.8rem;
}
.p-rsn__img {
  width: min(100%, 33.5rem);
  margin: 0 auto 2.5rem;
  box-shadow: 1rem -1rem 0 #D9E5F7;
}

.p-equip {
  background: #F4F4F4;
}
.p-equip ul li img {
  width: min(100%, 33.5rem);
  margin: 2rem auto;
}
.p-equip ul li + li {
  margin-top: 4rem;
}
.p-equip__h2 {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 6.5rem;
  background: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-equip__h2:before, .p-equip__h2:after {
  position: absolute;
  top: 0;
  width: 3.7rem;
  height: 100%;
  border-top: 1px solid #437DD5;
  border-bottom: 1px solid #437DD5;
  content: "";
}
.p-equip__h2:before {
  left: 0;
  border-left: 1px solid #437DD5;
}
.p-equip__h2:after {
  right: 0;
  border-right: 1px solid #437DD5;
}

.p-voice02 {
  position: relative;
}
.p-voice02:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/voice/voice_bg.png");
  background-size: 10rem auto;
  content: "";
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.p-voice02 ul h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-voice02 ul li {
  font-size: 1.6rem;
}
.p-voice02 ul li + li {
  margin-top: 3rem;
}
.p-voice02 ul li:nth-of-type(even) {
  color: #fff;
}
.p-voice02 ul li:nth-of-type(even) .p-voice02__box {
  background: #437DD5;
}
.p-voice02 ul small {
  display: block;
  font-weight: bold;
  text-align: right;
}
.p-voice02__box {
  padding: 2.5rem 2rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 0 20px rgba(67, 125, 213, 0.3);
}
.p-voice02__note {
  margin-top: 0.5rem;
  color: #8A8A8A;
  font-size: 1rem;
  text-align: right;
}
.p-msg__h1 {
  margin-bottom: 1rem;
}
.p-msg__h2-box {
  padding: 3rem 0 0;
  background: linear-gradient(to top, #fff 13rem, #F2FAFF 13rem);
}
.p-msg__h2-box img {
  width: 28rem;
  margin: 1.5rem auto 0;
}
.p-msg__h2-box p {
  text-align: center;
}
.p-msg__h2-box p + p {
  margin-top: 1.3em;
}
.p-msg__h2 {
  margin-top: 1.2rem;
  color: #437DD5;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-msg__h2 em {
  display: inline;
  background: linear-gradient(to bottom, transparent 80%, #FFFA81 80%);
  font-size: 2.4rem;
}
.p-msg__marker {
  display: inline;
  padding: 0.5rem 2rem;
  background: #437DD5;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-msg__txt-box {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 4rem 20px 5rem;
  background: linear-gradient(to bottom, #fff, #F2FAFF);
}

.p-flow {
  background: #F4F4F4;
}
.p-flow__list li {
  position: relative;
  padding: 3rem 2rem;
  background: #fff;
}
.p-flow__list li h3 {
  margin-bottom: 1rem;
  color: #437DD5;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.p-flow__list li + li {
  margin-top: 8rem;
}
.p-flow__list li + li:before {
  position: absolute;
  top: -6rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url("../images/common/icon_arrow_blue.svg") no-repeat center/contain;
  content: "";
}
.p-flow__list img {
  width: min(100%, 29.5rem);
  margin: 2rem auto 0;
}
.p-flow__num {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -3rem;
  left: 2rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #437DD5;
  color: #fff;
  font-style: normal;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

.p-faq__item {
  overflow: hidden;
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
}
.p-faq__item + .p-faq__item {
  margin-top: 3rem;
}
.p-faq__item dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.5rem;
  gap: 0 1rem;
  background: #F2FAFF;
  color: #437DD5;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-faq__item dt:before {
  content: "Q.";
  font-style: normal;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.p-faq__item dd {
  padding: 1.5rem;
}

.p-spt {
  background: #F2FAFF;
}
.p-spt__h-img {
  width: 15rem;
  margin: 0 auto 2rem;
}
.p-spt__h2 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  text-align: center;
}
.p-spt__h1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 2rem;
  gap: 0 2rem;
  color: #437DD5;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.p-spt__h1:before, .p-spt__h1:after {
  width: 0.3rem;
  height: 6rem;
  border-radius: 0.15rem;
  background: #437DD5;
  content: "";
}
.p-spt__h1:before {
  transform: rotate(-25deg);
}
.p-spt__h1:after {
  transform: rotate(25deg);
}
.p-spt__box {
  padding: 3rem 2rem;
  border-radius: 1rem;
  background: #fff;
}
.p-spt__list {
  margin: 1.5em 0 1.5em 1rem;
}
.p-spt__list li {
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.p-spt__list li span {
  color: #437DD5;
}
.p-spt__btn {
  display: inline-block;
  position: relative;
  margin: 4rem auto 0;
  padding: 2rem 5rem;
  border-radius: 6rem;
  background: #437DD5;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  transition: filter 0.3s;
}
.p-spt__btn:before {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 1.1rem;
  height: 100%;
  transform: translateY(-50%);
  background: url("../images/common/icon_arrow_white.svg") no-repeat center/contain;
  content: "";
}
.p-spt__btn:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1.1);
}
.p-spt__btn-box {
  text-align: center;
}

/*
 * aside
 */
.p-aside-s {
  padding: 6rem 0;
  background: #1E3443;
  color: #fff;
}
.p-aside-s__h1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.p-aside-s__h1:before, .p-aside-s__h1:after {
  display: block;
  width: 5rem;
  height: 2px;
  background: #fff;
  content: "";
}
.p-aside-s__h1:before {
  transform: rotate(55deg);
}
.p-aside-s__h1:after {
  transform: rotate(-55deg);
}
.p-aside-s__btn {
  display: block;
  width: min(100%, 33.6rem);
  margin: 0 auto;
  padding: 1.5rem 0;
  text-align: center;
}
.p-aside-s__btn img {
  width: 2.1rem;
}
.p-aside-s__btn__num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 1rem;
  font-style: normal;
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.p-aside-s__btn small {
  font-weight: bold;
  font-size: 1.6rem;
}

.p-aside-l {
  padding: 7rem 0 5rem;
  background: #1E3443;
  text-align: center;
}
.p-aside-l__h1 {
  margin: 1.8rem 0 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.p-aside-l__h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 1rem;
  color: #FFFA81;
  font-weight: bold;
  font-size: 2rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.p-aside-l__h2:before, .p-aside-l__h2:after {
  width: 2.5rem;
  height: 1px;
  background: #FFFA81;
  content: "";
}
.p-aside-l__h2:before {
  transform: rotate(52deg);
}
.p-aside-l__h2:after {
  transform: rotate(-52deg);
}
.p-aside-l__h2 + .p-aside-l__h2 {
  margin-top: 1rem;
}
.p-aside-l__btn-tel, .p-aside-l__btn-line {
  position: relative;
  width: 31.1rem;
  margin: 0 auto 2rem;
}
.p-aside-l__btn-tel:before, .p-aside-l__btn-line:before {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 1.1rem;
  height: 100%;
  transform: translateY(-50%);
  background: url("../images/common/icon_arrow_white.svg") no-repeat center/contain;
  content: "";
}
.p-aside-l__btn-tel {
  display: block;
  padding: 1.5rem 0;
  text-align: center;
}
.p-aside-l__btn-tel__txt {
  font-weight: bold;
  font-size: 1.4rem;
}
.p-aside-l__btn-tel__num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 0.5rem;
  font-style: normal;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.p-aside-l__btn-tel__num img {
  width: 1.4rem;
}
.p-aside-l__btn-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 8.6rem;
  gap: 0 1rem;
  font-weight: bold;
  font-size: 2.4rem;
}
.p-aside-l__btn-line img {
  width: 2.4rem;
}
.p-aside-l__note {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-sp-links {
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-sp-links__tel, .p-sp-links__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 7.4rem;
  gap: 0 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.p-sp-links__tel {
  background: #437DD5;
}
.p-sp-links__tel img {
  width: 2.1rem;
}
.p-sp-links__line {
  background: #06C755;
}
.p-sp-links__line img {
  width: 2.3rem;
}

/*
 * footer
 */
.p-gallery {
  position: relative;
}
.p-gallery:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/voice/voice_bg.png");
  background-size: 12rem auto;
  content: "";
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.p-gallery__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8rem 0;
  gap: 2rem 2rem;
}
.p-gallery img {
  width: 33rem;
  border-radius: 2rem;
}

.p-ftr {
  background: #1E3443;
}
.p-ftr__inner {
  padding: 2rem 0 0;
  color: #fff;
}
.p-ftr__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  margin-top: 3rem;
  gap: 3rem 0;
}
.p-ftr__left {
  text-align: center;
}
.p-ftr__h1 {
  margin-bottom: 3rem;
  text-align: center;
}
.p-ftr__h1__txt {
  font-weight: bold;
  font-size: 1rem;
}
.p-ftr__h1__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  font-family: "Kosugi Maru", sans-serif;
}
.p-ftr__h1__name span {
  font-size: 1.6rem;
}
.p-ftr__table {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
.p-ftr__table tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-ftr__table th {
  width: 8rem;
  vertical-align: middle;
}
.p-ftr__table th,
.p-ftr__table td {
  padding: 0.8rem 0;
  text-align: left;
}
.p-ftr__btn-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 3rem;
  gap: 1.5rem 0;
}
.p-ftr__btn-tel, .p-ftr__btn-line, .p-ftr__btn-insta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 27.8rem;
  height: 4.5rem;
  gap: 0 1rem;
  border-radius: 3rem;
  color: #fff;
  font-size: 2.4rem;
  transition: filter 0.3s;
}
.p-ftr__btn-tel:hover, .p-ftr__btn-line:hover, .p-ftr__btn-insta:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1.1);
}
.p-ftr__btn-tel {
  background: #437DD5;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.p-ftr__btn-tel img {
  width: 1.9rem;
}
.p-ftr__btn-line {
  background: #06C755;
  font-weight: bold;
}
.p-ftr__btn-line img {
  width: 2.9rem;
}
.p-ftr__btn-insta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.p-ftr__btn-insta:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  content: "";
}
.p-ftr__btn-insta img {
  position: relative;
  width: 2.9rem;
}
.p-ftr__btn-insta span {
  position: relative;
}
.p-ftr__note {
  font-size: 1.4rem;
}
.p-ftr__days {
  display: inline-block;
}
.p-ftr__cr {
  padding: 3rem 0 10rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
.p-ftr__map {
  position: relative;
  aspect-ratio: 335/232;
}
.p-ftr__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ftr__banner {
  display: block;
  width: 32rem;
  margin: 0 auto;
  transition: opacity 0.3s;
}
.p-ftr__banner:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.p-days {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.p-days table {
  width: 100%;
  color: #000;
}
.p-days tr:first-of-type {
  border-bottom: 1px solid #E0E0E0;
}
.p-days th,
.p-days td {
  padding: 0.7rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.p-days td {
  text-align: center;
}
.p-days__note {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: right;
}

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

.u-tb {
  display: block;
}

.u-pc {
  display: none;
}

.u-hidden {
  display: none;
}

/*
 * color
 */
.u-red {
  color: #F83838;
}

.u-white {
  color: #fff;
}

.u-blue {
  color: #437DD5;
}

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

	Reset

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

	Foundation

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

	Layout

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

	Object

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

  /* tablet-size */
  body{
    font-size: 1.6rem;
  }
  main{
    margin-top: 8rem;
  }
  .l-gnav{
    right: -34rem;
    width: 34rem;
  }
  .c-heading em{
    font-size: 9.6rem;
  }
  .c-heading small{
    font-size: 2.4rem;
  }
  .c-heading.-small em{
    font-size: 9.6rem;
  }
  .c-intro{
    padding-bottom: 13rem;
  }
  .c-intro__h1{
    font-size: 3.2rem;
  }
  .c-art{
    padding-bottom: 8rem;
  }
  .p-hdr{
    height: 8rem;
  }
  .p-hdr__h1__txt{
    font-size: 1rem;
  }
  .p-hdr__h1__name{
    font-size: 3.6rem;
  }
  .p-hdr__h1__name span{
    font-size: 1.6rem;
  }
  .p-tv__days{
    display: block;
    position: absolute;
    right: 4rem;
    bottom: 2.4rem;
  }
  .p-intro-01__circle01{
    top: -8vw;
    right: -4vw;
    width: 23vw;
    height: 23vw;
  }
  .p-intro-01__circle02{
    bottom: -3vw;
    left: -2vw;
    width: 14vw;
    height: 14vw;
  }
  .p-intro-01__list{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: min(100% - 40px, 860px);
    gap: 0 4rem;
  }
  .p-intro-01__list h3{
    font-size: 2rem;
  }
  .p-intro-01__list li{
    width: calc((100% - 8rem) / 3);
    padding: 3rem;
  }
  .p-intro-02:before{
    top: -9.5rem;
    border-bottom-width: 9.5rem;
  }
  .p-intro-02__img{
    margin: 0;
  }
  .p-intro-02__2col{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    gap: 0 3rem;
  }
  .p-intro-02__circle01{
    right: -5vw;
    bottom: -5vw;
    width: 16vw;
    height: 16vw;
  }
  .p-intro-03{
    padding-bottom: 8rem;
  }
  .p-intro-03:before{
    top: -9.5rem;
    border-bottom-width: 9.5rem;
  }
  .p-intro-03__box{
    padding: 4rem;
    border-radius: 3rem;
  }
  .p-intro-03__h2{
    margin-bottom: 4rem;
  }
  .p-intro-03__img{
    margin: 0;
  }
  .p-intro-03__2col{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
        align-items: center;
    gap: 0 3rem;
  }
  .p-voice__list{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-voice__list li{
    width: calc((100% - 7.2rem) / 3);
  }
  .p-voice__list li img{
    width: 100%;
  }
  .p-voice__name{
    font-size: 1.6rem;
  }
  .p-rsn__list li{
    grid-column-gap: 5rem;
    grid-row-gap: 3.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    -ms-flex-align: start;
        align-items: start;
  }
  .p-rsn__list li:nth-of-type(odd) img{
    box-shadow: 5rem -3rem 0 #D9E5F7;
  }
  .p-rsn__list li:nth-of-type(even) img{
    box-shadow: -5rem -3rem 0 #D9E5F7;
  }
  .p-rsn__h2-box{
    grid-area: title;
    margin-bottom: 0;
    gap: 0 1.7rem;
  }
  .p-rsn__num small{
    font-size: 2rem;
  }
  .p-rsn__num span{
    font-size: 4.8rem;
  }
  .p-rsn__num span{
    width: 6.8rem;
    height: 6.8rem;
  }
  .p-rsn__h2{
    font-size: 2rem;
  }
  .p-rsn__h2{
    margin-top: 3.5rem;
  }
  .p-rsn__txt{
    grid-area: text;
  }
  .p-rsn__img{
    grid-area: img;
    width: 100%;
    margin: 0;
    margin-top: 3rem;
  }
  .p-equip ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 4rem;
  }
  .p-equip ul li{
    width: calc((100% - 4rem) / 2);
  }
  .p-equip ul li img{
    width: 100%;
  }
  .p-equip ul li + li{
    margin-top: 0;
  }
  .p-equip__h2{
    font-size: 2rem;
  }
  .p-equip__h2{
    height: 7.5rem;
  }
  .p-voice02 ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 3rem;
  }
  .p-voice02 ul h3{
    font-size: 1.8rem;
  }
  .p-voice02 ul h3{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1.8rem;
  }
  .p-voice02 ul li{
    font-size: 1.6rem;
  }
  .p-voice02 ul li{
    width: calc((100% - 3rem) / 2);
  }
  .p-voice02 ul li + li{
    margin-top: 0;
  }
  .p-voice02__box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .p-voice02__box p{
    height: 100%;
  }
  .p-voice02__note{
    font-size: 1rem;
  }
  .p-msg{
    padding-bottom: 5rem;
  }
  .p-msg__h1{
    margin-bottom: 4rem;
  }
  .p-msg__h2-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 calc((100% - 800px) / 2);
    gap: 0 3rem;
    background: linear-gradient(to bottom, #fff 3rem, #F2FAFF 3rem, #F2FAFF calc(100% - 3rem), #fff calc(100% - 3rem));
  }
  .p-msg__h2-box img{
    margin: 0;
  }
  .p-msg__h2-box p{
    text-align: left;
  }
  .p-msg__h2{
    font-size: 2rem;
  }
  .p-msg__h2{
    margin-top: 1.7rem;
  }
  .p-msg__h2 em{
    font-size: 2.6rem;
  }
  .p-msg__marker{
    font-size: 2rem;
  }
  .p-msg__txt-box{
    padding: 4rem 4rem 8rem;
  }
  .p-flow__list li{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-left: 10rem;
    padding: 3rem;
    gap: 0 3rem;
  }
  .p-flow__list li h3{
    font-size: 3.2rem;
  }
  .p-flow__list li h3{
    text-align: left;
  }
  .p-flow__list li + li:before{
    left: -5rem;
  }
  .p-flow__list img{
    width: 37%;
    margin: 0;
  }
  .p-flow__num{
    font-size: 3.2rem;
  }
  .p-flow__num{
    top: 50%;
    left: -10rem;
    width: 8rem;
    height: 8rem;
    transform: translateY(-50%);
  }
  .p-faq__item dt{
    font-size: 1.8rem;
  }
  .p-faq__item dt{
    padding: 2rem;
  }
  .p-faq__item dt:before{
    font-size: 2rem;
  }
  .p-faq__item dd{
    padding: 2rem;
  }
  .p-spt__h2{
    font-size: 2rem;
  }
  .p-spt__h1{
    font-size: 3.2rem;
  }
  .p-spt__h1{
    margin-bottom: 4rem;
    gap: 0 4rem;
  }
  .p-spt__h1:before, .p-spt__h1:after{
    width: 0.4rem;
    height: 8rem;
    border-radius: 0.2rem;
  }
  .p-spt__box{
    padding: 5rem;
  }
  .p-spt__list{
    margin: 1.5em 0 1.5em 2rem;
  }
  .p-spt__btn{
    font-size: 2.4rem;
  }
  .p-spt__btn{
    padding: 2rem 8rem;
  }
  .p-spt__btn:before{
    right: 3.7rem;
  }
  .p-aside-s__h1{
    font-size: 3.2rem;
  }
  .p-aside-s__h1{
    gap: 0 2rem;
  }
  .p-aside-s__btn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 68.3rem;
    padding: 2rem 0;
    gap: 0 2rem;
  }
  .p-aside-s__btn img{
    width: 3rem;
  }
  .p-aside-s__btn__num{
    font-size: 4.8rem;
  }
  .p-aside-s__btn__num{
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 2rem;
  }
  .p-aside-s__btn small{
    font-size: 2.6rem;
  }
  .p-aside-l{
    padding-bottom: 7rem;
  }
  .p-aside-l__h1{
    font-size: 3.2rem;
  }
  .p-aside-l__h1{
    margin-bottom: 4rem;
  }
  .p-aside-l__h2{
    font-size: 2.8rem;
  }
  .p-aside-l__h2{
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 2rem;
    gap: 0 1.5rem;
  }
  .p-aside-l__h2 + .p-aside-l__h2{
    margin-top: 0;
  }
  .p-aside-l__btn-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 2rem;
    gap: 2rem 2rem;
  }
  .p-aside-l__btn-tel, .p-aside-l__btn-line{
    width: 44.6rem;
    margin: 0;
  }
  .p-aside-l__btn-tel:before, .p-aside-l__btn-line:before{
    right: 3.7rem;
  }
  .p-aside-l__btn-tel__txt{
    font-size: 1.6rem;
  }
  .p-aside-l__btn-tel__num{
    font-size: 3.6rem;
  }
  .p-aside-l__btn-tel__num{
    gap: 0 0.9rem;
  }
  .p-aside-l__btn-tel__num img{
    width: 2.4rem;
  }
  .p-aside-l__btn-line{
    font-size: 3.2rem;
  }
  .p-aside-l__btn-line{
    height: 10.9rem;
  }
  .p-aside-l__btn-line img{
    width: 4.6rem;
  }
  .p-sp-links{
    display: none;
  }
  .p-gallery__inner{
    padding: 7rem 0 10rem;
    gap: 3rem 3rem;
  }
  .p-gallery img{
    width: calc((100% - 6rem) / 3);
  }
  .p-gallery img:nth-of-type(3n-1){
    position: relative;
    top: 4rem;
  }
  .p-ftr__inner{
    padding-top: 5rem;
  }
  .p-ftr__h1{
    display: inline-block;
    margin-bottom: 2rem;
  }
  .p-ftr__h1__txt{
    font-size: 1.1rem;
  }
  .p-ftr__h1__txt{
    margin-bottom: 1rem;
  }
  .p-ftr__h1__name{
    font-size: 4rem;
  }
  .p-ftr__h1__name span{
    font-size: 1.6rem;
  }
  .p-ftr__table{
    font-size: 1.4rem;
  }
  .p-ftr__table{
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .p-ftr__btn-tel, .p-ftr__btn-line, .p-ftr__btn-insta{
    font-size: 3.2rem;
  }
  .p-ftr__btn-tel, .p-ftr__btn-line, .p-ftr__btn-insta{
    width: 33.3rem;
    height: 5.7rem;
  }
  .p-ftr__note{
    font-size: 1.4rem;
  }
  .p-ftr__cr{
    font-size: 1.1rem;
  }
  .p-ftr__cr{
    padding: 7.5rem 0 2.5rem;
  }
  .p-days th,
.p-days td{
    font-size: 1.1rem;
  }
  .p-days__note{
    font-size: 1.1rem;
  }
  .u-sp{
    display: none;
  }
}
@media only screen and (min-width: 1000px){

  /* middle-size */
  .p-hdr__address{
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .p-hdr__btn-tel{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 5rem;
    padding: 0 4rem;
    gap: 0 1rem;
    border-radius: 2.5rem;
    background: #437DD5;
    color: #fff;
    font-style: normal;
    font-size: 2.6rem;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.1em;
    transition: opacity 0.3s;
  }
  .p-hdr__btn-tel:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .p-voice02 ul li{
    width: calc((100% - 6rem) / 3);
  }
  .p-msg__h2-box{
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 0 4rem;
  }
  .p-ftr__inner{
    display: -ms-flexbox;
    display: flex;
    gap: 0 6rem;
  }
  .p-ftr__right{
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
  }
  .p-ftr__left{
    text-align: left;
  }
  .p-ftr__btn-box{
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .p-ftr__banner{
    margin: 0;
  }
  .u-tb{
    display: none;
  }
  .u-pc{
    display: block;
  }
}
@media only screen and (min-width: 1090px){

  /* pc-size */
}
@media only screen and (min-width: 1280px){

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