@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  letter-spacing: 0.1em;
}
body {
  background: #fafafa;
}
strong {
  font-weight: 700;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px /* Preferred icon size */;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
/* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
/* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
/* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: right;
}
.inline-link {
  color: #167ac6;
  text-decoration: underline;
  padding: 0 1px;
}
.inline-link:hover {
  text-decoration: none;
}
.no-margin {
  margin: 0 !important;
}
.btn {
  border: solid 4px #ff033e;
  cursor: pointer;
  font-size: 0.8rem;
  margin: 12px;
  min-height: 48px;
  min-width: 128px;
  padding: 12px 24px;
  background: #ff033e;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn:hover,
.btn:focus {
  background: #fafafa;
  color: #ff033e;
}
.btn:active {
  background: #fff8e7;
}
.card {
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
          box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  margin-bottom: 24px;
  width: 100%;
}
.card:last-child {
  margin-bottom: 0;
}
.card-header {
  border-bottom: 1px solid #eee;
}
.card-header h2,
.card-header h3,
.card-header h4 {
  font-size: 0.9em;
  padding: 4px 24px;
}
.card-body {
  padding: 24px;
}
.card-body__explain {
  margin-bottom: 24px;
  color: #555;
  font-size: 0.9rem;
}
.card-footer {
  border-top: 1px solid #eee;
}
.card-tabs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.card-tabs--item {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 12px;
  color: #888;
  font-size: 0.8rem;
}
.card-tabs--item:hover {
  color: #ff033e;
}
.card-tabs--item.is_active {
  color: #ff033e;
  border-bottom: 1px solid #ff033e;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.tab-section {
  display: none;
}
.tab-section .gl-flex-contain {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-blog {
  margin-right: 12px;
  width: 848px;
}
@media all and (min-width: 800px) and (max-width: 1159px) {
  .card-blog {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .card-blog {
    margin-right: 0;
    width: 100%;
  }
}
.card-blog .card-header .card-blog--title {
  font-size: 1.8em;
  font-weight: 600;
  padding: 4px 24px 8px;
}
.card-blog .card-footer .post-navigation h2.screen-reader-text {
  display: none;
}
.card-blog .card-footer .post-navigation .nav-links {
  padding: 4px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.card-blog .card-footer .post-navigation .nav-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  width: 100%;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.card-blog .card-footer .post-navigation .nav-links a:hover,
.card-blog .card-footer .post-navigation .nav-links a:target {
  background: #eee;
}
.card-blog .card-footer .post-navigation .nav-links a:active {
  background: #e0e0e0;
}
.card-blog .card-footer .post-navigation .nav-links a .post-title {
  color: #777;
  font-size: 0.9em;
}
.card-blog .card-footer .post-navigation .nav-links a .material-icons {
  color: #484848;
}
.card-blog--time {
  padding: 8px 24px 0;
  color: #777;
  font-size: 0.8em;
}
.card-blog-nav {
  width: 300px;
}
@media all and (min-width: 800px) and (max-width: 1159px) {
  .card-blog-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .card-blog-nav {
    width: 100%;
  }
}
.card-blog-nav-item {
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 4px;
}
.card-blog-nav-item:hover {
  border-color: #1dacd6;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.card-blog-nav-item:hover .card-blog-nav-item--title {
  color: #1dacd6;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.card-blog-nav-item--time {
  display: block;
  color: #777;
  font-size: 0.8em;
}
.card-blog-nav-item--title {
  color: #484848;
  display: block;
}
.footer {
  padding: 24px 0 64px;
  position: relative;
  background: #1dacd6;
  color: #fff;
}
.footer .gl-layout-contain {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
@media only screen and (max-width: 799px) {
  .footer .gl-layout-contain {
    display: block;
  }
}
.footer .gl-layout-contain .footer-items {
  font-size: 0.8rem;
  margin-left: 24px;
}
@media only screen and (max-width: 799px) {
  .footer .gl-layout-contain .footer-items {
    padding-bottom: 12px;
  }
}
.footer .gl-layout-contain .footer-items_item__top {
  font-weight: 600;
  margin-bottom: 6px;
}
@media only screen and (max-width: 799px) {
  .footer .gl-layout-contain .footer-items_item__top {
    margin: 0;
    text-align: center;
  }
}
.footer .gl-layout-contain .footer-items_item a {
  color: #ddd;
}
.footer .gl-layout-contain .footer-items_item a:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 799px) {
  .footer .gl-layout-contain .footer-items_item {
    margin: 0;
    text-align: center;
  }
}
.footer .gl-layout-contain .footer-items:first-child {
  margin: 0;
}
.footer--copyright {
  bottom: 12px;
  font-size: 0.7rem;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
}
.gl-form-contain,
.gl-form-contain--select {
  padding-right: 18px;
  position: relative;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.gl-form-contain [type="text"],
.gl-form-contain--select [type="text"],
.gl-form-contain [type="tel"],
.gl-form-contain--select [type="tel"],
.gl-form-contain [type="email"],
.gl-form-contain--select [type="email"],
.gl-form-contain textarea,
.gl-form-contain--select textarea {
  background: #fff;
  border: none;
  border-bottom: 1px solid #aaa;
  font-size: 1rem;
  min-width: 384px;
  padding: 4px 2px;
}
.gl-form-contain [type="text"]:focus,
.gl-form-contain--select [type="text"]:focus,
.gl-form-contain [type="tel"]:focus,
.gl-form-contain--select [type="tel"]:focus,
.gl-form-contain [type="email"]:focus,
.gl-form-contain--select [type="email"]:focus,
.gl-form-contain textarea:focus,
.gl-form-contain--select textarea:focus {
  border-color: #1dacd6;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media only screen and (max-width: 799px) {
  .gl-form-contain [type="text"],
  .gl-form-contain--select [type="text"],
  .gl-form-contain [type="tel"],
  .gl-form-contain--select [type="tel"],
  .gl-form-contain [type="email"],
  .gl-form-contain--select [type="email"],
  .gl-form-contain textarea,
  .gl-form-contain--select textarea {
    min-width: 100%;
    width: 100%;
  }
}
.gl-form-contain select,
.gl-form-contain--select select {
  font-size: 0.9rem;
}
.gl-form-contain label,
.gl-form-contain--select label {
  color: #888;
  font-size: 0.8rem;
}
@media only screen and (max-width: 799px) {
  .gl-form-contain,
  .gl-form-contain--select {
    width: 100%;
  }
}
.gl-form-contain--select label,
.gl-form-contain--select--select label {
  margin-bottom: 4px;
}
.gl-form-contain .btn,
.gl-form-contain--select .btn {
  margin: 24px 0 0;
}
.header {
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
          box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  height: 72px;
  left: 0;
  line-height: 72px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header * {
  white-space: nowrap;
}
.header .gl-layout-contain {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.header__main-logo {
  background-image: url("../assets/img/header-logo.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  height: 50px;
  width: 200px;
}
.header__main-logo:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media only screen and (max-width: 799px) {
  .header__main-logo {
    height: 25px;
    margin-left: 24px;
  }
}
.header-list {
  height: inherit;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.header-list-item {
  border-bottom: solid 4px #fff;
  height: inherit;
  padding: 0 12px;
}
.header-list-item:hover {
  border-color: #1dacd6;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.header-list-item a {
  display: block;
  height: inherit;
  color: #484848;
  font-size: 0.8rem;
}
.header-list-item a:hover {
  color: #1dacd6;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media only screen and (max-width: 799px) {
  .header-list-item a {
    font-size: 1rem;
  }
}
.header-list-item.is_active {
  border-color: #1dacd6;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media all and (min-width: 800px) and (max-width: 1159px) {
  .header-list-item {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 799px) {
  .header-list-item {
    border: none;
    border-left: solid 4px #fafafa;
    margin: 0;
    padding-left: 12px;
    width: 100%;
  }
  .header-list-item:hover {
    background: #fff;
  }
}
@media only screen and (max-width: 799px) {
  .header-list {
    display: none;
  }
  .header-list.is_show {
    -webkit-box-shadow: 0px 6px 8px rgba(0,0,0,0.2);
            box-shadow: 0px 6px 8px rgba(0,0,0,0.2);
    position: fixed;
    right: 0;
    top: 72px;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background: #fafafa;
    color: #484848;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: auto;
    width: 80%;
  }
}
.header .material-icons {
  cursor: pointer;
  margin-right: 24px;
}
.header .material-icons.is_show {
  color: #1dacd6;
}
.gl-layout-contain {
  margin: 0 auto;
  width: 1160px;
}
@media all and (min-width: 800px) and (max-width: 1159px) {
  .gl-layout-contain {
    width: 800px;
  }
}
@media only screen and (max-width: 799px) {
  .gl-layout-contain {
    width: 100%;
  }
}
.gl-layout-page {
  min-height: 100vh;
}
.tx-center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.material-icons:hover {
  color: #1dacd6;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.gl-page-contain {
  background: #fafafa;
  padding: 96px 0 24px;
  width: 100%;
}
@media only screen and (max-width: 799px) {
  .gl-page-contain {
    padding: 96px 8px 24px;
  }
}
.gl-flex-contain {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.margin-none {
  margin: 0 !important;
}
.list-style {
  margin-bottom: 36px;
}
.list-style> li {
  font-size: 0.9rem;
  list-style-type: unset;
  margin-left: 12px;
}
.list-style .list-style--inset {
  margin-bottom: 12px;
}
.list-style .list-style--inset> li {
  font-size: 0.8rem;
  margin-left: 12px;
}
.gl-sentence--title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 24px;
}
@media only screen and (max-width: 799px) {
  .gl-sentence--title {
    font-size: 1.2rem;
  }
}
.gl-sentence--sub-title,
.gl-sentence__alt-section--title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 799px) {
  .gl-sentence--sub-title,
  .gl-sentence__alt-section--title {
    font-size: 0.9rem;
  }
}
.gl-sentence--p,
.gl-sentence__alt-section--p {
  margin-bottom: 36px;
  color: #555;
  font-size: 0.8rem;
}
.gl-sentence__alt-section--title {
  border-left: 3px solid #1dacd6;
  color: #666;
  padding-left: 6px;
}
.gl-sentence__alt-section--p {
  margin: 0;
}
.gl-sentence--complement {
  font-size: 0.8rem;
  width: 100%;
}
.is_header--fixed {
  padding-top: 72px;
}
.is_hide {
  display: none;
}
.is_block {
  display: block;
}
.is_fix-shrink {
  height: 0px;
}
.is_shrink {
  size: 0px 0px;
}
.is_sp {
  display: none;
}
@media only screen and (max-width: 799px) {
  .is_sp {
    display: block;
  }
}
.gl-table {
  border-spacing: 0;
  margin-bottom: 12px;
  max-width: 100%;
  width: 100%;
}
.gl-table th,
.gl-table td {
  border: 1px solid #ddd;
  padding: 8px 24px;
}
@media only screen and (max-width: 799px) {
  .gl-table th,
  .gl-table td {
    padding: 2px 4px;
  }
}
.gl-table th {
  font-size: 0.9rem;
  font-weight: 600;
}
@media only screen and (max-width: 799px) {
  .gl-table th {
    font-size: 0.6rem;
  }
}
.gl-table td {
  font-size: 0.8rem;
}
@media only screen and (max-width: 799px) {
  .gl-table td {
    font-size: 0.7rem;
  }
}
.gl-table .detail-text {
  font-size: 0.6rem;
}
@media only screen and (max-width: 799px) {
  .gl-table .detail-text {
    font-size: 0.5rem;
  }
}
.achievement-box {
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
          box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  font-size: 0.8rem;
  margin-bottom: 24px;
  width: 100%;
}
.achievement-box--title {
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 24px;
}
.achievement-box--title__sub {
  font-size: 1rem;
  font-weight: 600;
  padding-left: 8px;
}
.achievement-box--title__rate {
  font-weight: 600;
  padding-left: 4px;
  color: #ff033e;
  font-size: 1rem;
}
.achievement-box--contents {
  padding: 12px 24px;
}
.achievement-box--content__number {
  color: #ff033e;
  font-weight: 600;
  padding-left: 6px;
}
.achievement-box--content__detail {
  color: #888;
  padding-left: 12px;
}
