@charset "UTF-8";
/**
* Foundation
* ========================== */
body {
  font-size: 12px;
  line-height: 2em;
  margin: 0px;
  color: #666666;
  background-image: url(../../image/background.gif);
  background-repeat: repeat-y;
  background-attachment: fixed;
}

h1 {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}

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

/* imgとonject要素でSVGをフルードイメージにします。 */
[src$=".svg"],
[data$=".svg"] {
  width: 100%;
  /* IE対応 */
}

/* ブロック要素の上下のマージンをリセットします。 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

._hidden {
  display: none;
}

@media screen and (max-width: 1024px) {
  ._md {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  ._pc {
    display: none;
  }
}

/**
* Layout
* ========================== */
.l-header {
  width: 100%;
  z-index: 100;
  border-bottom: 2px solid #666666;
}

.l-ch_wrap {
  height: 221px;
  background-size: cover;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.l-ch_tit {
  color: white;
  line-height: calc(54 / 32);
  text-align: center;
  vertical-align: middle;
}

.l-ch_outer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 50px;
  background-color: #f8f8f8;
}

.l-ch_breadcrumbs {
  text-align: left;
  font-size: 12px;
  line-height: calc(20 / 12);
  font-weight: 500;
}

.l-footer {
  margin-top: 5px;
  border-top: 2px solid #666666;
}

.l-footer_txt {
  text-align: center;
}

.l-main {
  margin: 0 auto;
  text-align: center;
  max-width: 720px;
  width: 100%;
}

.l-main._col2 {
  max-width: 590px;
  width: 100%;
  text-align: left;
}

.l-sec {
  margin: 0 auto;
  text-align: center;
}

.l-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .l-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.sidebar {
  max-width: 269px;
  width: 100%;
  margin-left: 36px;
}

.sidebar_wrap:not(:first-of-type) {
  margin-top: 49px;
}

.sidebar_box {
  margin-top: 30px;
}

.sidebar_outer {
  height: 63px;
  background-color: #1b224c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.sidebar_heading {
  color: white;
  font-size: 21px;
  line-height: calc(39 / 21px);
  font-weight: bold;
}

.sidebar_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  height: 70px;
}

.sidebar_list {
  margin-top: 30px;
}

.sidebar_item {
  text-align: left;
  font-weight: bold;
  line-height: calc(39 / 16px);
}

.sidebar_item._related {
  list-style: none;
}

.sidebar_item._related:not(:first-of-type) {
  margin-top: 39px;
}

.sidebar_item_cat {
  font-weight: bold;
}

.sidebar_item_txt {
  margin-left: 17px;
  width: 152px;
}

.sidebar_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
  height: 70px;
}

.sfooter {
  margin-top: 60px;
  margin-bottom: 69px;
}

.sfooter_tit {
  font-size: 26px;
  font-weight: bold;
  line-height: calc(39 / 26);
  text-align: left;
}

.sfooter_items {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.sfooter_items:not(:first-of-type) {
  margin-top: 28px;
}

.sfooter_img {
  position: relative;
  max-width: 210px;
  width: 100%;
  height: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sfooter_cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 28px;
  background-color: #1b224c;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(12 / 12px);
}

.sfooter_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-left: 32px;
  width: 348px;
}

.sfooter_time {
  display: block;
}

.sfooter_link {
  display: block;
  margin-top: 29px;
  font-size: 18px;
  font-weight: bold;
  color: #1b224c;
  -webkit-text-decoration: underline #1b224c;
          text-decoration: underline #1b224c;
  text-align: left;
}

.l-wrap {
  padding-top: 60px;
}

/* Object
* ========================== */
/* Component ------------ */
.c-icon_number_black:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/top/c-icon_number_black.svg) no-repeat center bottom;
  padding-right: 5px;
}

.c-icon_number_white:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/top/c-icon_number_white.svg) no-repeat center bottom;
  padding-left: 5px;
}

.c-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid;
  color: white;
  height: 100%;
  width: 100%;
}

.c-btn._rectangle {
  border: 1px solid;
  height: 50px;
  width: 147px;
  border-radius: 5px;
}

.c-btn._round {
  border-radius: 30px;
}

.c-btn._rounded {
  border-radius: 31px;
}

.c-btn._radius {
  border-radius: 5px;
}

