@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

h2 {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 50px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 4.5rem;
  color: #42210b;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h2 {
    margin: 0 0 20px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 100px;
  background: #333333;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  h2:before {
    width: 50px;
  }
}

h3 {
  position: relative;
  margin: 5px auto 30px;
  color: #dd9000;
  font-size: 3rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h3 {
    margin: 5px auto 15px;
    font-size: 1.8rem;
  }
}
h3:before {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 0;
  height: 30px;
  width: 10px;
  background: #dd9000;
}
@media screen and (max-width: 767px) {
  h3:before {
    top: 2px;
    height: 20px;
    width: 5px;
  }
}

h4 {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.5rem;
  }
}

img {
  vertical-align: bottom;
}

a {
  font-size: 100%;
  outline: none;
  color: #333333;
  background: transparent;
  vertical-align: baseline;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.2s ease;
  }
}
a:focus {
  outline: none;
  color: initial;
  text-decoration: initial;
}
a:hover {
  outline: none;
  color: initial;
  text-decoration: initial;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
aimg:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.hidden_pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hidden_pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hidden_sp {
    display: none;
  }
}

.center {
  text-align: center;
}

.inlineBlock {
  display: inline-block;
}

#width-100 img {
  width: 100%;
}
#width-100 .slider-item:not(:first-of-type) img {
  display: none;
}

.img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 4vw;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 3px 3px 5px #42210b;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .img-text {
    padding: 20px 0;
    font-size: 7vw;
    top: auto;
    bottom: 0;
    left: 50%;
    background: rgba(66, 33, 11, 0.3);
    transform: translate(-50%, 0);
  }
}

/*
    ボタン
*/
.contact-box a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 50px auto;
  height: 70px;
  width: 50%;
  line-height: 70px;
  color: #ffffff;
  font-size: 2rem;
  background: #dd9000;
  box-shadow: 0 6px 0 #673505;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-box a {
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s, opacity 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  .contact-box a {
    margin: 25px auto;
    width: 90%;
    font-size: 1.6rem;
  }
}
.contact-box a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contact-box a:hover {
    box-shadow: 0 3px 0 #ae6c0e;
    transform: translateY(3px);
  }
}
.contact-box a:active {
  /*top: 4px;
  box-shadow: 0px 0px $accentColor02;*/
}
.contact-box a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 15px;
  width: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .contact-box a:after {
    height: 10px;
    width: 10px;
    right: 10px;
  }
}
.contact-box a span {
  background: url(../img/top/icon-01.png) no-repeat 0 50%;
  background-size: 40px;
  padding: 10px 0 10px 50px;
}

/* ======================================

   コンテンツ

======================================== */
#wrap {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #wrap {
    padding-top: 50px;
  }
}

.sec01, .sec02, .sec03, .sec04, .sec05 {
  position: relative;
  padding: 30px 30px 60px;
}
@media screen and (max-width: 767px) {
  .sec01, .sec02, .sec03, .sec04, .sec05 {
    padding: 0 10px 30px;
  }
}

#anc01, #anc02, #anc03, #anc04, #anc05 {
  position: relative;
  top: -100px;
  left: 0;
  height: 5px;
  width: auto;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #anc01, #anc02, #anc03, #anc04, #anc05 {
    top: -50px;
  }
}

@media screen and (max-width: 767px) {
  #anc01 {
    top: -50px;
  }
}

.secPdtop {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .secPdtop {
    padding-top: 0;
  }
}

.inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 5% 0;
    max-width: 100%;
  }
}

/*
    パララックス
*/
.imgBox .imgBoxPar {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .imgBox .imgBoxPar {
    height: 200px;
  }
}

.imgBox .imgBoxSta {
  display: none;
}

@media screen and (max-width: 1200px) {
  .imgBox .imgBoxPar {
    display: none;
  }
  .imgBox .imgBoxSta {
    display: block;
    width: 100%;
  }
} /*
    コンテンツ1
*/
.sec01 .inner .side-block {
  display: table;
  width: 100%;
}
.sec01 .inner .side-block .txt-box {
  margin: auto auto 50px;
}
@media screen and (max-width: 767px) {
  .sec01 .inner .side-block .txt-box {
    margin: auto auto 25px;
  }
}
.sec01 .inner .side-block .txt-box:last-of-type {
  margin: auto auto 0;
}
.sec01 .inner .side-block .ph-box {
  display: table-cell;
  width: 35%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .sec01 .inner .side-block .ph-box {
    display: block;
    width: 100%;
  }
}
.sec01 .inner .side-block .ph-box figure {
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .sec01 .inner .side-block .ph-box figure {
    margin: 20px auto 0;
    height: 300px;
  }
}
.sec01 .inner .side-block .ph-box figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01 .inner .side-block .ph-box figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
}
.sec01 .inner .side-block .ph-box figure figcaption {
  margin-top: 5px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec01 .inner .side-block .ph-box figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(110%);
  }
}

