@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, icenter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  line-height: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-archive:before {
  content: "\EA01";
}

.icon-arrow-next:before {
  content: "\EA02";
}

.icon-arrow-prev:before {
  content: "\EA03";
}

.icon-arrow:before {
  content: "\EA04";
}

.icon-calendar:before {
  content: "\EA05";
}

/*
/* Base
/*
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: 'Noto Sans Japanese', Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #222;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a:link {
  color: #222;
}

a:visited {
  color: #222;
}

/*
/* Footer
/*
----------------------------------------------------------------- */
.footer {
  padding-top: 100px;
  padding-bottom: 20px;
  background: #141d2b;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.footer__inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    width: auto;
    padding: 0 25px;
  }
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-link {
    display: block;
  }
}

.footer-link__inner, .footer-link__inner--half, .header-link__inner--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .footer-link__inner--half {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer-link__inner--half {
    -webkit-box-flex: 50%;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-link__list {
    margin-top: 20px;
  }
}

.footer-link__child-list {
  padding-left: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .footer-link__child-list {
    padding-top: 5px;
  }
}

.footer-link__item {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer-link__item {
    margin-bottom: 10px;
  }
}

.footer-link__item a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .footer-link__item a {
    font-size: 1.3rem;
  }
}

.footer-link__item a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-link__child-item {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .footer-link__child-item {
    margin-top: 5px;
  }
}

.footer-link__child-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .footer-link__child-item::after {
    height: 1px;
    -webkit-transform: none;
            transform: none;
  }
}

.footer-link__child-item a {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footer-link__child-item a {
    font-size: 1.2rem;
  }
}
address{
	color: rgba(255, 255, 255, 0.6);
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}
address p{
	padding-top:20px;
	text-align: center;
}
address a:link{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

.copyright {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 45px;
    font-size: 1rem;
  }
}

/*
/* Header
/*
----------------------------------------------------------------- */
.header, .header--white {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  min-width: 1060px;
  padding-top: 20px;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .header, .header--white {
    padding: 15px 20px 20px;
    min-width: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0 2%;
}

@media screen and (max-width: 768px) {
  .header__inner {
    display: block;
    padding: 0 5px;
  }
}

.header--white {
  background: #fff;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .nav {
    display: block;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #2966cb;
    padding: 65px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .nav--active {
    opacity: 1;
    visibility: visible;
  }
}

.nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .nav-global__list {
    display: block;
    margin-top: 0;
  }
}

.nav-global__item, .nav-global__item--current {
  margin: 0 20px;
  overflow: hidden;
}

@media screen and (max-width: 1500px) {
  .nav-global__item, .nav-global__item--current {
    margin: 0 10px;
  }
}

.nav-global__item a, .nav-global__item--current a {
  display: block;
  padding: 10px 0;
  position: relative;
  font-size: 1.4rem;
  text-decoration: none;
  color: #222;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .nav-global__item a, .nav-global__item--current a {
    color: #fff;
  }
}

.nav-global__item a::after, .nav-global__item--current a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #2966cb;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.nav-global__item a:hover::after, .nav-global__item--current a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.nav-global__item--current a {
  color: #2966cb;
}

.nav-global__item--current a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.nav-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .nav-contact {
    display: block;
    margin-top: 20px;
  }
}

.nav-contact__item {
  width: 180px;
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .nav-contact__item {
    margin: 15px 0 0;
    width: 100%;
  }
}

.nav-contact__item--long {
  width: 230px;
}

@media screen and (max-width: 768px) {
  .nav-contact__item--long {
    width: 100%;
  }
}

.logo {
  margin-right: 70px;
  max-width: 253px;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .logo {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    width: 172px;
    margin-right: 0;
  }
}

.nav-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-btn {
    display: block;
    position: absolute;
    border: none;
    z-index: 1;
    right: 17px;
    top: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 50px;
    height: 50px;
    background: none;
  }
  .nav-btn::before, .nav-btn::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 16px;
    display: block;
    width: 33px;
    height: 1px;
    background: #2966cb;
    -webkit-transition: top .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease .3s;
    transition: top .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease .3s;
    transition: transform .3s ease, box-shadow .3s ease .3s, top .3s ease;
    transition: transform .3s ease, box-shadow .3s ease .3s, top .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease .3s;
  }
  .nav-btn::before {
    -webkit-box-shadow: 0 8px 0 #2966cb;
            box-shadow: 0 8px 0 #2966cb;
  }
  .nav-btn::after {
    top: 32px;
  }
  .nav-btn:focus {
    outline: none;
  }
}

@media screen and (max-width: 768px) {
  .nav-btn--active::before, .nav-btn--active::after {
    background-color: #fff;
    top: 50%;
    -webkit-transition: top .3s ease .3s, -webkit-transform .3s ease .3s, -webkit-box-shadow .3s ease;
    transition: top .3s ease .3s, -webkit-transform .3s ease .3s, -webkit-box-shadow .3s ease;
    transition: transform .3s ease .3s, box-shadow .3s ease, top .3s ease .3s;
    transition: transform .3s ease .3s, box-shadow .3s ease, top .3s ease .3s, -webkit-transform .3s ease .3s, -webkit-box-shadow .3s ease;
  }
  .nav-btn--active::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .nav-btn--active::before {
    -webkit-box-shadow: 8px 8px 0 transparent;
            box-shadow: 8px 8px 0 transparent;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
}

.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header-link {
    display: block;
  }
}

.header-link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .header-link__inner--half {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header-link__inner--half {
    -webkit-box-flex: 50%;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .header-link__list {
    margin-top: 20px;
  }
}

.header-link__child-list {
  padding-left: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .header-link__child-list {
    padding-top: 5px;
  }
}

.header-link__item {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .header-link__item {
    margin-bottom: 10px;
  }
}

.header-link__item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .header-link__item a {
    font-size: 1.3rem;
  }
}

.header-link__child-item {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .header-link__child-item {
    margin-top: 5px;
  }
}

.header-link__child-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .header-link__child-item::after {
    height: 1px;
    -webkit-transform: none;
            transform: none;
  }
}

.header-link__child-item a {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .header-link__child-item a {
    font-size: 1.2rem;
  }
}

/*
/* Main
/*
----------------------------------------------------------------- */
.container {
  overflow: hidden;
  background: #fff;
  min-width: 1060px;
}

@media screen and (max-width: 768px) {
  .container {
    min-width: 0;
  }
}

.sc, .sc--init {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.sc--init {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.article-pagination-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb {
    margin-top: 20px;
    border-top: 1px #88afe4 solid;
    border-bottom: 1px #88afe4 solid;
  }
}

.article-pagination-thumb__prev, .article-pagination-thumb__next {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__prev, .article-pagination-thumb__next {
    width: 33.333%;
  }
}

.article-pagination-thumb__prev a, .article-pagination-thumb__next a {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 140px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__prev a, .article-pagination-thumb__next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.article-pagination-thumb__prev a::after, .article-pagination-thumb__next a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 80%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__prev a::after, .article-pagination-thumb__next a::after {
    content: none;
  }
}

.article-pagination-thumb__prev a:hover .article-pagination-thumb__photo, .article-pagination-thumb__next a:hover .article-pagination-thumb__photo {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.article-pagination-thumb__prev a {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__prev a {
    padding: 0;
  }
}

.article-pagination-thumb__prev a:hover .article-pagination__label {
  left: 10px;
}

.article-pagination-thumb__next a {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__next a {
    padding: 0;
  }
}

.article-pagination-thumb__photo {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__photo {
    display: none;
  }
}

.article-pagination-thumb__archive {
  width: 20%;
  border-right: 1px #fff solid;
  border-left: 1px #fff solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__archive {
    width: 33.333%;
    border-color: #2966cb;
  }
}

.article-pagination-thumb__archive a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #253d4a;
  color: #fff;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.article-pagination-thumb__archive a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__archive a {
    background: none;
  }
}

.article-pagination-thumb__archive a::before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-bottom: 10px;
  color: #fff;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__archive a::before {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.6rem;
    color: #2966cb;
  }
}

.article-pagination-thumb__archive__label {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__archive__label {
    display: none;
  }
}

.article-pagination-thumb__label {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  -webkit-transition: left .3s ease, right .3s ease;
  transition: left .3s ease, right .3s ease;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__label {
    position: static;
    font-size: 1.2rem;
    -webkit-transform: none;
            transform: none;
    font-weight: normal;
    background: none;
    color: #222;
  }
}

.article-pagination-thumb__prev .article-pagination-thumb__label {
  left: 0;
}

.article-pagination-thumb__next .article-pagination-thumb__label {
  right: 0;
}

.article-pagination-thumb__entry {
  position: relative;
  z-index: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__entry {
    display: none;
  }
}

.article-pagination-thumb__entry__category {
  display: inline-block;
  color: #fff;
  border: 1px #fff solid;
  font-size: 1.2rem;
  padding: 3px 15px 4px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .article-pagination-thumb__entry__category {
    font-size: 1rem;
    padding: 2px 10px 3px;
    margin-left: 10px;
  }
}

.article-pagination-thumb__entry__date {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.article-pagination-thumb__entry__title {
  margin-top: 10px;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}

.article-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  border-top: 1px #88afe4 solid;
  border-bottom: 1px #88afe4 solid;
}

@media screen and (max-width: 768px) {
  .article-pagination {
    margin-top: 20px;
  }
}

.article-pagination__prev, .article-pagination__next {
  width: 42%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .article-pagination__prev, .article-pagination__next {
    width: 33.333%;
  }
}

.article-pagination__prev a, .article-pagination__next a {
  position: relative;
  display: block;
  text-decoration: none;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .article-pagination__prev a, .article-pagination__next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.article-pagination__prev a {
  padding-left: 120px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .article-pagination__prev a {
    padding: 0;
  }
}

.article-pagination__prev a:hover .article-pagination__label {
  left: 10px;
}

.article-pagination__next a {
  padding-left: 30px;
  padding-right: 120px;
}

@media screen and (max-width: 768px) {
  .article-pagination__next a {
    padding: 0;
  }
}

.article-pagination__next a:hover .article-pagination__label {
  right: 10px;
}

.article-pagination__archive {
  width: 16%;
  border-right: 1px #88afe4 solid;
  border-left: 1px #88afe4 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .article-pagination__archive {
    width: 33.333%;
  }
}

.article-pagination__archive a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.article-pagination__archive a:hover {
  opacity: 0.8;
}

.article-pagination__archive a::before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-bottom: 8px;
  color: #2966cb;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .article-pagination__archive a::before {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

.article-pagination__archive__label {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .article-pagination__archive__label {
    display: none;
  }
}

.article-pagination__label {
  position: absolute;
  top: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: left .3s ease, right .3s ease;
  transition: left .3s ease, right .3s ease;
}

@media screen and (max-width: 768px) {
  .article-pagination__label {
    position: static;
    font-size: 1.2rem;
    -webkit-transform: none;
            transform: none;
    font-weight: normal;
  }
}

.article-pagination__prev .article-pagination__label {
  left: 20px;
}

.article-pagination__next .article-pagination__label {
  right: 20px;
}

@media screen and (max-width: 768px) {
  .article-pagination__entry {
    display: none;
  }
}

.article-pagination__entry__category {
  display: inline-block;
  background: #2966cb;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 15px 4px;
}

@media screen and (max-width: 768px) {
  .article-pagination__entry__category {
    font-size: 1rem;
    padding: 2px 10px 3px;
    margin-left: 10px;
  }
}

.article-pagination__entry__date {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  margin-left: 10px;
}

.article-pagination__entry__title {
  margin-top: 10px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*
/* Layout
/*
----------------------------------------------------------------- */
.breadcrumb, .breadcrumb--is-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .breadcrumb, .breadcrumb--is-nav {
    display: none;
  }
}

