<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.hid {
  position: relative;
}

.btn_eng {
  position: absolute;
  bottom: -40px;
  right: 30px;
  max-width: 382px;
  width: 91%;
  background-color: #0e3b73;
}
.btn_eng a {
  display: block;
  text-decoration: none;
  padding: 29px 50px 29px 50px;
  letter-spacing: 3px;
  text-align: right;
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Crimson Text', serif;
  position: relative;
}
.btn_eng a .arw {
  width: 106px;
  height: 1px;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  position: absolute;
}
.btn_eng a .arw:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
.btn_eng a .arw:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: 1px;
  width: 100%;
}
.btn_eng a:after {
  content: '〉';
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 13px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .btn_eng {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }
  .btn_eng:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #323232;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }
  .btn_eng a:after {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }
  .btn_eng:hover:before {
    width: 100%;
  }
  .btn_eng:hover a:after {
    right: 5px;
  }
  .btn_eng:hover a .arw:after {
    -webkit-animation: scrollLinePC 1.5s ease-in-out infinite normal;
    animation: scrollLinePC 1.5s ease-in-out infinite normal;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn_eng {
    right: auto;
    left: 50%;
    bottom: -7%;
    margin-bottom: 12px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .btn_eng a {
    font-size: 129%;
    padding: 8% 13%;
  }
  .btn_eng a .arw {
    width: 20vw;
    left: 5%;
    max-width: 108px;
  }
}
/* ========== end △ */
.main_visual {
  overflow: hidden;
  background: url("../images/mv.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 860px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  color: #fff;
}
.main_visual .main_txt {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
}
.main_visual .main_txt h1 {
  font-weight: 400;
  font-size: 4.6rem;
  line-height: 1.6;
}
.main_visual .main_txt h1 span {
  font-size: 3.5rem;
}
/* ▽ PC-TAB layout ========== */
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .main_visual {
    height: 136vw;
  }
  .main_visual .main_txt h1 {
    font-size: 10.5vw;
    line-height: 1.3;
  }
  .main_visual .main_txt h1 span {
    font-size: 8vw;
  }
}
/* ========== end △ */
.main_cont p {
  color: #353535;
  line-height: 2.5;
  letter-spacing: 2px;
  font-size: 1.44rem;
  font-weight: 100;
  text-align: justify;
  margin-bottom: 60px;
}
.main_cont p:not(:last-child) {
  margin-bottom: 20px;
}
.main_cont .container {
  position: relative;
}
.main_cont .content {
  padding-left: 30px;
  padding-right: 30px;
}
.main_cont .btn {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #323232;
}
.main_cont .btn a {
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: 'Crimson Text', serif;
  padding: 17px;
  position: relative;
  z-index: 3 !important;
}
.main_cont .btn a:after {
  content: '';
  background: url("../common_img/arr01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 44px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.main_cont .tt02 {
  font-size: 3.1rem;
  text-align: center;
  color: #353535;
  margin-bottom: 50px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 45px;
}
.main_cont .tt02 span {
  font-weight: normal;
  color: #a1a1a1;
  display: block;
  font-size: 1.7rem;
  font-family: 'Crimson Text', serif;
}
.main_cont .inner_flex .img {
  width: 52.2%;
}
.main_cont .inner_flex .img img {
  max-width: 100%;
}
.main_cont .inner_flex .txt {
  width: 43%;
}
.main_cont .inner_flex .txt h2 {
  margin-right: 26px;
  font-size: 3.1rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  color: #353535;
  margin-bottom: 50px;
  font-weight: 400;
  letter-spacing: 2px;
  background: url("../images/ico_pc.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right 11px;
  padding-top: 45px;
}
.main_cont .inner_flex .txt h2 span {
  font-weight: normal;
  color: #a1a1a1;
  display: block;
  font-size: 1.7rem;
  font-family: 'Crimson Text', serif;
}
.main_cont .inner_flex .txt .txt_in {
  max-width: 418px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.main_cont .inner_flex .txt p {
  letter-spacing: 0;
  border: 1px solid #353535;
  color: #353535;
  line-height: 2.5;
  font-size: 1.44rem;
  font-weight: 100;
  padding: 30px 30px;
  text-align: justify;
  margin-bottom: 60px;
}
.main_cont .bg01 {
  background: url("../images/bg05.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .main_cont .btn a {
    z-index: 1;
  }
  .main_cont .btn a:before {
    content: '';
    position: absolute;
    background-color: #0e3b73;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: -1;
  }
  .main_cont .btn a:hover:before {
    height: 100%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .main_cont {
    padding-top: 0;
  }
  .main_cont .btn {
    margin: 0;
  }
  .main_cont .content {
    padding-left: 3%;
    padding-right: 3%;
  }
  .main_cont .tt02 {
    font-size: 8vw;
    padding-top: 0;
    margin-bottom: 8%;
  }
  .main_cont .tt02 span {
    font-size: 59%;
  }
  .main_cont .inner_flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main_cont .inner_flex .img {
    width: 100%;
    order: 0;
  }
  .main_cont .inner_flex .txt {
    order: 1;
    width: 100%;
    padding: 20% 0 0 0;
  }
  .main_cont .inner_flex .txt h2 {
    writing-mode: rl-tb;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    background-position: top left;
    width: 100%;
    margin: 0 0 10% 0;
    font-size: 8vw;
    padding-top: 10%;
  }
  .main_cont .inner_flex .txt h2 span {
    font-size: 59%;
  }
  .main_cont .inner_flex .txt p {
    font-size: 109%;
    padding: 5% 7%;
    margin-bottom: 6%;
  }
  .main_cont .inner_flex .txt .txt_in {
    margin: 0 auto;
    width: 100%;
  }
}
/* ========== end △ */
.top01 {
  padding-top: 120px;
  padding-bottom: 100px;
  background: url("../images/bg02.jpg"), url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-position: right center, left center;
  background-size: 45.3% 100%, cover;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .top01 {
    background: url("../images/bg08.jpg");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 12%;
    padding-bottom: 10%;
  }
}
/* ========== end △ */
.top02 {
  padding-top: 120px;
  padding-bottom: 100px;
  background: url("../images/bg04.jpg"), url("../images/bg03.jpg");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: 45.3% 100%, cover;
}
.top02 .inner_flex .txt .txt_in {
  margin: 0 0 0 auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .top02 {
    background: url("../images/bg08.jpg");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .top02 .inner_flex .txt .txt_in {
    margin: 0 auto;
    width: 100%;
  }
}
/* ========== end △ */
.top03 {
  padding-top: 125px;
  padding-bottom: 130px;
}
.top03 p {
  padding-bottom: 65px;
}
.top03 .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 40px;
}
.top03 .imgs figure {
  position: relative;
  display: inline-block;
}
.top03 .imgs figure:nth-child(odd) {
  margin-top: 60px;
}
.top03 .imgs figure span {
  background-color: #fff;
  position: absolute;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 20px 10px;
  letter-spacing: 3px;
  font-size: 1.728rem;
  color: #353535;
  word-break: keep-all;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .top03 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .top03 .tac {
    text-align: left !important;
  }
  .top03 .imgs {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 2%;
  }
  .top03 .imgs figure {
    width: 48%;
    margin-top: 0 !important;
    margin-bottom: 3%;
  }
  .top03 .imgs figure:nth-child(even) {
    margin-left: 4%;
  }
  .top03 .imgs figure span {
    padding: 10px 4px;
    letter-spacing: 1px;
    font-size: 11px;
  }
}
/* ========== end △ */
.top04 {
  background: url("../images/bg07.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 137px;
  padding-bottom: 110px;
}
.top04 .container2 {
  background: url("../images/bg06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  max-width: 1400px;
  margin: 0 auto;
  height: 602px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.top04 .top04_inner {
  position: relative;
  z-index: 1;
}
.top04 .top04_inner a {
  text-decoration: none;
  display: block;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.top04 .top04_inner a p {
  padding-bottom: 55px;
}
.top04 .top04_inner:after {
  content: '';
  width: 0;
  height: 0;
  border: 394px solid transparent;
  border-top-width: 301px;
  border-bottom-width: 301px;
  border-bottom-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: -301px;
  z-index: -1;
}
.top04 .top04_inner:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border: 394px solid transparent;
  border-top-width: 301px;
  border-bottom-width: 301px;
  border-top-color: rgba(255, 255, 255, 0.95);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: 301px;
  z-index: -1;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .top04 .top04_inner a:hover figure {
    opacity: 0.5;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .top04 {
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: hidden;
  }
  .top04 .top04_inner {
    padding: 0 3%;
  }
  .top04 .top04_inner a p {
    padding-bottom: 10%;
    margin-bottom: 0;
  }
  .top04 .top04_inner a img {
    width: auto;
  }
  .top04 .tt02 {
    margin-bottom: 5%;
    font-size: 6.5vw;
  }
}
/* ========== end △ */
.top05 {
  padding: 100px 0;
  background-position: center bottom !important;
}
.top05 .container {
  z-index: 1;
}
.top05 h2 {
  font-size: 2.3rem;
  font-weight: normal;
}
.top05 h2 a {
  display: block;
  text-decoration: none;
  color: #323232;
  font-size: 1.44rem;
  margin-top: 30px;
}
.top05 ul {
  max-width: 661px;
  width: 70%;
  margin-right: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 280px;
}
.top05 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.top05 ul li a {
  text-decoration: none;
  color: #323232;
  padding: 35px 0;
  letter-spacing: 1px;
  padding-right: 20px;
  position: relative;
  display: block;
  width: calc(80% - 10px);
}
.top05 ul li a:after {
  content: '〉';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.top05 ul li p {
  margin-bottom: 0 !important;
  background: #323232;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 60px;
  padding: 3px 18px;
  line-height: 1.5;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .top05 h2 a {
    position: relative;
  }
  .top05 h2 a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #323232;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .top05 h2 a:hover:after {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .top05 ul li a:after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .top05 ul li:hover a:after {
    right: -5px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .top05 {
    padding: 13% 0;
  }
  .top05.bg01 {
    background-size: cover;
  }
  .top05 h2 {
    text-align: center;
    font-size: 179%;
    margin-bottom: 2%;
  }
  .top05 h2 a {
    font-size: 61%;
    margin-top: 3%;
  }
  .top05 ul {
    width: 100%;
    margin-right: 0;
  }
  .top05 ul li p {
    margin-right: 6%;
  }
  .top05 ul li a {
    padding: 5% 5% 5% 0;
    width: 100%;
  }
  .top05 .container {
    display: block;
  }
}
/* ========== end △ */
.top06 .content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.top06 a {
  display: block;
  text-decoration: none;
  width: 50%;
  position: relative;
}
.top06 a img {
  max-width: 100%;
}
.top06 a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  top: 0;
  background: rgba(14, 15, 10, 0.18);
}
.top06 a:nth-child(2):before {
  left: auto;
  right: 0;
}
.top06 a:nth-child(2) span {
  left: 0;
  right: auto;
}
.top06 a:nth-child(2) span:after {
  right: 0;
  left: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.top06 a span {
  padding: 0 87px;
  position: absolute;
  z-index: 1;
  color: #fff;
  right: 0;
  top: 50%;
  font-size: 2.3rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.top06 a span:after {
  content: '';
  position: absolute;
  background: url("../common_img/arr04.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) scaleX(-1);
  -webkit-transform: translate(0, -50%) scaleX(-1);
  width: 44px;
  height: 8px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .top06 a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
  .top06 a:hover:before {
    width: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .top06 .content {
    display: block;
  }
  .top06 .content a {
    width: 100%;
  }
  .top06 .content a span {
    padding: 0 3% 0 15%;
    font-size: 164%;
  }
  .top06 .content a:nth-child(2) span {
    padding: 0 15% 0 3%;
  }
}
/* ========== end △ */
/***********animation*************/
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
</pre></body></html>