/**
 *
 * Reset
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-10-20
 *
 * Original:
 *  minireset.css v0.0.3
 *  https://github.com/jgthms/minireset.css
 *
 */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset,
legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img, embed, object, audio, video {
  height: auto;
  max-width: 100%; }

iframe {
  max-width: 100%;
  border: 0; }

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

td, th {
  padding: 0;
  text-align: left; }

/**
 *
 * Queries for Responsive and Browsers
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-10-20
 *
 * https://medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
 *
 */
/**
 *
 * Font Style
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-10-20
 *
 */
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: 'Helvetica Neue';
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: 'Helvetica Neue';
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

@font-face {
  font-family: Meiryo;
  src: local("Meiryo"); }

@font-face {
  font-family: Meiryo;
  src: local("Meiryo Bold");
  font-weight: bold; }

/**
 *
 * Mixins for Layout
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-09-13
 *
 */
/**
 *
 * Typography Styles (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-09-13
 *
 */
/**
 *
 * Block Style (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-10-20
 *
 */
/**
 *
 * Heading Styles (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-09-13
 *
 */
/**
 *
 * Inline Style (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-09-25
 *
 */
/**
 *
 * Inline Style (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-10-04
 *
 */
/**
 *
 * Content Style - List (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-08-16
 *
 */
/**
 *
 * Table Style (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-09-20
 *
 */
/**
 *
 * Content Style for Printing (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-07-14
 *
 */
/**
 *
 * Content Style (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-09-20
 *
 */
/**
 *
 * Optional Style (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-09-03
 *
 */
/**
 *
 * Queries for Responsive and Browsers
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-10-20
 *
 * https://medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
 *
 */
/**
 *
 * Classes for Alignments (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-08-10
 *
 */
.alignleft,
.alignright,
.aligncenter {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.9rem;
  text-align: center; }

@media (min-width: 600px) {
  .alignleft:not(.size-full) {
    display: inline;
    float: left;
    margin-right: 1.8rem;
    max-width: 50%;
    -webkit-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    transform: translateY(0.4rem); } }

@media (min-width: 900px) {
  .alignleft.size-full {
    display: inline;
    float: left;
    margin-right: 1.8rem;
    max-width: 50%;
    -webkit-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    transform: translateY(0.4rem); } }

@media (min-width: 600px) {
  .alignright:not(.size-full) {
    display: inline;
    float: right;
    margin-left: 1.8rem;
    max-width: 50%;
    -webkit-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    transform: translateY(0.4rem); } }

@media (min-width: 900px) {
  .alignright.size-full {
    display: inline;
    float: right;
    margin-left: 1.8rem;
    max-width: 50%;
    -webkit-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    transform: translateY(0.4rem); } }

.aligncenter {
  clear: both; }

/**
 *
 * Classes for Layout Container (SCSS)
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-08-15
 *
 */
/**
 *
 * Mixins for Layout
 *
 * @author Takuto Yanagida @ Space-Time Inc.
 * @version 2017-09-13
 *
 */
