@charset "UTF-8";
/* メインカラー */
/* 背景カラー */
/* ボーダーカラー */
/* コンテンツ幅 */
/* レスポンシブポイント */
/* 変数 */
/*---------------------------------------------------------
 *　レイアウト
 ---------------------------------------------------------*/
#body-inside {
  position: relative;
}
.wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  zoom: 1;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 2%;
  }
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}
#main {
  width: 100%;
  float: left;
}
#main .main-inner {
  width: 100%;
  margin: 0;
}
#content {
  padding: 110px 0 0;
  background: #fff;
}
@media (max-width: 767px) {
  #content {
    padding: 0;
  }
}
/* レイアウト */
/* ----------------------------------------
 * ヘッダー部
 ---------------------------------------- */
#header {
  width: 100%;
  min-width: 1100px;
  height: 110px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #efefef;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /* desc header_tel */
  /* Header */
}
@media (max-width: 767px) {
  #header {
    min-width: auto;
    height: 60px;
    position: relative;
    background: #fff;
    border-bottom: none;
  }
}
#header h1#logo {
  float: left;
  font-size: 0 !important;
}
@media (max-width: 767px) {
  #header h1#logo {
    margin: 0px;
    display: inline;
  }
}
#header h1#logo a {
  color: #383838;
}
@media (max-width: 767px) {
  #header h1#logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 130px);
    display: inline-block;
    margin: 0px;
    color: #333;
    font-weight: bold;
  }
}
#header #logo a {
  display: inline-block;
  font-size: 32px;
  padding-left: 0;
  color: #333;
  font-weight: bold;
}
@media (max-width: 767px) {
  #header #logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 200px);
    margin: 10px;
  }
}
#header #header-sns {
  float: right;
}
#header #header-sns ul {
  padding: 0 0 10px;
}
#header #header-sns li {
  display: inline-block;
  margin-left: 30px;
  font-size: 21px;
}
#header #header-sns li a {
  color: #ccc;
}
#header #header-sns li a:hover {
  color: #57585a;
}
#header .desc {
  width: 550px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  float: left;
}
@media (max-width: 767px) {
  #header .desc {
    display: none;
  }
}
#header #header-menu-tog {
  display: none;
}
@media (max-width: 767px) {
  #header #header-menu-tog {
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
    float: right;
    z-index: 999;
  }
  #header #header-menu-tog a {
    display: block;
    width: 60px;
    height: 60px;
  }
  #header #header-menu-tog a.open {
    background: url('../images/navi_btn.png') no-repeat;
    background-size: contain;
  }
  #header #header-menu-tog a.close {
    background: url('../images/navi_btn_c.png') no-repeat;
    background-size: contain;
  }
}
#header .header_tel {
  display: inline-block;
  height: 50px;
  float: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  #header .header_tel {
    overflow: visible;
    position: relative;
  }
}
#header .header_tel img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #header .header_tel img {
    height: 60px;
  }
}
#header .header_tel span.mincho {
  font-size: 28px;
  color: #02165f;
  line-height: 40px;
}
#header .header_tel span.sub {
  font-size: 12px;
  color: #02165f;
  line-height: 40px;
  margin: 0 10px;
  vertical-align: top;
}
#header .btn_contact {
  display: inline-block;
  height: 50px;
  padding: 10px 40px;
  color: #fff;
  background: #ff7f00;
  z-index: 10;
}
@media (max-width: 767px) {
  #header {
    /* logo */
    /* header_tel */
    /* menu-tog */
  }
  #header .c_wrap {
    padding: 0;
  }
}
/* ヘッダー */
/* ----------------------------------------
 * gloval nav(PCグローバルナビゲーション)
 ---------------------------------------- */
#gnav {
  height: 50px;
  margin-top: 10px;
  float: right;
  background: none;
  border: none;
  z-index: 9999;
  font-size: 14px;
}
#gnav ul {
  margin: 0;
  padding: 0;
}
#gnav #gnav-container {
  height: 50px;
  overflow: visible;
}
#gnav #gnav-ul > li {
  float: left;
  display: inline-block;
  position: static;
  text-align: center;
  height: 50px;
  width: 145px;
  background: none;
  padding: 0;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
#gnav #gnav-ul > li:last-child {
  border-right: 1px solid #ccc;
}
#gnav #gnav-ul > li > a {
  display: block;
  border-top: none;
  margin: 0;
  padding: 0;
  color: #2b2d2d;
  background: none;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 50px;
}
#gnav #gnav-ul > li > a:hover {
  color: #2b2d2d;
  border: none;
}
#gnav #gnav-ul > li.menu-item-has-children {
  position: static;
}
#gnav #gnav-ul > li.menu-item-has-children .sub-menu {
  margin: 0;
  padding: 0;
  background: #f2f3f7;
  font-size: 14px;
  width: 100%;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu {
  display: none;
  width: 1100px;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 30px 30px 30px;
  margin: auto;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li {
  display: block;
  text-align: left;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li a {
  display: block;
  width: 100%;
  padding-left: 2px;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li a::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 14px;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li a[href="#"] {
  cursor: default;
  text-decoration: none;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li a[href="#"]::before {
  content: "";
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li a[href="#"]:hover {
  opacity: 1;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li .sub-menu {
  display: block;
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-weight: normal;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li .sub-menu > li {
  width: 100%;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li .sub-menu > li > a {
  display: block;
  width: 100%;
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu li.sp-menu-item {
  display: none;
}
@media (max-width: 767px) {
  #gnav #gnav-ul > li.menu-item-has-children > .sub-menu li.sp-menu-item {
    display: block;
  }
}
#gnav #gnav-ul > li.menu-item-has-children > .sub-menu > li {
  width: 33%;
  flex-wrap: wrap;
  padding: 1rem;
  font-size: 16px;
  text-align: center;
}
#gnav #gnav-ul > li.menu-item-has-children > a {
  position: relative;
}
#gnav #gnav-ul > li.menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  bottom: -16px;
  left: 50%;
  margin-left: -0.4rem;
}
#gnav #gnav-ul > li.menu-item-has-children:hover:hover a::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#gnav #gnav-ul > li.menu-item-has-children:hover > .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
#gnav #gnav-ul > li.menu-item-has-children.gnav-about > .sub-menu > li {
  text-align: left;
}
/**----------------------------------------------
 * gnav_spスマホ時メニュー
 ----------------------------------------------*/
#gnav_sp {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  background: rgba(25, 25, 25, 0.9);
  padding: 80px 10px 60px;
  z-index: 9;
  top: -2px;
  overflow-y: auto;
  height: 100vh;
}
#gnav_sp .wrap {
  margin: 0;
}
#gnav_sp ul li {
  float: none;
  width: 100%;
  position: relative;
  margin-right: 0;
  padding: 0;
  border-bottom: 1px #e5e5e5 solid;
}
#gnav_sp ul li:first-child {
  border-top: 1px #e5e5e5 solid;
}
#gnav_sp ul li a {
  display: block;
  width: 100%;
  border-top: none;
  background: none;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
