/*
----------------------------------------
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote: before, blockquote:after, q: before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
#contents .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
#contents .slick-dots {
  bottom: -34px;
}
#contents .slick-dots li {
  margin: 0 2px;
}
#contents .slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
  opacity: 1;
}
#contents .slick-dots li.slick-active button::before {
  color: #8fc31f;
  opacity: 1;
}
html[lang=ja] {
  margin-top: 0 !important;
}
html[lang=ja] #wpadminbar {
  z-index: 999999;
}
/*
----------------------------------------
common
----------------------------------------
*/
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.video {
  max-width: 800px;
  margin: 30px auto;
}
.youtube {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  padding-top: 60%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.pc-none, .sp {
  display: none;
}
/* clearfix */
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* scrollbar */
.scroll-block .works-cont {
  position: relative;
  padding-right: 10px;
}
.scroll-block .works-cont .ps__rail-y {
  opacity: .6;
}
.scroll-block .works-cont {
  max-height: 180px;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
.scroll-block .works-cont::-webkit-scrollbar {
  width: 8px;
  padding: 3px 0;
  background: #fff;
}
.scroll-block .works-cont::-webkit-scrollbar-track {
  box-shadow: none;
}
.scroll-block .works-cont::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
}
.scroll-block .works-head {
  padding-right: 8px;
}
.works-list.scroll-block .flex .cat {
  width: 13.5%;
}
.works-list.scroll-block .flex .ttl {
  width: 27%;
}
/*
::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}
*/
/*
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	border-radius: 50%;
	padding: 3px;
	transition: all .2s;
}
*/
/*
----------------------------------------
default
----------------------------------------
*/
html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}
body {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-feature-settings: 'palt';
  color: #333;
  background: #fafafa;
  width: 100vw;
  overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  height: 100%;
}
body * {
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
  transition: all .2s;
  -webkit-transition: -webkit-transform all .2s;
}
ul, ol {
  list-style: none;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.ofi img {
  object-fit: cover;
  font-family: 'object-fit: cover;' /* ie */
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
/*
----------------------------------------
form
----------------------------------------
*/
input[type=text], input[type=search], input[type=tel], input[type=number], input[type=url], input[type=email], input[type=password], input[type=date], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  border: solid 1px #ccc;
  padding: 20px;
  text-align: left;
}
input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
}
input.l {
  width: 100%;
  margin: 0 !important;
}
textarea {
  margin: 0 !important;
  width: 100% !important;
  height: 16rem !important;
}
select {
  min-width: 185px;
  border: solid 2px #a6a6a6 !important;
  border-radius: 6px !important;
  padding: 2.5px 30px 2.5px 10px !important;
  margin: 12px 0 !important;
  background: #f8f8f8 url(../img/common/2x/arrow-select.png ) right 6px center / 8px no-repeat !important;
  margin: 17px 0 !important;
}
.radio input[type=radio], .checkbox input[type=checkbox] {
  display: none;
}
.radio label, .checkbox label {
  display: inline-block;
  padding: 2px 0 2px 40px;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
}
.radio label::before, .checkbox label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 2px #ccc;
  position: absolute;
  top: 4px;
  left: 0;
}
.radio label::before {
  border-radius: 50%;
}
.checkbox label::before {
  border-radius: 3px;
}
.radio label::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  position: absolute;
  left: 6px;
  top: 10px;
  opacity: 0;
  transition: all .2s;
}
.radio input[type=radio]:checked + label::after, .radio input[type=radio]:checked + input[type=hidden] + label::after {
  opacity: 1;
}
.checkbox label::after {
  content: '';
  width: 6px;
  height: 12px;
  border-right: solid 3px #8fc31f;
  border-bottom: solid 3px #8fc31f;
  position: absolute;
  left: 7px;
  top: 6px;
  opacity: 0;
  transform: rotate(45deg);
  transition: all .2s;
}
.checkbox input[type=checkbox]:checked + label::after, .checkbox input[type=checkbox]:checked + input[type=hidden] + label::after {
  opacity: 1;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
::placeholder { /* Others */
  color: #999;
}
/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.reverce {
  flex-direction: row-reverse;
}
.flex.item-center {
  align-items: center;
}
/*
----------------------------------------
font
----------------------------------------
*/
.en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.mincho {
  font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
}
.dummy {
  color: #f00;
}
strong {
  font-weight: normal;
}
.under-line {
  background: -moz-linear-gradient(transparent 80%, #c8e58a 80%);
  background: -webkit-linear-gradient(transparent 80%, #c8e58a 80%);
  background: linear-gradient(transparent 80%, #c8e58a 80%);
}
/*
----------------------------------------
heading
----------------------------------------
*/
.heading-01 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.heading-01::before, .heading-01::after {
  content: '';
  height: 2px;
  background: #8fc31f;
  flex: 1;
}
.heading-01 > span {
  display: inline-block;
  margin: 0 20px 0 30px;
  letter-spacing: 1.5px;
}
.heading-02 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .8px;
  line-height: 1.8;
  text-align: center;
  margin: 4rem 0;
}
.heading-02 strong {
  font-weight: 500;
  background: -moz-linear-gradient(transparent 72%, #c8e58a 72%, #c8e58a 98%, transparent 98%);
  background: -webkit-linear-gradient(transparent 72%, #c8e58a 72%, #c8e58a 98%, transparent 98%);
  background: linear-gradient(transparent 72%, #c8e58a 72%, #c8e58a 98%, transparent 98%);
}
.heading-03 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
  margin-bottom: 3rem;
  color: #8fc31f;
  border-bottom: solid 2px #8fc31f;
}
.heading-04 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: #8fc31f;
  padding-left: 2rem;
  position: relative;
}
.heading-04::before {
  content: '';
  width: 1rem;
  height: 2px;
  background: #8fc31f;
  position: absolute;
  top: 17px;
  left: 0;
}
/*
----------------------------------------
ttl
----------------------------------------
*/
/* ttl-01 */
.ttl-01 {
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.ttl-01 .en {
  color: #8fc31f;
  font-size: 1.8rem;
  letter-spacing: 3px;
}
.ttl-01 .jp {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 5px 0 20px;
}
.ttl-01 .smile img {
  width: 175px;
}
.ttl-01.jp-txt .mov-ttl .jp {
  margin: 0 0 12px;
}
.ttl-01.jp-txt .mov-txt {
  font-size: 4.2rem;
  color: #8fc31f;
}
/* type-02 */
.ttl-01.type-02 {
  position: relative;
}
.ttl-01.type-02 .en {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  font-size: 17rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  z-index: -1;
  overflow: hidden;
}
.ttl-01.type-02 .jp {
  font-size: 5rem;
  margin-bottom: 25px;
}
/* ttl-02 */
.ttl-02 {
  text-align: center;
  line-height: 1.5;
}
.ttl-02 .en {
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: #8fc31f;
}
.ttl-02 .jp {
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
/* ttl-03 */
.ttl-03 {
  text-align: center;
  position: relative;
}
.ttl-03 .en.en-bg {
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  z-index: -1;
}
.ttl-03 .en {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7;
  color: #8fc31f;
}
.ttl-03 .jp {
  align-items: center;
}
.ttl-03 .jp::before, .ttl-03 .jp::after {
  content: '';
  height: 2px;
  background: #8fc31f;
  flex: 1;
}
.ttl-03 .jp > span {
  margin: 0 20px 0 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 1.5px;
}
/*
----------------------------------------
animation
----------------------------------------
*/
@keyframes mov-box {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  35% {
    width: 100%;
    left: 0;
    right: 0;
  }
  36% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes mov-box-02 {
  0% {
    left: 0;
  }
  100% {
    left: auto;
  }
}
.inview {
  transform: scale(.95);
  opacity: 0;
  position: relative;
  transition: all .6s;
  -webkit-transition: -webkit-transform all .6s;
}
.inview.view {
  opacity: 1;
  transform: none;
}
.inview::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fafafa;
  z-index: 99;
}
.inview.view::after {
  animation: mov-box-02 .4s ease-in-out .2s 1 normal forwards;
}
.inview.wh {
  transform: none;
}
.inview.wh::after {
  background: #fff;
}
.inview.tp {
  transform: none;
}
.inview.tp::after {
  display: none;
}
/* link-01 */
@keyframes link-01 {
  0% {
    left: 0;
    right: 0;
  }
  49.9999% {
    left: 100%;
    right: 0;
  }
  50% {
    left: 0;
    right: 100%;
  }
  100% {
    left: 0;
    right: 0;
  }
}
.link-01 a:hover span:after {
  animation: link-01 .6s ease-in-out .2s 1 normal forwards;
}
/* mov-ttl */
@keyframes mov-ttl {
  0% {
    opacity: 0;
    transform: rotateX(45deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.mov-ttl .mov-txt-wrap {
  display: inline-block;
  position: relative;
}
.mov-ttl .mov-txt-wrap::after {
  content: '';
  width: 0;
  background: #8fc31f;
  position: absolute;
  top: 10%;
  right: auto;
  bottom: 10%;
  left: 0;
}
.mov-ttl .mov-txt {
  transform: rotateX(45deg);
  opacity: 0;
}
.view .mov-ttl .mov-txt-wrap::after {
  animation: mov-box .8s ease-in-out .6s 1 normal forwards;
}
.view .mov-ttl .mov-txt-wrap .mov-txt {
  animation: mov-ttl .4s ease-in-out 1.2s 1 normal forwards;
}
.view .mov-ttl .mov-txt-wrap.mov-02::after {
  animation: mov-box .8s ease-in-out 1s 1 normal forwards;
}
.view .mov-ttl .mov-txt-wrap.mov-02 .mov-txt {
  animation: mov-ttl .4s ease-in-out 1.6s 1 normal forwards;
}
.view .mov-ttl .mov-txt-wrap.mov-03::after {
  animation: mov-box .8s ease-in-out 1.4s 1 normal forwards;
}
.view .mov-ttl .mov-txt-wrap.mov-03 .mov-txt {
  animation: mov-ttl .4s ease-in-out 2s 1 normal forwards;
}
/* smile */
@keyframes smile {
  0% {
    opacity: 0;
    transform: translateY(50%) scale(.8, 1.25);
    ;
  }
  65% {
    opacity: 1;
    transform: translateY(-25%) scale(1.25, .8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.smile {
  opacity: 0;
  transform: translateY(50%) scale(.8, 1.25);
  ;
}
.view .smile {
  animation: smile .8s ease-in-out .8s 1 normal forwards;
}
/* bnr-set */
.bnr-set-01 .bnr a {
  display: block;
  padding: 130px 10px 142px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.bnr-set-01 .bnr a::after {
  content: '';
  background: #eee;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .6s;
}
.bnr-set-01 .bnr a > * {
  position: relative;
  z-index: 99;
}
.bnr-set-01 .num {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 4px;
}
.bnr-set-01 .smile img {
  width: 120px;
}
.bnr-set-01 .num .smile img {
  transform: translateY(-30px);
}
.bnr-set-01 h3 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.bnr-set-01 p {
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.bnr-set-01 .more span {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 42px;
  padding: 9px;
  border: solid 2px #fff;
  border-radius: 25px;
  transition: all .2s;
}
/* header */
@keyframes mov-head-box {
  0% {
    left: 0;
    width: 0;
  }
  35% {
    left: 0;
    width: 230px;
  }
  100% {
    left: 230px;
    right: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
#wrapper > header .nav-wrap {
  opacity: 0;
  visibility: hidden;
  animation: fade .4s ease-in-out 2s 1 normal forwards;
}
#wrapper > header::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #8fc31f;
  z-index: 999999;
  animation: mov-head-box 1.6s ease-in-out 1s 1 normal forwards;
}
/* mov-block */
.mov-block > .img img {
  opacity: 0;
}
.view .mov-block > .img img, .mov-block.view > .img img {
  animation: fade .4s ease-in-out 1.2s 1 normal forwards;
}
.view .mov-block > .img::after, .mov-block.view > .img::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #8fc31f;
  z-index: 99;
  animation: mov-box .8s ease-in-out .6s 1 normal forwards;
}
/*
----------------------------------------
bottun
----------------------------------------
*/
.btn-01 a {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #404040;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  padding: 8px 0 10px 15px;
  border-radius: 25px;
}
.btn-01 a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/common/2x/arrow-01-wh.png ) right center / contain no-repeat;
  vertical-align: middle;
  margin-left: 15px;
  transition: all .2s;
}
.btn-02 a {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background: #8fc31f;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 9px;
  border: solid 2px #8fc31f;
  border-radius: 25px;
}
.btn-02.arrow span {
  display: inline-block;
  padding: 0 30px;
  background: url(../img/common/2x/arrow-01-wh.png ) right 5px center / 15px no-repeat;
  transition: all .2s;
}
.btn-03 a {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #8fc31f;
  background: #fff url(../img/common/2x/arrow-04.png ) right 15px center / 12px no-repeat;
  padding: 12px;
  border: solid 2px #8fc31f;
  border-radius: 30px;
}
/* link-01 */
.link-01 a {
  display: inline-block;
  padding: 2px 22px 2px 2px;
  background: url(../img/common/2x/icon-link-01.png ) right center / 17px no-repeat;
  letter-spacing: 1px;
}
.link-01 span {
  color: #8fc31f;
  padding: 4px 0;
  position: relative;
}
.link-01 span:after {
  content: '';
  height: 1px;
  background: #8fc31f;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
}
/* link-02 */
.link-02 a {
  display: inline-block;
  color: #8fc31f;
  font-size: 1.4rem;
  border: solid 1px #8fc31f;
  border-radius: 15px;
  padding: 0 30px 0 10px;
  background: url(../img/common/2x/icon-link-01.png ) right 10px center / 13px no-repeat;
  letter-spacing: 1px;
}
/* more-01 */
.more-01 a {
  display: inline-block;
  color: #8fc31f;
  padding-right: 25px;
  background: url(../img/common/2x/arrow-03.png ) right 5px top 11px / 7px no-repeat;
}
.more-01 span {
  border-bottom: solid 1px #8fc31f;
  padding-bottom: 4px;
}
/* more-arrow */
.more-arrow {
  color: #8fc31f;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .8px;
  transition: all .2s;
}
.more-arrow::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 9px;
  background: url(../img/common/2x/arrow-02.png ) center center / contain no-repeat;
  margin-left: 10px;
  transition: all .2s;
}
a:hover .more-arrow::after {
  transform: translateX(5px);
}
/*
----------------------------------------
table
----------------------------------------
*/
table caption {
  caption-side: bottom;
  padding-top: 15px;
  font-size: 1.3rem;
}
/* table-01 */
.table-01 {
  width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin: 0 0 30px;
}
.table-01 thead th, .table-01 thead td {
  color: #fff;
  background: #000;
  text-align: center;
}
.table-01 th {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: #f9f9f9;
  font-weight: normal;
  vertical-align: top;
}
.table-01 td {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  vertical-align: top;
}
/* table-02 */
.table-02 {
  width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
  margin: 30px 0;
}
.table-02 th {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
  font-weight: normal;
}
.table-02 td {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
}
/* block-table */
.block-table {
  width: 100%;
}
.block-table .flex {
  text-align: center;
}
.block-table .flex > div {
  border-right: dashed 1px #8fc31f;
  border-bottom: solid 2px #8fc31f;
}
.block-table .flex > div:last-child {
  border-right: none;
}
.block-table h4 {
  border-top: solid 2px #8fc31f;
  background: #f4f9e8;
  color: #8fc31f;
  line-height: 1.6;
  padding: 15px 10px;
  white-space: nowrap;
}
.block-table p {
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 18px 10px;
}
/*
----------------------------------------
list
----------------------------------------
*/
ul.list {
  list-style: disc;
  margin-left: 20px;
}
ol.list {
  list-style: decimal;
  margin-left: 20px;
}
/* list-01 */
.list-01 li {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 18px;
  margin-bottom: 9px;
  position: relative;
}
.list-01 li::before {
  content: '';
  width: 10px;
  height: 2px;
  background: #8fc31f;
  position: absolute;
  top: 10px;
  left: 0;
}
/* list-02 */
.list-02 li {
  line-height: 1.6;
  padding-left: 18px;
  margin-bottom: 9px;
  position: relative;
}
.list-02 li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #8fc31f;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
/* ol-01 */
.ol-01 {
  counter-reset: ol;
}
.ol-01 li {
  padding-left: 3rem;
  position: relative;
}
.ol-01 li::before {
  content: counter(ol) ' ) ';
  counter-increment: ol;
  position: absolute;
  top: 0;
  left: 0;
}
/* dl-01 */
.dl-01 {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .2px;
  border-bottom: solid 1px #dbdbdb;
  position: relative;
}
.dl-01 > dt {
  width: 22%;
  color: #8fc31f;
  padding: 25.4px 10px;
  border-top: solid 1px #dbdbdb;
  position: relative;
}
.dl-01 > dt::before {
  content: '';
  width: 100px;
  height: 1px;
  background: #8fc31f;
  position: absolute;
  top: -1px;
  left: 0;
}
.dl-01 > dd {
  width: 78%;
  padding: 25.4px 0 25.4px 15px;
  border-top: solid 1px #dbdbdb;
}
/* dl-02 */
.dl-02 {
  font-size: 1.7rem;
  border-bottom: solid 1px #8fc31f;
}
.dl-02 dt {
  width: 34.2%;
  padding: 25.5px 30px;
  border-top: solid 1px #8fc31f;
  border-right: dotted 1px #8fc31f;
  background: #f4f9e8;
  color: #8fc31f;
  font-weight: 500;
  line-height: 1.6;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.dl-02 dd {
  width: 65.8%;
  padding: 25.5px 35px;
  border-top: solid 1px #8fc31f;
  background: #fff;
  line-height: 1.6;
  letter-spacing: .8px;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* dl-03 */
.dl-03 dt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: .5rem;
  padding-left: 3rem;
  position: relative;
}
.dl-03 dt .num {
  /* color: #8fc31f; */
  position: absolute;
  top: 0;
  left: 0;
}
.dl-03 dd {
  margin-bottom: 3rem;
  padding-left: 3rem;
}
/*
----------------------------------------
modal
----------------------------------------
*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  padding-left: 230px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .6s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 99999999;
}
.modal .wrap {
  position: relative;
}
.modal .box {
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  font-size: 1.6rem;
  position: relative;
  z-index: 9999;
  max-height: 80vh;
  overflow: auto;
}
.modal .close-btn {
  width: 50px;
  height: 50px;
  padding: 15px;
  line-height: .5;
  background: #8fc31f;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  transition: all .2s;
}
.modal .overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 200vh;
  z-index: 99;
  background: rgba(0, 0, 0, .4);
}
.modal .ttl-02 .en {
  font-size: 1.4rem;
  letter-spacing: .4px;
}
.modal .ttl-02 .jp {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 1.4px;
}
/*
----------------------------------------
map
----------------------------------------
*/
.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map iframe, .map object, .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
----------------------------------------
layout
----------------------------------------
*/
#wrapper {
  width: 100%;
  padding: 0 0 0 230px;
  overflow-x: hidden;
}
.wrap {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
#contents-wrap {
  margin: 57px 0 115px;
}
#contents-wrap > .flex {
  justify-content: space-between;
}
.flex > #main-contents {
  width: calc(100% - 270px);
}
.search-msg {
  font-size: 1.8rem;
  color: #8fc31f;
  background: #fff;
  padding: 15px 25px;
  margin-bottom: 40px;
  border: solid 1px #8fc31f;
}
.cat-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: normal;
  color: #fff;
  background: #8fc31f;
  border-radius: 10px;
  padding: 10px 25px;
  margin-bottom: 40px;
}
#sp-logo, #sp-btn, #sp-fix {
  display: none;
}
#overlay {
  display: none;
}
/* block-01 */
.block-01 {
  padding: 30px 0;
  min-height: 760px;
  position: relative;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-01 > .en {
  position: absolute;
  top: 180px;
  right: 1vw;
  color: #fff;
  font-size: 17rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -4px;
  z-index: -1;
}
.block-01 > .img {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  padding-right: 3px;
  overflow: hidden;
}
.block-01.img-right > .img {
  right: 0;
  left: 50%;
  padding: 0 0 0 3px;
}
.block-01 > .img img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
}
.block-01.img-right > .img img {
  border-radius: 20px 0 0 20px;
}
.block-01 .img + .wrap .box {
  width: 430px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.block-01.img-right .img + .wrap .box {
  margin: 0 auto 0 0;
}
.block-01 .ttl-01 {
  margin: 0 5px 50px 0;
}
.block-01.img-right .ttl-01 {
  margin: 0 0 60px 5px;
}
.block-01 h3 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.block-01 .read {
  margin-bottom: 30px;
  line-height: 2.4;
  letter-spacing: .6px;
  text-align: justify;
}
.block-01 .ttl h2.jp {
  font-size: 4.2rem;
  line-height: 1.2;
  margin-bottom: 25px;
}
/* block-02 */
.block-02 > a {
  display: block;
  width: 100%;
  position: relative;
  padding: 145px 0 124px;
}
.block-02 a > .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .2s;
}
.block-02 a > .img img {
  width: 100%;
  height: 100%;
}
.block-02 .wrap {
  max-width: 1350px;
  padding: 0 30px;
}
.block-02 .box {
  display: inline-block;
  position: relative;
  z-index: 99;
}
.block-02 .box .sub {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 3px;
  color: #8fc31f;
}
.block-02 .box h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.block-02 .box .read {
  margin-bottom: 35px;
  letter-spacing: 1.2px;
}
.block-02 .box .more span {
  display: inline-block;
  width: 240px;
  font-size: 1.5rem;
  text-align: center;
  padding: 8px;
  color: #8fc31f;
  border: solid 2px #8fc31f;
  border-radius: 25px;
  transition: all .2s;
}
.block-02.img-right .wrap {
  text-align: right;
}
.block-02.img-right .box {
  margin-left: auto;
  text-align: left;
  width: 525px;
  max-width: 60%;
}
/* block-03 */
.block-03 {
  position: relative;
  margin: 55px 0;
}
.block-03 .img {
  position: absolute;
  top: 0;
  right: calc(50% + 85px);
  bottom: 0;
  left: 0;
}
.block-03 .img img {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.block-03 .wrap .txt {
  flex-direction: column;
  justify-content: center;
}
.block-03 .img + .wrap .txt {
  margin-left: 50%;
  min-height: 475px;
}
.block-03 .txt h3 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.block-03 .txt h3 b {
  font-weight: 500;
  background: -moz-linear-gradient(transparent 80%, #c8e58a 80%, #c8e58a 95%, transparent 95%);
  background: -webkit-linear-gradient(transparent 80%, #c8e58a 80%, #c8e58a 95%, transparent 95%);
  background: linear-gradient(transparent 80%, #c8e58a 80%, #c8e58a 95%, transparent 95%);
}
.block-03 .txt p b, .txt-block p b {
  font-weight: 500;
  background: -moz-linear-gradient(transparent 75%, #c8e58a 75%, #c8e58a 96%, transparent 96%);
  background: -webkit-linear-gradient(transparent 75%, #c8e58a 75%, #c8e58a 96%, transparent 96%);
  background: linear-gradient(transparent 75%, #c8e58a 75%, #c8e58a 96%, transparent 96%);
}
.block-03 .txt p {
  line-height: 2.4;
  letter-spacing: .8px;
  margin-bottom: 20px;
}
.block-03.img-right .img {
  right: 0;
  left: calc(50% + 85px);
}
.block-03.img-right .img img {
  border-radius: 10px 0 0 10px;
}
.block-03.img-right .img + .wrap .txt {
  margin: 0 50% 0 0;
}
.block-list .block-03 {
  margin: 0 0 8rem;
}
.block-list .block-03 .wrap .txt {
  position: relative;
}
.block-list .block-03 .img + .wrap .txt {
  padding: 5rem 0 2.7rem;
}
.block-list .block-03 .txt h3 {
  margin: 0 0 25px -5px;
}
.block-list .block-03 .txt .num {
  font-size: 18rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 5rem;
  right: -1rem;
  z-index: -1;
}
.block-list .block-03 .mov-ttl {
  position: relative;
  z-index: 9;
}
.block-list .block-03 .mov-ttl .en {
  font-size: 1.6rem;
  letter-spacing: 2.6px;
  color: #8fc31f;
  margin-bottom: 15px;
}
/* block-04 */
.block-04 {
  position: relative;
}
.block-04 .img {
  position: absolute;
  top: 0;
  right: calc(50% + 85px);
  bottom: 0;
  left: 0;
}
.block-04 .img img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.block-04 .txt {
  margin-left: calc(50% - 5px);
  padding: 20px 0 40px;
  min-height: 640px;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* block-05 */
.block-05 .txt {
  width: calc(50% + 15px);
  font-size: 1.5rem;
  letter-spacing: .6px;
  line-height: 2.55;
}
.block-05 .img {
  width: calc(50% - 15px);
  padding: 12px 0 0 70px;
}
.block-05 .img img {
  border-radius: 20px;
}
/* block-border-01 */
.block-border-01 {
  padding-top: 55px;
  border-top: solid 2px #ebebeb;
  position: relative;
}
.block-border-01::before {
  content: '';
  width: 100px;
  height: 2px;
  background: #8fc31f;
  position: absolute;
  top: -2px;
  left: calc(50% - 50px);
}
/*
----------------------------------------
header
----------------------------------------
*/
#wrapper > header .nav-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 230px;
  color: #fff;
  padding-bottom: 20px;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#wrapper > header .nav-wrap::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 230px;
  background: #333;
  z-index: -1;
}
#logo {
  height: 200px;
  padding: 80px 10px 10px;
}
#logo a {
  display: inline-block;
}
/* g-nav */
#g-nav > ul > li {
  border-bottom: solid 1px #404040;
}
#g-nav a {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 89px;
  padding: 10px 40px 10px 25px;
  text-align: left;
  letter-spacing: 1px;
  background: url(../img/common/2x/arrow-01.png ) right 20px center / 15px no-repeat;
  color: #fff;
  line-height: 1.8;
}
#g-nav a.link {
  background: url(../img/common/2x/arrow-link.png ) right 19px center / 17px no-repeat;
}
#g-nav a .en {
  font-size: 1.2rem;
  letter-spacing: .8px;
  font-weight: 600;
  color: #999;
}
#g-nav a .jp {
  white-space: nowrap;
  overflow: hidden;
}
#g-nav .sub {
  width: 230px;
  background: #404040;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: -2;
  transition: all .6s;
}
#g-nav .sub .ttl a {
  display: block;
  height: 200px;
  background: #8fc31f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 2px;
  padding: 72px 24px 0;
}
#g-nav .sub .ttl .en {
  /*
	font-size: 2.2rem;
	letter-spacing: 1.5px;
	*/
  font-size: 2rem;
  color: #fff;
}
#g-nav .sub .note {
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
}
#g-nav .sub li {
  border-bottom: solid 1px #4c4c4c;
}
#wrapper > header .tel-link {
  margin-top: auto;
  margin-top: 12px;
}
#wrapper > header .tel-link a {
  display: block;
  padding: 20px;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
}
#wrapper > header .tel-link .num {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .8px;
    background: url(../img/common/2x/icon-tel.png) left 6px / 15px no-repeat;
    padding-left: 20px;
}
#wrapper > header .tel-link .note {
  font-size: 1.15rem;
}
#wrapper > header .contact-btn {
  padding: 5px 20px;
}
#wrapper > header .contact-btn a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  background: #8fc31f;
  color: #fff;
  padding: 11px 10px;
  border: solid 2px #8fc31f;
  border-radius: 25px;
}
#wrapper > header .link-wrap {
  line-height: .5;
  padding: 20px;
  text-align: center;
}
#wrapper > header .link-wrap .enh {
  margin: 0 auto;
}
#wrapper > header .link-wrap .enh a {
  display: block;
}
/*
----------------------------------------
page
----------------------------------------
*/
.page-header {
  font-weight: 500;
  padding: 75px 0 36px;
  color: #fff;
  background: url(../img/contact/2x/header-bg.png ) center center / cover no-repeat;
}
.page-header .wrap {
  text-align: center;
}
.page-header .en {
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-header h1, .page-header h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.page-header .smile img {
  width: 156px;
}
.btn-set {
  margin-bottom: 80px;
}
.btn-set li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
.btn-set li:nth-child(4n), .btn-set li:last-child {
  margin-right: 0;
}
.btn-set.btn-02 a {
  font-size: 1.6rem;
  padding: 9px;
}
.btn-set.btn-02 li {
  opacity: 0;
  transition: all .2s;
}
.view .btn-set.btn-02 li {
  opacity: 1;
  transition: all .4s;
}
.view .btn-set.btn-02 li:nth-child(1) {
  transition-delay: 1s;
}
.view .btn-set.btn-02 li:nth-child(2) {
  transition-delay: 1.2s;
}
.view .btn-set.btn-02 li:nth-child(3) {
  transition-delay: 1.4s;
}
.view .btn-set.btn-02 li:nth-child(4) {
  transition-delay: 1.6s;
}
.view .btn-set.btn-02 li:nth-child(5) {
  transition-delay: 1.8s;
}
.view .btn-set.btn-02 li:nth-child(6) {
  transition-delay: 2s;
}
.view .btn-set.btn-02 li:nth-child(7) {
  transition-delay: 2.2s;
}
.view .btn-set.btn-02 li:nth-child(8) {
  transition-delay: 2.4s;
}
/*
----------------------------------------
contents
----------------------------------------
*/
.topic-path {
  font-size: 1.4rem;
  color: #222;
  padding: 18px 0;
  letter-spacing: 1px;
  overflow: auto;
  white-space: nowrap;
}
.topic-path .wrap a {
  color: #8fc31f;
  border-bottom: solid 1px #8fc31f;
  position: relative;
  padding: 3px .5px;
  margin-right: 30px;
}
.topic-path .wrap a::before {
  content: '';
  height: 1px;
  background: 8fc31f;
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
}
.topic-path .wrap a::after {
  content: '＞';
  font-size: 1.2rem;
  color: #222;
  transform: scale(.5, 1);
  position: absolute;
  right: -22px;
  top: 0;
}
.topic-path .wrap .breadcrumb_last {
  padding-right: 2rem;
}
.puzzle-01 {
  position: relative;
}
.puzzle-01 img {
  position: absolute;
  z-index: -1;
}
.puzzle-01 img:nth-child(1) {
  width: 18.5vw;
  top: 12px;
  right: 2vw;
  opacity: 0;
  transform: translate(50%, 50%) rotate(356deg);
  transition: all .6s 1.2s ease-in-out;
}
.view .puzzle-01 img:nth-child(1) {
  opacity: 1;
  transform: rotate(196deg);
}
.puzzle-01 img:nth-child(2) {
  width: 12.5vw;
  top: 100px;
  right: 18.5vw;
  opacity: 0;
  transform: translate(50%, 50%) rotate(248deg);
  transition: all .4s 1.4s ease-in-out;
}
.view .puzzle-01 img:nth-child(2) {
  opacity: 1;
  transform: rotate(128deg);
}
/* inversion */
.puzzle-01 .inversion img:nth-child(1) {
  top: -35px;
  right: 12vw;
  transform: translate(50%, 50%) rotate(321deg) scale(-1, 1);
}
.view .puzzle-01 .inversion img:nth-child(1) {
  transform: rotate(161deg) scale(-1, 1);
}
.puzzle-01 .inversion img:nth-child(2) {
  top: 60px;
  right: 2vw;
  transform: translate(50%, 50%) rotate(262deg);
}
.view .puzzle-01 .inversion img:nth-child(2) {
  transform: rotate(142deg);
}
.contents .slick-slide {
  opacity: .2;
}
.contents .slick-slide.slick-active {
  opacity: 1;
}
.contents .slick-prev, .contents .slick-next {
  width: 50px;
  height: 50px;
  z-index: 99;
  padding: 14px;
  background: ;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: all .2s;
}
.contents .slick-prev {
  background: #8fc31f url(../img/common/2x/arrow-prev.png ) center center / 22px no-repeat !important;
  left: 20px;
}
.contents .slick-prev:hover {
  background: #a1db23 url(../img/common/2x/arrow-prev.png ) center center / 22px no-repeat !important;
}
.contents .slick-next {
  background: #8fc31f url(../img/common/2x/arrow-next.png ) center center / 22px no-repeat !important;
  right: 20px;
}
.contents .slick-next:hover {
  background: #a1db23 url(../img/common/2x/arrow-next.png ) center center / 22px no-repeat !important;
}
.contents .slick-prev:before, .contents .slick-next:before {
  content: '';
  opacity: 0;
}
/*
----------------------------------------
post
----------------------------------------
*/
/* cat-list */
.cat-list {
  margin-right: 5px;
}
.cat-list li {
  margin: 0 10px 5px 0;
  line-height: .5;
}
.cat-list a, .cat-list span {
  display: inline-block;
  padding: 4px 17.5px 6px;
  color: #fff;
  background: #8fc31f;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 14px;
  transition: all .4s;
}
/* post-time */
.post-time {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: .8px;
}
.post-time time {
  display: inline-block;
  padding-left: 20px;
  color: #666;
  background: url(../img/news/2x/icon-time.png ) left center / 16px no-repeat;
}
/* col-post */
.col-post .post a {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.col-post figure {
  line-height: .5;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: all .2s;
}
.col-post figure img {
  width: 100%;
  height: 294px;
  transition: all .2s;
}
.col-post .txt {
  padding: 30px 15px 20px;
  text-align: left;
  position: relative;
}
.col-post .cat {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-33%);
}
.col-post .cat span {
  display: inline-block;
  max-width: 80%;
  background: #8fc31f;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 17px 2px;
  margin: 0 5px;
  border-radius: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.col-post .cat.mult span {
  max-width: 40%;
}
.col-post h3 {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: normal;
  margin-bottom: 8px;
  transition: all .2s;
}
.col-post .post-time {
  font-size: 1.4rem;
}
/* works-list */
.works-list {
  width: 100%;
  text-align: center;
  line-height: 1.6;
}
.works-list .flex {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.works-list .flex .year {
  width: 14%;
  /* width: 15.5%; */
}
.works-list .flex .year .en {
  font-weight: 300;
}
.works-list .flex .cat {
  width: 20%;
  /* width: 15.5%; */
}
.works-list .flex .ttl {
  width: 22%;
  /* width: 25%; */
}
.works-list .flex .read {
  width: 28%;
}
.works-list .flex .btn {
  width: 16%;
}
.works-list .works-head {
  min-height: 70px;
  background: #404040;
  color: #fff;
  font-weight: 500;
}
.works-list thead > div {
  padding: 10px;
}
.works-list .works-cont {
  background: #fff;
}
.works-list .works-cont a {
  min-height: 70px;
  border-top: dotted 1px #8fc31f;
}
.works-list .works-cont a:first-child {
  border-top: none;
}
.works-list .works-cont a.no-link {
  pointer-events: none;
}
.works-list .works-cont a > div {
  padding: 10px;
  vertical-align: middle;
}
.works-list .works-cont .cat span {
  display: inline-block;
  min-width: 90px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  color: #8fc31f;
  background: #fff;
  padding: 4.5px 10px 5.5px;
  border: solid 2px #8fc31f;
  border-radius: 5px;
}
.works-list .works-cont .read p {
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  text-align: left;
}
.works-list .works-cont .btn span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background: #8fc31f;
  padding: 6px 17px 8px;
  border-radius: 18px;
}
/* post-nav */
.post-nav {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.2rem 0 3.2rem;
}
.post-nav .prev, .post-nav .next {
  display: block;
  width: calc((100% - 240px) / 2);
}
.post-nav a {
  display: block;
  position: relative;
}
.post-nav .prev a, .post-nav .next a {
  padding: 0 3.5rem;
  line-height: 1.8;
}
.post-nav .next a {
  text-align: right;
}
.post-nav .prev a::before, .post-nav .next a::before {
  content: '';
  width: 23px;
  height: 23px;
  position: absolute;
  top: calc(50% - 11.5px);
  transition: all .2s;
}
.post-nav .prev a::before {
  background: url(../img/news/2x/arrow-prev.png ) center center / contain no-repeat;
  left: 0;
}
.post-nav .next a::before {
  background: url(../img/news/2x/arrow-next.png ) center center / contain no-repeat;
  right: 0;
}
.post-nav .prev span, .post-nav .next span {
  font-size: 1.5rem;
  border-bottom: solid 1px #333;
  transition: all .2s;
}
.post-nav .back-link {
  width: 240px;
}
.post-nav .back-link a {
  font-weight: 500;
  text-align: center;
  padding: 5px 10px 7px;
  color: #fff;
  background: #8fc31f;
  border: solid 2px #8fc31f;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
/* pagination */
.pagination {
  text-align: center;
  margin-top: 38px;
}
.pagination > div {
  display: inline-block;
}
.pagination ul {
  justify-content: center;
  position: relative;
  padding: 0 50px;
}
.pagination ul li {
  line-height: .5;
}
.pagination a, .pagination span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 0 5px;
  transition: all .4s;
  background: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
}
.pagination span.current {
  background: #b2b2b2;
  color: #fff;
}
.pagination .prev, .pagination .next {
  width: 40px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  position: absolute;
  top: 0;
}
.pagination .prev {
  background: url(../img/news/2x/page-prev.png ) center center / 8px no-repeat;
  left: 0;
}
.pagination .next {
  background: url(../img/news/2x/page-next.png ) center center / 8px no-repeat;
  right: 0;
}
/*
----------------------------------------
sidebar
----------------------------------------
*/
#sidebar {
  width: 230px;
}
.search-form {
  margin-bottom: 2.5rem;
  position: relative;
}
.search-form input[type=text] {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 15px 50px 15px 15px;
}
.search-form button {
  width: 50px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/news/2x/icon-search.png ) left 7px center / 20px no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#sidebar h2 {
  font-size: 2rem;
  font-weight: normal;
  color: #8fc31f;
  border-bottom: solid 2px #8fc31f;
  padding: 8px 0;
  margin-bottom: 2rem;
}
#sidebar .rank-list .post {
  margin-bottom: 2.4rem;
}
#sidebar .rank-list .post:last-child {
  margin-bottom: 2.6rem;
}
#sidebar .rank-list figure {
  line-height: .5;
  margin-bottom: 4px;
  position: relative;
  transition: all .2s;
}
#sidebar .rank-list figure::before {
  content: '1';
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #c2b27c;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 99;
}
#sidebar .rank-list .post:nth-child(2) figure::before {
  content: '2';
  background: #c1c1c1;
}
#sidebar .rank-list .post:nth-child(3) figure::before {
  content: '3';
  background: #d39d82;
}
#sidebar .rank-list figure img {
  width: 100%;
  height: 230px;
  transition: all .2s;
}
#sidebar .rank-list .ttl {
  line-height: 1.7;
}
#sidebar .rank-list .ttl span {
  font-size: 1.5rem;
  padding: 4px 0;
  border-bottom: solid 1px #333;
  transition: all .2s;
}
#sidebar .cat-menu h2 {
  margin-bottom: 0;
}
#sidebar .cat-menu > ul > li {
  border-bottom: solid 1px #d6d6d6;
}
#sidebar .cat-menu .children li {
  border-top: dotted 1px #d6d6d6;
  ;
}
#sidebar .cat-menu li a {
  display: block;
  padding: 18.5px 0 18.5px 20px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .8px;
}
#sidebar .cat-menu li a::before {
  content: '';
  width: 10px;
  height: 2px;
  background: #8fc31f;
  position: absolute;
  top: 28px;
  left: 0;
  transition: all .2s;
}
#sidebar .cat-menu .children {
  margin-left: 2rem;
}
#sidebar .cat-menu .children li a::before {
  background: #ccc;
}
/*
----------------------------------------
footer
----------------------------------------
*/
footer {
  background: #262626;
  color: #fff;
  padding: 60px 0 80px;
}
footer a {
  color: #fff;
}
footer a.link {
  padding-right: 22px;
  background: url(../img/common/2x/icon-ext-link.png ) right center / 12px no-repeat;
}
footer .head-wrap {
  padding-bottom: 28px;
  margin-bottom: 40px;
  border-bottom: solid 1px #404040;
}
footer .head-wrap .flex {
  align-items: center;
}
footer .head-wrap .logo {
  line-height: .5;
  width: 180px;
}
footer .tel-link {
  margin-left: auto;
}
footer .tel-link a {
  display: block;
  padding: 5px 15px 22px 0px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
footer .tel-link .num {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.2px;
  background: url(../img/common/2x/icon-tel-02.png ) left 9px / 23px no-repeat;
  padding-left: 28px;
}
footer .tel-link .note {
  font-size: 1.4rem;
  color: #ccc;
  letter-spacing: .8px;
}
footer .contact-btn a {
  display: block;
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  background: #8fc31f;
  color: #fff;
  padding: 13px 10px;
  border-radius: 25px;
}
footer .sitemap dl {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
footer .sitemap dl:nth-child(4n) {
  margin-right: 0;
}
footer .sitemap dt {
  font-size: 1.8rem;
  letter-spacing: 1px;
  border-bottom: solid 1px #404040;
  padding-bottom: 18px;
  margin-bottom: 30px;
  position: relative;
}
footer .sitemap dt::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #8fc31f;
  position: absolute;
  bottom: -1px;
  left: 0;
}
footer .sitemap dd {
  font-size: 1.6rem;
  letter-spacing: 1.4px;
  font-weight: 500;
}
footer .sitemap dd li ul {
  margin: 15px 0 15px 17px;
  font-size: 1.4rem;
  font-weight: normal;
}
footer .sitemap dd li ul li {
  margin-bottom: 15px;
  position: relative;
  line-height: 1.8;
  letter-spacing: 1px;
}
footer .sitemap dd li ul li a {
  display: inline-block;
  padding-left: 17px;
}
footer .sitemap dd li ul li a::before {
  content: '';
  width: 10px;
  height: 2px;
  background: #8fc31f;
  position: absolute;
  top: 13px;
  left: 0;
}
footer .bottom-wrap {
  padding-top: 20px;
  margin-top: 45px;
  border-top: solid 1px #404040;
  font-size: 1.4rem;
  letter-spacing: .8px;
}
footer .bottom-wrap .flex {
  flex-wrap: nowrap;
  align-items: center;
}
footer .bottom-wrap .enh a {
  display: block;
}
footer .bottom-wrap .pp-mark {
  margin: 0 0 10px auto;
  line-height: .5;
}
footer .bottom-wrap .pp-mark a {
  display: inline-block;
  width: 60px;
  padding: 5px;
  background: #fff;
}
footer .bottom-wrap .pp {
  margin: 0 0 10px 25px;
}
footer .bottom-wrap .pp a {
  text-decoration: underline;
}
footer .bottom-wrap .copyright {
  margin: 0 0 10px 25px;
}
/*
----------------------------------------
voice
----------------------------------------
*/
/*
----------------------------------------
contact
----------------------------------------
*/
.contact-info {
  margin-bottom: 80px;
}
.contact-info .flex {
  justify-content: space-between;
}
.contact-info .cont {
  width: calc((100% - 30px) / 2);
  border: solid 1px #ccc;
  padding: 30px;
}
.contact-info .tel .label {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 10px;
}
.contact-info .tel a {
  display: inline-block;
  font-size: 3.6rem;
  white-space: nowrap;
  margin: 0 10px;
  vertical-align: middle;
}
.contact-info .line {
  margin-top: 15px;
}
.contact-info .line img {
  max-width: 160px;
}
.contact-info .thanks-img {
  text-align: center;
  margin-bottom: 30px;
}
.contact-info .read {
  text-align: center;
  margin-bottom: 40px;
}
.contact-info .read a {
  text-decoration: underline;
}
.contact-info .back-btn {
  text-align: center;
  margin-top: 40px;
}
.accbox.notice {
  width: 100%;
  margin: 40px 0;
  align-items: center;
  background: #fafafa;
}
.accbox.notice ul {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
.accbox.notice li {
  margin: 5px 0;
}
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 15px;
  background: #fafafa;
  cursor: default;
  transition: all 0.5s;
  width: 25%;
  text-align: center;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  background: #fafafa;
  padding: 15px 15px 15px 0;
  line-height: 1.6;
  overflow: hidden;
  transition: 0.8s;
  width: 75%;
}
.form-step {
  width: 100%;
  margin-bottom: 12px;
}
.form-step > p {
  width: calc((100% - 18px) / 3);
  height: 60px;
  line-height: 60px;
  padding: 0 20px !important;
  background: url(../img/contact/2x/step-bg-02.png ) right center / auto 60px no-repeat;
  color: #8fc31f;
  border-left: solid 2px #8fc31f;
  font-size: 1.6rem;
  letter-spacing: .8px;
  text-align: center;
  white-space: nowrap;
  margin-right: 9px;
  position: relative;
}
.form-step > p .en {
  font-weight: 300;
  margin-right: 5px;
}
.form-step > p:last-child {
  margin-right: 0;
}
#mailformpro .step-01, #mfp_phase_confirm .step-02 {
  background: url(../img/contact/2x/step-bg-01.png ) right center / auto 60px no-repeat;
  color: #fff;
}
.form-step > p.step-03 {
  background: url(../img/contact/2x/step-bg-03.png ) right center / auto 60px no-repeat;
}
.form-box div#mfp_warning {
  text-align: center;
  line-height: 1.8;
  color: #a00;
  background: transparent;
  border-radius: 0;
  border: solid 1px #a00;
  padding: 15px;
  margin-bottom: 30px;
}
.form-box div#mfp_warning a {
  color: #a00;
  text-decoration: underline;
}
.form-box {
  padding: 0;
}
#contact form#mailformpro {
  padding: 0;
}
#contact form#mailformpro > dl {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5.2rem;
}
#contact form#mailformpro dl dt {
  width: 260px;
  padding: 42px 70px 0 0;
  border: none;
  text-align: left;
  font-size: 1.7rem;
  letter-spacing: .4px;
  position: relative;
}
#contact .req-label {
  display: inline-block;
  background: #8fc31f;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: .5px 11px;
  border-radius: 3px;
}
#contact dl .req-label {
  position: absolute;
  right: 20px;
  top: 48px;
}
#contact form#mailformpro dl dd {
  width: calc(100% - 260px);
  padding: 30px 0;
  border: none;
  font-size: 1.6rem;
  position: relative;
}
#contact form#mailformpro dl dd::before {
  content: '';
  border-bottom: dotted 1px #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
  left: -260px;
}
#contact form#mailformpro dl dd::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-check.svg ) center center / 24px no-repeat;
  position: absolute;
  top: 48px;
  right: -37px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
}
#contact form#mailformpro dl dd.ok::after {
  opacity: 1;
  visibility: visible;
}
#contact form#mailformpro dl dd .inline {
  padding: 6px 0;
}
#contact dd .flex > .ttl {
  width: 25%;
  padding: 13px 0;
}
#contact dd .flex > .input {
  width: 75%;
  padding: 5px 0;
}
#contact dd .flex.inline span {
  padding: 0 20px 0 0;
}
.pp-box.post-contents h2 {
  font-size: 2.4rem;
  text-align: left;
  background: transparent;
  padding: 10px 0;
  border-bottom: solid 2px #8fc31f;
}
.pp-box.post-contents p + h2, .pp-box.post-contents div + h2 {
  margin-top: 40px;
}
.pp-box.post-contents .address {
  display: inline-block;
  background: #fafafa;
  padding: 20px 30px;
  border-radius: 10px;
}
.pp-box.post-contents .address p {
  line-height: 1.6;
  margin: 0;
}
.pp-box.post-contents .address a {
  text-decoration: none;
}
.submit-box {
  text-align: center;
}
.submit-box .agree {
  text-align: center;
  margin-bottom: 30px;
}
.submit-box .agree .req-label {
  margin-right: 1rem;
  transform: translateY(-1px);
}
.submit-box .agree div.mfp_err {
  text-align: center;
}
#contact .agree label {
  margin: 0 !important;
  font-size: 1.6rem;
  letter-spacing: .6px;
}
#contact .agree label .req-label {
  margin-right: .5rem;
}
.submit-box .agree .pp-mark {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  line-height: .5;
}
.submit-box .agree .pp-mark a {
  display: inline-block;
  width: 70px;
  border: none !important;
}
#contact button.mfp_element_submit, #contact button#mfp_button_send, #contact button.mfp_element_reset, #contact button#mfp_button_cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  background: #8fc31f;
  padding: 16px;
  margin: 0;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  text-shadow: none;
  transition: all .2s;
}
#contact button#mfp_button_send, #contact button#mfp_button_cancel {
  width: 280px;
  margin: 0 8px;
}
#contact button.mfp_element_submit.disable, #contact button.mfp_element_reset, #contact button#mfp_button_cancel {
  background: #ccc !important;
  box-shadow: none;
}
#contact .mfp_element_all {
  max-width: 100%;
}
.form-box input[type=text], .form-box input[type=email], .form-box input[type=tel], .form-box input[type=url] {
  width: 100%;
}
#contact .mfp_element_text, #contact .mfp_element_number, #contact .mfp_element_select-one, #contact .mfp_element_email, #contact .mfp_element_tel, #contact .mfp_element_textarea, #contact .mfp_element_date, #contact .mfp_element_password {
  box-shadow: none;
  border: solid 1px #ccc;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 20px;
}
#contact form#mailformpro label {
  margin: 0;
}
#contact form#mailformpro label.mfp_not_checked, #contact form#mailformpro label.mfp_checked {
  background: transparent;
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: all .2s;
}
#contact form#mailformpro label.mfp_not_checked .mfp_err, #contact form#mailformpro label.mfp_checked .mfp_err {
  text-align: center;
}
#contact form#mailformpro a {
  padding: 5px 0;
  border-bottom: solid 1px #333;
}
#contact .name.flex > span {
  padding: 0;
  margin-right: 15px;
}
#contact .problem {
  border: solid 1px #a00 !important;
}
#contact div.mfp_err {
  background: transparent;
  padding: 0;
  margin: 10px 0 0;
  font-size: 1.2rem;
  color: #a00;
}
#contact div#mfp_phase_confirm h4 {
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  padding: 0;
  margin: 3rem 0;
}
#contact .mfp_confirm_before {
  text-align: center;
}
#contact table#mfp_confirm_table {
  border-top: solid 1px #dbdbdb;
  margin: 30px 0 60px;
}
#contact table#mfp_confirm_table tr th, #contact table#mfp_confirm_table tr td {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 20px;
  border: none;
  border-bottom: solid 1px #dbdbdb;
}
#contact table#mfp_confirm_table tr th {
  background: #f4f9e8;
}
#contact table#mfp_confirm_table tr.mfp_colored {
  background: transparent;
}
#contact div.mfp_buttons {
  padding: 0;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
