@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&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: #333333;
  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;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 20;
  transition-delay: 0.3s;
}
.l-nav {
  position: relative;
}
.l-main {
  position: relative;
}
.l-footer {
  position: relative;
}

.l-container {
  position: relative;
}

.l-content {
  padding-top: 1px;
  padding-bottom: 1px;
  max-width: 1300px;
  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;
  }
}

.c-lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2em;
}
@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;
  }
}

/*
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: #333333;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-breadcrumb__list li a:hover {
  text-decoration: underline;
}

.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: #333333;
  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: #333333;
}
@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: #333333;
  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: #333333;
}

.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: 320px;
  padding-right: 320px;
}
@media (max-width: 767px) {
  .c-pagination ul {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.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: #333333;
  text-decoration: none;
  display: block;
  border-radius: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .c-pagination ul li a {
    font-size: 1.2rem;
  }
}
.c-pagination ul .current {
  color: #6ab2ee;
  text-decoration: none;
  display: block;
  border-radius: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .c-pagination ul .current {
    font-size: 1.2rem;
  }
}
.c-pagination ul .next {
  position: absolute;
  right: 0;
  top: -20px;
  color: #fff;
  width: 300px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  background: linear-gradient(
    to right,
    rgb(40, 70, 134) 0%,
    rgb(74, 130, 190) 100%
  );
}
@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;
  color: #fff;
  width: 300px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  background: linear-gradient(
    to right,
    rgb(40, 70, 134) 0%,
    rgb(74, 130, 190) 100%
  );
}
@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 {
  border-radius: 30px;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 30px rgba(98, 144, 201, 0.2);
  padding: 50px 100px;
}
@media (max-width: 767px) {
  .c-form {
    border-radius: 15px;
    padding: 100px 25px 20px;
    margin-top: 50px;
  }
}
.c-form__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-form__table th {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3964a2;
  width: 250px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 100px;
  border-bottom: 1px solid #eeeeee;
}
@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 #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .c-form__table td {
    padding-top: 0;
  }
}
.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: 38px;
  color: white;
  text-align: center;
  width: 46px;
  height: 24px;
  background: #e45976;
  line-height: 24px;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-form__required {
    width: 31px;
    height: 16px;
    line-height: 16px;
    font-size: 1rem;
    right: 0;
    top: 15px;
  }
}
.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 #333333;
  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: #333333;
  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: linear-gradient(
    to right,
    rgb(40, 70, 134) 0%,
    rgb(74, 130, 190) 100%
  ) !important;
  width: 400px !important;
  height: 80px !important;
  display: block !important;
  margin: 40px auto 0 !important;
  color: white !important;
  font-weight: bold !important;
  font-size: 2rem !important;
}
@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: #333333 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: 400px;
  height: 70px;
  padding: 5px 9px;
  border: 1px solid #aaaaaa;
  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: 220px;
  max-width: 700px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-form__textarea {
    height: 150px;
  }
}
.c-form__select-wrap {
  display: inline-block;
  margin: 0;
  width: 400px;
  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: 20px;
  height: 11px;
}
.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: 70px;
  padding: 5px 25px;
  border: 1px solid #aaaaaa;
}
@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;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  color: #3964a2;
  text-decoration: none;
  font-weight: bold;
  line-height: 170%;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 20px 20px;
  background: #fff;
  text-align: center;
  border-radius: 9999px;
  margin: 0;
  transition: opacity 0.3s ease !important;
}
.c-btn > i {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 1.5rem;
  }
}
.c-btn:hover {
  text-decoration: none;
  opacity: 0.7 !important;
}
.c-btn--skyblue {
  background: linear-gradient(
    to right,
    rgb(74, 155, 233) 0%,
    rgb(138, 201, 243) 100%
  );
  color: #fff;
}
.c-btn--blue {
  background: linear-gradient(to right, #284686 0%, #4a82be 100%);
  color: #fff;
}
.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: #333333;
  font-size: 4rem;
  line-height: 1.4583333333em;
  position: relative;
  margin-block-start: 0;
  margin-block-end: 45px;
  text-wrap: initial;
}
.c-title-2 .u-big {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .c-title-2 .u-big {
    font-size: 3.2rem;
  }
}
.c-title-2.u-big {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .c-title-2.u-big {
    font-size: 2.5rem;
  }
}
.c-title-2.u-big .u-big {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .c-title-2.u-big .u-big {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .c-title-2 {
    font-size: 2.5rem;
    margin-block-end: 25px;
  }
}
.c-title-2--top {
  font-size: 6.4rem;
  margin-block-start: 80px;
  margin-block-end: 0;
}
@media (max-width: 767px) {
  .c-title-2--top {
    font-size: 2.8rem;
    margin-top: 45px;
  }
}
.c-title-2--pp {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 50px;
  margin-bottom: 29px;
  border-bottom: 2px solid #333333;
  position: relative;
  padding: 18px 32px 18px;
}
@media (max-width: 767px) {
  .c-title-2--pp {
    font-size: 1.6rem;
    padding: 8px 11px;
    margin-top: 40px;
    margin-bottom: 21px;
  }
}
.c-title-2--pp::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eff6fb;
  border-top-left-radius: 20px;
  width: 69px;
  height: 62px;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-title-2--pp::before {
    width: 30px;
    height: 36px;
  }
}

.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.2em;
  margin-bottom: 23px;
  position: relative;
}
.c-title-3--line {
  border-bottom: 1px solid #ccdaf0;
  padding-bottom: 18px;
}
.c-title-3--line::before {
  content: "";
  display: block;
  width: 128px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333333;
}
@media (max-width: 767px) {
  .c-title-3--line::before {
    width: 80px;
  }
}

.c-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 33px;
}
@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--large .c-card__link:hover + .c-card__pic img {
  opacity: 0.7;
}
.c-card--large .c-card__pic img {
  border-radius: 80px;
  transition: 0.3s ease;
}
.c-card--large .c-card__content {
  position: relative;
  padding: 5px 20px;
}
.c-card--large .c-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.c-card--large .c-card__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3888em;
  color: #3964a2;
}
.c-card--large .c-card__caption {
  color: #3964a2;
  font-size: 1.6rem;
}
.c-card--large .c-card__caption::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../img/bullet-right.png) 0 0 no-repeat;
  background-size: contain;
  width: 70px;
  height: 40px;
  vertical-align: middle;
  margin-left: 30px;
  transition: 0.3s ease;
}
.c-card--yellow {
  background: url(../img/bg-yellow.jpg) 0 0 repeat;
  background-size: 300px 300px;
  border-radius: 80px;
  position: relative;
}
.c-card--yellow .c-card__header {
  padding: 40px 0;
}
.c-card--yellow .c-card__title {
  text-align: center;
  font-weight: bold;
  color: #3964a2;
  font-size: 2.8rem;
  line-height: 1.3571428571em;
  padding: 0;
  margin: 0;
}
.c-card--yellow .c-card__content {
  padding: 1px 30px 45px;
}
.c-card--yellow .c-btn {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 35px;
}
.c-card--small {
  background: url(../img/bg-yellow.jpg) 0 0 repeat;
  background-size: 300px 300px;
  border-radius: 80px;
  padding: 35px;
  position: relative;
}
.c-card--small .c-card__icon {
  width: 80px;
  margin: 0 auto 30px;
  display: block;
}
.c-card--small .c-card__title {
  text-align: center;
  color: #3964a2;
  font-size: 2.4rem;
}
.c-card--small .c-card__caption {
  text-align: center;
  font-size: 1.6rem;
  color: #3964a2;
  letter-spacing: 0.1em;
}
.c-card--small .c-btn {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
}
.c-card__text {
  font-size: 1.6rem;
  line-height: 2.25em;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .c-card__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-qna__q {
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  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.3rem;
  }
}
.c-qna__q::before {
  content: "";
  display: block;
  background: url(../img/q.png) 0 0 no-repeat;
  background-size: contain;
  width: 32px;
  height: 24px;
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -12px;
}
@media (max-width: 767px) {
  .c-qna__q::before {
    width: 26px;
    height: 20px;
    left: 5px;
    margin-top: -15px;
  }
}
.c-qna__q::after {
  content: "";
  display: block;
  background: url(../img/plus.png) center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -11px;
}
@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 {
  padding: 20px 45px;
  display: none;
}
.c-qna__a > p {
  margin-top: 0;
  line-height: 2em;
  margin-bottom: 1em;
}
@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%;
}
.c-table th {
  border-bottom: 1px solid #cae4e7;
  padding: 25px 10px;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
}
.c-table td {
  border-bottom: 1px solid #cae4e7;
  padding: 25px 10px;
  font-weight: 500;
}
.c-table td iframe {
  display: block;
  width: 100%;
  margin-top: 30px;
  height: 350px;
}
.c-table td a {
  color: #2484a0;
}
.c-table__qr {
  width: 150px;
}

.p-header {
  position: relative;
  z-index: 23;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.is-scroll .p-header {
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  position: fixed;
  left: 0;
  top: 0;
  height: 110px;
}
.p-header__logo {
  width: 193px;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 25px;
  top: 65px;
  transition: 0.3s ease;
  opacity: 0;
}
.p-header__logo.is-scroll {
  opacity: 1;
  top: 25px;
}
@media (max-width: 767px) {
  .p-header__logo.is-scroll {
    left: 15px;
    top: 15px;
  }
  .is-scroll .p-header {
    height: 65px; 
  }
}
.p-header__logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-header__logo {
    width: 95px;
  }
}

.p-nav {
  position: relative;
  z-index: 21;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .p-nav {
    position: initial;
  }
}
.p-nav__inner {
  position: fixed;
  right: 0;
  top: 0px;
  width: 400px;
  height: 100vh;
  background: linear-gradient(
    to bottom,
    rgba(74, 130, 190, 0.98) 0%,
    rgba(40, 70, 134, 0.98) 100%
  );
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translate3d(100%, 0, 0);
  transition: 0.3s ease;
  z-index: 22;
}
@media (max-width: 767px) {
  .p-nav__inner {
    width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 22;
  }
}
.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: 35px 0px 0px;
}
@media (max-width: 767px) {
  .p-nav__list {
    margin-top: 26px;
    display: block;
  }
}
.p-nav__list > li {
  position: relative;
  margin-bottom: clamp(15px, 10vw, 29px);
}
.p-nav__list > li.has-child:hover > .p-nav__child {
  display: block;
}
@media (max-width: 767px) {
  .p-nav__list > li {
    margin-bottom: 25px;
  }
}
.p-nav__list > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background: white;
  transition: 0.3s ease;
}
.p-nav__list > li:hover::before {
  width: 100%;
}
.p-nav__list > li a {
  color: white;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  transition: 0.3s ease;
  letter-spacing: 2%;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .p-nav__list > li a {
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-nav__child {
  border-radius: 30px;
  margin-bottom: 27px;
  border: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 100%;
  width: 221px;
  padding: 15px 0 !important;
  display: none;
}
.p-nav__child li a {
  color: #3964a2;
  display: inline-block;
  text-align: left;
  padding: 0px 15px;
  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: 0px;
  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;
}
.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: 80px;
  height: 80px;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 32;
  border-radius: 100%;
  transition: 0.3s ease;
}
.p-nav__toggle span {
  background: #3964a2;
  width: 36px;
  height: 2px;
  position: absolute;
  left: 22px;
  top: 26px;
  transition: 0.3s ease;
  border-radius: 2px;
}
.p-nav__toggle span:nth-child(2) {
  top: 39px;
}
.p-nav__toggle span:nth-child(3) {
  top: 52px;
}
.p-nav__toggle.is-active span:nth-child(1) {
  top: 39px;
  transform: rotate(45deg);
}
.p-nav__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.p-nav__toggle.is-active span:nth-child(3) {
  top: 39px;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .p-nav__toggle {
    transform: scale(0.5625);
    transform-origin: right top;
    right: 28px;
    top: 28px;
  }
}
.is-scroll .p-nav__toggle {
  border: 1px solid #3964a2;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .is-scroll .p-nav__toggle {
    transform: scale(0.75);
    transform-origin: right top;
    right: 24px;
    top: 24px;
  }
}
.is-scroll .p-nav__reserve,
.is-scroll .p-nav__contact {
  opacity: 1;
}

.p-footer {
  position: relative;
  background: linear-gradient(
    to right,
    rgb(40, 70, 134) 0%,
    rgb(74, 130, 190) 100%
  );
  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: 170px;
  margin: 70px auto 40px;
}
@media (max-width: 767px) {
  .p-footer__logo {
    width: 120px;
    margin-top: 40px;
  }
}
.p-footer__addr {
  text-align: center;
  margin-top: 15px;
  font-size: 1.6rem;
  color: white;
  line-height: 1.875em;
  font-size: 1.3rem;
}
.p-footer__links {
  text-align: center;
  margin: 30px auto;
}
.p-footer__links a {
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
  display: inline-block;
}
.p-footer__links a::after {
  content: "｜";
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .p-footer__links a::after {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-footer__links a:last-child::after {
  content: none;
}
.p-footer__links a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-footer__links a {
    font-size: 1.3rem;
  }
}
.p-footer__copyright {
  color: white;
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .p-footer__copyright {
    font-size: 1rem;
  }
}

.p-page {
  position: relative;
}

.p-page-header {
  text-align: center;
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(221, 240, 249, 0.98) 40%,
    rgba(221, 240, 249, 0.98) 100%
  );
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-page-header {
    height: 200px;
  }
}
.p-page-header__title {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4583333333em;
  position: relative;
  text-align: left;
  margin: 0;
  color: #3964a2;
}
@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__content {
  position: relative;
  line-height: 2em;
  padding-bottom: 50px;
}
.p-page__content section {
  position: relative;
  padding-top: 1px;
  padding-bottom: 75px;
}
.p-page__content section p {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-page__content {
    padding-bottom: 50px;
  }
}

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

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

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

.u-en {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  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-blue {
  background: url(../img/bg-blue.jpg) 0 0 repeat;
  background-size: 100px 100px;
}

.u-bg-skyblue {
  background: url(../img/bg-skyblue.jpg) 0 0 repeat;
  background-size: 300px 300px;
}

.u-bg-yellow {
  background: url(../img/bg-yellow.jpg) 0 0 repeat;
  background-size: 300px 300px;
}

.u-bg-pink {
  background: url(../img/bg-pink.jpg) 0 0 repeat;
  background-size: 350px 70px;
}

.u-bg-lightpink {
  background: url(../img/bg-light-pink.jpg) 0 0 repeat;
  background-size: 100px 100px;
}

.u-bg-brown {
  background: url(../img/bg-brown.jpg) 0 0 repeat;
  background-size: 100px 100px;
}
