@charset "UTF-8";
/* ====================================================
common layout style
==================================================== */
/* ====================================================
tabcolor
==================================================== */
/* ====================================================
reset style
==================================================== */
body {
  line-height: 1;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table {
  font-size: 100%;
}

ul {
  list-style-type: none;
}

li img {
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

/* ====================================================
base
==================================================== */
/*--------------------------------------------
display
--------------------------------------------*/
.device_pc {
  display: block !important;
}
@media print, screen and (max-width: 769px) {
  .device_pc {
    display: none !important;
  }
}

.device_sp {
  display: none !important;
}
@media print, screen and (max-width: 769px) {
  .device_sp {
    display: block !important;
  }
}

.device_sp-inline {
  display: none !important;
}
@media print, screen and (max-width: 769px) {
  .device_sp-inline {
    display: inline-block !important;
  }
}

/* ====================================================
base style
==================================================== */
html {
  font-size: 62.5%;
  font-size: 0.732vw;
}
@media print, screen and (max-width: 769px) {
  html {
    font-size: 2.666vw;
  }
}

body {
  color: #111111;
  font-size: 1.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #FFF;
  line-height: 1.7;
  overflow: auto;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 0;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}
@media print, screen and (max-width: 769px) {
  body {
    font-size: 1.3rem;
  }
}
body.home {
  display: none;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #2a2e2f;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a.no-click:hover {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}

figure {
  width: 100%;
}

::placeholder {
  color: #e4e4e4;
}

em {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ====================================================
top slick
==================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#js-mv-slider01, #js-mv-slider02, #js-gallery-slide, #js-pickup-slide, #js-gallery-slide3, #js-article-slide, #js-article-slide-nav {
  opacity: 0;
  transition: opacity .3s linear;
}

#js-mv-slider01.slick-initialized, #js-mv-slider02.slick-initialized, #js-gallery-slide.slick-initialized, #js-pickup-slide.slick-initialized, #js-gallery-slide3.slick-initialized
, #js-article-slide.slick-initialized, #js-article-slide-nav.slick-initialized {
  opacity: 1;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
}

[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 {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.pickup-prev_icon,
.pickup-next_icon {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media print, screen and (max-width: 769px) {
  .pickup-prev_icon,
  .pickup-next_icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.pickup-prev_icon {
  left: -2.5rem;
  background-image: url(../img/top/pickup_arrow-l.svg);
}
@media print, screen and (max-width: 769px) {
  .pickup-prev_icon {
    left: -1rem;
  }
}
.pickup-prev_icon.slick-disabled {
  background-image: url(../img/top/pickup_arrow-l-gray.svg);
}

.pickup-next_icon {
  right: -2.5rem;
  background-image: url(../img/top/pickup_arrow-r.svg);
}
@media print, screen and (max-width: 769px) {
  .pickup-next_icon {
    right: -1rem;
  }
}
.pickup-next_icon.slick-disabled {
  background-image: url(../img/top/pickup_arrow-r-gray.svg);
}

.prev_icon,
.next_icon {
  cursor: pointer;
  width: 3.7rem;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media print, screen and (max-width: 769px) {
  .prev_icon,
  .next_icon {
    width: 2.7rem;
  }
}

.prev_icon {
  left: 2rem;
}
@media print, screen and (max-width: 769px) {
  .prev_icon {
    left: 1rem;
  }
}

.next_icon {
  right: 2rem;
}
@media print, screen and (max-width: 769px) {
  .next_icon {
    right: 1rem;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  margin-top: 33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  bottom: 10px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "•";
  text-align: center;
  color: #d0d0d0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #ffad66;
  font-size: 30px;
}

/* -----------------------------------------------
works　before/after調整
----------------------------------------------- */
.js-article-slide .slick-track {
  display: flex;
}
.js-article-slide .slick-slide img {
  display: none;
}
.js-article-slide .slick-slide.slick-active img {
  display: block;
}

.js-article-slide-nav .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.js-article-slide-nav li {
  width: calc(100%/4.4) !important;
  margin-right: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}
.js-article-slide-nav li:nth-child(4n) {
  margin-right: 0;
}
.js-article-slide-nav li.slick-current {
  background-color: #000;
}
.js-article-slide-nav li.slick-current > img {
  opacity: .6;
}

.js-article-slide-nav .slick-track {
  transform: unset !important;
  width: 100% !important;
}

/* -----------------------------------------------
breadcrumb
----------------------------------------------- */
.breadcrumb {
  font-size: 1rem;
  line-height: 1;
  padding: 1.2rem 0;
  padding-left: 3rem;
  font-weight: 400;
}
@media print, screen and (max-width: 769px) {
  .breadcrumb {
    padding: 1.8rem 2rem;
    position: relative;
    border-bottom: none;
    width: 100%;
  }
}
.breadcrumb .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (max-width: 769px) {
  .breadcrumb .breadcrumb__list {
    padding: 0;
    width: 100%;
  }
}
.breadcrumb .breadcrumb__list > li:first-child {
  position: relative;
  line-height: 1;
}
.breadcrumb .breadcrumb__list > li + li {
  padding-left: 1rem;
}
.breadcrumb .breadcrumb__list > li:nth-child(n + 2):before {
  content: "＞";
  display: inline-block;
  margin: 0 1rem 0 0;
}

/*========= LoadingのためのCSS ===============*/
.shutter {
  display: none;
  position: fixed;
  width: 0;
  height: 0;
  opacity: 1;
  z-index: 99999;
  -webkit-animation: byeShutter 5s forwards;
  animation: byeShutter 5s forwards;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen 5s forwards;
  animation: shutterOpen 5s forwards;
  z-index: 99999;
}
.shutter__item {
  width: 100vw;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.shutter__item.top {
  background: #7A910C;
}
.shutter__item.bottom {
  background: #008095;
}
.shutter__item .en {
  position: absolute;
  font-size: 3.9rem;
  bottom: 2rem;
  right: 49rem;
  opacity: 0;
  animation: shutter-doco 1.5s forwards 2s;
  -webkit-animation: shutter-doco 1.5s forwards 2s;
}
.shutter__item__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 36.9rem;
  opacity: 0;
  animation: shutter-show 2s forwards;
  -webkit-animation: shutter-show 2s forwards;
}
@media print, screen and (max-width: 769px) {
  .shutter__item__wrap {
    width: 100%;
  }
}
.shutter__item__wrap > figcaption {
  width: 60%;
}
@media print, screen and (max-width: 769px) {
  .shutter__item__wrap > figcaption {
    width: 75%;
  }
}
.shutter__item__wrap > figure {
  width: 40%;
}
@media print, screen and (max-width: 769px) {
  .shutter__item__wrap > figure {
    width: 35%;
  }
}
.shutter__item__wrap .title {
  opacity: 0;
  display: block;
  animation: shutter-title 1.5s forwards 1.5s;
  -webkit-animation: shutter-title 1.5s forwards 1.5s;
}
.shutter__item__wrap .company {
  animation: shutter-company 1.5s forwards;
  -webkit-animation: shutter-company 1.5s forwards;
  font-size: 2rem;
  transform: translateY(-6rem);
}

@keyframes shutter-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shutter-title {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes shutter-company {
  50% {
    font-size: 2rem;
    transform: translateY(-6rem);
  }
  100% {
    font-size: 1.7rem;
    display: block;
    opacity: 1;
    position: relative;
    transform: translateY(0);
  }
}
@keyframes shutter-doco {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes byeShutter {
  0% {
    width: 100vw;
    height: 100vh;
  }
  90% {
    opacity: 1;
    display: none;
    width: 100vw;
    height: 100vh;
  }
  100% {
    opacity: 0;
    display: none;
    width: 100vw;
    height: 100vh;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  60% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
/* ====================================================
form
==================================================== */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background: #FFF;
  border: none;
  outline: none;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 7.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media print, screen and (max-width: 769px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

textarea {
  padding: 2.5rem 3rem;
  height: 23rem;
  width: 100%;
}
@media print, screen and (max-width: 769px) {
  textarea {
    height: 18rem;
    padding: 1rem;
  }
}

.wpcf7-list-item {
  padding: 1rem 0;
  margin-right: 3rem !important;
}
@media print, screen and (max-width: 769px) {
  .wpcf7-list-item {
    padding: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  padding-bottom: 1rem;
}

/* ラジオボタン */
input[type="radio"] {
  display: none;
}

.wpcf7-radio .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 3rem;
  position: relative;
  width: auto;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  content: "";
  display: block;
  height: 1.7rem;
  left: 0;
  position: absolute;
  top: 0.8rem;
  width: 1.7rem;
  border-radius: 50%;
  border: 1px solid #707070;
}

.wpcf7-radio .wpcf7-list-item-label::after {
  border-radius: 50%;
  background: #7A910C;
  content: "";
  display: block;
  height: 1.2rem;
  opacity: 0;
  position: absolute;
  top: 1.25rem;
  left: 0.42rem;
  transform: rotate(45deg);
  width: 1.2rem;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background: #FFF;
  border: 2px solid #7A910C;
}

/* チェックボックス01 */
input[type="checkbox"] {
  display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 3rem;
  position: relative;
  width: auto;
}

.wpcf7-checkbox .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  display: block;
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0.8rem;
  width: 2rem;
}

.wpcf7-checkbox .wpcf7-list-item-label::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  display: block;
  height: 1.4rem;
  left: 0.6rem;
  opacity: 0;
  position: absolute;
  top: 0.8rem;
  transform: rotate(45deg);
  width: 0.5rem;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: #7A910C;
  border: #7A910C 1px solid;
}

/* btn */
input[type="submit"], input[type="reset"] {
  border: none;
  border-radius: .5rem;
  text-align: center;
  width: 41rem;
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
@media print, screen and (max-width: 769px) {
  input[type="submit"], input[type="reset"] {
    width: 100%;
    height: 4.5rem;
    font-size: 1.4rem;
  }
}

input[type="submit"] {
  background: #7A910C;
  color: #FFF;
}

input[type="reset"] {
  color: #606060;
  background: #CFD6AC;
}