.breadcrumb__item:first-child::before {
  content: none;
}

.breadcrumb__item::before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1rem;
  margin: 0 5px;
}

.breadcrumb__item a {
  text-decoration: none;
  font-size: 1.3rem;
}

.breadcrumb__item a:hover {
  color: #2966cb;
}

.breadcrumb--is-nav {
  position: relative;
  z-index: 1;
  margin: 50px 0 0;
}

/*
/* Button
/*
----------------------------------------------------------------- */
.btn-primary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  color: #2966cb;
  border: 1px #2966cb solid;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.btn-primary a:hover {
  background-color: #2966cb;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-primary--sp a {
    background-color: #fff;
    color: #2966cb;
    height: 60px;
  }
}

.btn-secondly a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  border: 1px #2966cb solid;
  text-decoration: none;
  background-color: #2966cb;
  color: #fff;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.btn-secondly a:hover {
  color: #2966cb;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .btn-secondly--sp a {
    border-color: #fff;
    color: #fff;
    height: 60px;
  }
}

.btn-thirdly a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  color: #fff;
  border: 1px #fff solid;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.btn-thirdly a:hover {
  background-color: #fff;
  color: #222;
}

.btn-fourthly a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  border-bottom: 1px #2966cb solid;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.btn-fourthly a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-top: 4px transparent solid;
  border-right: 5px transparent solid;
  border-bottom: 4px transparent solid;
  border-left: 5px #2966cb solid;
}

.btn-fourthly a:hover {
  color: #2966cb;
}

.input-text, .input-text--10, .input-text--20, .input-text--70, .input-text--30 {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px #e1e4e8 solid;
  font-size: 1.6rem;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}

.input-text:placeholder-shown, .input-text--10:placeholder-shown, .input-text--20:placeholder-shown, .input-text--70:placeholder-shown, .input-text--30:placeholder-shown {
  color: rgba(34, 34, 34, 0.3);
}

.input-text::-webkit-input-placeholder, .input-text--10::-webkit-input-placeholder, .input-text--20::-webkit-input-placeholder, .input-text--70::-webkit-input-placeholder, .input-text--30::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}

.input-text:-moz-placeholder, .input-text--10:-moz-placeholder, .input-text--20:-moz-placeholder, .input-text--70:-moz-placeholder, .input-text--30:-moz-placeholder {
  opacity: 1;
  color: rgba(34, 34, 34, 0.3);
}

.input-text::-moz-placeholder, .input-text--10::-moz-placeholder, .input-text--20::-moz-placeholder, .input-text--70::-moz-placeholder, .input-text--30::-moz-placeholder {
  opacity: 1;
  color: rgba(34, 34, 34, 0.3);
}

.input-text:-ms-input-placeholder, .input-text--10:-ms-input-placeholder, .input-text--20:-ms-input-placeholder, .input-text--70:-ms-input-placeholder, .input-text--30:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}

.input-text--70 {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .input-text--70 {
    width: 100%;
  }
}

.input-text--30 {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .input-text--30 {
    width: 100%;
  }
}

.input-text--require {
  border-color: #F2C2CA;
  background-color: #FCF3F3;
}

.input-textarea, .input-textarea--70 {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px #e1e4e8 solid;
  font-size: 1.6rem;
  padding: 20px;
  min-height: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}

.input-textarea:placeholder-shown, .input-textarea--70:placeholder-shown {
  color: rgba(34, 34, 34, 0.3);
}

.input-textarea::-webkit-input-placeholder, .input-textarea--70::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}

.input-textarea:-moz-placeholder, .input-textarea--70:-moz-placeholder {
  opacity: 1;
  color: rgba(34, 34, 34, 0.3);
}

.input-textarea::-moz-placeholder, .input-textarea--70::-moz-placeholder {
  opacity: 1;
  color: rgba(34, 34, 34, 0.3);
}

.input-textarea:-ms-input-placeholder, .input-textarea--70:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}

.input-textarea--70 {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .input-textarea--70 {
    width: 100%;
  }
}

.input-textarea--require {
  border-color: #F2C2CA;
  background-color: #FCF3F3;
}

.input-error {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  background: #d36363;
  color: #fff;
  padding: 1px 10px 2px;
}

.input-error::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px #d36363 solid;
  border-right: 4px transparent solid;
  border-bottom: 5px transparent solid;
  border-left: 4px transparent solid;
}

.input-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px -5px 0;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .input-checkbox-list {
    display: block;
    margin: 0 0 -15px;
  }
}

.input-checkbox-list__item {
  margin: 5px 25px 5px 0;
}

@media screen and (max-width: 768px) {
  .input-checkbox-list__item {
    margin: 0 0 15px;
  }
}

.input-checkbox-list__item label {
  position: relative;
  padding-left: 25px;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.input-checkbox-list__item span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 1px solid #e1e4e8;
  content: '';
}

.input-checkbox-list__item input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.input-checkbox-list__item input[type='checkbox']:checked + span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 9px;
  height: 9px;
  background-color: #2966cb;
  content: '';
}

/*
/* Layout
/*
----------------------------------------------------------------- */
.inquiry-footer {
  /* margin-top: 30px; */
  padding-top: 120px;
  padding-bottom: 140px;
  background: url(/assets/images/common/bg_inquiry.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .inquiry-footer {
    margin-top: 0;
    padding: 75px 20px 70px;
  }
}

.inquiry-footer__ruby {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .inquiry-footer__ruby {
    margin-bottom: 30px;
  }
}

.inquiry-footer__title {
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .inquiry-footer__title {
    font-size: 2.7rem;
  }
}

.inquiry-footer__lead {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .inquiry-footer__lead {
    font-size: 1.9rem;
    margin-top: 30px;
  }
}

.inquiry-footer__desc {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  max-width: 750px;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .inquiry-footer__desc {
    font-size: 1.5rem;
    text-align: left;
  }
}

.inquiry-footer__btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .inquiry-footer__btn {
    margin-top: 30px;
    display: block;
  }
}

.inquiry-footer__btn__item {
  width: 336px;
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .inquiry-footer__btn__item {
    margin-top: 15px;
    width: auto;
  }
}

.inquiry-footer__btn__item a {
  height: 70px;
}

/*
/* Local nav
/*
----------------------------------------------------------------- */
.local-nav {
  position: absolute;
  top: 370px;
  width: 100%;
  background: #fff;
  min-width: 1060px;
}

@media screen and (max-width: 768px) {
  .local-nav {
    position: static;
    min-width: 0;
    margin-top: -40px;
    margin-bottom: 60px;
  }
}

.local-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  min-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .local-nav__inner {
    width: auto;
    min-width: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .local-nav__item, .local-nav__item--current {
    display: inline-block;
    vertical-align: top;
  }
}

.local-nav__item a, .local-nav__item--current a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  margin: 0 45px;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 768px) {
  .local-nav__item a, .local-nav__item--current a {
    font-size: 1.1rem;
    margin: 0 25px;
    height: 65px;
    text-align: center;
  }
}

.local-nav__item a:hover, .local-nav__item--current a:hover {
  color: #2966cb;
}

.local-nav__item--current a {
  color: #2966cb;
}

.local-nav__item--current a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #2966cb;
}

