@charset "UTF-8";
/*****************************************************************
コーポレートサイト ベースレイアウト設定ファイル（common_testkigyohp.css）
      - Version: 1.0.0 (2017/09/04)
      - Create:  (2017/09/04)
      - Release: (yyyy/mm/dd)
*****************************************************************/
/*==========================================
/
/  1■body
/  2■common
/  3■header
/  4■mainimg
/  5■title
/  6■footer
/  7■slider(top)
/  8■contents
/  9■news
/  10■faq
/ 11■free
/
==========================================*/
/******************************************************************
  1■body
*****************************************************************/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
  body.open {
    overflow: hidden;
    height: 100%;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
}

*, *:after, *:before {
  box-sizing: border-box;
}

* {
  outline: 0;
}

/******************************************************************
  2■common
*****************************************************************/
a {
  color: #352216;
  text-decoration: underline;
  transition: opacity 0.25s linear;
}
a:link {
  color: #352216;
  text-decoration: underline;
}
@media (min-width: 992px) {
  a:hover {
    color: #352216;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.link-arrow {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
a.link-arrow::before, a.link-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  vertical-align: middle;
  opacity: 1;
}
a.link-arrow::before {
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #352216;
  border-right: 1px solid #352216;
  transform: rotate(45deg);
}
a.blank::after {
  content: url("../img/common/icon-blank.png");
  margin-left: 6px;
}

.anchor {
  padding-top: 184px;
  margin-top: -184px;
}
@media (max-width: 991px) {
  .anchor {
    padding-top: 134px;
    margin-top: -134px;
  }
}
@media (max-width: 767px) {
  .anchor {
    padding-top: 102px;
    margin-top: -102px;
  }
}

@media (min-width: 992px) {
  section a:hover {
    opacity: 0.8;
  }
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

.btn-01, .btn-02 {
  display: table;
  min-width: 460px;
  margin: 0 auto;
  /*font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;*/
}
@media (max-width: 767px) {
  .btn-01, .btn-02 {
    min-width: 100%;
  }
}
.btn-01 a, .btn-02 a {
  display: table-cell;
  position: relative;
  padding: 1em;
  letter-spacing: 0.075em;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #329CD4, #265EAD);
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .btn-01 a, .btn-02 a {
    font-size: 2.2rem;
  }
}
.btn-01 a::before, .btn-02 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-01 a::before, .btn-02 a::before {
    right: 16px;
  }
}

.mail {
  position: relative;
}
.mail::before {
  /*content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-mail.svg);
  background-size: 40px;
  @include css3(transform, translateY(-50%));
  z-index: 10;*/
}

/******************************************************************
  3■header
*****************************************************************/
.header {
  position: relative;
}

header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 104px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: height 0.1s ease;
}
@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
  }
}
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
  }
}
@media (min-width: 992px) {
  header {
    bottom: -104px;
  }
}
header .header-logo {
  display: flex;
  align-items: center;
  height: 104px;
  margin: 0;
  font-size: 1.2rem;
  transition: height 0.2s ease;
}
@media (min-width: 992px) {
  header .header-logo img {
    width: 100%;
  }
}
header .row {
  position: relative;
}
header .nav {
  display: flex;
  justify-content: right;
}
header .nav li {
  color: #333;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  header .nav li {
    padding: 0 30px;
  }
}
header .nav li a {
  display: flex;
  align-items: center;
  height: 112px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}
header .nav li a span {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
header .nav li a span.focus {
  border-bottom-color: #1F518E;
  color: #1F518E;
}
@media (min-width: 992px) {
  header .nav li a:hover {
    color: #1F518E;
    opacity: 1;
  }
  header .nav li a:hover span {
    border-bottom-color: #1F518E;
  }
}
header .nav li.contact-btn {
  width: auto;
  text-align: right;
}
header .nav li.contact-btn .contact-btn-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px 0;
  border-radius: 4px;
  background-color: #1F518E;
  color: #fff;
  transition: opacity 0.2s ease;
}
header .nav li.contact-btn a {
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  header .nav li.contact-btn a:hover {
    border-bottom: none;
  }
  header .nav li.contact-btn a:hover .contact-btn-bg {
    opacity: 0.8;
  }
}
header .nav .drawer-menu, header .nav .drawer-menu span {
  display: none;
}
@media (min-width: 992px) {
  header.mini-header {
    position: fixed;
    transition: all 1s ease;
    top: 0;
  }
}

