@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  レイアウト・基本カラー

---------------------------------*/
#globalContainer {}
:root {
  --color: #f15a24;
  --en-font: 400 5rem 'Sacramento';
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  header

---------------------------------*/
header {}
header .wrap {}
header .wrap #logo {
  border-radius: 3rem;
  background: #fff;
  max-width: 50rem;
  margin: auto;
  margin-bottom: -20rem;
  padding: 7rem 5rem 3rem;
  position: relative;
  z-index: 1;
}
header .wrap #logo img {
  width: 100%;
  vertical-align: bottom;
}
header .wrap #logo img.logo {
  margin-bottom: 3rem;
}
/*---------------------------------
  メインビジュアル
---------------------------------*/
header .wrap #mainvisual {
  margin: auto;
}
header .wrap #mainvisual img {
  width: 100%;
  vertical-align: bottom;
}
/*header .wrap #mainvisual {
  border-radius: 5rem;
  display: flex;
  margin: auto;
  overflow: hidden;
  width: 90%;
}
header .wrap #mainvisual figure {
  flex-basis: calc(100% / 3);
}
header .wrap #mainvisual figure img {
  object-fit: cover;
  height: 55rem;
}*/
/*---------------------------------
  グローバルナビゲーション
---------------------------------*/
header .wrap #gnav {
  padding: 5rem 5%;
}
header .wrap #gnav ul {
  display: flex;
  justify-content: center;
}
header .wrap #gnav ul li {
  margin: 0 4rem;
}
header .wrap #gnav ul li a {
  color: #333;
  display: inline-block;
  font-weight: 500;
  font-size: 2.3rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
  header .wrap #logo {
    max-width: 35rem;
    margin-bottom: -15rem;
  }
}
@media screen and (max-width: 896px) {
  header .wrap #logo {
    max-width: 35rem;
    padding: 5rem 3rem 2rem;
  }
  header .wrap #logo img.logo {
    margin-bottom: 1rem;
  }
  header .wrap #mainvisual figure img {
    height: 35rem;
  }
  header .wrap #gnav ul li {
    margin: 0 3rem;
  }
  header .wrap #gnav ul li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  header .wrap #logo {
    max-width: 23rem;
    margin-bottom: 0;
    padding: 3rem 2rem 2rem;
  }
  header .wrap #mainvisual {
    border-radius: 2rem;
    display: block;
  }
  header .wrap #mainvisual figure img {
    object-position: 0 -6rem;
    height: 18rem;
  }
  header .wrap #gnav {
    padding: 2rem 5%;
  }
  header .wrap #gnav ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 90%;
  }
  header .wrap #gnav ul li {
    flex-basis: 40%;
    margin: 1rem 0;
  }
  header .wrap #gnav ul li:nth-child(odd) {
    flex-basis: 60%;
  }
  header .wrap #gnav ul li a {
    background: url("../images/arr.svg") no-repeat left center/.5rem;
    font-size: 2rem;
    padding-left: 2rem;
  }
}
/*---------------------------------

	footer

---------------------------------*/
footer {
  background: #f3eee7;
  padding: 7rem 0 0;
}
footer .wrap {}
footer .wrap .title {
  text-align: center;
}
footer .wrap .title img {
  display: block;
  margin: 1.5rem auto;
  width: 30rem;
}
footer .wrap .link {
  margin: 3rem 0;
  text-align: center;
}
footer .wrap .link a {
  background: url("../images/arr.svg") no-repeat left center/.5rem;
  color: #f15a24;
  display: inline-block;
  font-size: 2rem;
  padding-left: 2rem;
  text-decoration: underline;
}
footer .wrap .copylight {
  text-align: center;
}
footer .wrap .copylight small {
  display: block;
  font-size: 1.1rem;
  padding: 3rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

	pagetop

---------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #333;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a .arrow {
  display: block;
}
#page-top a .arrow::before {
  content: '';
  width: 10px;
  height: 6px;
  background: url("../images/pagetop_arrow.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s;
}
#page-top a:hover {
  opacity: 1;
  text-decoration: none;
  background: #aaa;
}
#page-top a:hover .arrow::before {
  top: -10px;
}
/*---------------------------------

  ページ共通

---------------------------------*/
figure img {
  width: 100%;
  vertical-align: bottom;
}
/*---------------------------------
  ページタイトル
---------------------------------*/
#pageTitle {}
#pageTitle h1 {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------
  パンくず
---------------------------------*/
#breadlist {
  background: rgba(41, 171, 226, 0.1);
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 1rem 2.5%;
  position: relative;
  z-index: 1;
}
#breadlist ol {}
#breadlist li {
  display: inline-block;
}
#breadlist li::after {
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #aaa;
  content: '';
  display: inline-block;
  margin: 0 5px;
  width: 0;
  height: 0;
}
#breadlist li:last-child::after {
  content: none;
}
#breadlist li a, #breadlist li {
  color: var(--color-01);
}
#breadlist li:last-child a, #breadlist li:last-child {
  color: #aaa;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #breadlist {
    padding: .5rem 2.5%;
  }
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.timing02 {
  transition-delay: .2s;
}
.timing03 {
  transition-delay: .4s;
}
.timing04 {
  transition-delay: .6s;
}
.timing05 {
  transition-delay: .8s;
}