@charset "UTF-8";
/* Scss Document */
/* Scss Document */
a[target=_blank]::after {
  font-family: Material Icons;
  content: "\e3e0";
  margin-left: 5px;
  display: inline-block;
  vertical-align: -1px;
}

a[href$=".pdf"]::after {
  font-family: Material Icons;
  content: "\e415";
  margin-left: 5px;
  display: inline-block;
  vertical-align: -1px;
}

a[href$=".docx"]::after, a[href$=".xlsx"]::after {
  font-family: Material Icons;
  content: "\e415";
  margin-left: 5px;
  display: inline-block;
  vertical-align: -1px;
}

.no-icn::after {
  display: none !important;
}

body {
  overflow-x: hidden;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
}

a:hover img {
  opacity: 1;
  transition: 0.2s;
  filter: brightness(110%);
}

.text-base {
  color: #387dce;
}

.text-sub {
  color: #2E3192;
}

.bg-base {
  color: #387dce;
}

.bg-sub {
  color: #2E3192;
}

.btn-base {
  background: #387dce;
  border-color: #387dce;
  color: #fff;
}

.btn-base:hover {
  background-color: #6298D8;
  border-color: #387dce;
  color: #fff;
}

.btn-sub {
  background: #2E3192;
  border-color: #2E3192;
  color: #fff;
}

.btn-accent {
  background-color: #22b573;
  color: #fff;
}

.btn-accent:hover {
  background-color: #26CE83;
  color: #fff;
}

.btn-accent:after {
  content: "▶︎";
  color: #22b573;
  background-color: #fff;
  display: inline-block;
  font-size: 0.6em;
  padding: 0.2em;
  line-height: 1;
  vertical-align: 0.2em;
  margin-left: 1em;
}

.border-base {
  border-color: #387dce;
}

.border-sub {
  border-color: #2E3192;
}

.table-form th {
  background-color: #efefef;
  white-space: nowrap;
  display: block;
}
.table-form td {
  display: block;
}

.frame-wrapper-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #666;
  z-index: 2;
}

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

p {
  line-height: 1.8em;
  margin-bottom: 1.2em;
}

em {
  font-weight: bold;
  font-style: italic !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ul, ol, dl {
  margin-top: 1.5em;
  margin-bottom: 1.2em;
}

li {
  margin-bottom: 0.4em;
  line-height: 1.65em;
}

dt, dd {
  margin-bottom: 10px;
}

dt.wp-caption-dt, dd.wp-caption-dd {
  border-left: none;
}

ol ol, ul ul, ol ul, ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  border: 5px solid #eee;
  background-color: #fcfcfc;
  position: relative;
  padding: 35px 20px 30px;
}

blockquote:before, blockquote:after {
  color: #ccc;
  font-family: Material Icons;
  position: absolute;
}

blockquote:before {
  content: "\f10d";
  top: 10px;
}

blockquote:after {
  content: "\f10e";
  bottom: 10px;
  right: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

table th, table td {
  padding: 8px;
}

table th .form-control, table td .form-control {
  max-width: 90%;
}

table th {
  font-weight: lighter;
}

.btn {
  white-space: normal;
}

.btn-xs {
  font-size: 0.8rem;
  padding: 3px 10px 2px;
}

.attachment img {
  max-width: 100%;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #fcfcfc;
  line-height: 18px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding: 0 0 5px;
  text-align: center;
  border: 1px solid #e5e5e5;
  max-width: 100% !important;
}

.wp-caption img {
  margin: 10px 0 9px;
  max-width: 95% !important;
  height: auto !important;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 0px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 25px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery dt, .gallery dd {
  border: none;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

.attachment img {
  display: block;
  margin: 0 auto;
}

.well p:last-child {
  margin-bottom: 0;
}

.section {
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

.section:after {
  content: "";
  clear: both;
  display: block;
}

.nav li a {
  color: #464646;
}

.screen-reader-text {
  display: none;
}

input.form-control {
  margin-bottom: 3px;
}

input.form-control.input-widthAuto {
  width: auto;
}

.navbar-header {
  float: none;
}

.navbar-brand {
  height: auto;
  padding: 5px 0;
  margin: 0;
  font-size: 32px;
  line-height: 1.5em;
}

.navbar-brand a {
  color: #333;
}

.navbar-brand a:hover {
  text-decoration: none;
  color: #337ab7;
}

.navbar-brand img {
  max-height: 40px;
  display: block;
}

.navbar-brand {
  float: inherit;
  text-align: center;
  padding: 0 45px;
}

.navbar-brand img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-header {
    float: left;
  }
  .navbar-brand img {
    max-height: 50px;
  }
}
.gmenu-description {
  display: none;
}

ul.gmenu {
  margin-bottom: 0;
}

ul.gmenu a:hover, ul.gmenu a:active, ul.gmenu .current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.1);
}

.bread-section {
  border-bottom: 1px solid #e5e5e5;
}

.bread-section .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  background: none;
}

.bread-section .breadcrumb > li + li:before {
  content: ">";
  margin-right: 0.2em;
}

.bread-section .breadcrumb li {
  margin-bottom: 0;
  list-style: none;
  margin-right: 0.2em;
}

.bread-section .breadcrumb span {
  font-size: 0.75em;
}

.main-section .post-list {
  margin-bottom: 25px;
}

.main-section .widget {
  margin-bottom: 25px;
}

.entry-meta {
  margin-bottom: 0.8em;
  padding-left: 3px;
}

.entry-meta i {
  margin-right: 5px;
}

.entry-meta-items {
  font-size: 12px;
}

.entry-meta-items.published:before {
  color: #ccc;
  font-family: Material Icons;
  content: "\e916";
  margin-right: 5px;
}

.entry-meta-items.published a {
  color: #464646;
}

.entry-meta-items-author:before {
  color: #ccc;
  font-family: Material Icons;
  content: "\e7fd";
  margin-right: 5px;
}

.entry-meta-items-author {
  margin-left: 0.8em;
}

.entry-meta-items-term {
  margin-right: 0;
}

.entry-meta-hidden {
  display: none;
}

.entry-body {
  padding: 1em 0 1.5em;
}

.entry-body::after {
  content: "";
  clear: both;
  display: block;
}

.page .entry-body {
  padding-top: 0;
}

.entry-meta .entry-meta-items-term {
  float: none;
  display: block;
  margin-top: 0.5em;
}

h1.entry-title {
  font-size: 26px;
}

@media (min-width: 768px) {
  .table-form th {
    background-color: #efefef;
    white-space: nowrap;
    display: table-cell;
  }
  .table-form td {
    display: table-cell;
  }
  .main-section .widget {
    margin-bottom: 35px;
  }
  .entry-meta-items {
    font-size: 14px;
  }
  .entry-body, .widget .entry-body {
    padding: 2em 0 2.5em;
  }
  .entry-meta .entry-meta-items-term {
    float: right;
  }
}
.entry-footer {
  display: block;
  overflow: hidden;
  margin-bottom: 2em;
}

.entry-meta-datalist {
  display: block;
  overflow: hidden;
  padding-top: 3px;
}

.entry-meta-datalist dl {
  margin: 0 0 2px;
}

