@charset "UTF-8";
/* header */
.headerInner {
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100px;
  position: fixed;
  padding: 20px 40px 20px 20px;
  width: 100%;
  z-index: 997;
  border-bottom: 2px solid #f2f2f2;
}
@media screen and (max-width: 1600px) {
  .headerInner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .headerInner {
    height: 70px;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 820px), print {
  .headerInner {
    height: 50px;
  }
}
@media print {
  .headerInner {
    height: 50px;
    padding: 0 0 0 10px;
    position: absolute;
  }
}

.headerLogo {
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .headerLogo img {
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .headerLogo img {
    width: 50px;
  }
}
@media print {
  .headerLogo img {
    width: 50px;
  }
}
.headerLogo .logoText {
  line-height: 25px;
  margin-left: 10px;
  font-size: 19px;
}
@media screen and (max-width: 1520px) {
  .headerLogo .logoText {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .headerLogo .logoText {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .headerLogo .logoText {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .headerLogo .logoText {
    font-size: 14px;
    line-height: 16px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 520px) {
  .headerLogo .logoText {
    font-size: 10px;
    line-height: 13px;
  }
}
@media print {
  .headerLogo .logoText {
    font-size: 14px;
    line-height: 16px;
    margin-left: 5px;
  }
}
.headerLogo .logoText span {
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 1520px) {
  .headerLogo .logoText span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .headerLogo .logoText span {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .headerLogo .logoText span {
    font-size: 8px;
  }
}
@media screen and (max-width: 520px) {
  .headerLogo .logoText span {
    letter-spacing: 0;
  }
}
@media print {
  .headerLogo .logoText span {
    font-size: 10px;
    line-height: 14px;
  }
}

@media screen and (max-width: 1024px) {
  #gNav {
    background-color: #efefef;
    display: none;
    position: fixed;
    left: 0;
    top: 70px;
    height: calc(100vh - 70px);
    width: 100%;
    overflow: auto;
  }
  #gNav .headerNav {
    flex-direction: column;
    padding: 40px 20px;
    position: relative;
  }
  #gNav .headerNav::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/star_head@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 280px;
    height: 218px;
    top: 355px;
    right: 3%;
  }
}
@media screen and (max-width: 820px), print {
  #gNav {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
@media print {
  #gNav {
    display: none;
  }
}

.headerNavList {
  padding-top: 45px;
}
@media screen and (max-width: 1400px) {
  .headerNavList {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .headerNavList {
    font-size: 12px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList {
    position: relative;
    font-size: 14px;
  }
  .headerNavList::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/arw02@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 6px;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1150px) {
  .headerNavList::after {
    right: 7px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .headerNavList::after {
    right: 15px;
  }
}
.headerNavList + .headerNavList {
  margin-left: 40px;
}
@media screen and (max-width: 1520px) {
  .headerNavList + .headerNavList {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1150px) {
  .headerNavList + .headerNavList {
    margin-left: 10px;
  }
}
.headerNavList.day01, .headerNavList.day02 {
  position: relative;
}
.headerNavList.day01::before, .headerNavList.day02::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 88px;
  height: 42px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1200px) {
  .headerNavList.day01::before, .headerNavList.day02::before {
    width: 70px;
    height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList.day01::before, .headerNavList.day02::before {
    bottom: auto;
    top: 20px;
    transform: none;
    left: 15px;
    width: 68px;
    height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList.day01 .headerNavList__link, .headerNavList.day02 .headerNavList__link {
    padding-top: 50px;
  }
}
.headerNavList.day01::before {
  background-image: url(../images/top/day01@2x.png);
}
.headerNavList.day02::before {
  background-image: url(../images/top/day02@2x.png);
}
.headerNavList.contactButton {
  border: 1px solid #494949;
  border-radius: 30px;
  width: 230px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 1320px) {
  .headerNavList.contactButton {
    width: 200px;
    height: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .headerNavList.contactButton {
    width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList.contactButton {
    width: 250px;
    margin: 20px auto 0 !important;
  }
  .headerNavList.contactButton::after {
    display: none;
  }
}
.headerNavList.contactButton::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw03@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 5px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.headerNavList.contactButton:hover {
  background-color: #494949;
}
.headerNavList.contactButton:hover a {
  color: #fff;
}
.headerNavList.contactButton:hover::before {
  background-image: url(../images/common/arw@2x.png);
  transition: all 0.3s;
}
.headerNavList.contactButton a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.headerNavList.contactButton a:hover {
  opacity: 1;
}
.headerNavList .headerNavList__link:hover {
  color: #f8333a;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .headerNavList {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  .headerNavList:first-of-type {
    border-top: 1px solid #ccc;
  }
  .headerNavList + .headerNavList {
    margin-left: 0;
  }
  .headerNavList .headerNavList__link {
    display: block;
    padding: 20px 15px;
    position: relative;
    width: 100%;
  }
  .headerNavList .headerNavList__link::before {
    position: absolute;
    content: "";
    right: 20px;
  }
}

:root {
  --borderPosition: 24px;
}
@media screen and (max-width: 820px), print {
  :root {
    --borderPosition: 13px;
  }
}

.hunsMenu {
  background: #494949;
  cursor: pointer;
  position: relative;
  height: 70px;
  width: 70px;
}
@media screen and (max-width: 820px), print {
  .hunsMenu {
    height: 50px;
    width: 50px;
  }
}
.hunsMenu::before {
  bottom: 12px;
  content: "MENU";
  color: #fff;
  font-size: 8px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 820px), print {
  .hunsMenu::before {
    bottom: 5px;
  }
}
.hunsMenu span {
  background: #fff;
  display: inline-block;
  left: 50%;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, 0);
  height: 1px;
  width: 30px;
}
.hunsMenu span:nth-of-type(1) {
  top: var(--borderPosition);
}
.hunsMenu span:nth-of-type(2) {
  top: calc(var(--borderPosition) + 6px);
}
.hunsMenu span:nth-of-type(3) {
  top: calc(var(--borderPosition) + 12px);
}
.hunsMenu.active::before {
  content: "CLOSE";
}
.hunsMenu.active span:nth-of-type(1) {
  top: 26px;
  transform: translateX(-50%) translateY(0) rotate(-45deg);
  width: 30px;
}
@media screen and (max-width: 820px), print {
  .hunsMenu.active span:nth-of-type(1) {
    top: 20px;
  }
}
.hunsMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.hunsMenu.active span:nth-of-type(3) {
  top: 39px;
  transform: translateX(-50%) translateY(-12px) rotate(45deg);
  width: 30px;
}
@media screen and (max-width: 820px), print {
  .hunsMenu.active span:nth-of-type(3) {
    top: 33px;
  }
}

#footLogo {
  position: relative;
  overflow-x: hidden;
}
#footLogo .footBg {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #footLogo .footBg {
    padding-bottom: 40px;
  }
}
#footLogo .footBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/footBg@2x.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 73.8%;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #footLogo .footBg::before {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 520px) {
  #footLogo .footBg::before {
    height: 110%;
  }
}
@media screen and (max-width: 520px) {
  #footLogo .footBg {
    padding-bottom: 40px;
  }
}
#footLogo .footTopLink {
  display: inline-block;
}
#footLogo .footTopLink .footlogoImage {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #footLogo .footTopLink .footlogoImage {
    width: 70%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  #footLogo .footTopLink .footlogoImage {
    width: 100%;
  }
}
#footLogo .footTopLink .footText {
  font-size: 23px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #footLogo .footTopLink .footText {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #footLogo .footTopLink .footText {
    font-size: 18px;
  }
}
#footLogo .footTopLink .footText span {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #footLogo .footTopLink .footText span {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px), print {
  #footLogo .footTopLink .footText span {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  #footLogo .footTopLink .footText span {
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
  }
}

