@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  color: #000;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption, figure, main {
  display: block;
}

article, aside, footer, header, nav, section, .section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 14px;
  font-size: 1.4rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  outline: none;
  padding: 12px 10px;
  width: 100%;
  max-width: 400px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  border-color: #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 14px;
  font-size: 1.4rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 12px 10px;
  outline: none;
  resize: vertical;
  margin: 0 0 10px;
  width: 100%;
  vertical-align: text-top;
}

textarea:focus {
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-content-around {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

/*margin*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

/* wordpress pager */
.pager {
  height: 20px;
  margin-bottom: 40px;
  max-width: 100%;
  position: relative;
}

.pager a {
  font-weight: bold;
  display: block;
}

.pager .previous{
  position: absolute;
  left: 5px;
  top: 0;
}

.pager .next{
  position: absolute;
  right: 5px;
  top: 0;
}


/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span, .pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active, .pc .pagination > li > a:hover, .pc .pagination > li > a:focus {
  border-color: #39B8B8;
  color: #39B8B8;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.4rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #333;
  color: #333;
  margin: 3px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: block;
  text-decoration: none;
  padding: 0;
  font-weight: bold;
}

.wp-pagenavi span.current {
  color: #fff;
  background: #333;
}

.wp-pagenavi a:hover {
  color: #fff;
  background: #333;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
  position: relative;
}

.wp-pagenavi a.previouspostslink::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(45deg);
  top: 15px;
  left: 15px;
}

.wp-pagenavi a.nextpostslink::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  top: 15px;
  right: 15px;
}

.wp-caption-text, .wp-caption, .aligncenter, .alignleft, .alignright, .sticky, .gallery-caption, .bypostauthor, .screen-reader-text {
  font-weight: normal;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
  .slick-archive__label {
    font-size: 1rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "とじる";
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 13px 10px;
    background-color: #000;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 7;
    height: 65px;
  }
  .toggle__bar {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #FFF;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #FFF;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    content: "メニュー";
    color: #FFF;
  }
}

.icon-check, .list-check > li {
  position: relative;
  padding-left: 1.5em;
}

.icon-check:before, .list-check > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2;
}

.icon-come {
  text-indent: -1em;
  margin-left: 1em;
}

.icon-come:before {
  content: "※";
}

.list, .pagination {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 6;
  }
}

/*////////////////////////

 user common css

////////////////////////*/