/*
    コンテンツ2
*/
.sec02 {
  position: relative;
  padding: 60px 30px;
  background-image: url(../img/top/business-bg-01.jpg);
  background-position: center center;
  background-size: cover;
  opacity: 0.8;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 20px;
  }
}
.sec02 h4 {
  margin: 40px auto 20px;
}
@media screen and (max-width: 767px) {
  .sec02 h4 {
    margin: 20px auto 10px;
  }
}
.sec02 .inner {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
}
.sec02 .inner .cover-box {
  padding: 30px 30px 0 0;
  margin: 0;
}
.sec02 .inner .cover-box:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .cover-box {
    padding: 10px 0 0 0;
  }
}
.sec02 .inner .cover-box .item {
  position: relative;
  margin: 10px 30px 10px 0;
  width: 50%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .cover-box .item {
    padding: 10px 0 20px;
    margin: 0;
    width: 100%;
    float: none;
  }
}
.sec02 .inner .cover-box .item:nth-of-type(2n) {
  margin-right: -30px;
}
.sec02 .inner .cover-box .item figure {
  width: 100%;
}
.sec02 .inner .cover-box .item figure img {
  max-width: 100%;
}
.sec02 .inner .cover-box .item .detail-text {
  padding: 5px 0;
  text-align: left;
}
.sec02 .inner .cover-box .item .detail-text h5 {
  margin: 10px 0;
}

/*
    コンテンツ3
*/
.sec03 .inner .business {
  padding: 30px 60px 60px 0;
  display: flex;
  flex-wrap: wrap;
}
.sec03 .inner .business::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .business {
    padding: 30px 0;
  }
}
.sec03 .inner .business .item {
  position: relative;
  margin: 0 30px 0 0;
  width: 33.33%;
  float: left;
  background: #fffee9;
}
.sec03 .inner .business .item a {
  display: block;
  padding: 20px 20px 40px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .business .item {
    margin: 0 0 30px;
    width: 100%;
    float: none;
  }
}
.sec03 .inner .business .item:nth-of-type(3n) {
  margin-right: -60px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .business .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec03 .inner .business .item .text-area {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .business .item figure {
    width: 100%;
  }
}
.sec03 .inner .business .item figure img {
  max-width: 100%;
}
.sec03 .inner .side-block {
  width: 100%;
  box-sizing: border-box;
}
.sec03 .inner .side-block:after {
  content: "";
  display: block;
  clear: both;
}
.sec03 .inner .side-block .txt-box {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .side-block .txt-box {
    width: 100%;
    float: none;
  }
}
.sec03 .inner .side-block .dlTable {
  display: table;
  padding: 10px 0;
}
.sec03 .inner .side-block .dlTable dt, .sec03 .inner .side-block .dlTable dd {
  display: table-cell;
}
.sec03 .inner .side-block .dlTable dt {
  width: 5em;
}
.sec03 .inner .ph-box .link-box {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .ph-box .link-box {
    padding: 0;
  }
}
.sec03 .inner .ph-box .link-box a {
  display: block;
}
.sec03 .inner .ph-box .link-box a img {
  width: 100%;
  border-radius: 10px;
}
.sec03 .inner .link-area {
  margin: 40px auto 0;
}
.sec03 .inner .link-area:after {
  content: "";
  display: block;
  clear: both;
}
.sec03 .inner .link-area .link-box {
  padding: 0 20px;
  margin: 0 auto;
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-spacing: 30px 0;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .link-area .link-box {
    padding: 0;
    margin: 0 auto 40px;
    width: 100%;
    float: none;
  }
}
.sec03 .inner .link-area .link-box a {
  display: block;
}
.sec03 .inner .link-area .link-box a img {
  width: 100%;
  border-radius: 10px;
}

/*
    コンテンツ4
*/
.sec04 h3 {
  padding-left: 20px;
  margin-bottom: 10px;
  color: #42210b;
  text-align: left;
}
.sec04 h3:before {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04 h3 {
    padding-left: 10px;
  }
}
.sec04 .inner table {
  width: 100%;
  margin: 0 auto 50px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
}
.sec04 .inner table:last-of-type {
  margin: 0 auto;
}
.sec04 .inner table tr {
  border-bottom: 1px solid #999999;
  table-layout: fixed;
}
.sec04 .inner table tr th, .sec04 .inner table tr td {
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .sec04 .inner table tr th, .sec04 .inner table tr td {
    padding: 6px;
  }
}
.sec04 .inner table tr th ul.col2, .sec04 .inner table tr td ul.col2 {
  content: "";
  display: block;
  clear: both;
}
.sec04 .inner table tr th ul.col2 li, .sec04 .inner table tr td ul.col2 li {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .sec04 .inner table tr th ul.col2 li, .sec04 .inner table tr td ul.col2 li {
    width: 100%;
    float: none;
  }
}
.sec04 .inner table tr th a.normalLink, .sec04 .inner table tr td a.normalLink {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px auto;
  color: #ffffff;
  background: #dd9000;
  border-radius: 10px;
}
.sec04 .inner table tr th a.maplink, .sec04 .inner table tr td a.maplink {
  display: inline-flex;
  align-items: baseline;
  text-decoration: underline;
}
.sec04 .inner table tr th a.maplink img, .sec04 .inner table tr td a.maplink img {
  margin-left: 5px;
}
.sec04 .inner table tr th {
  width: 25%;
  font-weight: normal;
  text-align: center;
  border-right: 1px solid #999999;
}
.sec04 .inner .history-box {
  width: 100%;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.sec04 .inner .history-box tr {
  border-righ: 1px solid #999999;
  border-bottom: none;
}

/*
    コンテンツ5
*/
.sec05 {
  background-color: #fffee9;
}
.sec05 .inner .tel-number {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .tel-number {
    font-size: 2.5rem;
  }
}
.sec05 .inner .tel-number a {
  cursor: text;
}
.sec05 .inner .tel-number a:hover {
  opacity: 1;
}
.sec05 .inner .contact-box a span {
  background: url(../img/top/icon-02.png) no-repeat 0 50%;
  background-size: 40px;
  padding: 10px 0 10px 50px;
}
.sec05 .inner .tel {
  padding: 10px;
  margin: 20px auto;
  width: 500px;
  background: #f2f2f2;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .tel {
    width: 100%;
  }
}

.map-responsive {
  position: relative;
  width: 100%;
}
.map-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .map-responsive::before {
    padding-top: 100%;
  }
}
.map #map-canvas, .map #map-canvas2, .map #map-canvas3, .map #map-canvas4 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}

