<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 767px) {
  section {
    text-align: justify;
  }
}

i {
  font-style: normal !important;
  position: relative;
}

small {
  font-style: normal !important;
}

#key {
  position: relative;
}

#key .keyvisual li {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  display: flex !important;
}

#key .keyvisual li img {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}

@media screen and (min-width: 767px) {
  #key {
    position: relative;
  }
  #key .keyvisual li {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex !important;
    min-height: 900px;
    max-height: 1350px;
  }
  #key .keyvisual li img {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    object-fit: cover;
  }
}

/***********sec1**************/
#sec1 {
  position: relative;
  padding: 30vw 0 20vw;
  z-index: 1;
  margin-top: 20vw;
  background: url(../img/menu/sec1_deco.jpg) no-repeat top 214vw left 10%;
  background-size: 159% auto;
}

#sec1 .title {
  position: relative;
  display: flex;
  justify-content: center;
  letter-spacing: 0.2em;
}

#sec1 h2 {
  font-size: 20px;
  position: relative;
  line-height: 40px;
  order: 2;
  margin-left: 10%;
  transform: translateY(-35vw);
}

#sec1 h3 {
  font-size: 20px;
  background: url(../img/index/i_top.png) no-repeat right top, url(../img/index/i_b.png) no-repeat left bottom;
  background-size: 70px auto;
  padding: 45px 35px;
  height: 220px;
  box-sizing: border-box;
}

#sec1 .photo {
  margin: 2vw 10% 13vw;
}

#sec1 dl dd {
  margin-top: 7vw;
}

@media screen and (min-width: 767px) {
  #sec1 {
    position: relative;
    padding: 290px 0 220px;
    z-index: 1;
    margin-top: 0;
    background: url(../img/menu/sec1_deco.jpg) no-repeat top 514px center;
    background-size: auto;
  }
  #sec1 .item {
    position: absolute;
    width: 369px;
    right: 40px;
    top: -80px;
  }
  #sec1 h2 {
    font-size: 30px;
    position: absolute;
    order: 2;
    margin-left: 0;
    transform: translateY(0);
    top: 0;
    right: 35px;
    height: 700px;
    letter-spacing: 0.2em;
  }
  #sec1 h3 {
    position: absolute;
    top: 243px;
    left: 38px;
    font-size: 30px;
    height: 350px;
    background-size: auto;
    padding: 83px 66px;
    box-sizing: border-box;
  }
  #sec1 .photo {
    margin: 725px 0 0;
  }
  #sec1 dl dt {
    width: 554px;
    margin-left: -50px;
  }
  #sec1 dl dd {
    margin-top: 70px;
  }
}

/***********sec2**************/
#sec2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0 5%;
}

#sec2 .wrap {
  background: url(../img/index/bg_common.jpg) repeat;
  padding: 15vw 5% 20vw;
}

#sec2 h2 {
  font-size: 22px;
  text-align: left;
  line-height: 46px;
  letter-spacing: 0.2em;
  padding: 0 0 10vw 5%;
  margin-bottom: 10vw;
  position: relative;
}

#sec2 h2::before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  margin-left: -15%;
  content: "";
  background: #FFF;
  opacity: 0.4;
}

#sec2 h2 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
}

#sec2 h2 span small {
  font-size: 15px;
}

#sec2 ul {
  padding-left: 5%;
}

#sec2 ul span {
  font-size: 13px;
  line-height: 22px;
  display: block;
  padding: 5vw 0 10vw;
}

#sec2 .info {
  margin-bottom: 6vw;
  background: #000;
  padding: 35px 0;
}

#sec2 .info dl {
  text-align: center;
  font-size: 16px;
}

#sec2 .info dl dt span {
  display: block;
  font-size: 24px;
  line-height: 44px;
  margin-top: 5px;
}

#sec2 .info dl dd {
  padding: 8px 0 0;
  font-size: 13px;
  line-height: 22px;
}

#sec2 .btn {
  width: 272px;
  margin: 8vw auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 8vw;
}

#sec2 .btn a {
  background: url(../img/shared/bg_btn.jpg) no-repeat center;
  height: 36px;
  background-size: 100% 100%;
  padding: 0;
  display: flex;
  width: 272px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  justify-content: center;
  transition: all 0.35s ease;
  font-size: 16px;
  line-height: 36px;
}

#sec2 .btn a:hover {
  opacity: 0.75;
}