#gnav_sp ul li.current-menu-item {
  background: none;
}
#gnav_sp ul li.current-menu-item a {
  border-top: none;
}
#gnav_sp ul li.menu-item-has-children > a {
  position: relative;
  font-weight: bold;
}
#gnav_sp ul li.menu-item-has-children > a:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 14px;
  position: absolute;
  right: 0;
}
#gnav_sp ul li.menu-item-has-children.open > a:after {
  content: '\f107';
}
#gnav_sp ul li.menu-item-has-children.open > .sub-menu {
  display: block;
}
#gnav_sp ul li .sub-menu {
  display: none;
  position: relative;
  width: auto;
  margin-left: 0px;
  background: none;
  border: none;
  border-bottom: none;
}
#gnav_sp ul li .sub-menu li {
  float: none;
  margin-right: 0;
}
#gnav_sp ul li .sub-menu li:last-child a {
  border-bottom: none;
}
#gnav_sp ul li .sub-menu li a {
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: none;
  padding: 12px 10px;
}
#gnav_sp ul li .sub-menu li a:hover {
  background: none;
  color: #fff;
  box-shadow: 0;
}
#gnav_sp ul li .sub-menu li a:active {
  color: #fff;
}
#gnav_sp ul li .sub-menu li.menu-item-has-children a {
  font-weight: normal;
  padding-left: 2em;
}
#gnav_sp ul li .sub-menu li.menu-item-has-children a:before {
  content: '- ';
}
#gnav_sp ul li .sub-menu li.menu-item-has-children > a {
  font-weight: bold;
  padding-left: 1em;
}
#gnav_sp ul li .sub-menu li.menu-item-has-children > a:before {
  content: '';
}
#gnav_sp ul li .sub-menu li .sub-menu {
  left: auto;
  top: auto;
}
/* global nav */
/* ----------------------------------------
 * パンくずリスト
 ---------------------------------------- */
.breadcrumb {
  margin: 0;
  overflow: hidden;
  line-height: 22px;
  padding: 15px 0;
  font-size: 14px;
  background: #f2f3f7;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
  list-style: none;
  display: inline-block;
  color: #333;
}
.breadcrumb li a {
  color: #333;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #333;
}
/* パンくず */
/* ----------------------------------------
 * フッター
 ---------------------------------------- */
/* ----------------------------------------
 * フッターお問い合わせ
 ---------------------------------------- */
#footer_contact {
  clear: both;
  height: 480px;
  padding: 50px 0;
  color: #fff;
  background: url('../images/top_contact_back.jpg') top center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #footer_contact {
    margin: 0;
    height: auto;
    padding: 30px 0;
    background: rgba(19, 37, 107, 0.8);
    background: url('../images/top_contact_back_sp.jpg') top center no-repeat;
  }
}
#footer_contact .top_contact {
  max-width: 970px;
  height: 320px;
  margin: 0 auto;
  background: rgba(19, 37, 107, 0.8);
}
@media (max-width: 767px) {
  #footer_contact .top_contact {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
#footer_contact .top_contact h2.center {
  color: #fff;
  background: inherit;
  padding: inherit;
  position: relative;
  font-weight: 600;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  #footer_contact .top_contact h2.center {
    padding-top: 0;
  }
}
#footer_contact .top_contact h2.center:before {
  content: '';
  background: none;
}
@media (max-width: 767px) {
  #footer_contact .top_contact p {
    font-size: 16px;
    text-align: left;
  }
}
#footer_contact .top_contact .sub_title {
  color: #fff;
}
@media (max-width: 767px) {
  #footer_contact .top_contact .sub_title {
    margin: 5px 0;
  }
}
#footer_contact .top_contact .top {
  padding-top: 25px;
  height: 240px;
}
@media (max-width: 767px) {
  #footer_contact .top_contact .top {
    padding-top: 0;
    height: auto;
  }
}
#footer_contact .top_contact .contact_tel {
  width: 50%;
  height: 80px;
  float: left;
  line-height: 80px;
  text-align: center;
  margin-top: 0px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
  #footer_contact .top_contact .contact_tel {
    float: none;
    width: 95%;
    margin: 10px auto;
    border: 1px solid #ccc;
    line-height: 30px;
    padding-top: 10px;
  }
}
#footer_contact .top_contact .contact_tel .number.mincho {
  font-size: 32px;
  line-height: 80px;
  color: #fff;
}
@media (max-width: 767px) {
  #footer_contact .top_contact .contact_tel .number.mincho {
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
  }
}
#footer_contact .top_contact .contact_tel .sub {
  display: inline-block;
  padding: 5px;
  line-height: 1.2;
  font-size: 13px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-bottom: 14px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #footer_contact .top_contact .contact_tel .sub {
    margin: 0 20px;
  }
}
#footer_contact .top_contact .contact_tel a img {
  display: inline-block;
  margin: 0 5px 13px 0;
}
@media (max-width: 767px) {
  #footer_contact .top_contact .contact_tel a img {
    margin-bottom: 0;
  }
}
#footer_contact .top_contact .contact_mail {
  width: 50%;
  height: 80px;
  float: right;
  text-align: center;
  margin-top: 0px;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  #footer_contact .top_contact .contact_mail {
    float: none;
    width: 95%;
    margin: 10px auto;
    padding-top: 12px;
    border: 1px solid #ccc;
  }
}
#footer_contact .top_contact .contact_mail a {
  display: inline-block;
  line-height: 80px;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767px) {
  #footer_contact .top_contact .contact_mail a {
    line-height: 50px;
    font-size: 18px;
  }
}
/* ----------------------------------------
 * フッターコース紹介
 ---------------------------------------- */
#footer_course {
  padding: 50px 0;
}
.top_course {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.top_course .course_item_inner {
  padding-top: 50px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top_course .course_item_inner {
    padding-top: 30px;
    position: relative;
  }
}
.top_course .course_item {
  width: 30%;
}
@media (max-width: 767px) {
  .top_course .course_item {
    width: 100%;
  }
}
.top_course .course_item .left {
  width: 49.99%;
  background: #f2f3f7;
  float: left;
  text-align: center;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .top_course .course_item .left {
    position: static;
  }
}
.top_course .course_item .left .number {
  position: absolute;
  top: -65px;
  left: 30%;
  font-size: 32px;
  font-style: italic;
  color: #7983ab;
}
@media (max-width: 767px) {
  .top_course .course_item .left .number {
    width: 2.5em;
    /*40px;*/
    padding: 0;
    text-align: center;
    top: -33px;
    left: calc(50% - 40px);
  }
}
.top_course .course_item .left h3 {
  padding: 40px 15px;
  color: #021561;
  text-align: center;
  line-height: 1.2;
  font-size: 2rem;
  margin: 0.5em 0;
  border: none;
}
.top_course .course_item .left .details {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #021561;
  color: #fff;
  padding: 0 10px;
  background-image: url('../images/arrow.png');
  background-size: 18px;
  background-position: right 10px top 15px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.top_course .course_item .right {
  width: 49.99%;
  float: right;
}
.top_course .course_item .right img {
  width: 100%;
}
.top_course .course_item p {
  text-align: left;
  color: #000;
  margin: 1em 0.5em;
}
@media (max-width: 767px) {
  .top_course .course_item p {
    margin-bottom: 0;
    line-height: 1.5;
  }
}
.top_course .course_item a {
  display: block;
}
.top_course .course_item a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.top_course .course_item .course-copy {
  display: none;
}
@media (max-width: 767px) {
  .top_course .course_item .course-copy {
    display: block;
  }
}
/* .top_course */
/**---------------------------------------------------------
 * Footer
 ---------------------------------------------------------*/
#footer {
  padding: 50px 0 50px;
  position: relative;
  color: #666;
  background: #001661;
  overflow: hidden;
  /* footer02 */
}
#footer h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
#footer h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
  padding-left: 13px;
  background: url('../images/arrow_ss.png') left center no-repeat;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #2581c4;
}
#footer .c_wrap {
  position: relative;
}
#footer .footer-logo {
  font-size: 36px;
  color: #333;
}
#footer .footer-logo a {
  font-size: 36px;
  color: #333;
}
#footer .footer-address {
  display: block;
  width: 350px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.2;
}
#footer .footer-address .title {
  font-size: 18px;
}
#footer .footer-address .sub {
  font-size: 12px;
}
#footer .footer-address p {
  padding: 0;
  margin: 0 0 7px 0;
  font-weight: bold;
}
#footer .footer-map {
  padding: 10px 0;
}
#footer .footer02 {
  display: inline-block;
  width: 100%;
  float: right;
}
/**---------------------------------------------------------
 * Footer Menu
 ---------------------------------------------------------*/