.container-l {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.bold{
  font-weight: bold;
}

.fz16{
  font-size: 16px;
}

.f-anton{
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.05em;
}

.f-notosans{
  font-family: 'Noto Sans JP', sans-serif;
}

.t-right{
  text-align: right;
}

.btn01{
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 15px;
  color: #FFF;
  text-align: center;
  background-color: #000;
  border: 3px solid #000;
  cursor: pointer;
}

.ttl01{
  font-family: 'Anton', sans-serif;
  font-size: 38px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.ttl03{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
}

.ttl01 span,
.ttl03 span{
  padding: 0 8px 0 10px;
  position: relative;
  background: linear-gradient(transparent 70%, #C7E7FF 70%);
  display: inline-block;
}

.ttl02{
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  letter-spacing: 0.05em;
  color: #FFF;
}

@media screen and (max-width: 450px) {

  .ttl03{
    font-size: 30px;
    margin-bottom: 30px;
  }

  .ttl01 span,
  .ttl03 span{
    padding: 0;
    display: inline;
  }

}

/*////////////////////////

 header

////////////////////////*/

header .logo{
  padding: 0 30px;
}

header nav {
  width: calc(100% - 250px);
  max-width: 800px;
}

header nav ul li a{
  display: block;
  padding: 10px;
  white-space: nowrap;
}

header nav ul li:not(.contact){
  margin-right: 50px;
}

header nav ul li a span{
  display: block;
  font-size: 12px;
  color: #444;
}

header nav ul li.contact a{
  background-color: #000;
  color: #FFF;
  padding: 30px 60px;
}

header nav ul li.contact a span{
  color: #FFF;
}

@media screen and (max-width: 1080px) {

  header .logo{
    padding: 0 15px;
  }

  header nav ul li a{
    display: block;
    padding: 10px;
  }

  header nav ul li:not(.contact){
    margin-right: 15px;
  }

  header nav ul li.contact a{
    padding: 20px 30px;
  }

}

@media screen and (max-width: 768px) {
  header {
    height: 65px;
    background-color: #FFF;
    width: 100%;
  }
  header .logo {
    width: calc(100% - 60px);
    max-width: 300px;
    padding: 7px 10px;
  }
  header nav {
    width: 100%;
    max-width: 1000px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
  header nav ul.flexbox {
    display: block;
    margin: 0;
    padding: 60px 0 0;
    text-align: center;
    height: 100vh;
  }
  header nav ul li {
    padding: 5px 0;
  }
  header nav ul li.contact a{
    width: 95%;
    margin: 15px auto 0;
    padding: 15px;
  }

}

/*////////////////////////

footer

////////////////////////*/
footer {
  padding: 70px 0 50px;
  background: #000;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .add {
  width: 52%;
  padding: 0 3% 0 0;
}

footer .sub-nav {
  width: 45%;
}

footer .sub-nav ul li {
  font-weight: bold;
  margin-top: 10px;
  padding-left: 18px;
  position: relative;
}

footer .sub-nav ul li:first-child{
  margin-top: 0;
}

footer .sub-nav ul li:not(.under)::before{
  content: "";
  width: 6px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 9px;
}

footer .sub-nav ul li.under {
  font-weight: normal;
  margin-top: 5px;
}

footer .sub-nav ul li.under::before{
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 8px;
}

footer small {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 15px 0;
  display: block;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  background: #000;
}

@media screen and (max-width: 1000px) {
  footer > .flexbox {
    width: 100%;
    max-width: 700px;
    display: block;
  }
  footer .add {
    width: 100%;
    padding: 0 0 30px 0;
  }
  footer .sub-nav {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  footer {
    padding: 50px 0 30px;
  }

  footer .sub-nav {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .sub-nav ul {
    width: 33.33%;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 450px) {
  footer .sub-nav ul {
    width: 50%;
    margin: 0 0 20px 0;
  }
}


/*////////////////////////

 top

////////////////////////*/

.main-visual{
  position: relative;
  width: 100%;
  height: calc(100vh - 101px);
}

.main-visual .main-slide{
  width: 100%;
  height: 100%;
}

.main-visual .main-slide div{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-visual .main-slide div:first-child{
  background-image: url(img/top/main-img01.jpg);
}

.main-visual .main-slide div:nth-child(2){
  background-image: url(img/top/main-img02.jpg);
}

.main-visual .main-slide div:nth-child(3){
  background-image: url(img/top/main-img03.jpg);
}

.main-visual h2{
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -80px;
}

.main-visual .icon{
  right: 30px;
  bottom: 20px;
  position: absolute;
}

.main-visual .scroll{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25px;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
}
@-webkit-keyframes sdb {
  0% {
    bottom: 25px;
    opacity: 0;
  }
  50% {
  opacity: 1;
  }
  100% {
    bottom: -10px;
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
  bottom: 25px;
  opacity: 0;
  }
  50% {
  opacity: 1;
  }
  100% {
  bottom: -10px;
  opacity: 0;
  }
}

.main-visual .scroll a{
  font-size: 12px;
  color: #FFF;
  position: relative;
  display: inline-block;
  padding-bottom: 45px;
}

.main-visual .scroll a::after{
  content: "";
  width: 1px;
  height: 35px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.top01{
  padding: 110px 0 120px;
  position: relative;
}

.top01 .container{
  max-width: 1240px;
}

.top01 h3{
  font-size: 54px;
  line-height: 1.4;
  margin: 40px 0 10px;
}

.top01 p{
  font-size: 22px;
  color: #D6D6D6;
}

.top01 .slider{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.top01 .slider div{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top01 .slider div:first-child{
  background-image: url(img/top/slider01.jpg);
}

.top01 .slider div:nth-child(2){
  background-image: url(img/top/slider02.jpg);
}

.top01 .slider div:nth-child(3){
  background-image: url(img/top/slider03.jpg);
}

.top01 .slider .slick-dots{
  text-align: right;
  padding-right: 15px;
}

.top01 .slider .slick-dots li{
  width: 50px;
  height: 2px;
  margin-right: 5px;
}

.top01 .slider .slick-dots li button{
  width: 50px;
  height: 2px;
}

.top01 .slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #AAA;
    background-color: #FFF;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top01 .slider .slick-dots li.slick-active button:before {
  background-color: #000;
}

.top02{
  background-color: #EEE;
  padding: 70px 0 80px;
  text-align: center;
}

.top02 .ttl01{
  margin-bottom: 60px;
}

.top02 ul{
  max-width: 1000px;
  margin: 0 auto;
}

.top02 ul li{
  width: 49%;
  margin-bottom: 2%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px;
  color: #FFF;
  font-size: 16px;
  position: relative;
}

.top02 ul li .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
}

.top02 ul li .txt p{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.top02 ul li:first-child{
  background-image: url(img/top/pic01.jpg);
}

.top02 ul li:nth-child(2){
  background-image: url(img/top/pic02.jpg);
}

.top02 ul li:nth-child(3){
  background-image: url(img/top/pic03.jpg);
}

.top02 ul li:nth-child(4){
  background-image: url(img/top/pic04.jpg);
}

.top02 .btn01{
  margin: 20px auto 0;
}

.top03{
  padding: 110px 0 120px;
}

.top03 .ttl01{
  margin-bottom: 20px;
}

.top03 .news-list{
  width: 100%;
  max-width: 760px;
}

.news-list li{
  border-bottom: 1px solid #D6D6D6;
}

.news-list li a{
  display: block;
  padding: 20px 0;
}

.news-list li .date{
  display: inline-block;
  margin-right: 30px;
}

.top03 .btn01{
  margin: 40px 0 0 auto;
}

.top04{
  padding: 95px 0 100px;
  text-align: center;
  color: #FFF;
  background-image: url(img/top/pic10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 120px;
}

.top04 .btn01{
  margin: 20px auto 0;
}

@media screen and (max-width: 1000px) {
  .top02 ul li p{
    font-size: 30px;
  }
}


@media screen and (max-width: 768px) {

  .main-visual{
    height: calc(100vh - 65px);
  }

  .main-visual h2{
    width: 90%;
    margin-top: -30px;
  }

  .main-visual .icon{
    width: 40%;
  }

  .top01{
    padding: 80px 0 70px;
  }

  .top01 h3{
    font-size: 40px;
    margin: 30px 0 10px;
  }

  .top02 ul li{
    width: 49%;
    min-height: 300px;
  }

  .news-list li a{
    padding: 15px 0;
  }

  .news-list li .date{
    display: block;
  }

}

@media screen and (max-width: 450px) {

  .top01{
    padding-bottom: 0;
  }

  .top01 .slider{
    position: relative;
    margin-top: 60px;
    height: 300px;
    width: 100%;
  }

  .top02 ul li{
    width: 100%;
    min-height: 250px;
  }

  .top03{
    padding: 70px 0 80px;
  }

  .top04{
      padding: 60px 0 70px;
      margin-bottom: 80px;
  }

}

/*////////////////////////

 下層共通

////////////////////////*/

.sub-main{
  padding: 40px 30px;
}

.sub-main .ttl-box{
  border: 4px solid #000;
  text-align: center;
  padding: 60px 15px 50px;
}

.sub-main .ttl-box h1 span{
  display: block;
  font-size: 16px;
  color: #444;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {

  .sub-main{
    padding: 20px 15px;
  }

}

@media screen and (max-width: 450px) {

  .sub-main .ttl-box{
    padding: 50px 15px 35px;
  }

}


/*////////////////////////

 about

////////////////////////*/

.tab-wrap{
  padding-top: 50px;
}

.tab-wrap ul li{
  width: 150px;
  text-align: center;
  border: 3px solid #000;
  padding: 15px 0;
  font-size: 16px;
  margin: 5px;
  cursor: pointer;
}

.tab-wrap ul li.active{
  background-color: #000;
  color: #FFF;
}

.tab-content{
  display: none;
}

.tab-content.active{
  display: block;
}

.about01,
.about02,
.about03,
.about04{
  padding-top: 90px;
  padding-bottom: 120px;
}

.about01 p:not(.name){
  margin-bottom: 30px;
}

.about01 .name{
  text-align: right;
}

.about01 .name span{
  display: block;
  margin-bottom: 10px;
}

.about01 .txt{
  width: 100%;
}

.about02 p{
  line-height: 2;
}

.about03 .flexbox li{
  width: 32%;
}

.about03 .ttl03,
.about04 .ttl03{
  margin-bottom: 30px;
}

.about03 table tr,
.about04 table tr{
  border-bottom: 1px solid #D6D6D6;
}

.about03 table th,
.about04 table th{
  vertical-align: text-top;
  text-align: left;
  font-weight: normal;
  width: 150px;
  padding: 20px 0;
}

.about04 table th{
  width: 200px;
}

.about03 table td,
.about04 table td{
  width: calc(100% - 150px);
  padding: 20px 0;
}

.about04 table td{
  width: calc(100% - 200px);
}

@media screen and (max-width: 768px) {

  .tab-wrap ul li{
      width: 48%;
      margin: 5px 1%;
  }

  .about01,
  .about02,
  .about03,
  .about04{
    padding-top: 60px;
  }

  .about01 p:not(.name){
    margin-bottom: 20px;
  }

  .about01 .img{
    margin: 30px auto 0;
    text-align: center;
  }

}

@media screen and (max-width: 450px) {

  .about03 .flexbox li{
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }


  .about03 table th,
  .about04 table th,
  .about03 table td,
  .about04 table td{
    display: block;
    width: 100% !important;
  }

  .about03 table th,
  .about04 table th{
    font-weight: bold;
    padding-bottom: 0;
  }

  .about03 table td,
  .about04 table td{
    padding-top: 0;
  }

}

/*////////////////////////

 business

////////////////////////*/

.business01{
  padding-top: 80px;
  padding-bottom: 80px;
}

.business01 .txt{
  width: calc(100% - 640px);
  line-height: 2;
}

.business02{
  padding-bottom: 60px;
}

.business02 .saiseki .flexbox .map{
  width: calc(100% - 400px);
}

.business02 .saiseki-img li{
  width: 24.5%;
}

.business02 .cont{
  padding-bottom: 60px;
}

.business02 .cont h3{
  background-color: #000;
  color: #FFF;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 5px;
}

.business02 .cont ul:not(.other) li{
  width: 45%;
  margin-right: 5%;
  padding: 25px 0;
  border-bottom: 1px solid #D6D6D6;
}

.business02 .cont .img{
  margin-right: 40px;
}

.business02 .cont ul li table{
  width: calc(100% - 220px);
}

.business02 .cont ul li table th{
  font-weight: normal;
}

.business02 .cont .flexbox.border{
  padding: 40px 0;
  border-bottom: 1px solid #D6D6D6;
}

.business02 .cont ul.other li span{
  display: none;
}

.business02 .cont ul.other:not(:first-child){
  padding: 0 35px;
  border-right: 1px solid #D6D6D6;
}

.business02 .cont ul.other:last-child{
  border-right: none;
}

@media screen and (max-width: 1070px) {

  .business01 .txt{
    width: 100%;
  }

  .business01 .img{
    margin: 0 auto;
    text-align: center;
  }

  .business02 .cont ul:not(.other) li{
    width: 100%;
    margin-right: 0;
  }

  .business02 .cont .flexbox.border{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
  }

  .business02 .cont ul.other li span{
    display: block;
    font-weight: bold;
  }

  .business02 .cont ul.other:first-child{
    display: none;
  }

  .business02 .cont ul.other:not(:first-child){
    width: 24%;
    margin-right: 1%;
    padding: 30px 0;
    border-right: none;
    border-bottom: 1px solid #D6D6D6;
  }

}

@media screen and (max-width: 768px) {

  .business02 .saiseki .map-wrap .img{
    margin: 0 auto;
  }

  .business02 .saiseki .flexbox .map{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .business02 .saiseki-img li{
    width: 49%;
    margin-bottom: 5px;
  }

  .business02 .cont .flexbox.border{
    padding: 0;
  }

  .business02 .cont ul.other:not(:first-child){
    width: 48%;
    margin-right: 2%;
    padding: 20px 0;
  }

}

@media screen and (max-width: 450px) {

  .business02 .cont .img{
    margin: 0 auto 15px;
    width: 100%;
    text-align: center;
  }

  .business02 .cont ul li table{
    width: 100%;
  }

  .business02 .cont ul.other:not(:first-child){
    width: 100%;
    margin-right: 0;
  }

}

/*////////////////////////

 recruit

////////////////////////*/

.recruit01{
  padding-top: 80px;
  padding-bottom: 120px;
}

.recruit01 table th{
  font-weight: normal;
  vertical-align: text-top;
  text-align: left;
  padding: 20px 0;
  width: 200px;
}

.recruit01 table td{
  padding: 20px 0;
  width: calc(100% - 200px);
}

.recruit01 table tr{
  border-bottom: 1px solid #D6D6D6;
}

@media screen and (max-width: 450px) {

  .recruit01{
    padding-top: 60px;
  }

  .recruit01 table th,
  .recruit01 table td{
    width: 100%;
    display: block;
  }

  .recruit01 table th{
    font-weight: bold;
    padding-bottom: 0;
  }

  .recruit01 table td{
    padding-top: 0;
  }

}


/*////////////////////////

 contact

////////////////////////*/

.contact01{
  padding-top: 80px;
  padding-bottom: 120px;
}

.contact01 .center{
  text-align: center;
  margin-bottom: 50px;
}

.contact01 .form-wrap table th{
  text-align: left;
  vertical-align: text-top;
  border-right: 1px solid #D6D6D6;
  padding: 10px 0 40px;
  width: 200px;
  color: #333;
  position: relative;
}

.contact01 .form-wrap table th.required::after{
  content: "必須";
  color: #333333;
  font-size: 12px;
  padding: 2px 5px;
  background-color: #FFF20D;
  border-radius: 2px;
  position: absolute;
  left: 110px;
  top: 9px;
}

.contact01 .form-wrap table td{
  width: calc(100% - 200px);
  vertical-align: text-top;
  padding: 0 30px;
}


.contact01 .form-wrap table td .size-s{
  max-width: 320px !important;
}

.contact01 .form-wrap table td .size-l{
  max-width: 600px !important;
}

.contact01 .form-wrap table td a{
  text-decoration: underline;
}

.contact01 .btn01{
  margin: 60px auto 0;
}

.contact01 .btn01.back{
  margin-top: 20px;
  border: 3px solid #000;
  color: #000;
  background-color: #FFF;
}

.form-wrap input[type="checkbox"] {
  display: none;
}
.form-wrap label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
}

.form-wrap input[type="checkbox"]+span::before,
.form-wrap span::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.form-wrap input[type="checkbox"]+span::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -11px;
  background: #FFF;
  border: 2px solid #1F1F1F;
}

.form-wrap input[type="checkbox"]+span::after {
  opacity: 0;
  content: url(img/contact/icon01.png);
  left: 3px;
  top: 2px;
}

.form-wrap input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {

  .contact01 .form-wrap table th,
  .contact01 .form-wrap table td{
    display: block;
    width: 100%;
    border-right: none;
    padding: 5px;
  }

  .contact01 .form-wrap table td{
    padding-bottom: 15px;
  }

  .contact01 .form-wrap table th.required::after{
    top: 5px;
  }

  .contact01 .form-wrap table td .privacy{
    text-align: center;
  }

  .contact01 .btn01{
    margin: 30px auto 0;
  }

}

@media screen and (max-width: 450px) {

  .contact01 .center{
    text-align: left;
  }

}


/*////////////////////////

 privacy

////////////////////////*/

.privacy01{
  padding-bottom: 120px;
}

.privacy01 dl dt{
  padding-top: 70px;
}

.privacy01 dl dd{
  line-height: 2;
}

@media screen and (max-width: 450px) {

  .privacy01 dl dt{
    padding-top: 50px;
  }

}

/*////////////////////////

 sitemap

////////////////////////*/

.sitemap01{
  padding: 60px 0 120px;
}

.sitemap01 ul{
  margin-right: 60px;
}

.sitemap01 ul:last-child{
  margin-right: 0;
}

.sitemap01 ul li {
  font-weight: bold;
  margin-top: 20px;
  padding-left: 18px;
  position: relative;
  font-size: 18px;
}

.sitemap01 ul li:not(.under)::before{
  content: "";
  width: 6px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 13px;
}

.sitemap01 ul li.under {
  font-weight: normal;
  margin-top: 10px;
  font-size: 16px;
}

.sitemap01 ul li.under::before{
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 450px) {

  .sitemap01 .flexbox{
    display: block;
  }

}

/*////////////////////////

 news

////////////////////////*/

.news01{
  padding: 60px 0 120px;
}

.news01 .container{
  max-width: 800px;
}

/*////////////////////////

 detail

////////////////////////*/

.detail01{
  padding: 60px 0 120px;
}

.detail01 .date{
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
}

.detail01 .ttl03{
  font-size: 34px;
}

.detail01 .cont{
  padding: 0 0 60px;
  border-bottom: 2px solid #D6D6D6;
  margin-bottom: 30px;
}

.detail01 .cont img{
  display: block;
  margin: 20px auto;
}

.detail01 .btn01{
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .detail01 .ttl03{
    font-size: 28px;
  }

}

@media screen and (max-width: 450px) {

  .detail01{
    padding: 40px 0 80px;
  }

  .detail01 .date{
    padding: 5px 0;
  }

  .detail01 .cont{
    padding: 20px 0 60px;
  }

}