.column-2 > *,
.column-3 > *,
.column-4 > * {
  text-align: center; }
  .column-2 > * > *,
  .column-3 > * > *,
  .column-4 > * > * {
    text-align: left; }

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.8rem;
  margin-bottom: -1.8rem; }
  .column-2 > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 1.8rem;
    -webkit-flex-basis: calc(100% - 1.8rem);
    -ms-flex-preferred-size: calc(100% - 1.8rem);
    flex-basis: calc(100% - 1.8rem);
    width: calc(100% - 1.8rem); }
  .column-2 > *:not(:empty) {
    margin-bottom: 1.8rem; }
  .column-2 > *:empty {
    visibility: hidden;
    height: 0px;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    .column-2 > *:empty::before {
      content: none; }
  @media (min-width: 900px) {
    .column-2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -1.8rem;
      margin-bottom: -1.8rem; }
      .column-2 > * {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 1.8rem;
        -webkit-flex-basis: calc(50% - 1.8rem);
        -ms-flex-preferred-size: calc(50% - 1.8rem);
        flex-basis: calc(50% - 1.8rem);
        width: calc(50% - 1.8rem); }
      .column-2 > *:not(:empty) {
        margin-bottom: 1.8rem; }
      .column-2 > *:empty {
        visibility: hidden;
        height: 0px;
        padding: 0;
        margin-bottom: 0;
        border: none; }
        .column-2 > *:empty::before {
          content: none; } }

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.8rem;
  margin-bottom: -1.8rem; }
  .column-3 > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 1.8rem;
    -webkit-flex-basis: calc(100% - 1.8rem);
    -ms-flex-preferred-size: calc(100% - 1.8rem);
    flex-basis: calc(100% - 1.8rem);
    width: calc(100% - 1.8rem); }
  .column-3 > *:not(:empty) {
    margin-bottom: 1.8rem; }
  .column-3 > *:empty {
    visibility: hidden;
    height: 0px;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    .column-3 > *:empty::before {
      content: none; }
  @media (min-width: 1200px) {
    .column-3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -1.8rem;
      margin-bottom: -1.8rem; }
      .column-3 > * {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 1.8rem;
        -webkit-flex-basis: calc(33.33333% - 1.8rem);
        -ms-flex-preferred-size: calc(33.33333% - 1.8rem);
        flex-basis: calc(33.33333% - 1.8rem);
        width: calc(33.33333% - 1.8rem); }
      .column-3 > *:not(:empty) {
        margin-bottom: 1.8rem; }
      .column-3 > *:empty {
        visibility: hidden;
        height: 0px;
        padding: 0;
        margin-bottom: 0;
        border: none; }
        .column-3 > *:empty::before {
          content: none; } }

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.8rem;
  margin-bottom: -1.8rem; }
  .column-4 > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 1.8rem;
    -webkit-flex-basis: calc(100% - 1.8rem);
    -ms-flex-preferred-size: calc(100% - 1.8rem);
    flex-basis: calc(100% - 1.8rem);
    width: calc(100% - 1.8rem); }
  .column-4 > *:not(:empty) {
    margin-bottom: 1.8rem; }
  .column-4 > *:empty {
    visibility: hidden;
    height: 0px;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    .column-4 > *:empty::before {
      content: none; }
  @media (min-width: 600px) {
    .column-4 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -1.8rem;
      margin-bottom: -1.8rem; }
      .column-4 > * {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 1.8rem;
        -webkit-flex-basis: calc(50% - 1.8rem);
        -ms-flex-preferred-size: calc(50% - 1.8rem);
        flex-basis: calc(50% - 1.8rem);
        width: calc(50% - 1.8rem); }
      .column-4 > *:not(:empty) {
        margin-bottom: 1.8rem; }
      .column-4 > *:empty {
        visibility: hidden;
        height: 0px;
        padding: 0;
        margin-bottom: 0;
        border: none; }
        .column-4 > *:empty::before {
          content: none; } }
  @media (min-width: 1200px) {
    .column-4 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -1.8rem;
      margin-bottom: -1.8rem; }
      .column-4 > * {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 1.8rem;
        -webkit-flex-basis: calc(25% - 1.8rem);
        -ms-flex-preferred-size: calc(25% - 1.8rem);
        flex-basis: calc(25% - 1.8rem);
        width: calc(25% - 1.8rem); }
      .column-4 > *:not(:empty) {
        margin-bottom: 1.8rem; }
      .column-4 > *:empty {
        visibility: hidden;
        height: 0px;
        padding: 0;
        margin-bottom: 0;
        border: none; }
        .column-4 > *:empty::before {
          content: none; } }

