@charset "UTF-8";

/*---------------
#a28b5f サブ見出し系
------------------*/

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  color: #3b5260;
  font-weight: 400;
  background: #fff;
  letter-spacing: 0.025em;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.font--en {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font--grn {
  color: #40b374;
}

.font--pink {
  color: #ba9096;
}

.font--red {
  color: #992828;
}

.underline-gray {
  border-bottom: 6px solid #E9EEF2;
}

.spacer--btm30 {
  margin-bottom: 30px;
}

/*----------------------------------------------------
  共通設定
----------------------------------------------------*/

img,
picture {
  display: block;
  width: 100%;
}

.l-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #3b5260;
}

@media (hover: hover) and (pointer: fine) {
  a {
    transition: .5s linear;
  }

  a:hover {
    opacity: 0.5;
  }
}

.font--red {
  color: #992828;
}

.underline--p {
  background: linear-gradient(to bottom, transparent 50%, #FDC4E2 50%, #FDC4E2 80%, transparent 80%);
  padding: 0 10px;
}

main {
  overflow: hidden;
}

section {
  position: relative;
}

section:not(.fv) {
  padding: 100px 0;
}

p:not(:last-of-type) {
  margin-bottom: 20px;
}

/*--- linkボタン---*/

.link-btn {
  width: 100%;
  max-width: 460px;
  height: 90px;
  margin: 60px auto 0 auto;
}

.link-btn>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #1a73a7;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  border-radius: 6px;
}

.link-btn__icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50vh;
  margin-right: 8px;
}

.link-btn__icon>img {
  width: 50%;
}

/*----------------------------------------------------
  heading
----------------------------------------------------*/
h1 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: right;
  font-size: 1rem;
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  transform: translate(-50%, 0);
  z-index: 1;
}

#heading>h1 br {
  display: none;
}

.scroll h1 {
  color: #3b5260;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  letter-spacing: .05em;
  box-sizing: border-box;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}