.c-btn._large {
  height: 60px;
}

.c-btn._yellow {
  background-color: #f5a623;
  border-color: #f5a623;
}

.c-btn._blue {
  background-color: #1b224c;
  border-color: #1b224c;
}

.c-btn._white {
  border-color: white;
}

.c-btn._middle {
  width: 200px;
  height: 50px;
}

.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-flex ._col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-flex ._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-accordion_wrap {
  border-top: 1px solid black;
  text-align: left;
  padding-bottom: 15px;
}

.c-accordion_tit {
  margin: 28.5px 0 15px;
}

.c-accordion_txt {
  padding: 23px 0px 15px 26px;
  background-color: gray;
}

.c-accordion ._open {
  /* Question部分 */
  cursor: pointer;
  position: relative;
  /* 開閉状態を示すアイコン+の作成 */
  /* 一本は縦にして+を作る */
}

.c-accordion ._open::before, .c-accordion ._open::after {
  content: '';
  width: 20px;
  height: 3px;
  position: absolute;
  background: #000;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-accordion ._open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.c-accordion .is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: .5s;
  transition: .5s;
}

.c-accordion ._hidden {
  display: none;
}

.c-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.pagination {
  margin: 40px 0 0;
  color: #1b224c;
}

.pnavi {
  vertical-align: middle;
  text-align: center;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination .page-numbers {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  margin-right: 19px;
  padding: 17px 20px;
  border: 1px solid #1b224c;
  color: #1b224c;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  background: #fff;
}

.pagination .current {
  padding: 17px 20px;
  background: #1b224c;
  border: 1px solid #1b224c;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: auto;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  color: #69a4db;
  display: none;
}

.pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.c-hamburger {
  width: 100%;
  background-color: white;
  display: none;
  position: relative;
  z-index: 100;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: right;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger_number {
  position: absolute;
  width: 40px;
  height: 43px;
  left: -45px;
}

.c-hamburger_icon {
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
}

.c-hamburger span {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #1b224c;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-hamburger span:nth-child(1) {
  top: 10px;
}

.c-hamburger span:nth-child(2) {
  top: 20px;
}

.c-hamburger span:nth-child(3) {
  top: 30px;
}

.c-hamburger span:nth-child(4) {
  top: 30px;
  font-size: 12px;
  background: none;
}

.c-hamburger .js-active {
  /* ナビ開いてる時のボタン */
}

.c-hamburger .js-active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger .js-active span:nth-child(2),
.c-hamburger .js-active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger ._hidden {
  display: none;
}

.c-hamburger_menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 80px;
  right: 0px;
  background: white;
  text-align: center;
  width: 100vw;
  height: 60vh;
}

.c-hamburger_list {
  width: 100%;
}

.c-hamburger_item {
  height: 70px;
  background-color: #1b224c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.c-hamburger_item:not(:first-of-type) {
  margin-top: 5px;
}

.c-hamburger_item a {
  color: white;
  font-weight: 500;
}

.c-hamburger_box {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.c-hamburger_button._right {
  margin-left: 10px;
}

.c-hamburger_contact {
  margin-top: 10px;
}

/* Project ------------ */
.p-header_title {
  text-align: center;
  border-bottom: 3px solid #808080;
}

.p-header_wrap {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-header_img {
  text-align: center;
  width: 280px;
}

.p-header_link {
  width: 87px;
  height: 24px;
}

.home {
  width: 100%;
}

.flash-container {
  max-width: 100%;
  width: 100%;
  height: 800px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .flash-container {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .flash-container {
    max-height: 100vh;
    height: 200px;
  }
}

/* Utility ------------ */
.u-ml10 {
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .u-ml10 {
    margin-left: 0;
  }
}

.u-ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .u-ml50 {
    margin-left: 0;
  }
}

.u-f9 {
  font-size: 9px;
}

.u-f10 {
  font-size: 10px;
}

.u-f12 {
  font-size: 12px;
}

.u-f14 {
  font-size: 14px;
}

.u-f18 {
  font-size: 18px;
}

.u-bor1 {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #666666;
}

.u-bor2 {
  border: thin solid #808080;
}

.u-bor3 {
  border: thin solid #808080;
}

.u-f24 {
  font-size: 24px;
}
/*# sourceMappingURL=style.css.map */