#sec2 .note {
  font-size: 13px;
  line-height: 24px;
}

@media screen and (min-width: 767px) {
  #sec2 {
    padding: 0;
  }
  #sec2 .wrap {
    padding: 140px 0 150px;
  }
  #sec2 h2 {
    font-size: 30px;
    text-align: left;
    line-height: 70px;
    letter-spacing: 0.2em;
    padding: 0 0 20px 140px;
    margin-bottom: 40px;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec2 h2::before {
    width: 200%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    margin-left: -0;
    right: -30px;
    content: "";
    background: #FFF;
    opacity: 0.4;
  }
  #sec2 h2 span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  #sec2 h2 span small {
    font-size: 16px;
  }
  #sec2 ul {
    padding: 35px 0 55px 510px;
    font-size: 16px;
    line-height: 38px;
  }
  #sec2 ul span {
    font-size: 13px;
    line-height: 19px;
    display: block;
    padding: 25px 0 2px;
  }
  #sec2 .info {
    margin: 0 auto 20px;
    background: #000;
    padding: 65px 0 75px;
    width: 645px;
  }
  #sec2 .info dl {
    text-align: center;
    font-size: 20px;
  }
  #sec2 .info dl dt span {
    display: block;
    font-size: 30px;
    line-height: 70px;
    margin-top: 5px;
  }
  #sec2 .info dl dd {
    padding: 8px 0 0;
    font-size: 13px;
    line-height: 19px;
  }
  #sec2 .btn {
    margin: 30px auto 0;
    padding-top: 35px;
  }
  #sec2 .note {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
  }
}

/***********sec3**************/
#sec3 {
  position: relative;
  z-index: 1;
  margin-top: 25vw;
  padding-bottom: 10vw;
}

#sec3 h2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 20vw;
  position: relative;
  margin-bottom: 20vw;
}

#sec3 h2::before {
  width: 1px;
  height: 12vw;
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background: #FFF;
  opacity: 0.4;
}

#sec3 .box {
  position: relative;
  padding-bottom: 26vw;
}

#sec3 .box h3 {
  font-size: 22px;
  margin: 0 auto 8vw;
  letter-spacing: 0.2em;
}

#sec3 .box dl {
  margin: 12vw 5% 0;
}

#sec3 .box dl dd {
  margin: 7vw 0 0;
}

#sec3 .box1 {
  position: relative;
  padding-bottom: 24vw;
}

#sec3 .box1 h3 {
  font-size: 22px;
  margin: 0 auto 8vw;
  letter-spacing: 0.2em;
}

#sec3 .box1 .slide-box {
  margin-top: 8vw;
}

#sec3 .box2 {
  position: relative;
  padding-bottom: 16vw;
}

#sec3 .box2 h3 {
  font-size: 22px;
  margin: 0 auto 8vw;
  letter-spacing: 0.2em;
}

#sec3 .box2 .txt {
  font-size: 14px;
  margin-bottom: 8vw;
}

#sec3 .box2 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8vw;
}

#sec3 .box2 ul li {
  width: 48%;
}

#sec3 .box2 ul li:nth-child(1) {
  margin-top: 10vw;
}

#sec3 .box2 ul li span {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  #sec3 {
    position: relative;
    z-index: 1;
    margin-top: 140px;
    padding-bottom: 100px;
  }
  #sec3 h2 {
    font-size: 30px;
    letter-spacing: 0.2em;
    padding-top: 160px;
    margin-bottom: 220px;
  }
  #sec3 h2::before {
    width: 1px;
    height: 106px;
  }
  #sec3 .box {
    display: flex;
    justify-content: space-between;
    padding: 0 65px 200px 40px;
  }
  #sec3 .box h3 {
    font-size: 30px;
    margin: 0 auto 0;
    letter-spacing: 0.2em;
    height: 170px;
  }
  #sec3 .box .item {
    width: 433px;
    order: 2;
  }
  #sec3 .box dl {
    margin: 0;
  }
  #sec3 .box dl dd {
    margin: 40px 0 0;
  }
  #sec3 .box1 {
    position: relative;
    padding-bottom: 170px;
    display: flex;
    justify-content: space-between;
  }
  #sec3 .box1 h3 {
    font-size: 30px;
    margin: 0 0 10px 100px;
    height: 130px;
    text-align: center;
    letter-spacing: 0.2em;
  }
  #sec3 .box1 .slide-box {
    margin-top: 0;
    width: 500px;
  }
  #sec3 .box1 .item {
    width: 415px;
    order: 2;
  }
  #sec3 .box2 {
    position: relative;
    padding-bottom: 80px;
  }
  #sec3 .box2 h3 {
    font-size: 30px;
    margin: 6px 0 0 176px;
    height: 110px;
    letter-spacing: 0.2em;
  }
  #sec3 .box2 .item {
    width: 440px;
  }
  #sec3 .box2 .txt {
    font-size: 18px;
    margin-bottom: 80px;
    line-height: 38px;
    letter-spacing: 0.05em;
  }
  #sec3 .box2 ul {
    position: absolute;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    top: 70px;
    right: 40px;
    width: 500px;
  }
  #sec3 .box2 ul li {
    width: 240px;
  }
  #sec3 .box2 ul li:nth-child(1) {
    margin-top: 120px;
  }
  #sec3 .box2 ul li span {
    display: block;
    margin-bottom: 20px;
  }
}

