@charset "UTF-8";
/*--
bodyのフォントサイズは bootstrap/sass/dev/_variables.scss で定義する
--*/
body {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* PrimaryNav
---------------------*/
#primary-nav {
  z-index: 15000;
  position: relative;
}

@media (max-width: 767px) {
  #primary-nav .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .menu-primary-count-4 #primary-nav .menu > li {
    width: 25%;
  }

  .menu-primary-count-5 #primary-nav .menu > li {
    width: 20%;
  }

  .menu-primary-count-7 #primary-nav .menu > li {
    width: 14.2857%;
  }

  .menu-primary-count-8 #primary-nav .menu > li {
    width: 12.5%;
  }
}
#primary-nav.mouseover .menu > li.current-menu-item > span > a,
#primary-nav.mouseover .menu > li.current-menu-ancestor > span > a {
  color: #3b5170;
}

#primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

#primary-nav ul.menu > li {
  transition: all .2s;
}
@media (max-width: 991px) {
  #primary-nav ul.menu > li {
    height: 80px;
  }
}

#primary-nav ul.menu li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#primary-nav ul.menu li a {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 13px 17px;
  line-height: 1.5;
  letter-spacing: .06em;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1350px) {
  #primary-nav ul.menu li a {
    font-size: 14px;
    padding: 13px 11px;
  }
}
@media (max-width: 1199px) {
  #primary-nav ul.menu li a {
    font-size: 13px;
    padding: 13px 8px;
  }
}
@media (max-width: 991px) {
  #primary-nav ul.menu li a {
    font-size: 12px;
    padding: 13px 4px;
  }
}
@media (max-width: 850px) {
  #primary-nav ul.menu li a {
    font-size: 11px;
    padding: 13px 2px;
  }
}
#primary-nav ul.menu li a:hover {
  opacity: .6;
}
#primary-nav ul.menu li.contact-top {
  position: relative;
  margin-left: 11px;
}
@media (max-width: 1199px) {
  #primary-nav ul.menu li.contact-top {
    margin-left: 9px;
  }
}
#primary-nav ul.menu li.contact-top a {
  padding: 16px 22px;
  background-color: #71bee6;
  color: #fff;
  font-weight: bold;
  border-radius: 60px;
  height: 5rem;
}
@media (max-width: 1199px) {
  #primary-nav ul.menu li.contact-top a {
    padding: 16px 8px;
  }
}
#primary-nav ul.menu li.contact-top:hover {
  opacity: 1;
}

#primary-nav ul.sub-menu {
  width: 200px;
}
@media (min-width: 768px) {
  #primary-nav ul.sub-menu {
    padding: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    z-index: 51;
  }
}
#primary-nav ul.sub-menu li a {
  color: #303030;
}
#primary-nav ul.sub-menu li a:hover {
  background: #fcfaf9;
}

#primary-nav ul li:hover > ul.sub-menu {
  display: block;
}

.tel-number-white a {
  color: #fff;
}

@font-face {}
@font-face {
  font-family: 'BebasNeue Regular';
  src: url("../fonts/BebasNeue-Regular.eot");
  src: url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular.svg#glyphicons_halflingsregular") format("svg");
}
.bebasneue-bold, .num {
  font-family: 'BebasNeue Bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
}

.bebasneue {
  font-family: 'BebasNeue Regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
}

/* Elements
---------------------*/
.nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.img-border img {
  border: 1px solid #fff;
}

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

img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.required {
  color: #e00;
  font-size: .9em;
  font-weight: normal;
}

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

.font-size-16 {
  font-size: 16px;
}
.font-size-16.btn {
  font-size: 16px;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.row.padding-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.padding-20 .col {
  padding-left: 20px;
  padding-right: 20px;
}
.row.padding-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.padding-30 .col {
  padding-left: 30px;
  padding-right: 30px;
}

/* Header
---------------------*/
#header-top {
  border-bottom: 2px solid #2f4ca8;
}

#header-top .header-text a {
  color: #416f9f;
}

.header-contact {
  padding: 5px 21px 5px 21px;
  background-color: #2f4ca8;
  border-radius: 0px 0px 3px 3px;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}
#header .f-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 0;
  min-height: 76px;
  align-items: center;
}
#header .f-container .f-item01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  #header .f-container .f-item01 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  #header .f-container .f-item01 {
    padding-left: 14px;
  }
}
#header .f-container .f-item01 #logo-wrap .logo {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
#header .f-container .f-item01 #logo-wrap h1 {
  margin-top: 0;
  margin-bottom: 0;
}
#header .f-container .f-item01 #logo-wrap img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  #header .f-container .f-item01 #logo-wrap img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  #header .f-container .f-item01 #logo-wrap img {
    max-width: 150px;
  }
}
#header .f-container .f-item01 #logo-wrap a {
  color: #333;
  text-decoration: none;
}
#header .f-container .f-item02 {
  padding-right: 30px;
}
@media (max-width: 991px) {
  #header .f-container .f-item02 {
    padding-right: 20px;
  }
}
#header .member, #header .contact {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}
#header .member a, #header .contact a {
  display: block;
  padding: 15px 15px 10px;
  color: #000;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #002f87;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header .member a .fa, #header .contact a .fa {
  margin-top: 10px;
  color: #002f87;
  font-size: 22px;
}
#header .member a:hover, #header .contact a:hover {
  color: #fff;
  background: #002f87;
}
#header .member a:hover .fa, #header .contact a:hover .fa {
  color: #fff;
}
#header .contact {
  margin-right: 0;
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}
@media (max-width: 767px) {
  #page {
    padding-top: 50px;
  }
}
#header-xs #header-xs-bar {
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15001;
  background: #fff;
}
#header-xs #header-xs-bar #hamburger {
  float: right;
  padding: 0 15px;
  font-size: 26px;
  line-height: 50px;
}
#header-xs #header-xs-bar .logo-xs {
  padding-top: 5px;
  font-size: 14px;
}
#header-xs #header-xs-bar .logo-xs a {
  color: #000;
  text-decoration: none;
}
#header-xs #header-xs-bar .logo-xs img {
  width: auto;
  height: 40px;
  margin-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #header-xs #header-xs-bar .logo-xs img {
    height: 41px;
  }
}
#header-xs #xs-nav {
  visibility: hidden;
  width: 256px;
  height: 100%;
  right: -100%;
  position: fixed;
  top: 0px;
  z-index: 15000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header-xs #xs-nav nav {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #03659c;
  overflow-y: auto;
}
#header-xs #xs-nav a {
  display: block;
  position: relative;
  padding: 12px 25px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header-xs #xs-nav a a {
  width: 1em;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}
#header-xs #xs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-xs #xs-nav .sub-menu {
  display: none;
}
#header-xs #xs-nav .sub-menu a {
  background: rgba(0, 0, 0, 0.1);
}
#header-xs #xs-nav .sub-menu-active > .sub-menu {
  display: block;
}
#header-xs.nav-active #hamburger {
  color: #fff;
  background: #03659c;
}
#header-xs.nav-active #xs-nav {
  visibility: visible;
  right: 0;
}

#content-header {
  text-align: center;
  color: #22317a;
  padding-top: 50px;
  padding-bottom: 11px;
}
@media (min-width: 768px) {
  #content-header {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #content-header {
    margin-top: 0;
  }
}
#content-header h1 {
  padding-top: 20px;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  #content-header h1 {
    font-size: 22px;
  }
}
#content-header .description {
  font-size: 15px;
}

.language {
  text-align: right;
}

.fa.fa-envelope {
  font-size: 14px;
  color: #61ba5e;
  margin-right: 5px;
}

/* SecondaryNav
---------------------*/
#secondary-nav .fa {
  margin-right: 10px;
  font-weight: bold;
}