@media print {
  header {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .main {
    padding-top: 54px;
  }
  header {
    height: 54px;
    transition: all 0.2s ease;
  }
  header .container {
    width: 100%;
    padding: 0;
  }
  .sm-header {
    width: 100%;
    padding: 0 24px;
    background-color: #fff;
  }
  header .header-logo {
    height: 54px;
  }
  .header-logo img {
    width: auto;
    height: 40px;
  }
  ul.nav {
    display: none;
    padding: 28px;
  }
  .drawer-menu {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 24px;
    height: 17px;
    cursor: pointer;
  }
  .drawer-menu span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    background-color: #1F518E;
    transition: all 0.4s;
  }
  .drawer-menu span:nth-of-type(1) {
    top: 0;
  }
  .drawer-menu span:nth-of-type(2) {
    top: 8px;
  }
  .drawer-menu span:nth-of-type(3) {
    bottom: 0;
  }
  .open header {
    height: 100%;
    overflow: scroll;
    overflow: hidden;
    background: rgba(31, 81, 142, 0.95);
    transition: all 0.2s ease;
  }
  .open header .drawer-menu span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .open header .drawer-menu span:nth-of-type(2) {
    opacity: 0;
  }
  .open header .drawer-menu span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .open header ul.nav {
    display: block;
  }
  .open header ul.nav li {
    display: block;
    /*opacity: 0;*/
    width: 100%;
    border-bottom: dotted 1px #fff;
    /*font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,Verdana,sans-serif;*/
    /*&:nth-of-type(1) {
        -webkit-animation: example .5s ease .2s 1 forwards;
        animation: example .5s ease .2s 1 forwards;
    }
    &:nth-of-type(2) {
        -webkit-animation: example .5s ease .3s 1 forwards;
        animation: example .5s ease .3s 1 forwards;
    }
    &:nth-of-type(3) {
        -webkit-animation: example .5s ease .4s 1 forwards;
        animation: example .5s ease .4s 1 forwards;
    }
    &:nth-of-type(4) {
        -webkit-animation: example .5s ease .5s 1 forwards;
        animation: example .5s ease .5s 1 forwards;
    }
    &:nth-of-type(5) {
        -webkit-animation: example .5s ease .6s 1 forwards;
        animation: example .5s ease .6s 1 forwards;
    }*/
  }
  .open header ul.nav li a {
    position: relative;
    height: auto;
    padding: 16px 10px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  .open header ul.nav li a span {
    padding: 0;
  }
  .open header ul.nav li a::before {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  @keyframes example {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
}
/******************************************************************
  4■mainimg
*****************************************************************/
.mainimg {
  position: relative;
}
.mainimg img {
  width: 100%;
}
.mainimg img.object-fit-img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .mainimg img.object-fit-img {
    height: 432px;
  }
}

/******************************************************************
  5■title
*****************************************************************/
.img-text {
  width: 100%;
  font-size: 4vw;
  color: #1F518E;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .img-text {
    font-size: 8vw;
  }
}
.img-text.dark-color {
  color: #333;
  text-shadow: 0 0 3px #fff;
}
.img-text.bright-color {
  color: #fff;
  text-shadow: 0 0 3px #333;
}

.title-box {
  position: relative;
  height: 344px;
  overflow: hidden;
  background-color: #9f9894;
}

.title-bg {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-right: -50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.title-text-upper {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-text-upper {
    font-size: 3rem;
  }
}
.title-text-lower {
  padding-top: 24px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .title-text-lower {
    font-size: 2rem;
  }
}

.contents-ttl {
  position: relative;
  margin-bottom: 48px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro w6", "Hiragino Kaku Gothic Pro w6", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.25;
  text-align: center;
}
.contents-ttl .ttl-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*.ttl-en {
      font-size: 4rem;
      padding-bottom: 8px;
  }*/
}
.contents-ttl .ttl-wrap .ttl-ja {
  /*position: relative;
  font-size: 2.4rem;
  &::before,
  &::after {
      content: '';
      position: absolute;
      top: 50%;
      @include css3(transform, translateY(-50%));
      width: 32px;
      height: 1px;
      background-color: $basefontColor;
  }
  &::before {
      left: -48px;
  }
  &::after {
      right: -48px;
  }*/
}
@media (max-width: 767px) {
  .contents-ttl {
    margin-bottom: 24px;
  }
  .contents-ttl .ttl-wrap .ttl-en {
    font-size: 2rem;
    padding-bottom: 4px;
  }
  .contents-ttl .ttl-wrap .ttl-ja {
    font-size: 1.6rem;
  }
  .contents-ttl .ttl-wrap .ttl-ja::before, .contents-ttl .ttl-wrap .ttl-ja::after {
    width: 16px;
  }
  .contents-ttl .ttl-wrap .ttl-ja::before {
    left: -26px;
  }
  .contents-ttl .ttl-wrap .ttl-ja::after {
    right: -26px;
  }
}
.contents-ttl-sub {
  position: relative;
  padding-left: 16px;
  margin-bottom: 32px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #1F518E;
}
@media (max-width: 767px) {
  .contents-ttl-sub {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}
.contents-ttl-sub::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 5px;
  height: 25px;
  background-color: #1F518E;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .contents-ttl.ttl-left {
    text-align: left;
  }
  .contents-ttl.ttl-left::after {
    left: 0;
    transform: translateX(0);
  }
}
/******************************************************************
  6■footer
*****************************************************************/
footer section {
  padding: 30px 0;
  margin: 0;
  color: #fff;
  background-color: #1F518E;
}
footer section .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer section {
    padding: 15px 0 25px 0;
  }
}
footer section a {
  color: #fff;
}
footer section a:link, footer section a:visited {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer section a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
  }
}

