@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}

input, textarea {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  font-weight: 500;
  color: #333;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.875;
  }
}

img {
  display: block;
}

.u-sp {
  display: block !important;
}
@media only screen and (min-width: 576px) {
  .u-sp {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .u-tab {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .u-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

.c-txt-left {
  text-align: left;
}

.c-txt-center {
  text-align: center;
}

.c-txt-right {
  text-align: right;
}

/* ==================================
レイアウト
===================================== */
.l-container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .l-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .l-container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: content-box;
  }
}
@media only screen and (min-width: 992px) {
  .l-container--mid {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 992px) {
  .l-container--wide {
    max-width: 1536px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) {
  .l-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) {
  .l-column.rev {
    flex-direction: row-reverse;
  }
}

.l-header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s ease-in-out;
  background-color: #fffcf1;
}
@media only screen and (min-width: 1386px) {
  .l-header {
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
.l-header__inner {
  height: 100%;
  padding-right: 10px;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1385px) {
  .l-header__inner {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__inner {
    padding-right: 50px;
    padding-left: 30px;
  }
}
.l-header__logo img {
  width: 238px;
}
@media only screen and (min-width: 1386px) {
  .l-header__logo img {
    width: 285px;
  }
}
.l-header__ttl {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #809b72;
  white-space: nowrap;
  position: absolute;
  top: 2px;
  left: -12px;
}
@media only screen and (max-width: 1385px) {
  .l-header__ttl {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__ttl {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.6666666667;
    border-left: 1px solid #c4d3bc;
    top: 50%;
    left: 330px;
    transform: translateY(-50%);
  }
}
.l-header__ttl .pc {
  display: none;
}
@media only screen and (min-width: 1386px) {
  .l-header__ttl .pc {
    display: block;
  }
}
.l-header__cover {
  width: 100%;
  height: calc(100dvh - 80px);
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1386px) {
  .l-header__cover {
    display: none;
  }
}
.l-header .c-button {
  position: relative;
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #809b72;
  cursor: pointer;
  border-radius: 50%;
}
@media only screen and (min-width: 1386px) {
  .l-header .c-button {
    display: none;
  }
}
.l-header .p-hamburger {
  width: 46px;
  height: 46px;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.l-header .p-hamburger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: inherit;
  z-index: 2;
}
.l-header .p-hamburger__line::before,
.l-header .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: inherit;
}
.l-header .p-hamburger__line::before {
  top: -9px;
}
.l-header .p-hamburger__line::after {
  top: 9px;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #244474;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
  background-color: #fff;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
  background-color: #fff;
}
.l-header .u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
@media only screen and (max-width: 1385px) {
  .l-header__nav {
    height: auto;
    padding: 10px 15px;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    background-color: #809b72;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav {
    padding: 12px 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column-reverse;
    background-color: #809b72;
    border-radius: 50px;
    position: relative;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav .l-header__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 28px;
  }
}
@media only screen and (max-width: 1385px) {
  .l-header__nav .l-header__list li:last-child a {
    background: none;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav .l-header__list li:not(:last-child) {
    position: relative;
  }
  .l-header__nav .l-header__list li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    right: -18px;
    background-color: #000;
  }
}
@media only screen and (min-width: 1386px) and (min-width: 1386px) {
  .l-header__nav .l-header__list li:not(:last-child)::after {
    display: none;
  }
}
.l-header__nav .l-header__list li a {
  padding: 20px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1385px) {
  .l-header__nav .l-header__list li a {
    background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
    background-position: left -3px bottom;
    background-repeat: repeat-x;
    background-size: 9px 3px;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav .l-header__list li a {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.5625;
    color: #fff;
    border: none;
    position: relative;
    display: inline-block;
    transition: 0.3s ease-in-out;
  }
  .l-header__nav .l-header__list li a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #a0bc92;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav .l-header__list li a:hover::after {
    opacity: 1;
  }
}
.l-header__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1386px) {
  .l-header__links {
    margin-bottom: 5px;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
}
body.is-drawerActive {
  overflow: hidden;
}
body.is-drawerActive .l-header__nav {
  opacity: 1;
  visibility: visible;
}
body.is-drawerActive .l-header__cover {
  opacity: 0.8;
  visibility: visible;
}

.l-footer {
  padding: 20px 0 15px;
  background-color: #3d5888;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .l-footer {
    padding: 20px 0 20px;
  }
}
.l-footer .l-footer__logo {
  max-width: 285px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .l-footer .l-footer__logo {
    max-width: 428px;
    margin-bottom: 30px;
  }
}
.l-footer .l-footer__list {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 17px;
}
@media only screen and (min-width: 576px) {
  .l-footer .l-footer__list {
    width: auto;
    border-radius: 40px;
    flex-direction: row;
    gap: 30px;
  }
}
.l-footer .l-footer__list li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  color: #fff;
}
.l-footer .l-footer__copyright {
  font-size: 10px;
  line-height: 2.4;
  text-align: center;
  color: #fff;
  display: block;
}

.c-bg {
  background-color: #f4f8f8;
}

.c-btn {
  width: 100%;
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #4f6641;
  border: 2px solid #4f6641;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.c-btn::before {
  content: "";
  width: 22px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/icon_arrow_white.svg);
  transition: all 0.3s ease-in-out;
}
.c-btn:hover {
  background-color: #fff;
  color: #4f6641;
}
.c-btn:hover::before {
  background-image: url(../img/icon_arrow.svg);
}

.c-btn__tel {
  padding: 7px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #ffb284;
  border-radius: 25px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .c-btn__tel {
    padding: 4px 18px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.c-btn__tel span {
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (min-width: 992px) {
  .c-btn__tel span {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.c-btn__link {
  padding: 10px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3636363636;
  text-align: center;
  color: #fff;
  background-color: #ffb284;
  border-radius: 25px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .c-btn__link {
    padding: 5px 28px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-fw--lt {
  font-weight: 300;
}
.c-fw--rg {
  font-weight: 400;
}
.c-fw--m {
  font-weight: 500;
}
.c-fw--sbd {
  font-weight: 600;
}
.c-fw--b {
  font-weight: 700;
}
.c-fw--bk {
  font-weight: 900;
}

.c-al--l {
  text-align: left;
}
.c-al--c {
  text-align: center;
}
.c-al--r {
  text-align: right;
}

.c-ttlWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .c-ttlWrap {
    gap: 20px;
  }
}

.c-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #3d5888;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .c-ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-ttl--white {
  color: #fff;
}
.c-ttl--white::before {
  color: #fff;
}
.c-ttl--en {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 0.8571428571;
  text-align: center;
  color: #3d5888;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .c-ttl--en {
    font-size: 50px;
    line-height: 0.6;
  }
}
.c-ttl--en::before, .c-ttl--en::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #3d5888;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-ttl--en::before {
  left: -30px;
}
.c-ttl--en::after {
  right: -30px;
}

#top .p-mv {
  position: relative;
}
#top .p-mv .p-mv__logo {
  max-width: 305px;
  width: 88.4057971014%;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__logo {
    max-width: 250px;
    margin: initial;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__logo {
    max-width: 384px;
  }
}
#top .p-mv .p-mv__lead {
  max-width: 345px;
  width: 92%;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__lead {
    max-width: 100%;
    width: calc(100% - 60px);
    padding: 10px 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
#top .p-mv .p-mv__lead__ttl {
  max-width: 246px;
  width: 100%;
  margin: 0 auto;
  padding: 2px 0;
  color: #fff;
  background-color: #e56274;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__lead__ttl {
    margin: initial;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__lead__ttl {
    max-width: 362px;
    padding: 5px 0;
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
#top .p-mv .p-mv__open {
  max-width: 305px;
  width: 81.3333333333%;
  padding: 23px 0;
  position: absolute;
  top: 38.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__open {
    top: 56.5%;
    left: 4%;
    transform: initial;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__open {
    max-width: 605px;
  }
}
#top .p-mv .p-mv__ttl {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__ttl {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__ttl {
    font-size: 40px;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
}
#top .p-mv .p-mv__ttl span.num {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__ttl span.num {
    font-size: 50px;
    line-height: 1;
  }
}
#top .p-mv .p-mv__ttl span.bg {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.75);
  display: inline-block;
}
#top .p-mv .p-mv__preview {
  width: 220px;
  height: 220px;
  padding-top: 5px;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%);
  background-color: #3d5888;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__preview {
    top: initial;
    bottom: 2%;
    left: initial;
    right: 2%;
    transform: initial;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview {
    width: 270px;
    height: 270px;
  }
}
#top .p-mv .p-mv__preview__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview__ttl {
    font-size: 24px;
    line-height: 1.25;
  }
}
#top .p-mv .p-mv__preview__date {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__preview__date {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview__date {
    margin-top: 20px;
    line-height: 1.6666666667;
  }
}
#top .p-mv .p-mv__preview__date .num {
  font-size: 34px;
  line-height: 1;
}
#top .p-mv .p-mv__preview__date .time {
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview__date .time {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview__txt {
    margin-top: 5px;
  }
}
#top .p-lead {
  padding: 60px 0 55px;
  background-color: #f2f6fd;
}
@media only screen and (min-width: 576px) {
  #top .p-lead {
    padding: 100px 0 55px;
  }
}
#top .p-lead .p-lead__wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 20px 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  #top .p-lead .p-lead__wrap {
    padding: 35px 45px 25px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-lead .p-lead__wrap {
    padding: 55px 120px 50px;
  }
}
#top .p-lead .p-lead__label {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  text-align: center;
  color: #e56274;
  display: block;
}
@media only screen and (min-width: 992px) {
  #top .p-lead .p-lead__label {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
#top .p-lead .p-lead__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.8181818182;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #top .p-lead .p-lead__ttl {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.7857142857;
  }
}
#top .p-lead .p-lead__txt {
  margin-top: 15px;
  padding-top: 15px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  border-top: 1px solid #ffd3d9;
}
@media only screen and (min-width: 992px) {
  #top .p-lead .p-lead__txt {
    margin-top: 35px;
    padding-top: 30px;
    line-height: 2.5;
    text-align: center;
  }
}
#top .p-lead .p-lead__square {
  width: 89px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 5px;
  bottom: -40px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  #top .p-lead .p-lead__square {
    width: 170px;
    right: -89px;
    bottom: -65px;
  }
}
#top .p-message {
  padding: 25px 0 100px;
  background-color: #f2f6fd;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #top .p-message {
    padding: 60px 0 115px;
  }
}
#top .p-message::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
@media only screen and (min-width: 992px) {
  #top .p-message::after {
    height: 400px;
  }
}
#top .p-message .c-ttlWrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  #top .p-message .c-ttlWrap {
    margin-bottom: 40px;
  }
}
#top .p-message .p-message__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__grid {
    grid-template-columns: 32% 64%;
    gap: 4%;
  }
}
#top .p-message .p-message__profile {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  #top .p-message .p-message__profile {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#top .p-message .p-message__position {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  color: #3d5888;
}
#top .p-message .p-message__name {
  margin-top: -3px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
