@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;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.05em;
}

@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;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.blank::after {
  content: url("../img/icon-blank.png");
  margin-left: 6px;
}

.anchor {
  padding-top: 104px;
  margin-top: -104px;
}

@media (max-width: 767px) {
  .anchor {
    padding-top: 54px;
    margin-top: -54px;
  }
}

@media (min-width: 992px) {
  section a:hover {
    opacity: .8;
  }
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

.btn-01, .btn-02 {
  display: table;
  min-width: 350px;
  margin: 32px auto 0;
  font-family: '游明朝','Yu Mincho',YuMincho,serif;
}

@media (max-width: 767px) {
  .btn-01, .btn-02 {
    min-width: 100%;
  }
}

.btn-01 a, .btn-02 a {
  display: table-cell;
  position: relative;
  padding: 0.6em;
  letter-spacing: 0;
  font-size: 2.0rem;
  color: #fff;
  background-color: #13567C;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .btn-01 a, .btn-02 a {
    font-size: 1.8rem;
  }
}

.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 .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 .2s ease;
}

@media (min-width: 992px) {
  header .header-logo img {
    width: 100%;
  }
}

header .row {
  position: relative;
}

header .nav {
  display: flex;
  justify-content: center;
}

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 .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: #13567C;
  color: #13567C;
}

@media (min-width: 992px) {
  header .nav li a:hover {
    color: #13567C;
    opacity: 1;
  }
  header .nav li a:hover span {
    border-bottom-color: #13567C;
  }
}

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: #13567C;
  color: #fff;
  transition: opacity .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: .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 .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: 20px;
  }
  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: #333;
    transition: all .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(30, 30, 30, 0.95);
    transition: all .2s ease;
  }
  .open header .drawer-menu span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    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) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    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 #999;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 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;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: '';
  }
  @-webkit-keyframes example {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @keyframes example {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
}

/******************************************************************
  4■mainimg
*****************************************************************/
.mainimg {
  position: relative;
}

.mainimg img {
  width: 100%;
}

.mainimg img.object-fit-img {
  height: 700px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (max-width: 767px) {
  .mainimg img.object-fit-img {
    height: 112vw;
  }
}

/******************************************************************
  5■title
*****************************************************************/
.img-text {
  width: 100%;
  font-size: 4vw;
  color: #13567C;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -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: .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;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  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: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .contents-ttl {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

.contents-ttl-main {
  padding-bottom: 8px;
  font-size: 4rem;
}

@media (max-width: 767px) {
  .contents-ttl-main {
    font-size: 2.4rem;
  }
}

.contents-ttl-sub {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .contents-ttl-sub {
    font-size: 1.2rem;
  }
}

.contents-ttl-sub::after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background-color: #333;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .contents-ttl-sub::after {
    width: 40px;
  }
}

@media (min-width: 768px) {
  .contents-ttl.ttl-left {
    text-align: left;
  }
  .contents-ttl.ttl-left::after {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/******************************************************************
  6■footer
*****************************************************************/
footer section {
  padding: 30px 0;
  margin: 0;
  color: #fff;
  background-color: #222;
}

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 30px 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: 8px 0;
  text-align: center;
}

footer .ga-pdf {
  margin: 8px 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: #13567C;
  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;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

/******************************************************************
  7■slider(top)
*****************************************************************/
.btn-start {
  position: absolute;
  bottom: 20px;
  height: auto;
  width: 100%;
  text-align: center;
  z-index: 300;
}

.btn-start p {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.btn-start p a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  background-size: cover;
  border-radius: 50%;
  text-decoration: none;
}

.btn-start p a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  height: 15px;
  width: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

/******************************************************************
  8■contents
*****************************************************************/
@media (min-width: 992px) {
  .contents {
    padding-top: 104px;
  }
}

section {
  position: relative;
  padding: 80px 0 100px;
}

@media (max-width: 767px) {
  section {
    padding: 60px 0 80px;
  }
}

section p {
  line-height: 1.5;
}

section.section-colored {
  margin-bottom: 0;
  background-color: #3c3f3f;
}

section.section-colored .contents-ttl-sub::after {
  background-color: #fff;
}

section.section-colored .contents-ttl {
  color: #fff;
}

section.section-colored .contents-ttl::after {
  background-color: #fff;
}

section.section-colored .blockquote p {
  color: #fff;
  font-weight: bold;
}

section.section-colored * {
  color: #fff;
}

section.section-colored .btn-01 a, section.section-colored .btn-02 a {
  color: #3c3f3f;
  background-color: #fff;
}

section.section-colored .btn-01 a::before, section.section-colored .btn-02 a::before {
  border-top: 1px solid #3c3f3f;
  border-right: 1px solid #3c3f3f;
}

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: .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: 8px auto;
}

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;
}

.row.flx .flx-box .flx-box-inner {
  padding: 0 3px;
}

@media (min-width: 768px) {
  .row.flx {
    display: -webkit-flex;
    display: flex;
  }
}

.m-b-sm {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 50px;
  }
}