.font-verdana {
  font-family: Verdana;
}

.copyright {
  margin: 4px 0;
  text-align: center;
}

footer .ga-pdf {
  margin: 4px 0;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
}
.pagetop a {
  display: block;
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  background: #1F518E;
  border-radius: 4px;
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(315deg);
}

/******************************************************************
  8■contents
*****************************************************************/
@media (min-width: 992px) {
  .contents {
    padding-top: 104px;
  }
}

section {
  position: relative;
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  section {
    padding: 48px 0 56px;
  }
}
section p {
  line-height: 2;
}
section.section-colored {
  margin-bottom: 0;
  background-color: #3c3f3f;
}
section.section-colored .contents-ttl {
  color: #fff;
}
section.section-colored .contents-ttl::after {
  background-color: #fff;
}
section.section-colored .contents-ttl span::before, section.section-colored .contents-ttl span::after {
  background-color: #fff !important;
}
section.section-colored .blockquote p {
  color: #fff;
  font-weight: normal;
}
section.section-colored * {
  color: #fff;
}
section.section-colored .btn-01, section.section-colored .btn-02 {
  /*a {
      color: $bgColor;
      background-color: #fff;
      &::before {
          border-top: 1px solid $bgColor;
          border-right: 1px solid $bgColor;
      }
  }*/
}
section.section-image, section.section-image-dark {
  position: relative;
  background-position: center center;
  background-size: cover;
}
section.section-image::before, section.section-image-dark::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3f3f;
  opacity: 0.8;
  z-index: 1;
}
section.section-image .container, section.section-image-dark .container {
  position: relative;
  z-index: 10;
}
section.image-box, section.sliding-box {
  padding: 0;
}
@media (max-width: 767px) {
  section.image-box, section.sliding-box {
    padding: 0;
  }
}
section .tel-number {
  font-size: 2.8rem;
  /*font-weight: normal;*/
  vertical-align: middle;
}
section .contact-info {
  margin: 0 auto 32px;
  line-height: 1.25;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  section .contact-info {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
}
section .mini-section {
  padding-top: 104px;
}
@media (max-width: 767px) {
  section .mini-section {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  section .mini-section {
    padding-top: 0;
  }
}

.row.flx .flx-box {
  background-clip: content-box;
  /*.flx-box-inner {
      padding: 32px 16px;
     @include mq(tab) {
          padding: 16px 8px;
      }
      @include mq(sp) {
          padding: 0;
      }
  }*/
}

@media (min-width: 768px) {
  .row.flx {
    display: flex;
  }
}
.m-b-sm {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 8px;
  }
}

.m-b-md {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 16px;
  }
}