a {
  text-decoration: none;
  color: #1f4f80; }
  a :visited {
    color: #1f3f60; }

body.article,
body.home {
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #1c2a2f;
  background: #fff; }
  @media all and (-ms-high-contrast: none) {
    body.article,
    body.home {
      font-family: "Libre Franklin", Verdana, Meiryo, sans-serif; } }
  body.article.ios,
  body.home.ios {
    font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif; }

[id*="anchor"]:focus {
  outline: none; }

/*
	---------------*/
/*  header
	---------------*/
.header {
  min-width: 800px; }
  .header {
    border-top: 6px solid #5fbde3;
    border-bottom: 5px solid #aacde2; }
  .header__globalnav, .header__inner {
    width: 100%;
    max-width: calc( 960px + 2.1em * 2);
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.1em;
    padding-right: 2.1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative; }
  .header__logo {
    width: 100px;
    height: auto;
    margin: 8px 1em 8px 0; }
  .header__title {
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Verdana, Meiryo, "M+ 1p", sans-serif;
    margin: 0 1.4em 0 0;
    line-height: 1.3; }
    .header__title .site-title {
      font-size: 35px;
      display: block;
      letter-spacing: 0.02em;
      font-weight: bold;
      color: #333; }
      @media (max-width: 950px) {
        .header__title .site-title {
          font-size: 30px; } }
  .header__text {
    font-size: 14px;
    color: #2f563a; }
  .header__subnav {
    position: absolute;
    right: 2.1em;
    top: 0; }
    .header__subnav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .header__subnav ul a {
        display: inline-block;
        background-color: #eff4f6;
        border: 1px solid #d4e0e8;
        padding: 10px 25px;
        margin: 2px 2px 0 0;
        color: #133770;
        font-size: 1rem;
        letter-spacing: 0.03em; }
        .header__subnav ul a:hover {
          color: #5785d0;
          background-color: #fff; }
        @media (max-width: 950px) {
          .header__subnav ul a {
            font-size: 0.85rem;
            padding: 7px 10px; } }
  .header__globalnav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-right: 1px solid #e0e0e0; }
    .header__globalnav ul li {
      border-left: 1px solid #e0e0e0;
      display: inline-block;
      width: 100%;
      text-align: center; }
      .header__globalnav ul li a {
        padding: 10px 0;
        display: inline-block;
        width: 100%;
        color: #133770;
        font-size: 1.05rem;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eaeef2));
        background: -webkit-linear-gradient(#fff 50%, #eaeef2);
        background: -o-linear-gradient(#fff 50%, #eaeef2);
        background: linear-gradient(#fff 50%, #eaeef2);
        letter-spacing: 0.05em; }
        .header__globalnav ul li a:hover {
          color: #3b74d2;
          background-color: #fff; }

/*  slider
	---------------*/
.article .slider {
  width: 100%;
  min-width: 800px;
  overflow: hidden;
  background: rgba(134, 163, 159, 0.1); }
  .article .slider .swiper-container {
    width: 100vw;
    overflow: visible; }
    @media (max-width: 950px) {
      .article .slider .swiper-container {
        width: 100%; } }
  .article .slider .swiper-wrapper {
    width: 100%;
    height: 100%; }
    .article .slider .swiper-wrapper img {
      width: 100%; }

.home .slider {
  width: 100%;
  min-width: 800px;
  overflow: hidden;
  background: rgba(134, 163, 159, 0.1); }
  .home .slider .swiper-container {
    width: 90vw;
    max-width: 1200px;
    overflow: visible; }
    @media (max-width: 950px) {
      .home .slider .swiper-container {
        width: 100%; } }
  .home .slider .swiper-wrapper {
    width: 100%;
    height: 100%; }
    .home .slider .swiper-wrapper img {
      width: 100%;
      min-height: 300px; }

.content {
  width: 100%;
  min-width: 800px;
  /*-----  home g-map ---------------*/
  /*----- list ---------------*/
  /*----- content-inner ---------------*/ }
  .content .gmap-frame {
    border: 1px solid #999;
    width: 100%;
    height: 90vh;
    min-height: 400px;
    max-height: 900px;
    margin-bottom: 70px; }
  .content.list {
    background-color: #f3f6f6;
    padding-bottom: 70px;
    clear: both; }
    .content.list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      .content.list ul li {
        width: 33%;
        list-style: none;
        border-left: 3px solid #5fbde3;
        border-bottom: 1px solid #d0d8dd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1px;
        margin-right: 2px;
        position: relative; }
        .content.list ul li a {
          padding: 7px 20px 7px 10px;
          font-size: 0.85rem;
          line-height: 1.2rem;
          color: #324c61;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .content.list ul li a::after {
            position: absolute;
            content: "";
            top: 50%;
            right: 10px;
            width: 6px;
            height: 14px;
            margin-top: -7px;
            background: url("../img/icon-linklist.png") top left no-repeat;
            background-size: 6px 14px; }
          .content.list ul li a:hover {
            color: #3c7bac;
            background-color: #fff; }
  .content .t-center {
    text-align: center; }
  .content__inner {
    width: 100%;
    max-width: calc( 960px + 2.1em * 2);
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.1em;
    padding-right: 2.1em;
    /*----- content-inner ---------------*/ }
    .content__inner.homebnr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin-top: 70px;
      margin-bottom: 70px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content__inner.homebnr p {
        width: 49%;
        margin-left: 1%; }
        .content__inner.homebnr p:nth-child(odd) {
          margin-left: 0;
          margin-right: 1%; }
        .content__inner.homebnr p a img {
          width: 100%; }
    .content__inner h2 {
      text-align: center;
      font-weight: bold;
      font-size: 1.5rem;
      margin: 0 0 30px;
      font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Verdana, Meiryo, "M+ 1p", sans-serif;
      line-height: 1.3;
      color: #23638c;
      background: url("../img/h-bg01.png") center bottom no-repeat;
      padding: 70px 0 50px; }
    .content__inner h3 {
      color: #fff;
      background-color: #67b1e9;
      background: url("../img/h-bg03.jpg") center center repeat;
      font-size: 1.3rem;
      padding: 10px 30px;
      border-radius: 3px;
      margin-bottom: 30px;
      font-weight: bold;
      letter-spacing: 0.1em; }
    .content__inner h4 {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 30px;
      border-left: 4px solid #5fbde3;
      padding: 12px 25px;
      color: #2a516e;
      letter-spacing: 0.03em; }
    .content__inner h5 {
      font-weight: bold;
      font-size: 1.1rem;
      margin-bottom: 15px;
      padding: 8px 0;
      color: #2a516e;
      letter-spacing: 0.03em; }
    .content__inner h6 {
      font-weight: bold;
      font-size: 0.95rem;
      margin-bottom: 0;
      padding: 8px 0 5px;
      color: #2a516e;
      letter-spacing: 0.03em;
      width: 100%; }
  .content dl.sbs {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content dl.sbs dt {
      width: 12%;
      padding-right: 3%;
      padding-bottom: 10px; }
    .content dl.sbs dd {
      width: 85%;
      padding-bottom: 10px; }

.article .content__inner {
  padding-bottom: 40px; }
  .article .content__inner > p {
    margin-bottom: 30px; }
  .article .content__inner .mb-60 {
    margin-bottom: 60px; }
  .article .content__inner .mb-40 {
    margin-bottom: 40px; }
  .article .content__inner .mb-30 {
    margin-bottom: 30px; }
  .article .content__inner .mb-20 {
    margin-bottom: 20px; }
  .article .content__inner .mb-10 {
    margin-bottom: 10px; }
  .article .content__inner .b-top {
    border-top: 1px solid #d0d8dd; }
  .article .content__inner .w33 {
    width: 32.5%;
    margin-right: 0.8%; }
  .article .content__inner p.btn-1 {
    text-align: center; }
    .article .content__inner p.btn-1 a {
      background-color: #e8edef;
      border: 1px solid #b0bdc6;
      padding: 15px 20px;
      display: inline-block;
      text-align: center;
      border-radius: 2px;
      color: #042c44;
      text-decoration: underline;
      font-size: 1rem;
      margin-bottom: 20px;
      width: 49%; }
      .article .content__inner p.btn-1 a:hover {
        background-color: #d6dfe3; }
  .article .content__inner p.btn-2,
  .article .content__inner p.btn-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .article .content__inner p.btn-2 a,
    .article .content__inner p.btn-3 a {
      background-color: #eff4f6;
      border: 1px solid #d4e0e8;
      padding: 15px 20px;
      display: inline-block;
      text-align: center;
      border-radius: 2px;
      color: #042c44;
      text-decoration: underline;
      font-size: 1rem;
      margin-bottom: 20px; }
      .article .content__inner p.btn-2 a:hover,
      .article .content__inner p.btn-3 a:hover {
        background-color: #d6dfe3; }
  .article .content__inner p.btn-3::after {
    content: "";
    display: block;
    width: 32%; }
  .article .content__inner p.btn-3 a {
    width: 32%; }
  .article .content__inner p.btn-2 a {
    width: 49%; }
  .article .content__inner p.btn-return {
    text-align: center; }
    .article .content__inner p.btn-return a {
      background-color: #e8edef;
      padding: 8px 25px;
      display: inline-block;
      text-align: center;
      border-radius: 3px;
      color: #042c44;
      text-decoration: none;
      font-size: 1rem;
      margin-bottom: 20px; }
      .article .content__inner p.btn-return a:hover {
        background-color: #d6dfe3; }

.article .list .content__inner {
  padding-bottom: 0; }

.article .content__inner.homebnr {
  padding-bottom: 0; }

.article .p01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #d0d8dd;
  padding: 30px 0; }
  .article .p01 h4 {
    width: 30%; }
  .article .p01 p {
    width: 70%; }

.article .p02 {
  border-bottom: 1px solid #d0d8dd;
  padding: 30px 0; }
  .article .p02:after {
    content: "";
    display: block;
    clear: both; }
  .article .p02 figure {
    float: right;
    width: 32.8%;
    margin-left: 0.8%; }
    .article .p02 figure img {
      float: none;
      margin-bottom: 0;
      vertical-align: bottom;
      margin-left: 0;
      width: 100%;
      max-width: 500px; }
    .article .p02 figure figcaption {
      margin-left: 0;
      margin-bottom: 10px;
      margin-top: 7px;
      font-size: 0.75rem; }
  .article .p02 img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 300px; }
  .article .p02.last-60 {
    margin-bottom: 60px; }

.article.awards .p02-img {
  display: none; }

.article .p03 {
  border-bottom: 1px solid #d0d8dd;
  padding: 30px 0; }
  .article .p03_img3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .article .p03_img3 img {
      width: 32.8%;
      margin-right: 0.8%; }
    .article .p03_img3 figcaption {
      margin-top: 15px;
      font-size: 0.8rem; }

.article .contact-table {
  border-bottom: 1px solid #d0d8dd;
  width: 100%; }
  .article .contact-table th {
    text-align: center;
    padding: 10px 20px; }
  .article .contact-table tr {
    border-top: 1px solid #d0d8dd; }
    .article .contact-table tr td {
      padding: 20px; }

.article .topics {
  width: 25%;
  float: left;
  margin-bottom: 60px; }
  .article .topics .topics-pdf {
    position: relative;
    margin-bottom: 7px; }
    .article .topics .topics-pdf a {
      margin-left: 30px; }
      .article .topics .topics-pdf a::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 22px;
        height: 22px;
        margin-top: -12px;
        background: url("../img/icon-pdf.png") top left no-repeat;
        background-size: auto auto;
        background-size: 22px 22px; }

/*  footer
	---------------*/
.footer {
  min-width: 800px;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  padding: 3.2em 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: #fff;
  background: #5fbde3;
  position: relative;
  margin-top: 150px; }
  @media all and (-ms-high-contrast: none) {
    .footer {
      font-family: "Libre Franklin", Verdana, Meiryo, sans-serif; } }
  .footer.ios {
    font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif; }
  .footer::before {
    content: '';
    background: url("../img/footer-bg.png") no-repeat top center;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px; }
    @media (max-width: 950px) {
      .footer::before {
        background: url("../img/footer-bg.png") no-repeat top center;
        background-size: 70%;
        height: 70px;
        top: -70px; } }
  .footer__inner {
    width: 100%;
    max-width: calc( 960px + 2.1em * 2);
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.1em;
    padding-right: 2.1em;
    position: relative; }
  .footer__inner-contactus {
    width: 37%;
    float: left;
    padding-bottom: 50px; }
    .footer__inner-contactus a {
      text-decoration: underline;
      color: #ededed; }
      .footer__inner-contactus a:hover {
        color: #d3dde8; }
    .footer__inner-contactus h3 {
      color: #fff;
      font-size: 1.5rem;
      text-align: center;
      background: url("../img/h-bg02.png") center bottom no-repeat;
      padding: 0 0 40px;
      font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Verdana, Meiryo, "M+ 1p", sans-serif; }
  .footer__metas {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer__metas li a {
      background-color: #fff;
      color: #5fbde3;
      padding: 10px 20px;
      margin-left: 1px; }
      @media (max-width: 950px) {
        .footer__metas li a {
          font-size: 0.75rem;
          padding: 7px 10px; } }
  .footer__copyright {
    background-color: #fff;
    text-align: center;
    padding: 20px 2.1em;
    clear: both; }
  .footer__logo {
    width: 75px;
    vertical-align: middle; }
  .footer__site-title {
    vertical-align: middle;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Verdana, Meiryo, "M+ 1p", sans-serif;
    line-height: 2;
    font-size: 1.3rem;
    margin-left: 10px;
    color: #333;
    font-weight: bold; }
  .footer__pagetop {
    position: absolute;
    bottom: calc( 100% + 3.2em);
    right: 2.1em;
    width: 50px;
    height: 50px;
    background: #5fbde3 url("../img/icon-arrow-top.svg") no-repeat center;
    background-size: 60% 60%; }

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