#top .p-message .p-message__name::after {
  content: attr(data-name);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 2.1428571429;
  color: #3d5888;
  margin-left: 20px;
}
#top .p-message .p-message__txtWrap {
  position: relative;
}
#top .p-message .p-message__txt {
  position: relative;
  z-index: 2;
}
#top .p-message .p-message__photo {
  width: calc(100vw - 70px);
  margin: 35px calc(50% - 50vw + 70px) 0;
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__photo {
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__photo img {
    width: 270px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__photo img {
    width: 470px;
  }
}
#top .p-message .p-message__info {
  margin-top: -85px;
  background-color: #fff;
  position: relative;
  border: 1px solid #bdcce5;
  border-radius: 10px;
  padding: 25px 20px 30px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__info {
    width: calc(100% - 110px);
    margin-top: 95px;
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__info {
    padding: 50px 60px 55px;
  }
}
#top .p-message .p-message__label {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.875;
  color: #e56274;
  border-bottom: 1px solid #bdcce5;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__label {
    padding: 5px 0;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 575px) {
  #top .p-message .p-message__table {
    border-collapse: separate;
    border-spacing: 0 13px;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__table {
    margin-top: 15px;
  }
}
#top .p-message .p-message__table + .p-message__label {
  margin-top: 10px;
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__table + .p-message__label {
    margin-top: 20px;
  }
}
#top .p-message .p-message__heading, #top .p-message .p-message__data {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__heading, #top .p-message .p-message__data {
    font-size: 16px;
    line-height: 1.875;
  }
}
#top .p-message .p-message__heading {
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  #top .p-message .p-message__heading {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  #top .p-message .p-message__data {
    display: block;
  }
}
#top .p-message .p-message__list {
  margin-top: 12px;
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__list {
    margin-top: 15px;
  }
}
#top .p-message .p-message__list + .p-message__label {
  margin-top: 15px;
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__list + .p-message__label {
    margin-top: 20px;
  }
}
#top .p-message .p-message__item {
  padding-left: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5714285714;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__item {
    font-size: 16px;
    line-height: 1.875;
  }
}
#top .p-message .p-message__item::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #bdcce5;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__item::before {
    width: 14px;
    height: 14px;
    top: 8px;
  }
}
#top .p-message .p-message__square--01 {
  width: 85px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 56px;
  left: 10px;
  transform: rotate(16deg);
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__square--01 {
    width: 125px;
    top: 96px;
    left: -35px;
  }
}
#top .p-message .p-message__square--02 {
  width: 100px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__square--02 {
    width: 160px;
    bottom: 10px;
    left: -35px;
  }
}
#top .p-message .p-message__square--03 {
  width: 110px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -80px;
  left: 5px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__square--03 {
    width: 165px;
    bottom: -50px;
    left: -125px;
  }
}
#top .p-access {
  padding: 35px 0 80px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #top .p-access {
    padding: 35px 0 90px;
  }
}
#top .p-access .c-ttlWrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #top .p-access .c-ttlWrap {
    margin-bottom: 40px;
  }
}
#top .p-access .p-access__map {
  width: 100vw;
  height: 280px;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__map {
    height: 465px;
  }
}
#top .p-access .p-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#top .p-access .p-access__streetView {
  width: 100vw;
  height: 375px;
  margin: 20px calc(50% - 50vw) 0;
  position: relative;
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__streetView {
    max-width: 830px;
    width: 100%;
    height: 435px;
    margin: 60px auto 0;
  }
}
#top .p-access .p-access__streetView iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#top .p-access .p-access__img {
  width: 100vw;
  margin: 20px calc(50% - 50vw) 0;
  position: relative;
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__img {
    max-width: 600px;
    width: 100%;
    margin: 60px auto 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__img {
    max-width: 830px;
  }
}
#top .p-access .p-access__table {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__table {
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__table {
    max-width: 830px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__table tr:last-child .p-access__heading {
    border-bottom: 1px solid #bdcce5;
  }
}
#top .p-access .p-access__table tr:last-child .p-access__data {
  border-bottom: 1px solid #bdcce5;
}
#top .p-access .p-access__heading {
  padding-top: 20px;
  text-align: left;
  color: #e56274;
  border-top: 1px solid #bdcce5;
}
@media only screen and (max-width: 575px) {
  #top .p-access .p-access__heading {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__heading {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__heading {
    padding: 25px 0;
  }
}
#top .p-access .p-access__data {
  padding-bottom: 15px;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  #top .p-access .p-access__data {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__data {
    padding: 20px 0;
    border-top: 1px solid #bdcce5;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__data {
    padding: 25px 0;
  }
}
#top .p-access .p-access__txt {
  font-weight: normal;
}
#top .p-access .p-access__txt + .p-access__txt {
  margin-top: 5px;
}
#top .p-recruit {
  padding: 65px 0 55px;
  background-color: #f2f6fd;
}
@media only screen and (min-width: 576px) {
  #top .p-recruit {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-recruit .l-container {
    padding-right: 0;
    padding-left: 0;
  }
}
#top .p-recruit .c-ttlWrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 576px) {
  #top .p-recruit .p-recruit__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
#top .p-recruit .p-recruit__txtWrap {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #top .p-recruit .p-recruit__txtWrap {
    padding-top: 10px;
  }
}
#top .p-recruit .p-recruit__txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #top .p-recruit .p-recruit__txt {
    margin-top: 35px;
  }
}
#top .p-recruit .p-recruit__btn {
  max-width: 315px;
  width: 100%;
  margin: 20px auto 0;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #f87688, #fca8b3);
  border-radius: 5px;
  display: block;
}/*# sourceMappingURL=style.css.map */