.m-b-lg {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .sp-m-b-xs {
    margin-bottom: 8px;
  }
  .sp-m-b-sm {
    margin-bottom: 16px;
  }
  .sp-m-b-md {
    margin-bottom: 24px;
  }
  .sp-m-b-lg {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .sm-right-space {
    padding-right: 3%;
  }
  .sm-left-space {
    padding-left: 3%;
  }
}
.font-size-xs {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .font-size-xs {
    font-size: 1rem;
  }
}

.font-size-sm {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .font-size-sm {
    font-size: 1rem;
  }
}

.font-size-md {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .font-size-md {
    font-size: 1.2rem;
  }
}

.font-size-lg {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .font-size-lg {
    font-size: 1.6rem;
  }
}

.font-size-xl {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .font-size-xl {
    font-size: 3rem;
  }
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.lead {
  line-height: 1.75;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lead {
    font-size: 2rem;
  }
}

.article {
  line-height: 2;
}

.valign-m {
  vertical-align: middle;
}

.emphasis {
  font-weight: bold;
}
.emphasis-colored {
  color: #1F518E;
}
.emphasis-boldcolored {
  font-weight: bold;
  color: #1F518E;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
}
.h-line {
  padding-left: 8px;
  border-left: 4px solid #1F518E;
}

.label {
  padding: 4px 8px;
  color: #fff;
  background-color: #1F518E;
}

.blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 32px;
  z-index: 1;
}
.blockquote p {
  position: relative;
  font-size: 3rem;
  line-height: 1.5;
  color: #329CD4;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 767px) {
  .blockquote {
    margin-bottom: 24px;
  }
  .blockquote p {
    font-size: 2.4rem;
  }
}

.colored-box {
  padding: 16px;
  background-color: #3c3f3f;
  border: 1px solid #1F518E;
}

.bg-gray {
  background-color: #ccc;
}

.bg-white {
  background-color: #fff;
}

.bg-colored {
  background-color: #3c3f3f;
}

.no-wrap {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

/* リスト関連 */
.dot-list li {
  position: relative;
  padding-left: 15px;
  margin: 16px 0;
}
.dot-list li::after {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}
.dot-list.lh-sm li {
  margin: 8px 0;
}

.check-list li {
  position: relative;
  padding-left: 4px;
  margin: 16px 0 16px 24px;
}
@media (max-width: 767px) {
  .check-list li {
    margin: 8px 0 8px 24px;
  }
}
.check-list li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.2em;
  left: -1.4em;
  width: 16px;
  height: 10px;
  opacity: 0.8;
  border-left: 4px solid #1F518E;
  border-bottom: 4px solid #1F518E;
  transform: rotate(-45deg);
}
.check-list.lh-sm li {
  margin: 8px 0 8px 24px;
}

/* 画像関連 */
.img-fluid {
  width: 100%;
  height: auto;
}

.img-radius {
  border-radius: 20px;
}

.img-radius-round {
  border-radius: 50%;
}

.img-cadre {
  padding: 8px;
  border: 1px solid #ccc;
}

.img-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  border-radius: 4px;
}
.img-link figure {
  top: 0;
  left: 0;
  background-color: #333;
}
.img-link figure img {
  width: 100%;
  opacity: 0.4;
  transition: transform 0.2s ease;
}
@media (min-width: 992px) {
  .img-link:hover figure img {
    transform: scale(1.08);
  }
}
.img-link .img-link-text {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
}
.img-link .img-link-text-ttl {
  font-size: 2.8rem;
}
.img-link .box-arrow::before, .img-link .box-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  vertical-align: middle;
  opacity: 1;
}
.img-link .box-arrow::before {
  right: 24px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.fukidashi-top {
  position: relative;
  padding: 8px;
  margin: 16px 0 0;
  background-color: #fff;
  border: 1px solid #999;
  z-index: 1;
}
.fukidashi-top::before, .fukidashi-top::after {
  content: " ";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  z-index: 1;
}
.fukidashi-top::after {
  top: -10px;
  border-bottom-color: #999;
  z-index: 0;
}

/* テーブル関連 */
@media (min-width: 768px) {
  .table-list dl {
    display: table;
    width: 100%;
  }
  .table-list dt, .table-list dd {
    display: table-cell;
    padding: 24px;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    vertical-align: middle;
  }
  .table-list dt {
    position: relative;
    width: 25%;
    text-align: center;
  }
  .table-list dd {
    display: table-cell;
    width: auto;
    border-right: none;
  }
  .table-list dl:first-child dt, .table-list dl:first-child dd {
    border-top: none;
  }
  .table-list.no-v-line dt, .table-list.no-v-line dd {
    padding: 10px 0;
    border-right: none;
    border-top: none;
  }
  .table-list.time-line dt {
    color: #333;
  }
  .table-list.time-line dt, .table-list.time-line dd {
    vertical-align: top;
    border-top: none;
  }
  .table-list.time-line dt::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 32px;
    width: 8px;
    height: 8px;
    background-color: #1F518E;
    border-radius: 4px;
  }
  .table-list.time-line dd p {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .table-list dt, .table-list dd {
    padding: 8px;
  }
  .table-list dt {
    background-color: #f1f1f1;
  }
  .table-list dd {
    padding-bottom: 16px;
  }
  .table-list dl:first-child dt, .table-list dl:first-child dd {
    border-top: none;
  }
  .table-list.time-line dt {
    position: relative;
    font-weight: bold;
    color: #1F518E;
    background-color: transparent;
  }
  .table-list.time-line dt, .table-list.time-line dd {
    padding-left: 16px;
    border-top: none;
    border-left: 1px solid #bbb;
    vertical-align: top;
  }
  .table-list.time-line dt::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 13px;
    width: 7px;
    height: 7px;
    background-color: #1F518E;
    border-radius: 4px;
  }
  .table-list.time-line dd {
    padding-top: 0;
  }
  .table-list.time-line dd p {
    margin: 8px 0 0 8px;
  }
}
/* その他 */
a.map-link {
  display: inline-block;
  margin-top: 14px;
  padding: 11.5px 37px;
  background-color: #1F518E;
  vertical-align: middle;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}
