@charset "UTF-8";
/*HEADER*/
/*******************************************************************/
#header {
  background-color: #fff;
}
#header .logo-wrapper {
  width: 300px;
  padding: 10px 40px;
  z-index: 1000;
  border-radius: 50px;
}
@media screen and (max-width: 1100px) {
  #header .logo-wrapper {
    padding: 0;
    width: 140px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #header .logo-wrapper {
    width: 120px;
  }
}
#header .logo-wrapper a {
  line-height: 1.6;
  color: #333 !important;
  letter-spacing: 4px;
}
#header .logo-wrapper img {
  padding: 0px;
}
@media screen and (max-width: 1100px) {
  #header .logo-wrapper img {
    padding: 0px 40px 0 0px;
  }
}
#header nav.nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-right: 40px;
}
#header nav.nav ul li {
  position: relative;
}
#header nav.nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 20px 0px 20px 40px;
  transition: all 0.3s;
}

/*============================
#header
============================*/
header#header {
  left: 0;
  position: fixed;
  top: 0px;
  z-index: 999;
  height: auto;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  header#header {
    width: 100%;
    top: 0;
    margin: 0;
    box-shadow: none;
    justify-content: flex-start;
    height: 72px;
    z-index: 999;
    padding-bottom: 0;
    border-bottom: none;
    padding: 0;
  }
}
header#header.fixed {
  background: #fff;
}
header#header div.mw {
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  header#header div.mw {
    padding: 0 20px 0 0;
  }
}
header#header div.mw .logo-wrapper {
  width: 100px;
  padding: 10px 0px;
  z-index: 1000;
  border-radius: 50px;
}
@media screen and (max-width: 1100px) {
  header#header div.mw .logo-wrapper {
    padding: 0;
    width: 140px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  header#header div.mw .logo-wrapper {
    width: 120px;
  }
}
header#header div.mw .logo-wrapper a {
  line-height: 1.6;
  color: #333 !important;
  letter-spacing: 4px;
}
header#header div.mw .logo-wrapper img {
  padding: 0px;
}
@media screen and (max-width: 1100px) {
  header#header div.mw .logo-wrapper img {
    padding: 0px 40px 0 0px;
  }
}
header#header div.mw nav.nav {
  color: #fff;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 1285px) {
  header#header div.mw nav.nav {
    display: none;
  }
}
header#header div.mw nav.nav ul.menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-right: 40px;
  align-items: center;
}
header#header div.mw nav.nav ul.menu li {
  position: relative;
}
header#header div.mw nav.nav ul.menu li a {
  display: block;
  text-decoration: none;
  color: #4B4B4B;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 10px 0px 10px 40px;
  transition: all 0.3s;
}
header#header div.mw nav.nav ul.menu li a img {
  width: 20px;
  margin-top: -4px;
}
header#header div.mw nav.nav ul.menu li a i {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  padding-top: 8px;
  opacity: 0.8;
  font-weight: 300;
}
header#header div.mw nav.nav ul.contact {
  width: auto;
  padding-right: 0;
}
@media screen and (max-width: 1100px) {
  header#header div.mw nav.nav ul.contact {
    width: auto;
  }
}
header#header div.mw nav.nav ul.contact li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  background-size: cover;
  border-radius: 4px;
}
@media screen and (max-width: 1100px) {
  header#header div.mw nav.nav ul.contact li {
    width: auto;
  }
}
header#header div.mw nav.nav ul.contact li a {
  width: auto;
  padding: 0;
  display: block;
}
@media screen and (max-width: 1100px) {
  header#header div.mw nav.nav ul.contact li a {
    width: auto;
  }
}
header#header div.mw nav.nav ul.contact li a div {
  width: auto;
  padding: 10px 10px;
  min-width: 180px;
}
@media screen and (max-width: 1100px) {
  header#header div.mw nav.nav ul.contact li a div {
    width: auto;
  }
}
header#header div.mw nav.nav ul.contact li a div p {
  width: auto;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  header#header div.mw nav.nav ul.contact li a div p {
    width: auto;
  }
}
header#header div.mw nav.nav ul.contact li a div i {
  width: auto;
  font-size: 10px;
}
@media screen and (max-width: 1100px) {
  header#header div.mw nav.nav ul.contact li a div i {
    width: auto;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  max-width: 550px;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 50%;
  height: 100dvh;
  background: #fff;
  transition: all 0.6s;
  overflow: hidden;
  /*アクティブクラスがついたら位置を0に*/
}
@media screen and (max-width: 1285px) {
  #g-nav {
    width: 100%;
    display: block;
  }
}
#g-nav.panelactive {
  right: 0;
  /*ナビゲーションの縦スクロール*/
}
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 998;
  width: 100%;
  height: 100dvh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #g-nav.panelactive #g-nav-list {
    width: 100%;
  }
}
#g-nav ul.menu {
  list-style: none;
  padding-top: 120px;
}
#g-nav ul.menu li {
  position: relative;
}
#g-nav ul.menu li a {
  display: flex;
  text-decoration: none;
  color: #151515;
  align-items: flex-end;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 1.6rem;
  padding: 20px 0px 20px 40px;
  transition: all 0.3s;
}
#g-nav ul.menu li a i {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  padding-left: 10px;
  opacity: 0.8;
}
#g-nav ul.contact {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  #g-nav ul.contact {
    width: 100%;
  }
}
#g-nav ul.contact li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
}
@media screen and (max-width: 1100px) {
  #g-nav ul.contact li {
    width: 100%;
  }
}
#g-nav ul.contact li a {
  width: auto;
  padding: 0;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #g-nav ul.contact li a {
    width: auto;
  }
}
#g-nav ul.contact li a div {
  width: auto;
  padding: 20px 10px;
  min-width: 114px;
}
@media screen and (max-width: 1100px) {
  #g-nav ul.contact li a div {
    width: auto;
  }
}
#g-nav ul.contact li a div p {
  width: auto;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #g-nav ul.contact li a div p {
    width: auto;
  }
}
#g-nav ul.contact li a div i {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  padding-top: 5px;
  opacity: 0.8;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #g-nav ul.contact li a div i {
    width: auto;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: absolute;
  z-index: 999;
  top: calc(50% - 25px);
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
}
@media screen and (max-width: 1285px) {
  .openbtn1 {
    display: block;
    top: 6px;
    z-index: 9999;
  }
}
@media screen and (max-width: 1285px) {
  .openbtn1 {
    display: block;
    top: 12px;
    z-index: 9999;
  }
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #151515;
  width: 65%;
}
@media screen and (max-width: 1100px) {
  .openbtn1 span {
    background-color: #151515;
  }
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
  background-color: #151515 !important;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
  background-color: #151515 !important;
}