#secondary-nav-top {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
#secondary-nav-top ul {
  margin: 0;
  padding: 0;
}
#secondary-nav-top li {
  display: inline-block;
  margin-left: 30px;
}
#secondary-nav-top li:first-child {
  margin-left: 0;
}
#secondary-nav-top li a {
  font-size: 14px;
  color: #303030;
  text-decoration: none;
}
#secondary-nav-top li a:hover {
  color: #71bee6;
}

#secondary-nav li {
  display: inline-block;
}
#secondary-nav li:first-child {
  margin-right: 10px;
}

#secondary-nav .right-head {
  margin-left: 10px;
  font-size: 12px;
}

.right-head.off a {
  color: #afafaf;
}
.right-head.off a:hover {
  color: #303030;
  text-decoration: none;
}

.right-head.on a {
  color: #303030;
}
.right-head.on a:hover {
  opacity: .6;
  text-decoration: none;
}

#secondary-nav .header-contact a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
#secondary-nav .header-contact a:hover {
  color: #cccccc;
}

#sp-menu {
  margin: 0 0 0px;
  padding: 1em 0;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all .3s;
}

#sp-nav .nav-close {
  display: block;
  margin: 0 20px 10px 20px;
  padding: 1em;
  color: #fff;
  text-align: center;
  background: #164d72;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
}

#sp-nav .nav-close:hover {
  background: #103752;
}

@media (max-width: 991px) {
  #sp-nav {
    clear: both;
    overflow: hidden;
    max-height: 0;
    background: #f7f1f0;
    transition: all 0.5s ease;
  }

  #sp-nav.active {
    max-height: 55em;
    overflow: auto;
  }

  #sp-nav {
    width: 100%;
  }

  #sp-nav li {
    list-style: none;
  }

  #sp-nav li a {
    display: block;
    text-decoration: none;
    color: #901d0f;
    padding: 15px 0 15px 20px;
    text-align: left;
    border: 0;
  }

  #sp-nav li a:hover {
    color: #d92c16;
    background: #fcfafa;
  }

  #sp-nav ul {
    margin-bottom: 0;
    padding: 0;
  }

  #sp-nav ul.sub-menu {
    padding-left: 20px;
  }

  #sp-nav ul.menu > li > a {
    font-weight: bold;
  }

  #sp-nav .sp-none {
    display: none;
  }
}
#primary-nav-collapse {
  position: relative;
}

/* Mainvisual
---------------------*/
.copy {
  background: url(../img/mv-copy.png) 0px 0 no-repeat;
  background-size: contain;
  position: absolute;
  width: 776px;
  height: 498px;
  top: 60px;
  left: 150px;
}
@media (max-width: 1199px) {
  .copy {
    left: 90px;
  }
}
@media (max-width: 991px) {
  .copy {
    width: 480px;
    height: 498px;
    top: 60px;
    left: 75px;
  }
}
@media (max-width: 767px) {
  .copy {
    width: 357px;
    height: 230px;
    top: 15px;
    left: 10px;
  }
}

.mv-icon {
  background: url(../img/mv-icon.png) 0px 0 no-repeat;
  background-size: contain;
  position: absolute;
  width: 779px;
  height: 568px;
  top: 60px;
  left: 170px;
}
@media (max-width: 1199px) {
  .mv-icon {
    left: 110px;
  }
}
@media (max-width: 991px) {
  .mv-icon {
    width: 490px;
    height: 568px;
    top: 60px;
    left: 65px;
  }
}
@media (max-width: 767px) {
  .mv-icon {
    width: 225px;
    height: 163px;
    top: 75px;
    left: 95px;
  }
}

.menber {
  background: url(../img/menber01.png) 0px 0 no-repeat;
  background-size: contain;
  position: absolute;
  width: 312px;
  height: 619px;
  right: 100px;
  bottom: 0;
}
@media (max-width: 991px) {
  .menber {
    width: 250px;
    height: 496px;
    right: 100px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .menber {
    width: 115px;
    height: 228px;
    right: 5px;
  }
}

.copy-sp {
  display: none;
}
@media (max-width: 767px) {
  .copy-sp {
    display: block;
    background: url(../img/mv-base-sp.png) 0px 0 no-repeat;
    width: 655px;
    height: 271px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: contain;
    width: 340px;
    top: 180px;
    margin-left: -170px;
  }
}

.fade {
  animation-name: fadeIn;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-two {
  opacity: 0;
  /* ここを追加 */
  animation-name: fadeIntwo;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeIntwo {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#mv {
  padding-top: 62px;
  position: relative;
}
@media (max-width: 991px) {
  #mv {
    padding-top: 50px;
    padding-top: 62px;
  }
}
@media (max-width: 767px) {
  #mv {
    padding-top: 0;
  }
}

.mv-bg {
  height: 700px;
  background: url(../img/mv01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  /* 横幅が1800px以上の場合に適用するスタイル */
}
@media (max-width: 767px) {
  .mv-bg {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .mv-bg-sp {
    height: 176px;
    background-color: #4379ca;
    background-color: #2CC26C;
    background-color: #7dbdde;
    margin-bottom: 10px;
  }
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: 0;
  bottom: -50px;
  /*全体の高さ*/
  height: 150px;
  background-color: #F3FFF6;
  width: 58px;
  display: none;
}
@media (max-width: 767px) {
  .scrolldown1 {
    display: none;
  }
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: 18px;
  top: 20px;
  /*テキストの形状*/
  color: #2CC26C;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  right: 29px;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #2CC26C;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
  50% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
.hosoku {
  width: 351px;
  height: 94px;
  position: absolute;
  top: 450px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-164%, 202%);
  position: absolute;
  text-align: center;
  border: 1px solid #05537a;
  padding: 15px;
}
@media (max-width: 991px) {
  .hosoku {
    padding: 15px 6px;
    width: 228px;
    height: 130px;
    top: 223px;
    left: 46%;
  }
}
.hosoku .copy-title {
  font-size: 12px;
  color: #05537a;
  margin-bottom: 8px;
}
.hosoku p {
  color: #05537a;
  font-size: 9px;
  line-height: 1.5em;
  font-weight: normal;
}

#main-visual {
  background: #42b1fc;
  height: 300px;
  margin-bottom: 30px;
}

.main-visual-inner {
  position: relative;
  height: 300px;
}

.main-tittle {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  padding-top: 40px;
  padding-left: 20px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  line-height: 1em;
}

@media (max-width: 991px) {
  #main-visual .main-visual-pic {
    position: absolute;
  }
}
@media (min-width: 768px) {
  #main-visual .main-visual-pic {
    position: absolute;
  }
}
@media (min-width: 992px) {
  #main-visual .main-visual-pic {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  #main-visual .main-visual-pic {
    position: absolute;
  }
}

.main-text {
  margin-top: 10px;
  padding-left: 45px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.8em;
}

#content-header {
  background: #2f4ca8;
  height: 206px;
  background: url(../img/header-pic.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.content-header-kasou-inner .en-space {
  padding-top: 15px;
}

#content-header-kasou .container .kasou-header-pic {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0%;
}
@media (max-width: 991px) {
  #content-header-kasou .container .kasou-header-pic {
    position: absolute;
    top: 0px;
    left: -40%;
  }
}
@media (min-width: 768px) {
  #content-header-kasou .container .kasou-header-pic {
    position: absolute;
    top: 0px;
    left: -20%;
  }
}
@media (min-width: 992px) {
  #content-header-kasou .container .kasou-header-pic {
    position: absolute;
    top: 0px;
    left: -10%;
  }
}
@media (min-width: 1200px) {
  #content-header-kasou .container .kasou-header-pic {
    position: absolute;
    top: 0px;
    left: 0%;
  }
}

