@charset "UTF-8";
/*------------
 *
 *  日本語
 *
------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  box-sizing: border-box; }

/*------------
 *
 *  日本語
 *
------------*/
html,
body {
  margin: 0;
  min-height: 100vh;
  background: #eae0d8;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "MS P明朝", "MS PMincho", serif; }
  @media screen and (max-width: 767px) {
    html,
    body {
      min-height: auto; } }

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

p {
  margin: 0; }

a {
  color: inherit;
  text-decoration: none; }

/*------------
  common
------------*/
.wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/*------------
  header
------------*/
header {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1170px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 2px solid #fff; }
  @media screen and (max-width: 767px) {
    header {
      align-items: center;
      width: 85%;
      padding: 15px 0; } }
  header img {
    position: relative;
    width: 200px;
    height: auto;
    transition: 1s;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      header img {
        width: auto; } }
  @media screen and (max-width: 767px) {
    header .page-logo {
      width: auto;
      max-width: 40%; } }
  @media screen and (max-width: 767px) {
    header .top-logo {
      width: auto;
      max-width: 40%; } }
  header .lang {
    font-size: 12px;
    color: #29375f; }
    header .lang a {
      margin-left: 10px;
      padding-left: 10px;
      color: #fff;
      border-left: 1px solid #fff;
      transition: 1s ease-in-out; }
      header .lang a:hover {
        color: #29375f; }

/*------------
  main
------------*/
main {
  position: relative;
  width: 1170px;
  margin: 60px auto; }
  @media screen and (max-width: 767px) {
    main {
      width: 85%;
      margin: 0 auto;
      padding: 20px 0; } }

.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 99; }

.sns {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .sns {
      margin-top: 20px;
      text-align: right; } }
  .sns a {
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      .sns a {
        padding-left: 15px;
        padding-right: 0; } }
    .sns a img {
      width: auto;
      height: 25px; }
    @media screen and (max-width: 767px) {
      .sns a {
        width: auto;
        height: 20px; } }

@media screen and (max-width: 767px) {
  .page .sns {
    display: none; } }

/*
  index
------------*/
.index .main-wrapper {
  align-items: center; }
.index .index-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%; }
  @media screen and (max-width: 767px) {
    .index .index-image {
      width: 100%; } }
  .index .index-image img:first-child {
    padding-bottom: 20px; }
  .index .index-image img:nth-child(n+2) {
    width: 48.5%; }
.index .index-txt {
  position: relative;
  width: 35%;
  color: #29375f; }
  @media screen and (max-width: 767px) {
    .index .index-txt {
      width: 100%;
      margin-top: 20px;
      text-align: center; } }
  .index .index-txt h1 {
    margin-bottom: 25px;
    font-size: 24px; }
  .index .index-txt p {
    font-size: 14px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .index .index-txt p {
        font-size: 14px; } }
  .index .index-txt a {
    position: absolute;
    bottom: -50px;
    right: 0;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    transition: 1s ease-in-out; }
    @media screen and (max-width: 767px) {
      .index .index-txt a {
        display: inline-block;
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        font-size: 20px; } }
    .index .index-txt a:hover {
      color: #29375f;
      border: 1px solid #29375f; }

/*
  main-image
------------*/
.main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  text-align: right;
  opacity: 0;
  transition: .5s ease-in-out;
  visibility: hidden; }
  @media screen and (max-width: 767px) {
    .main-image {
      order: 1;
      position: relative;
      width: 100%;
      margin-bottom: 30px; } }
  .main-image.fade {
    opacity: 1;
    visibility: visible; }
  .main-image img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease-in-out; }
    .main-image img.top {
      position: relative; }
    .main-image img.active {
      opacity: 1; }

@media screen and (max-width: 767px) {
  .page .main-image {
    display: none; } }

/*
  main-content
------------*/
.main-content {
  width: 70%;
  min-height: 400px;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .main-content {
      width: 100%;
      min-height: 1px;
      margin-top: 20px; } }
  .main-content.news-content {
    margin-top: 0; }
  .main-content > div {
    display: none; }
    .main-content > div.active {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }

@media screen and (max-width: 767px) {
  .page .main-content {
    order: 3;
    min-height: 80vh; } }
@media screen and (max-width: 767px) {
  .page .main-content.news-content {
    min-height: 61vh; } }

/*------------
  menu
------------*/
.menu {
  position: relative;
  width: 30%;
  height: 400px;
  font-weight: bold;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .menu {
      order: 2;
      width: 100%;
      height: auto; } }
  .menu ul {
    padding: 0;
    list-style: none;
    transition: 1s ease-in-out; }
    .menu ul li {
      position: relative;
      margin-bottom: 30px;
      font-size: 20px;
      cursor: pointer;
      transition: 1s ease-in-out; }
      .menu ul li.none {
        display: none; }
      .menu ul li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #29375F;
        transition: 1s ease-in-out;
        opacity: 0; }
      .menu ul li:hover {
        padding-left: 15px;
        font-size: 24px;
        color: #29375F; }
        @media screen and (max-width: 767px) {
          .menu ul li:hover {
            padding-left: 0;
            font-size: 20px; } }
        .menu ul li:hover::before {
          opacity: 1; }
          @media screen and (max-width: 767px) {
            .menu ul li:hover::before {
              opacity: 0; } }
      @media screen and (max-width: 767px) {
        .menu ul li {
          margin-bottom: 15px; } }
  .menu .gnav {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 767px) {
      .menu .gnav {
        position: relative;
        text-align: center; } }

/*------------
  page-menu
------------*/
.page .menu .gnav {
  width: auto;
  top: 70%;
  padding-right: 40px;
  border-bottom: 2px solid #fff; }
  @media screen and (max-width: 767px) {
    .page .menu .gnav {
      display: none; } }
  .page .menu .gnav li {
    margin-bottom: 10px;
    font-size: 16px;
    transition: 1s ease-in-out; }
    @media screen and (max-width: 767px) {
      .page .menu .gnav li {
        font-size: 24px; } }
.page .menu .page-menu .current {
  position: relative;
  margin-bottom: 25px;
  padding-left: 15px;
  color: #29375F; }
  @media screen and (max-width: 767px) {
    .page .menu .page-menu .current {
      margin-bottom: 0; } }
  .page .menu .page-menu .current::before {
    opacity: 1; }
.page .menu .page-menu .submenu {
  position: relative;
  width: 45%;
  left: -25%;
  padding-bottom: 15px;
  opacity: 0;
  border-bottom: 2px solid #fff;
  transition: .5s ease-in-out; }
  @media screen and (max-width: 767px) {
    .page .menu .page-menu .submenu {
      display: none; } }
  .page .menu .page-menu .submenu.fade {
    left: 0;
    opacity: 1; }
  .page .menu .page-menu .submenu li {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff; }
    .page .menu .page-menu .submenu li:hover {
      color: #29375F; }
.page .menu .page-menu #search {
  width: 70%; }
  .page .menu .page-menu #search .input-box {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    border: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      .page .menu .page-menu #search .input-box {
        margin: 20px auto;
        padding: 5px; } }
    .page .menu .page-menu #search .input-box input {
      width: 90%;
      background: transparent;
      border: none; }
      .page .menu .page-menu #search .input-box input:focus {
        border: none;
        outline: none; }
    .page .menu .page-menu #search .input-box button {
      width: 10%;
      padding: 0 5px 0 0;
      background: transparent;
      border: none; }