.entry-meta-datalist dt, .entry-meta-datalist dd {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.entry-meta-datalist dt {
  float: left;
  background-color: #666;
  color: #fff;
  font-size: 10px;
  line-height: 1.1em;
  padding: 4px 8px;
  font-weight: lighter;
  margin-right: 10px;
  border: none;
}

.entry-meta-datalist dd {
  font-size: 12px;
  border: none;
  padding-left: 0;
}

.entry-meta-datalist dd a {
  display: inline-block;
  padding: 3px 2px 1px;
}

.entry-tag {
  display: block;
  overflow: hidden;
}

.entry-tag dl {
  margin-bottom: 0;
}

.tagcloud a {
  color: #464646;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tagcloud a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f02b";
  margin-right: 5px;
}

.tagcloud a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.entry-meta-datalist .tagcloud a {
  margin-right: 8px;
}

.media {
  border-bottom: 1px solid #e5e5e5;
  padding: 2em 0;
  margin-top: 0;
}

.media .post-list-thumbnail {
  width: 100px;
  margin-bottom: 0.5em;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  float: left;
}

.media .post-list-thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.media .post-list-thumbnail img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}

.media .post-list-thumbnail .post-list-cate-label {
  position: absolute;
  bottom: 0;
  left: 0;
}

.media .media-body .media-heading {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 0.4em;
  font-weight: normal;
  background: none;
  box-shadow: none;
  padding: 0;
}

.media .media-body .media-heading a {
  color: #464646;
}

.media .media-body .media-heading a:hover {
  text-decoration: none;
}

.media .media-body p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.media .media-body .entry-meta-updated {
  display: none;
}

.media .media-body .entry-meta-items-author {
  display: none;
}

.media .media-body a.media-body-excerpt {
  color: #464646;
}

.media .media-body .media-heading {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

.pagination {
  margin-bottom: 0;
}

ul.page-numbers {
  margin: 0;
  padding: 0;
}

ul.page-numbers li {
  margin: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  float: left;
}

ul.page-numbers li a, ul.page-numbers li span.page-numbers {
  padding: 6px 12px;
  display: block;
  border: 1px solid #ddd;
  margin-left: -1px;
}

ul.page-numbers li a:hover {
  text-decoration: none;
}

ul.page-numbers li:first-child a {
  margin-left: 0;
}

ul.page-numbers li a:hover {
  background-color: #efefef;
}

ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #337ab7;
}

ul.page-numbers li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

ul.page-numbers li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-link dl {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.page-link dt, .page-link dd {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.page-link dt {
  padding: 6px 10px 6px 0;
  float: left;
}

.page-link span.page-numbers {
  padding: 6px 12px;
  display: block;
  float: left;
}

.pager ul {
  margin-top: 0;
}

.pager {
  padding-left: 0;
}

.pager li {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  float: none;
}

.pager li a {
  background-color: #fff;
  border-radius: 0;
  padding: 7px 15px 5px;
  border: solid 1px #ccc;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.pager li a:hover {
  background-color: #efefef;
}

.pager li.previous a:before {
  content: "«";
  margin-right: 0.8em;
}

.pager li.next a:before {
  content: "»";
  margin-right: 0.8em;
}

.sticky {
  display: block;
  overflow: hidden;
  padding: 1em;
  background-color: #f5f5f5;
}

#respond label {
  font-weight: lighter;
}

.comments-title {
  line-height: 1.4em;
  font-size: 24px;
}

ol.comment-list {
  padding: 0;
  margin-top: 0;
}

li.comment {
  border: 4px solid #eee;
  padding: 1em;
  margin: 0 0 1em;
  list-style: none;
}

li.comment ol.children {
  padding-left: 1em;
}

li.comment ol.children li.comment {
  border: none;
}

.comment-author {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 7px;
  background-color: #f5f5f5;
  border: 4px solid #eee;
}

.comment-meta {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

li.pingback {
  margin: 0 0 1em;
  list-style: none;
  border-bottom: 1px dotted #999;
}

p.no-comments {
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 2em;
}

.bypostauthor {
  color: #464646;
}

form.searchform {
  margin: 1em 0;
}

form.searchform div {
  display: flex;
}

form.searchform input.form-control {
  margin-bottom: 0px;
}

form.searchform div input[type=text]#s {
  width: 70%;
  margin-right: 5%;
}

form.searchform div input[type=submit]#searchsubmit {
  float: right;
  width: 25%;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

input#searchsubmit {
  vertical-align: top;
}

.site-content {
  padding: 1em 0 1em;
}

@media (min-width: 768px) {
  .site-content {
    padding: 2em 0 2em;
  }
}
.carousel {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  overflow: hidden;
}

.carousel-indicators {
  margin-bottom: 0;
  bottom: 5px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  width: 100%;
  height: auto;
}

.carousel-control {
  width: 10%;
}

.carousel-control.right {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAwMDEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.0001)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.carousel-control.left {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAwMDEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0.0001)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.slide-cover {
  position: absolute;
  top: 0;
  background-color: #000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide-text-set {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.slide-text-title {
  box-shadow: none;
  border: none;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  background: none;
}

.slide-text-title:before, .slide-text-title:after {
  display: none;
}

.slide-text-caption, .btn-ghost {
  font-size: 1.7vw;
}

.slide-text-caption {
  margin-top: 0.8em;
  line-height: 1.7;
}

.btn-ghost {
  margin-top: 1.3em;
  padding: 0.4em 2em;
  transition: background-color 1s, border-color 0.5s;
}

.slide .item picture .customize-partial-edit-shortcut {
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateY(-50%) translateX(0);
}

@media (min-width: 768px) {
  .slide-text-title {
    font-size: 2.5vw;
  }
}
@media (min-width: 992px) {
  .slide-text-title {
    font-size: 2.2vw;
  }
  .slide-text-caption, .btn-ghost {
    font-size: 1.3vw;
  }
}
/* header */
.site-header {
  position: absolute;
  z-index: 1000;
  background-color: #387dce;
  width: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
}

.site-header-container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.site-header-logo {
  line-height: 1;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header-logo img {
  height: 40px;
  width: 110px;
}

#menu-btn {
  background-color: #22b573;
  font-size: 11px;
  color: #fff;
  text-align: center;
  display: block;
  height: 60px;
  width: 60px;
  padding: 5px 0 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}

#menu-btn span {
  display: block;
  position: absolute;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  padding-top: 3px;
}

#menu-btn span:nth-child(1) {
  top: 13px;
  left: 15px;
  width: 30px;
}

#menu-btn span:nth-child(2) {
  top: 20px;
  left: 15px;
  width: 30px;
}

#menu-btn span:nth-child(3) {
  top: 28px;
  left: 15px;
  width: 30px;
}

#menu-btn span:nth-child(4) {
  border: none;
  top: 36px;
  width: 60px;
  font-size: 10px;
  text-align: center;
}

