@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ホームアイコン */
.icon-house:before {
  content: "\e901";
}

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px;
}

/*-------------------------------------------------------------------------------

body

-------------------------------------------------------------------------------*/
body {
  margin: 0;
}

/*-------------------------------------------------------------------------------



ヘッダー


-------------------------------------------------------------------------------*/
header h1 a {
  position: relative;
  max-width: 300px;
  position: relative;
  background: url(/img/title.png) top center/contain no-repeat;
  padding: 0;
  height: 90px;
  margin-top: 12px;
}
@media (max-width: 425px) {
  header h1 a {
    width: 255px;
  }
}
header h1 span.title {
  width: 100%;
  font-size: 160%;
  display: none;
}
header h1 span.sub-title {
  line-height: 1;
  display: none;
}
header .sub-nav ul li a i::after {
  display: none;
}
header .sub-nav ul li .btn a {
  text-align: center;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
}
@media (min-width: 960px) {
  header .sub-nav ul li .btn a {
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    margin: 12px 0 0;
  }
}

@media (min-width: 960px) {
  header {
    margin-bottom: 0;
    border-bottom: none;
  }
  header .global-nav {
    width: 100%;
    flex: 1 1 100%;
    background: #0a658e;
    margin: 0 -200%;
    padding: 0 200%;
    color: #fff;
  }
  header .global-nav li::after {
    top: 27.5px;
    transform: rotate(15deg);
    width: 2px;
  }
  header .global-nav li a {
    font-size: 120%;
    padding: 27.5px 0 27.5px 0;
    color: #fff;
  }
  header .global-nav li a:hover {
    opacity: 0.8;
    color: #fff;
  }
  header .global-nav {
    /*			li.nav-3 a{
    				padding: 15px 0;
    				height: 50px;
    			}*/
  }
  header .global-nav li.nav-1 a {
    padding: 15px 0;
    height: 50px;
  }
  header .global-nav li.nav-6 a {
    font-size: 100%;
    padding: 15px 0;
    height: 50px;
  }
  header .global-nav li.nav-7:after {
    content: none;
  }
  header .sub-nav li.li-contact a {
    padding: 5px 20px;
    border: 2px solid #0a658e;
    color: #fff;
    background: #0a658e;
    border-radius: 5px;
  }
  header .sub-nav li.li-contact a:hover {
    color: #0a658e;
    background: #fff;
  }
  header .sub-nav li.li-contact a:before {
    content: none;
  }
  header .global-nav li:first-of-type:before {
    top: 27.5px;
    transform: rotate(15deg);
    width: 2px;
    content: none;
  }
}
@media (max-width: 960px) {
  .open-header {
    position: absolute;
  }
  .open-header .header-inner {
    width: 100%;
    z-index: 100000000;
    background: #fff;
  }
  .open-header .header-inner h1.site-title {
    margin: 0;
    padding: 0;
    padding-left: 13px;
  }
  .open-header .header-inner h1.site-title a {
    z-index: 1000;
  }
  .global-nav .nav-drawer-btn.open {
    height: 69px;
  }
  .open-header .menu-list.open li a {
    width: calc(100% - 24px);
  }
  .open-header .sub-nav li.x-wrap {
    background-color: black;
  }
}
/*-------------------------------------------------------------------------------

フッター

-------------------------------------------------------------------------------*/
footer {
  background-color: #0a658e;
  border-top: 0px;
  color: #fff;
}
footer .footer-inner .footer-nav li a {
  color: #fff;
}
@media (min-width: 768px) {
  footer .footer-inner {
    padding: 50px 15px 30px 15px;
  }
}
footer .footer-inner .footer-nav {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
footer .footer-inner .footer-nav .footer-sns {
  max-width: 200px;
}
footer .footer-inner .footer-nav .footer-sns .footer-title {
  padding-top: 0;
  font-size: 136%;
}
footer .footer-inner .footer-nav .footer-sns img {
  display: block;
  width: 30px;
  height: 30px;
}

footer .footer-inner p.footer-title {
  padding-top: 0;
  font-size: 136%;
}

footer .footer-inner .footer-nav li {
  display: block;
}
footer .footer-inner .footer-nav li a:hover {
  opacity: 0.7;
  color: white;
}

a.sns-link img {
  display: block;
  width: 30px;
  height: 30px;
}
a.sns-link:hover {
  opacity: 0.7;
}
a.sns-link i {
  display: none;
}

/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
}
.home .main-v {
  width: 100%;
  margin: 55px 0 0px 0;
}
@media screen and (min-width: 768px) {
  .home .main-v {
    margin: 0 0 0px 0;
  }
}
.home .main-v img {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .main-v img {
    margin: 0 auto;
    max-height: 480px;
  }
}
@media (max-width: 768px) {
  .home .main-v {
    margin: 90px 0 15px 0;
  }
}
.home .main-v .main-v-inner-sp {
  display: none;
}
@media (max-width: 768px) {
  .home .main-v .main-v-inner-sp {
    display: block;
  }
}
.home .main-v .main-v-inner {
  background: url("../img/main-v.png") center center/cover no-repeat;
  padding: 300px 0;
}
@media (max-width: 768px) {
  .home .main-v .main-v-inner {
    display: none;
  }
}
.home .main-v .main-v-inner .mainv-message {
  max-width: 500px;
  margin: 0 0 0 auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 6%;
  bottom: calc(50% - 280px);
}
@media (max-width: 960px) and (min-width: 768px) {
  .home .main-v .main-v-inner .mainv-message {
    bottom: calc(50% - 190px);
  }
}
.home .main-v .main-v-inner .mainv-message h2 {
  padding: 250px 10px;
  font-size: 3.75rem;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0px 1px 20px #707070;
  border-bottom: 0;
  letter-spacing: 0.1em;
  height: auto;
  padding: 10px 40px 200px 40px;
  text-align: left;
  line-height: 1.5;
}
.home .main-v .main-v-inner .mainv-message h2::before {
  display: none;
}
@media (max-width: 768px) {
  .home .main-v .main-v-inner .mainv-message h2 {
    font-size: 3rem;
  }
}
@media (max-width: 425px) {
  .home .main-v .main-v-inner .mainv-message h2 {
    font-size: 2rem;
  }
}
.home .main-v .main-v-inner .mainv-message p {
  display: inline-block;
  position: absolute;
  font-size: 111%;
  letter-spacing: 0.1em;
  color: white;
  margin-top: 100px;
  top: 13px;
  padding-left: 30px;
  width: 83%;
  line-height: 1.3;
  margin-top: 80px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 425px) {
  .home .main-v .main-v-inner .mainv-message p {
    padding: 20px;
    letter-spacing: 0.01em;
    font-size: 120%;
  }
}
.home .main-v .main-v-inner .mainv-message p::before {
  content: none;
  width: 3em;
  height: 2px;
  background: #555;
  display: inline-block;
  bottom: 50%;
  left: 1.5em;
  position: absolute;
}
@media (max-width: 425px) {
  .home .main-v .main-v-inner .mainv-message p::before {
    display: none;
  }
}
.home .main-v .main-v-inner .mainv-message p.message-btn {
  top: 160px;
  text-align: right;
}
.home .main-v {
  /* コントローラー */
}
.home .main-v .bx-controls {
  position: absolute;
  bottom: -40px;
  z-index: 500;
}
.home .main-v .bx-pager-item {
  display: inline-block;
}
.home .main-v .bx-pager-item a {
  text-indent: -9999px;
  display: block;
  background: #808080;
}
.home .main-v .bx-pager-item .active {
  background: rgb(169, 0, 0);
}
.home .main-v {
  /* ページャー */
}
.home .main-v .bx-controls-direction {
  display: none;
}
.home {
  /* end .main-v */
}
.home .mainv-message-sp {
  display: none;
}
@media (max-width: 768px) {
  .home .mainv-message-sp {
    display: block;
  }
}
.home .mainv-message-sp .mainv-message-sp-inner {
  padding: 10px;
}
.home .mainv-message-sp .mainv-message-sp-inner h2 {
  border-bottom: 0;
  font-size: 227%;
  margin-bottom: 30px;
}
.home .mainv-message-sp .mainv-message-sp-inner h2:before {
  content: none;
}
.home .mainv-message-sp .mainv-message-sp-inner p {
  font-size: 114%;
}
.home .mainv-message-sp .mainv-message-sp-inner p.message-btn {
  text-align: right;
}
.home {
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
}
.home h2 {
  height: auto;
}
.home main {
  padding: 0;
  margin: 0 auto;
}
.home .contents-wrap {
  padding: 0;
  max-width: inherit;
}
.home {
  /* end .contents-wrap */
}
.home section {
  float: none;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 0px;
  padding: 0 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .home section .btn {
    clear: both;
    text-align: center;
  }
  .home section .btn a {
    padding: 12px 90px 12px 90px;
  }
}
.home .wrap__box {
  position: relative;
}
.home .menu__box {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  z-index: 2;
}
.home .menu__box a {
  color: #fff;
}
.home .menu__box h4 {
  font-size: 20px;
  font-weight: normal;
  padding: 30px 0 10px 15px;
}
.home .menu__box h4 img {
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .home .menu__box h4 {
    font-size: 30px;
  }
}
.home .menu__box p {
  font-size: 105%;
  padding: 0 0 0 15px;
}
.home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
  background-color: #007ab7;
  padding: 10px;
}
.home .menu__box_url_2 a, .home .menu__box_url_4 a {
  color: #007ab7;
}
.home .contents-wrap {
  padding: 0;
  max-width: inherit;
}
.home {
  /* end .contents-wrap */
}
.home .menu {
  margin: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .home .menu {
    margin: 50px 0;
  }
}
.home .menu::before {
  /*position: absolute;
     left: -8px;
     top: -59px;
     content: "";
     width: 500px;
     height: 300px;
     background: url(../img/cloud02.png) center center/contain no-repeat;
  */
}
.home .menu .menu-area {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home .menu .menu-area {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
.home .menu .menu-area .menu-box {
  width: 23%;
  z-index: 0;
  background-color: #0079AF;
}
@media (max-width: 768px) {
  .home .menu .menu-area .menu-box {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
}
.home .menu .menu-area .menu-box .a-all {
  display: block;
  height: 100%;
}
.home .menu .menu-area .menu-box .a-all .menu-txt {
  transform: translateY(50%);
}
.home .menu .menu-area .menu-box {
  /*.menu-img {
    height: 150px;
    width: 150px;
    margin: -75 auto 0;
    .h2-hidden {
      display: none;
    }
    /*&.menu-img01 {
      background: url("/img/menu1.png") center center/ cover no-repeat;
    }
    &.menu-img02 {
      background: url("/img/menu2.png") center center/ cover no-repeat;
    }
    &.menu-img03 {
      background: url("/img/menu3.png") center center/ cover no-repeat;
    }*/
}
.home .menu .menu-area .menu-box .menu-txt {
  padding: 10px 10px;
  position: relative;
}
.home .menu .menu-area .menu-box .menu-txt h2 {
  margin-bottom: 2em;
  margin-top: 0;
  font-size: 110%;
}
.home .menu .menu-area .menu-box .menu-txt h3 {
  text-align: center;
  display: block;
  width: 200px;
  margin: 0 auto;
  color: #4c4948;
  border-bottom: none;
  color: #fff;
}
@media (max-width: 1000px) {
  .home .menu .menu-area .menu-box .menu-txt h3 {
    width: auto;
  }
}
.home .menu .menu-area .menu-box .menu-txt h3:before {
  content: none;
}
.home .menu .menu-area .menu-box .menu-txt ul {
  width: fit-content;
  margin: 0 auto;
  font-size: 113%;
  text-align: center;
}
.home .menu .menu-area .menu-box .menu-txt ul li {
  font-size: 82%;
  border-right: 1px solid white;
  border-left: 1px solid white;
  margin: 10px auto;
  display: block;
  width: fit-content;
  padding: 0 5px;
  line-height: 1em;
}
.home .menu .menu-area .menu-box .menu-txt ul li a {
  color: white;
}
.home .menu .menu-area .menu-box .menu-txt ul li a:hover {
  color: #f3d1ac;
}
.home .topics .flex-area .flex-box {
  width: 23%;
}
@media (max-width: 960px) {
  .home .topics .flex-area .flex-box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
}
.home .topics .flex-area .flex-box a {
  width: 230px;
  height: 230px;
}
@media (max-width: 960px) {
  .home .topics .flex-area .flex-box a {
    display: block;
    margin: 0 auto;
  }
}
.home .topics .flex-area .flex-box a:hover {
  opacity: 0.7;
}
.home .topics .flex-area .flex-box a .circle-box {
  width: 230px;
  height: 230px;
}
@media (max-width: 960px) {
  .home .topics .flex-area .flex-box a .circle-box {
    margin: 0 auto;
  }
}
.home .topics .flex-area .flex-box a .circle-box {
  clip-path: circle(50% at center);
}
.home .topics .flex-area .flex-box a .circle-box .txt-box {
  background: #fff;
  padding: 40px 15px 19px;
}
.home .topics .flex-area .flex-box a .circle-box .txt-box time {
  display: block;
  color: #f9ebf4;
}
.home .topics .flex-area .flex-box a .circle-box .img-box {
  height: 35%;
}
.home .topics .flex-area .flex-box .tag-box {
  margin: 20px 0 0 0;
}
.home .topics .flex-area .flex-box .tag-box .tag-white {
  margin: 5px;
}
.home .topics .btn {
  margin-top: 0;
}
.home .result .flex-area .flex-box {
  width: 30%;
}
@media (max-width: 960px) {
  .home .result .flex-area .flex-box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .home .result .flex-area .flex-box a {
    display: block;
    margin: 0 auto;
    width: 300px;
  }
}
.home .result .flex-area .flex-box:hover {
  color: inherit;
  opacity: 0.7;
}
.home .result .flex-area .flex-box .img-box {
  background: #fff;
  padding: 10px;
}
.home .result .flex-area .flex-box .img-box.img-new {
  position: relative;
}
.home .result .flex-area .flex-box .img-box.img-new::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico-new.png) center center/contain no-repeat;
}
.home .result .flex-area .flex-box .txt-box {
  margin-top: 10px;
  background: #fff;
  clip-path: url(#clip04);
  position: relative;
  padding: 1em;
  text-align: left;
}
.home .result .flex-area .flex-box .txt-box h3 {
  margin: 0;
  border-bottom: 0;
  border-left: 4px solid #f9ebf4;
  padding: 0;
  line-height: 1em;
  padding-left: 0.5em;
  margin-bottom: 10px;
}
.home .result .flex-area .flex-box .txt-box time {
  line-height: 1em;
  color: #f9ebf4;
}
.home .result .flex-area .flex-box .txt-box .tag-box {
  right: 20px;
  bottom: 13px;
}
.home .result .flex-area .flex-box .txt-box .tag-box span {
  margin: 0;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .home section.projects {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .home section.projects .flex-area {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .home section.projects .flex-area .flex-box {
    width: 100%;
  }
}
.home {
  /* ニュース */
}
.home .news h2 {
  margin: 0;
}
.home .news h2:before {
  display: none;
}
.home .news ul {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px 0;
}
.home .news li {
  border-bottom: 1px solid #cccccc;
  padding: 0;
  margin: 0;
}
.home .news li:before {
  display: none;
}
.home .news li a {
  display: block;
  padding: 5px 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .home .news li a {
    padding: 15px 0 15px 0;
  }
}
.home .news time, .home .news span {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .news time, .home .news span {
    display: inline;
  }
}
.home .news time {
  color: #000;
  padding: 0 20px 0 0;
}
.home .news {
  /* アイコン */
}
.home .news .ico {
  display: inline-block;
  padding: 1px 8px 1px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 81%;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.home .news .ico-new {
  background: #BF9239;
}
.home .news {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .home .news {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.home .news::before {
  position: absolute;
  right: -304px;
  top: -116px;
  content: "";
  width: 400px;
  height: 300px;
  background: url(../img/cloud03.png) center center/contain no-repeat;
}
.home .news .news-inner {
  width: 75%;
}
@media (max-width: 768px) {
  .home .news .news-inner {
    width: 100%;
    margin-bottom: 80px;
  }
}
.home .news .news-inner span.ico-1 {
  width: 50px;
  background: url(/img/ico-news.png) center center/cover no-repeat;
  text-indent: -9999px;
}
.home .news .news-inner span.ico-2 {
  width: 50px;
  background: url(/img/ico-activity.png) center center/cover no-repeat;
  text-indent: -9999px;
}
.home .news .news-inner .news-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #B5B5B6;
  padding-bottom: 20px;
}
.home .news .news-inner .news-ttl .news-left h2 {
  margin: 0;
  border-bottom: 0;
  font-size: 227%;
}
.home .news .news-inner .news-ttl .news-left h2 span {
  color: #4c4948;
  font-size: 53%;
  letter-spacing: normal;
}
.home .news .news-inner .news-ttl .news-left p {
  color: #fff;
}
.home .news .news-inner span.news-post-title {
  color: #4c4948;
}
.home .news .news-inner a:hover span.news-post-title {
  color: #f3d1ac;
}
.home .news .banner-area {
  width: 21%;
}
@media (max-width: 768px) {
  .home .news .banner-area {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home .news .banner-area ul {
    max-width: 200px;
    margin: 0 auto;
  }
}
.home .news .banner-area ul li a img {
  width: 100%;
}
.home .news .banner-area .icon-window {
  display: none;
}
.home .news .banner-area .nenkai-banner ul {
  margin-bottom: 0;
}
.home .news .banner-area .nenkai-banner ul li a {
  padding: 0;
}
@media (max-width: 768px) {
  .home .news .banner-area .btn-yellow {
    width: 100px;
    margin: 0 auto;
  }
}
.home .news ul.news-all {
  display: block;
}
.home .news ul.news-news {
  display: none;
}
.home .news ul.news-activity {
  display: none;
}
.home .news .news-btn-wrap {
  display: flex;
  justify-content: flex-end;
}
.home .news .btn-black {
  margin: 0;
}
.home .news .btn-black:hover {
  opacity: 0.8;
}
.home .news .btn-black a {
  margin: 0;
  padding: 0 10px;
  letter-spacing: normal;
  border-radius: 0;
  background-color: #4c4948;
  border: 1px solid #4c4948;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.home .news .btn-black a::before {
  content: none;
}
.home .news .btn-black a:hover {
  opacity: 0.8;
}
.home .news .btn-yellow {
  margin: 0;
}
.home .news .btn-yellow a {
  margin: 0;
  padding: 0 10px;
  letter-spacing: normal;
  border-radius: 0;
  background-color: #E3943D;
  border: 1px solid #E3943D;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.home .news .btn-yellow a::before {
  content: none;
}
.home .news .btn-yellow a:hover {
  opacity: 0.8;
}
.home .news .btn-clear {
  margin: 0;
  margin-left: 10px;
}
.home .news .btn-clear a {
  margin: 0;
  padding: 5px 10px;
  letter-spacing: normal;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #4c4948;
  text-align: center;
  font-weight: bold;
  color: #4c4948;
}
.home .news .btn-clear a::before {
  content: none;
}
.home .news .btn-clear a:hover {
  opacity: 0.8;
}
.home .news .btn-clear .news-current {
  background-color: #4c4948;
  color: white;
}
@media (max-width: 768px) {
  .home .news .banner-area .nenkai-banner {
    background-color: #d6e9f2;
    padding: 10px;
  }
}
.home .news .banner-area .nenkai-banner h2.banner-title {
  margin: 0;
  border-bottom: 0;
  font-size: 227%;
  letter-spacing: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .home .news .banner-area .nenkai-banner h2.banner-title {
    padding-bottom: 60px;
  }
}
.home .news .banner-area .nenkai-banner h2.banner-title .sub-title {
  color: #4c4948;
  font-size: 53%;
}
.home .news .banner-area .nenkai-banner li {
  border-bottom: none;
}
@media (max-width: 768px) {
  .home .news .banner-area .nenkai-banner li a {
    color: #333;
  }
}
.home {
  /* end .news */
}
.home .general img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .general img {
    width: 30%;
    float: left;
    margin: 0 15px 15px 0;
  }
}
@media (min-width: 768px) {
  .home .side-bar {
    display: none;
  }
}
.home .global-nav-side {
  display: none;
}
.home .bottom-banner-inner {
  background-color: #f3f7f9;
  padding: 60px 0;
}
.home .bottom-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .home .bottom-banner {
    flex-wrap: wrap;
  }
}
.home .bottom-banner a {
  display: block;
  box-sizing: border-box;
  width: 33%;
  object-fit: contain;
  padding: 10px 16px;
  background-color: white;
}
@media (max-width: 768px) {
  .home .bottom-banner a {
    width: auto;
  }
}
.home .bottom-banner a img {
  box-sizing: border-box;
  display: block;
}
@media (max-width: 768px) {
  .home .bottom-banner a img {
    max-width: 300px;
    width: 100%;
  }
}
.home .bottom-banner a i {
  display: none;
}
.home .bottom-banner a:hover {
  opacity: 0.7;
}
.home .bottom-banner a.banner01 {
  padding: 5px 10px;
}
.home .bottom-banner a.banner02 {
  height: auto;
  width: auto;
}
.home .bottom-banner a.banner02 img {
  height: 120px;
}
.home .facebook {
  padding: 0 0 100px 0;
}
.home .facebook .facebook-inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.home .facebook .facebook-inner h2 {
  margin: 0;
  border-bottom: 0;
  font-size: 227%;
}
.home .facebook .facebook-inner h2:before {
  content: none;
}
.home .facebook .facebook-inner .fb-wrap {
  text-align: center;
  max-width: 500px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

/* end .home */
/*-------------------------------------------------------------------------------

下層ページ共通

-------------------------------------------------------------------------------*/
/*p*/
.right {
  text-align: right;
}

.left {
  text-align: left;
}

/*ボタン*/
section .btn a,
.btn a {
  text-align: center;
  font-weight: bold;
  background: rgba(0, 122, 183, 0.2);
  background: #007ab7;
  color: #fff;
  display: inline-block;
  border: 1px solid #007ab7;
  border-radius: 2px;
  padding: 13px 60px 13px 20px;
  position: relative;
  margin: 0;
}
section .btn a:before,
.btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 10px;
  margin: -3px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
section .btn a:hover,
.btn a:hover {
  background: #fff;
  color: #007ab7;
}
section .btn a:hover:before,
.btn a:hover:before {
  border-top: 2px solid #007ab7;
  border-right: 2px solid #007ab7;
}

/*h1*/
.medium {
  width: 100%;
  background: #f2f2f2;
  background-size: cover;
  padding: 30px 10px 30px 15px;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  font-size: 130%;
  background: url(/img/page-bg2.jpg) center center/cover no-repeat;
  position: relative;
  z-index: 0;
  height: auto;
  line-height: 60px;
  padding: 0;
  font-size: 160%;
  letter-spacing: 2px;
  margin: 0;
  color: #fff;
  margin-bottom: 60px;
  background-color: #999;
  text-align: center;
}
@media (max-width: 768px) {
  .medium {
    margin-bottom: 0;
  }
}
.medium span {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 40px;
  font-size: 118%;
  box-sizing: border-box;
}

/*h2*/
.ct-title-default article section h2 {
  position: relative;
  font-size: 115%;
  border-bottom: 4px solid #cccccc;
  padding: 18px 0 8px 15px;
  margin: 30px 0 0 0;
  height: 30px;
  font-weight: normal;
  /* color: #003149; */
  font-weight: bold;
  font-size: 180%;
  padding: 15px 0 5px 0;
  margin-bottom: 20px;
  height: auto;
  border-bottom: 4px solid #007ab7;
}
@media (max-width: 768px) {
  .ct-title-default article section h2 {
    font-size: 128%;
  }
}

.ct-title-default h2.title-sub {
  color: #003149;
  font-weight: bold;
  font-size: 180%;
  padding: 15px 0 5px 0;
  margin-bottom: 20px;
  height: auto;
  border-bottom: 4px solid #007ab7;
  font-size: 120%;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.ct-title-default h2.title-sub time {
  font-size: 90%;
  margin-right: 1em;
}

/*サイドバー*/
.side-contents h2 {
  font-weight: bold;
  height: auto;
}
.side-contents .local-nav ul .current > a {
  background: none;
}

.itiran {
  display: none;
}

@media (max-width: 960px) {
  .page .side-contents, .single .side-contents, .category .side-contents {
    margin-bottom: 0;
  }
  .itiran {
    display: block;
    color: #fff;
    font-size: 92%;
    background: rgba(51, 51, 51, 0.5);
    border: none;
    border-radius: 0;
    text-align: center;
    position: relative;
    padding: 5px 10px 20px 10px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 960px) {
  .side-contents .local-nav ul li ul {
    display: block;
    font-size: 100%;
  }
}
.open-header .global-nav {
  padding: 0;
}
@media (max-width: 960px) {
  .open-header .global-nav {
    margin-bottom: 30px;
  }
}

.open-header .menu-list.open {
  margin: 0;
}

section table {
  border-top: 2px solid #1476b3;
  border-left: 2px solid #1476b3;
  border-collapse: collapse;
}
section table tbody tr th {
  background: #1476b3;
  color: #fff;
  border-right: 2px solid #ffffff;
}
section table tbody tr th:last-child {
  border-right: 2px solid #1476b3;
}
section table tbody tr td {
  border-right: 2px solid #1476b3;
  border-bottom: 2px solid #1476b3;
}

.single article section .article-title, .page article section .article-title, .category article section .article-title {
  margin-top: 10px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .single main, .page main, .category main {
    padding: 90px 0 0 0;
  }
}
.single a:has(img):after, .page a:has(img):after, .category a:has(img):after {
  display: none;
}
.single img + i, .page img + i, .category img + i {
  display: none;
}
.single figure a, .page figure a, .category figure a {
  display: block;
}
.single figure a:after, .page figure a:after, .category figure a:after {
  display: none;
}
.single figure, .page figure, .category figure {
  margin-left: 0;
  margin-right: 0;
}
.single .img-text-box, .page .img-text-box, .category .img-text-box {
  display: flex;
  justify-content: space-between;
  gap: 6px 4px;
}
@media (max-width: 768px) {
  .single .img-text-box, .page .img-text-box, .category .img-text-box {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .single .img-text-box p.btn, .page .img-text-box p.btn, .category .img-text-box p.btn {
    width: 49%;
    box-sizing: border-box;
  }
  .single .img-text-box p.btn a, .page .img-text-box p.btn a, .category .img-text-box p.btn a {
    width: 100%;
    box-sizing: border-box;
  }
}
.single .img-text-box a:hover figure, .page .img-text-box a:hover figure, .category .img-text-box a:hover figure {
  opacity: 0.6;
}
.single .img-text-box a i::after, .page .img-text-box a i::after, .category .img-text-box a i::after {
  display: none;
}
.single .img-text-box a figure figcaption i::after, .page .img-text-box a figure figcaption i::after, .category .img-text-box a figure figcaption i::after {
  display: inline-block;
  content: "\e903";
  margin: 0 0 0 6px;
}

.sns {
  display: flex;
  flex-wrap: wrap;
}
.sns p {
  margin: 0;
}
.sns a {
  margin-left: 10px;
}

.page article section .flex-box, .category article section .flex-box, .single article section .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .page article section .flex-box, .category article section .flex-box, .single article section .flex-box {
    flex-wrap: wrap;
  }
}
.page article section .flex-box .left-box, .category article section .flex-box .left-box, .single article section .flex-box .left-box {
  width: 49%;
}
@media (max-width: 768px) {
  .page article section .flex-box .left-box, .category article section .flex-box .left-box, .single article section .flex-box .left-box {
    width: 100%;
    max-width: 300px;
  }
}
.page article section .flex-box .right-box, .category article section .flex-box .right-box, .single article section .flex-box .right-box {
  width: 49%;
}
@media (max-width: 768px) {
  .page article section .flex-box .right-box, .category article section .flex-box .right-box, .single article section .flex-box .right-box {
    width: 100%;
    max-width: 300px;
  }
}
.page article section .flex-box img, .category article section .flex-box img, .single article section .flex-box img {
  border: 1px solid #ccc;
  margin-right: 10px;
}
.page article section .download .btn a, .category article section .download .btn a, .single article section .download .btn a {
  display: block;
  overflow-wrap: break-word;
  text-align: left;
}

.resources .table-area table.table-name {
  table-layout: fixed;
}
.resources .table-area table.table-name tbody tr th {
  padding-left: 8px;
}
.resources .table-area table.table-name tbody tr th.th02 {
  width: 100px;
}
.resources .table-area table.table-name tbody tr th.th03 {
  width: 360px;
}
@media (max-width: 768px) {
  .resources .table-area table.table-name tbody tr th.th03, .resources .table-area table.table-name tbody tr th.th01 {
    width: 280px;
  }
}
.resources .table-area table.table-name tbody tr td {
  padding: 8px 8px 8px 8px;
  font-size: 87%;
}
.resources .table-area table.table-name tbody tr td a {
  display: flex;
  gap: 5px;
  word-break: break-all;
}
.resources .table-area table.table-name tbody tr td a:hover {
  opacity: 0.7;
}
.resources .table-area table.table-name tbody tr td a img.documents-img {
  max-width: 150px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .resources .table-area .table-wrap {
    white-space: unset;
  }
}

/*-------------------------------------------------------------------------------

news

-------------------------------------------------------------------------------*/
.category.news article section h2 {
  font-size: 120%;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.category.news .ico {
  display: inline-block;
  padding: 1px 8px 1px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 81%;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.category.news span.ico-1 {
  width: 50px;
  background: url(/img/ico-news.png) center center/cover no-repeat;
  text-indent: -9999px;
}
.category.news span.ico-2 {
  width: 50px;
  background: url(/img/ico-activity.png) center center/cover no-repeat;
  text-indent: -9999px;
}

/*-------------------------------------------------------------------------------

　共通

  -------------------------------------------------------------------------------*/
section figure a i {
  display: none;
}
section figure a:after {
  content: none;
}

.category section h2, .page section h2, .single section h2 {
  position: relative;
}
.category section h2:after, .page section h2:after, .single section h2:after {
  content: url(../img/h2-after.png);
  display: absolute;
  position: relative;
  width: 15px;
  height: 15px;
}
.category section h2:before, .page section h2:before, .single section h2:before {
  content: none;
}
.category section .alignleft, .page section .alignleft, .single section .alignleft {
  text-align: left;
}
.category section .alignright, .page section .alignright, .single section .alignright {
  text-align: right;
}
.category section .aligncenter, .page section .aligncenter, .single section .aligncenter {
  text-align: center;
}
.category section p + ul, .page section p + ul, .single section p + ul {
  margin-top: 0;
}
.category section .p-ul, .page section .p-ul, .single section .p-ul {
  margin-bottom: 0;
}
.category section .a-img-link:hover, .page section .a-img-link:hover, .single section .a-img-link:hover {
  opacity: 0.7;
}
.category section .flex-box2, .page section .flex-box2, .single section .flex-box2 {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
}
@media (max-width: 425px) {
  .category section .flex-box2, .page section .flex-box2, .single section .flex-box2 {
    flex-wrap: wrap;
  }
}
.category section .flex-box2 img, .page section .flex-box2 img, .single section .flex-box2 img {
  width: 50%;
}
@media (max-width: 425px) {
  .category section .flex-box2 img, .page section .flex-box2 img, .single section .flex-box2 img {
    width: 100%;
  }
}
.category section .p-caption, .page section .p-caption, .single section .p-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 2em;
}

/*-------------------------------------------------------------------------------

 404ページ

 -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0;
  }
  .error-404 section {
    float: none;
    width: 100%;
  }
}
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none;
}
.inquiry section .table-wrap {
  white-space: inherit;
}
.inquiry section table th, .inquiry section table td {
  width: 100%;
  display: block;
  padding: 1%;
}
@media screen and (min-width: 768px) {
  .inquiry section table th, .inquiry section table td {
    width: inherit;
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .inquiry section table th {
    width: 30%;
  }
}
.inquiry .side-contents {
  display: none;
}

/* end .inquiry */
/*-------------------------------------------------------------------------------

追加

-------------------------------------------------------------------------------*/
section .iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  margin: 30px 0 50px;
}
section .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ct-title-default h3 {
  margin: 50px 0 15px 0;
}

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