/*  footer  */
footer {
  background-color: #005ca1;
}
footer .foot-head {
  padding: 80px 0 90px;
}
@media screen and (max-width: 820px), print {
  footer .foot-head {
    padding: 50px 0;
  }
}
footer .foot-head .footText {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 820px), print {
  footer .foot-head .footText {
    font-size: 18px;
  }
}
footer .foot-head .contactBox {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 60px;
}
@media screen and (max-width: 520px) {
  footer .foot-head .contactBox {
    border-radius: 10px;
    text-align: center;
    padding: 30px;
  }
}
footer .foot-head .contactBox .contactText {
  margin-bottom: 30px;
}
footer .foot-head .contactBox .button01 {
  background-color: #005ca1;
  border: 1px solid #005ca1;
  max-width: 400px;
  margin: 0 auto;
  color: #fff;
}
footer .foot-head .contactBox .button01::after {
  background-image: url(../images/common/arw@2x.png);
}
footer .foot-head .contactBox .button01:hover {
  opacity: 1;
  background-color: #fff;
  color: #005ca1;
}
footer .foot-head .contactBox .button01:hover::after {
  background-image: url(../images/common/arw04@2x.png);
}
footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #fff;
  padding: 15px 0;
}
@media screen and (max-width: 520px) {
  footer .copyright {
    font-size: 10px;
  }
}