/***********sec4**************/
#sec4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 25vw;
}

#sec4 h2 {
  font-size: 26px;
  line-height: 46px;
  position: relative;
  padding-bottom: 8vw;
  margin-bottom: 9vw;
}

#sec4 h2::before {
  width: 110%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -10%;
  content: "";
  background: #FFF;
  opacity: 0.4;
}

#sec4 .photo {
  margin: 0 0 12vw 0;
}

#sec4 dl {
  padding: 0 5%;
}

#sec4 dl dd {
  margin-top: 8vw;
}

@media screen and (min-width: 767px) {
  #sec4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 215px;
  }
  #sec4 .item {
    position: relative;
    display: flex;
  }
  #sec4 h2 {
    font-size: 30px;
    line-height: 65px;
    position: absolute;
    top: 50px;
    left: 500px;
    padding: 0 0 0 80px;
    margin: 0;
    letter-spacing: 0.2em;
  }
  #sec4 h2::before {
    width: 1000px;
    height: 1px;
    position: absolute;
    bottom: -50px;
    left: 0%;
    content: "";
    background: #FFF;
    opacity: 0.4;
  }
  #sec4 .photo {
    margin: 0;
    width: 500px;
  }
  #sec4 dl {
    display: flex;
    padding: 0;
  }
  #sec4 dl dt {
    width: 331px;
    order: 2;
  }
  #sec4 dl dd {
    margin-top: 0;
    width: 560px;
    padding-top: 55px;
  }
}

/***********sec5**************/
#sec5 {
  position: relative;
  padding-bottom: 25vw;
}

#sec5 .title h2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin: 0 auto 10vw;
}

#sec5 .item {
  margin-top: 10vw;
}

#sec5 .item dl {
  display: flex;
  flex-wrap: wrap-reverse;
}

#sec5 .item dl dd {
  display: flex;
  justify-content: space-between;
  margin: 8vw 0 7vw;
}

#sec5 .item dl dd span {
  display: block;
  width: 48%;
}

#sec5 .item dl dd span:nth-child(2) {
  margin-top: 5vw;
}

@media screen and (min-width: 767px) {
  #sec5 {
    position: relative;
    padding-bottom: 525px;
    overflow: hidden;
  }
  #sec5 .title {
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
  }
  #sec5 .title::before {
    width: 1500px;
    height: 1px;
    position: absolute;
    bottom: 93px;
    right: 500px;
    content: "";
    background: #FFF;
    opacity: 0.4;
    z-index: -1;
  }
  #sec5 .title h2 {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 120px;
  }
  #sec5 .title .photo {
    width: 757px;
    margin-left: 290px;
  }
  #sec5 .item {
    margin-top: 0;
    position: relative;
  }
  #sec5 .item .photo {
    width: 519px;
    margin-left: -62px;
  }
  #sec5 .item dl {
    width: 540px;
    display: block;
    position: absolute;
    top: 0;
    left: 457px;
  }
  #sec5 .item dl dt {
    padding-left: 75px;
    height: 335px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  #sec5 .item dl dt span {
    display: block;
    height: 243px;
  }
  #sec5 .item dl dd {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 514px;
  }
  #sec5 .item dl dd span {
    display: block;
    width: auto;
  }
  #sec5 .item dl dd span:nth-child(2) {
    margin-top: 107px;
  }
}

/***********fix for ipad**************/
</pre></body></html>