#footer .footer-menu {
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  #footer {
    padding: 0;
  }
  #footer .c_wrap {
    padding: 0;
  }
}
#footer-nav-top {
  display: flex;
  border-bottom: 2px solid #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #footer-nav-top {
    display: block;
    background: #001661;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
#footer-nav-top > li {
  width: 16rem;
  display: block;
}
@media (max-width: 767px) {
  #footer-nav-top > li {
    width: 100%;
    border-bottom: 1px solid #888;
  }
  #footer-nav-top > li a {
    display: block;
    text-align: center;
    line-height: 3em;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
#footer-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  #footer-nav {
    display: block;
    max-height: none;
  }
}
#footer-nav li.link-parent:before {
  content: '■';
  display: inline;
  margin-right: 0.5em;
  width: 2em;
}
@media (max-width: 767px) {
  #footer-nav li.link-parent:before {
    content: none;
  }
}
#footer-nav li.link-child:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 14px;
  display: inline;
  margin-right: 0;
  width: 1em;
}
@media (max-width: 767px) {
  #footer-nav li.link-child:before {
    content: none;
  }
}
#footer-nav > li {
  display: block;
  width: 25%;
  margin: 0 0 20px;
  background: none;
}
@media (max-width: 767px) {
  #footer-nav > li {
    width: 100%;
    border-bottom: 1px solid #888;
    margin-bottom: 0;
  }
}
#footer-nav > li a {
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding-left: 0;
  color: #fff;
}
@media (max-width: 767px) {
  #footer-nav > li a {
    display: block;
    height: auto;
    text-align: center;
    line-height: 3em;
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #footer-nav > li.menu-item-has-children > a {
    color: #fff;
    text-decoration: none;
    position: relative;
    text-align: center;
  }
  #footer-nav > li.menu-item-has-children > a:after {
    margin-left: 1em;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  #footer-nav > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after {
    margin-left: 1em;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  #footer-nav > li.menu-item-has-children .sub-menu > li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #footer-nav > li.menu-item-has-children .sub-menu {
    display: none;
  }
  #footer-nav > li.menu-item-has-children.open > .sub-menu, #footer-nav > li.menu-item-has-children.open > .sub-menu > li > .sub-menu, #footer-nav > li.menu-item-has-children.open > .sub-menu > li > .sub-menu > li.open > .sub-menu {
    display: block;
  }
  #footer-nav > li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
#footer-nav > li > ul.sub-menu {
  display: block;
}
#footer-nav > li > ul.sub-menu li {
  display: block;
}
#footer-nav > li > ul.sub-menu li.sp-menu-item {
  display: none;
}
@media (max-width: 767px) {
  #footer-nav > li > ul.sub-menu li.sp-menu-item {
    display: block;
  }
}
#footer-nav > li > ul.sub-menu li a {
  margin-left: 8px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
}
#footer-nav > li > ul.sub-menu li.menu-folder > a {
  font-weight: bold;
}
#footer-nav > li > ul.sub-menu li.menu-folder > .sub-menu {
  margin-left: 1em;
}
@media (max-width: 767px) {
  #footer-nav > li > ul.sub-menu li.menu-folder > .sub-menu {
    margin-left: 0;
  }
}
#footer-nav > li > ul.sub-menu > li {
  margin: 0;
}
#footer-nav > li > ul.sub-menu > li.column {
  width: 50%;
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  #footer-nav > li > ul.sub-menu > li.column {
    width: 100%;
    display: block;
    float: none;
  }
}
#footer-nav > li > ul.sub-menu > li.column > a {
  display: none;
}
#footer-nav > li:nth-child(1) {
  width: 50%;
}
@media (max-width: 767px) {
  #footer-nav > li:nth-child(1) {
    width: 100%;
  }
}
#footer-nav li.sp-down.no-click > a {
  cursor: default;
}
#footer-nav li.sp-down.no-click > a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  #footer-nav li.sp-down.no-click > a {
    cursor: pointer;
  }
  #footer-nav li.sp-down.no-click > a:hover {
    color: #2581c4;
  }
}
/**---------------------------------------------------------
 * Footer copy
 ---------------------------------------------------------*/
.footer-copy {
  margin: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-copy {
    font-size: 1rem;
  }
}
/* フッター */
/*=========================================================
 *		フロントページ専用スタイル
 * =======================================================*/
.home #content {
  padding: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .home #content {
    padding: 0 0.5em;
  }
}
.home h2 {
  font-weight: 600;
  font-size: 2.8rem;
}
.home h3 {
  font-weight: 600;
  font-size: 2.4rem;
}
.home a.link_btn {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
  padding: 15px 90px;
  background-image: url('../images/arrow.png');
  background-size: 20px;
  background-position: right 50px top 25px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .home a.link_btn {
    padding: 15px 20px;
    width: 80%;
  }
}
.home a:hover {
  opacity: 0.5;
  text-decoration: none;
}
/*-------------------------------------------------------------------
 * Front Page 
 -------------------------------------------------------------------*/
/* Main Visual */
#main_visual {
  width: 100%;
  margin: 110px 0 0;
  padding: 0;
  height: 31.25vw;
  position: relative;
  background: url('../images/main_visual_back.jpg') top center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #main_visual {
    margin: 0;
    height: 80vw;
    background: url('../images/main_visual_back_s.jpg') top center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
}
#main_visual #top_mission {
  width: 770px;
  height: 330px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 65px;
  background: url('../images/top_mission_back.png') top 10px center no-repeat;
}
@media (max-width: 767px) {
  #main_visual #top_mission {
    display: none;
  }
}
#main_visual #top_mission h1 {
  display: inline;
  line-height: 3.9;
  font-size: 30px !important;
  padding: 15px 0;
  color: #fff !important;
  margin: 40px 0;
}
/* #main_visual */
/* Top Course */
#top_course {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #top_course {
    padding: 30px 0;
  }
}
/* Top Service */
#top_service {
  padding: 80px 0;
  background: #f2f3f7 url('../images/service_back.gif') top 220px center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #top_service {
    padding: 3rem 1rem;
    margin-top: 2rem;
  }
}
#top_service h2 {
  color: #0f2d48;
}
@media (max-width: 767px) {
  #top_service h2 {
    font-size: 2.2rem;
    line-height: 1.5em;
  }
}
#top_service .sub {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  #top_service .sub {
    text-align: left;
    padding: 15px 0;
  }
}
.sub_title {
  text-align: center;
  font-size: 12px;
  margin: 15px 0;
  font-style: italic;
  color: #7983ab;
}
@media (max-width: 767px) {
  .sub_title {
    margin: 10px 0;
  }
}
.top_service {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top_service {
    display: block;
  }
}
.top_service .service_item {
  width: 28.5%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top_service .service_item {
    display: block;
    width: 100%;
  }
}
.top_service .service_item a {
  display: block;
}
.top_service .service_item a.item_sub {
  margin: 4px 0;
  border-left: 2px solid #021561;
  padding: 10px 20px;
  background: #fff;
}
.top_service .service_item h3 {
  margin: 0;
  padding: 6px 0;
  font-size: 18px !important;
  color: #fff !important;
  background: #021561;
  text-align: center;
}
.top_service .service_item .read {
  line-height: 1.5;
  margin: 1em 0;
  height: 4em;
}
.top_service .service_item .item_sub {
  margin: 4px 0;
  border-left: 2px solid #021561;
  padding: 10px 20px;
  background: #fff;
}
/* Top About */
#top_about {
  height: 465px;
  padding: 50px 0;
  background: url('../images/top_about_back.jpg') top center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #top_about {
    height: auto;
    padding: 3rem 0.5rem;
  }
}
#top_about h2 {
  color: #fff;
}
@media (max-width: 767px) {
  #top_about h2 {
    font-size: 2.2rem;
    line-height: 1.5em;
  }
}
#top_about p {
  color: #fff;
}
#top_about .sub_title {
  color: #fff;
}
#top_about .sub {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #top_about .sub {
    text-align: left;
    padding: 0;
  }
}
#top_about .link_btn {
  border: 1px solid #fff;
  color: #fff;
}
/**---------------------------------------------------------
 * Top Consultant
 ---------------------------------------------------------*/