/*------------
  slider
------------*/
#slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  opacity: 0;
  transition: 1s; }
  @media screen and (max-width: 767px) {
    #slider {
      order: 1;
      position: relative;
      width: 100%;
      height: auto;
      left: 0;
      transform: translateX(0); } }
  #slider.fade {
    opacity: 1; }
  #slider .wrap {
    position: relative;
    width: 100%;
    height: 380px; }
    @media screen and (max-width: 767px) {
      #slider .wrap {
        height: auto; } }
    #slider .wrap div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      #slider .wrap div:first-child {
        position: relative; }
      #slider .wrap div img {
        opacity: 0;
        transition: 1s; }
        #slider .wrap div img.active {
          opacity: 1; }

.access #slider .wrap {
  border: 2px solid #29375f; }

/*------------
  content
------------*/
.content {
  position: relative;
  width: 40%;
  color: #29375F;
  line-height: 1.5;
  font-size: 16px;
  opacity: 0;
  transition: 1s; }
  @media screen and (max-width: 767px) {
    .content {
      order: 2;
      width: 100%;
      margin: 20px auto; } }
  .content.fade {
    opacity: 1; }
  .content .wrap {
    display: none; }
    .content .wrap.active {
      display: block; }
    .content .wrap .submenu {
      display: none;
      margin-top: 30px;
      text-align: center;
      list-style: none; }
      @media screen and (max-width: 767px) {
        .content .wrap .submenu {
          display: block; } }
      .content .wrap .submenu li {
        display: inline-block;
        padding: 5px 15px;
        font-size: 16px;
        color: #fff;
        border: 1px solid #fff; }
  .content h1 {
    margin-bottom: 25px;
    font-size: 20px; }
  .content p {
    margin-bottom: 20px; }
  .content ul {
    padding-left: 15px; }
    .content ul + p {
      margin: 20px auto 0; }

/*
  news
------------*/
#news {
  width: 100%; }
  #news .wrap {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    #news .wrap::-webkit-scrollbar {
      display: none; }
  #news .inner {
    max-height: 62vh; }
    @media screen and (max-width: 767px) {
      #news .inner {
        max-height: 50vh; } }
  #news .news-list {
    padding-bottom: 1px; }
  #news .news-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px;
    border: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      #news .news-box {
        padding: 10px; } }
    #news .news-box + .news-box {
      margin-top: 10px; }
    #news .news-box .thumbnail {
      width: 25%; }
      @media screen and (max-width: 767px) {
        #news .news-box .thumbnail {
          width: 40%; } }
      #news .news-box .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    #news .news-box .article {
      width: 70%;
      color: #29375f; }
      @media screen and (max-width: 767px) {
        #news .news-box .article {
          width: 55%; } }
      #news .news-box .article .date {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 12px; }
      #news .news-box .article .title {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 32px;
        border-bottom: 1px solid #29375f; }
        @media screen and (max-width: 767px) {
          #news .news-box .article .title {
            font-size: 16px; } }
      #news .news-box .article p {
        font-size: 12px;
        line-height: 1.5; }