/* Maincontents
---------------------*/
a {
  color: #1c2249;
}
a:hover {
  color: #1c2249;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sp-br {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-br {
    display: none;
  }
}

.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

/* Sidemenu
---------------------*/
.side-menu {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  height: 500px;
  background-color: #2f4ca8;
}

.side-banner-menu-tittle {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding-top: 9px;
}

#main .menu a {
  font-size: 17px;
  height: 56px;
  color: #2f4ca8;
  display: block;
  margin-bottom: 12px;
  padding-top: 16px;
  padding-left: 30px;
  background-color: #f2f2f2;
}
#main .menu a:hover {
  text-decoration: none;
  color: #2f4ca8;
  background: rgba(255, 255, 255, 0.8);
}

.last a {
  height: 56px;
  font-size: 17px;
  color: #2f4ca8;
  display: block;
  padding-top: 16px;
  padding-left: 30px;
  background-color: #f2f2f2;
}
.last a:hover {
  text-decoration: none;
  color: #2f4ca8;
  background: rgba(255, 255, 255, 0.8);
}

/* Sidebar
---------------------*/
#sidebar {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  #sidebar {
    /* sideba left */
    /* sideba right */
    float: left;
    width: 25%;
  }
}

#sidebar .widget {
  margin-bottom: 20px;
}

#sidebar .widget.widget-localnavigation-gps,
#sidebar .widget.widget.widget_archive,
#sidebar .widget.widget.widget_categories,
#sidebar .widget.popular-posts {
  position: relative;
  margin-bottom: 40px;
}
#sidebar .widget.widget-localnavigation-gps h2,
#sidebar .widget.widget.widget_archive h2,
#sidebar .widget.widget.widget_categories h2,
#sidebar .widget.popular-posts h2 {
  padding: 20px 5px;
  font-size: 17px;
  font-weight: normal;
  border-top: 1px solid #eee8e0;
  border-bottom: 1px solid #eee8e0;
}
#sidebar .widget.widget-localnavigation-gps ul,
#sidebar .widget.widget.widget_archive ul,
#sidebar .widget.widget.widget_categories ul,
#sidebar .widget.popular-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .widget.widget-localnavigation-gps li,
#sidebar .widget.widget.widget_archive li,
#sidebar .widget.widget.widget_categories li,
#sidebar .widget.popular-posts li {
  padding: 1px 0;
}
#sidebar .widget.widget-localnavigation-gps li a,
#sidebar .widget.widget.widget_archive li a,
#sidebar .widget.widget.widget_categories li a,
#sidebar .widget.popular-posts li a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #303030;
  font-size: 14px;
  font-weight: bold;
}
#sidebar .widget.widget-localnavigation-gps li a:hover,
#sidebar .widget.widget.widget_archive li a:hover,
#sidebar .widget.widget.widget_categories li a:hover,
#sidebar .widget.popular-posts li a:hover {
  color: #71bee6;
  text-decoration: none;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu,
#sidebar .widget.widget.widget_archive ul.sub-menu,
#sidebar .widget.widget.widget_categories ul.sub-menu,
#sidebar .widget.popular-posts ul.sub-menu {
  border-top: 1px solid #eee8e0;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu a,
#sidebar .widget.widget.widget_archive ul.sub-menu a,
#sidebar .widget.widget.widget_categories ul.sub-menu a,
#sidebar .widget.popular-posts ul.sub-menu a {
  padding-left: 24px;
  background: url(../img/sub_menu_li.png) no-repeat 5px center;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu li li a,
#sidebar .widget.widget.widget_archive ul.sub-menu li li a,
#sidebar .widget.widget.widget_categories ul.sub-menu li li a,
#sidebar .widget.popular-posts ul.sub-menu li li a {
  padding-left: 40px;
  background: url(../img/sub_menu_li_li.png) no-repeat 14px center;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu li:last-child,
#sidebar .widget.widget.widget_archive ul.sub-menu li:last-child,
#sidebar .widget.widget.widget_categories ul.sub-menu li:last-child,
#sidebar .widget.popular-posts ul.sub-menu li:last-child {
  border: 0;
}

.widget-localnavigation-gps h2 {
  display: none;
}

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

.contents-last {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

/* Footer
---------------------*/
#footer-all-wrap {
  top: 0 !important;
}

#footer {
  padding-top: 20px;
  min-height: 184px;
}
#footer .heading-level-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #181b36;
}
#footer .footer-text {
  font-size: 15px;
}

#footer-info {
  padding-bottom: 40px;
}
#footer-info .footer-info-text {
  margin-top: 30px;
}

#footer-bottom {
  padding: 30px 0;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  background-color: #71bee6;
  height: 30px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #footer-bottom {
    padding-top: 15px;
    padding-bottom: 140px;
    background-color: #fff;
    color: #727272;
  }
}

#back-top {
  position: fixed;
  bottom: 83px;
  right: 10px;
  z-index: 0;
}

#back-top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
  background: url(../img/top.png) no-repeat center;
  transition: 1s;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #dddddd;
}

#footer-sp-tel-area {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  background: #0F65A3;
  z-index: 20;
}
@media (min-width: 768px) {
  #footer-sp-tel-area {
    display: none;
  }
}
#footer-sp-tel-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #fff;
  text-decoration: none;
}
#footer-sp-tel-area .fa-phone {
  transform: scaleX(-1);
}
#footer-sp-tel-area .sp-title {
  display: inline-block;
  margin-left: 10px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .05em;
}

/* Archive
---------------------*/
.archive .content-content .archive-heading {
  margin-bottom: 40px;
}

/* Search
---------------------*/
.search-results .search-heading-title {
  font-size: 1.1em;
}
.search-results .navigation {
  margin-top: 30px;
}

/* Content Header
---------------------*/
#content-header .heading {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #002f87;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#content-header .heading:before {
  content: "- ";
}
#content-header .heading:after {
  content: " -";
}

.breadcrumbs {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.head-nav {
  background: #ffffff;
}

/* Content
---------------------*/
#main {
  line-height: 1.7em;
  font-size: 15px;
}

#main .heading-level-1 {
  margin-top: 20px;
  margin-left: 55px;
  margin-bottom: 25px;
  padding-left: 0px;
  font-size: 31px;
  color: #000000;
  position: relative;
}

.heading-level-3-business {
  font-size: 25px;
  font-weight: bold;
  padding-left: 13px;
  color: #1c2249;
  margin-top: 74px;
  margin-bottom: 55px;
  position: relative;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .heading-level-3-business {
    font-size: 20px;
  }
}

#content {
  min-height: 1px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 1.6;
}
.page-template-one-column #content, .search-results #content {
  width: 100%;
}

.content-content .heading-level-2 {
  margin-top: 50px;
  margin-left: 1.5em;
  margin-bottom: 20px;
  color: #71bee6;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.content-content .heading-level-2::before {
  margin-left: -30px;
  position: absolute;
  width: 1em;
  height: 1em;
  background: url("../img/h2_icon.png") no-repeat left;
  display: block;
  content: "";
}

.content-content .content-empty-element + .heading-level-2 {
  margin-top: 0;
}

.content-content .heading-level-3 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #71bee6;
}

.content-content .heading-level-2 + .heading-level-3 {
  margin-top: 35px;
}

.content-content .heading-level-3 + table.left-heading {
  margin-top: -20px;
}

.content-content .heading-level-4 {
  padding-top: 4px;
  padding-left: 7px;
  background-color: #ffe88b;
  line-height: 25px;
  margin-top: 20px;
  font-size: 14px;
  font-color: #000;
}
.content-content .heading-level-4 .heading-inner {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  background: #eee;
}

