@charset "utf-8";

/*----------------------------------------
インターフェース
----------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
}

a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    line-height: 1.75;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*----------------------------------------
ヘッダー
----------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  color: #08284b;
}

#header.invert {
  background: rgba(255, 255, 255, 1);
}

#header .header-inner {
  width: 100%;
  max-width: 1840px;
  height: auto;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  overflow: hidden;
}

#header .header-logo {
  float: left;
  width: 280px;
  height: 56px;
  margin: 22px 16px 22px 0;
}

#header .header-tt {
  float: left;
  font-size: 1.3rem;
  line-height: 13px;
  margin: 64px 32px 0 0;
}

#header .header-open {
  position: fixed;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header .header-nav .nav-close {
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box;
}

#header .header-nav .nav-list {
  font-size: 2rem;
  line-height: 100px;
  text-align: right;
}

#header .header-nav .nav-list .list-item a {
  color: #08284b;
  text-decoration: none;
}

@media screen and (min-width: 1404px) {
  #header .header-open,
  #header .header-nav .nav-close {
    display: none;
  }

  #header .header-nav {
    float: right;
  }

  #header .header-nav .nav-list .list-item {
    display: inline-block;
    margin: 0 16px 0 0;
  }

  #header .header-nav .nav-list .list-item p .en {
    display: none;
  }
}

@media screen and (max-width: 1404px) {
  #header .header-open,
  #header .header-nav .nav-close {
    display: inline-block;
  }

  #header .header-open {
    scale: 1.5;
    top: 34px;
    right: 32px;
  }

  #header .header-nav .nav-close {
    margin: 34px;
  }

  #header .header-nav {
    position: fixed;
    top: 0;
    right: -532px;
    width: 532px;
    height: 100vh;
    background: #08284b;
    overflow-y: scroll;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  #header .header-nav.on {
    top: 0;
    right: 0;
  }

  #header .header-nav .nav-list {
    border-top: 1px solid #fff;
    text-align: left;
  }

  #header .header-nav .nav-list .list-item {
    border-bottom: 1px solid #fff;
  }

  #header .header-nav .nav-list .list-item p {
    padding: 0 32px;
    color: #fff;
    line-height: 88px;
  }

  #header .header-nav .nav-list .list-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  #header .header-nav .nav-list .list-item p .en {
    font-size: 80%;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 60px;
  }

  #header .header-inner {
    padding: 0 16px;
  }

  #header .header-logo {
    width: 140px;
    height: 28px;
    margin: 16px 8px 16px 0;
  }

  #header .header-tt {
    font-size: 1rem;
    line-height: 10px;
    margin: 34px 16px 0 0;
  }

  #header .header-open {
    scale: 1;
    top: 14px;
    right: 16px;
  }

  #header .header-nav {
    top: 0;
    right: -266px;
    width: 266px;
  }

  #header .header-nav .nav-close {
    margin: 14px;
  }

  #header .header-nav .nav-list {
    font-size: 1.4rem;
  }

  #header .header-nav .nav-list .list-item {
    height: 44px;
  }

  #header .header-nav .nav-list .list-item p {
    line-height: 44px;
    padding: 0 16px;
    color: #fff;
  }
}

/*----------------------------------------
フッター
----------------------------------------*/

#footer .footer-nav {
  background: #f6faff;
  color: #08284b;
}

#footer .footer-nav .nav-inner {
  width: 100%;
  max-width: 1216px;
  height: auto;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  overflow: hidden;
}

#footer .footer-nav .nav-list {
  margin: 32px 0;
  text-align: center;
}

#footer .footer-nav .nav-list .list-item {
  display: inline-block;
  margin: 0 16px;
  font-size: 2rem;
  line-height: 1.75;
}

#footer .footer-nav .nav-list .list-item a {
  text-decoration: none;
  color: #08284b;
}

#footer .footer-copy {
  padding: 25px 32px;
  background: #08284b;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.153846154;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #footer .footer-nav .nav-inner {
    padding: 0 16px;
  }

  #footer .footer-nav .nav-list {
    margin: 11px 0;
  }

  #footer .footer-nav .nav-list .list-item {
    display: block;
    margin: 6px 0px;
    font-size: 1.2rem;
    line-height: 1.75;
  }

  #footer .footer-copy {
    padding: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}