#menu-btn.active span:nth-child(1) {
  top: 20px;
  left: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-btn.active span:nth-child(2), #menu-btn.active span:nth-child(3) {
  top: 20px;
  left: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .site-header {
    max-width: 1200px;
    z-index: 1000;
    top: 0;
    background-color: #387dce;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    border-radius: 0 0 8px 8px;
  }
  .site-header-container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 5px 30px;
  }
  .site-header-container .row {
    justify-content: space-between;
  }
  .site-header-logo {
    line-height: 1;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .site-header-logo img {
    height: 60px;
    width: 164px;
    margin: 5px 0;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
/* about */
.main-catch-about {
  background-image: url("../images/about/main-catch-front.png"), url("../images/about/main-catch-bg.jpg");
  background-color: #387dce;
  background-size: auto 100%, 100% 100%;
  background-repeat: no-repeat;
  background-position: left center, center;
  padding: 1rem 0;
}

.about-rental-fukidashi {
  border: 8px solid #387dce;
  padding: 1rem;
  position: relative;
  background-image: url("../images/about/img-rental-bg.png");
  background-size: cover;
}

.about-rental-fukidashi:before {
  content: "";
  width: 46px;
  height: 32px;
  display: block;
  background-image: url("../images/about/img-rental-fukidashi.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

.strength {
  background-image: url("../images/about/strength-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
}

.strength-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 1rem 1rem;
}

.strength-box .message-header-q {
  transform: translateY(-40px);
}

.strength-box .message-header-q h2 {
  margin-bottom: 0;
}

.strength-inner {
  max-width: 940px;
  margin: auto;
}

.business-part-bg {
  background-color: #EBEBEB;
}

/* 代表者メッセージ */
.main-catch-president {
  background-image: url("../images/president/main-catch-bg.png");
  background-size: 100% 100%;
}
.main-catch-president .container {
  background-image: url("../images/president/backho-silhouetto.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.message-header h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 2rem;
  font-weight: 600;
  padding-top: 80px;
}

.message-header.message-header-last h2 {
  padding-top: 0px;
}

.message-header-q {
  background-image: url("../images/common/title-bg-flag-w.png");
  background-size: 120px 160px;
  background-position: center top;
  background-repeat: no-repeat;
}
.message-header-q h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: 600;
  text-align: left;
}
.message-header-q h2 strong {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 600;
  font-size: 36px;
  line-height: 80px;
  display: block;
  text-align: center;
  color: #387dce;
  margin: auto;
}

.message p {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: justify;
  font-size: 1.07rem;
  font-weight: 500;
}

/* 採用担当者メッセージ */
.main-catch-recruiter {
  background-image: url("../images/president/main-catch-bg.png");
  background-size: 100% 100%;
}
.main-catch-recruiter .container {
  background-image: url("../images/recruiter/jyuki-silhouetto.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

/* インタビュー */
.main-catch-interview {
  height: 250px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #ededed;
}
.main-catch-interview .container {
  height: 100%;
  position: relative;
}
.main-catch-interview .name-card {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 160px;
  padding: 10px;
  color: #fff;
  background-color: rgba(56, 125, 206, 0.8);
}
.main-catch-interview .name-card .position {
  font-size: 16px;
}
.main-catch-interview .name-card .name {
  font-size: 18px;
  font-weight: bold;
}
.main-catch-interview .name-card:after {
  content: "";
  display: block;
  height: 100%;
  background-color: rgba(56, 125, 206, 0.8);
  width: 30vw;
  position: absolute;
  top: 0;
  right: -30vw;
}

.main-catch-interview01 {
  background-image: url("../images/interview/interview01/ph-main.jpg");
}

.main-catch-interview02 {
  background-image: url("../images/interview/interview02/ph-main.jpg");
}

.main-catch-interview03 {
  background-image: url("../images/interview/interview03/ph-main.jpg");
}

.main-catch-interview04 {
  background-image: url("../images/interview/interview04/ph-main.jpg");
}

.interview-bg {
  background-image: url("../images/common/tile-bg-30.png");
}

.timetable {
  border-bottom: none;
}
.timetable th {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  border-right: solid #fff 1px;
  padding-top: 0.7em;
  padding-right: 2em;
  position: relative;
}
.timetable th:after {
  content: "●";
  color: #fff;
  position: absolute;
  right: -0.55em;
  top: 0.7em;
}
.timetable td {
  padding-left: 2em;
}

.interview-nav-index a {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto 15px;
}
.interview-nav-index a:before {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
}
.interview-nav-index a:after {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: 0;
  left: 0;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
}
.interview-nav-index a:hover {
  display: block;
  position: relative;
  overflow: hidden;
  transition-duration: 1s;
}
.interview-nav-index a:hover:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  transition-duration: 0.5s;
}
.interview-nav-index a:hover:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
  transition-duration: 0.5s;
}
.interview-nav-index .name-card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  background-color: rgba(56, 125, 206, 0.7);
}
.interview-nav-index .name-card .join {
  display: block;
}
.interview-nav-index .name-card .position {
  font-size: 0.8em;
  margin-right: 0.8em;
}

.single-interview-nav a {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto 15px;
}
.single-interview-nav a:before {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
}
.single-interview-nav a:after {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: 0;
  left: 0;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
}
.single-interview-nav a:hover {
  display: block;
  position: relative;
  overflow: hidden;
  transition-duration: 1s;
}
.single-interview-nav .name-card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  background-color: rgba(56, 125, 206, 0.7);
  white-space: nowrap;
}
.single-interview-nav .name-card .join {
  display: block;
}
.single-interview-nav .name-card .position {
  font-size: 0.8em;
  margin-right: 0.8em;
  display: block;
}

/* 数字で見る */
.infographics div.infographic-cell {
  padding: 10px;
}

.infographics h2 {
  text-align: center;
}

.infographics h3 {
  text-align: center;
}

.infographics p {
  text-align: center;
}

.infographics p.text-attention {
  color: #8a8a8a;
  text-align: left;
  margin-bottom: 0;
}

.infographics01 h2 {
  color: #fff;
  background-color: #02549b;
}

.infographics01 h3 {
  color: #02549b;
}

.infographics01 div.align-items-stretch > div {
  position: relative;
}

.infographics02 h2 {
  color: #fff;
  background-color: #00a4e3;
}

.infographics02 h3 {
  color: #00a4e3;
}

.infographics02 div.align-items-stretch > div {
  position: relative;
}

.infographics03 h2 {
  color: #fff;
  background-color: #00a098;
}

.infographics03 h3 {
  color: #00a098;
}

.infographics03 div.align-items-stretch > div {
  position: relative;
}

.count-num {
  font-family: "anton";
}

.infographic-text {
  white-space: nowrap;
}

.infographics01 .infographic-text {
  color: #02549B;
}

.infographics02 .infographic-text {
  color: #00A4E3;
}

.infographics03 .infographic-text {
  color: #00A098;
}

.infographic-text {
  font-size: 30px;
  line-height: 105px;
}
.infographic-text .count-num {
  font-size: 100px;
  margin-right: 5px;
}
.infographic-text .period {
  font-size: 100px;
}

.infographic-text.md {
  font-size: 24px;
  line-height: 85px;
}
.infographic-text.md .count-num {
  font-size: 80px;
  margin-right: 5px;
}
.infographic-text.md .period {
  font-size: 80px;
}

.infographic-circle {
  position: relative;
  text-align: center;
}

.infographic-circle .infographic-text.sm {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.infographic-text.sm {
  font-size: 18px;
  line-height: 65px;
}
.infographic-text.sm .count-num {
  font-size: 60px;
  margin-right: 5px;
}
.infographic-text.sm .period {
  font-size: 60px;
}

/* よくあるご質問 */
.nav-tabs-faq {
  margin-bottom: 1.5rem;
  border-bottom: solid 3px #387dce;
}
.nav-tabs-faq .nav-item {
  flex: 0 1 33.33%;
  text-align: center;
  margin-bottom: 0;
}
.nav-tabs-faq .nav-link {
  background-color: #efefef;
  margin: 0 2px;
  border: 1px solid #387dce;
}
.nav-tabs-faq .nav-link:hover {
  color: #fff;
  background-color: #387dce;
  margin: 0 5px;
  border: 1px solid #387dce;
}
.nav-tabs-faq .nav-link.active {
  background-color: #387dce;
  color: #fff;
  border-bottom: 1px solid #387dce;
}

.accordion-faq .card-header {
  padding: 0;
}

.accordion-faq .card-header button {
  width: 100%;
  text-align: left;
}

.accordion-faq .card-header button:before {
  content: "Q";
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  background-color: #387dce;
  line-height: 1.2em;
  width: 1.2em;
  text-align: center;
  border-radius: 4px;
  margin-right: 0.5em;
}

.accordion .card-header button.collapsed:after {
  margin-left: 5px;
  content: "\e5cc";
  font-family: "Material Icons";
  display: inline-block;
  vertical-align: -1px;
  float: right;
}

.accordion .card-header button:after {
  margin-left: 5px;
  content: "\e5cf";
  font-family: "Material Icons";
  display: inline-block;
  vertical-align: -1px;
  float: right;
}

.accordion-faq h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.accordion-faq h3:before {
  content: "A";
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  background-color: #22b573;
  line-height: 1.2em;
  width: 1.2em;
  text-align: center;
  border-radius: 4px;
  margin-right: 0.5em;
}

/* 採用情報 */
.nav-tabs-recruit {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 3px #387dce;
}
.nav-tabs-recruit .nav-item {
  flex: 0 1 50%;
  text-align: center;
  margin-bottom: 0;
}
.nav-tabs-recruit .nav-link {
  background-color: #efefef;
  margin: 0 5px;
  border: 1px solid #387dce;
}
.nav-tabs-recruit .nav-link:hover {
  color: #fff;
  background-color: #387dce;
  margin: 0 5px;
  border: 1px solid #387dce;
}
.nav-tabs-recruit .nav-link.active {
  background-color: #387dce;
  color: #fff;
  border-bottom: 1px solid #387dce;
}

.table-recruit {
  border: #204E84;
}
.table-recruit th {
  background-color: #387dce;
  color: #fff;
  border: #204E84 1px solid;
  white-space: nowrap;
  display: block;
}
.table-recruit td {
  border: inherit 1px solid;
  display: block;
}
.table-recruit p {
  margin: 0;
}
.table-recruit ul {
  margin: 0;
  padding-left: 1rem;
}
.table-recruit ul li {
  margin: 0;
}
.table-recruit ul.ul-hol {
  list-style: none;
  padding-left: 0;
}
.table-recruit ul.ul-hol li {
  display: inline-block;
}
.table-recruit ul.ul-hol li:after {
  content: "、";
}
.table-recruit ul.ul-hol li:last-child:after {
  content: "";
}
.table-recruit table {
  width: auto;
}
.table-recruit table th {
  background-color: #ededed;
  color: #000;
  display: table-cell;
}
.table-recruit table td {
  border: #204E84 1px solid;
  display: table-cell;
}

.section-bg15 {
  background-image: url("../images/common/tile-bg-15.png");
}

.recruit-flow {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}
.recruit-flow dt {
  background-color: #387dce;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 2rem 1rem 0.5rem;
  vertical-align: bottom;
}
.recruit-flow dt small {
  font-size: 0.8rem;
  color: #E0EBF7;
  font-weight: normal;
  display: block;
  text-align: center;
}
.recruit-flow dt:first-child {
  padding-top: 1rem;
}
.recruit-flow dd {
  background-color: #f6f6f6;
  margin: 0;
  padding: 1rem 1rem 2rem;
  position: relative;
}
.recruit-flow dd:after {
  content: "";
  border-top: 20px solid #f6f6f6;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 10;
  transform: translateX(-50%);
}
.recruit-flow dd:last-child:after {
  display: none;
}

.recruit-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.recruit-links li {
  margin-bottom: 10px;
}

.recruit-links a {
  display: block;
  height: 100%;
}

.recruit-links a.bg-w {
  background-color: #fff;
  position: relative;
  text-align: center;
  position: relative;
  min-height: 80px;
  border: solid 1px #ededed !important;
}

.recruit-links a.bg-w img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recruit-links a:after {
  display: none;
}

/* contact*/
.form-anchor {
  padding-top: 10px;
}

.wpcf7c-elm-step2 h2 {
  padding-top: 10rem;
}

.step {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-left: right 1px #377DCE;
  overflow: hidden;
}
.step > div {
  flex: 0 1 33.3%;
  text-align: center;
  background-color: #ededed;
  position: relative;
  border-top: solid 1px #377DCE;
  border-bottom: solid 1px #377DCE;
  border-left: solid 1px #377DCE;
  border-right: none;
}
.step > div:last-child {
  border-right: solid 1px #377DCE;
}
.step > div.step-stay {
  text-align: center;
  color: #fff;
  background-color: #377DCE;
}
.step > div.step-stay:after {
  content: "";
  display: block;
  border-top: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid #377DCE;
  position: absolute;
  top: 0;
  right: -1.59rem;
  z-index: 1;
}
.step > div.step-stay:last-child:after {
  display: none;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .message-header.message-header-last h2 {
    padding-top: 80px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .main-catch-about {
    padding: 5rem 0;
  }
  .about-rental-fukidashi {
    padding: 2rem;
  }
  .strength-box {
    padding: 0 3rem 3rem;
  }
  .main-catch-president {
    background-image: url("../images/president/main-catch-bg.png");
    background-size: 100% 100%;
  }
  .main-catch-president .container {
    background-image: url("../images/president/backho-silhouetto.png");
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
  }
  .message-bg-l {
    background-image: url("../images/common/tile-bg-15.png");
    background-size: 60vw 100%;
    background-repeat: no-repeat;
    background-position: left top 80px;
    margin-bottom: 3rem;
  }
  .message-bg-l img {
    box-shadow: 20px 20px 0 0 rgba(56, 125, 206, 0.3);
  }
  .message-bg-r {
    background-image: url("../images/common/tile-bg-30.png");
    background-size: 60vw 100%;
    background-repeat: no-repeat;
    background-position: left 40vw top 80px;
    margin-bottom: 3rem;
  }
  .message-bg-r img {
    box-shadow: -20px 20px 0 0 rgba(56, 125, 206, 0.3);
  }
  .message-bg-l2 {
    background-image: url("../images/common/tile-bg-15.png");
    background-size: 80vw 100%;
    background-repeat: no-repeat;
    background-position: left top 80px;
    margin-bottom: 3rem;
  }
  .message-bg-r2 {
    background-image: url("../images/common/tile-bg-30.png");
    background-size: 80vw 100%;
    background-repeat: no-repeat;
    background-position: left 20vw top 80px;
    margin-bottom: 3rem;
  }
  .main-catch-recruiter {
    background-image: url("../images/president/main-catch-bg.png");
    background-size: 100% 100%;
  }
  .main-catch-recruiter .container {
    background-image: url("../images/recruiter/jyuki-silhouetto.png");
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
  }
  .main-catch-interview {
    height: 500px;
  }
  .main-catch-interview .name-card {
    width: 300px;
    padding: 20px;
    bottom: 15px;
  }
  .main-catch-interview .name-card .position {
    font-size: 21px;
  }
  .main-catch-interview .name-card .name {
    font-size: 32px;
    font-weight: bold;
  }
  .infographics .row.align-items-stretch {
    margin-bottom: 1.5rem;
  }
  .infographics01 div.align-items-stretch:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #02549b;
    margin: 1.5rem 15px 0;
  }
  .infographics01 div.align-items-stretch > div:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #02549b;
    position: absolute;
    right: 0px;
    top: 0;
  }
  .infographics01 div.align-items-stretch > div:last-child:after {
    display: none;
  }
  .infographics02 div.align-items-stretch:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00a4e3;
    margin: 1.5rem 15px 0;
  }
  .infographics02 div.align-items-stretch > div:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #00a4e3;
    position: absolute;
    right: 0px;
    top: 0;
  }
  .infographics02 div.align-items-stretch > div:last-child:after, div.align-items-stretch .row:after {
    display: none;
  }
  .infographics03 div.align-items-stretch:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00a098;
    margin: 1.5rem 15px 0;
  }
  .infographics03 div.align-items-stretch > div:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #00a098;
    position: absolute;
    right: 0px;
    top: 0;
  }
  .infographics03 div.align-items-stretch > div:last-child:after {
    display: none;
  }
  .table-recruit th {
    display: table-cell;
  }
  .table-recruit td {
    display: table-cell;
    border: #204E84 1px solid;
  }
  .single-interview-nav .name-card .position {
    display: inline-block;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .message-header-q h2 {
    text-align: center;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
#btn-page-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  cursor: pointer;
}

footer {
  background-color: #387dce;
}

footer .footer-menu {
  font-size: 13px;
}
footer .footer-menu .nav {
  justify-content: center;
}
footer .footer-menu br {
  display: none;
}
footer .footer-menu a:before {
  content: "▶︎";
  font-size: 0.6em;
  color: #387dce;
  margin-right: 0.5em;
  vertical-align: 0.2em;
}

footer .copy-section {
  background-color: #000;
  color: #fff;
  padding: 5px 0;
}

footer .copy-section p {
  font-size: 14px;
  margin: 0 15px 5px;
}

footer .copy-section .nav {
  margin-top: 0;
  font-size: 14px;
}

footer .copy-section .nav li {
  padding: 0 1rem;
}

footer .copy-section .nav a {
  color: #fff;
}

footer .copy-section .nav a:before {
  content: "▶︎";
  font-size: 0.6em;
  color: #387dce;
  margin-right: 0.5em;
  vertical-align: 0.2em;
}

footer .footer-menu .container {
  padding-left: 0;
  padding-right: 0;
}

footer .footer-menu li {
  float: none;
  display: block;
  overflow: hidden;
}

footer .footer-menu li:last-child {
  border-bottom: none;
}

footer.site-footer .widget .tagcloud a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

.footer-menu {
  background-color: #e6e6e6;
  padding-top: 5px;
  padding-bottom: 1px;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  footer .footer-menu ul {
    margin: 10px 0;
  }
  footer .footer-menu li a {
    padding: 0.25em 1em;
  }
}
/* Large devices (desktops, 992px and up)*/
/* Extra large devices (large desktops, 1200px and up)*/
/* sidebar */
.sub-section {
  display: block;
}

.sub-section .widget {
  margin-bottom: 25px;
}

.sub-section .media {
  padding: 1em 0 0.8em;
  margin-top: 0;
}

.sub-section .media .post-list-thumbnail {
  width: 80px;
  padding-right: 15px;
}

.sub-section .media .media-heading {
  font-size: 14px;
}

.sub-section li > a:hover {
  text-decoration: underline;
}

.sub-section li.current-cat > a, .sub-section li.current-page-item > a {
  background-color: rgba(0, 0, 0, 0.05);
}

.sub-section:after {
  content: "";
  clear: both;
  display: block;
}

.sub-section-title {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: solid 3px #ededed;
}

.sub-section-title i {
  margin-right: 8px;
}

.widget {
  display: block;
}

.widget .sub-section-title {
  margin-top: 0;
  font-size: 18px;
}

.widget ul {
  margin-top: 0;
}

.widget:after {
  content: "";
  clear: both;
  display: block;
}

.widget-link-list ul, .widget-recent-comments ul, .widget-nav-menu ul, .widget-archive ul, .widget-categories ul, .widget-pages ul, .widget-recent-entries ul {
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}

.widget-link-list .sub-section-title, .widget-nav-menu .sub-section-title, .widget-archive .sub-section-title, .widget-categories .sub-section-title, .widget-pages .sub-section-title, .widget-recent-entries .sub-section-title {
  margin-bottom: 0;
}

.widget-link-list ul li, .widget-nav-menu ul li, .widget-archive ul li, .widget-categories ul li, .widget-pages ul li, .widget-recent-entries ul li {
  margin-bottom: 0;
}

.widget-link-list ul li a, .widget-nav-menu ul li a, .widget-archive ul li a, .widget-categories ul li a, .widget-pages ul li a, .widget-recent-entries ul li a {
  display: block;
  padding: 10px 0.5em 8px;
  border-bottom: 1px solid #e5e5e5;
  color: #464646;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
}

.widget-link-list ul li li a, .widget-nav-menu ul li li a, .widget-archive ul li li a, .widget-categories ul li li a, .widget-pages ul li li a, .widget-recent-entries ul li li a {
  padding-left: 1.5em;
}

.widget-link-list ul li li li a, .widget-nav-menu ul li li li a, .widget-archive ul li li li a, .widget-categories ul li li li a, .widget-pages ul li li li a, .widget-recent-entries ul li li li a {
  padding-left: 2.5em;
}

.widget-link-list ul li li li li a, .widget-nav-menu ul li li li li a, .widget-archive ul li li li li a, .widget-categories ul li li li li a, .widget-pages ul li li li li a, .widget-recent-entries ul li li li li a {
  padding-left: 3.5em;
}

.widget-link-list ul li li li li li a, .widget-nav-menu ul li li li li li a, .widget-archive ul li li li li li a, .widget-categories ul li li li li li a, .widget-pages ul li li li li li a, .widget-recent-entries ul li li li li li a {
  padding-left: 4.5em;
}

.widget-link-list ul li li li li li li a, .widget-nav-menu ul li li li li li li a, .widget-archive ul li li li li li li a, .widget-categories ul li li li li li li a, .widget-pages ul li li li li li li a, .widget-recent-entries ul li li li li li li a {
  padding-left: 5.5em;
}

.widget-link-list ul li li li li li li li a, .widget-nav-menu ul li li li li li li li a, .widget-archive ul li li li li li li li a, .widget-categories ul li li li li li li li a, .widget-pages ul li li li li li li li a, .widget-recent-entries ul li li li li li li li a {
  padding-left: 6.5em;
}

.widget-link-list ul li li li li li li li li a, .widget-nav-menu ul li li li li li li li li a, .widget-archive ul li li li li li li li li a, .widget-categories ul li li li li li li li li a, .widget-pages ul li li li li li li li li a, .widget-recent-entries ul li li li li li li li li a {
  padding-left: 7.5em;
}

.widget-link-list ul li li li li li li li li li a, .widget-nav-menu ul li li li li li li li li li a, .widget-archive ul li li li li li li li li li a, .widget-categories ul li li li li li li li li li a, .widget-pages ul li li li li li li li li li a, .widget-recent-entries ul li li li li li li li li li a {
  padding-left: 8.5em;
}

.widget-link-list ul li li li li li li li li li li a, .widget-nav-menu ul li li li li li li li li li li a, .widget-archive ul li li li li li li li li li li a, .widget-categories ul li li li li li li li li li li a, .widget-pages ul li li li li li li li li li li a, .widget-recent-entries ul li li li li li li li li li li a {
  padding-left: 9.5em;
}

.widget-link-list ul li li li li li li li li li li li a, .widget-nav-menu ul li li li li li li li li li li li a, .widget-archive ul li li li li li li li li li li li a, .widget-categories ul li li li li li li li li li li li a, .widget-pages ul li li li li li li li li li li li a, .widget-recent-entries ul li li li li li li li li li li li a {
  padding-left: 10.5em;
}

.widget-link-list ul ul, .widget-nav-menu ul ul, .widget-archive ul ul, .widget-categories ul ul, .widget-pages ul ul, .widget-recent-entries ul ul {
  margin: 0;
  padding-left: 0;
}

.widget-archive select, .widget-categories select {
  margin-top: 10px;
}

.widget-ltg-adv-post-list .pt-0 .main-section-title {
  margin-bottom: 0;
}

.widget-ltg-adv-full-wide-title-outer {
  text-align: center;
  background-size: cover;
  background-position: center center;
}

.widget-ltg-adv-full-wide-title-title {
  font-size: 2.4rem;
  padding: 0;
  margin-bottom: 0.3em;
  line-height: 1.4em;
  background: none;
  border: none;
}

.widget-ltg-adv-full-wide-title-title:last-child {
  margin-bottom: 0;
}

.widget-ltg-adv-full-wide-title-caption {
  margin-bottom: 0;
  line-height: 1.4em;
}

.widget .tagcloud a {
  border-radius: 4px;
  padding: 3px 10px 1px;
  line-height: 2.4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
}

.widget-ltg-adv-full-wide-title-outer {
  margin: 0 calc(50% - 50vw) 3em;
  padding: 3em calc(50vw - 50%);
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .media .post-list-thumbnail {
    padding-right: 30px;
    width: 160px;
  }
  .widget-ltg-adv-full-wide-title-title {
    font-size: 2.8rem;
  }
}
/* Large devices (desktops, 992px and up)*/
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .widget-ltg-adv-full-wide-title-title {
    font-size: 3.2rem;
  }
}
/* .gmenu-sp */
#gmenu-sp {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  transform: translateY(-110%);
  z-index: 99;
  padding: 60px 10px 15px;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.8s;
  height: 100vh;
  overflow-y: auto;
}