* {
  letter-spacing: 0.09rem;
}

img {
  max-width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a img {
  /* IE10以下で出る枠線対策 */
  border-style: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

/*  main  */
main {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 50px;
  }
}

@media print {
  .fadein {
    opacity: 1 !important;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 520px) {
  .wrapper {
    width: 85%;
  }
}

.wrap-1200 {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 520px) {
  .wrap-1200 {
    width: 85%;
  }
}

.secTitle {
  font-size: 40px;
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  .secTitle {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.2;
  }
}
.secTitle span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  width: 100%;
}
.secTitle span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/titleDeco@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 39px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.button01 {
  display: block;
  padding: 25px 5px;
  position: relative;
  text-align: center;
  border-radius: 40px;
  width: 100%;
  max-width: 360px;
}
.button01:after {
  position: absolute;
  content: "";
  background-image: url(../images/top/arw@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 5px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.button01.comming {
  background-color: #fff;
  color: #999;
}
.button01.comming:after {
  background-image: url(../images/top/arw@2x.png);
}
.button01.symposium {
  background-color: #fff;
  border: 4px solid #005ca1;
}
.button01.symposium:after {
  background-image: url(../images/common/arw04@2x.png);
}
.button01.excursion {
  background-color: #fff;
  pointer-events: none;
  font-family: "Outfit", sans-serif;
  border: 3px solid #d10011;
}
.button01.excursion:after {
  background-image: url(../images/common/arw06@2x.png);
}

/*  second  */
.second {
  padding: 90px 0 0;
}
@media screen and (max-width: 1024px) {
  .second {
    padding: 60px 0 0;
  }
}

#pankuzu {
  margin: 15px 0;
}
#pankuzu li {
  display: inline-block;
  font-size: 14px;
  color: #999;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #999;
}

#pageHeader .headTitle {
  font-size: 64px;
  position: relative;
  padding-top: 30px;
  line-height: 1;
  margin: 70px 0 85px;
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  #pageHeader .headTitle {
    font-size: 50px;
    margin: 50px 0;
  }
}
@media screen and (max-width: 520px) {
  #pageHeader .headTitle {
    font-size: 38px;
  }
}
#pageHeader .headTitle span {
  position: absolute;
  top: 0;
  font-size: 16px;
  left: 6px;
  padding-left: 25px;
}
#pageHeader .headTitle span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/footLink@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.jun {
  margin: -40px 0 40px;
}
@media screen and (max-width: 820px), print {
  .jun {
    margin: -25px 0 25px;
  }
}

.flex {
  display: flex;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.w-100 {
  width: 100%;
}

/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}
/****************/
/*
改ページ記述例
#section00{
  page-break-before:always;
}
*/
/****************/
@keyframes slideInLeft {
  0% {
    transform: translateX(-180px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft02 {
  0% {
    transform: translate(-135px, 135px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(180px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInTop {
  0% {
    transform: translate(-50%, -90px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes slideInTop02 {
  0% {
    transform: translate(0, -90px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.leftIn {
  clip-path: inset(0 100% 0 0);
  transition: 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.leftIn.active {
  clip-path: inset(0);
}

.leftSlide {
  clip-path: inset(0 100% 0 0);
  transition: 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.leftSlide.active {
  clip-path: inset(0);
}
@media screen and (max-width: 520px) {
  .leftSlide.smp_slow {
    transition: 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
@media print {
  .leftSlide {
    clip-path: inset(0);
  }
}

.leftSlideDeco {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.leftSlideDeco.active {
  opacity: 1;
}
@media print {
  .leftSlideDeco {
    opacity: 1;
  }
}
.leftSlideDeco.fuwa {
  animation: floating-y03 1s ease-in-out infinite alternate-reverse;
}

.rightSlide {
  clip-path: inset(0 0 0 100%);
  transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.rightSlide.active {
  clip-path: inset(0);
}
@media screen and (max-width: 520px) {
  .rightSlide.smp_slow {
    transition: 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
@media print {
  .rightSlide {
    clip-path: inset(0);
  }
}

.rightSlideDeco {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.rightSlideDeco.active {
  opacity: 1;
}
@media print {
  .rightSlideDeco {
    opacity: 1;
  }
}
.rightSlideDeco.fuwa {
  animation: floating-y03 1s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-y02 {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-y03 {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-y04 {
  0% {
    transform: translateY(-0.1%);
  }
  100% {
    transform: translateY(0);
  }
}