#top_consultant {
  background: #f2f3f7;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #top_consultant {
    padding: 30px 0;
  }
}
#top_consultant .link_btn {
  border: 1px solid #666;
  background: url('../images/arrow_b.png') no-repeat;
  color: #021561;
  background-size: 25px;
  background-position: right 30px top 25px;
}
@media (max-width: 767px) {
  #top_consultant .link_btn {
    color: #0f2d48;
    background-image: url('../images/arrow_b.png');
  }
}
.top_consultant {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top_consultant {
    margin: 0 -2%;
  }
  .top_consultant .sub_title {
    text-align: left;
  }
}
.top_consultant .item {
  width: 12.5%;
}
@media (max-width: 767px) {
  .top_consultant .item {
    width: 50%;
  }
  .top_consultant .item.top_pc {
    display: none;
  }
  .top_consultant .item.top_pc.top_sp {
    display: inline-block;
  }
}
.top_consultant .item h3 {
  margin: 0;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  background: #021561;
  text-align: center;
}
.top_consultant .item:nth-child(even) h3 {
  background: #000d3e;
}
/* フロントページ */
/* Post Content */
.entry-header {
  padding: 0;
  margin-bottom: 0;
}
.entry-header a {
  color: #383838;
}
.entry-header a:hover {
  color: #f24e4f;
  text-decoration: none;
}
/**---------------------------------------------------------
 * Page
 ---------------------------------------------------------*/