/*----------------------------------------
キービジュアル
----------------------------------------*/

#key {
  position: relative;
  width: 100%;
}

#home #key {
  height: 100vh;
}

#under #key {
  margin: 0 0 -100px 0;
  height: 60vh;
}

#key .key-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #08284b;
  font-size: 1.8rem;
  color: #fff;
}

#key .info-inner {
  width: 100%;
  max-width: 1840px;
  height: auto;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  overflow: hidden;
}

#key .key-info .info-list .list-item h3 {
  display: inline-block;
  width: 96px;
  height: 32px;
  margin: 0 16px 0 0;
  background: #fff;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
  color: #08284b;
  font-weight: normal;
}

#key .key-info .info-list .list-item p {
  display: inline-block;
  color: #fff;
  line-height: 80px;
}

#key h1 {
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 100%;
  font-size: 3.7rem;
  line-height: 1.351351351;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #key .key-info .info-sub {
    display: none;
  }

  #key .key-info .info-list .list-item {
    float: left;
    margin: 0 32px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #under #key {
    margin-bottom: -60px;
    height: 40vh;
  }

  #key .key-info {
    padding: 16px 0;
    font-size: 1.4rem;
  }

  #key .info-inner {
    padding: 0 16px;
  }

  #key .key-info .info-list .list-item {
    margin: 0 0 16px;
  }

  #key .key-info .info-list .list-item h3 {
    width: 72px;
    height: 24px;
    margin: 0 8px 0 0;
    font-size: 1.4rem;
    line-height: 24px;
  }

  #key .key-info .info-list .list-item .item-sub {
    display: none;
  }

  #key .key-info .info-list .list-item p {
    line-height: 24px;
  }

  #key h1 {
    bottom: -80px;
    font-size: 2.4rem;
    line-height: 1.333333333;
  }
}

/*----------------------------------------
パンくず
----------------------------------------*/

#bread_area {
  margin: 120px 0 0 0;
  font-size: 1.1rem;
  line-height: 2.153846154;
}

#bread_area a {
  color: #08284b;
}

#bread_area a.currentpage {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #bread_area {
    margin: 70px 0 0 0;
    font-size: 1rem;
    line-height: 2;
  }
}

/*----------------------------------------
メインコンテンツ
----------------------------------------*/

#main .main-inner {
  width: 100%;
  max-width: 1216px;
  height: auto;
  margin: 0 auto;
  padding: 0 32px;
  overflow: hidden;
  box-sizing: border-box;
}

#main h1 {
  margin: 140px 0 0 0;
  font-size: 3.7rem;
  line-height: 1.351351351;
  text-align: center;
  font-weight: normal;
}

#main .main-sec {
  margin: 140px 0;
}

#main .main-sec h2 {
  margin: 200px 0 16px;
  padding: 0 0 38px 0;
  border-bottom: 1px solid #000;
  font-size: 3rem;
  line-height: 1.433333333;
  font-weight: normal;
  text-align: center;
}

#main .main-sec h3 {
  margin: 99px 0 6px;
  font-size: 2.4rem;
  line-height: 1.583333333;
  font-weight: normal;
}

#main .main-sec h4 {
  margin: 51px 0 8px;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: normal;
}

#main .main-sec p {
  margin: 24px 0 8px;
  font-size: 1.6rem;
  line-height: 1.5;
}

#main .main-sec p small {
  font-size: 1.3rem;
  line-height: 2.153846154;
}

#main .main-sec p a {
  color: #08284b;
  text-decoration: underline;
}

#main .main-sec img,
.remodal img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#main .main-sec table {
  width: 100%;
  max-width: 600px;
  margin: 32px 0 16px;
}

#main .main-sec table tr:nth-child(odd) {
  background-color: #f0f0f0;
}

#main .main-sec table th,
#main .main-sec table td {
  padding: 8px;
}

#main .main-sec .txt-l {
  text-align: left;
}
#main .main-sec .txt-c {
  text-align: center;
}
#main .main-sec .txt-r {
  text-align: right;
}