/* ======================================

   フッタ

======================================== */
footer {
  padding: 40px 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.6rem;
  background: #42210b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
    font-size: 1.2rem;
  }
}
footer .font-verdana {
  font-family: Verdana;
}
footer .ga-pdf {
  color: #FFF;
  margin: 8px 0;
}

/******************************************************************
  新テンプレ用
*****************************************************************/
/*****************************************************************
コーポレートサイト ベースレイアウト設定ファイル（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
/
==========================================*/
/******************************************************************
  3■header
*****************************************************************/
.header {
  position: relative;
}

header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100px;
  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: -100px;
  }
}
@media (min-width: 992px) {
  header .logo-box {
    width: 20%;
    float: left;
  }
}
header .header-logo {
  display: flex;
  align-items: center;
  height: 100px;
  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: center;
}
@media (min-width: 992px) {
  header .nav {
    width: 80%;
    float: right;
  }
}
header .nav li {
  color: #333;
  font-size: 1.6rem;
  position: relative;
}
header .nav li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 1px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  header .nav li::before {
    background-color: #42210b;
  }
}
header .nav li:first-of-type::before {
  display: none;
}
@media (min-width: 992px) {
  header .nav li {
    width: 20%;
  }
}
header .nav li a {
  display: flex;
  align-items: center;
  height: 100px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  color: #dd9000;
  font-size: 1.7rem;
  justify-content: center;
}
header .nav li a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
header .nav li a span.focus {
  border-bottom-color: #3c3f3f;
  color: #3c3f3f;
}
@media (min-width: 992px) {
  header .nav li a:hover span {
    border-bottom-color: #3c3f3f;
  }
}
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: #3c3f3f;
  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: 50px;
  }
  header {
    height: 50px;
    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: 50px;
    line-height: 1.5;
  }
  .header-logo img {
    width: auto;
    height: 14px;
  }
  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: #3c3f3f;
    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(30, 30, 30, 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 #999;
    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;
    justify-content: initial;
  }
  .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 #999;
    border-right: 1px solid #999;
    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;
  }
}
.mainimg .slick-dots {
  bottom: 25px;
}
.mainimg .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.mainimg .slick-dots li button:before {
  opacity: 1;
  color: #ccc;
}
.mainimg .slick-dots li.slick-active button:before {
  color: #dd9000;
}
@media (max-width: 767px) {
  .mainimg .slick-dots {
    bottom: -25px;
  }
}

/******************************************************************
  8■contents
*****************************************************************/
@media (min-width: 992px) {
  .contents {
    padding-top: 100px;
  }
}

/* その他 */
@keyframes slide {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 2970px 0;
  }
}
/******************************************************************
  11■free(その他、独自のスタイルは以下に記述してください)
*****************************************************************/
.sec01 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .sec01 {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .sec01 {
    padding-top: 100px;
  }
}

/* ハンバーガーメニュー内アニメーション */
@media (max-width: 991px) {
  .open header ul.nav li {
    opacity: 0;
    transform: translateX(-20px);
    animation-name: example;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  .open header ul.nav li:nth-of-type(1) {
    animation-delay: 0.2s;
  }
  .open header ul.nav li:nth-of-type(2) {
    animation-delay: 0.3s;
  }
  .open header ul.nav li:nth-of-type(3) {
    animation-delay: 0.4s;
  }
  .open header ul.nav li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  .open header ul.nav li:nth-of-type(5) {
    animation-delay: 0.6s;
  }
}/*# sourceMappingURL=common.css.map */