a.map-link::after {
  content: url(../img/common/icon-blank-white.png);
  margin-left: 10px;
}

.g-map {
  width: 100%;
  height: 320px;
  border: 0;
}

.map-responsive {
  position: relative;
  width: 100%;
}
.map-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (max-width: 767px) {
  .map-responsive::before {
    padding-top: 100%;
  }
}
.map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}

.image-box .image-box-area {
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .image-box .image-box-area {
    height: 200px;
    background-attachment: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .image-box .image-box-area {
    background-attachment: scroll;
  }
}
.image-box .image-box-area.n-01 {
  background-image: url(../img/top/bg-ph-001.jpg);
}
.image-box .image-box-area.n-02 {
  background-image: url(../img/top/bg-ph-002.jpg);
}
.image-box .image-box-area.n-03 {
  background-image: url(../img/top/bg-ph-003.jpg);
}

.sliding-box {
  overflow: hidden;
}
.sliding-box .sliding {
  height: 328px;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
  -moz-animation: slide 80s linear infinite;
  background-repeat-x: repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .sliding-box .sliding {
    height: 200px;
  }
}
.sliding-box .sliding.n-01 {
  background-image: url(../img/top/sliding-ph-001.jpg);
}

@keyframes slide {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 2970px 0;
  }
}
/******************************************************************
  9■news
*****************************************************************/
.news-list ul {
  margin-bottom: 32px;
}
.news-list ul li {
  border-bottom: 1px solid #bbb;
}
.news-list ul li a {
  display: table;
  padding: 8px 0;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-list ul li a {
    height: 96px;
    font-size: 1.4rem;
  }
  .news-list ul li a:hover {
    background-color: #3c3f3f;
  }
}
.news-list ul li a .news-date, .news-list ul li a .news-category, .news-list ul li a .news-title {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .news-list ul li a .news-date, .news-list ul li a .news-category, .news-list ul li a .news-title {
    display: inline-block;
    margin: 4px 0;
  }
}
@media (min-width: 768px) {
  .news-list ul li a .news-date {
    width: 136px;
  }
  .news-list ul li a .news-category {
    padding-right: 24px;
    width: 168px;
  }
  .news-list ul li a .news-category .category-frame {
    width: 100%;
    text-align: center;
  }
}
.news-list ul li a .news-date {
  color: #1F518E;
  text-align: center;
}
@media (max-width: 767px) {
  .news-list ul li a .news-date {
    margin-right: 24px;
    text-align: left;
  }
}
.news-list ul li a .news-category {
  margin: 4px 0;
}
.news-list ul li a .news-category .category-frame {
  display: inline-block;
  padding: 2px 8px;
  background-color: #fff;
  border: 1px solid #bbb;
}
@media (max-width: 767px) {
  .news-list ul li a .news-title {
    display: block;
  }
}
.news-list ul li a .news-text {
  width: 100%;
  color: #333;
}
@media (min-width: 768px) {
  .news-list ul li a .news-text {
    display: inline-block;
    position: relative;
    padding-right: 56px;
  }
  .news-list ul li a .news-text::before, .news-list ul li a .news-text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    margin-right: 0;
    vertical-align: middle;
    opacity: 1;
  }
  .news-list ul li a .news-text::before {
    right: 24px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #352216;
    border-right: 1px solid #352216;
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .news-list ul li a {
    display: inline-block;
    position: relative;
    padding-right: 24px;
  }
  .news-list ul li a::before, .news-list ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    margin-right: 0;
    vertical-align: middle;
    opacity: 1;
  }
  .news-list ul li a::before {
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #352216;
    border-right: 1px solid #352216;
    transform: rotate(45deg);
  }
}