/*
/* Layout
/*
----------------------------------------------------------------- */
.page-content {
  padding-top: 80px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .page-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.page-content__inner {
  max-width: 1200px;
  min-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-content__inner {
    width: auto;
    min-width: 0;
    padding: 0 25px;
  }
}

.page-content__inner--lg {
  max-width: 1400px;
}

@media screen and (max-width: 768px) {
  .page-content__inner--lg {
    width: auto;
  }
}

.page-content__summary {
  font-size: 1.6rem;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .page-content__summary {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.page-content--white {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 160px;
  padding-top: 30px;
  margin-bottom: -160px;
}

@media screen and (max-width: 768px) {
  .page-content--white {
    margin-bottom: -80px;
    padding-bottom: 60px;
    padding-top: 0;
  }
}

/*
/* Layout
/*
----------------------------------------------------------------- */
.page-header, .page-header--inquiry, .page-header--about, .page-header--about-executive, .page-header--about-thought, .page-header--about-message, .page-header--about-about, .page-header--activity, .page-header--join, .page-header--join-form, .page-header--join-agreement, .page-header--topics, .page-header--media {
  height: 310px;
  background: 50% 50% no-repeat;
  background-size: cover;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page-header, .page-header--inquiry, .page-header--about, .page-header--about-executive, .page-header--about-thought, .page-header--about-message, .page-header--about-about, .page-header--activity, .page-header--join, .page-header--join-form, .page-header--join-agreement, .page-header--topics, .page-header--media {
    height: 170px;
    padding: 45px 25px 0;
  }
}

.page-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .page-header__inner {
    width: auto;
  }
}

.page-header__inner--lg {
  width: 1400px;
}

@media screen and (max-width: 768px) {
  .page-header__inner--lg {
    width: auto;
  }
}

.page-header__title, .page-header__title--sm {
  font-size: 5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-header__title, .page-header__title--sm {
    font-size: 2.7rem;
  }
}

.page-header__title__ruby {
  font-size: 1.6rem;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .page-header__title__ruby {
    font-size: 1.5rem;
    margin-left: 0;
  }
}

.page-header__title--sm {
  font-size: 3.8rem;
}

@media screen and (max-width: 768px) {
  .page-header__title--sm {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .page-header--inquiry {
    background-image: url(../images/inquiry/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--inquiry {
    background-image: url(../images/inquiry/img_visual_sp.png);
    background-position: 100% 0;
  }
}

@media screen and (min-width: 769px) {
  .page-header--about {
    height: 370px;
    background-image: url(../images/about/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--about {
    background-image: url(../images/about/img_visual_sp.png);
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 769px) {
  .page-header--about-executive {
    height: 370px;
    background-image: url(../images/about/executive/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--about-executive {
    background-image: url(../images/about/executive/img_visual_sp.png);
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 769px) {
  .page-header--about-thought {
    height: 370px;
    background-image: url(../images/about/thought/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--about-thought {
    background-image: url(../images/about/thought/img_visual_sp.png);
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 769px) {
  .page-header--about-message {
    height: 370px;
    background-image: url(../images/about/message/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--about-message {
    background-image: url(../images/about/message/img_visual_sp.png);
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 769px) {
  .page-header--about-about {
    height: 370px;
    background-image: url(../images/about/about/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--about-about {
    background-image: url(../images/about/about/img_visual_sp.png);
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 769px) {
  .page-header--activity {
    height: 370px;
    background-image: url(../images/activity/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--activity {
    background-image: url(../images/activity/img_visual_sp.png);
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 769px) {
  .page-header--join {
    height: 370px;
    background-image: url(../images/join/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--join {
    background-image: url(../images/join/img_visual_sp.png);
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 769px) {
  .page-header--join-form {
    background-image: url(../images/join/form/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--join-form {
    background-image: url(../images/join/form/img_visual.png);
    background-position: 100% 0;
    background-position: 75% 50%;
  }
}

@media screen and (min-width: 769px) {
  .page-header--join-agreement {
    height: 370px;
    background-image: url(../images/join/agreement/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--join-agreement {
    background-image: url(../images/join/agreement/img_visual_sp.png);
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 769px) {
  .page-header--topics {
    background-image: url(../images/topics/img_visual.png);
  }
}

@media screen and (max-width: 768px) {
  .page-header--topics {
    background-image: url(../images/topics/img_visual_sp.png);
    background-position: 100% 50%;
  }
}

.page-header--media {
  height: 370px;
  padding-top: 105px;
  color: #fff;
  background: #2966cb;
}

@media screen and (max-width: 768px) {
  .page-header--media {
    height: auto;
    padding: 80px 25px 30px;
  }
}

.page-header--media .page-header__inner {
  background: url(../images/media/img_visual.png) 0 50% no-repeat;
}

@media screen and (min-width: 769px) {
  .page-header--media .page-header__inner {
    background-size: 435px 82px;
  }
}

@media screen and (max-width: 768px) {
  .page-header--media .page-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: 240px auto;
    background-position: 50% 32px;
  }
}

@media screen and (max-width: 768px) {
  .page-header--media .page-header__title, .page-header--media .page-header__title--sm {
    text-align: center;
    line-height: 1;
    margin-top: 42px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .page-header--media .page-header__title span, .page-header--media .page-header__title--sm span {
    display: inline-block;
    margin-top: 30px;
    font-weight: normal;
    line-height: 1.4;
  }
}

/*
/* Page nav
/*
----------------------------------------------------------------- */
.page-nav {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page-nav {
    margin-top: 45px;
  }
}

.page-nav__content, .page-nav__content--about-about, .page-nav__content--about-thought, .page-nav__content--about-executive, .page-nav__content--about-message {
  width: 50%;
  padding: 0 2px;
}

@media screen and (max-width: 768px) {
  .page-nav__content, .page-nav__content--about-about, .page-nav__content--about-thought, .page-nav__content--about-executive, .page-nav__content--about-message {
    padding: 0 1px;
  }
}

.page-nav__content a, .page-nav__content--about-about a, .page-nav__content--about-thought a, .page-nav__content--about-executive a, .page-nav__content--about-message a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 180px;
  background: url(/assets/images/about/img_local_01.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.page-nav__content a:hover, .page-nav__content--about-about a:hover, .page-nav__content--about-thought a:hover, .page-nav__content--about-executive a:hover, .page-nav__content--about-message a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .page-nav__content a, .page-nav__content--about-about a, .page-nav__content--about-thought a, .page-nav__content--about-executive a, .page-nav__content--about-message a {
    height: 90px;
  }
}

.page-nav__content a::after, .page-nav__content--about-about a::after, .page-nav__content--about-thought a::after, .page-nav__content--about-executive a::after, .page-nav__content--about-message a::after {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/images/common/ico_local_prev.png) 0 0 no-repeat;
  background-size: 23px 24px;
  width: 23px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .page-nav__content a::after, .page-nav__content--about-about a::after, .page-nav__content--about-thought a::after, .page-nav__content--about-executive a::after, .page-nav__content--about-message a::after {
    content: none;
  }
}

.page-nav__content:nth-child(2) a::after, .page-nav__content--about-about:nth-child(2) a::after, .page-nav__content--about-thought:nth-child(2) a::after, .page-nav__content--about-executive:nth-child(2) a::after, .page-nav__content--about-message:nth-child(2) a::after {
  right: 40px;
  left: auto;
  background: url(/assets/images/common/ico_local_next.png) 0 0 no-repeat;
  background-size: 23px 24px;
}

.page-nav__content--about-about a {
  background-image: url(/assets/images/about/img_local_01.jpg);
}

.page-nav__content--about-thought a {
  background-image: url(/assets/images/about/img_local_02.jpg);
}

.page-nav__content--about-executive a {
  background-image: url(/assets/images/about/img_local_03.jpg);
}

.page-nav__content--about-message a {
  background-image: url(/assets/images/about/img_local_04.jpg);
}

.page-nav__ruby {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .page-nav__ruby {
    font-size: 1.1rem;
  }
}

.page-nav__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .page-nav__title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*
/* Layout
/*
----------------------------------------------------------------- */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__item, .pagination__item--current {
  margin: 0 3px;
}

@media screen and (max-width: 768px) {
  .pagination__item, .pagination__item--current {
    margin: 0 2px;
  }
}

.pagination__item a, .pagination__item--current a,
.pagination__item span,
.pagination__item--current span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  border: 1px #dcdde3 solid;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pagination__item a, .pagination__item--current a,
  .pagination__item span,
  .pagination__item--current span {
    font-size: 1.2rem;
    width: 38px;
    height: 40px;
  }
}

.pagination__item a:hover, .pagination__item--current a:hover {
  background: #807f82;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pagination__item a:hover, .pagination__item--current a:hover {
    background: #2966cb;
  }
}

.pagination__item--current span {
  background: #807f82;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pagination__item--current span {
    background: #2966cb;
  }
}

.pagination--white .pagination__item a, .pagination--white .pagination__item--current a {
  background-color: #fff;
}

.pagination--white .pagination__item a:hover, .pagination--white .pagination__item--current a:hover {
  background-color: #2966cb;
  color: #fff;
}

.pagination--white .pagination__item span, .pagination--white .pagination__item--current span {
  background: #2966cb;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pagination--white .pagination__item span, .pagination--white .pagination__item--current span {
    background: #2966cb;
  }
}

.pagination--white .pagination__item--current a {
  background-color: #2966cb;
  color: #fff;
}

.relation-article {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .relation-article {
    position: relative;
    background: #eaf1f7;
    margin-top: 50px;
    margin-bottom: -60px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 50px 25px 60px;
  }
}

.relation-article__title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .relation-article__title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}

.relation-article__title::before {
  content: '';
  display: inline-block;
  background: url(/assets/images/common/ico_text.png) no-repeat;
  width: 27px;
  height: 33px;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .relation-article__title::before {
    width: 24px;
    background-size: 100% auto;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.theme-bg-blue, .theme-bg-blue--pc {
  background: #eaf1f7;
}

@media screen and (max-width: 768px) {
  .theme-bg-blue--pc {
    background: none;
  }
}

/*
/* About
/*
----------------------------------------------------------------- */
.about-content {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .about-content {
    margin-top: 0;
  }
}

.about-content__summary {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .about-content__summary {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.about-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .about-content__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-content__content {
  position: relative;
  margin-top: 60px;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .about-content__content {
    width: auto;
    margin-top: 25px;
  }
}

.about-content__content a {
  text-decoration: none;
}

.about-content__content a:hover .about-content__content__photo img {
  opacity: .8;
}

.about-content__content__photo {
  position: relative;
}

.about-content__content__photo img {
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.about-content__content__header {
  position: absolute;
  left: 90px;
  top: 50%;
  border-left: 4px #2966cb solid;
  padding-left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .about-content__content__header {
    left: 30px;
    border-left-width: 3px;
    padding-left: 15px;
  }
}

.about-content__content__ruby {
  font-size: 2.4rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .about-content__content__ruby {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.about-content__content__title {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .about-content__content__title {
    font-size: 1.8rem;
  }
}

.about-content__content__desc {
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .about-content__content__desc {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}

/*
/* Activity
/*
----------------------------------------------------------------- */
.activity-content__title {
  position: relative;
  text-align: center;
  font-size: 4.4rem;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .activity-content__title {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}

.activity-content__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 1px;
  background: #2966cb;
}

.activity-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .activity-content__body {
    display: block;
    margin-top: 40px;
	margin-bottom: 40px;
  }
}

.activity-content__photo {
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .activity-content__photo {
    width: auto;
  }
}

.activity-content__photo img {
  max-width: 100%;
}

.activity-content__content {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .activity-content__content {
    width: auto;
  }
}

.activity-content__desc {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .activity-content__desc {
    font-size: 1.2rem;
  }
}

.activity-content__desc:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .activity-content__desc:first-child {
    margin-top: 20px;
  }
}

.activity-photo {
  margin-top: 160px;
  margin-bottom: -160px;
  padding-top: 70px;
  padding-bottom: 100px;
  background: #2966cb;
}

@media screen and (max-width: 768px) {
  .activity-photo {
    margin-top: 50px;
    padding-top: 18px;
    padding-bottom: 80px;
    margin-bottom: -80px;
  }
}

.activity-photo__inner {
  max-width: 1200px;
  min-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .activity-photo__inner {
    min-width: 0;
    padding: 0 20px;
  }
}

.activity-photo__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4.4rem;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .activity-photo__title {
    background: url(/assets/images/activity/txt_photo_label.png);
    background-size: 1048px 84px;
    width: 1048px;
    height: 84px;
  }
}

@media screen and (max-width: 768px) {
  .activity-photo__title {
    background: url(/assets/images/activity/txt_photo_label_sp.png);
    background-size: 256px 92px;
    width: 256px;
    height: 92px;
    font-size: 2.7rem;
  }
}

.activity-photo__body {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .activity-photo__body {
    margin-top: 10px;
  }
}

.activity-photo__photo {
  width: 20%;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .activity-photo__photo {
    width: 50%;
  }
}

.activity-photo__photo img {
  max-width: 100%;
  height: auto;
}
.activity-schedule table span a{
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  background-color: #2966cb;
  margin-right: 2px;
}

.executive-schedule {
  padding: 100px 40px 80px;
  background-color: #eaf1f7;
}

@media screen and (max-width: 768px) {
  .executive-schedule {
    margin: 0 -25px;
    padding: 50px 20px 50px;
  }
}
@media screen and (max-width: 768px) {
.activity-schedule {
  font-size: 1.2rem;
}
.activity-schedule table span a{
  padding: 5px 5px;
  font-size: 10px;
}
}
.activity-schedule table{
  margin: 20px auto 0 auto;
  width: 65%;
  border-collapse:separate;
  border-spacing: 0;
}

.activity-schedule table th{
  text-align: center;
  color:white;
  font-weight: bold;
  font-size: 24px;
  background: #2966cb;
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  padding: 10px 0;
}

.activity-schedule table .col_1{
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  width: 20%;
  padding: 10px 0;
}
.activity-schedule table .col_2{
  text-align: left;
  vertical-align: middle;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  width: 45%;
  padding: 10px 50px;
}
.activity-schedule table .col_3{
  text-align: center;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  width: 15%;
  padding: 10px 0;
}

.activity-schedule table td:last-child{
  border-right: 1px solid #a8b7c5;
}
.activity-schedule .caption{
	position: relative;
  	text-align: center;
  	font-size: 3rem;
  	padding-bottom: 20px;
  	font-weight: bold;
}
@media screen and (max-width: 768px) {
 .activity-schedule table{
  width: 100%;
}
.activity-schedule table th{
  font-size: 1.8rem;
}
.activity-schedule table .col_2{
  padding: 10px 5px;
}
}
/*
/* Top
/*
----------------------------------------------------------------- */
/**
 * Visual
 */
.inquiry-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .inquiry-flow {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.inquiry-flow__item, .inquiry-flow__item--current {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 70px;
  background-color: #ecf1f5;
  color: #d7dcdf;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .inquiry-flow__item, .inquiry-flow__item--current {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
    margin-right: 48px;
  }
}

.inquiry-flow__item::after, .inquiry-flow__item--current::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  display: block;
  width: 33px;
  height: 3px;
  margin-left: 18px;
  background: url(../images/inquiry/img_dots.png) 100% 50% no-repeat;
  background-size: 33px 3px;
}

@media screen and (max-width: 768px) {
  .inquiry-flow__item::after, .inquiry-flow__item--current::after {
    width: 25px;
    background-size: 25px auto;
    margin-left: 12px;
  }
}

.inquiry-flow__item:last-child, .inquiry-flow__item--current:last-child {
  margin-right: 0;
}

.inquiry-flow__item:last-child::after, .inquiry-flow__item--current:last-child::after {
  content: none;
}

.inquiry-flow__item--current {
  color: #2966cb;
  border: 1px #2966cb solid;
  background-color: #fff;
}

.inquiry-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px #e1e4e8 solid;
}

@media screen and (max-width: 768px) {
  .inquiry-form__content {
    display: block;
    padding: 20px 5px;
  }
}

.inquiry-form__content:first-of-type {
  border-top: 1px #e1e4e8 solid;
}

.inquiry-form__header {
  position: relative;
  width: 440px;
  padding: 30px 0 30px 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .inquiry-form__header {
    width: auto;
    padding: 0;
  }
}

.inquiry-form__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .inquiry-form__body {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.inquiry-form__label {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .inquiry-form__label {
    font-size: 1.5rem;
  }
}

.inquiry-form__require {
  position: absolute;
  right: 130px;
  top: 34px;
  display: inline-block;
  padding: 1px 10px 2px;
  background: #222222;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .inquiry-form__require {
    font-size: 1rem;
    right: 0;
    top: 5px;
    left: auto;
  }
}

.inquiry-form__text {
  font-size: 1.6rem;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .inquiry-form__text {
    font-size: 1.5rem;
  }
}

.inquiry-form__desc {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .inquiry-form__desc {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 20px;
  }
}

.inquiry-form__desc:first-of-type {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .inquiry-form__desc:first-of-type {
    margin-top: 30px;
  }
}

.inquiry-form__footer {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .inquiry-form__footer {
    margin-top: 30px;
  }
}

.inquiry-form__btn, .inquiry-form__btn--submit, .inquiry-form__btn--complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 86px;
  width: 408px;
  margin: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px #2966cb solid;
  color: #2966cb;
  font-weight: bold;
  font-size: 2.2rem;
  cursor: pointer;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media screen and (max-width: 768px) {
  .inquiry-form__btn, .inquiry-form__btn--submit, .inquiry-form__btn--complete {
    height: 55px;
    width: 250px;
    font-size: 1.7rem;
  }
}

.inquiry-form__btn:hover, .inquiry-form__btn--submit:hover, .inquiry-form__btn--complete:hover {
  background-color: #2966cb;
  color: #fff;
}

.inquiry-form__btn:disabled, .inquiry-form__btn--submit:disabled, .inquiry-form__btn--complete:disabled {
  background-color: #ecf1f5;
  color: #d7dbdf;
  border-color: #ecf1f5;
  cursor: not-allowed;
}

.inquiry-form__btn--submit {
  background-color: #2966cb;
  color: #fff;
}

.inquiry-form__btn--submit:hover {
  background-color: transparent;
  color: #2966cb;
}

.inquiry-form__btn--complete {
  font-size: 1.4rem;
  width: 190px;
  height: 56px;
}

.inquiry-complete__title {
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
  color: #2966cb;
}

@media screen and (max-width: 768px) {
  .inquiry-complete__title {
    font-size: 1.8rem;
  }
}

.inquiry-complete__desc {
  margin-top: 40px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .inquiry-complete__desc {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.inquiry-complete__footer {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .inquiry-complete__footer {
    margin-top: 30px;
  }
}
/*
/* member
/*
----------------------------------------------------------------- */
.member-content__content {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}
.member-content__content h2 {
    font-size: 1.8em;
    border-bottom: solid 1.5px black;
    padding-top: 40px;
}
.member-content__content ul{
	display:flex;
	flex-wrap:  wrap;
}
.member-content__content ul li{
    width: 23%;
    padding-right: 2%;
	padding-top:20px;
	justify-content:space-around;
}
.member-content__content .oder_asc{
    text-align: right;
	padding-top: 60px;
}
@media screen and (max-width: 768px) {
 .member-content__content ul li{
    width: 100%;
}
}
/*
/* Join
/*
----------------------------------------------------------------- */
.join-content {
  padding: 90px 110px 100px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .join-content {
    padding: 0;
    background: none;
  }
}

.join-content__title {
  position: relative;
  text-align: center;
  font-size: 4.4rem;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .join-content__title {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}

.join-content__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 1px;
  background: #2966cb;
}

.join-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .join-content__body {
    display: block;
  }
}

.join-content__content {
  width: 48%;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px #7f7f7f dotted;
}

@media screen and (max-width: 768px) {
  .join-content__content {
    width: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.join-content__content__title {
  font-size: 3.1rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .join-content__content__title {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}

.join-content__content__number {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .join-content__content__number {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .join-content__content__number img {
    width: 30px;
    vertical-align: middle;
  }
}

.join-content__content__desc {
  line-height: 1.8;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .join-content__content__desc {
    font-size: 1.3rem;
  }
}

.join-content__notes {
  font-size: 1.5rem;
  color: #666666;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .join-content__notes {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.join-fee {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .join-fee {
    margin-top: 55px;
  }
}

.join-fee__title {
  position: relative;
  text-align: center;
  font-size: 4.4rem;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .join-fee__title {
    font-size: 2.7rem;
  }
}

.join-fee__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 1px;
  background: #2966cb;
}

.join-fee__tbl {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px #7f7f7f dotted;
}

@media screen and (max-width: 768px) {
  .join-fee__tbl {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.join-fee__tbl th, .join-fee__tbl td {
  padding: 24px;
  border-bottom: 1px #7f7f7f dotted;
}

@media screen and (max-width: 768px) {
  .join-fee__tbl th, .join-fee__tbl td {
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.join-fee__tbl th {
  width: 180px;
  font-size: 1.5rem;
  background-color: #ebf6ff;
  vertical-align: middle;
  border-right: 1px #e3e2e5 solid;
}

@media screen and (max-width: 768px) {
  .join-fee__tbl th {
    width: 90px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .join-fee__tbl td {
    font-size: 1.2rem;
  }
}

.join-fee__notes {
  font-size: 1.5rem;
  color: #666666;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .join-fee__notes {
    font-size: 1.1rem;
  }
}

.join-fee__desc {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .join-fee__desc {
    font-size: 1.3rem;
  }
}

.join-fee__desc a {
  color: #2966cb;
}

.join-fee__desc a:hover {
  text-decoration: none;
}

.join-fee__data {
  margin-top: 5px;
}

.join-fee__data dt {
  clear: both;
  float: left;
  width: 180px;
  font-size: 1.5rem;
  padding-top: 5px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .join-fee__data dt {
    float: none;
    font-size: 1.2rem;
  }
}

.join-fee__data dd {
  margin-left: 180px;
  font-size: 1.5rem;
  padding-top: 5px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .join-fee__data dd {
    font-size: 1.2rem;
    margin-left: 0;
    padding-top: 0;
  }
}

/*
/* Topics
/*
----------------------------------------------------------------- */
.media-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .media-pickup {
    display: block;
    margin-bottom: 40px;
  }
}

.media-pickup__content {
  width: 49.9%;
}

@media screen and (max-width: 768px) {
  .media-pickup__content {
    width: 100%;
    margin-top: 20px;
  }
}

.media-pickup__content:first-child {
  margin-top: 0;
}

.media-pickup__content a {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 270px 30px 20px;
}

@media screen and (max-width: 768px) {
  .media-pickup__content a {
    padding: 140px 20px 15px;
  }
}

.media-pickup__content a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 30%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.media-pickup__content a:hover .media-pickup__bg {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.media-pickup__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.media-pickup__header {
  position: relative;
  z-index: 1;
}

.media-pickup__date {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .media-pickup__date {
    font-size: 1.2rem;
  }
}

.media-pickup__category {
  display: inline-block;
  color: #fff;
  border: 1px #fff solid;
  font-size: 1.2rem;
  margin-left: 20px;
  padding: 3px 15px 4px;
}

@media screen and (max-width: 768px) {
  .media-pickup__category {
    font-size: 1rem;
    padding: 2px 10px 3px;
    margin-left: 10px;
  }
}

.media-pickup__title {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .media-pickup__title {
    font-size: 1.4rem;
  }
}

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

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

.media-content__body {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .media-content__body {
    overflow: visible;
    padding-bottom: 60px;
  }
}

.media-content__sidebar {
  width: 270px;
  margin-left: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .media-content__sidebar {
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -80px;
    background: #edf1f5;
  }
}

.media-content__title {
  font-size: 3rem;
  border-bottom: 1px #2966cb solid;
  padding-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .media-content__title {
    font-size: 2rem;
  }
}

.media-content__qty {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .media-content__qty {
    font-size: 1.2rem;
    right: 0;
  }
}

.media-content__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.media-content__entry::after {
  content: "";
  display: block;
  width: 31%;
}

@media screen and (max-width: 768px) {
  .media-content__entry::after {
    content: none;
  }
}

.media-content__entry__item {
  width: 31%;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .media-content__entry__item {
    width: 46.5%;
    margin-top: 20px;
  }
}

.media-content__entry__item a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  height: 100%;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.media-content__entry__item a:hover {
  background-color: #253d4a;
  color: #fff;
}

.media-content__entry__item a:hover .media-content__entry__category {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .media-content__entry__item--sm-12 {
    width: 100%;
  }
}

.media-content__entry__thumb {
  padding-bottom: 60%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.media-content__entry__body {
  padding: 30px 30px 60px;
}

@media screen and (max-width: 768px) {
  .media-content__entry__body {
    padding: 20px 15px 15px;
  }
}

.media-content__entry__date {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 768px) {
  .media-content__entry__date {
    font-size: 1.2rem;
    display: block;
  }
}

.media-content__entry__category {
  display: inline-block;
  border: 1px #222222 solid;
  font-size: 1.2rem;
  margin-left: 15px;
  padding: 3px 10px 4px;
  -webkit-transition: color .3s ease, border-color .3s ease;
  transition: color .3s ease, border-color .3s ease;
}

@media screen and (max-width: 768px) {
  .media-content__entry__category {
    font-size: 1rem;
    padding: 2px 10px 3px;
    margin-left: 0;
    margin-top: 5px;
  }
}

.media-content__entry__title {
  font-size: 1.5rem;
  margin-top: 10px;
  line-height: 1.8;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 768px) {
  .media-content__entry__title {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.media-content__btn {
  width: 210px;
  margin: 60px auto 40px;
}

@media screen and (max-width: 768px) {
  .media-content__btn {
    margin-top: 35px;
    margin-bottom: 30px;
    width: 275px;
  }
}

@media screen and (max-width: 768px) {
  .media-content__category {
    background: #fff;
    padding: 50px 20px 60px;
  }
}

.media-content__category__title {
  padding-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 1px #2966cb solid;
}

@media screen and (max-width: 768px) {
  .media-content__category__title {
    font-size: 2rem;
  }
}

.media-content__category__item {
  border-bottom: 1px #7f7f7f dotted;
}

.media-content__category__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 768px) {
  .media-content__category__item a {
    font-size: 1.2rem;
  }
}

.media-content__category__item a::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #939ca4;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 768px) {
  .media-content__category__item a::after {
    right: 10px;
  }
}

.media-content__category__item a:hover {
  color: #2966cb;
}



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

@media screen and (min-width: 769px) {
  .media-content__category__item a:hover::after {
    color: #2966cb;
  }
}

.media-content__calendar {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .media-content__calendar {
    margin-top: 30px;
  }
}

.media-content__calendar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: #2966cb;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.media-content__calendar a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .media-content__calendar a {
    padding: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2.5rem;
  }
}

.media-content__calendar a::before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  color: #2966cb;
  font-size: 3.2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .media-content__calendar a::before {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.media-article {
  padding: 60px 50px;
  background: #fff;
  border-top: 2px #4d85d5 solid;
}

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

@media screen and (min-width: 769px) {
  .media-content__category__item a:hover::after {
    color: #2966cb;
  }
}

.media-content__calendar02 {
  margin-top: 40px;
  width: 360px;
  margin: auto;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .media-content__calendar02 {
    margin-top: 30px;
  }
}

.media-content__calendar02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background: #2966cb;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.media-content__calendar02 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .media-content__calendar02 a {
    padding: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2.5rem;
  }
}

.media-content__calendar02 a::before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  color: #2966cb;
  font-size: 3.2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .media-content__calendar02 a::before {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.media-article {
  padding: 60px 50px;
  background: #fff;
  border-top: 2px #4d85d5 solid;
}

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

@media screen and (max-width: 768px) {
  .media-article {
    border-top: none;
    padding: 0 0 0;
  }
}

.media-article__date {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .media-article__date {
    font-size: 1.2rem;
    margin-left: 10px;
  }
}

.media-article__category {
  display: inline-block;
  border: 1px #222 solid;
  font-size: 1.2rem;
  padding: 3px 15px 4px;
}

@media screen and (max-width: 768px) {
  .media-article__category {
    font-size: 1rem;
    padding: 2px 10px 3px;
  }
}

.media-article__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 25px;
  padding-bottom: 35px;
  border-bottom: 1px #7f7f7f dotted;
}

@media screen and (max-width: 768px) {
  .media-article__title {
    font-size: 1.8rem;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}

.media-article__body h1 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 20px;
  border-left: 3px #2966cb solid;
}

@media screen and (max-width: 768px) {
  .media-article__body h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    padding-left: 10px;
  }
}

.media-article__body h1 + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .media-article__body h1 + p {
    margin-top: 15px;
  }
}

.media-article__body h2 {
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px #e1e4e8 solid;
  border-bottom: 1px #e1e4e8 solid;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .media-article__body h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.media-article__body h2 + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .media-article__body h2 + p {
    margin-top: 15px;
  }
}

.media-article__body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2966cb;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .media-article__body h3 {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

.media-article__body h3 + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .media-article__body h3 + p {
    margin-top: 15px;
  }
}

.media-article__body h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .media-article__body h4 {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

.media-article__body h4 + p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .media-article__body h4 + p {
    margin-top: 10px;
  }
}

.media-article__body p {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .media-article__body p {
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}

.media-article__body figure {
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .media-article__body figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.media-article__body figure::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 20%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.media-article__body figure img {
  max-width: 100%;
  height: auto;
}

.media-article__body figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 1;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .media-article__body figure figcaption {
    left: 15px;
    bottom: 10px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.media-article__body .box, .media-article__body .box--blue, .media-article__body .box--border, .media-article__body .box--quote, .media-article__body .box--baloon {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .media-article__body .box, .media-article__body .box--blue, .media-article__body .box--border, .media-article__body .box--quote, .media-article__body .box--baloon {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.media-article__body .box *:first-child, .media-article__body .box--blue *:first-child, .media-article__body .box--border *:first-child, .media-article__body .box--quote *:first-child, .media-article__body .box--baloon *:first-child {
  margin-top: 0;
}

.media-article__body .box *:last-child, .media-article__body .box--blue *:last-child, .media-article__body .box--border *:last-child, .media-article__body .box--quote *:last-child, .media-article__body .box--baloon *:last-child {
  margin-bottom: 0;
}

.media-article__body .box--blue {
  background-color: #eaf1f7;
}

.media-article__body .box--border {
  border: 1px #e3e6ea solid;
}

.media-article__body .box--quote {
  background: url(/assets/images/common/ico_quote.png) 40px 30px no-repeat;
  background-color: #eaf1f7;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .media-article__body .box--quote {
    background-position: 20px 20px;
    padding-top: 50px;
  }
}

.media-article__body .box--quote p {
  font-style: italic;
}

.media-article__body .box--baloon {
  position: relative;
  border-radius: 6px;
  background: #2966cb;
  color: #fff;
}

.media-article__body .box--baloon::after {
  content: '';
  position: absolute;
  left: 50px;
  bottom: -32px;
  display: block;
  border-top: 16px #2966cb solid;
  border-right: 16px transparent solid;
  border-bottom: 16px transparent solid;
  border-left: 16px transparent solid;
}

@media screen and (max-width: 768px) {
  .media-article__body .box--baloon::after {
    left: 25px;
    bottom: -24px;
    border-top: 12px #2966cb solid;
    border-right: 12px transparent solid;
    border-bottom: 12px transparent solid;
    border-left: 12px transparent solid;
  }
}

.media-article__body .photo-group {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .media-article__body .photo-group {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.media-article__body .photo-group::after {
  content: "";
  display: block;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .media-article__body .photo-group::after {
    content: none;
  }
}

.media-article__body .photo-group li {
  width: 33%;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .media-article__body .photo-group li {
    width: 49%;
    margin-top: 5px;
  }
}

.media-article__body .photo-group li img {
  width: 100%;
  height: auto;
}

.media-article__body .faq-q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 50px;
  color: #2966cb;
}

@media screen and (max-width: 768px) {
  .media-article__body .faq-q {
    min-height: 30px;
    padding-left: 45px;
    font-size: 1.4rem;
  }
}

.media-article__body .faq-q::before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 2.3rem;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #2966cb;
}

@media screen and (max-width: 768px) {
  .media-article__body .faq-q::before {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}

.media-article__body .faq-q p {
  margin: 0;
}

.media-article__body .faq-a {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 70px;
  min-height: 50px;
}

@media screen and (max-width: 768px) {
  .media-article__body .faq-a {
    min-height: 30px;
    padding-left: 45px;
    font-size: 1.4rem;
  }
}

.media-article__body .faq-a::before {
  content: 'A';
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 2.3rem;
  color: #2966cb;
  width: 50px;
  height: 50px;
  border: 1px #2966cb solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .media-article__body .faq-a::before {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}

.media-article__body .faq-a p {
  margin: 0;
}

.media-article__body .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 1px #e3e6ea solid;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .media-article__body .profile {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.media-article__body .profile__photo {
  width: 225px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .media-article__body .profile__photo {
    width: auto;
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.media-article__body .profile__photo img {
  max-width: 100%;
  height: auto;
}

.media-article__body .profile__body p {
  margin: 0;
}

.media-article__body .profile__name {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .media-article__body .profile__name {
    font-size: 1.6rem;
  }
}

.media-article__body .profile__career {
  font-size: 1.3rem;
  color: rgba(34, 34, 34, 0.6);
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .media-article__body .profile__career {
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
}

.media-article__body .profile-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px #e3e6ea solid;
  padding: 0 30px 30px;
}

@media screen and (max-width: 768px) {
  .media-article__body .profile-group {
    display: block;
    padding: 10px 20px 20px;
  }
}

.media-article__body .profile-group p {
  margin: 0;
}

.media-article__body .profile-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .media-article__body .profile-group__item {
    width: 100%;
    margin-top: 10px;
  }
}

.media-article__body .profile-group__photo {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .media-article__body .profile-group__photo {
    margin-right: 20px;
  }
}

.media-article__body .profile-group__photo img {
  max-width: 100%;
  height: auto;
}

.media-article__body .profile-group__name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .media-article__body .profile-group__name {
    font-size: 1.4rem;
  }
}

.media-article__body .profile-group__career {
  color: rgba(34, 34, 34, 0.6);
}

@media screen and (max-width: 768px) {
  .media-article__body .profile-group__career {
    font-size: 1.2rem;
  }
}

.media-article__footer {
  margin-top: 35px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .media-article__footer {
    text-align: center;
  }
}

.media-article__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .media-article__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.media-article__sns__item {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .media-article__sns__item {
    margin: 0 5px;
  }
}

.media-article__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #253d4a;
}

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

.media-article__share__photo {
  width: 360px;
  padding-bottom: 22%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .media-article__share__photo {
    width: 100%;
    padding-bottom: 60%;
  }
}

.media-article__share__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .media-article__share__body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.media-article__share__lead {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .media-article__share__lead {
    font-size: 1.6rem;
  }
}

/*
/* Top
/*
----------------------------------------------------------------- */
/**
 * Visual
 */
body.index .visual {
  min-width: 1200px;
  background: url("/assets/images/top/img_visual.jpg") 88% 60% no-repeat #d0ebff;
  background-size: 792px 592px;
}

@media screen and (max-width: 768px) {
  body.index .visual {
    min-width: 0;
    padding: 0 20px;
    background-size: 375px;
    background-position: 50% 85%;
  }
}

body.index .visual__inner {
  width: 1200px;
  height: 82vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  body.index .visual__inner {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

body.index .visual__body {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  body.index .visual__body {
    padding-top: 110px;
  }
}

body.index .visual__title {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  body.index .visual__title {
    font-size: 3.2rem;
    text-align: center;
  }
}

body.index .visual__lead {
  margin-top: 30px;
  font-size: 2.4rem;
  color: #2966cb;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  body.index .visual__lead {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
}

body.index .news {
  border-bottom: 1px #e1e4e8 solid;
}

body.index .news__inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body.index .news__inner {
    padding-top: 0;
    padding: 0 20px 20px;
    width: auto;
  }
}

body.index .news__title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  color: #2966cb;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  body.index .news__title {
    position: static;
    margin-top: 40px;
    margin-bottom: -23px;
    font-size: 1.7rem;
    -webkit-transform: none;
            transform: none;
  }
}

body.index .news__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 390px;
  padding-left: 90px;
}

@media screen and (max-width: 768px) {
  body.index .news__list {
    padding-right: 0;
    padding-left: 0;
  }
}

body.index .news__arrow-prev {
  position: absolute;
  left: 670px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background: none;
}

@media screen and (max-width: 768px) {
  body.index .news__arrow-prev {
    left: auto;
    right: 60px;
    top: 12px;
  }
}

body.index .news__arrow-prev:focus {
  outline: none;
}

body.index .news__arrow-prev::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.4rem;
  color: #2966cb;
}

@media screen and (max-width: 768px) {
  body.index .news__arrow-prev::after {
    font-size: 1.2rem;
  }
}

body.index .news__arrow-next {
  position: absolute;
  left: 743px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background: none;
}

@media screen and (max-width: 768px) {
  body.index .news__arrow-next {
    left: auto;
    right: 0;
    top: 12px;
  }
}

body.index .news__arrow-next:focus {
  outline: none;
}

body.index .news__arrow-next::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.4rem;
  color: #2966cb;
}

@media screen and (max-width: 768px) {
  body.index .news__arrow-next::after {
    font-size: 1.2rem;
  }
}

body.index .news__count {
  position: absolute;
  left: 700px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d7d7d7;
}

@media screen and (max-width: 768px) {
  body.index .news__count {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: -20px;
    text-align: right;
    padding-right: 24px;
    font-size: 1.3rem;
  }
}

body.index .news__count span {
  color: #222;
  margin: 0 5px;
  font-family: "Open Sans", sans-serif;
}

body.index .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  body.index .news__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.index .news__item__date {
  color: rgba(34, 34, 34, 0.7);
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  body.index .news__item__date {
    margin-left: 75px;
    font-size: 1.3rem;
    margin-right: 10px;
  }
}

body.index .news__item__category {
  padding-bottom: 5px;
  border-bottom: 1px #2966cb solid;
  font-size: 1.2rem;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  body.index .news__item__category {
    margin-right: 0;
    padding-bottom: 2px;
  }
}

body.index .news__item__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.2rem;
  padding-right: 160px;
}

@media screen and (max-width: 768px) {
  body.index .news__item__title {
    padding-right: 0;
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

body.index .news__item__title a {
  text-decoration: none;
}

body.index .news__item__title a:hover {
  color: #2966cb;
}
body.index .news__media {
  position: absolute;
  right: 0;
  top: -125px;
  width: 390px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  body.index .news__media {
    position: relative;
    width: 100%;
    top: 0;
    max-width: 375px;
    padding: 0 10px 10px;
    margin: -50px auto 0;
  }
}

body.index .news__media::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: #2966cb;
}

@media screen and (max-width: 768px) {
  body.index .news__media::after {
    height: 120px;
  }
}

body.index .news__media a {
  overflow: hidden;
  display: block;
  text-decoration: none;
  padding-bottom: 60%;
}

body.index .news__media a:hover .news__media__article__thumb {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

body.index .news__media__article {
  position: relative;
  overflow: hidden;
}

body.index .news__media__article__date {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #fff;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #2966cb;
}

@media screen and (max-width: 768px) {
  body.index .news__media__article__date {
    top: -20px;
    right: -5px;
    width: 60px;
    height: 60px;
  }
}

body.index .news__media__article__date span {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  body.index .news__media__article__date span {
    font-size: 1.6rem;
  }
}

body.index .news__media__article__thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

body.index .news__media__article__body {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}

body.index .news__media__article__title {
  font-size: 1.2rem;
  color: #fff;
}

body.index .news__media__article__category {
  font-size: 1rem;
  border: 1px #fff solid;
  color: #fff;
  padding: 1px 8px;
}

body.index .summary {
  position: relative;
}

body.index .summary__inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  body.index .summary__inner {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 768px) {
  body.index .summary__inner {
    width: auto;
  }
}

body.index .summary__title {
  font-size: 4.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  body.index .summary__title {
    font-size: 2.7rem;
  }
}

body.index .summary__ruby {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  body.index .summary__ruby {
    margin-bottom: 30px;
  }
}

body.index .summary__desc {
  margin-top: 40px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  body.index .summary__desc {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 20px;
    text-align: left;
  }
}

body.index .about__inner {
  background: #eaf1f7;
  padding-top: 140px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  body.index .about__inner {
    padding-top: 70px;
    padding-bottom: 75px;
  }
}

body.index .about__photo {
  margin-bottom: -2.3%;
}

@media screen and (min-width: 769px) {
  body.index .about__photo {
    position: relative;
    z-index: 1;
    margin-top: -2.3%;
  }
}

@media screen and (max-width: 768px) {
  body.index .about__photo {
    margin-bottom: -3.3%;
  }
}

body.index .about__photo img {
  width: 100%;
}

body.index .about__ruby {
  font-family: "Open Sans", sans-serif;
  color: #2966cb;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body.index .about__ruby {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  body.index .about__body {
    padding: 0 20px 20px;
  }
}

body.index .about__title {
  position: relative;
  font-size: 4.4rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body.index .about__title {
    font-size: 2.7rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

body.index .about__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 1px;
  background: #2966cb;
}

body.index .about__desc {
  text-align: center;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  body.index .about__desc {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}

body.index .about__content, body.index .about__content--message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  body.index .about__content, body.index .about__content--message {
    margin-top: 35px;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  body.index .about__content::before, body.index .about__content--message::before {
    content: '';
    position: absolute;
    left: 5%;
    top: -60px;
    display: block;
    background: url("../images/top/txt_about_label.png") 0 0 no-repeat;
    background-size: 98px auto;
    width: 98px;
    height: 685px;
  }
}

body.index .about__content--message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 180px;
}

@media screen and (max-width: 768px) {
  body.index .about__content--message {
    margin-top: 35px;
  }
}

@media screen and (min-width: 769px) {
  body.index .about__content--message::before {
    background-image: url("../images/top/txt_message_label.png");
    left: auto;
    right: 5%;
  }
}

body.index .about__content--message .about__content__photo {
  margin-left: 0;
  margin-right: -15%;
}

@media screen and (max-width: 768px) {
  body.index .about__content--message .about__content__photo {
    margin-right: 0;
  }
}

body.index .about__content--message .about__content__body {
  padding-right: calc((100vw - 1200px) / 2);
  padding-left: calc((100% - 85% + 80px));
}

@media screen and (max-width: 768px) {
  body.index .about__content--message .about__content__body {
    padding: 30px 25px;
  }
}

body.index .about__content__body {
  width: 65%;
  background: #fff;
  padding: 120px calc((100% - 85% + 80px)) 120px calc((100vw - 1200px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  body.index .about__content__body {
    width: auto;
    margin: 0 20px;
    padding: 30px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

body.index .about__content__title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  body.index .about__content__title {
    font-size: 2.3rem;
  }
}

body.index .about__content__lead {
  font-size: 2rem;
  font-weight: bold;
  color: #2966cb;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  body.index .about__content__lead {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}

body.index .about__content__desc {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  body.index .about__content__desc {
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 1.8;
  }
}

body.index .about__content__btn {
  width: 190px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  body.index .about__content__btn {
    width: auto;
  }
}

body.index .about__content__photo {
  width: 50%;
  margin-left: -15%;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

@media screen and (max-width: 768px) {
  body.index .about__content__photo {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-left: 0;
  }
}

body.index .about__content__photo img {
  width: 100%;
  height: auto;
}

body.index .section_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  body.index .section_box {
    display: block;
  }
}

body.index .section_box .system,
body.index .section_box .thought {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2166ca;
}

@media screen and (max-width: 768px) {
  body.index .section_box .system,
  body.index .section_box .thought {
    width: 100%;
    padding: 75px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

body.index .section_box .system__inner,
body.index .section_box .thought__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

body.index .section_box .system__title,
body.index .section_box .thought__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 3.8rem;
  color: #fff;
  background: url("../images/top/txt_thought_label.png") 50% 50% no-repeat;
  background-size: 675px auto;
  height: 92px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body.index .section_box .system__title,
  body.index .section_box .thought__title {
    font-size: 2.3rem;
    background-size: 335px auto;
    height: 45px;
    margin-bottom: 15px;
  }
}

body.index .section_box .system__ruby,
body.index .section_box .thought__ruby {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body.index .section_box .system__ruby,
  body.index .section_box .thought__ruby {
    margin-bottom: 20px;
  }
  body.index .section_box .system__ruby img,
  body.index .section_box .thought__ruby img {
    width: 60px;
    height: auto;
  }
}

body.index .section_box .system__desc,
body.index .section_box .thought__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  line-height: 2.2;
  color: #fff;
  padding-right: 10%;
  padding-left: 10%;
}

@media screen and (max-width: 768px) {
  body.index .section_box .system__desc,
  body.index .section_box .thought__desc {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 0;
    text-align: left;
  }
}

body.index .section_box .system__namebox,
body.index .section_box .thought__namebox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  line-height: 1.6;
  color: #fff;
  padding-right: 10%;
  padding-left: 10%;
}

@media screen and (max-width: 768px) {
  body.index .section_box .system__namebox,
  body.index .section_box .thought__namebox {
    font-size: 1.5rem;
    width: 100%;
    line-height: 1.8;
    padding: 0;
    text-align: left;
  }
}

body.index .section_box .system__name,
body.index .section_box .thought__name {
  float: left;
  width: 50%;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  body.index .section_box .system__name,
  body.index .section_box .thought__name {
    width: 100%;
  }
}

body.index .section_box .system__btn,
body.index .section_box .thought__btn {
  width: 190px;
  margin: 40px auto 0;
}

body.index .section_box .system {
  background-color: #217dca;
}

body.index .section_box .system__title {
  background-image: url("../images/top/txt_system_label.png");
  background-size: 478px auto;
}

@media screen and (max-width: 768px) {
  body.index .section_box .system__title {
    background-size: 240px auto;
  }
}

body.index .media {
  position: relative;
  padding-top: 200px;
  padding-bottom: 170px;
  background: url("../images/top/txt_media_label.png") 0 110px no-repeat;
  background-size: 592px auto;
}

@media screen and (max-width: 768px) {
  body.index .media {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: 80% auto;
    background-position: 0 40px;
  }
}

body.index .media::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 170px;
  display: block;
  height: 310px;
  width: 65%;
  background: #eaf1f7;
}

@media screen and (max-width: 768px) {
  body.index .media::after {
    height: 200px;
    bottom: 70px;
    width: 45%;
  }
}

body.index .media__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body.index .media__inner {
    display: block;
    width: auto;
    padding: 0 20px;
  }
}

body.index .media__header {
  width: 360px;
  margin-right: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  body.index .media__header {
    width: auto;
    margin-right: 0;
  }
}

body.index .media__title {
  font-size: 3.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body.index .media__title {
    font-size: 2.7rem;
    text-align: center;
    line-height: 1.4;
  }
}

body.index .media__btn, body.index .media__btn--under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  body.index .media__btn, body.index .media__btn--under {
    display: none;
  }
}

body.index .media__btn__item {
  width: 47%;
}

@media screen and (max-width: 768px) {
  body.index .media__btn--under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.index .media__lead {
  font-size: 2rem;
  color: #2966cb;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  body.index .media__lead {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 30px;
  }
}

body.index .media__desc {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body.index .media__desc {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}

body.index .media__entry {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  margin-top: 70px;
  padding-left: calc((100% - 1200px) /2);
}

@media screen and (max-width: 768px) {
  body.index .media__entry {
    margin-top: 40px;
    padding-left: 15px;
    padding-bottom: 60px;
  }
}

body.index .media__article {
  overflow: hidden;
  position: relative;
  width: 490px !important;
  height: 410px;
  margin: 0 18px;
}

@media screen and (max-width: 768px) {
  body.index .media__article {
    width: 320px !important;
    height: 225px;
    margin: 0 0 0 10px;
  }
}

body.index .media__article a {
  display: block;
}

body.index .media__article a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

body.index .media__article a:hover .media__article__photo {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

body.index .media__article__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

body.index .media__article__meta {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body.index .media__article__meta {
    left: 20px;
    bottom: 15px;
  }
}

body.index .media__article__date {
  display: inline-block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  body.index .media__article__date {
    font-size: 1.2rem;
  }
}

body.index .media__article__category {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  border: 1px #fff solid;
  padding: 1px 10px;
}

@media screen and (max-width: 768px) {
  body.index .media__article__category {
    font-size: 1rem;
  }
}

body.index .media__article__title {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 5px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body.index .media__article__title {
    font-size: 1.5rem;
  }
}

body.index .media__arrow-prev {
  position: absolute;
  right: calc(((100% - 1200px) / 2 ) + 150px);
  bottom: 0;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background: none;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 1px #2966cb solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 768px) {
  body.index .media__arrow-prev {
    width: 35px;
    height: 35px;
    right: 120px;
  }
}

body.index .media__arrow-prev:hover {
  background-color: #2966cb;
}

body.index .media__arrow-prev:hover::after {
  color: #fff;
}

body.index .media__arrow-prev:focus {
  outline: none;
}

body.index .media__arrow-prev::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.4rem;
  color: #2966cb;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

body.index .media__arrow-next {
  position: absolute;
  right: calc(((100% - 1200px) / 2 ));
  bottom: 0;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 1px #2966cb solid;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 768px) {
  body.index .media__arrow-next {
    width: 35px;
    height: 35px;
    right: 25px;
  }
}

body.index .media__arrow-next:hover {
  background-color: #2966cb;
}

body.index .media__arrow-next:hover::after {
  color: #fff;
}

body.index .media__arrow-next:focus {
  outline: none;
}

body.index .media__arrow-next::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.4rem;
  color: #2966cb;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

body.index .media__count {
  position: absolute;
  right: calc(((100% - 1200px) / 2 ) + 75px);
  bottom: 180px;
  z-index: 1;
  color: #d7d7d7;
}

@media screen and (max-width: 768px) {
  body.index .media__count {
    right: 70px;
    bottom: 80px;
  }
}

body.index .media__count span {
  color: #222;
  margin: 0 5px;
  font-family: "Open Sans", sans-serif;
}

body.index .sponsor {
  width: 1200px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  body.index .sponsor {
    width: 100%;
    margin: 20px auto 0;
  }
}

body.index .sponsor p {
  font-size: 2rem;
  font-weight: 700;
  color: #2966cb;
  text-align: center;
}

body.index .sponsor ul {
  margin: 20px auto 0;
  text-align: center;
}

body.index .sponsor ul li {
  display: inline;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  body.index .sponsor ul li {
    padding: 0 10px;
  }
}

body.index .sponsor ul li img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  body.index .sponsor ul li img {
    width: 25%;
  }
}

/*
/* Topics
/*
----------------------------------------------------------------- */
.topics-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .topics-content {
    display: block;
  }
}

.topics-content__body {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .topics-content__body {
    padding-bottom: 60px;
  }
}

.topics-content__sidebar {
  width: 270px;
  margin-left: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .topics-content__sidebar {
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -80px;
    background: #edf1f5;
  }
}

.topics-content__title {
  font-size: 3rem;
  border-bottom: 1px #2966cb solid;
  padding-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topics-content__title {
    font-size: 2rem;
  }
}

.topics-content__qty {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topics-content__qty {
    font-size: 1.2rem;
    right: 0;
  }
}

.topics-content__entry__item {
  border-bottom: 1px #7f7f7f dotted;
}

.topics-content__entry__item a {
  display: block;
  padding: 30px 20px 25px 20px;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 768px) {
  .topics-content__entry__item a {
    padding: 20px 0;
  }
}

.topics-content__entry__item a:hover {
  background-color: #e9ebed;
}

.topics-content__entry__date {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
  /*left: 100px;*/
}

@media screen and (max-width: 768px) {
  .topics-content__entry__date {
    font-size: 1.2rem;
	  /*left: 70px;*/
  }
}

.topics-content__entry__category {
  display: inline-block;
  background: #2966cb;
  color: #fff;
  font-size: 1.2rem;
  /*margin-left: -70px;*/
  padding: 3px 15px 4px;
}

@media screen and (max-width: 768px) {
  .topics-content__entry__category {
    font-size: 1rem;
    padding: 2px 10px 3px;
    /*margin-left: -70px;*/
  }
}

.topics-content__entry__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .topics-content__entry__title {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.topics-content__btn {
  width: 210px;
  margin: 60px auto 40px;
}

@media screen and (max-width: 768px) {
  .topics-content__btn {
    margin-top: 35px;
    margin-bottom: 25px;
    width: 275px;
  }
}

@media screen and (max-width: 768px) {
  .topics-content__category {
    background: #eaf1f7;
    padding: 50px 20px 60px;
  }
}

.topics-content__category__title {
  padding-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 1px #2966cb solid;
}

@media screen and (max-width: 768px) {
  .topics-content__category__title {
    font-size: 2rem;
  }
}

.topics-content__category__item {
  border-bottom: 1px #7f7f7f dotted;
}

.topics-content__category__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 768px) {
  .topics-content__category__item a {
    font-size: 1.2rem;
  }
}

.topics-content__category__item a::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #939ca4;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 768px) {
  .topics-content__category__item a::after {
    right: 10px;
  }
}

.topics-content__category__item a:hover {
  color: #2966cb;
}

@media screen and (min-width: 769px) {
  .topics-content__category__item a:hover::after {
    color: #2966cb;
  }
}

.topics-article {
  padding: 60px 50px;
  background: #fff;
  border-top: 2px #4d85d5 solid;
}

@media screen and (max-width: 768px) {
  .topics-article {
    border-top: none;
    padding: 0 0 0;
  }
}

.topics-article__date {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .topics-article__date {
    font-size: 1.2rem;
    margin-left: 10px;
  }
}

.topics-article__category {
  display: inline-block;
  background: #2966cb;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 15px 4px;
}

@media screen and (max-width: 768px) {
  .topics-article__category {
    font-size: 1rem;
    padding: 2px 10px 3px;
  }
}

.topics-article__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 25px;
  padding-bottom: 35px;
  border-bottom: 1px #7f7f7f dotted;
}

@media screen and (max-width: 768px) {
  .topics-article__title {
    font-size: 1.8rem;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}

.topics-article__body h1 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 20px;
  border-left: 3px #2966cb solid;
}

@media screen and (max-width: 768px) {
  .topics-article__body h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    padding-left: 10px;
  }
}

.topics-article__body h1 + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .topics-article__body h1 + p {
    margin-top: 15px;
  }
}

.topics-article__body h2 {
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px #e1e4e8 solid;
  border-bottom: 1px #e1e4e8 solid;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .topics-article__body h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.topics-article__body h2 + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .topics-article__body h2 + p {
    margin-top: 15px;
  }
}

.topics-article__body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2966cb;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .topics-article__body h3 {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

.topics-article__body h3 + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .topics-article__body h3 + p {
    margin-top: 15px;
  }
}

.topics-article__body h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .topics-article__body h4 {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

.topics-article__body h4 + p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .topics-article__body h4 + p {
    margin-top: 10px;
  }
}

.topics-article__body p {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .topics-article__body p {
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}

.topics-article__body .box, .topics-article__body .media-article__body .box--quote, .media-article__body .topics-article__body .box--quote, .topics-article__body .media-article__body .box--baloon, .media-article__body .topics-article__body .box--baloon, .topics-article__body .box--blue, .topics-article__body .box--border {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .topics-article__body .box, .topics-article__body .media-article__body .box--quote, .media-article__body .topics-article__body .box--quote, .topics-article__body .media-article__body .box--baloon, .media-article__body .topics-article__body .box--baloon, .topics-article__body .box--blue, .topics-article__body .box--border {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.topics-article__body .box *:first-child, .topics-article__body .media-article__body .box--quote *:first-child, .media-article__body .topics-article__body .box--quote *:first-child, .topics-article__body .media-article__body .box--baloon *:first-child, .media-article__body .topics-article__body .box--baloon *:first-child, .topics-article__body .box--blue *:first-child, .topics-article__body .box--border *:first-child {
  margin-top: 0;
}

.topics-article__body .box *:last-child, .topics-article__body .media-article__body .box--quote *:last-child, .media-article__body .topics-article__body .box--quote *:last-child, .topics-article__body .media-article__body .box--baloon *:last-child, .media-article__body .topics-article__body .box--baloon *:last-child, .topics-article__body .box--blue *:last-child, .topics-article__body .box--border *:last-child {
  margin-bottom: 0;
}

.topics-article__body .box--blue {
  background-color: #eaf1f7;
}

.topics-article__body .box--border {
  border: 1px #e3e6ea solid;
}

.topics-article__footer {
  margin-top: 35px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .topics-article__footer {
    text-align: center;
  }
}

.topics-article__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .topics-article__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.topics-article__sns__item {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .topics-article__sns__item {
    margin: 0 5px;
  }
}

/*
/* About - about
/*
----------------------------------------------------------------- */
.about-summary {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .about-summary {
    margin-top: 0;
  }
}

.about-summary__title {
  position: relative;
  text-align: center;
  font-size: 4.4rem;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .about-summary__title {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}

.about-summary__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 1px;
  background: #2966cb;
}

.about-summary__desc {
  margin-top: 35px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .about-summary__desc {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 20px;
  }
}

.about-summary__data {
  width: 100%;
  max-width: 990px;
  margin: 40px auto 80px;
  /*		margin: 40px auto 130px;*/
}

@media screen and (max-width: 768px) {
  .about-summary__data {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}

.about-summary__data thead th {
  background: #2966cb;
  color: #fff;
  font-size: 1.6rem;
  padding: 18px;
}

@media screen and (max-width: 768px) {
  .about-summary__data thead th {
    font-size: 1.1rem;
    padding: 10px;
  }
}

.about-summary__data tbody th {
  background: #e9f6ff;
  font-size: 1.6rem;
  padding: 15px;
  border-left: 1px #b0b7bb solid;
  width: 33.333%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .about-summary__data tbody th {
    font-size: 1rem;
    padding: 6px 10px;
  }
}

.about-summary__data tbody th:first-child {
  border-left: none;
}

.about-summary__data tbody td {
  color: #2966cb;
  font-weight: bold;
  font-size: 2rem;
  background: #fff;
  text-align: center;
  padding: 20px 0;
  border-left: 1px #b0b7bb solid;
}

@media screen and (max-width: 768px) {
  .about-summary__data tbody td {
    font-size: 1.1rem;
    padding: 10px 0;
  }
}

.about-summary__data tbody td:first-child {
  border-left: none;
}

.about-mission__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  color: #fff;
  background: #2966cb url(/assets/images/about/about/txt_mission_label.png) 50% 50% no-repeat;
  height: 92px;
  background-size: 510px 92px;
  font-size: 4.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .about-mission__title {
    font-size: 2.3rem;
    background-size: 246px auto;
    text-align: center;
    line-height: 1.3;
    height: 115px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.about-mission__title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 20px #2966cb solid;
  border-right: 20px transparent solid;
  border-bottom: 20px transparent solid;
  border-left: 20px transparent solid;
}

@media screen and (max-width: 768px) {
  .about-mission__title::after {
    border-width: 15px;
    bottom: -30px;
  }
}

.about-learn {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .about-learn {
    padding-top: 40px;
    margin-top: 0;
    background-color: #f0f0f0;
  }
}

.about-learn__title {
  position: relative;
  text-align: center;
  font-size: 4.4rem;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .about-learn__title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

.about-learn__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 1px;
  background: #2966cb;
}

.about-learn__desc {
  margin-top: 35px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .about-learn__desc {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 20px;
  }
}

.about-vision {
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-width: 1060px;
  margin: 80px auto 130px;
}

@media screen and (max-width: 768px) {
  .about-vision {
    margin-top: 50px;
    margin-bottom: 50px;
    min-width: 0;
  }
}

.about-vision__title {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2966cb;
  color: #fff;
  font-size: 2rem;
  padding: 10px 40px;
}

@media screen and (max-width: 768px) {
  .about-vision__title {
    font-size: 1.3rem;
    padding: 7px 16px;
  }
}

.about-vision__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 3px #dfdfdf solid;
  padding: 25px 0;
}

@media screen and (max-width: 768px) {
  .about-vision__body {
    display: block;
    border-width: 2px;
    margin: 0 20px;
    padding: 15px 15px;
  }
}

.about-vision__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  border-left: 1px #9e9ea6 dotted;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .about-vision__content {
    width: auto;
    border-left: none;
    border-top: 1px #9e9ea6 dotted;
  }
}

.about-vision__content:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .about-vision__content:nth-child(2) {
    width: auto;
  }
}

.about-vision__content:first-child {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .about-vision__content:first-child {
    border-top: none;
  }
}

.about-vision__content__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .about-vision__content__title {
    font-size: 1.4rem;
  }
}

.about-vision__content__desc {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-vision__content__desc {
    font-size: 1.1rem;
  }
}

.about-vision__content__desc--sm {
  font-size: 1.3rem;
  text-align: center;
}

.about-value {
  position: relative;
  background: #fff;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .about-value {
    padding-bottom: 60px;
  }
}

.about-value__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  min-width: 1060px;
  padding-top: 40px;
  margin: 120px auto 0;
  /*		margin: 0 auto 0;*/
}

@media screen and (max-width: 768px) {
  .about-value__body {
    min-width: 0;
    display: block;
    padding: 30px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.about-value__title {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2966cb;
  color: #fff;
  font-size: 2rem;
  padding: 10px 40px;
}

@media screen and (max-width: 768px) {
  .about-value__title {
    font-size: 1.3rem;
    padding: 7px 16px;
  }
}

.about-value__content {
  width: 48%;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .about-value__content {
    width: auto;
    margin-top: 20px;
  }
}

.about-value__content__photo {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .about-value__content__photo {
    margin-bottom: 20px;
  }
}

.about-value__content__photo img {
  max-width: 100%;
  height: auto;
}

.about-value__content__number {
  margin-right: 20px;
  position: relative;
  top: -6px;
}

@media screen and (max-width: 768px) {
  .about-value__content__number {
    margin-right: 10px;
    position: static;
  }
  .about-value__content__number img {
    width: 30px;
  }
}

.about-value__content__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .about-value__content__title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.about-value__content__lead {
  font-size: 3.2rem;
  /*			font-size: 4rem;*/
  font-family: "Open Sans", sans-serif;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .about-value__content__lead {
    font-size: 2rem;
    margin-right: 10px;
  }
}

.about-value__content__desc {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .about-value__content__desc {
    font-size: 1.3rem;
  }
}

.about-purpose {
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .about-purpose {
    background: #eaf1f7;
    padding-bottom: 40px;
  }
}

.about-purpose__title {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2966cb;
  color: #fff;
  font-size: 2rem;
  padding: 10px 40px;
}

@media screen and (max-width: 768px) {
  .about-purpose__title {
    font-size: 1.3rem;
    padding: 7px 16px;
  }
}

.about-purpose__desc {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  .about-purpose__desc {
    font-size: 1.5rem;
    padding-top: 45px;
  }
}

.about-purpose__body {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .about-purpose__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
  }
}

.about-purpose__content {
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .about-purpose__content {
    width: 143px;
    margin: 0 5px;
  }
}

/*
/* About - executive
/*
----------------------------------------------------------------- */
.executive-content {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .executive-content {
    display: block;
    margin-bottom: 80px;
  }
}

.executive-content__title {
  position: relative;
  text-align: center;
  font-size: 4.4rem;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .executive-content__title {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}

.executive-content__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 1px;
  background: #2966cb;
}

.executive-content__lead {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .executive-content__lead {
    text-align: left;
    font-size: 1.2rem;
  }
}

.executive-content__content {
  position: relative;
  width: 46%;
  margin-left: 40px;
  margin-top: 100px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .executive-content__content {
    width: auto;
    margin-left: 20px;
    margin-top: 45px;
  }
}

.executive-schedule .executive-content__content {
  position: relative;
  width: 48%;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .executive-schedule .executive-content__content {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .activity-schedule .executive-content__content {
    margin-left: 0;

  }
}

.executive-content__content .executive-content__logo {
    width: 140px;
    height: auto;
}
/*
.executive-content__content:nth-child(1) .executive-content__logo {
  width: 130px;
}

.executive-content__content:nth-child(2) .executive-content__logo {
  width: 90px;
}

.executive-content__content:nth-child(3) .executive-content__logo, .executive-content__content:nth-child(4) .executive-content__logo, .executive-content__content:nth-child(5) .executive-content__logo {
  width: 100px;
}
*/

.executive-content__header {
  padding-left: 278px;
  margin-top: 40px;
  height: 220px;
}

.executive-schedule .executive-content__header {
  padding-left: 340px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .executive-content__header {
    height: auto;
    padding-left: 139px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .executive-schedule .executive-content__header {
    height: auto;
    padding-left: 139px;
    padding-top: 20px;
  }
}

.executive-content__photo {
  position: absolute;
  left: -40px;
  top: -40px;
}

@media screen and (max-width: 768px) {
  .executive-content__photo {
    left: -20px;
    top: -20px;
    width: 139px;
  }
}

.executive-schedule .executive-content__photo {
  left: 40px;
  top: 20PX;
  
}

@media screen and (max-width: 768px) {
  .executive-schedule .executive-content__photo {
    left: 10px;
    top: 40px;
    width: 110px;
  }
}

.executive-content__profile {
  margin-top: 24px;
  padding-left: 15px;
  border-left: 4px #2966cb solid;
}

@media screen and (max-width: 768px) {
  .executive-content__profile {
    border-left-width: 2px;
    padding-left: 10px;
    margin-top: 15px;
  }
}

.executive-content__career {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .executive-content__career {
    font-size: 1rem;
  }
}

.executive-content__name {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .executive-content__name {
    font-size: 1.7rem;
  }
}

.executive-content__body {
  margin-top: 20px;
  padding: 0 60px 50px;
}

@media screen and (max-width: 768px) {
  .executive-content__body {
    padding: 0 25px 20px;
  }
}

.executive-content__desc {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .executive-content__desc {
    font-size: 1.3rem;
  }
}

.executive-content__notes {
  padding-top: 15px;
  width: 100%;
  text-align: right;
}

/*
/* About - message
/*
----------------------------------------------------------------- */
.message-profile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
  min-width: 1060px;
  margin-top: 470px;
}

@media screen and (min-width: 769px) {
  .message-profile {
    background-image: url(/assets/images/about/message/img_content_01.jpg);
  }
}

@media screen and (max-width: 768px) {
  .message-profile {
    min-width: 0;
    margin-top: 235px;
    background-image: url(/assets/images/about/message/img_content_01_sp.jpg);
  }
}

.message-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  min-width: 1060px;
  margin: 0 auto;
  height: 480px;
}

@media screen and (max-width: 768px) {
  .message-profile__inner {
    min-width: 0;
    height: 206px;
    padding: 0 20px;
  }
}

.message-profile__title {
  font-size: 5rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .message-profile__title {
    font-size: 1.9rem;
  }
}

.message-profile__ruby {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .message-profile__ruby {
    font-size: 1.5rem;
  }
}

.message-profile__desc {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .message-profile__desc {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.message-content {
  position: relative;
  z-index: 1;
  margin-top: 385px;
  background: #fff;
  padding: 100px 100px;
}

@media screen and (max-width: 768px) {
  .message-content {
    margin-top: 206px;
    padding: 30px 25px 40px;
    margin-right: -25px;
    margin-left: -25px;
  }
}

.message-content__content {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px #7f7f7f dotted;
}

@media screen and (max-width: 768px) {
  .message-content__content {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.message-content__content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.message-content__content__title {
  font-size: 3.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .message-content__content__title {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}

.message-content__content__icon {
  vertical-align: middle;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .message-content__content__icon {
    margin-right: 10px;
  }
  .message-content__content__icon img {
    width: 35px;
  }
}

.message-content__content__desc, .message-content__content__desc--half {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .message-content__content__desc, .message-content__content__desc--half {
    margin-top: 1em;
    font-size: 1.3rem;
  }
}

.message-content__content__desc--half {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .message-content__content__desc--half {
    width: auto;
  }
}

.message-content__content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .message-content__content__body {
    display: block;
  }
}

/*
/* About - thought
/*
----------------------------------------------------------------- */
.thought-content {
  padding: 90px 110px 100px;
  background: #fff;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .thought-content {
    padding: 40px 0;
    margin-top: -60px;
    border-top: 1px #eaf1f7 solid;
  }
}

.thought-content__title {
  position: relative;
  text-align: center;
  font-size: 4.4rem;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .thought-content__title {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}

.thought-content__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 1px;
  background: #2966cb;
}

.thought-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .thought-message {
    margin-top: 40px;
    display: block;
  }
}

.thought-message__photo {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .thought-message__photo {
    width: auto;
  }
}

.thought-message__photo img {
  max-width: 100%;
}

.thought-message__body {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .thought-message__body {
    width: auto;
    margin-top: 30px;
  }
}

.thought-message__title {
  font-size: 2.6rem;
  color: #2966cb;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .thought-message__title {
    font-size: 1.7rem;
    font-weight: normal;
  }
}

.thought-message__desc {
  font-size: 1.6rem;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .thought-message__desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.thought-message__profile {
  margin-top: 35px;
  margin-bottom: 130px;
  padding-top: 35px;
  border-top: 1px #7f7f7f dotted;
}

@media screen and (max-width: 768px) {
  .thought-message__profile {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 30px;
    border-top: none;
    border-bottom: 1px #7f7f7f dotted;
    margin-bottom: 70px;
  }
}

.thought-message__profile__ruby {
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .thought-message__profile__ruby {
    font-size: 1.9rem;
  }
}

.thought-message__profile__name {
  font-size: 1.9rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .thought-message__profile__name {
    font-size: 1.5rem;
  }
}

.thought-message__profile__career {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .thought-message__profile__career {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

.thought-member {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .thought-member {
    display: block;
    margin-top: 70px;
  }
}

.thought-member:nth-child(4) {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .thought-member:nth-child(4) {
    margin-top: 35px;
  }
}

.thought-member__profile {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .thought-member__profile {
    width: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .thought-member__profile__photo {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .thought-member__profile__content {
    width: 50%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.thought-member__profile__ruby {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .thought-member__profile__ruby {
    font-size: 1.9rem;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}

.thought-member__profile__name {
  font-size: 1.9rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .thought-member__profile__name {
    font-size: 1.5rem;
  }
}

.thought-member__profile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .thought-member__profile__body {
    display: block;
    margin-top: 0;
  }
}

.thought-member__profile__career {
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .thought-member__profile__career {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.thought-member__profile__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  padding-bottom: 20px;
  border-bottom: 1px #2966cb solid;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 768px) {
  .thought-member__profile__btn a {
    font-size: 1.2rem;
    padding-bottom: 15px;
    margin-top: 10px;
  }
}

.thought-member__profile__btn a::before {
  content: '';
  position: relative;
  top: 1px;
  display: block;
  width: 0;
  height: 0;
  margin-right: 6px;
  border-left: 6px #2966cb solid;
  border-right: 6px transparent solid;
  border-top: 5px transparent solid;
  border-bottom: 5px transparent solid;
}

@media screen and (max-width: 768px) {
  .thought-member__profile__btn a::before {
    border-left: 5px #2966cb solid;
    border-right: 5px transparent solid;
    border-top: 4px transparent solid;
    border-bottom: 4px transparent solid;
  }
}

.thought-member__profile__btn a:hover {
  color: #2966cb;
}

@media screen and (max-width: 768px) {
  .thought-member__body {
    margin-top: 25px;
  }
}

.thought-member__title {
  font-size: 2rem;
  font-weight: bold;
  color: #2966cb;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .thought-member__title {
    font-size: 1.6rem;
  }
}

.thought-member__desc {
  line-height: 1.9;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .thought-member__desc {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

/*
/* join - agreement
/*
----------------------------------------------------------------- */
.agreement-content {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .agreement-content {
    margin-bottom: 40px;
  }
}

.agreement-content:last-child {
  margin-bottom: 0;
}

.agreement-content__title {
  position: relative;
  font-size: 2.6rem;
  border-bottom: 1px #7f7f7f dotted;
  padding-bottom: 24px;
  font-weight: bold;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .agreement-content__title {
    font-size: 1.8rem;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}

.agreement-content__title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 4px;
  height: 26px;
  background: #2966cb;
}

@media screen and (max-width: 768px) {
  .agreement-content__title::after {
    width: 3px;
    height: 18px;
    top: 5px;
  }
}

.agreement-child {
  padding: 26px 0;
  border-bottom: 1px #7f7f7f dotted;
}

@media screen and (max-width: 768px) {
  .agreement-child {
    padding: 18px 0;
  }
}

.agreement-child__title, .agreement-child__title--normal {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .agreement-child__title, .agreement-child__title--normal {
    font-size: 1.1rem;
  }
}

.agreement-child__title--normal {
  font-weight: normal;
}

.agreement-child__desc {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .agreement-child__desc {
    font-size: 1.1rem;
  }
}

.agreement-child__child {
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .agreement-child__child {
    padding-left: 0;
  }
}

/*
/* Top
/*
----------------------------------------------------------------- */
/**
 * Visual
 */
.form-notes {
  display: inline-block;
  margin-top: 25px;
  padding: 20px 40px;
  background-color: #eaf1f7;
}

@media screen and (max-width: 768px) {
  .form-notes {
    margin-top: 20px;
    padding: 15px 20px;
  }
}

.form-notes__title {
  display: inline-block;
  font-size: 1.6rem;
  color: #2966cb;
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .form-notes__title {
    margin-bottom: 10px;
    vertical-align: top;
  }
}

.form-notes__desc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .form-notes__desc {
    line-height: 1.8;
  }
}

/*
/* Reset
/*
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .hidden__pc {
    display: none;
  }
}

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