@charset "UTF-8";
/* リセットCSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  font-size: 62.5%;
  line-height: 1.6;
}

body,
table,
input, textarea, select, option {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
  list-style: none;
}

ul li {
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.row {
  margin: 0;
}

/* bootstrapリセット */
.navbar-default {
  background: none;
  border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #d92140;
}

.navbar-default .navbar-toggle {
  background: #d92140;
  border: none;
}

.navbar-toggle .icon-bar {
  width: 26px;
  height: 4px;
  border-radius: 2px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .container_none {
    padding: 0;
  }
}
/*iPadの余白対応*/
@media (min-width: 768px) {
  .pd0 {
    padding: 0 !important;
  }
  .container_none {
    padding: 0;
  }
  .container {
    width: 750px;
    padding: 0 10px;
  }
}
@media (min-width: 780px) {
  .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* フォント */
body {
  font-size: 1.4rem;
} /* =14px */
h1 {
  font-size: 2.4rem;
} /* =24px */
h2 {
  font-size: 2.4rem;
} /* =24px */
h3 {
  font-size: 2rem;
  color: #d92140;
} /* =24px */
.tit_01 {
  text-align: center;
  margin: 0 0 30px;
}

.osw {
  font-family: "Oswald", sans-serif;
}

.slide_tit {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.tit_en {
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .tit_en {
    font-size: 3.2em;
  }
}
.tit_jp {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: 5px;
}

/* =============================================================  common  */
/* flex box */
.flex,
.flex_st,
.flex_cn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  flex-align: stretch;
  align-items: stretch;
}

.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_st {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex_cn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_en {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.li_ul01 .overview_dl {
  border-bottom: 1px solid #e3e1d7;
}

.li_ul01 .overview_dl_f {
  border-top: 1px solid #e3e1d7;
}

@media (max-width: 767px) {
  .li_ul01 .overview_dl_bt_none {
    border-top: none;
  }
}
.li_ul01 .overview_dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1144a9;
  letter-spacing: 0.1em;
}

.li_ul01 .overview_dt,
.li_ul01 .overview_dd {
  display: block;
  padding: 16px 15px 0;
  position: relative;
  border: none;
  vertical-align: middle;
  line-height: 1.5;
}

.li_ul01 .overview_dd {
  padding: 6px 15px 16px;
}

#overview {
  padding: 30px 0px;
  margin: 0 auto;
}

.overview_ul_inner {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.overview_dd_span {
  padding-left: 15px;
}

#service {
  background: linear-gradient(135deg, #1c69ac 0%, #48b0c8 100%);
  overflow: hidden;
  padding: 30px 0px 50px;
}

.service_ul .service_li {
  margin-top: 20px;
  padding: 0;
}

.service_li img {
  background: #fff;
}

.s_hover {
  background: rgb(73, 73, 73);
  color: #fff;
}

.s-hover-tit {
  color: #fff;
  font-size: 1.6rem;
  line-height: 32px;
  text-align: left;
  padding: 15px 15px;
}

.s_hover .osw {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 8px 0 0;
}

.s_hover_tit {
  color: #fff;
  font-size: 2rem;
  line-height: 32px;
  text-align: left;
  padding: 15px 15px;
  position: relative;
}

.s_hover_txt {
  text-align: left;
  margin: 0;
  padding: 0 15px 15px;
}

#philosophy {
  background: url(../img/index/philosophy_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0px;
  position: relative;
  height: 100%;
  z-index: -1;
}

/*背景にカラーを入れる場合に指定 黄色はf5dc25を基準に*/
#philosophy::after {
  background-color: rgba(36, 36, 36, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: -2;
}

.philosophy_wrap {
  margin: auto;
}

.philosophy_box_wrap {
  background-color: #f6f4ed;
  padding: 10px 15px 25px;
}

.philosophy_box_wrap .philosophy_box_wrap_h2 {
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 0;
  line-height: 1.5;
  color: #1144a9;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.philosophy_en {
  color: #fff;
}

.philosophy_en .osw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.philosophy_en .osw::before,
.philosophy_en .osw::after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.philosophy_en .osw::before {
  margin-right: 2rem;
}

.philosophy_en .osw::after {
  margin-left: 2rem;
}

.philosophy_jp {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}

.philosophy_p {
  text-align: center;
  margin-bottom: 4px;
}

.philosophy_list {
  margin-top: 15px;
}

.philosophy_list_item {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #1144a9;
}

.philosophy_list_item + .philosophy_list_item {
  margin-top: 15px;
}

.philosophy_list .list_tit_en {
  color: #1144a9;
  text-align: center;
  font-size: 2.2rem;
}

.philosophy_list .list_txt {
  margin-top: 5px;
  text-align: center;
}

#recruit {
  background: url(../img/index/recruit_bg.jpg) no-repeat 52% top;
  background-size: cover;
  margin: 0 0 30px 0;
  padding: 30px 0;
}

#recruit .tit_01 {
  color: #000;
}