/*------------
  info
------------*/
#info {
  width: 100%;
  opacity: 0;
  transition: 1s; }
  #info.fade {
    opacity: 1; }
  #info .real-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #29375f; }
    @media screen and (max-width: 767px) {
      #info .real-info {
        display: block; } }
    #info .real-info + .real-info {
      margin-top: 40px; }
    #info .real-info .real-txt {
      width: 30%; }
      @media screen and (max-width: 767px) {
        #info .real-info .real-txt {
          width: 100%;
          margin-top: 20px; } }
      #info .real-info .real-txt p {
        font-size: 16px;
        line-height: 1.5; }
      #info .real-info .real-txt .ttl {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 24px;
        border-bottom: 2px solid #29375f; }

/*------------
  form
------------*/
#form {
  width: 100%;
  opacity: 0;
  transition: 1s; }
  #form.fade {
    opacity: 1; }
  #form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #form form input {
      width: 46%;
      margin-bottom: 30px;
      padding: 15px 10px;
      border: 2px solid #29375f; }
      @media screen and (max-width: 767px) {
        #form form input {
          width: 80%; } }
    #form form textarea {
      width: 100%;
      margin-bottom: 30px;
      padding: 15px 10px;
      border: 2px solid #29375f; }
    #form form .submit {
      width: 100%;
      text-align: right; }
      #form form .submit input {
        width: auto;
        padding: 10px 60px;
        font-size: 20px;
        color: #fff;
        background: #29375f;
        border: none; }
  #form .submenu {
    display: none;
    margin-top: 30px;
    text-align: center;
    list-style: none; }
    @media screen and (max-width: 767px) {
      #form .submenu {
        display: block; } }
    #form .submenu li {
      display: inline-block;
      padding: 5px 15px;
      font-size: 16px;
      color: #fff;
      border: 1px solid #fff; }

/*------------
  pagenation
------------*/
.navigation {
  position: absolute;
  right: 0;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .navigation {
      left: 0;
      margin: 20px auto 0; } }
  .navigation .pagenation {
    display: flex;
    justify-content: center; }
    .navigation .pagenation .page-item {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      color: #fff;
      border: 1px solid #fff;
      cursor: pointer;
      transition: .5s; }
      .navigation .pagenation .page-item:hover {
        color: #29375f; }
      .navigation .pagenation .page-item.active {
        color: #29375f; }
      .navigation .pagenation .page-item.prev {
        background: #fff; }
      .navigation .pagenation .page-item.next {
        background: #fff; }

/*# sourceMappingURL=style.css.map */