.table-news-list .news-box {
  width: 100%;
  border-top: 1px solid #bbb;
}
.table-news-list .news-box a {
  display: block;
  padding: 24px 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .table-news-list .news-box a {
    padding: 16px 0;
  }
}
.table-news-list .news-box a h3 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .table-news-list .news-box a h3 {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.table-news-list .news-box:first-child {
  border-top: none;
}

.news-info {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .news-info {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
}
.news-info .news-date {
  margin-right: 16px;
}
.news-info .category-frame {
  display: inline-block;
  padding: 2px 8px;
  min-width: 8em;
  background-color: #fff;
  border: 1px solid #bbb;
  text-align: center;
}

.news-img {
  max-width: 500px;
}

/******************************************************************
  10■faq
*****************************************************************/
.faq-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.faq-q {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 60px;
  background: #f1f1f1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-q {
    padding: 15px 35px 10px;
  }
}
.faq-q:not(:first-child) {
  margin-top: 20px;
}
.faq-q:before {
  content: "Q";
  top: 18px;
}
@media (max-width: 767px) {
  .faq-q:before {
    top: 15px;
  }
}
.faq-q:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .faq-q:after {
    right: 10px;
  }
}
.faq-q.open:after {
  transform: rotate(-45deg);
  top: 45%;
  border-color: #fff;
}
@media (min-width: 992px) {
  .faq-q:hover:after {
    border-color: #fff;
  }
}

.faq-a {
  display: none;
  padding: 30px 20px 30px 60px;
  position: relative;
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .faq-a {
    padding: 20px 10px 20px 35px;
  }
}
.faq-a:before {
  content: "A";
  top: 28px;
}
@media (max-width: 767px) {
  .faq-a:before {
    top: 20px;
  }
}