#recruit .recruit_ta_wrap {
  width: 100%;
  background-color: rgba(36, 36, 36, 0.8);
  margin: auto;
}

#recruit .recruit_ta {
  width: 90%;
  text-align: left;
  margin: 30px auto;
  padding: 15px 0;
}

#recruit .recruit_ta table {
  width: 100%;
  color: #fff;
}

#recruit .recruit_ta .recruit_ta_th,
#recruit .recruit_ta .recruit_ta_td {
  display: block;
  height: auto;
  padding: 0.5em 0;
}

#recruit .recruit_ta .recruit_ta_td a {
  color: #87d7ff;
}

#recruit .recruit_ta .recruit_ta_th {
  border-bottom: 1px #fff solid;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #87d7ff;
}

#recruit .recruit_ta .recruit_ta_td {
  padding-bottom: 0.5em;
}

.recruit_ta_td_span {
  padding-left: 14px;
}

.recruit_ta_td_mb8 {
  margin-bottom: 8px;
  display: block;
}

#contact {
  overflow: hidden;
  margin-bottom: 30px;
}

.contact_tit {
  background: #494949;
  font-size: 1.6rem;
  margin: 0 0 40px;
  padding: 25px;
  position: relative;
  color: #fff;
  text-align: center;
}

.contact_tit::after {
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #494949 transparent transparent transparent;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}

.contact_tel {
  text-align: center;
  margin-bottom: 20px;
}

.contact_tel a {
  color: #000;
}

.contact_tel .tel {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  letter-spacing: 0.05em;
  display: inline-block;
}

.contact_tel .glyphicon {
  font-size: 1.8rem;
  padding-right: 6px;
  top: 0;
}

.contact_tel .tel_time {
  font-size: 1.4rem;
  color: #000;
  padding-left: 8px;
  display: inline-block;
}

.contact_tel .tel_time_des {
  font-size: 1.3rem;
  display: inline-block;
  margin-top: -5px;
  padding-left: 6px;
}

.contact_tel .contact_tel_i {
  font-size: 2rem;
  color: #000;
  padding-right: 8px;
}

.contact_mail {
  background: linear-gradient(135deg, #1c69ac 0%, #48b0c8 100%);
  display: block;
}

.contact_btn {
  display: block;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
}

.contact_i {
  color: #fff;
  padding-right: 20px;
  font-size: 2rem;
  vertical-align: top;
}

.contact_btn .contact_mail_txt {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

/* spナビ */
.sp_nav {
  background: linear-gradient(135deg, #1c69ac 0%, #48b0c8 100%);
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9.8vh; /* ボタンの高さ固定 */
}

.sp_nav li {
  width: 33%;
}

.drawer--right {
  width: 34%;
}

.sp_nav .sp_nav_li {
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
  padding-top: 1.5vh;
}

/*.sp_nav_li:nth-child(4) {
background: #f7de29;
}*/
.sp_nav .sp_nav_btn .sp_nav_i {
  font-size: 2rem;
  display: block;
  text-align: center;
  padding-bottom: 1.6vh;
}

.carousel-caption {
  top: 38%;
  bottom: 0;
  text-shadow: 2px -2px 2px rgba(0, 0, 0, 0.3), -2px 2px 2px rgba(0, 0, 0, 0.3);
}

.home_mouse {
  bottom: 10%;
}

.carousel-indicators {
  bottom: 15px;
}

.carousel-caption .slide_mintxt01 {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.2em;
  padding-bottom: 0.4em;
}

.carousel-caption .slide_mintxt02 {
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.2em;
}

.carousel-caption .slide_mintxt04 {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.2em;
}

.carousel-caption .slide_txt01 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.carousel-caption .slide_txt01_pt {
  padding-top: 1.6%;
  display: block;
}

.carousel-caption .slide_txt02 {
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.carousel-caption .slide_mintxt03_innner {
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.carousel-caption .slide_mintxt03_innner .slide_mintxt03 {
  padding: 11px 0;
  border-radius: 25px;
  background: -webkit-gradient(linear, right top, left top, from(#1c69ac), to(#48b0c8));
  background: linear-gradient(270deg, #1c69ac 0%, #48b0c8 100%);
  border: none;
  display: block;
  text-shadow: none;
}

.carousel-caption .slide_mintxt03_innner .glyphicon {
  font-size: 1.2rem;
  position: absolute;
  right: 12px;
  top: 35%;
}

.fon-subcolor01 {
  color: #87d7ff;
}

.fon-maincolor01 {
  font-weight: 600;
  color: #1144a9;
}

.carousel-caption p {
  font-size: 1.4rem;
  padding: 6% 5%;
}

.slide_mintxt03_p {
  padding: 4% 2%;
}

/* z-indexの指定にてメニュー欄より下にする */
.header_sp {
  position: relative;
  z-index: 1;
}

.carousel-inner {
  z-index: 0;
}

.carousel-inner > .item:nth-child(1) a,
.carousel-inner > .item:nth-child(2) a {
  pointer-events: none;
  cursor: default;
}

.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
  z-index: -1;
}

.carousel-indicators {
  z-index: 1;
}

.sp_nav {
  z-index: 2;
}

.drawer-open .drawer-overlay {
  z-index: 3;
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 4;
}

.drawer--right .drawer-nav {
  z-index: 5;
}

.header-wrap .header_sp_logo {
  background-color: #fff;
  width: 100%;
  /*  border-top: 5px solid #1144a9;*/
}

.header-wrap .header_sp_logo a {
  padding: 18px 0;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1144a9;
  font-size: 2rem;
  font-weight: 600;
}

.header-wrap .header_sp_logo .header_sp_logotxt {
  width: 300px;
}

.slide_filter a::before {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}

.home_mouse {
  color: #fff;
  opacity: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 60px;
}

.scroll_btn .mouse {
  border: 2px solid #fff;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  position: relative;
  height: 32px;
  width: 22px;
}

.scroll_btn .mouse > * {
  -webkit-animation: 1s linear 0s normal none infinite running ani-mouse;
          animation: 1s linear 0s normal none infinite running ani-mouse;
  background-color: #fff;
  display: block;
  margin: -3px auto 0;
  height: 4px;
  width: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  border-radius: 4px;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
/* 高さ可変を行なっているのでimportant指定 */
/* メインナビ　高さ可変 */
@media (max-width: 767px) {
  .carousel-inner > .item > a > .img-height > .img01,
  .carousel-inner > .item > a > .img-height > .img02,
  .carousel-inner > .item > a > .img-height > .img03 {
    background: url(../img/index/sp-main01.jpg) no-repeat center center;
    height: 520px !important;
    display: block;
    background-size: cover;
    min-width: 100%;
  }
  .carousel-inner > .item > a > .img-height > .img02 {
    background: url(../img/index/sp-main02.jpg) no-repeat center center;
    background-size: cover;
  }
  .carousel-inner > .item > a > .img-height > .img03 {
    background: url(../img/index/sp-main03.jpg) no-repeat center center;
    background-size: cover;
  }
  .carousel-caption {
    top: 180px;
  }
  .slide_filter .carousel-caption_side03 {
    top: 100px;
  }
}
@media (max-width: 321px) {
  .carousel-caption {
    top: 28%;
  }
  .slide_filter .carousel-caption_side03 {
    top: 22%;
  }
}
@media (min-width: 768px) {
  .carousel-inner > .item > a > .img-height > .img01,
  .carousel-inner > .item > a > .img-height > .img02,
  .carousel-inner > .item > a > .img-height > .img03 {
    background: url(../img/index/main01.jpg) no-repeat center center;
    height: 540px;
    display: block;
    max-width: 100%;
    background-size: cover;
  }
  .carousel-inner > .item > a > .img-height > .img02 {
    background: url(../img/index/main02.jpg) no-repeat 10% center;
    background-size: cover;
  }
  .carousel-inner > .item > a > .img-height > .img03 {
    background: url(../img/index/main03.jpg) no-repeat 90% center;
    background-size: cover;
  }
  .slide_filter a::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .carousel-caption {
    top: 85px;
  }
  .slide_filter .carousel-caption_side03 {
    top: 25px;
  }
  .home_mouse {
    bottom: 60px;
  }
  .carousel-indicators {
    bottom: 15px;
  }
  .s_hover {
    height: 11em;
  }
}
.header_sp-nav_tel {
  background: #fdf7d0;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  line-height: 1.5;
  margin: 10px 0 20px 0;
}

.header_sp-nav_tel .osw {
  color: #333;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.header_sp-nav_tel .draer-opent {
  font-size: 1.3rem;
}

.header_sp-nav_tel .draer-opent .fs11 {
  font-size: 1.2rem;
}

.footer_wrap {
  background-color: #f6f4ed;
  color: #fff;
}

.footer_cont {
  padding: 40px 10px 10px 10px;
}

.footer_info {
  line-height: 1.8;
  margin: 0 0 10px;
}

.footer_logo {
  font-size: 2rem;
  padding-bottom: 15px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.footer_logo .footer_logotxt {
  width: 100%;
  max-width: 270px;
}

.footer_address {
  padding: 0 5px 20px;
  color: #000;
}

.footer_info .privacy-link a {
  padding-top: 5px;
  display: block;
  color: #1144a9;
}

.area_box {
  padding: 0 5px 10px;
  color: #000;
}

.area_box_tit {
  font-size: 1.6rem;
  padding-bottom: 5px;
}

.area_box .area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area_box .area_list_item {
  width: 25%;
}

.copyright {
  display: block;
  font-size: 1.1rem;
  padding: 20px 0 calc(9.8vh + 20px);
  background: #fff;
  color: #000;
}

/* drawer　カラム修正 */
.drawer--right .drawer-nav {
  right: -75%;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 75%;
  padding: 0 6.1vw;
}

.drawer-hamburger {
  width: 12.6vw;
  top: auto;
  bottom: 1.4vh;
  padding: 0 10.1vw;
}

.drawer-hamburger-icon::before {
  top: -8px;
}

.drawer-hamburger-icon::after {
  top: 8px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  background-color: #fff;
  width: 60%;
  margin: 0 auto 2.8vh;
}

.drawer-nav_li:nth-child(even) {
  background-color: #f6f4ed;
}

/*端末サイズによる位置可変*/
@media (min-width: 366px) {
  .drawer-hamburger {
    bottom: 2vh;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    margin: 0 auto 2.6vh;
  }
}
@media (min-height: 800px) {
  .drawer-hamburger {
    bottom: 2.8vh;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    margin: 0 auto 2.4vh;
  }
}
.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  width: 100%;
}

.drawer-toggle {
  background: none;
}

.drawer-nav {
  width: 75%;
  background: rgb(255, 255, 255);
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.drawer-nav_ul .drawer-nav_li {
  text-align: left;
}

.drawer-nav_ul .drawer-nav_li,
.drawer-nav_ul .drawer-nav_li .drawer-nav_li_a {
  width: 100%;
  color: #000;
  line-height: 20px;
  font-size: 1.5rem;
  font-weight: 400;
}

.drawer-nav_ul .drawer-nav_li .drawer-nav_li_a {
  padding: 10px;
}

/* Bootstrap カラム修正*/
@media (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
    color: #f60000;
  } /* =24px */
  .overview_ta {
    margin-bottom: 0;
  }
  .philosophy_wrap {
    width: 100%;
  }
}
/* Bootstrap PC_CSS*/
@media (min-width: 768px) {
  h3 {
    font-size: 1.8rem;
    color: #f60000;
  } /* =24px */
  #header_home {
    /*    border-top: 5px solid #1144a9;*/
    z-index: 1;
  }
  .header_sp {
    display: none;
  }
  .header {
    padding-bottom: 26px;
  }
  .header_logo_inner {
    padding: 22px 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-wrap .header_logo {
    position: static;
    font-weight: 600;
  }
  .header-wrap .header_logo a .header_logotxt {
    width: 488px;
  }
  .carousel-caption .slide_mintxt01,
  .carousel-caption .slide_mintxt02,
  .carousel-caption .slide_mintxt04 {
    font-size: 32px;
    font-size: 3.2rem;
    padding-bottom: 1.2%;
    letter-spacing: 0.1em;
  }
  .carousel-caption .slide_mintxt01 {
    padding-bottom: 2%;
  }
  .carousel-caption .slide_txt01,
  .carousel-caption .slide_txt02 {
    font-size: 6.2rem;
    line-height: 1.4;
  }
  .carousel-caption .slide_txt01 {
    font-size: 6.2rem;
    line-height: 1.4;
  }
  .carousel-caption p {
    font-size: 2rem;
    line-height: 1.6;
    padding: 30px 30px;
  }
  .header_desc {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.4;
    display: inline-block;
    padding: 40px 0 0 10px;
  }
  .header_tel {
    text-align: right;
    right: 0;
    float: right;
    padding-top: 20px;
  }
  .header_tel .osw {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .header_tel .glyphicon {
    font-size: 1.8rem;
    padding-right: 6px;
    top: 0;
  }
  .header_tel .tel_time {
    font-size: 1.4rem;
    color: #000;
    padding-left: 8px;
    display: inline-block;
  }
  .header_tel .tel_time_des {
    font-size: 1.3rem;
    display: inline-block;
    margin-top: -5px;
    padding-left: 6px;
  }
  #js_fhead {
    border-top: 1px solid #e5e5e5;
  }
  .header_cont {
    background: #fff;
    border-bottom: 5px solid #eee;
    z-index: 2;
  }
  .gnav_wrap {
    text-align: center;
    margin: auto;
  }
  .mainnav {
    border-right: 1px solid #eee;
    width: 100%;
  }
  .mainnav li {
    border-left: 1px solid #eee;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex: 1;
        flex: 1;
  }
  .mainnav li {
    overflow: hidden;
    position: relative;
  }
  .mainnav li:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#ec524e), color-stop(20%, #f38e59), color-stop(40%, #f5c761), color-stop(60%, #b1d059), color-stop(80%, #69bfd7), to(#4292c3));
    background: linear-gradient(to right, #ec524e 0%, #f38e59 20%, #f5c761 40%, #b1d059 60%, #69bfd7 80%, #4292c3 100%);
  }
  .mainnav li:hover div {
    margin-bottom: -4px;
  }
  .mainnav a div {
    display: block;
    font-size: 1.3rem;
    padding: 8px 3%;
    color: #000;
  }
  .mainnav a .osw {
    font-size: 2rem;
    display: block;
  }
  #overview {
    /*		background: url(../img/bg01.svg) no-repeat 80% center;*/
    background-size: cover;
  }
  #overview .overview_ul_left {
    width: 48%;
    float: left;
    text-align: left;
  }
  .li_ul01 .overview_dt {
    height: 14.2%;
    text-align: left;
    padding: 16px 0 6px 10px;
  }
  .li_ul01 .overview_dd {
    padding: 0 0 16px 10px;
  }
  #overview {
    padding: 64px 0 60px;
  }
  #overview .overview_ul_right {
    width: 48%;
    margin-left: 4%;
    float: left;
    text-align: left;
  }
  #service {
    padding: 64px 0 60px;
  }
  .service_ul .service_li {
    padding: 0 10px 0 10px;
    margin-top: 20px;
  }
  .service_txt {
    text-align: center;
    padding: 0 10px 10px;
  }
  #philosophy {
    padding: 64px 0 60px;
  }
  .philosophy_box_wrap {
    padding: 30px 0 40px 0;
  }
  .philosophy_en .osw {
    padding: 0 10%;
  }
  .philosophy_p {
    text-align: center;
  }
  .philosophy_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    padding: 0 30px;
  }
  .philosophy_list_item {
    width: calc((100% - 40px) / 3);
    padding: 15px 15px 20px;
  }
  .philosophy_list_item + .philosophy_list_item {
    margin-top: 0;
  }
  .philosophy_list .list_tit_en {
    font-size: 3.2rem;
  }
  .philosophy_list .list_txt {
    margin-top: 5px;
  }
  /*recruit*/
  #recruit {
    padding: 64px 0 60px;
  }
  #recruit {
    background-position: 59% top;
    background-size: cover;
  }
  #recruit .recruit_ta_wrap .recruit_ta {
    padding: 35px 0 50px;
    margin: 0 auto;
  }
  #recruit .recruit_ta_wrap .recruit_ta table {
    width: 100%;
    height: 100%;
    padding: 50px 0px 50px 0px;
  }
  #recruit .recruit_ta_wrap .recruit_ta_th {
    width: 23%;
    height: 20%;
    text-align: left;
    padding: 15px 0 10px 10px;
    border-bottom: 1px #87d7ff solid;
    display: table-cell;
    vertical-align: top;
  }
  #recruit .recruit_ta_wrap .recruit_ta_td {
    width: 72%;
    line-height: 1.5;
    padding: 15px 0 10px 0;
    border-bottom: 1px #fff solid;
    display: table-cell;
  }
  /* contact */
  .contact_tit {
    text-align: center;
    margin: 20px 0 50px 0;
  }
  .contact_tel .tel_time {
    display: block;
  }
  /*footer*/
  .footer_logo {
    padding-bottom: 10px;
  }
  .area_box {
    margin-top: 8px;
  }
  .area_box .area_list_item {
    padding-top: 3px;
    width: 16.6666666667%;
  }
  .footer_cont {
    padding: 30px 10px 0 10px;
  }
  .footer_info .footer_address {
    padding: 10px 20px 0 0;
  }
  .copyright {
    text-align: center;
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .course_li:first-child {
    margin-left: 125px;
  }
  .course_li:nth-child(4) {
    margin-left: 245px;
  }
  .anxiety_li .anxiety_p {
    font-size: 1.8rem;
  }
  .service_ul .service_li:nth-child(odd) {
    padding: 0 20px 0 10px;
  }
  .service_ul .service_li:nth-child(even) {
    padding: 0 10px 0 20px;
  }
  .area_box .area_list_item {
    width: 10%;
  }
  .footer_cont {
    padding: 40px 0 15px;
  }
}
@media (min-width: 1200px) {
  .course_li:nth-child(4) {
    margin-left: 0px;
  }
  .anxiety_li:first-child {
    margin-left: 90px;
  }
  .s_hover .osw {
    font-size: 2.5rem;
  }
  .service_ul .service_li:nth-child(odd) {
    padding: 0 10px 0 10px;
  }
  .service_ul .service_li:nth-child(even) {
    padding: 0 10px 0 10px;
  }
  #recruit {
    background-position: 80% top;
    background-size: cover;
  }
}
/*----------------------------------------------------
パンくず
----------------------------------------------------*/
.bread {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}