#contact .remaining {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background: #fff;
  border: solid 1px #8fc31f;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .2s;
}
#contact .remaining.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
#contact .remaining .read {
  padding: 20px;
  margin: 0;
  line-height: 1.8;
}
#contact .remaining .num {
  background: #8fc31f;
  color: #fff;
  padding: 5px 20px;
}
/*
----------------------------------------
404
----------------------------------------
*/
#not-found .page-header h1 {
  font-family: 'Montserrat', sans-serif;
}
#not-found .info-box .cont {
  padding: 4rem 0 12rem;
  text-align: center;
}
#not-found .info-box .cont h2 {
  font-size: 3.6rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
#not-found .info-box .cont ul {
  display: inline-block;
  margin: 3rem auto;
  text-align: left;
}
#not-found .info-box .cont p a {
  text-decoration: underline;
}
/*
----------------------------------------
search
----------------------------------------
*/
#search .post-list {
  border-top: solid 1px #ccc;
}
#search .post {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
}
#search .post a.flex {
  padding: 20px 50px 20px 20px;
  margin: 0;
  align-items: center;
  background: url(assets/img/common/arrow-right.svg ) right 15px center / 16px no-repeat;
  transition: all .2s;
}
#search .post figure {
  width: 170px;
  padding-right: 20px;
}
#search .post .flex > .thumb + .txt {
  width: calc(100% - 170px);
}
/*
----------------------------------------
1400
----------------------------------------
*/
@media screen and (max-width: 1400px) {
  body {
    font-size: 1.6rem;
  }
  .ttl-01 .jp {
    font-size: 4.5rem;
  }
  .ttl-01 .smile img {
    width: 140px;
  }
  .ttl-02 .jp {
    font-size: 4rem;
  }
  .modal {
    padding: 0 10px;
  }
  .modal .wrap {
    padding: 0 10px;
  }
  .modal .close-btn {
    top: -10px;
    right: 0;
  }
  /* block-01 */
  .block-01 {
    padding: 20px 0 30px;
    min-height: initial;
  }
  .block-01 > .en {
    top: 150px;
    font-size: 10rem;
  }
  .block-01 .img + .wrap .box {
    width: 46%;
    margin: 0 0 0 auto;
  }
  .block-01 .ttl-01, .block-01.img-right .ttl-01 {
    margin: 0 0 30px;
  }
  .block-01 h3 {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
  .block-01 .read {
    line-height: 2;
  }
  .block-01 .ttl h2.jp {
    font-size: 4rem;
  }
  /* block-02 */
  .block-02 a {
    padding: 100px 0;
  }
  .block-02 .box h2 {
    font-size: 4rem;
  }
  /* block-03 */
  .block-03 .img + .wrap .txt {
    min-height: 30vw;
  }
  .block-03 .txt h3 {
    font-size: 3rem;
  }
  .block-03 .img {
    right: calc(50% + 30px);
  }
  .block-03.img-right .img {
    left: calc(50% + 30px);
  }
  /* block-04 */
  .block-04 .img {
    right: calc(50% + 40px);
  }
  .block-04 .txt {
    min-height: 450px
  }
  .block-02.img-right .box {
    width: auto;
  }
  .btn-set li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  /* block-05 */
  .block-05 .img {
    padding: 10px 0 0 30px;
  }
  .block-05 .txt {
    letter-spacing: 0;
    line-height: 2.25;
  }
  /* bnr-set */
  .bnr-set-01 .bnr a {
    padding: 80px 15px;
  }
  .bnr-set-01 h3 {
    font-size: 2.8rem;
  }
}
/*
----------------------------------------
1200
----------------------------------------
*/
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.5rem;
  }
  .heading-01 {
    font-size: 2.8rem;
  }
  .ttl-01 .jp {
    font-size: 3.6rem;
  }
  .ttl-01 .smile img {
    width: 100px;
  }
  .ttl-01.type-02 .en {
    font-size: 12rem;
  }
  .ttl-01.type-02 .jp {
    font-size: 3.6rem;
  }
  .ttl-02 .jp {
    font-size: 3.2rem;
  }
  .list-02 li::before {
    top: 8px;
  }
  .block-01 .ttl-01, .block-01.img-right .ttl-01 {
    margin: 0 0 20px;
  }
  .block-01 h3 {
    font-size: 2.6rem;
  }
  .block-01 .ttl h2.jp {
    font-size: 3.2rem;
  }
  .block-02.img-right .sus-bnr .box {
    width: auto;
  }
  .block-03 .txt h3 {
    font-size: 2.4rem;
  }
  .block-05 .txt {
    line-height: 2;
  }
  .block-05 .img {
    padding: 10px 0 0 20px;
  }
  .block-table h4 {
    padding: 13px;
  }
  .block-table p {
    padding: 13px;
  }
  .bnr-set-01 h3 {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .page-header h1, .page-header h2 {
    font-size: 4rem;
  }
  .flex > #main-contents {
    width: calc(100% - 210px);
  }
  .search-msg {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .cat-ttl {
    margin-bottom: 30px;
  }
  .works-list .works-cont .cat span, .works-list .works-cont .read p {
    font-size: 1.3rem;
  }
  .works-list .works-cont .btn span {
    font-size: 1.3rem;
    padding: 6px 10px 8px;
  }
  .post-nav .prev, .post-nav .next {
    width: calc((100% - 160px) / 2);
  }
  .post-nav .back-link {
    width: 160px;
  }
  #sidebar {
    width: 180px;
  }
  #sidebar h2 {
    font-size: 1.8rem;
  }
  #sidebar .rank-list figure img {
    height: 180px;
  }
  #sidebar .rank-list .ttl span {
    font-size: 1.4rem;
    padding: 2px 0;
  }
  #contact form#mailformpro dl dd::after {
    top: 38px;
    right: -7px;
  }
  #contact dl .req-label {
    top: 38px;
  }
  #contact form#mailformpro > dl {
    margin-bottom: 4rem;
  }
  #contact table#mfp_confirm_table {
    margin: 30px 0 40px;
  }
  footer .bottom-wrap .pp-mark a {
    width: 50px;
  }
  footer .bottom-wrap .pp {
    font-size: 1.2rem;
    margin: 0 0 10px 15px;
  }
  footer .bottom-wrap .copyright {
    font-size: 1.2rem;
    margin: 0 0 10px 15px;
  }
}
/*
----------------------------------------
1001
----------------------------------------
*/
@media screen and (min-width: 1001px) {
  #g-nav .sub {
    display: block !important;
  }
}
/*
----------------------------------------
1000
----------------------------------------
*/
@media screen and (max-width: 1000px) {
  #wrapper {
    padding: 0;
  }
  #wrapper > header::after {
    display: none;
  }
  #wrapper > header .nav-wrap {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    max-width: 600px;
    background: #333;
    z-index: 999999;
    transition: all .6s;
    transform: translateX(110%);
  }
  .nav-open #wrapper > header .nav-wrap {
    z-index: 999999;
    transform: translateX(0);
  }
  #wrapper > header .link-wrap .enh {
    margin: 0 auto 0 0;
  }
  #wrapper > header .link-wrap .enh img {
    height: 32px;
  }
  #wrapper > header #overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .2s;
  }
  .nav-open #wrapper > header #overlay {
    opacity: .5;
    visibility: visible;
    z-index: 99999;
  }
  #wrapper > header .nav-wrap::after {
    display: none;
  }
  #sp-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    z-index: 999999;
  }
  #sp-btn > div {
    width: 70px;
    height: 70px;
    position: relative;
    background: #333;
    cursor: pointer;
    transition: all .6s;
  }
  #sp-btn span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .5s;
  }
  #sp-btn span {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 3px;
    background: #fff;
  }
  #sp-btn span:nth-of-type(1) {
    top: 24px;
  }
  #sp-btn span:nth-of-type(2) {
    top: 33px;
  }
  #sp-btn span:nth-of-type(3) {
    top: 42px;
  }
  .nav-open #sp-btn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .nav-open #sp-btn span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-open #sp-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  header.active .fixed #sp-btn > div {
    top: 13px;
  }
  #logo {
    height: 70px !important;
    padding: 10px 70px 10px 15px !important;
    text-align: left;
  }
  #logo a {
    line-height: .5;
    padding: 9px 0;
  }
  #logo img {
    height: 32px;
  }
  #g-nav > ul > li {
    background: #404040;
    border-bottom: solid 1px #333;
  }
  #g-nav a {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 62px;
    padding: 10px 60px 10px 20px;
    font-weight: 500;
  }
  #g-nav a.sub-btn {
    background: url(../img/common/sp/arrow-down.png ) right 20px center / 14px no-repeat !important;
  }
  #g-nav a.sub-btn.active {
    background: #8fc31f url(../img/common/sp/arrow-up.png ) right 20px center / 14px no-repeat !important;
  }
  #g-nav a .jp {
    font-size: 2rem;
    margin-right: 10px;
  }
  #g-nav a .en {
    font-size: 1.4rem;
    transform: translateY(2px);
  }
  #g-nav a.sub-btn.active .en {
    color: #d2e7a5;
  }
  #g-nav .sub {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
    transition: none;
  }
  #g-nav li:hover .sub {
    left: 0;
  }
  #g-nav .sub .ttl a {
    height: auto !important;
    padding: 25px 60px 25px 20px !important;
    background: #262626 url(../img/common/2x/arrow-01.png ) right 20px center / 15px no-repeat;
  }
  #g-nav .sub .ttl a .jp {
    font-size: 1.6rem;
  }
  #g-nav .sub .ttl .en {
    display: none;
  }
  #g-nav .sub ul {
    background: #262626;
    border-top: solid 1px #4c4c4c;
  }
  #g-nav .sub ul a {
    padding: 10px 45px 10px 55px;
    position: relative;
  }
  #g-nav .sub ul a::before {
    content: '';
    width: 15px;
    height: 2px;
    background: #8fc31f;
    position: absolute;
    left: 25px;
    top: calc(50% - 1.5px);
  }
  #g-nav .sub ul a .jp {
    font-size: 1.6rem;
  }
  #g-nav .sub ul a .note {
    font-size: 1.2rem;
  }
  #g-nav .sub .note {
    font-size: 1.4rem;
  }
  #g-nav .sub ul a br {
    display: none;
  }
  #wrapper > header .tel-link {
    margin: 5px 0 0;
    padding: 15px 20px;
  }
  #wrapper > header .tel-link a {
    border: solid 2px #4c4c4c;
    border-radius: 5px;
    padding: 6px 10px 9px;
  }
  #wrapper > header .tel-link .note {
    font-size: 1.2rem;
  }
  #wrapper > header .contact-btn {
    padding: 0 20px;
  }
  #wrapper > header .contact-btn a {
    padding: 23px 10px;
    border-radius: 5px;
  }
  #wrapper > header .contact-btn a .sp {
    display: inline-block;
  }
  #wrapper > header .recruit-bnr {
    display: block;
    padding: 15px 20px;
  }
  #wrapper > header .link-wrap {
    align-items: center;
    padding: 15px 20px;
  }
  #wrapper > header .link-wrap .sp {
    display: block;
    margin-left: auto;
  }
  #wrapper > header .link-wrap .sns li {
    margin-left: 10px;
  }
  footer .sitemap dd li ul {
    margin: 15px 0;
  }
}
/*
----------------------------------------
768
----------------------------------------
*/
@media screen and (max-width: 768px) {
  html[lang=ja] #wpadminbar {
    display: none;
  }
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .btn-01 a {
    width: 140px;
    font-size: 1.4rem;
    padding: 8px 0 10px 5px;
  }
  .btn-01 a::after {
    width: 13px;
    height: 13px;
    margin-left: 5px;
  }
  .btn-02 {
    text-align: center;
  }
  .btn-02 a {
    width: 210px;
    padding: 8px;
  }
  .btn-set.btn-02 a {
    padding: 5px;
  }
  .link-01 a {
    display: block;
    font-weight: 500;
    text-align: center;
    border: solid 1px #8fc31f;
    padding: 5px;
    background: transparent;
  }
  .link-01 span {
    padding: 0 2rem 0 0;
    background: url(../img/common/icon-link-01.png ) right center / 17px no-repeat;
  }
  .link-01 span:after {
    display: none;
  }
  .heading-01 {
    font-size: 2.2rem;
  }
  .heading-01 > span {
    margin: 0 10px 0 15px;
    max-width: 75%;
    letter-spacing: .4px;
    text-align: center;
  }
  .heading-03 {
    font-size: 1.7rem;
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
  .heading-04 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .heading-04::before {
    top: 13px;
  }
  .ttl-01 .en {
    font-size: 1.4rem;
  }
  .ttl-01 .jp {
    font-size: 3rem;
    margin: 2px 0 10px;
  }
  .ttl-01 .smile img {
    width: 85px;
  }
  .ttl-01.type-02 .en {
    top: 0;
    font-size: 7.5rem;
  }
  .ttl-01.type-02 .jp {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .ttl-03 .en {
    font-size: 1.4rem;
  }
  .ttl-03 .jp {
    line-height: 1.5;
  }
  .ttl-03 .jp > span {
    font-size: 2.5rem;
    margin: 0 15px 0 20px;
  }
  .ttl-03 .en.en-bg {
    font-size: 8.5rem;
    top: -20px;
  }
  .dl-02 {
    font-size: 1.4rem;
  }
  .dl-02 dt {
    padding: 15px;
  }
  .dl-02 dd {
    padding: 15px;
  }
  .dl-03 dt {
    font-size: 1.6rem;
    padding-left: 2.5rem;
  }
  .dl-03 dd {
    padding-left: 2.5rem;
  }
  .block-01 {
    padding: 85px 0 22px;
    position: relative;
  }
  .block-01 > .en {
    top: 5px;
    right: 0;
    left: -8vw;
    font-size: 8.5rem;
    letter-spacing: -2px;
  }
  .block-01 .ttl-01 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .block-01 .img + .wrap .box {
    width: 100%;
  }
  .block-01 > .img {
    display: block;
    position: relative;
    padding: 0;
    border-radius: 0;
    line-height: .5;
    margin-bottom: 22px;
  }
  .block-01 > .img img {
    border-radius: 0 !important;
  }
  .block-01.img-right > .img {
    padding: 0;
    left: 0;
    border-radius: 0;
  }
  .block-01 h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .block-01 .read {
    line-height: 2.2;
    letter-spacing: 2px;
    margin-bottom: 17px;
  }
  .block-02 .wrap {
    padding: 0 20px;
  }
  .block-02 a {
    padding: 46px 0 44px;
  }
  .block-02 .box {
    padding: 0;
  }
  .block-02 .box .sub {
    font-size: 1.4rem;
  }
  .block-02 .box h2 {
    font-size: 2.5rem;
    margin-bottom: 5px;
    margin-left: -1px;
  }
  .block-02 .box .read {
    line-height: 1.8;
    letter-spacing: .4px;
    margin: 0;
  }
  .block-02 .box .more {
    margin-top: 25px;
  }
  .block-02 .box .more span {
    width: 140px;
    font-size: 1.4rem;
  }
  .block-03 {
    margin: 20px 0;
  }
  .block-03 .img {
    position: relative;
    right: 0;
    text-align: center;
    line-height: .5;
    margin-bottom: 20px;
  }
  .block-03.img-right .img {
    left: 0;
  }
  .block-03 .img img, .block-03.img-right .img img {
    border-radius: 0;
    max-height: 250px;
  }
  .block-03 .img + .wrap .txt, .block-03.img-right .img + .wrap .txt {
    margin: 0;
  }
  .block-03 .txt h3 {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .block-03 .txt p {
    font-size: 1.5rem;
    line-height: 2;
  }
  .block-list {
    margin-top: 3rem;
  }
  .block-list .block-03 {
    padding-top: 12rem;
    margin: 0 0 2rem;
  }
  .block-list .block-03 .txt {
    padding: 0 !important;
  }
  .block-list .block-03 .img + .wrap .txt {
    position: static;
  }
  .block-list .block-03 .wrap .txt {
    position: static;
  }
  .block-list .block-03 .txt h3 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 20px;
  }
  .block-list .block-03 .mov-ttl .en {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .block-list .block-03 .txt .num {
    font-size: 12rem !important;
    top: -1rem !important;
    right: 1rem;
  }
  .block-04 .img {
    position: relative;
    right: 0;
    line-height: .5;
    margin-bottom: 20px;
  }
  .block-04 .img img {
    border-radius: 0;
  }
  .block-04 .txt {
    min-height: initial;
    margin: 0;
  }
  .block-05 {
    flex-direction: column-reverse;
  }
  .block-05 .img {
    width: 100%;
    line-height: .5;
    padding: 0;
    margin-bottom: 20px;
  }
  .block-05 .img img {
    width: 100%;
    height: 60vw;
    border-radius: 10px;
  }
  .block-05 .txt {
    width: 100%;
    font-size: 1.4rem;
  }
  .block-border-01 {
    padding-top: 30px;
  }
  .block-border-01::before {
    width: 72px;
    left: calc(50% - 36px);
  }
  .bnr-set-01 > .flex {
    flex-direction: column;
  }
  .bnr-set-01 .bnr {
    width: 100%;
  }
  .bnr-set-01 .bnr a {
    padding: 28px 20px 38px;
  }
  .bnr-set-01 .num {
    font-size: 1.8rem;
    margin-bottom: -20px;
  }
  .bnr-set-01 .smile img {
    width: 90px;
  }
  .bnr-set-01 .num .smile img {
    transform: translateY(-20px);
  }
  .bnr-set-01 p {
    font-size: 1.4rem;
  }
  .bnr-set-01 .more span {
    width: 140px;
    padding: 6px;
    margin-top: 15px;
  }
  .list-01 li {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .list-01 li::before {
    top: 9px;
  }
  .list-02 li::before {
    top: 7px;
  }
  .dl-01 {
    flex-direction: column;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .dl-01 > dt {
    width: 100%;
    padding: 11px 0 13px;
    border-top: solid 2px #8fc31f;
  }
  .dl-01 > dt::before {
    display: none;
  }
  .dl-01 > dd {
    width: 100%;
    padding: 11px 0 13px;
  }
  .scroll-block .works-cont {
    max-height: 320px;
  }
  #contents-wrap {
    margin: 10px 0;
  }
  #contents-wrap > .flex {
    flex-direction: column;
  }
  .flex > #main-contents {
    width: 100%;
  }
  .search-msg {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 15px;
    margin-bottom: 20px;
  }
  .cat-ttl {
    font-size: 1.8rem;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  /* col-post */
  .col-post .post a {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .col-post figure {
    width: 100px;
  }
  .col-post figure img {
    width: 100px;
    height: 100px;
  }
  .col-post .txt {
    width: calc(100% - 100px);
    padding: 0 0 0 15px !important;
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .col-post .cat {
    position: relative;
    transform: translateY(0);
    line-height: 1;
    margin: 5px 0;
    text-align: left;
  }
  .col-post .cat span {
    font-size: 1.1rem;
    line-height: 2rem;
    white-space: nowrap;
    padding: 0 12px;
    margin: 0 10px 0 0;
  }
  .col-post .txt h3 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0 !important;
  }
  .col-post .post-time {
    margin: 0;
  }
  /* post */
  .cat-list li {
    margin: 0 8px 8px 0;
  }
  .cat-list a, .cat-list span {
    font-size: 1.2rem;
  }
  .works-sp-ttl {
    text-align: center;
    border-bottom: solid 30px #fff;
  }
  .works-sp-ttl img {
    height: 60px;
    transform: translateY(30px);
  }
  .works-list .works-head {
    display: none;
  }
  .works-list .works-cont a {
    justify-content: flex-start;
    text-align: left;
    padding: 15px 40px 15px 15px;
    background: url(../img/common/2x/arrow-01-gr.png ) right 15px center / 15px no-repeat;
  }
  .works-list .works-cont a.no-link {
    background: none;
  }
  .works-list .works-cont a > div {
    padding: 0;
  }
  .works-list .flex .year, .works-list .flex .cat {
    width: auto !important;
  }
  .works-list .flex .year {
    margin-right: 12px;
  }
  .works-list .flex .ttl, .works-list .flex .read {
    width: 100% !important;
  }
  .works-list .works-cont .cat span {
    padding: 1.5px 8px 2px;
    border: solid 1px #8fc31f;
  }
  .works-list .flex .ttl {
    font-size: 1.8rem;
    text-decoration: underline;
    margin: 5px 0;
  }
  .works-list .works-cont .read p {
    font-size: 1.4rem;
  }
  .works-list .flex .btn {
    display: none;
  }
  .post-nav {
    flex-direction: column;
    margin: 3rem 0;
  }
  .post-nav .prev, .post-nav .next {
    width: 100%;
    order: 1;
  }
  .post-nav .back-link {
    width: 100%;
    order: 2;
    margin-top: 1rem;
  }
  .post-nav .prev a, .post-nav .next a {
    border-top: solid 1px #d6d6d6;
    padding: 1.6rem 3.5rem;
  }
  .post-nav .back-link a {
    padding: 10px 10px 12px;
  }
  .pagination {
    line-height: 1;
    margin-top: 4rem;
  }
  .pagination ul {
    padding: 0;
  }
  .pagination a, .pagination span {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 3px;
  }
  .pagination .prev, .pagination .next {
    width: 36px;
    margin: 0;
  }
  .pagination .prev {
    left: -36px;
  }
  .pagination .next {
    right: -36px;
  }
  /* sidebar */
  #sidebar {
    width: 100%;
    margin: 4rem 0 2.5rem;
  }
  .search-form {
    margin-bottom: 2rem;
  }
  #sidebar .rank-list .post {
    border-bottom: solid 1px #d6d6d6;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  #sidebar .rank-list .post:last-child {
    border-bottom: none;
    margin-bottom: .5rem;
  }
  #sidebar .rank-list .post a {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  #sidebar .rank-list figure {
    width: 80px;
    margin: 0;
  }
  #sidebar .rank-list figure::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    top: -10px;
    left: -10px;
  }
  #sidebar .rank-list figure img {
    height: 80px;
  }
  #sidebar .rank-list .ttl {
    width: calc(100% - 80px);
    padding-left: 1.5rem;
  }
  /* footer */
  footer {
    padding: 0;
  }
  footer > .wrap {
    padding: 0;
  }
  footer .head-wrap {
    display: none;
  }
  footer .sitemap > .flex {
    flex-direction: column;
  }
  footer .sitemap dl {
    width: 100%;
    margin: 0;
  }
  footer .sitemap dt {
    font-size: 1.6rem;
    margin: 0;
    padding: 15px 20px;
    background: #404040 url(../img/common/sp/arrow-down.png ) right 20px center / 14px no-repeat;
    border-bottom: solid 1px #262626;
    cursor: pointer;
    transition: all .2s;
  }
  footer .sitemap dl:last-of-type dt {
    border-bottom: none;
  }
  footer .sitemap dt.active {
    background: #8fc31f url(../img/common/sp/arrow-up.png ) right 20px center / 14px no-repeat;
  }
  footer .sitemap dt::after {
    display: none;
  }
  footer .sitemap dd {
    display: none;
  }
  footer .sitemap dd.home {
    display: block !important;
    height: 60px !important;
  }
  footer .sitemap dd a {
    display: block;
    padding: 14px 20px;
    background: url(../img/common/2x/arrow-01.png ) right 20px center / 15px no-repeat;
  }
  footer .sitemap dd a.link {
    background: url(../img/common/2x/arrow-link.png ) right 19px center / 17px no-repeat;
  }
  footer .sitemap dd li ul {
    margin: 0;
    border-bottom: solid 1px #404040;
  }
  footer .sitemap dd li ul li {
    margin: 0;
    border-top: solid 1px #404040;
  }
  footer .sitemap dd li ul li a {
    display: block;
    font-size: 1.6rem;
    padding: 16px 45px;
  }
  footer .sitemap dd li ul li a::before {
    width: 12px;
    left: 20px;
    top: calc(50% - 1px);
  }
  footer .bottom-wrap {
    margin: 0;
    padding: 20px 20px 100px;
  }
  footer .bottom-wrap .flex {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .bottom-wrap .logo {
    width: 50%;
    text-align: center;
    margin-right: 10px;
  }
  footer .bottom-wrap .enh {
    width: calc(50% - 10px);
    text-align: center;
  }
  footer .bottom-wrap .enh img, footer .bottom-wrap .logo img {
    height: 32px;
  }
  footer .bottom-wrap .pp-mark {
    margin: 0 15px 0 0;
  }
  footer .bottom-wrap .pp-mark a {
    width: 42px;
  }
  footer .bottom-wrap .pp {
    width: calc(100% - 57px);
    margin: 12px 0 12px;
  }
  footer .bottom-wrap .pp a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    padding: 8px 0;
    border: solid 1px #404040;
    font-size: 1.2rem;
  }
  footer .bottom-wrap .copyright {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 1rem;
    letter-spacing: .3px;
  }
  #sp-fix {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .2s;
  }
  #sp-fix.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  #sp-fix .flex {
    width: 100%;
  }
  #sp-fix .flex > div {
    width: 50%;
  }
  #sp-fix a {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  #sp-fix .tel-link a {
    background: #333 url(../img/common/sp/icon-tel-sp.png ) left 54% top 8px / 31px no-repeat;
    padding: 37px 0 5px 10px;
  }
  #sp-fix .mail-link a {
    background: #333 url(../img/common/sp/icon-mail-sp.png ) right 52% top 8px / 31px no-repeat;
    padding: 37px 10px 5px 0;
  }
  /* page */
  .topic-path {
    font-size: 1.2rem;
    padding: 12px 0;
  }
  .topic-path .wrap a {
    margin-right: 26px;
  }
  .page-header {
    padding: 35px 0 21px;
  }
  .page-header .en {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .page-header h1, .page-header h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .page-header .smile {
    height: 26px;
    background: url(../img/common/sp/smile-01-sp.png ) center center / contain no-repeat;
  }
  .page-header .smile img {
    width: 78px;
    height: 26px;
    opacity: 0;
  }
  .puzzle-01 img:nth-child(1) {
    width: 29vw;
    top: -20px;
    right: 5vw;
  }
  .puzzle-01 img:nth-child(2) {
    width: 21vw;
    top: 12px;
    right: 31vw;
  }
  .ttl-02 .en {
    font-size: 1.2rem;
  }
  .ttl-02 .jp {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .modal .box {
    padding: 20px;
  }
  .btn-set {
    margin-bottom: 25px;
  }
  .btn-set li {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 15px 0;
  }
  .btn-set li:nth-child(even) {
    margin-right: 0;
  }
  .form-step {
    margin-bottom: 5px;
  }
  .form-step > p {
    line-height: 1.4;
    padding: 8px 15px 8px 5px !important;
  }
  .form-step > p:last-child {
    padding: 8px !important;
  }
  .form-step > p .en {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
  }
  select {
    width: 100%;
    padding: 14.5px 40px 14.5px 20px !important;
    margin: 5px 0 !important;
    background: #f8f8f8 url(../img/common/2x/arrow-select.png ) right 15px center / 8px no-repeat !important;
  }
  .radio label, .checkbox label {
    padding: 2px 0 2px 32px;
  }
  #contact .req-label {
    font-size: 1.3rem;
    transform: none;
  }
  #contact dl .req-label {
    position: relative;
    right: 0;
    top: -2px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .pp-box.post-contents h2 {
    font-size: 1.7rem;
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
  .pp-box.post-contents p + h2, .pp-box.post-contents div + h2 {
    margin-top: 30px;
  }
  .pp-box.post-contents p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .pp-box.post-contents .address {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .pp-box.post-contents .address p {
    line-height: 1.8;
  }
  .submit-box {
    text-align: center;
    margin: 0 -15px;
  }
  .submit-box .agree .req-label {
    margin: 6px;
  }
  .submit-box .agree .pp-mark {
    margin-left: 4px;
  }
  .submit-box .agree .pp-mark a {
    width: 40px;
  }
  #mfp_loading, #mfp_loading_screen, #div#mfp_overlay_background {
    display: none !important;
  }
  #contact .agree label {
    font-size: 1.5rem;
  }
  #contact div.mfp_buttons {
    flex-direction: column;
  }
  #contact button.mfp_element_submit, #contact button#mfp_button_send, #contact button.mfp_element_reset, #contact button#mfp_button_cancel {
    width: calc(100% - 30px);
    margin: 0 15px;
    font-size: 1.7rem;
  }
  #contact form#mailformpro .flex label.mfp_not_checked, #contact form#mailformpro .flex label.mfp_checked {
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  #contact form#mailformpro .flex label.mfp_not_checked {
    background: #fafafa;
  }
  #contact form#mailformpro label.mfp_not_checked, #contact form#mailformpro label.mfp_checked {
    margin: 0;
    font-size: 1.4rem;
  }
  #contact .flex.inline {
    justify-content: space-between;
    margin: 0;
  }
  #contact .flex.inline > span {
    width: calc(50% - 7.5px) !important;
    margin: 0 !important;
  }
  #contact dd .flex.inline span {
    padding: 0;
  }
  #contact div#mfp_phase_confirm h4 {
    font-size: 1.8rem;
    margin: 20px 0;
  }
  #contact table#mfp_confirm_table {
    margin: 20px 0 0;
  }
  #contact table#mfp_confirm_table tr {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #contact table#mfp_confirm_table tr th {
    width: 100%;
    font-size: 1.5rem;
    padding: 10px 15px;
    border-bottom: none;
  }
  #contact table#mfp_confirm_table tr td {
    line-height: 2;
    padding: 15px;
  }
  #contact div.mfp_buttons {
    margin: 3.5rem 0 0;
  }
  #contact button#mfp_button_send, #contact button#mfp_button_cancel {
    width: 100%;
    margin: 0;
  }
  #contact button#mfp_button_cancel {
    transform: translateY(-5px);
  }
  #contact .remaining {
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
  }
  #contact .remaining .read {
    display: none;
  }
  #contact .remaining .num {
    font-size: 1.6rem;
  }
  #not-found .info-box .cont {
    padding: 2rem 0 4rem;
  }
  #not-found .info-box .cont h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  #not-found .info-box .cont ul {
    margin: 2rem auto;
  }
}
/*
----------------------------------------
hover
----------------------------------------
*/
@media screen and (min-width: 1001px) {
  #g-nav li:hover .sub {
    left: 230px;
  }
  #g-nav .sub-menu .sub ul a {
    transform: translateX(-15px);
    opacity: 0;
    transition-delay: 1.5s;
    transition-timing-function: ease-in-out;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(1) a {
    transition-delay: .15s;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(2) a {
    transition-delay: .3s;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(3) a {
    transition-delay: .45s;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(4) a {
    transition-delay: .6s;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(5) a {
    transition-delay: .75s;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(6) a {
    transition-delay: .9s;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(7) a {
    transition-delay: 1.05s;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(8) a {
    transition-delay: 1.2s;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(9) a {
    transition-delay: 1.35s;
  }
  #g-nav .sub-menu:hover .sub li:nth-child(10) a {
    transition-delay: 1.5s;
  }
  #g-nav .sub-menu:hover .sub a {
    transform: translateX(0);
    opacity: 1;
  }
  #g-nav .sub .ttl a:hover {
    background: #a1db23;
  }
}
/*
----------------------------------------
height 1000
----------------------------------------
*/
@media screen and (max-height: 1000px) {
  #logo {
    height: 100px;
    padding: 40px 10px 10px;
  }
  #g-nav a {
    height: 72px;
  }
  #g-nav .sub .ttl a {
    height: 120px;
    padding: 36px 24px 0;
  }
  #wrapper > header .tel-link {
    margin-top: 2px;
  }
  #wrapper > header .tel-link a {
    padding: 5px 20px 20px;
  }
  #wrapper > header .link-wrap {
    padding: 15px 20px;
  }
}
/*
----------------------------------------
hover
----------------------------------------
*/
@media screen and (min-width: 769px) {
  #logo:hover {
    opacity: .8;
  }
  #g-nav a:hover {
    background: url(../img/common/2x/arrow-01-gr.png ) right 15px center / 15px no-repeat;
  }
  #g-nav a:hover.link {
    background: url(../img/common/2x/arrow-link-gr.png ) right 19px center / 17px no-repeat;
  }
  .btn-01 a:hover {
    background: #8fc31f;
  }
  .btn-01 a:hover::after {
    transform: translateX(5px);
  }
  .btn-02 a:hover {
    background: #fff;
    color: #8fc31f;
  }
  .btn-02.arrow a:hover {
    border: solid 2px #a1db23;
    background: #a1db23;
    color: #fff;
  }
  .btn-02.arrow a:hover span {
    background: url(../img/common/2x/arrow-01-wh.png ) right center / 15px no-repeat;
  }
  .btn-03 a:hover {
    color: #fff;
    background: #8fc31f url(../img/common/2x/arrow-04-wh.png ) right 15px center / 12px no-repeat;
  }
  .link-02 a:hover {
    color: #fff !important;
    background: #8fc31f url(../img/common/2x/icon-link-01-wh.png ) right 10px center / 13px no-repeat;
  }
  .more-01 a:hover {
    opacity: .8;
    background: url(../img/common/2x/arrow-03.png ) right top 11px / 7px no-repeat;
  }
  .block-02 a:hover .more span {
    background: #8fc31f;
    color: #fff;
  }
  .block-04 .txt {
    min-height: 400px;
  }
  .bnr-set-01 .bnr a:hover {
    background: #000;
  }
  .bnr-set-01 .bnr a:hover::after {
    transform: scale(1.1);
    opacity: .5;
  }
  .bnr-set-01 a:hover .more span {
    background: #8fc31f;
    border: solid 2px #8fc31f;
    color: #fff;
  }
  #wrapper > header .contact-btn a:hover {
    color: #8fc31f;
    background: #fff;
  }
  #sp-btn > div:hover {
    background: #404040;
  }
  footer .sitemap a:hover, footer .bottom-wrap a:hover {
    opacity: .6;
  }
  footer .bottom-wrap .enh a:hover {
    opacity: .8;
  }
  footer .contact-btn a:hover {
    background: #a1db23;
  }
  .col-post a:hover figure {
    background: #8fc31f;
  }
  .col-post a:hover figure img {
    opacity: .8;
  }
  .col-post a:hover h3 {
    color: #8fc31f;
  }
  .post-nav .prev a:hover::before {
    left: -5px;
  }
  .post-nav .next a:hover::before {
    right: -5px;
  }
  .post-nav .prev a:hover span, .post-nav .next a:hover span {
    color: #8fc31f;
    border-bottom: solid 1px #8fc31f;
  }
  .post-nav .back-link a:hover {
    background: #fff;
    color: #8fc31f;
  }
  .pagination a:hover {
    background: #8fc31f;
    color: #fff;
  }
  .pagination .prev:hover {
    background: url(../img/news/2x/page-prev.png ) left 10px center / 8px no-repeat;
  }
  .pagination .next:hover {
    background: url(../img/news/2x/page-next.png ) right 10px center / 8px no-repeat;
  }
  #sidebar .rank-list a:hover figure {
    background: #8fc31f;
  }
  #sidebar .rank-list a:hover figure img {
    opacity: .8;
  }
  #sidebar .rank-list a:hover .ttl span {
    color: #8fc31f;
    border-bottom: solid 1px #8fc31f;
  }
  #sidebar .cat-menu li a:hover {
    background: rgba(143, 195, 31, .2);
  }
  #sidebar .cat-menu li a:hover::before {
    left: 10px;
    width: 5px;
  }
  .modal .close-btn:hover {
    background: #a1db23;
  }
  .works-list .works-cont a:hover {
    background: rgba(143, 195, 31, .2);
  }
  .block-02 > a:hover {
    background: #8fc31f;
  }
  .block-02 > a:hover .img {
    opacity: .85;
  }
  #contact button.mfp_element_submit:hover, #contact button#mfp_button_send:hover {
    background: #a1db23;
  }
  .submit-box .agree .pp-mark a:hover {
    opacity: .7;
  }
  #wrapper > header .link-wrap .enh a:hover {
    opacity: .8;
  }
}
/*電話番号追加*/
header .tel-link_1 {
  border-bottom: solid 1px #404040;
}
header .tel-link.tel-link_1 p, header .tel-link.tel-link_2 p {
  line-height: 1.4;
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  #wrapper > header .tel-link a {
    padding: 15px 20px 20px;
  }
  header .tel-link.tel-link_1 p, header .tel-link.tel-link_2 p {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 2rem;
  }
  #wrapper > header .tel-link {
    margin: 5px 0 0;
    padding: 15px 20px 20px;
  }
}
footer .tel-link p {
  font-size: 1.4rem;
  font-weight: 700;
}
footer .tel-link .note {
  text-align: left;
  margin-top: 5px;
}
footer .tel-link_1 {
  margin-left: 35px;
}
footer .tel-link_2 {
  margin-left: 20px;
}
.contact-btn {
  margin-left: 15px;
}
.pcnone {
  display: none;
}
@media screen and (max-width: 1000px) {
  .contact-btn {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .contact-btn a {
    width: 260px;
  }
  .pcnone {
    display: block;
  }
}
/*モーダル追加*/
.modal_sp_fix {
display: none;
}
@media screen and (max-width: 768px) {
  .modal_sp_fix {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0; /* 初期状態は透明 */
    transition: opacity 0.5s ease; /* 透明度の変化にアニメーションを追加 */
  }
  .modal_sp_fix.show {
    display: block; /* モーダルを表示 */
    opacity: 1; /* 不透明にする */
  }
  .modal-content_sp_fix {
    background-color: #fff;
    color: #fff;
    margin: 15% auto;
    padding: 30px 20px;
    /* border: 1px solid #888; */
    width: 80%;
    text-align: center;
    transform: scale(0.7);
    transition: transform 0.5s ease;
    border-radius: 10px;
    position: relative;
  }
  .modal_sp_fix.show .modal-content_sp_fix {
    transform: scale(1); /* 表示時は元のサイズに戻す */
  }
  .close_sp_fix {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close_sp_fix:hover, .close_sp_fix:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .modal_sp_fix .modal_inner_fudousan {
    background: #ebf3d9;
    border-radius: 7px;
    padding-bottom: 10px;
  }
  .modal_sp_fix .modal_inner_sekou {
    background: #ebf3d9;
    border-radius: 7px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .modal_sp_fix .modal_fudousan_ttl {
    background: #9ac243;
    border-radius: 6px 6px 0 0;
	  font-weight: 400;
	          color: #fff;
  }
  .modal_sp_fix .modal_inner_fudousan .tel-link a, .modal_sp_fix .modal_inner_sekou .tel-link a {
    color: #9ac243;
  }
  .modal_sp_fix .tel_detail {
    color: #262626;
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
	  font-weight: 400;
  }
  .modal_sp_fix .tel_block {
    justify-content: left;
    display: flex;
  }
  .modal_sp_fix .tel_ttl {
    position: relative;
    width: 80px;
  }
  .modal_sp_fix .tel_ttl::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    border_left: solid 2px #b3b3b3;
    position: absolute;
    top: 50%;
    right: -10px;
    background: #b3b3b3;
    transform: translate(0%, -50%);
  }
  .tel_time {
    margin-left: 20px;
  }
  .tel_block.tel_block_2 .tel_ttl {
    letter-spacing: 0.03em;
  }
  .modal_sp_fix .tel_block_3 .tel_ttl::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    border_left: solid 2px #b3b3b3;
    position: absolute;
    top: 50%;
    right: -6px;
    background: #b3b3b3;
    transform: translate(0%, -50%);
  }
  span#closeModalSPFIX {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
  .modal_sp_fix.show .modal-content_sp_fix {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 335px;
  }
  .modal-content_sp_fix .tel-link a {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 600;
  }
  .tel_block.tel_block_2 {
    margin-top: -8px;
  }
  .modal_sp_fix .tel-link {
           height: 40px;
        font-family: 'Montserrat';
        font-size: 25px;
        font-weight: 600;
        color: #9ac243;
  }
}