#main .main-btn {
  display: block;
  max-width: 280px;
  height: 80px;
  margin: 56px auto;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 80px;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}

#main .main-btn:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

#main .video,
.remodal .video {
  position: relative;
  width: 100%;
  margin: 0.8em 0;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto;
}

#main .video iframe,
.remodal .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 768px) {
  #main .main-sec .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #main .main-sec .row .col1-2 {
    width: 50%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  #main .main-sec .row .col1-3 {
    width: 33.3%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  #main .main-sec .row .col2-3 {
    width: 66.6%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  #main .main-sec .row .col1-4 {
    width: 25%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #main .main-inner {
    padding: 0 16px;
  }

  #main h1 {
    margin: 98px 0 0 0;
    font-size: 2.4rem;
    line-height: 1.333333333;
  }

  #main .main-sec {
    margin: 57px 0;
  }

  #main .main-sec h2 {
    margin: 57px 0 1px;
    padding: 0 0 9px 0;
    font-size: 2rem;
    line-height: 1.45;
  }

  #main .main-sec h3 {
    margin: 34px 0 2px;
    font-size: 1.7rem;
    line-height: 1.470588235;
  }

  #main .main-sec h4 {
    margin: 19px 0 2px;
    font-size: 1.4rem;
    line-height: 1.642857143;
  }

  #main .main-sec p {
    margin: 11px 0 3px;
    font-size: 1.4rem;
    line-height: 1.75;
  }

  #main .main-sec p small {
    font-size: 1rem;
    line-height: 2;
  }

  #main .main-sec table {
    margin: 16px 0 8px;
  }

  #main .main-sec table th,
  #main .main-sec table td {
    padding: 4px;
  }

  #main .main-btn {
    max-width: 200px;
    height: 56px;
    margin: 24px auto;
    font-size: 1.2rem;
    line-height: 56px;
  }

  #main .main-sec .row .col1-4 {
    width: 50%;
  }
}

/*----------------------------------------
メインコンテンツ - メッセージ
----------------------------------------*/

#main .main-sec.message h3 {
  text-align: center;
}

/*----------------------------------------
メインコンテンツ - ニュース
----------------------------------------*/

#main .main-sec.news .news-list .list-item {
  padding: 8px 0;
  border-bottom: 1px dotted #000;
}

#main .main-sec.news .news-list .list-item p {
  margin: 0;
}

#main .main-sec.news .news-list .list-item h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: normal;
}

#main .main-sec.news .news-list .list-item h3 a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  #main .main-sec.news .news-list .list-item p {
    margin: 3px 0 0;
  }

  #main .main-sec.news .news-list .list-item h3 {
    margin: 0 0 2px;
    font-size: 1.4rem;
    line-height: 1.642857143;
  }
}

/*----------------------------------------
メインコンテンツ -　アクセス
----------------------------------------*/

#main .main-sec.access .access-map {
  margin: 48px 0;
  height: 60vh;
}

#main .main-sec.access .access-address {
  max-width: 592px;
  margin: 0 auto;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #main .main-sec.access .access-map {
    margin: 24px 0;
    height: 30vh;
  }
}

/*----------------------------------------
メインコンテンツ -　SNS
----------------------------------------*/

#main .main-sec.sns .sns-list {
  margin: 56px 0;
  text-align: center;
}

#main .main-sec.sns .sns-list .list-item {
  display: inline-block;
  margin: 0 16px;
}

#main .main-sec.sns .sns-icon {
  font-size: 5rem;
  color: #08284b;
}

@media screen and (max-width: 767px) {
  #main .main-sec.sns .sns-list .list-item {
    margin: 0 8px;
  }

  #main .main-sec.sns .sns-icon {
    font-size: 2rem;
  }
}

/*----------------------------------------
メインコンテンツ -　沿革
----------------------------------------*/

#main .main-sec.history h3 {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  #main .main-sec.history h3 {
    margin-top: 24px;
  }
}

/*----------------------------------------
メインコンテンツ - サイトマップ 
----------------------------------------*/

#main .main-sec.sitemap ul {
  padding-left: 32px;
}

#main .main-sec.sitemap li {
  list-style: disc;
}

#main .main-sec.sitemap a {
  color: #000;
  text-decoration: none;
}