@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: 2;
}

.article {
  line-height: 2;
}

.valign-m {
  vertical-align: middle;
}

.emphasis {
  font-weight: bold;
}

.emphasis-colored {
  color: #13567C;
}

.emphasis-boldcolored {
  font-weight: bold;
  color: #13567C;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.h-line {
  padding-left: 8px;
  border-left: 4px solid #13567C;
}

.label {
  padding: 4px 8px;
  color: #fff;
  background-color: #13567C;
}

.blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .blockquote {
    margin: 0 0 30px;
  }
}

.blockquote p {
  position: relative;
  font-size: 3rem;
  color: #13567C;
  z-index: 3;
}

@media (max-width: 767px) {
  .blockquote p {
    font-size: 1.8rem;
  }
}

.colored-box {
  padding: 16px;
  background-color: #3c3f3f;
  border: 1px solid #13567C;
}

.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: .2em;
  left: -1.4em;
  width: 16px;
  height: 10px;
  opacity: .8;
  border-left: 4px solid #13567C;
  border-bottom: 4px solid #13567C;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.check-list.lh-sm li {
  margin: 8px 0 8px 24px;
}

/* 画像関連 */
.img-fluid {
  width: 100%;
  height: auto;
}

.img-radius {
  border-radius: 4px;
}

.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 {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    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;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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;
    font-weight: bold;
  }
  .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: #13567C;
  }
  .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: #13567C;
    border-radius: 4px;
  }
  .table-list.time-line dd p {
    margin-top: 8px;
  }
  .table-list02 dt {
    width: 70%;
  }
}

@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: #13567C;
    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: #13567C;
    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: #13567C;
  vertical-align: middle;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  font-family: '游明朝','Yu Mincho',YuMincho,serif;
  font-weight: normal;
}

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);
}

.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: #13567C;
  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;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .faq-q:after {
    right: 10px;
  }
}

.faq-q.open:after {
  -webkit-transform: rotate(-45deg);
  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: #13567C;
    color: white;
  }
}

.faq-container .faq-q:active,
.faq-container .faq-q.open {
  background-color: #13567C;
  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(その他、独自のスタイルは以下に記述してください)
*****************************************************************/
.message {
  background: url(../img/top/message-bg-ph-pc-001.jpg) no-repeat top/cover;
}

@media (max-width: 767px) {
  .message {
    background: url(../img/top/message-bg-ph-sp-001.jpg) no-repeat top/cover;
  }
}

.contact {
  background: url(../img/top/contact-bg-ph-001.jpg) no-repeat top/cover;
}

.font-mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,serif;
}

.contents-sub-ttl {
  margin-bottom: 30px;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.contents-sub-ttl::before, .contents-sub-ttl::after {
  content: "";
  height: 1px;
  flex: 0 0 40px;
  background-color: #333;
}

@media (max-width: 767px) {
  .contents-sub-ttl::before, .contents-sub-ttl::after {
    flex-basis: 20px;
  }
}

.contents-sub-ttl::before {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .contents-sub-ttl::before {
    margin-right: 10px;
  }
}

.contents-sub-ttl::after {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .contents-sub-ttl::after {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .contents-sub-ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.business-name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1;
}

@media (max-width: 767px) {
  .business-name {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.business-strong {
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 15px;
}

.business-strong.h-line {
  border-color: #333;
}

@media (max-width: 767px) {
  .business-strong {
    font-size: 1.6rem;
  }
}

.contact-btn-header {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .contact-btn-header {
    border-bottom: none !important;
    margin-top: 20px;
  }
}

.contact-btn-header a {
  background-color: #13567C;
  color: #fff !important;
  height: auto !important;
  line-height: 1;
  padding: 12px 18px;
}

.contact-btn-header a span {
  padding-bottom: 0 !important;
}

.contact-btn-header a:hover {
  opacity: 0.8 !important;
}

@media (max-width: 767px) {
  .contact-btn-header a {
    text-align: center !important;
    display: block !important;
  }
}

@media (max-width: 767px) {
  .contact-btn-header a::before {
    content: none !important;
  }
}

@media (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
}

/*# sourceMappingURL=common.css.map */