.srcoll header {
  background: #fff;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}

.head-animation {
  transform: translateY(-100%);
}

.global-navWrap {
  width: 100%;
  height: 100px;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.global-nav {
  width: 90%;
  height: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scroll .global-navWrap {
  background: rgba(255, 255, 255, .95);
}

.global-nav__logo {
  width: auto;
  height: 48px;
}

.global-nav__logo>a {
  display: block;
  width: auto;
  height: 100%;
}

.global-nav__logo>a>img {
  display: block;
  width: auto;
  height: 100%;
}

#navigation {
  display: flex;
}

.navigation-inner {
  display: flex;
  margin-left: auto;
}

nav {
  width: max-content;
  height: auto;
}

nav>ul {
  display: flex;
  align-items: center;
  list-style: none;
}

nav>ul>li {
  height: 80px;
  letter-spacing: 0;
}

nav>ul>li>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 14px;
  letter-spacing: 0;
  box-sizing: border-box;
  height: 80px;
}

.scroll nav>ul>li>a {
  color: #3b5260;
}

.header-cta {
  width: auto;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.header-cta>a {
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.header-cta>a:not(:last-of-type) {
  margin-right: 4px;
}

.header-cta>a>img {
  width: 85%;
  height: auto;
}

.header-cta--tel {
  background: #6CA99A;
}

.header-cta--mail {
  background: #1a73a7;
}

/*--- スマホ toggle overlay追加 ---*/
.nav-info--sp {
  display: none;
  width: auto;
  padding: 30px 50px;
  margin-bottom: 80px;
  box-sizing: border-box;
  background: #fff;
  color: #3B3633;
  font-size: 1.5rem;
}

.nav-info__logo {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.nav-info__box>ul {
  list-style: none;
}

.nav-info__box>ul>li {
  display: flex;
  align-items: flex-start;
}

.nav-info__box>ul>li:not(:last-of-type) {
  margin-bottom: 8px;
}

.nav-info__box>ul>li>span {
  display: inline-block;
  width: 80px;
  text-align: center;
  background: rgba(0, 0, 0, .1);
  margin-right: 8px;
}

/*----------------------------------------------------
  #nav-toggle
----------------------------------------------------*/
#nav-toggle {
  display: none;
  position: fixed;
  top: 5px;
  right: 5%;
  width: 70px;
  height: 70px;
  z-index: 1003;
  cursor: pointer;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.menu-trigger span {
  position: absolute;
  left: 50%;
  width: 32px;
  height: 3px;
  transform: translate(-50%, 0);
  background: #999391;
  border-radius: 2px;
}

.scroll .menu-trigger span {
  background: #999391;
}

.menu-trigger span:nth-of-type(1) {
  top: 22px;
}

.menu-trigger span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 32px;
}

.menu-trigger span:nth-of-type(3) {
  top: 42px;
}

.menu-trigger.active span {
  position: absolute;
  left: 50%;
  background: #999391;
}

.menu-trigger.active span:nth-of-type(1) {
  top: 8px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translate(-50%, 20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  top: 48px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translate(-50%, -20px) rotate(45deg);
}

.is-open nav>ul>li>a {
  color: #3b5260;
}

/*----------------------------------------------------
  mobile-nav
----------------------------------------------------*/
.mobile-nav {
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.mobile-nav__item {
  width: 50%;
  height: 60px;
}

.mobile-nav__item>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  background: #6CA99A;
}

.mobile-nav__item-mail>a {
  background: rgb(26, 115, 167);
}

.mobile-nav__item a span {
  font-size: 1.2rem;
  font-weight: 400;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.p-footer {
  padding-top: 15vh;
  background: #C9DFF3;
}

.p-footer__head-lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.p-footer__head-lead>br {
  display: none;
}

.p-footer__link-wrap {
  width: 85%;
  display: flex;
  justify-content: center;
  margin: 0 auto 14px auto;
}

.p-footer__head-open {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 60px;
}

.p-footer__link {
  width: 45%;
}

.p-footer__link:not(:last-of-type) {
  margin-right: 1vw;
}

.p-footer__link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  color: #fff;
  border-radius: 6px;
}

.p-footer__link-btn-tel {
  background: #1a1a1a;
}

.p-footer__link-btn-mail {
  background: #8b7e77;
}

.p-footer__link-btn>span {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50vh;
  margin-right: 10px;
}

.p-footer__link-btn>span>img {
  width: 50%;
}

.p-footer__link-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.p-footer__link-inner-main {
  font-size: 4rem;
}

.p-footer__link-btn-mail .p-footer__link-inner-main {
  font-size: 3.2rem;
  letter-spacing: 0;
}

.p-footer__link-inner-sub {
  font-size: 2rem;
}

.p-footer__body {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.p-footer__logo {
  width: 320px;
  margin-right: 50px;
}

.p-footer__body-items {
  width: 680px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 500;
  font-size: 1.4rem;
}

.p-footer__body-item {
  width: 48%;
  display: inline-flex;
  align-items: center;
}

.p-footer__body-item>span {
  background: rgba(0, 0, 0, .1);
  padding: 0 10px;
  margin-right: 8px;
}

.p-footer__menu {
  border-top: 1px solid #ccc;
  background: #fff;
  margin-top: 15vh;
}

.p-footer__menu-items {
  display: flex;
  justify-content: center;
  list-style: none;
}

.p-footer__menu-item a {
  display: block;
  padding: 24px 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-footer__menu-item+.p-footer__menu-item {
  position: relative;
}

.p-footer__menu-item+.p-footer__menu-item::before {
  content: "";
  display: block;
  width: 0;
  height: 16px;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-footer__copy {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 1440px) {
  .header-cta--tel {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: calc(100vw/128.0);
  }
}

@media (max-width: 1100px) {

  /*----- footer -----*/
  .p-footer__body-items {
    width: 580px;
  }

  .p-footer__link {
    width: 48%;
  }

}

@media screen and (max-width: 1024px) {
  .header-cta {
    display: none !important;
  }
}

@media screen and (max-width: 897px) {

  /*----- footer -----*/
  .p-footer__body {
    justify-content: space-between;
  }

  .p-footer__logo {
    width: 30%;
    margin-right: initial;
  }

  .p-footer__body-items {
    width: 65%;
  }
}

@media screen and (max-width: 769px) {

  html {
    font-size: calc(100vw/76.7);
  }

  h1 {
    padding-top: 0;
  }

  .global-navWrap {
    width: 100%;
    height: 70px;
    max-width: initial;
    padding-left: 0;
  }

  .global-nav {
    height: 70px;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .global-nav__logo {
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
  }

  .global-nav__logo a img {
    margin: 0;
  }

  #nav-toggle {
    display: block;
    top: 2.5px;
  }

  /*-------------------------------------------------
    toggle オーバーレイ
  -------------------------------------------------*/
  #navigation {
    width: 100%;
    max-width: initial;
    height: 100vh;
  }

  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1003;
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
  }

  .overlay.is-open {
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .navigation-inner {
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    padding: 80px 10%;
    box-sizing: border-box;
    overflow-y: scroll;
  }

  .navigation-inner::-webkit-scrollbar {
    display: none;
  }

  nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 50px;
  }

  nav>ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }

  nav>ul>li {
    width: 49%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  nav>ul>li:not(:first-of-type):not(:nth-of-type(2)) {
    border-top: 1px solid #ccc;
  }

  nav>ul>li>a {
    font-size: 2rem;
    height: 80px;
    align-items: stretch;
  }

  .header-cta {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .header-cta,
  .header-cta--tel {
    display: flex !important;
  }

  .header-cta>a {
    width: 49%;
    height: 80px;
  }

  .nav-info--sp {
    display: block;
    width: 100%;
    background: #eee;
    padding: 20px 20%;
    box-sizing: border-box;
  }

  .nav-info__logo {
    width: 100%;
  }

  .nav-info__logo img {
    width: 70%;
  }

  /*------- footer -------*/
  .p-footer__head-lead>br {
    display: block;
  }

  .p-footer__menu {
    padding-bottom: 5rem;
  }

  .p-footer__menu-items {
    flex-wrap: wrap;
    padding: 0.9375rem;
  }

  .p-footer__menu-item>a {
    padding: 0;
    padding: 10px 20px;
  }

  .p-footer__body {
    flex-direction: column;
    align-items: center;
  }

  .p-footer__logo {
    width: 65%;
    margin-bottom: 20px;
  }

  .p-footer__body-items {
    width: 100%;
  }

  .p-footer__link-wrap {
    width: 80%;
    flex-direction: column;
    margin: 0 auto 14px auto;
  }

  .p-footer__link {
    width: 100%;
  }

  .p-footer__link:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .p-footer__link:not(:last-of-type) {
    margin-right: initial;
  }

  .p-footer__body-items {
    width: auto;
    flex-direction: column;
  }

  .p-footer__body-item {
    width: auto;
  }

  .p-footer__body-item:not(:last-of-type) {
    margin-bottom: 8px;
  }

}

@media screen and (max-width: 481px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 0.8rem;
  }

  /*---共通項目---*/
  section:not(.fv) {
    padding: 80px 0;
  }

  .link-btn {
    margin-top: 40px;
  }

  .link-btn {
    width: 100%;
    height: 80px;
    max-width: initial;
  }

  .link-btn__icon {
    width: 32px;
    height: 32px;
  }

  .link-btn__txt {
    font-size: 1.9rem;
    letter-spacing: 0;
  }

  /*---header---*/
  .global-nav__logo {
    width: auto;
    height: 42px;
    margin: 0;
  }

  .global-nav__logo a img {
    margin: 0;
  }

  #nav-toggle {
    display: block;
    top: 2.5px;
    right: 2%;
  }

  nav {
    margin-bottom: 10px;
  }

  .navigation-inner {
    padding: 80px 5%;
  }

  nav>ul>li>a {
    width: 100%;
    padding: 0;
    font-size: 1.8rem;
  }

  .header-cta>a {
    height: 60px;
  }

  .nav-info--sp {
    display: block;
    width: 100%;
    background: #eee;
    padding: 20px 7.5%;
  }

  .p-footer {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .p-footer__head-lead {
    font-size: 2rem;
    line-height: 1.6;
  }

  .p-footer__link-wrap {
    width: 100%;
  }

  .p-footer__link-btn>span {
    width: 56px;
    height: 56px;
  }

  .p-footer__link-inner-main {
    font-size: 3rem;
  }

  .p-footer__link-btn-mail .p-footer__link-inner-main {
    font-size: 2.4rem;
  }

  .p-footer__link-inner-sub {
    font-size: 1.6rem;
  }

  .p-footer__menu {
    margin-top: 100px;
  }

  .p-footer__menu-item>a {
    font-size: 1.3rem;
  }

  /*----- mobile-nav -----*/
  .mobile-nav {
    display: flex;
  }
}