/*FOOTER*/
/*******************************************************************/
/*============================
#contact
============================*/
article#contact {
  color: #fff;
}
article#contact:after {
  content: "";
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
article#contact img {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article#contact header h2 {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#contact header h2 {
    padding-bottom: 0;
  }
}
article#contact section {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#contact section {
    padding-bottom: 80px;
  }
}
article#contact section p {
  text-align: center;
  font-size: 2.2rem;
}
article#contact section a {
  margin-top: 40px;
  color: #fff;
}
article#contact section a:after {
  background-color: #fff;
}

/*============================
#footer
============================*/
footer#footer {
  width: auto;
  background: #000;
  color: #fff;
  padding: 40px 40px 0px;
  width: auto;
}
@media screen and (max-width: 768px) {
  footer#footer {
    padding: 40px 20px 0px;
  }
}
footer#footer section {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0px;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer#footer section {
    width: auto;
    padding-bottom: 0px;
    display: block;
  }
}
footer#footer section div.info_content {
  width: auto;
}
@media screen and (max-width: 768px) {
  footer#footer section div.info_content {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  footer#footer section div.info_content div.info {
    width: auto;
    padding-left: 0;
  }
}
footer#footer section div.info_content div.info img {
  width: 140px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  footer#footer section div.info_content div.info img {
    width: 100px;
  }
}
footer#footer section div.info_content p {
  font-size: 1.2rem;
  letter-spacing: 2px;
  padding-top: 40px;
  line-height: 1.4;
}
footer#footer section div.content {
  width: auto;
}
@media screen and (max-width: 768px) {
  footer#footer section div.content {
    width: auto;
    display: none;
  }
}
footer#footer section div.content ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer#footer section div.content ul {
    width: auto;
  }
}
footer#footer section div.content ul li {
  width: auto;
  padding-bottom: 20px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  footer#footer section div.content ul li {
    width: 50%;
  }
}
footer#footer section div.content ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  footer#footer section div.content ul li a {
    width: auto;
  }
}
footer#footer section div.content ul li ul {
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  footer#footer section div.content ul li ul {
    width: auto;
  }
}
footer#footer section div.content ul li ul li {
  width: 100%;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  footer#footer section div.content ul li ul li {
    width: auto;
  }
}
footer#footer section div.content ul li:last-child {
  padding-right: 0;
}
footer#footer section div.content ol {
  width: auto;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  footer#footer section div.content ol {
    width: auto;
  }
}
footer#footer section div.content ol li {
  width: auto;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  footer#footer section div.content ol li {
    width: auto;
  }
}
footer#footer section div.content ol li a {
  color: #fff;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  footer#footer section div.content ol li a {
    width: auto;
  }
}
footer#footer div.copy {
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer#footer div.copy {
    width: auto;
  }
}

div.breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  div.breadcrumb {
    margin-bottom: -10px;
    padding: 40px 20px 0;
  }
}
div.breadcrumb ol.breadcrumb__list {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  div.breadcrumb ol.breadcrumb__list {
    margin-bottom: -10px;
  }
}
div.breadcrumb ol.breadcrumb__list li.breadcrumb__item {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.breadcrumb ol.breadcrumb__list li.breadcrumb__item {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
  }
}
div.breadcrumb ol.breadcrumb__list li.breadcrumb__item:after {
  content: "|";
  position: absolute;
  right: -1px;
  top: -1px;
  color: #999;
}
div.breadcrumb ol.breadcrumb__list li.breadcrumb__item:last-child:after {
  display: none;
}/*# sourceMappingURL=main.css.map */