#main {
  padding-bottom: 93px;
  padding-bottom: 500px;
}
#main h2 {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #181b36;
}
#main h2 .heading-inner {
  position: relative;
}
#main h2 .heading-inner:before {
  content: "";
  background: url(../img/slash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
@media (max-width: 767px) {
  #main h2 .heading-inner:before {
    width: 19px;
    height: 25px;
    top: 0;
  }
}

#main .list ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}

#main .list ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #2f4ca8;
}

.content-content .line {
  padding: 20px;
  border: solid #f7a037 1px;
  border-radius: 3px;
}

.content-content ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}

.content-content ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #f7a037;
}

.content-content .line {
  padding: 20px;
  border: solid #f7a037 1px;
  border-radius: 3px;
}

.content-content ol li {
  margin-bottom: 10px;
}

.list-icon-title {
  font-size: 18px;
  font-weight: bold;
  color: #137025;
}
.list-icon-title li {
  list-style-type: none;
}
.list-icon-title li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background-color: #addbb2;
}

.list-icon {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #137025;
}
.list-icon li {
  list-style-type: none;
  margin-bottom: 8px;
}
.list-icon li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background-color: #addbb2;
}
.list-icon a {
  text-decoration: underline;
  color: #137025;
}
.list-icon a:hover {
  opacity: .6;
}

.list-icon-text {
  padding-left: 50px;
  margin-bottom: 30px;
}

.list-number {
  margin: 30px 0 30px 15px;
}
.list-number ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}
.list-number ol li {
  color: #137025;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-number ol li a {
  text-decoration: underline;
  color: #137025;
}
.list-number ol li a:hover {
  opacity: .6;
}
.list-number ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #addbb2;
  color: 137025;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.font-bold {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #212121;
}

.font-bold:first-child {
  margin-top: 60px;
}

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

table.plain-table, table.left-heading, table.right-heading {
  padding-bottom: 30px;
  width: 100%;
}
table.plain-table th, table.plain-table td, table.left-heading th, table.left-heading td, table.right-heading th, table.right-heading td {
  padding: 12px 16px;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  line-height: 1.6em;
}
table.plain-table th, table.left-heading th, table.right-heading th {
  width: 35%;
  background: #edf3fe;
  color: #2f4ca8;
}
table.plain-table td, table.left-heading td, table.right-heading td {
  background: #fff;
}

.plain-table table {
  width: 100%;
}
.plain-table table tr {
  border-bottom: 1px dotted #e4e4e4;
  width: 100%;
}
.plain-table table tr:first-child {
  border-top: 1px dotted #e4e4e4;
}
.plain-table table th, .plain-table table td {
  padding: 7px 8px;
}
@media (min-width: 768px) {
  .plain-table table th {
    background-color: #f8f8f8;
  }
}
@media (max-width: 767px) {
  .plain-table table th, .plain-table table td {
    padding: 8px 0;
    display: block;
    width: 100% !important;
    text-align: left;
    border: 0;
  }
  .plain-table table th {
    font-weight: bold;
    padding: 15px 0 0 0;
  }
  .plain-table table td {
    margin-bottom: 10px;
    line-height: 1.8em;
  }
}
.plain-table table th {
  vertical-align: top;
  width: 160px;
}
.plain-table .recruit-box {
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .plain-table .recruit-box {
    flex-direction: column;
  }
}
.plain-table .recruit-box .left-box {
  display: flex;
  justify-content: space-between;
  flex-basis: 45%;
  flex: 1 0 auto !important;
}
@media (max-width: 1199px) {
  .plain-table .recruit-box .left-box {
    flex-basis: 75%;
  }
}
.plain-table .recruit-box .left-box img {
  flex-basis: 33.33%;
}
@media (max-width: 767px) {
  .plain-table .recruit-box .left-box img {
    padding: 5px;
  }
}
.plain-table .recruit-box .left-box p {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  .plain-table .recruit-box .left-box p {
    font-size: 12px;
  }
}
.plain-table .recruit-box .left-box .img-box {
  padding: 2px;
}
@media (max-width: 767px) {
  .plain-table .recruit-box .right-box {
    margin-top: 20px;
  }
}
.plain-table .recruit-box .right-box p {
  margin-left: 115px;
}
@media (max-width: 1199px) {
  .plain-table .recruit-box .right-box p {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .plain-table .recruit-box .right-box p {
    margin-left: 0;
  }
}

.pdf-area {
  margin: 20px 0;
}

.map-link-area {
  margin-top: 10px;
}

.window-link {
  position: relative;
}

.window-link:after {
  right: -23px;
  top: -3px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/window.png") no-repeat left;
  display: block;
  content: "";
}

/* flex box
---------------------*/
#footer .f-item01 {
  flex-basis: 30%;
}
@media (max-width: 1199px) {
  #footer .f-item01 {
    flex-basis: 100%;
  }
}
#footer .f-item02 {
  flex-basis: 70%;
}
@media (max-width: 1199px) {
  #footer .f-item02 {
    flex-basis: 100%;
  }
}

/* Single
---------------------*/
.single .cat a {
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  background: #71bee6;
}
.single .cat a:hover {
  color: #71bee6;
  background: #bcddea;
}
.single .time {
  margin-bottom: 20px;
  color: #888;
}
.single .post {
  margin-bottom: 50px;
}
.single .post-nav .alignleft {
  float: left;
}
.single .post-nav .alignright {
  float: right;
}
.single .post-thumbnail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single .post-thumbnail {
    width: 300px;
    float: right;
    margin-left: 20px;
  }
}
.single .yarpp-related {
  margin-bottom: 40px;
}
.single .yarpp-related .post-thumbnail {
  float: none;
  margin-left: 0px;
  width: auto;
}

/* Single (News)
---------------------*/
.single.single-news .title-wrap {
  margin-bottom: 30px;
}
.single.single-news .title-wrap .time {
  color: #888;
}
.single.single-news .post-nav {
  margin: 50px 0;
}

/* Archive
---------------------*/
.archive-content {
  margin-bottom: 30px;
}
.archive-content .heading {
  margin-top: 0;
  font-size: 22px;
}
.archive-content .time {
  margin-bottom: 5px;
  color: #888;
}
.archive-content .post-thumbnail {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0;
  line-height: 1;
}
.archive-content .post-thumbnail .cat {
  position: absolute;
  top: 0;
  left: 0;
}
.archive-content .post-thumbnail .cat a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #71bee6;
}
.archive-content .post-thumbnail img:hover {
  opacity: .8;
}

.wp-pagenavi {
  margin: 50px 0;
  text-align: center;
}
.wp-pagenavi > * {
  margin: 0 10px;
}
.wp-pagenavi .pages {
  display: none;
}

/* Archive (News)
---------------------*/
.post-type-archive-news article {
  margin: 20px 0;
}
.post-type-archive-news h2 {
  margin: 0;
  font-size: 15px;
}
.post-type-archive-news .date-wrap {
  color: #303030;
}
@media (min-width: 768px) {
  .post-type-archive-news .date-wrap {
    float: left;
    width: 10em;
    line-height: 1;
  }
}
.post-type-archive-news .title-wrap {
  overflow: hidden;
}
.post-type-archive-news a {
  text-decoration: none;
}

.bx-wrapper {
  position: relative;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: auto;
  /* for ie8 */
}

.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-viewport {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  left: 0 !important;
  transform: translateZ(0px);
}

.caroufredsel_wrapper .slide {
  float: left;
}

/* Home
---------------------*/
.en {
  font-family: 'Josefin Sans', sans-serif;
}

