@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
/* reset */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* base styles */
:root {
  color-scheme: light;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%;
  /* 游ゴシック体 */
  font-family:
    "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
  font-weight: 400;
}

body {
  color: #221815;
  margin: 0;
  line-height: inherit;
  font-size: 1.6rem;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.l-wrap {
  position: relative;
  overflow: hidden;
}

.l-header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 30;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .l-header {
    z-index: 20;
  }
}

.l-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
  height: 144px;
}
@media (max-width: 767px) {
  .l-nav {
    position: absolute;
    height: auto;
  }
}

.l-main {
  position: relative;
  padding-top: 144px;
}
@media (max-width: 767px) {
  .l-main {
    padding-top: 78px;
  }
}

.l-footer {
  position: relative;
  background: #d9efde;
}

.l-container {
  position: relative;
}

.l-content {
  padding-top: 1px;
  padding-bottom: 1px;
  max-width: 1140px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.l-content--sm {
  max-width: 1000px;
}
.l-content--with-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 59px);
  margin-top: 120px;
}
@media (max-width: 767px) {
  .l-content--with-sidebar {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .l-content {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-sidebar {
  position: sticky;
  left: 0;
  top: 0;
  order: 1;
  flex: 0 0 240px;
}

.c-impact {
  font-size: 2rem;
  font-weight: bold;
}

.c-lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.3333333333em;
}
@media (max-width: 767px) {
  .c-lead {
    font-size: 1.5rem;
  }
}

.c-note {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .c-note {
    font-size: 1.3rem;
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .c-text {
    font-size: 1.4rem;
    line-height: 1.7143em;
  }
}

hr {
  border: none;
  border-bottom: 3px dashed white;
  margin: 40px auto;
  display: block;
}

.c-hr {
  border: none;
  border-bottom: 3px dashed white;
  margin: 40px auto;
  display: block;
}
.c-hr--line {
  border-bottom: 1px solid #e1e1e1;
  margin: 55px auto;
}

.c-stick {
  position: absolute;
  z-index: 2;
  display: block;
}
@media (max-width: 767px) {
  .c-stick {
    transform: scale(0.5);
  }
}
.c-stick--leaf-ladybug {
  background: url(../img/stick-leaf-ladybug.png) 0 0 no-repeat;
  background-size: contain;
  width: 104px;
  height: 112px;
}
.c-stick--butter {
  background: url(../img/stick-butter.png) 0 0 no-repeat;
  background-size: contain;
  width: 75px;
  height: 72px;
}
.c-stick--cloud-1 {
  background: url(../img/stick-cloud-1.png) 0 0 no-repeat;
  background-size: contain;
  width: 119px;
  height: 73px;
}
.c-stick--cloud-2 {
  background: url(../img/stick-cloud-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 148px;
  height: 117px;
}
.c-stick--dragonfly {
  background: url(../img/stick-dragonfly.png) 0 0 no-repeat;
  background-size: contain;
  width: 77px;
  height: 76px;
}
.c-stick--leaf-1 {
  background: url(../img/stick-leaf-1.png) 0 0 no-repeat;
  background-size: contain;
  width: 70.5px;
  height: 56px;
}
.c-stick--leaf-1-2 {
  background: url(../img/stick-leaf-1-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 85px;
  height: 55.5px;
}
.c-stick--bug {
  background: url(../img/stick-bug.png) 0 0 no-repeat;
  background-size: contain;
  width: 58px;
  height: 33px;
}
.c-stick--hiyoko {
  background: url(../img/stick-hiyoko.png) 0 0 no-repeat;
  background-size: contain;
  width: 110px;
  height: 145px;
}
.c-stick--bird {
  background: url(../img/stick-bird.png) 0 0 no-repeat;
  background-size: contain;
  width: 102px;
  height: 105px;
}
.c-stick--ladybug-bug {
  background: url(../img/stick-ladybug-bug.png) 0 0 no-repeat;
  background-size: contain;
  width: 100px;
  height: 150px;
}
.c-stick--rabbit {
  background: url(../img/stick-rabbit.png) 0 0 no-repeat;
  background-size: contain;
  width: 109px;
  height: 161px;
}
.c-stick--bird-2 {
  background: url(../img/stick-bird-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 97px;
  height: 53px;
}
.c-stick--bird-3 {
  background: url(../img/stick-bird-3.png) 0 0 no-repeat;
  background-size: contain;
  width: 82px;
  height: 58px;
}
.c-stick--bird-4 {
  background: url(../img/stick-bird-4.png) 0 0 no-repeat;
  background-size: contain;
  width: 82px;
  height: 58px;
}
.c-stick--bug-2 {
  background: url(../img/stick-bug-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 65px;
  height: 40px;
}
.c-stick--butter-leaf {
  background: url(../img/stick-butter-leaf.png) 0 0 no-repeat;
  background-size: contain;
  width: 149px;
  height: 146.5px;
}
.c-stick--apron {
  background: url(../img/stick-apron.png) 0 0 no-repeat;
  background-size: contain;
  width: 123.5px;
  height: 123px;
}
.c-stick--veg {
  background: url(../img/stick-veg.png) 0 0 no-repeat;
  background-size: contain;
  width: 96px;
  height: 78px;
}
.c-stick--pancake {
  background: url(../img/stick-pancake.png) 0 0 no-repeat;
  background-size: contain;
  width: 91px;
  height: 58px;
}
.c-stick--ladybug {
  background: url(../img/stick-ladybug.png) 0 0 no-repeat;
  background-size: contain;
  width: 51px;
  height: 50px;
}
.c-stick--kinoko {
  background: url(../img/stick-kinoko.png) 0 0 no-repeat;
  background-size: contain;
  width: 55px;
  height: 58px;
}
.c-stick--book-2 {
  background: url(../img/stick-book-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 89px;
  height: 85px;
}
.c-stick--kurumi {
  background: url(../img/stick-kurumi.png) 0 0 no-repeat;
  background-size: contain;
  width: 70px;
  height: 62.5px;
}
.c-stick--logo {
  background: url(../img/p-intro-logo.png) 0 0 no-repeat;
  background-size: contain;
  width: 160px;
  height: 193px;
}
.c-stick--cloud-l {
  background: url(../img/stick-cloud-l.png) 0 0 no-repeat;
  background-size: contain;
  width: 148px;
  height: 117px;
}
.c-stick--cloud-r {
  background: url(../img/stick-cloud-r.png) 0 0 no-repeat;
  background-size: contain;
  width: 220px;
  height: 222px;
}

.c-ic {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  transform: scale(1.5);
}
.c-ic--about {
  background: url(../img/nav-1.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.c-ic--life {
  background: url(../img/nav-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.c-ic--facility {
  background: url(../img/nav-3.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.c-ic--entry {
  background: url(../img/nav-4.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.c-ic--recruit {
  background: url(../img/nav-5.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.c-ic--contact {
  background: url(../img/nav-6.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.c-ic--access {
  background: url(../img/stick-bug-2.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.c-section {
  position: relative;
  padding-top: 1px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .c-section {
    padding-bottom: 50px;
  }
}

.c-col {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-col {
    display: block;
  }
}
.c-col__content {
  flex: 1;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .c-col__content {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.c-col__pic {
  flex: 0 0 400px;
  position: relative;
}
@media (max-width: 767px) {
  .c-col__pic {
    padding-top: 30px;
  }
}
.c-col__pic > img {
  border-radius: 80px;
  border: 2px solid #222;
}
@media (max-width: 767px) {
  .c-col__pic > img {
    border-radius: 40px;
  }
}

.c-gall {
  position: relative;
  max-width: 400px;
}
@media (max-width: 767px) {
  .c-gall {
    max-width: 100%;
  }
}
.c-gall .swiper-wrapper {
  padding-bottom: 50px;
}
.c-gall .swiper-slide img {
  border-radius: 80px;
  border: 2px solid #222;
}
@media (max-width: 767px) {
  .c-gall .swiper-slide img {
    border-radius: 40px;
  }
}
.c-gall .swiper-button-prev {
  background: url(../img/prev.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0;
  margin: 0;
}
.c-gall .swiper-button-prev::after {
  display: none;
}
.c-gall .swiper-button-next {
  background: url(../img/next.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0;
  margin: 0;
}
.c-gall .swiper-button-next::after {
  display: none;
}
.c-gall .swiper-pagination {
  bottom: 0 !important;
}
.c-gall .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 100%;
  border: 2px solid #222;
}
.c-gall .swiper-pagination .swiper-pagination-bullet-active {
  background: #f1e421;
}
.c-gall--large {
  max-width: 900px;
  margin: 45px auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .c-gall--large {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-gall--large .swiper-slide {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .c-gall--large .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-gall--large .swiper-button-prev {
  bottom: auto;
  top: 50%;
  margin-top: -40px;
  left: 30px;
}
@media (max-width: 767px) {
  .c-gall--large .swiper-button-prev {
    left: 0;
  }
}
.c-gall--large .swiper-button-next {
  bottom: auto;
  top: 50%;
  margin-top: -40px;
  right: 30px;
}
@media (max-width: 767px) {
  .c-gall--large .swiper-button-next {
    right: 0;
  }
}

.c-link {
  display: block;
  text-align: left;
  text-decoration: underline;
  border-radius: 20px;
  background: #e0f3fc;
  padding: 15px 25px;
  color: #221815;
  transition: 0.3s ease;
}
.c-link .c-ic {
  margin-right: 15px;
}
.c-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c-banner {
  position: relative;
  border-radius: 60px;
  display: flex;
  background: #fff;
  align-items: center;
  border: 2px solid #222222;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-banner {
    border-radius: 30px;
  }
}
.c-banner__pic {
  width: 50%;
  border-right: 2px solid #222222;
  overflow: hidden;
  border-top-left-radius: 58px;
  border-bottom-left-radius: 58px;
}
@media (max-width: 767px) {
  .c-banner__pic {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
  }
}
.c-banner__content {
  width: 50%;
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-banner__content {
    padding: 10px 15px;
  }
}
.c-banner__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  color: #221815;
}
@media (max-width: 767px) {
  .c-banner__title {
    font-size: 1.8rem;
  }
}
.c-banner__tag {
  font-size: 1.3rem;
  color: #ea5432;
  letter-spacing: 0.3em;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .c-banner__tag {
    font-size: 1rem;
  }
}

/*
CTA
*/
.c-cta {
  position: relative;
  padding-top: 1px;
}
.c-cta--sub {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .c-cta--sub {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.c-cta--sub .c-cta__top {
  background: #e7f1f5;
}
.c-cta__top {
  position: relative;
  padding-bottom: 90px;
}
.c-cta__top .c-cta__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .c-cta__top .c-cta__grid {
    display: block;
  }
}
.c-cta__top .c-cta__grid .c-cta__content {
  width: 35%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .c-cta__top .c-cta__grid .c-cta__content {
    width: 100%;
    margin-left: 0;
  }
}
.c-cta__top .c-cta__grid .c-cta__pic {
  width: 53%;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .c-cta__top .c-cta__grid .c-cta__pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-cta__top .c-cta__grid .c-cta__top-pic {
  margin: -55px auto 20px;
  display: block;
  max-width: 271px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-cta__top .c-cta__grid .c-cta__top-pic {
    max-width: 157px;
    margin-top: -20px;
  }
}
.c-cta__bottom {
  position: relative;
  padding-bottom: 65px;
  background: linear-gradient(
    to right,
    rgb(40, 70, 134) 0%,
    rgb(74, 130, 190) 100%
  );
}
@media (max-width: 767px) {
  .c-cta__bottom {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
.c-cta__bottom .c-cta__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-cta__bottom .c-cta__grid .c-cta__content {
  width: 44%;
  order: 2;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .c-cta__bottom .c-cta__grid .c-cta__content {
    width: 100%;
  }
}
.c-cta__bottom .c-cta__grid .c-cta__pic {
  width: 53%;
  margin-bottom: -20px;
  order: 1;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .c-cta__bottom .c-cta__grid .c-cta__pic {
    width: 100%;
    margin-top: -100px;
  }
}
.c-cta__bottom .c-cta__grid .c-cta__top-pic {
  margin: -55px auto 20px;
  display: block;
  max-width: 271px;
  width: 100%;
}
.c-cta__text {
  text-align: center;
  color: #3964a2;
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-cta__text {
    font-size: 1.3rem;
  }
}
.c-cta__logo {
  width: 170px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-cta__logo {
    width: 138px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-cta__lead {
  color: white;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.35em;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .c-cta__lead {
    font-size: 2.2rem;
    text-align: center;
  }
}
.c-cta__note {
  color: white;
  font-size: 1.6rem;
  line-height: 1.875em;
}
@media (max-width: 767px) {
  .c-cta__note {
    text-align: center;
    font-size: 1.3rem;
  }
}
.c-cta__btns {
  max-width: 820px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-cta__btns {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-cta__btns .c-btn {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
  }
}

.c-breadcrumb {
  position: relative;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__list {
  text-align: left;
}
.c-breadcrumb__list li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-breadcrumb__list li::after {
  content: "/";
  padding: 0 5px;
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}
.c-breadcrumb__list li a {
  text-decoration: none;
  color: #221815;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-breadcrumb__list li a:hover {
  text-decoration: underline;
}

.c-list-entry {
  position: relative;
}
.c-list-entry__item {
  padding: 15px 15px !important;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px !important;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .c-list-entry__item {
    display: block;
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
  }
}
.c-list-entry__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.c-list-entry__link:hover {
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.3;
}
.c-list-entry__pic {
  order: 2;
  flex: 0 0 clamp(200px, 20vw, 300px);
  max-width: 300px;
  position: relative;
}
.c-list-entry__pic img {
  border-radius: 80px;
  border: 2px solid #222;
}
@media (max-width: 767px) {
  .c-list-entry__pic img {
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .c-list-entry__pic {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
  }
}
.c-list-entry__content {
  flex-grow: 1;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .c-list-entry__content {
    padding-right: 0;
  }
}
.c-list-entry__info {
  display: flex;
  justify-content: space-between;
}
.c-list-entry__cat {
  display: inline-block;
  min-width: 140px;
}
.c-list-entry__cat a {
  display: block;
  text-align: center;
  color: #221815;
  background: #e0f3fc;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0;
}
.c-list-entry__cat .holiday {
  background: #804c2e;
  color: #fff;
}
.c-list-entry__date {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .c-list-entry__date {
    position: relative;
    right: auto;
    margin-left: 15px;
  }
}
.c-list-entry__title {
  font-size: 2rem;
  font-weight: bold;
  color: #222222;
  line-height: 1.8em;
  margin-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .c-list-entry__title {
    font-size: 1.8rem;
  }
}
.c-list-entry__title a {
  text-decoration: none;
  color: #221815;
}

.c-news {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .c-news {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.c-news__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s ease;
}
.c-news__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  background: url(../img/bullet.svg) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .c-news__link:after {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
  }
}
.c-news__link:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
.c-news__link:hover:after {
  right: 0;
}
.c-news__time {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-right: 20px;
  color: #221815;
  flex: 0 0 80px;
}
@media (max-width: 767px) {
  .c-news__time {
    margin-right: 15px;
    font-size: 1.4rem;
  }
}
.c-news__category {
  flex: 0 0 140px;
  margin-right: 20px;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-news__category {
    margin-right: 0;
  }
}
.c-news__category > a {
  background: #d4effc;
  color: #221815;
  border-radius: 15px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 140px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  text-wrap: break-all;
}
@media (max-width: 767px) {
  .c-news__category > a {
    font-size: 1.4rem;
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 140px;
    width: auto;
    border-radius: 12px;
  }
}
.c-news__category--holiday > a {
  background: #503d30;
  color: #fff;
}
.c-news__category--blog > a {
  background: #7ea140;
  color: #fff;
}
.c-news__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-right: 65px;
}
@media (max-width: 767px) {
  .c-news__title {
    width: 100%;
    margin-top: 15px;
    padding-right: 0;
  }
}
.c-news__title > a {
  color: #221815;
  font-weight: normal;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .c-news__title > a {
    font-size: 1.4rem;
  }
}
.c-news__title > a:hover {
  text-decoration: underline;
}
.c-news--white * {
  color: white !important;
}
.c-news--blog .c-news__link::after {
  background: url(../img/bullet-circle-purple.svg) 0 0 no-repeat;
  background-size: contain;
}

/*
<li v-for="post in posts" :key="post.id">
      <time class="c-list-news__time" :datetime="post.date">
        {{ formatDate(post.date) }}
      </time>
      <div class="c-list-news__category">
        <a :href="'/category/' + getPrimaryCategory(post)">
          {{ getPrimaryCategory(post) }}
        </a>
      </div>
      <h3 class="c-list-news__title">
        <a :href="post.link" v-html="post.title.rendered"></a>
      </h3>
    </li>
*/
.c-case {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .c-case {
    margin-top: 45px;
  }
}
.c-case__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .c-case__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-case__grid .c-case__box {
  width: auto !important;
}
@media (max-width: 767px) {
  .c-case__grid .c-case__box {
    width: 100% !important;
    margin: 0 auto;
  }
}
.c-case__box {
  width: 800px !important;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .c-case__box {
    width: 285px !important;
    display: block !important;
    padding: 0px !important;
  }
}
.c-case__box--card {
  width: 380px !important;
}
@media (max-width: 767px) {
  .c-case__box--card {
    width: 285px !important;
  }
}
.c-case__box--card .c-case__link {
  display: block;
  padding: 20px;
}
.c-case__box--card .c-case__pic {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-case__box--card .c-case__title {
  font-size: 2rem;
  line-height: 1.5em;
  margin-top: 1em;
}
.c-case__link {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 30px;
  background: #fff url(../img/voice-link.png) right bottom no-repeat;
  background-size: 80px 80px;
  box-shadow: 0px 0px 30px rgba(98, 144, 201, 0.2);
  transition: 0.3s ease;
}
.c-case__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-case__link {
    display: block !important;
    padding: 15px !important;
    background-size: 40px 40px;
    border-radius: 15px;
  }
}
.c-case__pic {
  flex: 0 0 180px;
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-case__pic {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }
}
.c-case__content {
  flex: 1;
}
.c-case__title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4166666667em;
  color: #221815;
  margin-top: 0;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .c-case__title {
    font-size: 1.8rem;
  }
}
.c-case__text {
  font-size: 1.6rem;
  line-height: 1.875em;
  color: #221815;
}
@media (max-width: 767px) {
  .c-case__text {
    font-size: 1.3rem;
  }
}

ul.c-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  list-style-position: inside;
}
ul.c-list > li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 10px;
}
ul.c-list > li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #221815;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  ul.c-list > li::before {
    width: 8px;
    height: 8px;
    top: 4px;
  }
}

ol.c-list {
  list-style: none;
  list-style-position: inside;
  counter-reset: number;
  margin-left: 0;
  padding-left: 0;
}
ol.c-list > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 12px;
}
ol.c-list > li::before {
  display: block;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 7px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  background: #221815;
}

.c-pagination {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  gap: 3px;
  position: relative;
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  .c-pagination ul {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-pagination ul li {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-pagination ul li {
    font-size: 1.2rem;
  }
}
.c-pagination ul li a {
  color: #221815;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .c-pagination ul li a {
    font-size: 1.2rem;
  }
}
.c-pagination ul .current {
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 5px;
  border-bottom: 1px solid #222;
}
@media (max-width: 767px) {
  .c-pagination ul .current {
    font-size: 1.2rem;
  }
}
.c-pagination ul .next {
  position: absolute;
  right: 0;
  top: -20px;
  width: 150px;
  height: 60px;
  line-height: 58px;
  border-radius: 30px;
  background: #96d9df;
  border: 2px solid #222;
}
@media (max-width: 767px) {
  .c-pagination ul .next {
    width: 100px;
    line-height: 50px;
    height: 50px;
    font-size: 1rem;
  }
}
.c-pagination ul .next:hover {
  opacity: 0.7;
}
.c-pagination ul .prev {
  position: absolute;
  left: 0;
  top: -20px;
  width: 150px;
  height: 60px;
  line-height: 58px;
  border-radius: 30px;
  background: #96d9df;
  border: 2px solid #222;
}
@media (max-width: 767px) {
  .c-pagination ul .prev {
    width: 100px;
    line-height: 50px;
    height: 50px;
    font-size: 1rem;
  }
}
.c-pagination ul .prev:hover {
  opacity: 0.7;
}

.c-form__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 50px;
}
.c-form__table th {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #221815;
  width: 130px;
  position: relative;
  padding-top: 20px;
  font-weight: normal;
  padding-bottom: 20px;
  vertical-align: top;
  border-bottom: 1px solid #e1e1e1;
}
.c-form__table th .c-form__required {
  display: none;
}
@media (max-width: 767px) {
  .c-form__table th .c-form__required {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-form__table th {
    text-align: left;
    font-size: 1.5rem;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: none;
  }
}
.c-form__table td {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .c-form__table td {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .c-form__table td .c-form__required {
    display: none;
  }
}
.c-form__table tr:last-child th,
.c-form__table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  .c-form .c-form__table,
  .c-form .c-form__table tbody,
  .c-form .c-form__table tr,
  .c-form .c-form__table th,
  .c-form .c-form__table td {
    display: block;
    width: 100%;
  }
}
.c-form__required {
  position: absolute;
  right: 22px;
  top: 20px;
  color: #e77575;
  text-align: center;
  width: 50px;
  height: 30px;
  background: #fde9e9;
  line-height: 30px;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-form__required {
    transform: scale(0.7);
    transform-origin: right top;
    right: 0;
  }
}
.c-form__radio {
  display: none;
}
.c-form__radio + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}
.c-form__radio + span:before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #221815;
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
  background: #fff;
  transition: 0.3s ease;
}
.c-form__radio + span:after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  background: #221815;
  height: 7px;
  left: 3.5px;
  opacity: 0;
  top: 3.5px;
  width: 7px;
  transition: 0.3s ease;
}
.c-form__radio:checked + span:after {
  opacity: 1;
}
.c-form input[type="submit"] {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.c-form__submit {
  cursor: pointer;
  background: #96d9df !important;
  width: 300px !important;
  height: 60px !important;
  display: block !important;
  margin: 40px auto 0 !important;
  color: #221815 !important;
  font-weight: bold !important;
  font-size: 1.6rem !important;
  border: 2px solid #222;
  border-radius: 30px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-form__submit {
    font-size: 1.5rem;
    width: 100% !important;
    line-height: 60px !important;
    height: 60px !important;
  }
}
.c-form__back {
  position: relative;
  width: 48px !important;
  display: block;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 60px !important;
  margin: 0px !important;
  text-align: center;
  border-radius: 30px;
  border: none;
  transition: 0.3s ease;
  box-shadow: none;
  cursor: pointer;
  background: #87a0c8 url(../img/angle-left-white.png) 3% center no-repeat !important;
  background-size: 4.5px 6.5px !important;
}
.c-form__back:hover {
  color: #fff !important;
  background: #221815 url(../img/angle-left-white.png) 3% center no-repeat !important;
  background-size: 4.5px 6.5px !important;
}
.c-form input::-moz-placeholder {
  color: #87a0c8;
  font-size: 1.6rem;
}
.c-form input::placeholder {
  color: #87a0c8;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-form input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .c-form input::placeholder {
    font-size: 1.4rem;
  }
}
.c-form__text,
.c-form__textarea {
  width: 355px;
  height: 50px;
  padding: 5px 9px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  font-size: 1.6rem;
  background: #fff;
  transition: border-color 0.2s;
}
@media (max-width: 767px) {
  .c-form__text,
  .c-form__textarea {
    width: 100%;
    height: 50px;
  }
}
.c-form__text--zip,
.c-form__textarea--zip {
  display: inline-block;
  width: 111px;
  margin-bottom: 12px;
  margin-left: 5px;
}
.c-form__text:focus,
.c-form__textarea:focus {
  border-color: #e45976;
  outline: none;
}
.c-form__text.input-long,
.c-form__textarea.input-long {
  width: 100%;
}
.c-form__textarea {
  height: 200px;
  max-width: 455px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-form__textarea {
    height: 150px;
  }
}
.c-form__post {
  width: 150px;
  margin-bottom: 10px;
}
.c-form__select-wrap {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
}
@media (max-width: 767px) {
  .c-form__select-wrap {
    width: 100%;
  }
}
.c-form__select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3.75px;
  background: url(../img/select.png) 0 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 9px;
}
.c-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  display: block;
  border-radius: 10px;
  height: 60px;
  padding: 5px 25px;
  border: 1px solid #cdcdcd;
}
@media (max-width: 767px) {
  .c-form select {
    width: 100%;
    height: 50px;
  }
}
.c-form .is-error {
  display: block;
  color: red;
}
.c-form__stick {
  background: url(../img/form-stick.png) 0 0 no-repeat;
  background-size: contain;
  width: 225px;
  height: 178px;
  position: absolute;
  right: 50px;
  top: -60px;
}
@media (max-width: 767px) {
  .c-form__stick {
    width: 150px;
    height: 118.5px;
    right: 50%;
    transform: translateX(50%);
    top: -30px;
  }
}

.c-btn {
  position: relative;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  color: #221815;
  text-decoration: none;
  font-weight: bold;
  line-height: 150%;
  font-size: 1.6rem;
  padding: 20px 20px;
  background: #fff;
  text-align: center;
  border-radius: 9999px;
  border: 2px solid #222;
  margin: 0 auto;
  transition: opacity 0.3s ease !important;
}
.c-btn > i {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 1.5rem;
    padding: 15px 10px;
  }
}
.c-btn:hover {
  text-decoration: none;
  opacity: 0.7 !important;
}
.c-btn--blue {
  background: #96d9df;
}
.c-btn--green {
  background: #afe28a;
}
.c-btn--block {
  display: block;
  margin: 0 auto;
}
.c-btn--auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.c-btn--400 {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  .c-btn--400 {
    width: 90%;
  }
}
.c-btn--380 {
  width: 100%;
  max-width: 380px;
}
@media (max-width: 767px) {
  .c-btn--380 {
    width: 90%;
  }
}
.c-btn--200 {
  width: 200px;
}

.c-title-2 {
  text-align: center;
  font-weight: bold;
  color: #221815;
  font-size: 3rem;
  line-height: 1.4583333333em;
  position: relative;
  margin-block-start: 90px;
  margin-block-end: 55px;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .c-title-2 {
    font-size: 2.2rem;
    margin-block-start: 50px;
    margin-block-end: 40px;
  }
}
.c-title-2__ic {
  width: 50px;
  margin: 0 auto 10px;
}

.c-title-2-caption {
  text-align: left;
  font-weight: bold;
  font-size: 6.4rem;
  letter-spacing: 2%;
  position: relative;
  line-height: 1.3;
  margin: 0 0 0 !important;
}
@media (max-width: 767px) {
  .c-title-2-caption {
    font-size: 2.8rem;
  }
}
.c-title-2-caption--big {
  font-size: 9rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .c-title-2-caption--big {
    font-size: 2.8rem;
  }
}
.c-title-2-caption--bottom {
  font-size: 2.4rem;
  line-height: 1.4583em;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .c-title-2-caption--bottom {
    font-size: 1.4rem;
  }
}

.c-title-3 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5em;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .c-title-3 {
    font-size: 2rem;
  }
}

.c-title-2 + p.c-lead {
  margin-top: -45px;
}
@media (max-width: 767px) {
  .c-title-2 + p.c-lead {
    margin-top: -25px;
  }
}

.c-title-4 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .c-title-4 {
    font-size: 1.8rem;
  }
}

.c-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .c-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-card {
  position: relative;
}
.c-card__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.c-card__pic {
  border: 2px solid #222;
  border-radius: 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-card__pic {
    border-radius: 40px;
  }
}
.c-card__content {
  position: relative;
}
.c-card__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-card__title {
    font-size: 1.7rem;
  }
}
.c-card__label {
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 1.3rem;
  font-weight: bold;
  color: #36a73b;
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-card__label {
    font-size: 1rem;
  }
}
.c-card__desc {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875em;
}
@media (max-width: 767px) {
  .c-card__desc {
    font-size: 1.4rem;
  }
}
.c-card .c-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .c-card .c-btn {
    margin-top: 15px;
  }
}
.c-card .c-ic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: scale(2);
  margin-top: -15px;
}

.c-qna {
  background: #fff;
  border: 2px solid #222;
  border-radius: 20px;
  margin-bottom: 20px;
}
.c-qna__list {
  margin-bottom: 45px;
}
.c-qna__q {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0;
  position: relative;
  padding: 25px 45px;
  padding-left: 74px;
  letter-spacing: 2%;
  cursor: pointer;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .c-qna__q {
    padding: 12px 45px;
    font-size: 1.8rem;
    padding-left: 35px;
  }
}
.c-qna__q::before {
  content: "";
  display: block;
  background: url(../img/q.png) 0 0 no-repeat;
  background-size: contain;
  width: 37.5px;
  height: 35px;
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .c-qna__q::before {
    width: 26px;
    height: 20px;
    left: 5px;
    margin-top: -10px;
  }
}
.c-qna__q::after {
  content: "";
  display: block;
  background: url(../img/plus.png) center center no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .c-qna__q::after {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -15px;
  }
}
.c-qna__q.is-active::after {
  background: url(../img/minus.png) center center no-repeat;
  background-size: contain;
}
.c-qna__a {
  border-top: 1px solid #e1e1e1;
  padding: 20px 45px;
  display: none;
}
.c-qna__a > p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-qna__a > p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .c-qna__a {
    padding: 12px 45px;
  }
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #e1e1e1;
  position: relative;
  margin-bottom: 10px;
}
.c-table__tr:nth-child(odd) {
  background: #f6fbfe;
}
.c-table__th {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 10px;
  padding-right: 40px;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.c-table__td {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 10px;
}
.c-table__td iframe {
  display: block;
  width: 100%;
  margin-top: 30px;
  height: 350px;
}
.c-table__td a {
  color: #2484a0;
}

.p-header {
  position: relative;
}
.p-header__logo {
  width: 304px;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s ease;
  transform-origin: center top;
}
.p-header__logo.is-scroll {
  width: 152px;
}
@media (max-width: 767px) {
  .p-header__logo.is-scroll {
    left: 15px;
    top: 15px;
  }
}
.p-header__logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-header__logo {
    width: 129px;
    position: absolute;
  }
}
.p-header.is-sub .p-header__logo {
  width: 202px;
}
@media (max-width: 767px) {
  .p-header.is-sub .p-header__logo {
    width: 120px;
  }
}
.p-header.is-sub .p-header__logo.is-scroll {
  width: 152px;
}

@media (max-width: 767px) {
  .p-nav {
    position: initial;
  }
}
.p-nav__inner {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .p-nav__inner {
    width: 100vw;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 32;
    background: #e0f3fc;
    overflow: scroll;
    transform: translate3d(100%, 0, 0);
    transition: 0.3s ease;
  }
}
.p-nav.is-active .p-nav__inner {
  transform: translate3d(0%, 0, 0);
}
@media (max-width: 767px) {
  .p-nav.is-active .p-nav__inner {
    transform: translate3d(0%, 0, 0);
  }
}
.p-nav__logo {
  width: 155px;
  margin-top: 22px;
  margin-left: 14px;
}
.p-nav__logo img {
  width: 100%;
  max-width: 100%;
}
.p-nav__list {
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .p-nav__list {
    margin-top: 0px;
    display: block;
  }
}
.p-nav__list > li {
  position: relative;
}
@media (max-width: 767px) {
  .p-nav__list > li {
    border-bottom: 1px solid #e1e1e1;
  }
}
.p-nav__list > li:nth-child(3) {
  margin-right: 150px;
}
@media (max-width: 767px) {
  .p-nav__list > li:nth-child(3) {
    margin-right: 0;
  }
}
.p-nav__list > li:nth-child(4) {
  margin-left: 150px;
}
@media (max-width: 767px) {
  .p-nav__list > li:nth-child(4) {
    margin-left: 0;
  }
}
.p-nav__list > li.has-child:hover > .p-nav__child {
  display: block;
}
.p-nav__list > li a {
  color: #221815;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  text-align: center;
  transition: 0.3s ease;
  letter-spacing: 2%;
  line-height: 1.25em;
}
@media (max-width: 767px) {
  .p-nav__list > li a {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 15px;
    display: block;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-nav__list > li a:hover .p-nav__ic {
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-iteration-count: infinite;
}
@keyframes bounce {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(15px) scale(1, 0.7);
  }
}
.p-nav__text {
  display: block;
  display: flex;
  align-items: center;
  height: 50px;
}
@media (max-width: 767px) {
  .p-nav__text {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}
.p-nav__ic {
  display: block;
  width: 58px;
  margin: 0 auto 5px;
}
@media (max-width: 767px) {
  .p-nav__ic {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    margin: 0;
    margin-right: 15px;
  }
}
.p-nav__child {
  border-radius: 30px;
  margin-bottom: 27px;
  border: 2px solid #222222;
  background: #fff;
  position: absolute;
  left: -60px;
  top: 100%;
  width: 200px;
  padding: 25px 25px !important;
  display: none;
  border-radius: 50px;
}
.p-nav__child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 8.5px 14px 8.5px;
  border-color: transparent transparent #222222;
  translate: -50% -100%;
}
.p-nav__child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 6.2px 10.1px 6.2px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
.p-nav__child li {
  border-bottom: 1px solid #cccccc;
}
.p-nav__child li a {
  color: #221815;
  display: block;
  text-align: center;
  padding: 10px 0px;
  position: relative;
  font-weight: bold;
  line-height: 1.875em;
  font-size: 1.6rem;
}
.p-nav__child li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #3964a2;
  transition: 0.3s ease;
}
.p-nav__child li a:hover::before {
  width: 100%;
}
.p-nav__child li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.p-nav__child li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .p-nav__child {
    display: block;
    width: 100%;
    position: initial;
    background: none;
    border: none;
    margin: 0;
    padding: 0 !important;
    list-style: none;
    border-radius: 0;
  }
  .p-nav__child::before,
  .p-nav__child::after {
    content: none;
  }
  .p-nav__child li {
    text-align: left;
    border: none;
    border-top: 1px solid #e1e1e1;
    margin: 0;
  }
  .p-nav__child li a {
    text-align: left;
    font-weight: normal;
    padding-left: 75px;
    display: block;
  }
}
.p-nav__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transform: translate3d(100%, 0, 0);
}
@media (max-width: 767px) {
  .p-nav__overlay {
    z-index: 21;
  }
}
.p-nav.is-active .p-nav__overlay {
  transform: translate3d(0%, 0, 0);
}
.p-nav__contact {
  position: fixed;
  right: 265px;
  top: 24px;
  width: 160px;
  display: block;
  transition: 0.3s ease;
  border: 1px solid #3964a2;
  padding-top: 12px;
  padding-bottom: 12px;
  opacity: 0;
}
.p-nav__contact:hover {
  opacity: 0.6;
}
.p-nav__reserve {
  position: fixed;
  right: 95px;
  top: 24px;
  width: 160px;
  display: block;
  transition: 0.3s ease;
  border: 1px solid #3964a2;
  padding-top: 12px;
  padding-bottom: 12px;
  opacity: 0;
}
.p-nav__reserve:hover {
  opacity: 0.6;
}
.p-nav__toggle {
  background-color: white;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 42;
  border-radius: 15px;
  border: 1px solid #222;
  transition: 0.3s ease;
}
.p-nav__toggle span {
  background: #222222;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 13px;
  top: 10px;
  transition: 0.3s ease;
  border-radius: 2px;
}
.p-nav__toggle span:nth-child(2) {
  top: 17px;
}
.p-nav__toggle span:nth-child(3) {
  top: 24px;
}
.p-nav__toggle small {
  position: absolute;
  left: 0;
  bottom: 5px;
  text-align: center;
  width: 100%;
  font-size: 1rem;
}
.p-nav__toggle.is-active span:nth-child(1) {
  top: 17px;
  transform: rotate(45deg);
}
.p-nav__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.p-nav__toggle.is-active span:nth-child(3) {
  top: 17px;
  transform: rotate(-45deg);
}
.is-scroll .p-nav__reserve,
.is-scroll .p-nav__contact {
  opacity: 1;
}
.p-nav--footer {
  margin-top: -250px;
  margin-bottom: 130px;
}

.p-footer {
  position: relative;
  padding-top: 1px;
}
.p-footer__page-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 80px;
  height: 80px;
  z-index: 20;
  box-shadow: 0px 0px 30px rgba(98, 144, 201, 0.2);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .p-footer__page-top {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.p-footer__page-top.is-hidden {
  display: none;
}
.p-footer__page-top.is-visible {
  display: block;
  animation: fadein ease 500ms 1;
}
.p-footer__page-top.is-absolute {
  position: absolute;
  right: 15px;
  bottom: calc(100% - 30px);
}
@media (max-width: 767px) {
  .p-footer__page-top.is-absolute {
    right: 10px;
    bottom: calc(100% - 20px);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-footer__logo {
  width: 304px;
  margin: -120px auto 30px;
}
@media (max-width: 767px) {
  .p-footer__logo {
    width: 129px;
    margin-top: -60px;
    margin-bottom: 30px;
  }
}
.p-footer__grid {
  overflow: hidden;
  border-radius: 80px;
  border: 2px solid #222;
  background: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .p-footer__grid {
    display: block;
    border-radius: 40px;
  }
}
.p-footer__map {
  width: 50%;
  line-height: 0;
  border-right: 2px solid #222;
}
@media (max-width: 767px) {
  .p-footer__map {
    width: 100%;
    border-right: none;
  }
}
.p-footer__map iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .p-footer__map iframe {
    height: 220px;
  }
}
.p-footer__info {
  width: 50%;
}
@media (max-width: 767px) {
  .p-footer__info {
    width: 100%;
  }
}
.p-footer__tel {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.p-footer__tel .u-small {
  font-size: 1.5rem;
  font-weight: normal;
}
.p-footer__addr {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-footer__addr {
    margin-bottom: 20px;
  }
}
.p-footer .c-btn {
  display: block;
  width: 300px;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .p-footer .c-btn {
    width: 250px;
  }
}
.p-footer__nav {
  text-align: left;
  margin-top: 30px;
  padding-bottom: 15px;
}
.p-footer__nav ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-footer__nav ul {
    justify-content: center;
  }
}
.p-footer__nav ul li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .p-footer__nav ul li {
    font-size: 1.2rem;
  }
}
.p-footer__copyright {
  color: #221815;
  text-align: right;
  font-size: 1.5rem;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 28px;
}
@media (max-width: 767px) {
  .p-footer__copyright {
    font-size: 1.2rem;
    position: initial;
    text-align: center;
    padding-bottom: 35px;
  }
}
.p-footer__fix {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  width: 100px;
}
.p-footer__fix a {
  display: block;
  margin-top: 4px;
  transition: 0.3s ease;
}
.p-footer__fix a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-footer__fix {
    width: 50px;
    bottom: auto;
    top: 60px;
    right: 10px;
  }
}

.p-page {
  position: relative;
}

.p-page-header {
  text-align: center;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .p-page-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.p-page-header__bg {
  height: 250px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-page-header__bg {
    height: 150px;
  }
}
.p-page-header__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.666em;
  position: relative;
  text-align: left;
  margin: 0;
  color: #221815;
}
.p-page-header__title span {
  display: inline-block;
  text-align: center;
  background: #fff;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .p-page-header__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-page-header__caption {
  text-align: center;
  font-size: 2.4rem;
  color: #80cafa;
  display: block;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .p-page-header__caption {
    font-size: 1rem;
  }
}
.p-page-header__inner {
  background: url(../img/page-header-about.jpg) center center no-repeat;
  background-size: cover;
  height: 400px;
  border: 2px solid #222;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 50px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-page-header__inner {
    height: 250px;
    border-radius: 60px;
    padding-top: 30px;
  }
}
.p-page-header .c-stick--cloud-1 {
  left: -20px;
  top: 20px;
}
@media (max-width: 767px) {
  .p-page-header .c-stick--cloud-1 {
    top: -20px;
  }
}
.p-page-header .c-stick--cloud-2 {
  right: -40px;
  bottom: -40px;
}
.p-page-header--life .p-page-header__inner {
  background: url(../img/page-header-life.jpg) center center no-repeat;
  background-size: cover;
}
.p-page-header--facility .p-page-header__inner {
  background: url(../img/page-header-facility.jpg) center center no-repeat;
  background-size: cover;
}
.p-page-header--entry .p-page-header__inner {
  background: url(../img/page-header-entry.jpg) center center no-repeat;
  background-size: cover;
}
.p-page-header--recruit .p-page-header__inner {
  background: url(../img/page-header-recruit-2.jpg) center center no-repeat;
  background-size: cover;
}
.p-page-header--contact .p-page-header__inner {
  background: url(../img/page-header-contact.jpg) center center no-repeat;
  background-size: cover;
}
.p-page-header--news .p-page-header__inner {
  background: url(../img/page-header-news-2.jpg) center center no-repeat;
  background-size: cover;
}

.p-page__content {
  position: relative;
  line-height: 1.875em;
}
.p-page__content section p {
  margin-bottom: 1em;
}

.p-sidebar {
  position: relative;
}
@media (max-width: 767px) {
  .p-sidebar {
    margin-bottom: 100px;
  }
}
.p-sidebar__block {
  position: relative;
  border: 2px solid #222;
  border-radius: 60px;
  background: #fff;
  padding: 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-sidebar__block {
    margin-bottom: 40px;
    padding: 25px;
    border-radius: 30px;
  }
}
.p-sidebar__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8em;
  color: #221815;
  text-align: center;
  padding: 0;
  margin: 0;
}
.p-sidebar__label {
  text-align: center;
  font-size: 1.3rem;
  color: #ea5432;
  letter-spacing: 0.3em;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .p-sidebar__label {
    font-size: 1rem;
  }
}
.p-sidebar__list {
  margin: 0;
}
.p-sidebar__list > li > a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 16px 16px;
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .p-sidebar__list > li > a {
    padding: 16px 0;
  }
}
.p-sidebar__list > li > a:hover {
  text-decoration: underline;
}
.p-sidebar__list--child > li {
  margin-bottom: 8px;
}
.p-sidebar__list--child > li > a {
  display: block;
  background: #eff6fb;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 2em;
  padding: 7px 16px;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
}
.p-sidebar__list--child > li > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3.75px;
  background: url(../img/angle-right-blue.png) 0 0 no-repeat;
  background-size: contain;
  width: 4.5px;
  height: 6.5px;
}
.p-sidebar__list--child > li > a:hover {
  background: #faf7e6;
}
.p-sidebar__select-wrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .p-sidebar__select-wrap {
    width: 100%;
  }
}
.p-sidebar__select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3.25px;
  background: url(../img/select.png) 0 0 no-repeat;
  background-size: contain;
  width: 11px;
  height: 6.5px;
}
.p-sidebar__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #afc3e4;
  display: block;
  border-radius: 0;
  height: 41px;
  font-size: 1.4rem;
  padding: 6px 14px;
}
@media (max-width: 767px) {
  .p-sidebar__select {
    width: 100%;
  }
}
.p-sidebar .c-stick--ladybug-bug {
  bottom: -20px;
  right: -20px;
}
@media (max-width: 767px) {
  .p-sidebar .c-stick--ladybug-bug {
    bottom: -40px;
  }
}
.p-sidebar .c-stick--bird-3 {
  left: 10px;
  top: -52px;
}
@media (max-width: 767px) {
  .p-sidebar .c-stick--bird-3 {
    top: -43px;
  }
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

@media (max-width: 767px) {
  .u-left-sp {
    text-align: left;
  }
}

.u-en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-small {
  font-size: 0.7em;
}

.u-big {
  font-size: 1.3em;
}

.u-font-lg {
  font-size: 2.4rem !important;
}

.u-bold {
  font-weight: bold;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pic-round {
  border-radius: 15px;
}

@media (max-width: 767px) {
  .u-br-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-mt-lg {
  margin-top: 3rem;
}

.u-list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-list-reset li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.u-over {
  transition: 0.3s ease;
}

.u-over:hover {
  opacity: 0.7;
}

.u-color-green {
  color: #7ea140 !important;
}

.u-color-blue {
  color: #3964a2 !important;
}

.u-color-blue-sub {
  color: #0050ad !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-lightblue {
  color: #3ed2e3 !important;
}

.u-color-yellow {
  color: #ffdc6b !important;
}

.u-color-pink {
  color: #e45976 !important;
}

.u-color-brown {
  color: #503d30 !important;
}

.u-color-gray {
  color: #999999 !important;
}

.u-bleed-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .u-bleed-right {
    margin-right: 0;
    width: auto;
  }
}

.u-bleed-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .u-bleed-left {
    margin-left: 0;
    width: 100%;
  }
}

/*
BG
*/
.u-bg-skyblue {
  background: #e0f3fc;
}

.u-bg-skyblue-gra {
  background: linear-gradient(
    to bottom,
    rgb(224, 243, 252) 0%,
    rgb(239, 249, 253) 100%
  );
}

.u-bg-green {
  background: #d9efde;
}

.u-bg-green-wave-top::before {
  content: "";
  display: block;
  background: url("../img/bg-green-wave-top.png") repeat-x top center;
  background-size: 1400px 15px;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  top: -15px;
}
