@charset "UTF-8";
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #F00;
  color: #FFF;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  min-width: 1024px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

/*
------------------------------------------------------------*/
.l-container {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: auto;
    padding: 0 20px;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 a {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #9F9FA0;
  padding: 19px 65px 19px 30px;
  position: relative;
  box-sizing: border-box;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .c-btn1 a {
    font-size: 1.5rem;
    line-height: 24px;
    padding: 14px 20px 14px 0;
    width: 100%;
    text-align: center;
  }
}
.c-btn1 a span {
  position: relative;
}
.c-btn1 a span:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .c-btn1 a span:after {
    width: 15px;
    height: 15px;
    right: -20px;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-pagetitle1 p {
  font-size: 1rem;
  color: #000;
  letter-spacing: 2.8px;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-pagetitle1 p {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
.c-pagetitle1 h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #3E3A39;
  letter-spacing: -2px;
  font-family: "Noto Sans Japanese", sans-serif;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .c-pagetitle1 h2 {
    margin-top: 1px;
    font-size: 1.1rem;
    letter-spacing: -1.1px;
  }
}

/*
------------------------------------------------------------*/
.c-title1 h1, .c-title1 h2, .c-title1 h3, .c-title1 h4, .c-title1 h5, .c-title1 h6 {
  font-size: 3.5rem;
  font-weight: normal;
  color: #464646;
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-title1 h1, .c-title1 h2, .c-title1 h3, .c-title1 h4, .c-title1 h5, .c-title1 h6 {
    font-size: 1.6rem;
    padding-bottom: 5px;
    color: #000;
  }
}

/*
------------------------------------------------------------*/
.c-title2 h1, .c-title2 h2, .c-title2 h3, .c-title2 h4, .c-title2 h5, .c-title2 h6 {
  font-size: 2rem;
  color: #3E3A39;
  letter-spacing: 2px;
  padding-bottom: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title2 h1, .c-title2 h2, .c-title2 h3, .c-title2 h4, .c-title2 h5, .c-title2 h6 {
    font-size: 1.2rem;
    line-height: 17px;
  }
}
.c-title2 p {
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 1.6px;
  color: #4A4A4A;
}
@media screen and (max-width: 767px) {
  .c-title2 p {
    font-size: 1.06rem;
    line-height: 14px;
  }
}

/*
------------------------------------------------------------*/
.c-title3 h1, .c-title3 h2, .c-title3 h3, .c-title3 h4, .c-title3 h5, .c-title3 h6 {
  font-size: 1.7rem;
  color: #000;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .c-title3 h1, .c-title3 h2, .c-title3 h3, .c-title3 h4, .c-title3 h5, .c-title3 h6 {
    font-size: 1.3rem;
    letter-spacing: 1.8px;
  }
}
.c-title3 h1 span, .c-title3 h2 span, .c-title3 h3 span, .c-title3 h4 span, .c-title3 h5 span, .c-title3 h6 span {
  font-size: 1rem;
  color: #989999;
  padding-left: 25px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  .c-title3 h1 span, .c-title3 h2 span, .c-title3 h3 span, .c-title3 h4 span, .c-title3 h5 span, .c-title3 h6 span {
    display: block;
    padding-left: 0;
    padding-top: 2px;
  }
}

/*
------------------------------------------------------------*/
.c-title4 h1, .c-title4 h2, .c-title4 h3, .c-title4 h4, .c-title4 h5, .c-title4 h6 {
  margin-bottom: 50px;
  padding-top: 53px;
  font-size: 2.5rem;
  font-weight: 100;
  color: #FFF;
  border-top: 1px solid #FFF;
  line-height: 1.4;
  letter-spacing: 5.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title4 h1, .c-title4 h2, .c-title4 h3, .c-title4 h4, .c-title4 h5, .c-title4 h6 {
    margin-bottom: 10px;
    padding-top: 13px;
    font-size: 1.4rem;
    letter-spacing: 2.5px;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-leadtext1 {
  text-align: center;
}
.c-leadtext1 p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #3E3A39;
}
@media screen and (max-width: 767px) {
  .c-leadtext1 p {
    font-size: 0.9rem;
  }
}

.c-navi1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-navi1 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-navi1 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0 10px;
  }
}
.c-navi1 ul {
  display: table;
  width: 100%;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .c-navi1 ul {
    display: block;
    *zoom: 1;
  }
  .c-navi1 ul:after {
    display: block;
    content: "";
    clear: both;
  }
}
.c-navi1 li {
  display: table-cell;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .c-navi1 li {
    display: block;
    float: left;
    width: 50%;
  }
  .c-navi1 li:nth-child(2n+1) {
    clear: left;
  }
}
.c-navi1 a {
  text-decoration: none;
  color: #a3a3a3;
}
.c-navi1 div {
  text-align: center;
  padding: 40px 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-navi1 div {
    padding: 25px 0;
  }
}
.c-navi1 div:hover {
  opacity: 0.6;
}
.c-navi1 i {
  font-size: 4rem;
}
.c-navi1 p {
  color: #333;
  font-size: 1.2rem;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .c-navi2 {
    position: absolute;
    width: 100%;
    display: none;
  }
}
.c-navi2 ul {
  display: table;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .c-navi2 ul {
    border: 0px;
    border-top: 1px solid #E0E0E0;
    display: block;
    background: #FFF;
  }
}
.c-navi2 li {
  display: table-cell;
  border-right: 1px solid #E0E0E0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-navi2 li {
    border: 0px;
    display: block;
    border-bottom: 1px solid #CCC;
  }
}
.c-navi2 li.is-active {
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .c-navi2 li.is-active {
    border-bottom: 1px solid #CCC;
  }
}
.c-navi2 a {
  font-size: 1.1rem;
  color: #727171;
  text-decoration: none;
  display: block;
  line-height: 1.3;
  padding: 13px 15px;
}
@media screen and (max-width: 767px) {
  .c-navi2 a {
    padding: 15px 0 15px 10px;
  }
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-singleimg1 {
  text-align: center;
}

/*
------------------------------------------------------------*/
.c-imgtext__r, .c-imgtext__l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-imgtext__r, .c-imgtext__l {
    display: block;
  }
}
.c-imgtext__r .c-title1 h1, .c-imgtext__r .c-title1 h2, .c-imgtext__r .c-title1 h3, .c-imgtext__r .c-title1 h4, .c-imgtext__r .c-title1 h5, .c-imgtext__r .c-title1 h6, .c-imgtext__l .c-title1 h1, .c-imgtext__l .c-title1 h2, .c-imgtext__l .c-title1 h3, .c-imgtext__l .c-title1 h4, .c-imgtext__l .c-title1 h5, .c-imgtext__l .c-title1 h6 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2.5px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-imgtext__r .c-title1 h1, .c-imgtext__r .c-title1 h2, .c-imgtext__r .c-title1 h3, .c-imgtext__r .c-title1 h4, .c-imgtext__r .c-title1 h5, .c-imgtext__r .c-title1 h6, .c-imgtext__l .c-title1 h1, .c-imgtext__l .c-title1 h2, .c-imgtext__l .c-title1 h3, .c-imgtext__l .c-title1 h4, .c-imgtext__l .c-title1 h5, .c-imgtext__l .c-title1 h6 {
    font-size: 1.5rem;
    line-height: 19px;
    color: #3E3A39;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-imgtext__r .c-title2 h1, .c-imgtext__r .c-title2 h2, .c-imgtext__r .c-title2 h3, .c-imgtext__r .c-title2 h4, .c-imgtext__r .c-title2 h5, .c-imgtext__r .c-title2 h6, .c-imgtext__l .c-title2 h1, .c-imgtext__l .c-title2 h2, .c-imgtext__l .c-title2 h3, .c-imgtext__l .c-title2 h4, .c-imgtext__l .c-title2 h5, .c-imgtext__l .c-title2 h6 {
    font-size: 1.5rem;
    padding-bottom: 11px;
  }
}
.c-imgtext__r--txt, .c-imgtext__l--txt {
  width: 500px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .c-imgtext__r--txt, .c-imgtext__l--txt {
    width: 100%;
    padding-right: 0;
  }
}
.c-imgtext__r--img, .c-imgtext__l--img {
  width: 470px;
  padding-top: 5px;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .c-imgtext__r--img, .c-imgtext__l--img {
    width: 100%;
    padding-left: 0;
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .c-imgtext__r--img img, .c-imgtext__l--img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-imgtext__l--img {
    margin-bottom: 20px;
  }
}
.c-imgtext__l--txt {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-imgtext__l--txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-imgtext__l--txt .c-title1 h2 {
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-singleimg2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-singleimg2 iframe {
    width: 100%;
    height: auto;
    min-height: 197px;
  }
}

/*
------------------------------------------------------------*/
.c-img__col2 {
  display: flex;
}
.c-img__col3 {
  display: flex;
}
.c-img__card:nth-of-type(2n) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-img__card:nth-of-type(2n) {
    margin-left: 5px;
  }
}
.c-img img {
  max-width: 100%;
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    justify-content: start;
  }
}
.c-list1__card {
  width: 250px;
  margin-left: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-list1__card {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 10px;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .c-list1__card:nth-child(2n) {
    margin-right: 0;
  }
}
.c-list1__card:nth-child(3n+1) {
  margin-left: 0;
}
.c-list1__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list1__img img {
    width: 100%;
    height: auto;
  }
}
.c-list1__txt {
  text-align: center;
}
.c-list1__txt h1, .c-list1__txt h2, .c-list1__txt h3, .c-list1__txt h4, .c-list1__txt h5, .c-list1__txt h6 {
  margin-top: 17px;
  font-size: 1.6rem;
  color: #231815;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-list1__txt h1, .c-list1__txt h2, .c-list1__txt h3, .c-list1__txt h4, .c-list1__txt h5, .c-list1__txt h6 {
    font-size: 1rem;
  }
}
.c-list1__txt p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-list1__txt p {
    font-size: 1rem;
  }
}
.c-list1__col3 .c-list1__card {
  margin-left: 46px;
  width: 296px;
}
@media screen and (max-width: 767px) {
  .c-list1__col3 .c-list1__card {
    margin-left: 0;
    width: calc(50% - 5px);
  }
}
.c-list1__col3 .c-list1__card:first-child, .c-list1__col3 .c-list1__card:nth-child(3n+1) {
  margin-left: 0;
}
.c-list1__col4 .c-list1__card {
  margin-left: 28px;
  width: 224px;
}
@media screen and (max-width: 767px) {
  .c-list1__col4 .c-list1__card {
    margin-left: 0;
    width: calc(50% - 5px);
  }
}
.c-list1__col4 .c-list1__card:first-child, .c-list1__col4 .c-list1__card:nth-child(4n+1) {
  margin-left: 0;
}
.c-list1__col4 .c-list1__img img {
  width: 100%;
  height: auto;
}