#gmenu-sp.active {
  transform: translateY(0%);
}

#gmenu-sp ul.gmenu {
  float: none;
  display: block;
  font-size: 16px;
  justify-content: center;
  margin: 5px 0;
}

#gmenu-sp ul.gmenu > li {
  position: relative;
  float: none;
  border-bottom: solid 1px #ccc;
  margin: 0;
}

#gmenu-sp ul.gmenu > li small {
  margin-left: 5px;
}

#gmenu-sp ul.gmenu a {
  background-color: inherit;
  color: #fff;
  padding: 0 15px;
  line-height: 50px;
  white-space: nowrap;
  display: block;
}

#gmenu-sp ul.gmenu a br {
  display: none;
}

#gmenu-sp ul.gmenu .menu-item-has-children > a > .sub-menu-toggle::before {
  display: block;
  position: absolute;
  top: 13px;
  right: 17px;
  width: 24px;
  height: 24px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 100%;
  color: inherit;
  line-height: 18px;
  text-align: center;
  vertical-align: top;
  content: "+";
}

#gmenu-sp ul.gmenu .menu-item-has-children > a > .sub-menu-toggle.is-active::before {
  content: "-";
}

#gmenu-sp ul.gmenu a:hover,
#gmenu-sp ul.gmenu a:focus {
  background-color: #000 !important;
  text-decoration: none;
}

