@charset "utf-8";
/* CSS Document */
/* Reset
------------------------------------------------------------*/
html,
body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
small,
form,
fieldset,
p,
blockquote,
th,
td,
header,
footer,
nav,
aside,
article,
section,
caption,
summary,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}
ul,
ol {
  list-style-type: none;
}
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
figure {
  margin: 0;
}
img,
fieldset {
  border: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* style
------------------------------------------------------------*/
html {
  overflow-y: scroll;
  height: 100%;
  line-height: 1.6;
}
body {
  width: 100%;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  color: #33312d;
}
.wrapper {
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pcshow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .spshow {
    display: none;
  }
}
.inline {
  display: inline-block;
}
.image__round {
  border-radius: 6px;
}
.image__round__right {
  border-radius: 0 6px 6px 0;
}
.image__round__rightbottom {
  border-radius: 0 0 6px 0;
}
@media screen and (max-width: 767px) {
  .image__round__right,
  .image__round__rightbottom {
    border-radius: 0;
  }
}
/* animation
------------------------------------------------------------*/
body {
  display: none;
}
.scroll__up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll__up.scroll__up__second {
  transition: 2s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
.scroll__up.scroll__up__third {
  transition: 2.5s ease-in-out;
  transform: translateY(10px);
  opacity: 0;
}
.scroll__up.on {
  transform: translateY(0);
  opacity: 1;
}
.fade__in__late {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade__in {
  animation: fadeInBg 2s ease 0s 1 normal;
  -webkit-animation: fadeInBg 2s ease 0s 1 normal;
}
@keyframes fadeInBg {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* header
------------------------------------------------------------*/
.mainvisual {
  position: relative;
}
.mainvisual__image {
  max-width: 100%;
  height: auto;
}
.site__headline--wrap {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: calc(1220 / 1440 * 100vw);
  color: #ffffff;
  background: rgba(66, 121, 173, 0.8);
  padding: 2rem;
}
.site__headline {
  font-size: calc(48 / 1440 * 100vw);
  display: flex;
  overflow: hidden;
}
.site__headline .site__headline__text {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.site__headline.-visible .site__headline__text {
  transform: translate(0, 0);
}
.site__headline .site__headline__text:nth-child(2) {
  transition-delay: 0.03s;
}
.site__headline .site__headline__text:nth-child(3) {
  transition-delay: 0.06s;
}
.site__headline .site__headline__text:nth-child(4) {
  transition-delay: 0.09s;
}
.site__headline .site__headline__text:nth-child(5) {
  transition-delay: 0.12s;
}
.site__headline .site__headline__text:nth-child(6) {
  transition-delay: 0.15s;
}
.site__headline .site__headline__text:nth-child(7) {
  transition-delay: 0.18s;
}
.site__headline .site__headline__text:nth-child(8) {
  transition-delay: 0.21s;
}
.site__headline .site__headline__text:nth-child(9) {
  transition-delay: 0.24s;
}
.site__headline .site__headline__text:nth-child(10) {
  transition-delay: 0.27s;
}
.site__headline .site__headline__text:nth-child(11) {
  transition-delay: 0.3s;
}
.site__headline .site__headline__text:nth-child(12) {
  transition-delay: 0.35s;
}
.site__headline .site__headline__text:nth-child(13) {
  transition-delay: 0.38s;
}
.site__headline .site__headline__text:nth-child(14) {
  transition-delay: 0.41s;
}
.site__headline .site__headline__text:nth-child(15) {
  transition-delay: 0.44s;
}
.site__headline .site__headline__text:nth-child(16) {
  transition-delay: 0.47s;
}
.site__headline .site__headline__text:nth-child(17) {
  transition-delay: 0.5s;
}
.site__headline .site__headline__text:nth-child(18) {
  transition-delay: 0.53s;
}
.site__headline__sub {
  font-size: calc(24 / 1440 * 100vw);
}
.header {
  background-color: rgba(255, 255, 255, 0.6);
  color: #33312d;
  width: 100%;
  min-height: 58px;
  position: relative;
  top: 100%;
  left: 0;
  margin-top: -58px;
  z-index: 10;
}
.header.fixed {
  position: fixed;
  top: -100%;
  margin-top: 0;
  animation: slideDown 1s forwards ease-out;
}
@keyframes slideDown {
  100% {
    top: 0;
  }
}
.header--inner {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.1rem 2rem 0 1rem;
}
.headerlogo {
  width: calc(300 / 1440 * 100vw);
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .header.fixed {
    animation: none;
  }
  .mainvisual,
  .site__headline--wrap {
    position: static;
    width: 100%;
  }
  .site__headline--wrap {
    padding: calc(20 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
  .site__headline {
    font-size: calc(27 / 375 * 100vw);
  }
  .site__headline.pcshow {
    display: none;
  }
  .site__headline__sub {
    font-size: calc(18 / 375 * 100vw);
  }
  .header {
    position: relative;
    top: 0;
  }
  .header--inner {
    padding: 0.5rem 1rem;
  }
  .headerlogo {
    width: 240px;
    padding-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .site__headline.spshow {
    display: none;
  }
}
.check {
  display: none;
}
.header__menu--group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__menu--group {
    flex-direction: column;
    margin-right: 0;
    margin-left: auto;
  }
}
.header__menu__list {
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1279px) {
  .header__menu__list {
    font-size: calc(14 / 960 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .header__menu__list {
    font-size: 1rem;
  }
  .header__menu--group .spshow {
    margin-top: 1rem;
  }
  .header__menu--group .button__link {
    max-width: 318px;
    width: calc(280 / 370 * 100vw);
  }
}
.header__menu__list:nth-last-of-type(2) {
  margin-right: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .header__menu__list:nth-last-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__link {
    position: relative;
    transition: 0.3s;
  }
  .header__menu__link::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #4279ad;
    bottom: 6px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .header__menu__link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .header__menu__link:hover::after {
    transform: scale(1, 1);
  }
  .header__menu__list:last-of-type .header__menu__link {
    color: #4279ad;
    font-weight: 700;
    background: #fff;
    padding: 0.6rem 1.5rem 0.6rem;
    border: 1px solid #4279ad;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
  }
  .header__menu__list:last-of-type .header__menu__link::after {
    display: none;
  }
  .header__menu__list:last-of-type .header__menu__link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #4279ad;
    border: 1px solid #fff;
    border-radius: 6px;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s;
  }
  .header__menu__list:last-of-type .header__menu__link:hover {
    color: #fff;
  }
  .header__menu__list:last-of-type .header__menu__link:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
.header__menu__link {
  color: #33312d;
  display: block;
  padding: 1rem calc(16 / 1440 * 100vw);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .header__menu__child__list:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header__menubutton {
    position: fixed;
    top: 1.25rem;
    right: 0.8rem;
    display: block;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    z-index: 100;
  }
  .header::after {
    content: "";
    display: block;
    top: 0px;
    right: 0px;
  }
  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2rem;
    height: 2px;
    background-color: #005197;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .bar.middle {
    top: 0.625rem;
    opacity: 1;
  }
  .bar.bottom {
    top: 1.25rem;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .check:checked ~ .header__menu--wrap {
    display: block;
  }
  .check:checked ~ .contents {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    animation-duration: 1s;
  }
  .check:checked ~ .header__menubutton .top {
    width: 2.2rem;
    transform-origin: 0rem 0.5rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #4279ad;
  }
  .check:checked ~ .header__menubutton .middle {
    opacity: 0;
  }
  .check:checked ~ .header__menubutton .bottom {
    width: 2.2rem;
    transform-origin: 0.6rem 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #4279ad;
  }
}
@media screen and (max-width: 767px) {
  .header__menu--wrap {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    margin-top: 0;
    padding-top: 3.5rem;
    animation-duration: 0.5s;
    animation-name: righttoleft;
    z-index: 50;
  }
  .header__menu__list {
    position: relative;
    width: 100%;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 0;
  }
  .header__menu__list::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #33312d;
    border-left: 2px solid #33312d;
    transform: rotate(135deg);
    position: absolute;
    right: 1.5rem;
    top: 0;
    margin-top: 2rem;
  }
  .header__menu__link {
    display: block;
    color: #33312d;
    font-size: 1.125rem;
    padding: 1.125rem 2rem;
  }
  .header__menu__list:not(:last-of-type) .header__menu__link:hover {
    border-bottom: none;
  }
  .header__menu--group .button__link {
    padding: 0.75rem 0;
  }
  .header__menu__logo {
    text-align: center;
    margin-top: 4rem;
  }
  .header__menu__logo__img {
    width: 120px;
  }
}
@keyframes righttoleft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*style
------------------------------------------------------------*/
/*h2*/
.contents__headline {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.contents__headline__eng {
  display: block;
  color: #4279ad;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
/*h3*/
.contents__title {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1em;
}
.contents--inner {
  margin: 0 auto;
}
.flex--container {
  display: flex;
}
.flex--container__between {
  justify-content: space-between;
}
.flex--container__row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .contents__headline {
    font-size: 2rem;
  }
  .contents__title {
    font-size: 1.25rem;
  }
  .flex--container {
    flex-direction: column;
  }
}
/*main
------------------------------------------------------------*/
.main {
  padding: 132px 0 0;
}
@media (max-width: 767px) {
  .main {
    padding: 20px 0 40px;
  }
}
/*feature__menu
------------------------------------------------------------*/
.feature__menu {
  padding: 0 0 110px;
}
.feature__menu .contents--inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
}
.feature__menu__link {
  width: 33.3%;
  color: #33312d;
}
.feature__menu--box {
  text-align: center;
}
.feature__menu__link + .feature__menu__link {
  border-left: 1px solid #4279ad;
}
.feature__menu__number {
  font-weight: 500;
}
.feature__menu__circle {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #4279ad;
  border-radius: 50%;
  line-height: 2.8rem;
  margin: 0 auto;
}
.feature__menu__title {
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (max-width: 1199px) {
  .feature__menu .contents--inner {
    padding: 0 calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .feature__menu {
    padding: 0 0 5rem;
  }
  .feature__menu__link {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .feature__menu--box {
    display: flex;
    align-items: flex-end;
    padding: 2rem 0;
  }
  .feature__menu__link + .feature__menu__link {
    border-left: none;
    border-top: 1px solid #4279ad;
  }
  .feature__menu__number {
    font-weight: 500;
  }
  .feature__menu__circle {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .feature__menu__title {
    text-align: left;
    font-weight: 400;
    font-size: 1.125rem;
    margin: 0 0 0 1em;
  }
}
/*gift
------------------------------------------------------------*/
.gift {
  background: #fafaf8;
}
.gift__image {
  width: calc(800 / 1440 * 100vw);
  height: auto;
  background: url("../images/gift.webp");
  background-size: cover;
  background-position: center top;
}
.gift__text--wrap {
  width: calc(640 / 1440 * 100vw);
  margin: 0 auto 0 calc(80 / 1440 * 100vw);
  padding: 2rem 5rem 3rem 0;
}
.gift__headline {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.75rem;
}
.gift__headline__eng {
  font-size: 1.125em;
}
.gift__block {
  display: block;
}
.gift__orange {
  color: #f99602;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2em;
}
.gift__strong {
  font-size: 1.25em;
}
.gift__text {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
.gift__title {
  font-size: 0.85rem;
}
.gift__note__list {
  font-size: 0.85rem;
  text-indent: -1em;
  line-height: 1.3;
  margin-left: 1em;
  margin-bottom: 0.25em;
}
.gift__note__list::before {
  content: "■";
}
.gift .button__text {
  margin: 2.625rem auto 0;
}
@media (max-width: 1199px) {
  .gift__text--wrap {
    padding-right: calc(80 / 1440 * 100vw);
  }
  .gift__headline {
    font-size: calc(32 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .gift__image {
    width: 100%;
    height: calc(242 / 375 * 100vw);
  }
  .gift__text--wrap {
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem calc(80 / 1440 * 100vw);
  }
  .gift__headline {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .gift__text {
    font-size: 1rem;
    line-height: 2;
  }
  .gift__strong {
    display: inline-block;
  }
}
/* concept
------------------------------------------------------------*/
#concept {
  margin-top: 5rem;
  position: relative;
}
#concept .contents--inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(51, 49, 45, 0.6);
  color: #ffffff;
  padding: 1.5rem 5rem;
}
.concept__headline--wrap {
  width: 580px;
}
#concept .contents__headline {
  text-align: left;
}
#concept .contents__headline__eng {
  color: #ffffff;
}
.concept__title {
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 5rem;
}
.concept__text--wrap {
  width: 480px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.5;
}
.concept__text {
  text-align: justify;
}
@media (max-width: 1199px) {
  #concept .contents--inner {
    padding: 1.5rem calc(80 / 1440 * 100vw);
  }
  .concept__headline--wrap {
    width: calc(680 / 1440 * 100vw);
  }
  .concept__title {
    font-size: calc(36 / 1440 * 100vw);
    margin-top: calc(80 / 1440 * 100vw);
  }
  .concept__text--wrap {
    line-height: 2;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #concept .contents--inner {
    padding: 1.5rem calc(80 / 1440 * 100vw);
  }
  .concept__headline--wrap {
    width: 100%;
  }
  .concept__title {
    font-size: 2.25rem;
    margin-top: 2.5rem;
  }
  .concept__text--wrap {
    width: 100%;
    margin-top: 0.5em;
  }
}
@media (max-width: 479px) {
  .concept__title {
    font-size: calc(36 / 370 * 100vw);
    line-height: 1.4;
    margin-top: calc(40 / 370 * 100vw);
  }
  .concept__text--wrap {
    line-height: 1.8;
  }
}
/*cta
------------------------------------------------------------*/
.cta {
  padding: 0 5rem;
}
.cta--inner {
  max-width: 1280px;
  background: #f5f8fc;
  border-radius: 6px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.cta__text {
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}
.cta__button--group {
  max-width: 896px;
  margin: 2rem auto 0;
}
.button__text {
  display: block;
  width: 432px;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  background: #4279ad;
  border-radius: 6px;
}
.button__icon {
  margin-right: 0.875rem;
  vertical-align: top;
  margin-top: 0.35em;
}
.button__link {
  display: block;
  width: 432px;
  color: #ffffff;
  padding: 1.25rem 0;
  transition: 0.5s;
}
.button__link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .cta {
    padding: 0 calc(80 / 1440 * 100vw);
  }
  .cta__button--group {
    max-width: calc(896 / 1200 * 100vw);
  }
  .button__text,
  .button__link {
    width: calc(432 / 1200 * 100vw);
  }
}
@media (max-width: 991px) {
  .cta--inner {
    padding: calc(64 / 1080 * 100vw) calc(32 / 1080 * 100vw);
  }
  .button__text {
    font-size: calc(24 / 1080 * 100vw);
  }
  .button__icon {
    width: calc(30 / 1080 * 100vw);
  }
}
@media (max-width: 767px) {
  .cta {
    background: #f5f8fc;
    padding: 0;
  }
  .cta--inner {
    padding: 2.5rem calc(80 / 1440 * 100vw);
  }
  .cta__text {
    text-align: left;
  }
  .cta__button--group {
    max-width: 100%;
  }
  .button__text {
    font-size: 1.125rem;
    margin: 0 auto;
  }
  .button__text:not(:first-of-type) {
    margin-top: 1.125rem;
  }
  .button__icon {
    width: 24px;
    height: auto;
    margin-top: 0.3em;
  }
  .button__text,
  .button__link {
    max-width: 318px;
    width: calc(318 / 370 * 100vw);
  }
}
/*feature
------------------------------------------------------------*/
#feature {
  padding: 148px 0;
}
.feature--box {
  max-width: 1200px;
  align-items: center;
  margin: 2rem auto;
  padding: 0 5rem;
}
.feature__text--box {
  width: 48%;
  max-width: 480px;
}
.feature__title {
  color: #4279ad;
  font-weight: 700;
}
.feature__text {
  text-align: justify;
}
.feature__number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3em;
  margin-left: 0.2em;
}
.feature__headline {
  font-size: 2.25rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.feature__image--box {
  width: 48%;
  max-width: 480px;
}
@media (max-width: 1199px) {
  .feature--box {
    padding: 0 calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  #feature {
    padding: 2.5em 0;
  }
  .feature--box {
    margin: 2.5rem auto;
  }
  .feature__text--box {
    width: 100%;
  }
  .feature__headline {
    line-height: 1.4;
  }
  .feature__title {
    font-size: 1.25rem;
  }
  .feature__number {
    font-size: 2em;
  }
  .feature__image--box {
    width: 100%;
  }
}
/* location
------------------------------------------------------------*/
#location {
  background: #f5f8fc;
  padding: 180px 0;
}
#location .contents--inner {
  padding: 0 5rem;
}
.location__intro {
  max-width: 896px;
  letter-spacing: 0.08em;
  margin: 3rem auto;
}
.location--wrap + .location--wrap {
  margin-top: 3rem;
}
.location--box {
  position: relative;
}
.location--wrap:first-of-type .location--box {
  width: 48%;
}
.location--wrap:last-of-type .location--box {
  width: 30.8%;
}
.location__title {
  position: absolute;
  text-align: right;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.location__text {
  position: absolute;
  text-align: right;
  bottom: 0.75rem;
  right: 0;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.25rem 1rem 0;
}
.location__distance {
  font-size: 0.8em;
  margin-right: 1rem;
}
.location__number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1;
}
@media (max-width: 1199px) {
  .location__title {
    font-size: 1rem;
  }
  #location .contents--inner {
    padding: 0 calc(80 / 1440 * 100vw);
  }
  .location__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  #location {
    padding: 2.5rem 0;
  }
  .location__intro {
    margin: 2rem auto;
  }
  .location--wrap + .location--wrap {
    margin-top: 0;
  }
  .location--wrap:first-of-type .location--box,
  .location--wrap:last-of-type .location--box {
    width: 100%;
    max-width: 480px;
    margin: 1.5rem auto 0;
  }
}
/*access
------------------------------------------------------------*/
#access {
  padding: 180px 0;
}
#access .contents__headline {
  text-align: left;
  margin-bottom: 1.25rem;
}
.access__note {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.access__text--warp {
  width: 50%;
  margin: 0 calc(48 / 1440 * 100vw) 0 auto;
  padding-left: 5rem;
}
.access__text {
  margin-bottom: 0.5em;
}
.access__map--wrap {
  width: calc(720 / 1440 * 100vw);
  height: calc(720 / 1440 * 100vw);
}
.access__map {
  width: 100%;
  height: calc(720 / 1440 * 100vw);
}
@media (max-width: 1199px) {
  .access__text--wrap {
    padding-left: calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  #access {
    padding: 2.5rem 0;
  }
  #access .contents--inner {
    padding: calc(80 / 1440 * 100vw);
  }
  #access .contents__headline {
    text-align: left;
    margin-bottom: 1.25rem;
  }
  .access__text--warp {
    width: 100%;
    margin: 0 auto 2rem;
    padding-left: 0;
  }
  .access__text {
    margin-bottom: 0.5em;
  }
  .access__map--wrap {
    width: 100%;
    height: calc(327 / 370 * 100vw);
  }
  .access__map {
    width: 100%;
    height: calc(327 / 370 * 100vw);
  }
}
/*plan
------------------------------------------------------------*/
#plan {
  padding: 180px 0;
}
#plan .contents--inner {
  max-width: 960px;
  margin: 2rem auto 0;
  padding: 0 2rem;
}
.plan__note {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.5rem;
}
.plan__image--box {
  width: 48%;
}
.plan__list--group {
  font-weight: 700;
  margin-top: 2.5rem;
}
.plan__text {
  max-width: 700px;
  margin: 2rem auto 0;
}
@media (max-width: 1199px) {
  #plan .contents--inner {
    padding: 0 calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  #plan {
    padding: 2.5rem 0;
  }
  .plan__note {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  .plan__image--box {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .plan__image--box + .plan__image--box {
    margin-top: 1.5rem;
  }
  .plan__list--group {
    max-width: 480px;
    margin: 1.5rem auto 0;
  }
}
/*explanation
------------------------------------------------------------*/
.explanation {
  background: #f5f8fc;
  padding: 180px 0;
}
.explanation .contents--inner {
  padding: 0 5rem;
}
.explanation--box {
  width: 29.1%;
}
.explanation--box:nth-of-type(2n) {
  margin-top: 5rem;
}
.explanation__text {
  font-size: 1.125rem;
  text-align: justify;
  margin-top: 0.5em;
}
@media (max-width: 1199px) {
  .explanation .contents--inner {
    padding: 0 calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .explanation {
    padding: 2.5rem 0;
  }
  .explanation--box {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .explanation--box + .explanation--box {
    margin-top: 2rem;
  }
  .explanation__text {
    font-size: 1rem;
  }
}
/*facility
------------------------------------------------------------*/
#facility {
  padding: 180px 0;
}
#facility .contents--inner {
  max-width: calc(1240 / 1440 * 100vw);
  margin-right: 0;
  padding: 4rem 0 0 2rem;
}
.slider--wrap {
  margin-top: 1.5rem;
}
.facility__text {
  text-align: justify;
}
.facility--box {
  width: calc(360 / 1440 * 100vw);
  margin-right: 2rem;
}
.slider__menu--wrap {
  text-align: center;
  padding-right: 1rem;
}
.slider__menu--wrap .slick-track {
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
}
.slider__menu--wrap .slick-track .slider__menu {
  min-width: 8em;
  color: #4279ad;
  border: 1px solid #4279ad;
  border-radius: 100vh;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.slider__menu--wrap .slick-track .slider__menu.slick-current {
  color: #ffffff;
  background: #4279ad;
}
#facility .contents__title {
  margin: 1.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  #facility {
    padding: 2.5rem 0;
  }
  #facility .contents--inner {
    max-width: 100%;
    margin: 2rem auto 0;
    padding: 0 calc(80 / 1440 * 100vw);
  }
  .slider__menu--wrap {
    padding-right: 0;
  }
  .slider__menu--wrap .slick-track .slider__menu {
    font-size: 0.85rem;
  }
}
/*flow
------------------------------------------------------------*/
#flow {
  padding: 180px 0;
}
#flow .contents--inner {
  max-width: 1440px;
  margin: 5rem auto 0;
  padding: 0 5rem;
}
.flow--box {
  position: relative;
  width: 29.1%;
  text-align: center;
}
.flow__image {
  width: 100%;
  height: auto;
}
.flow--box + .flow--box::before {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: calc(tan(60deg) * 48px / 2);
  top: 140px;
  left: -3rem;
  background-color: #4279ad;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-top: -1rem;
}
.flow__step__number {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  font-weight: 500;
  margin-left: -1.4rem;
  z-index: 1;
}
.flow__step__circle {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #4279ad;
  border-radius: 50%;
  line-height: 2.8rem;
  margin: 0 auto;
}
#flow .contents__title {
  text-align: left;
  margin-top: 1.25rem;
}
.flow__text {
  text-align: justify;
  margin-top: 0.25rem;
}
@media (max-width: 1399px) {
  .flow--box + .flow--box::before {
    top: calc(150 / 1440 * 100vw);
    left: calc(-70 / 1440 * 100vw);
  }
}
@media (max-width: 1199px) {
  #flow .contents--inner {
    padding: 0 calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  #flow {
    padding: 2.5rem 0;
  }
  #flow .contents--inner {
    margin-top: 5rem;
  }
  .flow--box {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .flow--box + .flow--box {
    margin-top: 8rem;
  }
  .flow--box + .flow--box::before {
    height: calc(tan(60deg) * 36px / 2);
    top: -6rem;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin-top: 0;
    margin-left: -1.125rem;
  }
  .flow__text {
    font-size: 1rem;
  }
}
/* price
------------------------------------------------------------*/
#price {
  margin-top: 5rem;
  position: relative;
}
#price .contents--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(1200 / 1440 * 100vw);
}
.price--wrap {
  width: 50%;
}
.price--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  width: calc(480 / 1440 * 100vw);
  height: calc(480 / 1440 * 100vw);
  margin: 0 auto;
}
.price__headline {
  font-size: 3.125rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-weight: 700;
}
.price__headline__kana {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.price__note {
  color: #ff0000;
  font-size: 2.625rem;
  font-weight: 700;
}
.price__text {
  display: flex;
  align-items: center;
}
.price__text__number {
  color: #ff0000;
  font-family: "Roboto", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
}
.price__text__units {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.2;
}
.price__text__unit {
  font-size: 2rem;
}
.price__text__tax {
  font-size: 1.5rem;
}
.price__button--wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.price__button--group {
  margin: 0 auto;
}
#price .button__text + .button__text {
  margin-top: 2.5rem;
}
@media (max-width: 1199px) {
  .price__headline {
    font-size: calc(50 / 1200 * 100vw);
  }
  .price__note {
    font-size: calc(42 / 1200 * 100vw);
  }
  .price__text__number {
    font-size: calc(100 / 1200 * 100vw);
  }
  .price__text__unit {
    font-size: calc(32 / 1200 * 100vw);
  }
  .price__text__tax {
    font-size: calc(24 / 1200 * 100vw);
  }
  .price__button--wrap {
    width: 100%;
  }
  #price .button__text + .button__text {
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media (max-width: 767px) {
  #price {
    position: static;
  }
  #price .contents--inner {
    position: static;
    transform: none;
    width: 100%;
    padding: 1.5rem calc(80 / 1440 * 100vw);
  }
  .price--wrap {
    width: 100%;
  }
  .price__text--wrap {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .price--inner {
    width: auto;
    height: auto;
    background-color: none;
  }
  .price__headline {
    font-size: 2.5rem;
  }
  .price__note {
    font-size: 2.25rem;
  }
  .price__text__number {
    font-size: 5rem;
  }
  .price__text__unit {
    font-size: 1.5rem;
  }
  .price__text__tax {
    font-size: 1.25rem;
  }
  .price__button--wrap {
    width: 100%;
  }
  .button__text + .button__text {
    margin-top: 1.5rem;
  }
}
/*outline
------------------------------------------------------------*/
#outline {
  padding: 180px 0;
}
#outline .contents--inner {
  max-width: 1440px;
  padding: 0 5rem;
}
#outline .table {
  width: 50%;
  table-layout: fixed;
  max-width: 624px;
  background: #f5f8fc;
  margin: 3rem auto 0;
}
#outline .table + .table {
  margin-left: 32px;
}
#outline .table__title {
  width: 193px;
  height: 4.75rem;
  text-align: left;
  border-bottom: 1px solid #4279ad;
  padding: 0 2rem;
}
#outline .table__text {
  width: calc(50% - 193px);
  height: 4.75rem;
  border-bottom: 1px solid #4279ad;
  overflow-wrap: break-word;
  padding: 0 1rem;
}
@media (max-width: 1199px) {
  #outline .contents--inner {
    padding: 0 calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  #outline {
    padding: 2.5rem 0;
  }
  #outline .table {
    width: 100%;
    background: #ffffff;
    margin: 2rem auto 0;
  }
  #outline .table + .table {
    margin-left: auto;
  }
  #outline .table__title,
  #outline .table__text {
    display: block;
    width: 100%;
  }
  #outline .table__title {
    height: auto;
    background: #f5f8fc;
    border-bottom: none;
    padding: 1rem 0.75rem;
  }
  #outline .table__text {
    height: auto;
    border-bottom: none;
    padding: 1.5rem 0.75rem;
  }
}
/*plan
------------------------------------------------------------*/
#contact {
  padding: 90px 0 120px;
}
.contact__phone__title {
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
.contact__phone {
  text-align: center;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #4279ad;
}
.phone__text__link {
  color: #4279ad;
}
.form {
  max-width: 728px;
  margin: 4rem auto 0;
}
.contact__item {
  align-items: center;
  margin-bottom: 2rem;
}
.contact__title {
  width: 250px;
  display: flex;
  justify-content: space-between;
}
.contact__input {
  margin-left: 1.5rem;
}
.contact__input__area {
  border: 1px solid #4279ad;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.5rem;
}
.contact__select__area {
  border: 1px solid #4279ad;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
  padding: 0.5rem;
}
.contact__input__name + .contact__input__name {
  margin-left: 0.5rem;
}
.contact__input__area + .contact__select__area {
  margin-left: 0.5rem;
}
option {
  font-family: "Noto Sans JP", sans-serif;
}
.required {
  background: #4279ad;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  border-radius: 6px;
  padding: 0.05em 0.2em 0.1em 0.65em;
}
.contact__note {
  text-align: center;
  margin-top: 4rem;
}
.submit {
  text-align: center;
  font-weight: bold;
  margin-top: 2.5rem;
}
.submit__text {
  position: relative;
  display: block;
  width: 527px;
  overflow: hidden;
  text-align: center;
  background: #4279ad;
  border-radius: 6px;
  margin: 0 auto;
  transition: 0.5s;
}
.submit__text::after {
  position: absolute;
  content: none;
  width: 30px;
  height: 30px;
  top: 24px;
  right: 16px;
  background-image: url("../images/arrow.svg");
  background-size: cover;
  transition: 0.3s;
}
.submit__link {
  display: block;
  width: 527px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background: #4279ad;
  border-radius: 6px;
  padding: 1.25rem 0;
  transition: 0.3s;
}
.submit__text:hover .submit__link {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.submit__text:hover::after {
  right: 12px;
}
.submit-message {
  color: green;
  font-size: 16px;
  margin-top: 10px;
}
.error-message {
  color: red;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #contact {
    padding: 2.5rem 0;
  }
  .contact__phone__title {
    margin-top: 2rem;
  }
  .contact__phone {
    font-size: 2.5rem;
  }
  .form {
    max-width: 480px;
    margin: 2rem auto 0;
    padding: 0 calc(80 / 1440 * 100vw);
  }
  .contact__item {
    align-items: flex-start;
    margin-bottom: 1.25rem;
  }
  .contact__title {
    width: auto;
    margin-bottom: 0.5rem;
  }
  .contact__input {
    margin-left: 0;
  }
  .required {
    margin-left: 1rem;
  }
  .contact__note {
    text-align: left;
    margin-top: 1.5rem;
  }
  .submit__text::after {
    display: none;
  }
  .submit__link {
    font-size: 1.25rem;
  }
  .submit__text,
  .submit__link {
    width: 395px;
  }
}
@media (max-width: 479px) {
  .contact__input__name + .contact__input__name {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .contact__input__area + .contact__select__area {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .contact__input__name {
    width: 80%;
  }
  .contact__input__mail {
    width: 90%;
  }
  .submit__text,
  .submit__link {
    font-size: 1rem;
    width: calc(327 / 370 * 100vw);
  }
  .submit__text:hover .submit__link {
    transform: none;
  }
}
/*privacy
------------------------------------------------------------*/
#privacy {
  background: #f5f8fc;
  padding: 5rem 0;
}
#privacy .contents--inner {
  max-width: 960px;
  margin: 3rem auto 0;
  padding: 0 2rem;
}
.privacy__text {
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.privacy__list--group {
  margin-bottom: 0.5rem;
}
.privacy__list {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.privacy__list::before {
  content: "・";
  margin: 0 0.5rem;
}
@media (max-width: 1439px) {
  #privacy {
    padding: 2.5rem 0;
  }
  #privacy .contents--inner {
    margin: 2rem auto 0;
    padding: 0 calc(80 / 1440 * 100vw);
  }
}
/*company
------------------------------------------------------------*/
.office__image {
  width: calc(720 / 1440 * 100vw);
}
#company {
  padding-top: 180px;
}
#company .contents__headline {
  margin-bottom: 3rem;
}
.company__detail--wrap {
  width: 50%;
  margin: 0 auto 0 calc(48 / 1440 * 100vw);
  padding-right: 5rem;
}
#company .table {
  table-layout: fixed;
}
#company .table__title {
  width: 160px;
  letter-spacing: 0.08em;
  text-align: left;
  vertical-align: top;
  padding: 0 2rem 1rem 0;
}
#company .table__text {
  width: calc(100% - 160px);
  vertical-align: top;
  overflow-wrap: break-word;
  padding-bottom: 1rem;
}
@media (max-width: 1199px) {
  .company__detail--wrap {
    padding-right: calc(80 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  #company {
    padding-top: 0;
  }
  #company .contents__headline {
    margin-bottom: 0;
  }
  .office__image {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .company__detail--wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(80 / 1440 * 100vw);
  }
  #company .table {
    width: 100%;
    margin: 2rem auto 0;
  }
  #company .table__title,
  #company .table__text {
    display: block;
    width: 100%;
  }
  #company .table__title {
    height: auto;
    background: #f5f8fc;
    border-bottom: none;
    padding: 1rem 0.75rem;
  }
  #company .table__text {
    height: auto;
    border-bottom: none;
    padding: 1.5rem 0.75rem;
  }
}
/* footer
------------------------------------------------------------*/
.footer {
  width: 100%;
  background: #437fb7;
  text-align: center;
  padding: 2rem 0;
}
.footer__menu--group {
  color: #ffffff;
  max-width: 490px;
  margin: 20px auto 0;
}
.footer__link {
  transition: 0.3s;
}
.footer__link:hover {
  opacity: 0.6;
}
.footer__adrress {
  margin-left: 0.5rem;
}
.footer__menu__freedial__img {
  margin: 0 0.25rem 0.2rem 0;
}
.copy {
  text-align: center;
  font-size: 0.875rem;
  color: #ffffff;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer--inner {
    padding: 0 1rem;
  }
  .footer__logo__img {
    width: calc(320 / 375 * 100vw);
  }
  .footer__adrress {
    display: inline-block;
    margin-left: 0;
  }
  .copy {
    margin-top: 2rem;
  }
}