.breadcrumb {
  background-color: #fff;
  padding: 8px 15px;
  margin-bottom: 0px;
}

.breadcrumb a {
  color: #1144a9;
}

.breadcrumb > .active {
  color: #000;
}

@media (min-width: 768px) {
  .bread {
    margin-bottom: 50px;
  }
}
/*----------------------------------------------------
ボタン
----------------------------------------------------*/
.cmn-btn01 {
  text-align: center;
}

.cmn-btn01 a {
  display: inline-block;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  padding: 14px 80px 14px 80px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: linear-gradient(135deg, #1c69ac 0%, #48b0c8 100%);
}

/*----------------------------------------------------
ページタイトル
----------------------------------------------------*/
.page_tit_wrap {
  padding: 100px 0;
  background-size: cover;
  color: #fff;
  /*position: relative;*/
}
@media screen and (max-width: 767px) {
  .page_tit_wrap {
    padding: 50px 0;
  }
}

.page_tit_en {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.page_tit {
  font-size: 1.4rem;
  text-align: center;
}

/*----------------------------------------------------
その他　共通
----------------------------------------------------*/
.fc_w {
  color: #fff;
}

.pb10 {
  padding-bottom: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb100 {
  margin-bottom: 100px;
}

.confirm {
  border: 3px solid red;
}

.header-wrap .header_sp_static {
  position: static;
}

.mg_auto {
  margin-left: auto;
  margin-right: auto;
}

#js_page_top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  font-size: 1rem;
  z-index: 2;
}

#js_page_top a {
  background: rgba(42, 42, 42, 0.8);
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 14px 20px 18px 20px;
  text-align: center;
}

#js_page_top a:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

#js_page_top .glyphicon::before {
  display: block;
  padding-bottom: 6px;
  font-size: 1.2rem;
}

#js_page_top .page_top_txt {
  font-size: 1rem;
}

/*----------------------------------------------------
bootstrap offset
----------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-offset-0_5 {
    margin-left: 4.166666667%;
  }
  .col-sm-offset-2_5 {
    margin-left: 20.83333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-offset-0_5 {
    margin-left: 4.166666667%;
  }
  .col-md-offset-1-5 {
    margin-left: 12.5%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-0_5 {
    margin-left: 4.166666667%;
  }
  .col-lg-offset-1-5 {
    margin-left: 12.5%;
  }
}/*# sourceMappingURL=layout.min.css.map */