.faq-q:before, .faq-a:before {
  position: absolute;
  left: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq-q:before, .faq-a:before {
    left: 10px;
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .faq-container .faq-q:hover {
    background-color: #1F518E;
    color: white;
  }
}

.faq-container .faq-q:active,
.faq-container .faq-q.open {
  background-color: #1F518E;
  color: white;
}

.faq-container .faq-q:hover i:before,
.faq-container .faq-q:hover i:active,
.faq-container .faq-q.open i {
  color: #333;
}

/******************************************************************
  11■free(その他、独自のスタイルは以下に記述してください)
*****************************************************************/
.ttl-ja, .ttl-en img {
  height: auto;
}
.ttl-ja img {
  height: 62px;
  margin-bottom: 6px;
}
.ttl-en img {
  height: 30px;
}
@media (max-width: 767px) {
  .ttl-ja img {
    height: 47px;
  }
  .ttl-en img {
    height: 24px;
  }
}

.m-b-56 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .m-b-56 {
    margin-bottom: 40px;
  }
}
.m-b-48 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .m-b-48 {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .m-b-48-pc {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .space-right {
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .space-left {
    padding-left: 28px;
  }
}

@media (min-width: 992px) {
  .pcHdn {
    display: none;
  }
}

/*******************ご挨拶**********************/
.message {
  background: url(../img/top/message-bg.jpg);
}
.message .president-photo {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .message .president-photo {
    margin-bottom: 32px;
  }
}
.message .president-name p {
  /*&:nth-child(1) {
      margin-bottom: 4px;
  }*/
}
.message .president-name p:nth-child(2) {
  font-size: 2.4rem;
}

/*******************ご挨拶**********************/
/******************事業案内*********************/
.business {
  background-color: #EFF3F9;
}
.business .ttl-block {
  display: block;
  padding: 10px 0 10px 16px;
  margin-bottom: 20px;
  background: #4870A3;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business .ttl-block {
    padding: 11px 0 11px 16px;
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .business .box-top, .business .box-bottom {
    padding-left: 16px;
  }
}
.business .box-top p:nth-child(1) {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .business .box-top p:nth-child(1) {
    font-size: 2rem;
  }
}
.business .box-bottom {
  font-weight: bold;
}
.business .box-bottom p {
  font-size: 2rem;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .business .box-bottom p {
    font-size: 1.8rem;
  }
}
.business .box-bottom ul li {
  position: relative;
}
.business .box-bottom ul li span {
  padding-left: 2.5rem;
}
.business .box-bottom ul li::before {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  border-radius: 50px;
  display: inline-block;
  background-color: #1F518E;
  top: 0.5em;
  left: 0;
}
.business-table {
  border-collapse: collapse;
  width: 100%;
}
.business-table th, .business-table td {
  border: 4px solid #EFF3F9;
  border-left: none;
  background-color: #86A1C3;
  padding: 24px;
}
@media (max-width: 767px) {
  .business-table th, .business-table td {
    padding: 12px;
  }
}
.business-table th {
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  width: 131px;
}
@media (max-width: 767px) {
  .business-table th {
    width: 115px;
  }
}
.business-table td {
  background-color: #fff;
}

/******************事業案内*********************/
/******************採用情報*********************/
.recruit {
  background-color: #EFF3F9;
}
.recruit-item {
  padding-inline: 23px;
  background: #fff;
  color: #1F518E;
}
@media (max-width: 991px) {
  .recruit-item {
    padding-inline: 12px;
  }
}
@media (max-width: 767px) {
  .recruit-item {
    margin-bottom: 24px;
  }
}
.recruit .flx-box-inner {
  padding: 32px 35px;
}
@media (max-width: 991px) {
  .recruit .flx-box-inner {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .recruit .flx-box-inner {
    padding: 20px 24px 30px;
  }
}
.recruit .box {
  padding-inline: 11px;
  padding: 35px 32px;
  background: #fff;
}
@media (max-width: 767px) {
  .recruit .box {
    padding: 20px 24px;
  }
}
.recruit .flx-area {
  /*display: flex;
  flex-direction: column;*/
}
@media (max-width: 767px) {
  .recruit .flx-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.recruit .flx-area .icon {
  margin: 0 auto 24px;
}
@media (max-width: 767px) {
  .recruit .flx-area .icon {
    margin: 0;
  }
}
.recruit .flx-area img {
  height: 89px;
  width: auto;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .recruit .flx-area img {
    height: 82px;
    margin-bottom: 0;
  }
}
.recruit .bk-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .recruit .bk-ttl {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 0;
  }
}

/******************採用情報*********************/
/******************会社案内*********************/
.company .enkaku .ttl {
  margin-bottom: 40px;
}
.company h3 {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  color: #1F518E;
  line-height: 1;
}
.company h3::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%);
  width: 104px;
  height: 1px;
  background-color: #1F518E;
}

/******************会社案内*********************/
/*****************お問い合わせ******************/
.contact {
  font-size: 2rem;
  background: url(../img/top/contact-bg.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .contact {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .contact .ttl-ja:nth-child(1) {
    display: none;
  }
}
@media (min-width: 768px) {
  .contact .ttl-ja:nth-child(2) {
    display: none;
  }
}
.contact .ttl-ja:nth-child(2) img {
  height: 92px;
  width: auto;
}
.contact .bg-white {
  padding: 40px 30px;
  border-radius: 40px;
}
.contact .tel-number, .contact .fax-number {
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contact .tel-number, .contact .fax-number {
    font-size: 2.4rem;
  }
}
.contact .btn-02 a {
  letter-spacing: 0.025em;
}

/*****************お問い合わせ******************//*# sourceMappingURL=common.css.map */