.f-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .f-container {
    display: flex;
  }
}
@media (min-width: 768px) {
  .f-container .f-item {
    width: calc(100%/ 2 - 30px * 1/2);
  }
}
@media (max-width: 767px) {
  .f-container .f-item {
    margin-bottom: 30px;
  }
}

.heading-level-2 {
  color: #22317a;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .heading-level-2 {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
.heading-level-2 .heading-inner {
  color: #555555;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3em;
  position: relative;
  padding-left: 1em;
  letter-spacing: .05em;
}
@media (max-width: 767px) {
  .heading-level-2 .heading-inner {
    font-size: 24px;
  }
}
.heading-level-2 .heading-inner:before {
  content: "";
  background: url(../img/slash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
@media (max-width: 767px) {
  .heading-level-2 .heading-inner:before {
    width: 19px;
    height: 25px;
    top: 0;
  }
}

.heading-level-2 + .heading-level-3 {
  margin-top: 30px;
}

#requirements.anchor + .heading-level-3 {
  margin-top: 10px;
}

.heading-level-3 {
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .heading-level-3 {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
.heading-level-3 .heading-inner {
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 767px) {
  .heading-level-3 .heading-inner {
    font-size: 20px;
  }
}

.heading-level-4 {
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 10px;
  background-color: #71bee6;
}
.heading-level-4 .heading-inner {
  font-weight: bold;
  font-size: 19px;
  color: #fff;
}

.lead-area {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .lead-area {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .lead-area .heading-level-2 {
    margin-top: 50px;
  }
}
.lead-area .f-container .f-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lead-area .tight-area {
  padding: 0 45px;
}
@media (max-width: 767px) {
  .lead-area .tight-area {
    padding: 0 15px;
  }
}
.lead-area .about-text {
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lead-area .about-text {
    padding: 10px;
  }
}
.lead-area .f-container.about-block {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 94px;
}
@media (max-width: 991px) {
  .lead-area .f-container.about-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .lead-area .f-container.about-block {
    margin-top: 40px;
  }
}
.lead-area .f-container.about-block .f-item:first-child {
  width: 60%;
}
@media (max-width: 991px) {
  .lead-area .f-container.about-block .f-item:first-child {
    width: 100%;
  }
}
.lead-area .f-container.about-block .f-item:last-child {
  width: 40%;
}
@media (max-width: 991px) {
  .lead-area .f-container.about-block .f-item:last-child {
    width: 100%;
  }
}
.lead-area .f-container.about-block .f-item.about-icon {
  position: relative;
}
.lead-area .f-container.about-block .f-item.about-icon:before {
  content: "";
  background: url(../img/about01.png);
  background-repeat: no-repeat;
  width: 140px;
  height: 158px;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 4;
  left: 50%;
  margin-left: -70px;
  top: -68px;
}
@media (max-width: 767px) {
  .lead-area .f-container.about-block .f-item.about-icon:before {
    width: 70px;
    height: 79px;
    margin-left: -35px;
    top: -34px;
  }
}
.lead-area .f-container.about-block img.about-pic {
  border: 8px solid #ffe976;
  border-radius: 16px;
}
.lead-area .f-container.vision-block {
  border: 8px solid #1466ad;
  border-radius: 16px;
  padding: 40px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .lead-area .f-container.vision-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .lead-area .f-container.vision-block {
    padding: 30px;
  }
}
.lead-area .f-container.vision-block .f-item:first-child {
  width: 70%;
}
@media (max-width: 991px) {
  .lead-area .f-container.vision-block .f-item:first-child {
    width: 100%;
  }
}
.lead-area .f-container.vision-block .f-item:last-child {
  width: 30%;
}
@media (max-width: 991px) {
  .lead-area .f-container.vision-block .f-item:last-child {
    width: 100%;
  }
}

.business-area {
  background-color: #e6f7ff;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .business-area {
    padding-bottom: 50px;
  }
}
.business-area:before {
  content: "";
  background: url(../img/business-area-header.png) no-repeat left;
  background-size: contain;
  width: 655px;
  height: 135px;
  top: -135px;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .business-area:before {
    width: 300px;
    height: 60px;
    top: -60px;
  }
}
.business-area .business-copy {
  color: #1466ad;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .business-area .business-copy {
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.business-area .business-copy span {
  background: linear-gradient(transparent 60%, #ffe976 60%);
}
.business-area .business-copy .strong {
  font-size: 33px;
}
@media (max-width: 767px) {
  .business-area .business-copy .strong {
    font-size: 23px;
  }
}
.business-area .business-text {
  background-color: #fff;
  border: 1px solid #1466ad;
  border-radius: 20px;
  padding: 50px 60px;
  margin-bottom: 70px;
  line-height: 2;
  font-size: 18px;
  position: relative;
}
@media (min-width: 768px) {
  .business-area .business-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .business-area .business-text {
    margin-top: 60px;
    padding: 45px 30px;
  }
}
.business-area .business-text:before {
  content: "";
  background-image: url(../img/tools.png);
  background-repeat: no-repeat;
  width: 110px;
  height: 81px;
  position: absolute;
  top: -52px;
  left: 50%;
  margin-left: -55px;
}
.business-area .business-block {
  background-color: #fff;
  border: 1px solid #1466ad;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 767px) {
  .business-area .business-block {
    padding: 24px;
  }
}
.business-area .business-block .business-mv {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.business-area .business-block .business-mv:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 50px;
}
.business-area .business-block .business-mv .mv-pic {
  min-height: 230px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .business-area .business-block .business-mv .mv-pic {
    min-height: 210px;
  }
}
.business-area .business-block .heading-level-3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.business-area .business-block.b01 .business-mv:before {
  content: "01";
  color: #71bee6;
}
.business-area .business-block.b01 .heading-level-3 {
  color: #71bee6;
}
.business-area .business-block.b02 .business-mv:before {
  content: "02";
  color: #1466ad;
}
.business-area .business-block.b02 .heading-level-3 {
  color: #1466ad;
}
.business-area .business-block.b03 .business-mv:before {
  content: "03";
  color: #54b262;
}
.business-area .business-block.b03 .heading-level-3 {
  color: #54b262;
}
.business-area .business-block.b04 .business-mv:before {
  content: "04";
  color: #ffe976;
}
.business-area .business-block.b04 .heading-level-3 {
  color: #ffe976;
}

@media (min-width: 768px) {
  .sp-revers {
    flex-direction: row-reverse;
  }
}

.interview-area {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .interview-area {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 6%;
  }
}
.interview-area .sp-block {
  border: 5px solid #5b5b5b;
  border-radius: 60px;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 60px;
  background-color: #fff;
}
.interview-area .sp-block .sp-header {
  padding: 20px 20px 30px 20px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #efefef;
}
.interview-area .sp-block .sp-header:before {
  content: "";
  height: 26px;
  width: 200px;
  border-radius: 0 0 20px 20px;
  top: 0;
  left: 50%;
  margin-left: -100px;
  display: block;
  position: absolute;
  background: #5b5b5b;
}
@media (max-width: 767px) {
  .interview-area .sp-block .sp-header:before {
    height: 13px;
    width: 80px;
    margin-left: -40px;
  }
}
.interview-area .sp-block .sp-header .heading-level-2 {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .interview-area .sp-block .sp-header .heading-level-2 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.interview-area .sp-block .sp-header .heading-level-2 .heading-inner {
  padding-left: 0;
}
@media (max-width: 767px) {
  .interview-area .sp-block .sp-header .heading-level-2 .heading-inner {
    font-size: 20px;
  }
}
.interview-area .sp-block .sp-header .heading-level-2 .heading-inner:before {
  display: none;
}
.interview-area .sp-block .interview-header {
  padding: 20px;
  background-color: #1466ad;
  color: #fff;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-header {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-header img {
    max-width: 170px;
  }
}
.interview-area .sp-block .interview-header .f-container {
  margin-bottom: 0;
}
.interview-area .sp-block .interview-header .f-container .f-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-header .f-container .f-item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .interview-area .sp-block .interview-header .f-container .f-item:first-child {
    width: 45%;
  }
}
.interview-area .sp-block .interview-header .f-container .f-item:last-child {
  justify-content: left;
}
@media (min-width: 768px) {
  .interview-area .sp-block .interview-header .f-container .f-item:last-child {
    width: 55%;
  }
}
.interview-area .sp-block .interview-header .f-container .f-item .content .num {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.interview-area .sp-block .interview-header .f-container .f-item .content .interview-copy {
  background-color: #ffe976;
  color: #1466ad;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-header .f-container .f-item .content .interview-copy {
    font-size: 17px;
  }
}
.interview-area .sp-block .interview-header .f-container .f-item .content .heading-level-3 {
  margin-top: 24px;
  margin-bottom: 8px;
}
.interview-area .sp-block .interview-header .f-container .f-item .content .heading-level-3 .name {
  font-size: 16px;
  font-weight: bold;
}
.interview-area .sp-block .interview-header .f-container .f-item .content .heading-level-3 .en {
  font-size: 34px;
}
.interview-area .sp-block .interview-header .f-container .f-item .content .year {
  font-weight: bold;
  display: inline-block;
  padding: 3px 12px;
}
.interview-area .sp-block .header-01 {
  background-color: #1466ad;
}
.interview-area .sp-block .header-01 .f-container .f-item .content .interview-copy {
  color: #1466ad;
}
.interview-area .sp-block .header-01 .year {
  color: #1466ad;
  background-color: #fff;
}
.interview-area .sp-block .header-02 {
  background-color: #54b262;
}
.interview-area .sp-block .header-02 .f-container .f-item .content .interview-copy {
  color: #54b262;
}
.interview-area .sp-block .header-02 .year {
  color: #54b262;
  background-color: #fff;
}
.interview-area .sp-block .header-03 {
  background-color: #71bee6;
}
.interview-area .sp-block .header-03 .f-container .f-item .content .interview-copy {
  color: #71bee6;
}
.interview-area .sp-block .header-03 .year {
  color: #71bee6;
  background-color: #fff;
}
.interview-area .sp-block .header-04 {
  color: #1466ad;
  background-color: #ffe976;
}
.interview-area .sp-block .header-04 .f-container .f-item .content .interview-copy {
  color: #fff;
  background-color: #1466ad;
}
.interview-area .sp-block .header-04 .year {
  color: #fff;
  background-color: #1466ad;
}
.interview-area .sp-block .interview-window {
  width: 100%;
  height: 650px;
  overflow: scroll;
  overflow-x: hidden;
}
.interview-area .sp-block .interview-content {
  padding: 0 20px;
  margin-top: 34px;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content {
    padding: 0 6px;
    margin-top: 20px;
  }
}
.interview-area .sp-block .interview-content .q-text {
  padding-left: 150px;
  display: flex;
  justify-content: right;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content .q-text {
    padding-left: 60px;
    margin-bottom: 10px;
  }
}
.interview-area .sp-block .interview-content .q-text .q-text-inner {
  font-size: 15px;
  background-color: #54b262;
  background-color: #7ae279;
  background-color: #afe6af;
  background-color: #e2f2e2;
  border-radius: 30px;
  padding: 18px;
  margin-right: 11px;
  position: relative;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content .q-text .q-text-inner {
    border-radius: 10px;
    font-size: 15px;
    padding: 11px 12px;
    margin-right: 8px;
  }
}
.interview-area .sp-block .interview-content .q-text .q-text-inner:before {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 20px;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content .q-text .q-text-inner:before {
    font-size: 20px;
    top: 10px;
    left: 13px;
  }
}
.interview-area .sp-block .interview-content .q-text .q-text-inner:after {
  content: "";
  background: url(../img/hukidashi-q.png);
  height: 17px;
  width: 21px;
  position: absolute;
  top: 11px;
  right: -8px;
}
.interview-area .sp-block .interview-content .a-text {
  padding-right: 150px;
  display: flex;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content .a-text {
    padding-right: 40px;
  }
}
.interview-area .sp-block .interview-content .a-text .staff-icon {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content .a-text .staff-icon {
    margin-right: 6px;
  }
}
.interview-area .sp-block .interview-content .a-text .staff-icon img {
  width: 80px;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content .a-text .staff-icon img {
    width: 32px;
  }
}
.interview-area .sp-block .interview-content .a-text .a-text-inner {
  font-size: 15px;
  background-color: #e6f7ff;
  border-radius: 30px;
  padding: 16px;
  margin-top: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content .a-text .a-text-inner {
    border-radius: 10px;
    margin-top: 8px;
    padding: 11px;
    font-size: 15px;
  }
}
.interview-area .sp-block .interview-content .a-text .a-text-inner:before {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #1466ad;
  position: absolute;
  top: 1px;
  left: 20px;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content .a-text .a-text-inner:before {
    font-size: 20px;
    top: 9px;
    left: 9px;
  }
}
.interview-area .sp-block .interview-content .a-text .a-text-inner:after {
  content: "";
  background: url(../img/hukidashi-a.png);
  height: 17px;
  width: 21px;
  position: absolute;
  top: 32px;
  left: -12px;
}
@media (max-width: 767px) {
  .interview-area .sp-block .interview-content .a-text .a-text-inner:after {
    top: 15px;
  }
}
.interview-area .sp-block .interview-content .last-a-text {
  margin-bottom: 50px;
}

.parent-area {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ebd151;
}
@media (max-width: 767px) {
  .parent-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .parent-area p {
    line-height: 2;
  }
}
.parent-area .parent-area-header {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #987f2b;
}
.parent-area .heading-level-2 .heading-inner {
  color: #333333;
}
.parent-area .heading-level-2 .heading-inner:before {
  background: url(../img/slash-blue.svg);
}
.parent-area .f-container {
  margin-bottom: 0;
}
.parent-area .f-container .f-item {
  width: calc(100%/ 3 - 30px * 2/3);
}
@media (max-width: 767px) {
  .parent-area .f-container .f-item {
    width: 100%;
  }
}
.parent-area .f-container.parent-area-topick {
  margin-top: 70px;
}
.parent-area .f-container.parent-area-topick .f-item {
  background: #fff;
  border-radius: 15px;
  padding: 16px 36px;
}
.parent-area .f-container.parent-area-topick .f-item .heading-level-3 {
  margin-top: 14px;
  margin-bottom: 15px;
}
.parent-area .f-container.parent-area-topick .f-item .heading-level-3 .heading-inner {
  font-size: 24px;
}

.about-area {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .about-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about-area .about-area-block {
  padding: 65px 65px 30px 65px;
  border-radius: 15px;
  border: 4px solid #71bee6;
}
@media (max-width: 767px) {
  .about-area .about-area-block {
    padding: 40px 15px;
  }
}
.about-area .about-area-block .f-container {
  margin-bottom: 80px;
}
.about-area .about-area-block .heading-level-2 {
  margin-top: 0;
}
.about-area .about-area-block .heading-level-3 {
  margin-top: 0;
}
.about-area .about-area-block .heading-level-3 .heading-inner {
  color: #1466ad;
}
.about-area .plain-table table th {
  width: 114px;
}
.about-area .message {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: right;
  font-size: 15px;
}
.about-area .message-name {
  text-align: right;
  font-size: 19px;
}
.about-area img {
  border-radius: 15px;
}

.requirements-area {
  background-color: #e6f7ff;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .requirements-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.requirements-area .requirements-block {
  background-color: #fff;
  padding: 65px 65px 30px 65px;
  border-radius: 15px;
  border: 4px solid #71bee6;
}
@media (max-width: 991px) {
  .requirements-area .requirements-block {
    padding: 30px 15px 1px 15px;
  }
}
.requirements-area .requirements-block .heading-level-2 {
  margin-top: 0;
}
.requirements-area .requirements-block .heading-level-3 {
  color: #71bee6;
}
@media (max-width: 991px) {
  .requirements-area .requirements-block .heading-level-3 {
    font-size: 24px;
  }
}
.requirements-area .f-container-4 .f-item {
  width: calc(100%/ 4 - 30px * 3/4);
  background-color: #e6f7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .requirements-area .f-container-4 .f-item {
    width: 100%;
  }
}

.contact-area {
  background-color: #71bee6;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .contact-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact-area .heading-level-2 {
  margin-top: 0;
}
.contact-area .heading-level-2 .heading-inner {
  color: #fff;
}
.contact-area .heading-level-2 .heading-inner:before {
  background: url(../img/slash-blue.svg);
  background-size: contain;
}
.contact-area .heading-level-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-area .cta {
  max-width: 800px;
  margin: 0 auto;
}
.contact-area .cta-0 {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .contact-area .cta-0 {
    text-align: center;
  }
}
.contact-area .cta-0 .tel {
  display: block;
  font-weight: bold;
  font-size: 27px;
  color: #1466ad;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-area .cta-0 .tel {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .contact-area .cta-0 .tel {
    background-color: #ffe976;
    font-size: 18px;
    border-radius: 46px;
    text-decoration: none;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .contact-area .cta-0 .sp-only {
    display: none;
  }
}
.contact-area .cta-0 p {
  margin-top: 32px;
}

.cta {
  border-radius: 20px;
  background-color: #fff;
  padding: 35px 65px 35px 65px;
}
@media (max-width: 991px) {
  .cta {
    width: 100%;
    margin-left: 0%;
    padding: 35px 15px 70px 15px;
  }
}
.cta .heading-box {
  text-align: center;
}
.cta h2 {
  color: #181b36;
}
@media (max-width: 767px) {
  .cta h2 {
    font-size: 26px;
  }
}
.cta .text {
  font-size: 24px;
  color: #808080;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .cta .text {
    color: #ababab;
  }
}
.cta .tel {
  font-size: 47px;
  color: #1c2249;
}
@media (max-width: 991px) {
  .cta .tel {
    font-size: 29px;
  }
}
.cta .icon {
  color: #808080;
}
@media (max-width: 767px) {
  .cta .icon {
    color: #fff;
  }
}
.cta .note {
  text-align: center;
  color: #444444;
}
@media (max-width: 767px) {
  .cta .note {
    margin-bottom: 25px;
  }
}
.cta .note-2 {
  text-align: center;
  color: #444444;
}
@media (max-width: 991px) {
  .cta .note-2 {
    margin-top: 6px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cta .note-2 {
    margin-top: 18px;
  }
}
.cta #submit {
  font-weight: bold;
}

/* Shortcode
---------------------*/
.btn-default {
  margin-top: 20px;
  padding: 10px 70px;
  border-color: #42ca7a;
  color: #fff;
}
.btn-default:hover {
  background: #292f4c;
  color: #fff;
  background: #FF8736;
  background: #ffb786;
}

.btn {
  border: 0;
  font-size: 14px;
  line-height: 44px;
  text-decoration: none;
  border-radius: 3px;
  letter-spacing: .1em;
  width: 100%;
  background-color: #ffe976;
  color: #1466ad;
  border-radius: 35px;
  max-width: 80%;
  margin-left: 10%;
}

.sc-indent {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .sc-indent {
    margin-left: 40px;
  }
}

.sc-tight {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .sc-tight {
    width: 84%;
  }

  .sc-tight.width-90p {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .sc-tight {
    width: 80%;
  }

  .sc-tight.width-90p {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .sc-tight {
    width: 70%;
  }

  .sc-tight.width-90p {
    width: 90%;
  }
}
.sc-icon-box .heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
.sc-icon-box .box-content {
  line-height: 1.2;
}

.sc-icon-box[class*=" type-centered-"] > .icon-container .gps-icon {
  cursor: default;
  margin-bottom: 20px;
  display: inline-block;
}

.sc-icon-box[class*=" type-centered-"] {
  text-align: center;
}

.sc-icon-box.type-centered-1 > .icon-container .gps-icon {
  color: #71bee6;
  font-size: 30px;
}

.sc-icon-box.type-centered-3 > .icon-container .gps-icon {
  background: #71bee6;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 50px;
}

.sc-icon-box.type-centered-5 .heading {
  font-size: 1.5em;
}
.sc-icon-box.type-centered-5 > .icon-container .gps-icon {
  margin-bottom: 15px;
  border-radius: 50%;
  color: #71bee6;
  font-size: 40px;
  width: 90px;
  height: 90px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ccc;
}

.sc-icon-box.type-boxed-3[class*=" type-boxed-"] {
  border-color: #d4dde5;
  padding: 40px 30px;
  transition: background 0.2s ease-in 0s;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"], .sc-icon-box.type-boxed-3[class*=" type-boxed-"] {
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
}

.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container {
  margin-bottom: 20px;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container, .sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container {
  font-size: 30px;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .gps-icon, .sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .gps-icon {
  position: relative;
  z-index: 1;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .gps-icon, .sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .gps-icon {
  background: #71bee6 none repeat scroll 0 0;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .gps-icon, .sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .gps-icon {
  display: inline-block;
  background: #71bee6 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: default;
  height: 3.5em;
  line-height: 3.5em;
  position: relative;
  text-align: center;
  width: 3.5em;
}

.sc-content-box {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.sc-content-box .heading {
  margin: 0;
  padding: .8em 1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background: #303030;
}
.sc-content-box .box-content {
  padding: 15px;
}
.sc-content-box .content-empty-element + .heading {
  margin-top: 0;
}

.sc-big {
  font-size: 1.7em;
}

.gps-news-wrap li, .sc-osirase li {
  margin: 15px 0;
}
.gps-news-wrap .row-left, .sc-osirase .row-left {
  float: left;
}
.gps-news-wrap .row-right, .sc-osirase .row-right {
  overflow: hidden;
}
.gps-news-wrap .time, .sc-osirase .time {
  display: inline-block;
  margin-right: 20px;
}
.gps-news-wrap .cat, .sc-osirase .cat {
  display: inline-block;
  line-height: 1;
  background: #999;
}
.gps-news-wrap .cat a, .sc-osirase .cat a {
  color: #fff;
}
.gps-news-wrap h2, .sc-osirase h2 {
  margin: 0;
  font-size: 1em;
}

.sc-lead {
  margin-bottom: 50px;
  font-size: 1.1em;
  position: relative;
}
.sc-lead .inner {
  padding-bottom: .5em;
}
.sc-lead:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #71bee6;
}

.sc-box {
  border: 1px dotted #e5e5e5;
  margin: 0 0 40px;
  padding: 20px 36px 22px;
}
.sc-box .box-content > *:last-child {
  margin-bottom: 0;
}
.sc-box .box-content > ol, .sc-box .box-content > ul {
  padding-left: 1em;
}

.sc-child-pages {
  margin-left: -5px;
  margin-right: -5px;
}
.sc-child-pages li {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .sc-child-pages li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
}
.sc-child-pages li a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
}
.sc-child-pages li a:hover {
  border-color: #71bee6;
}
.sc-child-pages li a .fa {
  color: #71bee6;
}

.sc-cta {
  margin-top: 100px;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
}
.sc-cta .title {
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: bold;
}
.sc-cta .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}
.sc-cta .button {
  text-align: center;
}

.sc-business-list {
  margin-top: 15px;
}
.sc-business-list ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.sc-business-list li {
  display: inline-block;
  margin: 0 3px;
  padding: 2px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.contact-tel-block {
  display: inline-block;
  padding: 5px 5px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: middle;
}
.contact-tel-block p {
  margin: 0;
}
.contact-tel-block p:before {
  content: "ご連絡先";
  margin-right: 1.5em;
  font-size: .6em;
  font-weight: normal;
  vertical-align: middle;
}
.contact-tel-block a {
  color: #303030;
}

.sc-step {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  border-top: 1px solid #71bee6;
}
.sc-step.step-first {
  margin-top: 0;
}
.sc-step .step {
  padding-right: 15px;
  color: #71bee6;
  font-size: 20px;
}
.sc-step .step-num {
  font-size: 28px;
}
.sc-step:after {
  position: absolute;
  left: 20px;
  top: -30px;
  color: #71bee6;
  content: "\f107";
  font-family: 'FontAwesome';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sc-step.step-first:after {
  display: none;
}

.sc-page-image {
  margin-bottom: 25px;
}

.sc-image-align {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sc-image-align {
    width: 40%;
  }
  .sc-image-align.align-right {
    float: right;
    margin-left: 20px;
  }
  .sc-image-align.align-left {
    float: left;
    margin-right: 20px;
  }
}

.sc-faq .collapse-content, .sc-collapse .collapse-content {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.sc-faq .collapse-btn, .sc-collapse .collapse-btn {
  position: relative;
  margin-bottom: 1px;
  padding: 15px 35px 15px 20px;
  cursor: pointer;
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  background: #e6f7ff;
}
.sc-faq .collapse-btn:hover, .sc-collapse .collapse-btn:hover {
  color: #71bee6;
}
.sc-faq .collapse-btn .open-sub, .sc-collapse .collapse-btn .open-sub {
  display: block;
  position: absolute;
  height: 11px;
  width: 11px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  padding-bottom: 5px;
}
.sc-faq .collapse-btn .open-sub:after, .sc-faq .collapse-btn .open-sub:before, .sc-collapse .collapse-btn .open-sub:after, .sc-collapse .collapse-btn .open-sub:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.sc-faq .collapse-btn .open-sub:after, .sc-collapse .collapse-btn .open-sub:after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -.5px;
}
.sc-faq .collapse-btn .open-sub:before, .sc-collapse .collapse-btn .open-sub:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -.5px;
}
.sc-faq .collapse-btn.active .open-sub:after, .sc-collapse .collapse-btn.active .open-sub:after {
  display: none;
}
.sc-faq .collapse-close-btn, .sc-collapse .collapse-close-btn {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
  background: #ea0000;
}

.sc-faq .collapse-btn {
  padding-left: 50px;
}
.sc-faq .collapse-btn:before {
  position: absolute;
  left: 20px;
  top: 15px;
  content: "Q";
  color: #71bee6;
}
.sc-faq .collapse-content {
  position: relative;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .sc-faq .collapse-content {
    padding-left: 50px;
  }
}
.sc-faq .collapse-content:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "A";
  color: #71bee6;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sc-faq .collapse-content:before {
    left: 20px;
  }
}

/* TOC+
---------------------*/
ul.toc_list {
  list-style: none;
  margin-top: -30px;
  margin-bottom: 50px;
  padding: 0;
}
ul.toc_list li {
  display: inline-block;
  margin-right: 20px;
}
ul.toc_list li a {
  color: #71bee6;
}
ul.toc_list li a:before {
  display: inline-block;
  margin-right: .2em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0d7";
}

/* ContactForm
---------------------*/
.none-content {
  display: none;
}

.form-horizontal .control-label {
  text-align: left;
  color: #181b36;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 7px;
}
@media (max-width: 991px) {
  .form-horizontal .control-label {
    padding-bottom: 10px;
  }
}

.require {
  padding: 2px 5px;
  color: red;
  font-size: 12px;
  letter-spacing: .1em;
}

.form-group {
  padding: 15px 15px 0;
  margin-bottom: 0;
}

.form-group-last {
  border-style: none;
}
@media (max-width: 991px) {
  .form-group-last {
    text-align: center;
  }
}

.form-group-text-box {
  border-style: none;
  padding-bottom: 0;
}

.form-group-text {
  border-style: none;
  padding-top: 0;
}

.cta-box-mail {
  margin-bottom: 10px;
}

input[type="checkbox"] {
  margin-right: 4px;
}

.otherskill-area {
  display: flex;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .otherskill-area {
    display: block;
  }
}

.otherskill-area .otherskill-area-left {
  width: 15%;
}
@media (max-width: 767px) {
  .otherskill-area .otherskill-area-left {
    width: 100%;
  }
}

.otherskill-area .otherskill-area-right {
  width: 80%;
}
@media (max-width: 767px) {
  .otherskill-area .otherskill-area-right {
    width: 100%;
  }
}

.otherskill-area .control-label {
  min-width: 60px !important;
  color: #727272 !important;
}

.otherskill-area .form-control {
  margin-left: 5%;
}
@media (max-width: 767px) {
  .otherskill-area .form-control {
    margin-left: 0%;
  }
}

/* ContactForm7
---------------------*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wpcf7 input[type="text"]::-moz-placeholder,
.wpcf7 input[type="email"]::-moz-placeholder,
.wpcf7 input[type="date"]::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wpcf7 input[type="text"]:-ms-input-placeholder,
.wpcf7 input[type="email"]:-ms-input-placeholder,
.wpcf7 input[type="date"]:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder {
  color: #999;
}
.wpcf7 input[type="text"]::-webkit-input-placeholder,
.wpcf7 input[type="email"]::-webkit-input-placeholder,
.wpcf7 input[type="date"]::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #999;
}
.wpcf7 textarea {
  height: auto;
}
.wpcf7 dl {
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 1200px) {
  .wpcf7 dl {
    margin-bottom: 15px;
  }
}
.wpcf7 dl:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .wpcf7 dt {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .wpcf7 dt {
    float: left;
    width: 25%;
    padding-top: 7px;
    padding-right: 30px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .wpcf7 dd {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-radio {
    overflow: hidden;
    *zoom: 1;
    display: block;
    padding-top: 7px;
  }
  .wpcf7 .wpcf7-radio:after {
    content: "";
    display: table;
    clear: both;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label {
  position: relative;
  font-weight: normal;
  padding-left: 20px;
}
.wpcf7 .wpcf7-checkbox input,
.wpcf7 .wpcf7-radio input {
  margin-left: -15px;
  position: absolute;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  margin-left: -20px;
  position: absolute;
}

/* Shortcode-Help
---------------------*/
.bs-example:after {
  color: #959595;
  content: "Example";
  font-size: 12px;
  font-weight: 700;
  left: 15px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}

.bs-example {
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
  margin: 0 -15px 15px;
  padding: 45px 15px 15px;
  position: relative;
}

.bs-example {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 4px 4px 0 0;
  border-width: 1px;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}

.bs-example + .highlight, .bs-example + .zero-clipboard + .highlight {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -16px;
}

.highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 9px 14px;
}

.highlight pre {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
  word-break: normal;
}

.table-edit {
  border: 1px dashed #bbb !important;
}

.table-edit {
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  border-spacing: 2px;
}

.table-edit, .table-edit td, .table-edit th, .table-edit caption {
  border: 1px dashed #bbb;
  border-collapse: separate;
}

.table-edit th {
  background-color: #eee;
  border-collapse: collapse;
  color: #000;
  font-size: 100%;
  font-weight: normal;
}

/*# sourceMappingURL=suehiro-denko.css.map */