/*
------------------------------------------------------------*/
.c-list2 {
  display: flex;
  flex-wrap: wrap;
}
.c-list2__col2 .c-list2__card {
  margin: 0 0 49px 40px;
}
@media screen and (max-width: 767px) {
  .c-list2__col2 .c-list2__card {
    width: 100%;
    margin: 0 0 28px 0;
  }
}
.c-list2__col2 .c-list2__card:nth-child(2n+1) {
  margin-left: 0;
}
.c-list2__col3 .c-list2__card {
  width: 313px;
  margin: 0 0 30px 20px;
}
@media screen and (max-width: 767px) {
  .c-list2__col3 .c-list2__card {
    width: calc(50% - 7.5px);
    margin: 0 15px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list2__col3 .c-list2__card:nth-child(2n) {
    margin-right: 0;
  }
}
.c-list2__col3 .c-list2__card:nth-child(3n+1) {
  margin-left: 0;
}
.c-list2__col3 .c-list2__txt h1, .c-list2__col3 .c-list2__txt h2, .c-list2__col3 .c-list2__txt h3, .c-list2__col3 .c-list2__txt h4, .c-list2__col3 .c-list2__txt h5, .c-list2__col3 .c-list2__txt h6 {
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-list2__col3 .c-list2__txt h1, .c-list2__col3 .c-list2__txt h2, .c-list2__col3 .c-list2__txt h3, .c-list2__col3 .c-list2__txt h4, .c-list2__col3 .c-list2__txt h5, .c-list2__col3 .c-list2__txt h6 {
    margin-top: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-list2__col3 .c-list2__txt p {
    margin-top: 3px;
    font-size: 0.8rem;
  }
}
.c-list2__col4 .c-list2__card {
  width: 236px;
  margin: 0 0 27px 12px;
}
@media screen and (max-width: 767px) {
  .c-list2__col4 .c-list2__card {
    width: calc(50% - 5px);
    margin: 0 10px 46px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list2__col4 .c-list2__card:nth-child(2n) {
    margin-right: 0;
  }
}
.c-list2__col4 .c-list2__card:nth-child(4n+1) {
  margin-left: 0;
}
.c-list2__col4 .c-list2__txt h1, .c-list2__col4 .c-list2__txt h2, .c-list2__col4 .c-list2__txt h3, .c-list2__col4 .c-list2__txt h4, .c-list2__col4 .c-list2__txt h5, .c-list2__col4 .c-list2__txt h6 {
  color: #000;
}
.c-list2__card {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .c-list2__card {
    width: 100%;
  }
}
.c-list2__img img {
  width: 100%;
  height: auto;
}
.c-list2__txt {
  padding-right: 15px;
}
.c-list2__txt h1, .c-list2__txt h2, .c-list2__txt h3, .c-list2__txt h4, .c-list2__txt h5, .c-list2__txt h6 {
  font-size: 2rem;
  line-height: 1.4;
  color: #3E3A39;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .c-list2__txt h1, .c-list2__txt h2, .c-list2__txt h3, .c-list2__txt h4, .c-list2__txt h5, .c-list2__txt h6 {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}
.c-list2__txt p {
  margin-top: 2px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #4A4A4A;
}
@media screen and (max-width: 767px) {
  .c-list2__txt p {
    margin-top: 5px;
    font-size: 1.1rem;
  }
}
.c-list2__txt span {
  font-size: 1.4rem;
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-slide1 img {
  max-width: 100%;
}
.c-slide1 .slick-prev, .c-slide1 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-slide1 .slick-prev, .c-slide1 .slick-next {
    width: 20px;
    height: 20px;
  }
}
.c-slide1 .slick-prev {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .c-slide1 .slick-prev {
    left: 3px;
  }
}
.c-slide1 .slick-prev:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
  left: 10px;
}
@media screen and (max-width: 767px) {
  .c-slide1 .slick-prev:before {
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.c-slide1 .slick-next {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .c-slide1 .slick-next {
    right: 3px;
  }
}
.c-slide1 .slick-next:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
}
@media screen and (max-width: 767px) {
  .c-slide1 .slick-next:before {
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.c-slide1 .slick-dots {
  display: flex;
  position: absolute;
  bottom: 26px;
  right: 23px;
}
@media screen and (max-width: 767px) {
  .c-slide1 .slick-dots {
    bottom: 9px;
    right: 7px;
  }
}
.c-slide1 .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #fff;
  padding: 0;
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .c-slide1 .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-tab1 {
  padding-top: 140px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .c-tab1 {
    padding-top: 0;
    position: relative;
  }
}
.c-tab1 .c-pagetitle1 {
  position: relative;
  top: -13px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-tab1 .c-pagetitle1 {
    cursor: pointer;
    padding: 8px 20px 13px;
    position: relative;
    top: auto;
    width: 100%;
  }
  .c-tab1 .c-pagetitle1:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    position: absolute;
    right: 17px;
    top: 18px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .c-tab1 .c-pagetitle1.is-active:after {
    top: 22px;
    transform: rotate(-135deg);
  }
}
.c-tab1__inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-tab1__inner {
    margin-top: 73px;
    width: 100%;
    display: block;
  }
}
.c-tab1 nav {
  position: relative;
  top: 1px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-tab1 nav {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .c-tab1 nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 100;
  }
}
.c-tab1 ul {
  display: flex;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-tab1 ul {
    display: block;
    border-bottom: 1px solid #E0E0E0;
  }
}
.c-tab1 li {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .c-tab1 li {
    border: none;
  }
}
.c-tab1 li:last-of-type {
  border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .c-tab1 li:last-of-type {
    border-right: none;
  }
}
.c-tab1 li.is-current {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-tab1 li.is-current a {
    font-weight: bold;
  }
}
.c-tab1 a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #727171;
  background: #fff;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  padding: 18px 11.2px;
  min-width: 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-tab1 a {
    display: block;
    padding: 15px 20px;
    min-width: auto;
    font-size: 1rem;
    text-align: left;
    border-top: 1px solid #E0E0E0;
  }
}

/*
------------------------------------------------------------*/
.c-tab2 {
  padding-top: 15px;
  height: 64px;
  background: #000;
  border-bottom: 1px solid #A29E9B;
  position: absolute;
  top: 64px;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .c-tab2 {
    padding-top: 0;
    position: relative;
  }
}
.c-tab2 .c-pagetitle1 {
  position: relative;
  top: -13px;
  left: 0;
}
.c-tab2 .c-pagetitle1 p {
  color: #FFF;
  font-weight: normal;
  letter-spacing: 2px;
}
.c-tab2 .c-pagetitle1 h2 {
  color: #FFF;
  font-weight: normal;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .c-tab2 .c-pagetitle1 {
    cursor: pointer;
    padding: 8px 20px 13px;
    position: relative;
    top: auto;
    width: 100%;
  }
  .c-tab2 .c-pagetitle1:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    position: absolute;
    right: 17px;
    top: 18px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .c-tab2 .c-pagetitle1.is-active:after {
    top: 22px;
    transform: rotate(-135deg);
  }
}
.c-tab2__inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-tab2__inner {
    margin-top: 60px;
    width: 100%;
    display: block;
  }
}
.c-tab2 nav {
  position: relative;
  top: -20px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-tab2 nav {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .c-tab2 nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 100;
  }
}
.c-tab2 ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-tab2 ul {
    display: block;
    border-bottom: 1px solid #E0E0E0;
  }
}
.c-tab2 li {
  margin-left: 48px;
}
.c-tab2 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-tab2 li {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-tab2 li:last-of-type {
    border-right: none;
  }
}
.c-tab2 li.is-current {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-tab2 li.is-current a {
    font-weight: bold;
  }
}
.c-tab2 a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  letter-spacing: 3px;
  box-sizing: border-box;
  min-width: 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-tab2 a {
    display: block;
    padding: 15px 20px;
    min-width: auto;
    font-size: 1rem;
    text-align: left;
    border-top: 1px solid #E0E0E0;
  }
}

/*
------------------------------------------------------------*/
.c-heading01 {
  text-align: center;
}
.c-heading01 h2 {
  font-size: 3.5rem;
  font-weight: normal;
  color: #3E3A39;
}
@media screen and (max-width: 767px) {
  .c-heading01 h2 {
    font-size: 2.25rem;
  }
}
.c-heading01 p {
  margin-top: 28px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #3E3A39;
}
@media screen and (max-width: 767px) {
  .c-heading01 p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 7px;
  }
}