#gmenu-sp ul.sub-menu {
  display: none;
  list-style: none;
  margin: 0;
}

#gmenu-sp ul.sub-menu li {
  margin: 0;
  border-top: dashed 1px #fff;
}

#gmenu-pc {
  display: none;
}

.nav-section .searchform {
  display: none;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #gmenu-pc .btn-header-entry {
    background-color: #22b573;
    color: #fff;
    display: block;
    width: 90px;
    padding: 5px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 20px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #menu-btn,
  #gmenu-sp {
    display: none;
  }
  #gmenu-pc {
    display: block;
    width: 800px;
    padding-right: 100px;
    position: relative;
  }
  .gmenu-name {
    text-align: center;
    display: block;
  }
  .gmenu-description {
    text-align: center;
  }
  #gmenu-pc .btn-header-entry {
    background-color: #22b573;
    color: #fff;
    display: block;
    width: 90px;
    padding: 5px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: 20px;
  }
  #gmenu-pc ul.gmenu {
    margin: 0;
    padding: 0;
    float: none;
    display: flex;
    font-size: 11px;
    font-weight: normal;
    justify-content: center;
    flex-wrap: nowrap;
  }
  #gmenu-pc ul.gmenu > li {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    flex: 0 1 14.28%;
  }
  #gmenu-pc ul.gmenu > li:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #gmenu-pc ul.gmenu > li:last-child:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  #gmenu-pc ul.gmenu > li > a {
    display: block;
    height: 100%;
    background-color: inherit;
    color: #fff;
    padding: 2px 0 2px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.4;
  }
  #gmenu-pc ul.gmenu > li:nth-child(5) > a {
    line-height: 2.8;
  }
  #gmenu-pc ul.gmenu > li:nth-child(6) > a {
    line-height: 2.8;
  }
  #gmenu-pc ul.gmenu > li:nth-child(7) > a {
    line-height: 2.8;
  }
  #gmenu-pc ul.gmenu > li > a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  #gmenu-pc ul.gmenu > li.gmenu01 > a:before {
    background-image: url("../images/icn/icn-gmenu01.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu02 > a:before {
    background-image: url("../images/icn/icn-gmenu02.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu03 > a:before {
    background-image: url("../images/icn/icn-gmenu03.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu04 > a:before {
    background-image: url("../images/icn/icn-gmenu04.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu05 > a:before {
    background-image: url("../images/icn/icn-gmenu05.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu06 > a:before {
    background-image: url("../images/icn/icn-gmenu06.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu07 > a:before {
    background-image: url("../images/icn/icn-gmenu07.svg");
  }
  #gmenu-pc ul.gmenu > li.gmenu08 > a:before {
    background-image: url("../images/icn/icn-gmenu08.svg");
  }
  #gmenu-pc ul.gmenu > li > a:hover,
  ul.gmenu > li > a:focus {
    background-color: #2E3192;
    text-decoration: none;
  }
  #gmenu-pc ul.gmenu > li > a {
    border-bottom: none;
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu > li {
    left: -120px;
    background-color: rgba(255, 255, 255, 0.75);
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu li {
    width: 240px;
    margin: 0;
    list-style: none;
    display: block;
    overflow: visible;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu li ul {
    margin-bottom: 0;
    display: none;
    position: absolute;
    left: 240px;
    top: 0.8em;
  }
  #gmenu-pc ul.gmenu > li > ul.sub-menu li a {
    padding-left: 1.5em;
  }
  #gmenu-pc ul.gmenu > li:hover > ul.sub-menu {
    display: block;
  }
  #gmenu-pc ul.gmenu > li li:hover > ul.sub-menu {
    display: block;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
.section-main-catch {
  background-image: url("../images/index/main-catch-bg.jpg");
  background-position: top center;
  background-size: auto 100%;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  height: 100vh;
  z-index: -1;
}

.section-main-catch .container {
  height: 100%;
  position: relative;
}

.main-catch-flag {
  width: 80% !important;
  bottom: -180px;
  left: 0;
  position: absolute;
}

.copy-upper span, .copy-lower span {
  height: 15vw;
  width: 15vw;
  display: inline-block;
  opacity: 0;
  transition-duration: 0.5s;
  -ms-filter: blur(30px);
  filter: blur(30px);
}

.copy-upper {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 5px;
  white-space: nowrap;
}

.copy-lower {
  position: absolute;
  width: 100%;
  top: 150px;
  right: 5px;
  white-space: nowrap;
  text-align: right;
}

.anime .copy-upper span:first-child {
  opacity: 0.5;
  transition-delay: 1s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-upper span:nth-child(2) {
  opacity: 0.5;
  transition-delay: 1.1s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-upper span:nth-child(3) {
  opacity: 0.5;
  transition-delay: 1.2s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-upper span:nth-child(4) {
  opacity: 0.5;
  transition-delay: 1.5s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-upper span:nth-child(5) {
  opacity: 0.5;
  transition-delay: 1.6s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-upper span:nth-child(6) {
  opacity: 0.5;
  transition-delay: 1.7s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-lower span:first-child {
  opacity: 0.5;
  transition-delay: 2s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-lower span:nth-child(2) {
  opacity: 0.5;
  transition-delay: 2.1s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-lower span:nth-child(3) {
  opacity: 0.5;
  transition-delay: 2.2s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-lower span:nth-child(4) {
  opacity: 0.5;
  transition-delay: 2.3s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.anime .copy-lower span:nth-child(5) {
  opacity: 0.5;
  transition-delay: 2.4s;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.main-catch-text {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 220px;
}
.main-catch-text p {
  opacity: 0;
  margin-top: 20px;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.anime .main-catch-text p {
  opacity: 1;
  transition-delay: 2.8s;
  transition-duration: 1s;
  margin-top: 0px;
  -ms-filter: blur(0px);
  filter: blur(0px);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 568px) and (max-width: 768px) {
  .section-main-catch {
    background-image: url("../images/index/main-catch-bg.jpg");
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    height: 500px;
    z-index: -1;
  }
  .section-main-catch .container {
    height: 500px;
    max-width: 750px;
    position: relative;
  }
  .copy-upper span, .copy-lower span {
    height: 10vw;
    width: 10vw;
  }
  .main-catch-flag {
    width: 50% !important;
    left: 0;
    position: absolute;
  }
  .main-catch-text {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 210px !important;
    right: 5%;
    width: 90%;
  }
  .main-catch-text p {
    opacity: 0;
    margin-top: 20px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .section-main-catch {
    height: 740px;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
  }
  .section-main-catch .container {
    height: 100%;
    position: relative;
  }
  .main-catch-flag {
    width: 45% !important;
    bottom: -150px;
    left: 0;
    position: absolute;
  }
  .copy-upper span, .copy-lower span {
    width: 15%;
    height: auto;
  }
  .copy-upper {
    top: 90px;
  }
  .copy-lower {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 0px;
    width: 100%;
    white-space: nowrap;
    text-align: right;
  }
  .main-catch-text {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 210px !important;
    right: 0;
    width: 50%;
  }
  .main-catch-text p {
    opacity: 0;
    margin-top: 20px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .section-main-catch {
    height: 740px;
    background-position: top center;
    background-size: 125% auto;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
  }
  .main-catch-flag {
    bottom: -200px;
  }
  .main-catch-text {
    top: 280px !important;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .section-main-catch {
    height: 800px;
  }
  .main-catch-text {
    top: 300px !important;
  }
}
/* title */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.7em;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .main-section-title {
  margin: 1.5em 0 1em;
  clear: both;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

h1 {
  font-size: 21px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 19px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5 {
  font-size: 16px;
  font-weight: bold;
}

h6 {
  font-size: 16px;
}

.archive-header {
  margin-bottom: 1em;
}

.archive-meta {
  margin-bottom: 2em;
}

.h-sidebar .h-sidebar-inner {
  display: inline-block;
  padding: 0.25em 2em;
  position: relative;
}

.h-sidebar .h-sidebar-inner:before {
  content: "";
  display: block;
  height: 2em;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-left: solid 10px #387dce;
  border-right: solid 10px #ededed;
  transform: skew(-30deg);
}

.h-sidebar .h-sidebar-inner:after {
  content: "";
  display: block;
  height: 2em;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 10px #ededed;
  border-right: solid 10px #387dce;
  transform: skew(-30deg);
}

.h-sidebar-bold .h-sidebar-inner {
  font-family: "anton";
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  color: #387dce;
}

.h-sidebar-bold .h-sidebar-inner:before {
  content: "";
  display: block;
  height: 1.25em;
  width: 0;
  position: absolute;
  left: 0;
  top: 0.25em;
  border-left: solid 10px #387dce;
  border-right: solid 10px #ededed;
  transform: skew(-30deg);
}

.h-sidebar-bold .h-sidebar-inner:after {
  content: "";
  display: block;
  height: 1.25em;
  width: 0;
  position: absolute;
  right: 0;
  top: 0.25em;
  border-left: solid 10px #ededed;
  border-right: solid 10px #387dce;
  transform: skew(-30deg);
}

.h-sidebar-bold-sub {
  margin-top: -2rem;
  font-size: 24px;
}

.h-leftbar {
  border-left: solid 6px #387dce;
  padding-left: 0.5em;
}

.h-underline {
  border-bottom: solid 2px #387dce;
}

.h-num {
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
  margin-right: 15px;
  margin-bottom: 5px;
  display: block;
}

.page-header {
  background-image: url("../images/common/page-header-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  height: 180px;
}

.page-header-page-title, h1.page-header-page-title:first-child {
  color: #fff;
  text-align: center;
  font-weight: 900;
  height: 80px;
  background-size: auto 60px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 28px;
  line-height: 1;
  padding-top: 22px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
  max-width: 440px;
  margin: auto;
  white-space: nowrap;
}

.page-header-about .page-header-page-title {
  background-image: url("../images/about/page-title-bg.png");
}

.page-header-president .page-header-page-title {
  background-image: url("../images/president/page-title-bg.png");
}

.page-header-interview .page-header-page-title {
  background-image: url("../images/interview/page-title-bg.png");
}

.page-header-recruiter .page-header-page-title {
  background-image: url("../images/recruiter/page-title-bg.png");
}

.page-header-infographics .page-header-page-title {
  background-image: url("../images/infographics/page-title-bg.png");
}

.page-header-faq .page-header-page-title {
  background-image: url("../images/faq/page-title-bg.png");
}

.page-header-recruit .page-header-page-title {
  background-image: url("../images/recruit/page-title-bg.png");
}

.page-header-entry .page-header-page-title {
  background-image: url("../images/contact/page-title-bg.png");
}

.single-post .page-header-page-title, .category .page-header-page-title {
  background-image: url("../images/topics/page-title-bg.png");
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  h1 {
    font-size: 28px;
    font-weight: bold;
  }
  h2 {
    font-size: 24px;
    font-weight: bold;
  }
  h3 {
    font-size: 21px;
    font-weight: bold;
  }
  h4 {
    font-size: 18px;
    font-weight: bold;
  }
  h5 {
    font-size: 16px;
    font-weight: bold;
  }
  h6 {
    font-size: 16px;
  }
  .h-num {
    display: inline-block;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .page-header {
    background-image: url("../images/common/page-header-flag.png"), url("../images/common/page-header-bg.jpg");
    background-size: auto 120%, cover;
    background-position: left center, center;
    background-repeat: no-repeat;
    padding-top: 80px;
    height: 200px;
  }
  .page-header-page-title, h1.page-header-page-title:first-child {
    height: 100px;
    background-size: auto 60px;
    background-position: center;
    padding-top: 34px;
    font-size: 24px;
    line-height: 1;
  }
  .h-sidebar-bold .h-sidebar-inner {
    font-family: "anton";
    font-size: 48px;
    font-weight: 900;
    line-height: 1.4;
    color: #387dce;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .page-header {
    margin-top: 0;
    margin-bottom: 0;
    padding: 120px 0 0;
    height: 260px;
  }
  .main-section header {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  .main-section header h1 {
    margin-top: 0;
    line-height: 1.4em;
  }
  h1.main-section-title {
    font-size: 24px;
  }
  h1.main-section-title i {
    margin-right: 8px;
  }
  h1.entry-title {
    font-size: 32px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
/* index*/
.section-topics {
  margin-top: 0px;
}
.section-topics .container {
  padding-top: 30px;
  background-color: #fff;
}

.index-news-list dt {
  font-weight: normal;
  margin-right: 1rem;
  margin-bottom: 0;
}
.index-news-list dd {
  padding-left: 1rem;
}

.h-index {
  font-family: "Anton";
  font-weight: 900;
  font-size: 44px;
  color: #387dce;
  margin-bottom: 0.5em;
}
.h-index small {
  display: block;
  font-weight: 900;
  font-size: 21px;
  line-height: 1;
  color: #000;
}

.h-index-w {
  font-family: "Anton";
  font-weight: 900;
  font-size: 44px;
  color: #fff;
  margin-bottom: 0.5em;
}
.h-index-w small {
  display: block;
  font-weight: 900;
  font-size: 21px;
  line-height: 1;
  color: #fff;
}

.section-about {
  background-color: #387dce;
  color: #fff;
  background-image: url("../images/index/sect-about-bg2024.jpg");
  background-position: top center;
  background-size: auto 200px;
  background-repeat: no-repeat;
  padding-top: 240px;
}

.section-about-text {
  background-color: #387dce;
}

.interview-nav a {
  display: block;
  position: relative;
  overflow: hidden;
}
.interview-nav a:before {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
}
.interview-nav a:after {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: 0;
  left: 0;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
}
.interview-nav .name-card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  background-color: rgba(56, 125, 206, 0.7);
  white-space: nowrap;
}
.interview-nav .name-card .join {
  display: block;
}
.interview-nav .name-card .position {
  font-size: 0.8em;
  margin-right: 0.8em;
}

.message-nav a {
  display: block;
  background-size: auto 200px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  padding-top: 200px;
}
.message-nav a:hover {
  text-decoration: none;
}
.message-nav .nav-president {
  background-image: url("../images/index/nav-president.jpg");
}
.message-nav .nav-president2 {
  background-image: url("../images/index/nav-president2.jpg");
}
.message-nav .nav-recruiter {
  background-image: url("../images/index/nav-recruiter.jpg");
}
.message-nav .title-card {
  width: 100%;
  height: auto;
  background-color: #387dce;
  color: #fff;
  padding: 15px;
}
.message-nav .title-card .h-index-w small {
  margin-bottom: 0.25rem;
}
.message-nav .title-card .name {
  font-size: 20px;
}
.message-nav .title-card small {
  display: block;
}
.message-nav a:hover .title-card {
  background-color: #689BD9;
}

.section-infographics {
  background-color: #387dce;
}

a.infographics-img {
  background-image: url("../images/index/infographics.png");
  background-size: cover;
  display: block;
  height: 248px;
  margin-bottom: -20px;
  border: solid 4px #387dce;
  transition: 0.2s;
}

a.infographics-img:hover {
  background-color: #fff !important;
  border: solid 4px #fff;
}

.section-recruit {
  background-image: url("../images/index/sect-recruit-bg.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit-nav {
  display: flex;
  flex-flow: row wrap;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.recruit-nav li {
  flex: 0 1 33.33%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.recruit-nav a {
  display: block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #387dce;
  color: #fff;
  font-size: 1rem;
  border-radius: 50%;
  white-space: nowrap;
  margin: 10px auto;
  text-decoration: none;
}
.recruit-nav a:hover {
  text-decoration: none;
  background-color: #689CD9;
}

.list-attention {
  list-style: none;
  font-size: 0.9rem;
}
.list-attention li {
  text-indent: -1em;
}
.list-attention li:before {
  content: "※";
  color: #990000;
}

a.faq-link:hover img {
  opacity: 0.7;
}

/* メディアクエリ */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 768px) {
  .interview-nav .name-card {
    transform: translateY(0) !important;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .index-news-list dt {
    font-weight: normal;
    float: left;
    margin-right: 1rem;
  }
  .index-news-list dd {
    padding-left: 10rem;
  }
  .section-about {
    padding-top: 3rem;
    background-color: #387dce;
    color: #fff;
    background-image: url("../images/index/sect-about-bg2024.jpg");
    background-position: top 0 right 52vw;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .interview-nav a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .interview-nav a:before {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
  }
  .interview-nav a:after {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 0;
    left: 0;
    border-left: solid 1px #999;
    border-bottom: solid 1px #999;
  }
  .interview-nav a:hover {
    display: block;
    position: relative;
    overflow: hidden;
    transition-duration: 1s;
  }
  .interview-nav a:hover:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    transition-duration: 0.5s;
  }
  .interview-nav a:hover:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-left: solid 1px #999;
    border-bottom: solid 1px #999;
    transition-duration: 0.5s;
  }
  .interview-nav .name-card {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    background-color: rgba(56, 125, 206, 0.7);
    transform: translateY(100%);
  }
  .interview-nav .name-card .join {
    display: block;
  }
  .interview-nav .name-card .position {
    font-size: 0.8em;
    margin-right: 0.8em;
  }
  .interview-nav a:hover .name-card {
    transform: translateY(0);
    transition-duration: 0.5s;
  }
  .message-nav a {
    display: block;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 0;
  }
  .message-nav a:hover {
    text-decoration: none;
  }
  .message-nav .title-card {
    width: 300px;
    height: 200px;
  }
  .section-recruit {
    background-position: right center;
  }
  .recruit-nav {
    display: flex;
    margin: 2rem 0;
    padding: 0;
    list-style: none;
  }
  .recruit-nav li {
    flex: 0 1 33.3%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .recruit-nav a {
    display: block;
    height: 200px;
    width: 200px;
    line-height: 200px;
    background-color: #387dce;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 50%;
    white-space: nowrap;
    margin: 10px auto;
    text-decoration: none;
  }
  .recruit-nav a:hover {
    text-decoration: none;
    background-color: #689CD9;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .message-nav a {
    display: block;
    background-size: auto 100%;
    background-position: 100px center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
  }
  .message-nav .title-card {
    width: 250px;
    height: 250px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .message-nav a {
    display: block;
    background-size: auto 100%;
    background-position: 100px center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
  }
}
/* Scss Document */
@media print {
  #gmenu-sp, .site-header, .page-header, .bread-section, .sub-section, .site-footer, .site-content-after, #btn-page-top {
    display: none !important;
  }
}/*# sourceMappingURL=base-style.css.map */