.page .entry-header, .error404 .entry-header, .archive .entry-header, .single .entry-header {
  position: relative;
  padding: 0;
  line-height: 2;
  margin-bottom: 0;
  background: #fff;
  min-height: 100px;
}
.page .entry-header h1, .error404 .entry-header h1, .archive .entry-header h1, .single .entry-header h1 {
  color: #001661;
  font-size: 4.2rem;
  font-weight: bold;
  position: absolute;
  top: 80%;
  margin: 0;
  padding: 0 0.5em;
  width: 20em;
  line-height: 1.3;
  text-align: center;
}
.page .has-post-thumbnail .entry-header img, .error404 .has-post-thumbnail .entry-header img, .archive .has-post-thumbnail .entry-header img, .single .has-post-thumbnail .entry-header img {
  position: relative;
}
.page .has-post-thumbnail .entry-header img.sp-thumb, .error404 .has-post-thumbnail .entry-header img.sp-thumb, .archive .has-post-thumbnail .entry-header img.sp-thumb, .single .has-post-thumbnail .entry-header img.sp-thumb {
  display: none;
}
.page .has-post-thumbnail .entry-header h1, .error404 .has-post-thumbnail .entry-header h1, .archive .has-post-thumbnail .entry-header h1, .single .has-post-thumbnail .entry-header h1 {
  background-color: #001661;
  opacity: 0.8;
  color: #fff;
}
@media (max-width: 767px) {
  .page .entry-header h1, .error404 .entry-header h1, .archive .entry-header h1, .single .entry-header h1 {
    transform: none;
    left: 0;
    top: auto;
    bottom: 10px;
    font-size: 2.4rem;
    text-align: left;
    width: 90%;
  }
  .page .has-sp-post-thumbnail .entry-header img.attachment-post-thumbnail, .error404 .has-sp-post-thumbnail .entry-header img.attachment-post-thumbnail, .archive .has-sp-post-thumbnail .entry-header img.attachment-post-thumbnail, .single .has-sp-post-thumbnail .entry-header img.attachment-post-thumbnail {
    display: none;
  }
  .page .has-sp-post-thumbnail .entry-header img.sp-thumb, .error404 .has-sp-post-thumbnail .entry-header img.sp-thumb, .archive .has-sp-post-thumbnail .entry-header img.sp-thumb, .single .has-sp-post-thumbnail .entry-header img.sp-thumb {
    display: block;
  }
}
.page .entry-content, .error404 .entry-content, .archive .entry-content, .single .entry-content {
  padding: 0;
  overflow: visible;
  line-height: 2;
  margin-top: 50px;
  /*
   セクションの上下を開ける
   */
}
@media (max-width: 767px) {
  .page .entry-content, .error404 .entry-content, .archive .entry-content, .single .entry-content {
    width: auto;
    padding: 15px 5px 5px;
    margin-top: 25px;
  }
}
.page .entry-content .container, .error404 .entry-content .container, .archive .entry-content .container, .single .entry-content .container {
  overflow: hidden;
}
.page .entry-content .container:after, .error404 .entry-content .container:after, .archive .entry-content .container:after, .single .entry-content .container:after {
  content: '';
  clear: both;
}
.page .entry-content p, .error404 .entry-content p, .archive .entry-content p, .single .entry-content p {
  line-height: 1.75;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page .entry-content p, .error404 .entry-content p, .archive .entry-content p, .single .entry-content p {
    line-height: 1.5;
  }
}
.page .entry-content strong, .error404 .entry-content strong, .archive .entry-content strong, .single .entry-content strong {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.page .entry-content strong.catch, .error404 .entry-content strong.catch, .archive .entry-content strong.catch, .single .entry-content strong.catch {
  clear: both;
  display: block;
  margin: 0.5em 0;
  padding: 0 0 12px;
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  color: #001661;
  background: none;
}
@media (max-width: 767px) {
  .page .entry-content strong.catch, .error404 .entry-content strong.catch, .archive .entry-content strong.catch, .single .entry-content strong.catch {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.page .entry-content h1, .error404 .entry-content h1, .archive .entry-content h1, .single .entry-content h1 {
  clear: both;
}
.page .entry-content h2, .error404 .entry-content h2, .archive .entry-content h2, .single .entry-content h2 {
  padding: 10px 20px;
  clear: both;
  font-weight: 600;
  font-size: 2.4rem;
  background-color: #001661;
  color: #fff;
  border-left: 8px solid;
  border-image: linear-gradient(180deg, #eaeaf2, #8e98bb);
  border-image-slice: 0 0 0 10;
  margin: 60px 0 0.5em 0;
}
@media (max-width: 767px) {
  .page .entry-content h2, .error404 .entry-content h2, .archive .entry-content h2, .single .entry-content h2 {
    margin: 30px 0 0.5em 0;
    padding: 5px 10px;
    line-height: 1.6em;
    font-size: 2.2rem;
  }
}
.page .entry-content h3, .error404 .entry-content h3, .archive .entry-content h3, .single .entry-content h3 {
  padding: 10px 20px;
  margin: 0.5em 0;
  border: 1px solid #ccc;
  border-left: 3px solid #001661;
  clear: both;
  font-weight: 600;
  font-size: 2.4rem;
  color: #001661;
}
@media (max-width: 767px) {
  .page .entry-content h3, .error404 .entry-content h3, .archive .entry-content h3, .single .entry-content h3 {
    line-height: 1.6em;
    padding: 5px 10px;
    font-size: 2rem;
  }
}
.page .entry-content h4, .error404 .entry-content h4, .archive .entry-content h4, .single .entry-content h4 {
  margin: 0.5em 0;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  font-size: 1.8rem;
  color: #001661;
}
@media (max-width: 767px) {
  .page .entry-content h4, .error404 .entry-content h4, .archive .entry-content h4, .single .entry-content h4 {
    line-height: 1.6em;
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
.page .entry-content ul, .error404 .entry-content ul, .archive .entry-content ul, .single .entry-content ul {
  list-style: disc;
  padding-left: 40px;
}
.page .entry-content ol, .error404 .entry-content ol, .archive .entry-content ol, .single .entry-content ol {
  list-style: decimal;
  padding-left: 40px;
}
.page .entry-content .s_list li, .error404 .entry-content .s_list li, .archive .entry-content .s_list li, .single .entry-content .s_list li, .page .entry-content .point li, .error404 .entry-content .point li, .archive .entry-content .point li, .single .entry-content .point li {
  padding: 10px 20px;
  padding-left: 15px;
  margin: 0.5em 0;
  background-color: #f2f3f7;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  font-size: 1.8rem;
  color: #001661;
}
@media (max-width: 767px) {
  .page .entry-content .s_list li, .error404 .entry-content .s_list li, .archive .entry-content .s_list li, .single .entry-content .s_list li, .page .entry-content .point li, .error404 .entry-content .point li, .archive .entry-content .point li, .single .entry-content .point li {
    line-height: 1.4em;
  }
}
.page .entry-content ul.s_list, .error404 .entry-content ul.s_list, .archive .entry-content ul.s_list, .single .entry-content ul.s_list, .page .entry-content ol.s_list, .error404 .entry-content ol.s_list, .archive .entry-content ol.s_list, .single .entry-content ol.s_list, .page .entry-content ul.point, .error404 .entry-content ul.point, .archive .entry-content ul.point, .single .entry-content ul.point, .page .entry-content ol.point, .error404 .entry-content ol.point, .archive .entry-content ol.point, .single .entry-content ol.point {
  list-style: none;
  margin-left: 0;
  margin: 2rem auto;
  padding-left: 0;
}
@media (max-width: 767px) {
  .page .entry-content ul.s_list li, .error404 .entry-content ul.s_list li, .archive .entry-content ul.s_list li, .single .entry-content ul.s_list li {
    padding-left: 2em;
    text-indent: -1.3em;
  }
}
.page .entry-content ul.s_list li:before, .error404 .entry-content ul.s_list li:before, .archive .entry-content ul.s_list li:before, .single .entry-content ul.s_list li:before {
  content: url('../images/h4_dot.png');
  width: 15px;
  margin-right: 0.5em;
}
.page .entry-content ol.s_list, .error404 .entry-content ol.s_list, .archive .entry-content ol.s_list, .single .entry-content ol.s_list {
  counter-reset: number;
}
.page .entry-content ol.s_list li, .error404 .entry-content ol.s_list li, .archive .entry-content ol.s_list li, .single .entry-content ol.s_list li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 46px;
}
.page .entry-content ol.s_list li:before, .error404 .entry-content ol.s_list li:before, .archive .entry-content ol.s_list li:before, .single .entry-content ol.s_list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background-color: #021561;
  color: white;
  font-weight: normal;
  font-size: 15px;
  left: 0.5em;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #021561;
  border-radius: 0.5em;
}
.page .entry-content ol.point, .error404 .entry-content ol.point, .archive .entry-content ol.point, .single .entry-content ol.point {
  display: flex;
  counter-reset: number;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .page .entry-content ol.point, .error404 .entry-content ol.point, .archive .entry-content ol.point, .single .entry-content ol.point {
    display: block;
  }
}
.page .entry-content ol.point li, .error404 .entry-content ol.point li, .archive .entry-content ol.point li, .single .entry-content ol.point li {
  position: relative;
  margin: 0 15px;
  padding: 2rem;
  border: none;
  color: #666;
  font-weight: normal;
}
@media (max-width: 767px) {
  .page .entry-content ol.point li, .error404 .entry-content ol.point li, .archive .entry-content ol.point li, .single .entry-content ol.point li {
    margin-bottom: 4rem;
  }
}
.page .entry-content ol.point li:before, .error404 .entry-content ol.point li:before, .archive .entry-content ol.point li:before, .single .entry-content ol.point li:before {
  position: absolute;
  counter-increment: number;
  content: "Point" counter(number);
  display: inline-block;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  font-size: 26px;
  color: #9a9eb5;
  font-family: "Sawarabi Mincho";
  font-style: italic;
  background-color: initial;
  border: none;
  margin-top: -0.5rem;
  text-align: center;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page .entry-content ol.point li .title, .error404 .entry-content ol.point li .title, .archive .entry-content ol.point li .title, .single .entry-content ol.point li .title {
  color: #001661;
  font-weight: bold;
  text-align: center;
}
.page .entry-content .highlight, .error404 .entry-content .highlight, .archive .entry-content .highlight, .single .entry-content .highlight {
  background-color: #f2f3f7;
  padding: 2rem;
}
.page .entry-content table, .error404 .entry-content table, .archive .entry-content table, .single .entry-content table {
  border: none;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  max-width: 100%;
  margin: 4rem auto;
}
@media (max-width: 767px) {
}
.page .entry-content table th, .error404 .entry-content table th, .archive .entry-content table th, .single .entry-content table th, .page .entry-content table td, .error404 .entry-content table td, .archive .entry-content table td, .single .entry-content table td {
  padding: 11px 16px;
  border: none;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.page .entry-content table th, .error404 .entry-content table th, .archive .entry-content table th, .single .entry-content table th {
  padding: 11px 3rem 11px 3rem;
  background: #f2f3f7;
  color: #333;
  width: 25%;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .page .entry-content table th, .error404 .entry-content table th, .archive .entry-content table th, .single .entry-content table th, .page .entry-content table td, .error404 .entry-content table td, .archive .entry-content table td, .single .entry-content table td {
    display: block;
    width: 100%;
    padding: 4px 1rem;
    line-height: 1.5;
  }
}
.page .entry-content table.table-horizon th, .error404 .entry-content table.table-horizon th, .archive .entry-content table.table-horizon th, .single .entry-content table.table-horizon th, .page .entry-content table.table-horizon td, .error404 .entry-content table.table-horizon td, .archive .entry-content table.table-horizon td, .single .entry-content table.table-horizon td {
  border-left: #ccc solid 1px;
}
.page .entry-content table.table-horizon th:first-child, .error404 .entry-content table.table-horizon th:first-child, .archive .entry-content table.table-horizon th:first-child, .single .entry-content table.table-horizon th:first-child, .page .entry-content table.table-horizon td:first-child, .error404 .entry-content table.table-horizon td:first-child, .archive .entry-content table.table-horizon td:first-child, .single .entry-content table.table-horizon td:first-child {
  border-left: none;
}
.page .entry-content img.alignleft, .error404 .entry-content img.alignleft, .archive .entry-content img.alignleft, .single .entry-content img.alignleft {
  float: left;
  margin-right: 15px;
}
.page .entry-content img.alignright, .error404 .entry-content img.alignright, .archive .entry-content img.alignright, .single .entry-content img.alignright {
  float: right;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .page .entry-content img.aligncenter, .error404 .entry-content img.aligncenter, .archive .entry-content img.aligncenter, .single .entry-content img.aligncenter {
    width: 100%;
  }
}
.page .entry-content a, .error404 .entry-content a, .archive .entry-content a, .single .entry-content a {
  color: #0000cd;
  text-decoration: underline;
}
.page .entry-content a.link_btn, .error404 .entry-content a.link_btn, .archive .entry-content a.link_btn, .single .entry-content a.link_btn {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  background-color: #021561;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  margin: 20px 0;
  padding: 15px 90px;
  vertical-align: middle;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page .entry-content a.link_btn, .error404 .entry-content a.link_btn, .archive .entry-content a.link_btn, .single .entry-content a.link_btn {
    margin: 10px 0;
    padding: 10px 15px;
  }
}
.page .entry-content a.link_btn a, .error404 .entry-content a.link_btn a, .archive .entry-content a.link_btn a, .single .entry-content a.link_btn a {
  color: #fff;
}
.page .entry-content a.link_btn:after, .error404 .entry-content a.link_btn:after, .archive .entry-content a.link_btn:after, .single .entry-content a.link_btn:after {
  content: url('../images/arrow.png');
  position: absolute;
  display: inline-block;
  width: 25px;
}
.page .entry-content a.link_btn.small, .error404 .entry-content a.link_btn.small, .archive .entry-content a.link_btn.small, .single .entry-content a.link_btn.small {
  display: inline;
  padding: 15px 2.5em;
}
.page .entry-content a.link_btn.green, .error404 .entry-content a.link_btn.green, .archive .entry-content a.link_btn.green, .single .entry-content a.link_btn.green {
  background-color: green;
}
.page .entry-content a.link_btn.orange, .error404 .entry-content a.link_btn.orange, .archive .entry-content a.link_btn.orange, .single .entry-content a.link_btn.orange {
  background-color: #ff7f00;
}
.page .entry-content a:hover, .error404 .entry-content a:hover, .archive .entry-content a:hover, .single .entry-content a:hover {
  opacity: 0.5;
}
.page .entry-content section, .error404 .entry-content section, .archive .entry-content section, .single .entry-content section {
  margin: 100px auto;
}
@media (max-width: 767px) {
  .page .entry-content section, .error404 .entry-content section, .archive .entry-content section, .single .entry-content section {
    margin: 3rem auto;
  }
}
.page .entry-content .row, .error404 .entry-content .row, .archive .entry-content .row, .single .entry-content .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .page .entry-content .row, .error404 .entry-content .row, .archive .entry-content .row, .single .entry-content .row {
    display: block;
    margin: 0;
  }
}
.page .entry-content .col, .error404 .entry-content .col, .archive .entry-content .col, .single .entry-content .col {
  padding: 15px;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .page .entry-content .col, .error404 .entry-content .col, .archive .entry-content .col, .single .entry-content .col {
    display: block;
    padding: 0;
    margin-bottom: 50px;
  }
}
.page .entry-content .col .center, .error404 .entry-content .col .center, .archive .entry-content .col .center, .single .entry-content .col .center {
  text-align: center;
}
.page .entry-content .col.col-1, .error404 .entry-content .col.col-1, .archive .entry-content .col.col-1, .single .entry-content .col.col-1 {
  flex-basis: 10%;
}
.page .entry-content .col.col-2, .error404 .entry-content .col.col-2, .archive .entry-content .col.col-2, .single .entry-content .col.col-2 {
  flex-basis: 20%;
}
.page .entry-content .col.col-3, .error404 .entry-content .col.col-3, .archive .entry-content .col.col-3, .single .entry-content .col.col-3 {
  flex-basis: 30%;
}
.page .entry-content .col.col-4, .error404 .entry-content .col.col-4, .archive .entry-content .col.col-4, .single .entry-content .col.col-4 {
  flex-basis: 40%;
}
.page .entry-content .col.col-5, .error404 .entry-content .col.col-5, .archive .entry-content .col.col-5, .single .entry-content .col.col-5 {
  flex-basis: 50%;
}
.page .entry-content .col.col-6, .error404 .entry-content .col.col-6, .archive .entry-content .col.col-6, .single .entry-content .col.col-6 {
  flex-basis: 60%;
}
.page .entry-content .col.col-7, .error404 .entry-content .col.col-7, .archive .entry-content .col.col-7, .single .entry-content .col.col-7 {
  flex-basis: 70%;
}
.page .entry-content .col.col-8, .error404 .entry-content .col.col-8, .archive .entry-content .col.col-8, .single .entry-content .col.col-8 {
  flex-basis: 80%;
}
.page .entry-content .col.col-9, .error404 .entry-content .col.col-9, .archive .entry-content .col.col-9, .single .entry-content .col.col-9 {
  flex-basis: 90%;
}
.page .entry-content hr, .error404 .entry-content hr, .archive .entry-content hr, .single .entry-content hr {
  border-bottom: 1px solid #efefef;
  margin: 20px 0;
  clear: both;
}
.page .entry-content dl dd, .error404 .entry-content dl dd, .archive .entry-content dl dd, .single .entry-content dl dd {
  margin: 0 0 20px;
  border-left: 4px solid #e5e5e5;
  padding: 0 0 0 10px;
}
.page .entry-content pre, .error404 .entry-content pre, .archive .entry-content pre, .single .entry-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.page .entry-content div.full-width, .error404 .entry-content div.full-width, .archive .entry-content div.full-width, .single .entry-content div.full-width {
  margin-top: 0;
  margin-right: calc((100% - 100vw)/2);
  margin-bottom: 0;
  margin-left: calc((100% - 100vw)/2);
}
.page .entry-content div div.impact-bkcolor, .error404 .entry-content div div.impact-bkcolor, .archive .entry-content div div.impact-bkcolor, .single .entry-content div div.impact-bkcolor {
  padding: 80px 0;
  background: #f2f3f7 url(../images/service_back.gif) top 220px center no-repeat;
  background-size: cover;
}
.page #main, .error404 #main, .archive #main, .single #main {
  margin-bottom: 100px;
}
/**---------------------------------------------------------
 * LP
 ---------------------------------------------------------*/
.page-template-page-lp #content {
  padding-top: 0px;
}
.page-template-page-lp #content .page.page-lp .entry-content {
  margin-top: 0;
}
/* 投稿部？ */
/* ----------------------------------------
 * pagination
 ---------------------------------------- */
.post-content .pagination {
  margin: 0;
}
.pagination {
  text-align: center;
  margin: 40px 0 40px;
  overflow: hidden;
  clear: both;
  padding: 0;
}
.pagination span, .pagination a {
  display: inline-block;
  text-decoration: none;
  color: #8fc31f;
  float: none;
  margin: 0 10px 0 0;
  padding: 0;
  background: #fff;
  height: 30px;
  width: 30px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  color: #001661;
  border: 1px solid #ccc;
}
.pagination a:hover {
  background: #eee;
}
.pagination .current {
  color: #fff;
  background: #001661;
  margin: 0 5px 0 0;
  padding: 0;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
  width: 60px;
}
.pagination .first.page-numbers, .pagination .last.page-numbers {
  width: 80px;
}
/* ページャー */
/* ----------------------------------------
 * コンサルタント紹介
 ---------------------------------------- */
@media (max-width: 767px) {
  .consultant .entry-content {
    margin-top: 0;
  }
}
.consultant .overview {
  display: flex;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .consultant .overview {
    display: block;
    margin: 10px 0;
  }
}
.consultant .overview .picture {
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .consultant .overview .picture {
    width: 60%;
    margin: 0 auto;
  }
}
.consultant .overview .picture img {
  margin: 0;
}
.consultant .overview .summary {
  flex-basis: 70%;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .consultant .overview .summary {
    width: 100%;
    padding-left: 0em;
  }
}
.consultant .overview .summary .title {
  font-weight: bold;
}
.consultant .overview .summary .name {
  font-size: 3rem;
  margin: 0.5rem 0;
}
.consultant .overview .summary .read {
  font-size: 0.9em;
}
.page-template-page-consultant h2 {
  padding: 10px 20px;
  margin: 0.5em 0;
  clear: both;
  font-weight: 600;
  font-size: 2.8rem;
  color: #001661;
  text-align: center;
}
.page-template-page-consultant .consultants {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-template-page-consultant .consultants {
    display: block;
  }
}
.page-template-page-consultant .consultants .consultant {
  width: 25%;
  padding: 15px;
}
@media (max-width: 767px) {
  .page-template-page-consultant .consultants .consultant {
    width: 100%;
    padding: 15px 0;
  }
}
.page-template-page-consultant .consultants .consultant .entry-content {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-template-page-consultant .consultants .consultant .entry-content {
    position: relative;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .page-template-page-consultant .consultants .consultant .entry-content .staff {
    display: flex;
  }
}
.page-template-page-consultant .consultants .consultant .entry-content .staff .picture {
  display: block;
}
@media (max-width: 767px) {
  .page-template-page-consultant .consultants .consultant .entry-content .staff .picture {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-page-consultant .consultants .consultant .entry-content .staff .desc {
    flex-basis: 50%;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
  }
}
.page-template-page-consultant .consultants .consultant .entry-content .staff .desc .title {
  font-size: 1.4rem;
}
.page-template-page-consultant .consultants .consultant .entry-content .staff .desc .name {
  font-size: 3rem;
  margin-top: -10px;
  margin-bottom: -10px;
}
.page-template-page-consultant .consultants .consultant .entry-content .staff .desc .list_catchcopy {
  line-height: 1.5;
}
.page-template-page-consultant .consultants .consultant .entry-content .link_btn {
  bottom: 0;
  padding: 10px 0;
}
.page-template-page-consultant .consultants .consultant .entry-content .link_btn .pc {
  display: inline;
}
@media (max-width: 767px) {
  .page-template-page-consultant .consultants .consultant .entry-content .link_btn {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .page-template-page-consultant .consultants .consultant .entry-content .link_btn .pc {
    display: none;
  }
}
/* コンサルタント */
/* ----------------------------------------
 * 書籍紹介スタイル
 ---------------------------------------- */
/* 著者絞り込みリンク */
.page-template-page-book ul.book_authors {
  text-align: center;
  margin: 4rem auto;
}
.page-template-page-book ul.book_authors li {
  display: inline;
}
.page-template-page-book ul.book_authors li a {
  display: inline;
  border-left: 1px solid #ccc;
  padding: 0.2em 1em;
  text-align: center;
}
.page-template-page-book ul.book_authors li a:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .page-template-page-book ul.book_authors {
    display: none;
  }
}
.page-template-page-book .books article.book .entry-content {
  display: flex;
  margin-bottom: 40px;
  /* 書籍紹介 */
}
@media (max-width: 767px) {
  .page-template-page-book .books article.book .entry-content {
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.page-template-page-book .books article.book .entry-content .eye-catch {
  flex-basis: 25%;
}
@media (max-width: 767px) {
  .page-template-page-book .books article.book .entry-content .eye-catch {
    width: 100%;
  }
}
.page-template-page-book .books article.book .entry-content .eye-catch .book_picture {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .page-template-page-book .books article.book .entry-content .eye-catch .book_picture {
    width: 60%;
    margin: 0 auto;
  }
}
.page-template-page-book .books article.book .entry-content .eye-catch .book_picture img {
  margin: 0;
}
.page-template-page-book .books article.book .entry-content .eye-catch .link_amazon {
  display: block;
  padding: 0.5rem 4rem;
}
.page-template-page-book .books article.book .entry-content .eye-catch .link_amazon img {
  margin: 0 auto;
}
.page-template-page-book .books article.book .entry-content .content {
  flex-basis: 75%;
  margin-left: 8rem;
}
@media (max-width: 767px) {
  .page-template-page-book .books article.book .entry-content .content {
    width: 100%;
    margin-left: 0;
  }
}
.page-template-page-book .books article.book .entry-content .content .subject {
  margin: 0 0 1rem;
  padding: 0;
  border: none;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-template-page-book .books article.book .entry-content .content .subject {
    margin: 1.5rem auto;
  }
}
.page-template-page-book .books article.book .entry-content .content .introduction {
  line-height: 1.4;
}
.page-template-page-book .books article.book .entry-content .content .book-desc th, .page-template-page-book .books article.book .entry-content .content .book-desc td {
  padding: 0.5em 1em;
  vertical-align: middle;
  line-height: 1.2;
}
.page-template-page-book .books article.book .entry-content .content .book-desc .label {
  width: 8em;
}
@media (max-width: 767px) {
  .page-template-page-book .books article.book .entry-content .content .book-desc .label {
    width: 100%;
  }
}
.page-template-page-book .books article.book .entry-content .content .book-desc .value {
  padding-left: 2em;
}
@media (max-width: 767px) {
  .page-template-page-book .books article.book .entry-content .content .book-desc .value {
    padding: 0.5em 1em;
  }
}
/* 書籍紹介 */
/* ----------------------------------------
 * セミナースタイル
 ---------------------------------------- */
/* ----------------------------------------
 * セミナー一覧
 ---------------------------------------- */
.page-template-page-seminar .search_forms {
  text-align: center;
}
.page-template-page-seminar .search_forms .field-grp {
  display: inline-block;
  margin-left: 1em;
}
.page-template-page-seminar .search_forms .field-grp:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .page-template-page-seminar .search_forms .field-grp {
    display: block;
    text-align: left;
    margin-left: 0;
  }
  .page-template-page-seminar .search_forms .field-grp select {
    width: 100%;
  }
}
.page-template-page-seminar .seminars article.seminar a {
  display: block;
  text-decoration: none;
}
.page-template-page-seminar .seminars article.seminar a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  opacity: 0.5;
}
.page-template-page-seminar .seminars article.seminar .entry-content {
  display: flex;
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .page-template-page-seminar .seminars article.seminar .entry-content {
    padding: 5px;
    margin-bottom: 20px;
  }
}
.page-template-page-seminar .seminars article.seminar .entry-content .event-left {
  flex-basis: 8em;
  line-height: 1.5;
  font-size: 0.9em;
  background-color: #eee;
  padding: 5px;
}
.page-template-page-seminar .seminars article.seminar .entry-content .event-left .event_date .year {
  display: block;
}
.page-template-page-seminar .seminars article.seminar .entry-content .event-left .event_date .day {
  display: inline-block;
  font-weight: bold;
  font-size: 160%;
  margin-bottom: -10px;
}
.page-template-page-seminar .seminars article.seminar .entry-content .event-left .event_date .week {
  display: inline-block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: -10px;
}
.page-template-page-seminar .seminars article.seminar .entry-content .event-right {
  padding-left: 15px;
  width: 100%;
}
.page-template-page-seminar .seminars article.seminar .entry-content .event-right h3 {
  border: none;
  padding: 0;
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  .page-template-page-seminar .seminars article.seminar .entry-content .event-right h3 {
    font-size: 1.8rem;
  }
}
.page-template-page-seminar .seminars article.seminar .entry-content .event-right .content {
  border-top: solid 1px #aaa;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .page-template-page-seminar .seminars article.seminar .entry-content .event-right .content {
    line-height: 1.2;
  }
}
/* ----------------------------------------
 * セミナー個別ページ
 ---------------------------------------- */
.single article.seminar .entry-header {
  min-height: auto;
}
.single article.has-post-thumbnail .entry-header {
  min-height: 200px;
}
/* セミナー */
/* ----------------------------------------
 * お知らせ
 ---------------------------------------- */
#top_news {
  background: #fff;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #top_news {
    padding: 30px 0;
  }
}
#top_news .link_btn {
  border: 1px solid #666;
  color: #0f2d48;
  background-image: url('../images/arrow_b.png');
}
.post_list {
  padding: 0;
  margin: 0;
}
.post_list a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.post_list li {
  list-style: none;
  margin: 6px 0 2px;
}
.post_list li .date {
  color: #001661;
  font-size: 16px;
  font-weight: 600;
  padding-right: 30px;
}
.post_list li .term {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  width: 85px;
  margin: 0 20px;
  border-radius: 5px;
}
.post_list li .subject {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .post_list li .subject {
    padding: 0 20px;
    display: block;
    line-height: 1.8;
  }
}
.post_list hr {
  display: inline-block;
  width: 100%;
  border-top: 1px dotted #bbb;
  border-bottom: none;
  margin: 2px 0;
}
.page-template-page-news .entry-content {
  margin-bottom: 0px;
}
.category-news-research.category .entry-header h1 {
  color: #fff;
}
.category-news-research.category .post_list {
  margin-top: 40px;
}
.single article.news header.disable-thumbnail {
  min-height: auto;
}
.single article.news header.disable-thumbnail h1.entry-title {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 2.4rem;
  background-color: #001661;
  color: #fff;
  border-left: 8px solid;
  border-image: linear-gradient(180deg, #eaeaf2, #8e98bb);
  border-image-slice: 0 0 0 10;
  margin: 60px 0 0.5em 0;
  position: relative;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  transform: initial;
  text-align: left;
  top: unset;
  left: unset;
}
@media (max-width: 767px) {
  .single article.news header.disable-thumbnail h1.entry-title {
    margin: 30px 0 0.5em 0;
    padding: 5px 10px;
    line-height: 1.6em;
    font-size: 2.2rem;
  }
}
/* お知らせ */
/* 位置調整クラス
 --------------------------------------------------------*/
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt100 {
  margin-top: 100px;
}
.mb50 {
  margin-bottom: 50px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr90 {
  margin-right: 90px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml20 {
  margin-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pl20 {
  padding-left: 20px;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.v_middle {
  vertical-align: middle;
}
.clear {
  clear: both;
  overflow: hidden;
}
.none {
  display: none;
}
.white {
  color: #fff;
}
.red {
  color: #f00;
}
.grey_b {
  background: #f2f2f2;
}
.in-block {
  display: inline-block;
}
.break:after {
  content: "\A";
  white-space: pre;
  font-size: 1px;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.t_right {
  text-align: right;
}
.t_center {
  text-align: center;
}
.t_left {
  text-align: left;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt100 {
  margin-top: 100px;
}
.mb50 {
  margin-bottom: 50px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr90 {
  margin-right: 90px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml20 {
  margin-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pl20 {
  padding-left: 20px;
}
.bold {
  font-weight: bold;
}
.clear_both {
  clear: both;
}
/* ----------------------------------------
 * table scroll
 ---------------------------------------- */
table {
  width: 100%;
}
table td, table th {
  word-break: break-all;
  text-align: left;
}
.table-wrap {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 48px;
}
.table-grad {
  position: relative;
  white-space: nowrap;
}
.table-grad:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, white 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.post-thumbnail {
  float: none;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}
/* ----------------------------------------
 * main
 ---------------------------------------- */
.menu-item.no-click > a {
  cursor: default;
  text-decoration: none;
}
.menu-item.no-click > a::before {
  content: "";
}
.menu-item.no-click > a:hover {
  opacity: 1;
}
blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 20px 10px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
blockquote:before {
  content: '';
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ユーティリティ */
/* form
 ---------------------------------------- */
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea.form-control {
  height: auto;
}
form input[type="submit"], form button {
  background: #2581c4;
  color: #fff;
}
form input[type="submit"]:hover, form button:hover {
  cursor: pointer;
}
/* フォーム */
.c_wrap {
  /*max-width:1200px;*/
  width: 1100px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c_wrap {
    width: 100%;
    padding: 0 4%;
  }
}
.container {
  width: 1100px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}
/* Body */
body {
  background: #f2f2f2;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
}
p {
  font-size: 1.6rem;
  line-height: 2;
}
/* =14px */
/* Font */
.noto {
  font-family: "Lato", "Noto Sans JP";
}
.lato {
  font-family: "Lato";
}
.mincho {
  font-family: "Sawarabi Mincho";
}
.bold {
  font-weight: 600;
}
.just {
  text-align: justify;
  text-justify: inter-ideograph;
}
/* post_navigation */
.post-navigation {
  position: relative;
  overflow: hidden;
  margin: 40px 0 100px;
}
.post-navigation .prev, .post-navigation .all, .post-navigation .next {
  display: inline-block;
  background: #123166;
  height: 50px;
  width: 200px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.post-navigation .prev a, .post-navigation .all a, .post-navigation .next a {
  display: inline-block;
  color: #fff;
}
.post-navigation .prev:hover, .post-navigation .all:hover, .post-navigation .next:hover {
  background: #566887;
}
.post-navigation .prev {
  float: left;
}
.post-navigation .next {
  float: right;
}
.post-navigation .all {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.post-navigation span {
  display: inline-block;
  color: #fff;
}
/* prev-next */
.prev-next {
  text-align: center;
  margin-top: 160px;
  overflow: hidden;
}
.prev-next .prev {
  display: inline-block;
  float: left;
  width: 243px;
  height: 50px;
}
.prev-next .next {
  display: inline-block;
  float: right;
  width: 243px;
  height: 50px;
}
.prev-next .backto {
  display: inline-block;
}
/* COMMON */
/* form */
select {
  border-radius: 3px;
  padding: 8px 13px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
  margin: 10px 0;
}
textarea {
  width: 100%;
  height: 5em;
}
/**/
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
a img {
  transition: opacity 0.5s ease-out;
}
/**---------------------------------------------------------
 * 404
 ---------------------------------------------------------*/
.error404 .main-inner {
  margin: 100px 0;
}
/**---------------------------------------------------------
 * Page Top
 ---------------------------------------------------------*/
.pagetop {
  position: fixed;
  bottom: 0px;
  right: 0;
  opacity: 1;
  z-index: 300;
}
.pagetop span {
  border-radius: 70px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #333;
}
.pagetop.show {
  opacity: 1;
}
/*=========================================================
 *		スマホ表示時スタイル
 * =======================================================*/
.block-show-sp, .sp {
  display: none;
}
.block-show-pc, .pc {
  display: block;
}
@media (max-width: 767px) {
  .block-show-sp, .sp {
    display: block;
  }
  .block-show-pc, .pc {
    display: none;
  }
  body {
    background: #fff;
    color: #333;
    box-sizing: border-box;
  }
  body.home .wrap {
    padding: 0;
  }
  body .c_wrap {
    width: 100%;
    padding: 0 4%;
  }
  body .c_wrap_s {
    width: 100%;
  }
  #body-inside {
    overflow-x: hidden;
    position: relative;
  }
  .post-loop-wrap article {
    width: 100%;
    margin: 0 0 20px;
  }
  .breadcrumb {
    display: none;
  }
}
/* スマホ対応 */
