@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*30px*/
/*25px*/
/*22px*/
/*22px*/
/*24px*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* mixin
---------------------------------------- */
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
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, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

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

main {
  padding: 0;
  margin: 0 !important;
}

html {
  font-size: 62.5%;
  /*overflow-x: hidden;*/
}

body {
  font-family: sans-serif;
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform: translateZ(0);
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  vertical-align: top;
}

input, select, textarea {
  font-family: inherit;
}

input[type=submit] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
    /*background: #FFF;*/
    /*height: 100%;*/
  }
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .base_inner {
    max-width: 1230px;
    margin: 0 auto;
  }
}
.base {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .base {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------------------------------
   nav
---------------------------------------------------------------------------*/
#header {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

#h_top {
  height: 60px;
  display: flex;
  align-items: center;
}

.h_logo {
  width: 200px;
  margin-left: 15px;
}

#gNav a:hover {
  color: #999;
}

nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}

nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .h_logo img {
    width: 200px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child.pc {
    margin-right: 0;
  }
  #gNav li:last-child.pc a {
    background: #ecb134;
    padding: 10px 20px;
    height: 60px;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
  }
  #gNav li a .en {
    display: block;
    font-size: 1.1rem;
    color: #316400;
  }
  #gNav li a .jp {
    font-size: 1.4rem;
  }
  #gNav li a:hover .en {
    color: #ecb134;
  }
  #gNav li a:hover .jp {
    color: #4d8a00;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #gNav li:hover ul.sub-menu {
    top: 60px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #111;
    background: #fff;
    font-size: 1.2rem !important;
  }
  #gNav li:hover ul.sub-menu a:hover {
    background: #c1c1c1;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}
/*meanmenu*/
@media only screen and (max-width: 768px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #header .mask {
    background: rgba(22, 34, 42, 0.4);
    top: 60px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
  }
}
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  width: 100%;
  position: fixed;
  background: none;
  min-height: 60px;
  z-index: 999998;
  top: 0;
  left: 0;
}

.mean-container .mean-bar {
  width: 100%;
  position: fixed;
  background: none;
  min-height: 60px;
  z-index: 98;
  top: 0;
  left: 0;
}

.meanmenu-reveal-btn {
  position: absolute;
  display: block;
  z-index: 99999;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
}

.meanmenu-reveal {
  width: 26px;
  height: 20px;
  margin: 13px 17px 27px 17px;
  display: block !important;
  position: relative;
}

.meanmenu-reveal:after {
  content: "MENU";
  position: absolute;
  bottom: -20px;
  color: #333;
  font-size: 10px;
  width: 60px;
  left: -17px;
  text-align: center;
  display: block;
  font-family: serif;
}

.meanmenu-reveal.meanclose:after {
  content: "CLOSE";
}

.meanmenu-reveal span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
}

.meanmenu-reveal span:nth-of-type(1) {
  top: 0;
  background: #333;
}

.meanmenu-reveal span:nth-of-type(2) {
  top: 8px;
  background: #333;
}

.meanmenu-reveal span:nth-of-type(3) {
  top: 16px;
  background: #333;
}

.meanmenu-reveal span:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}

.meanmenu-reveal span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.meanmenu-reveal span:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}

.meanclose span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
  top: -2px;
}

.meanclose span:nth-of-type(2) {
  opacity: 0;
}

.meanclose span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.mean-container .mean-nav {
  width: 100%;
  margin-top: 60px;
  max-height: 100vh;
  overflow-y: auto;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 99;
  max-height: 100vh;
  max-height: calc(100vh - 60px);
  background: #eef7f9;
}

.mean-container .mean-nav ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.mean-container .mean-nav ul li.sp a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  background: #316400;
  color: #fff;
}
.mean-container .mean-nav ul li.sp a .ico {
  width: 30px;
}
.mean-container .mean-nav ul li.sp a .txt {
  font-size: 1.2rem;
}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span.pre {
  display: block;
  width: 100%;
  padding: 1em;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  box-sizing: border-box;
}

.mean-container .mean-nav ul li a .en {
  color: #4d8a00;
}

.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  /*margin-top:1px;*/
  width: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0.2em;
  font-size: 24px;
  color: #333;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #a0c6d1;
  color: #fff;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/*	pagetop
--------------------------------------*/
.to-top {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.to-top .arrow {
  text-indent: -9999px;
  display: block;
  height: 42px;
  position: relative;
}
.to-top .arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  margin: -6px 12px 0 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
#footer .ft-info {
  background: #f6f6f6;
}
#footer .ft-info .tit {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: clamp(3rem, 5vw, 6rem);
}
#footer .ft-info .txt-sm {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #footer .ft-info .txt-sm {
    font-size: 1.8rem;
  }
}
#footer .ft-info .txt-lg {
  text-align: center;
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .ft-info .txt-lg {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #footer .ft-info .info_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 60px;
  }
}
#footer .ft-info .info_wrap .item-tel {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .ft-info .info_wrap .item-tel {
    margin-bottom: 0;
  }
}
#footer .ft-info .info_wrap .item-tel .tel-call {
  font-family: "Jost", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 600;
  color: #316400;
}
#footer .ft-info .info_wrap .item-tel .txt-time {
  font-size: 1.2rem;
}
#footer .ft-info .btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #footer .ft-info .btn {
    margin: 0;
  }
}

#footer .ft-btm .wrap .set .ft-logo {
  margin-bottom: 5px;
}
#footer .ft-btm .wrap .set .ft-logo .logo {
  width: 200px;
}
#footer .ft-bnr .list {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #footer .ft-bnr .list {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
}
#footer .ft-bnr .list li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #footer .ft-bnr .list li {
    margin: 0;
  }
}
#footer .ft-txt {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  #footer .ft-txt {
    margin-top: 40px;
    padding-top: 40px;
  }
}
#footer .ft-txt .txt {
  font-size: 1.1rem;
}
#footer .copy {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

/*	page
--------------------------------------*/
.mv_page {
  margin-top: 100px;
}
.mv_page .tit-page {
  margin-bottom: 20px;
}
.mv_page .tit-page .en {
  display: block;
  font-size: clamp(1.6rem, 3.17vw, 1.8rem);
  color: #316400;
}
.mv_page .tit-page .jp {
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
}

#contact .contact_sec01 {
  margin-top: 100px;
}

/*<div class="btn">
	<a href="#">ボタンのデザイン</a>
</div>*/
.btn {
  max-width: 320px;
  width: 100%;
}

.btn a {
  width: 100%;
  text-align: center;
  background: #316400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .btn a {
    height: 60px;
  }
}

.btn a:hover {
  background: #4d8a00;
  color: #fff;
}

/* set.scss */
/*	mv
--------------------------------------*/
.mv_wrap .base_inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .mv_wrap .base_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.mv_wrap .base_inner .tit-page .en {
  display: block;
  font-family: "Jost", sans-serif;
  /*font-size: $tit-en;*/
  color: #fff;
}
.mv_wrap .base_inner .tit-page .jp {
  display: block;
  /*font-size: $tit;*/
  color: #fff;
}

#contact .mv_wrap {
  background: url("../images/contact/mv.png") center center no-repeat;
  background-size: cover;
}

/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media screen and (min-width: 768px) {
  /*	.alpha {
  		.pic {
  			overflow: hidden;
  			img {
  				display: block;
  				transition-duration: .3s;
  				&:hover {
  				transform: scale(1.1);
  				transition-duration: .3s;
  				}
  			}
  		}
  	}
  */
  .scale .pic {
    overflow: hidden;
  }
  .scale .pic img {
    display: block;
    transition-duration: 0.3s;
  }
  .scale .tit, .scale .txt {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .scale:hover .pic {
    overflow: hidden;
  }
  .scale:hover .pic img {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
  .scale:hover .tit, .scale:hover .txt {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*	tit
--------------------------------------*/
.tit-sec {
  margin: 0 0 30px;
}
.tit-sec .en {
  font-family: "Jost", sans-serif;
  font-size: clamp(3rem, 11.67vw, 13rem);
  display: block;
  line-height: 1;
}
.tit-sec .jp {
  font-size: clamp(2rem, 4.17vw, 2.8rem);
}

.tit-ct {
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 30px;
  text-align: center;
}
.tit-ct .en {
  font-family: "Jost", sans-serif;
  color: #ecb134;
  display: block;
}
.tit-ct .jp {
  font-size: clamp(2rem, 4.17vw, 2.8rem);
}
.tit-ct::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 50px;
  height: 4px;
  background: #ecb134;
}

.tit_nb {
  color: #333;
  font-size: clamp(2rem, 4.17vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 15px;
}
.tit_nb .int {
  font-family: "Fjalla One", sans-serif;
  color: #4d8a00;
  font-size: clamp(3rem, 11.67vw, 7rem);
  vertical-align: sub;
  line-height: 1;
  vertical-align: 0.009em;
}
.tit_nb .en {
  font-family: "Fjalla One", sans-serif;
  font-size: clamp(2rem, 4.17vw, 2.8rem);
}

.tit_nb-ct {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tit_nb-ct .int {
  font-family: "Fjalla One", sans-serif;
  color: #4d8a00;
  font-size: clamp(3rem, 11.67vw, 7rem);
  vertical-align: sub;
  line-height: 1;
  vertical-align: 0.009em;
}
.tit_nb-ct .en {
  font-family: "Fjalla One", sans-serif;
  font-size: clamp(2rem, 4.17vw, 2.8rem);
}

.tit_sv {
  font-size: clamp(2rem, 4.17vw, 2.8rem);
  text-align: center;
  margin-bottom: 15px;
}

.green .int {
  color: #316400;
}
.green .en {
  color: #316400;
}

.yellow .int {
  color: #ecb134;
}
.yellow .en {
  color: #ecb134;
}

.tit-sub {
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 15px;
}
.tit-sub .en {
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
  color: #ecb134;
  line-height: 1;
}

.txt-cutch {
  font-size: clamp(1.6rem, 3.17vw, 1.8rem);
  font-weight: 600;
}

.tit-btm-line {
  position: relative;
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e6e6e6;
}
.tit-btm-line::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #ecb134;
}

/*	txt
--------------------------------------*/
@media screen and (min-width: 768px) {
  .txt-c {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .m-top {
    margin-top: 60px;
  }
}

.en-left {
  font-family: "Jost", sans-serif;
  font-size: clamp(3rem, 11.67vw, 13rem);
}

.en-right {
  font-family: "Jost", sans-serif;
  font-size: clamp(3rem, 11.67vw, 13rem);
  text-align: right;
}

/*	link
--------------------------------------*/
.link {
  padding-top: 44px;
  margin-top: -44px;
}
@media screen and (min-width: 768px) {
  .link {
    padding-top: 90px;
    margin-top: -90px;
  }
}

/*	bg
--------------------------------------*/
.bg {
  background: url(../img/common/bg.webp) 0 0 repeat;
}

/*	img
--------------------------------------*/
.rd {
  border-radius: 15px;
}

.rds {
  border-radius: 6px;
}

/*	tbl
--------------------------------------*/
.tbl {
  width: 100%;
}
.tbl tr:nth-child(2n) {
  background: #f7f7f7;
}
.tbl th {
  display: block;
  padding: 6px 10px 2px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .tbl th {
    display: table-cell;
    width: 180px;
    padding: 18px 0 18px 15px;
  }
}
.tbl td {
  display: block;
  padding: 2px 10px 6px;
}
@media screen and (min-width: 768px) {
  .tbl td {
    display: table-cell;
    width: auto;
    padding: 18px 0 18px 15px;
  }
}

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pad {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad-s {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pad-s {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad_top {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .pad_top {
    padding-top: 60px;
  }
}

.pad_btm {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pad_btm {
    padding-bottom: 60px;
  }
}

.mb {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .mb {
    margin-bottom: 15px;
  }
  .mtop {
    margin-top: 30px;
  }
}
.link {
  padding-top: 72px;
  margin-top: -72px;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	set
--------------------------------------*/
@media screen and (min-width: 768px) {
  .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 40px;
  }
}
.wrap .set:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .wrap .set {
    overflow: visible;
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
  }
}
.wrap .set p:not(:first-child) {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .wrap .set p:not(:first-child) {
    margin-top: 10px;
  }
}
.wrap .pict {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .wrap .pict {
    aspect-ratio: 48/25;
  }
}
@media screen and (min-width: 768px) {
  .wrap .txt-area {
    width: calc(40% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .wrap .in-right {
    max-width: 580px;
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .wrap .in-left {
    max-width: 580px;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .pict-area {
    width: 60%;
  }
}
.pict-area .pict {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .pict-area .pict {
    aspect-ratio: 48/25;
  }
}

@media screen and (min-width: 768px) {
  .od {
    order: -1;
  }
}

@media screen and (min-width: 768px) {
  .clum3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.clum3 .set {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .clum3 .set {
    width: 300px;
    margin-bottom: 0;
  }
  .clum3 .set:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (min-width: 768px) {
  .sec01 .txt-area {
    text-align: center;
  }
  .sec01 .txt-area .txt {
    display: inline-block;
    text-align: left;
  }
}

#home .sec01 .in-right .tit_en {
  color: #4d8a00;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}
#home .sec01 .in-right .tit_en .int {
  color: #4d8a00;
  font-size: clamp(3rem, 11.67vw, 10rem);
  vertical-align: sub;
  line-height: 1;
  vertical-align: 0.009em;
}
#home .sec01 .in-right .tit {
  font-size: clamp(1.6rem, 3.17vw, 1.8rem);
  margin-bottom: 15px;
}
#home .sec01 .in-right .list li {
  border-bottom: 1px solid #ccc;
}
#home .sec01 .in-right .list li a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
#home .sec01 .in-right .list li a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100vh;
  background: #316400;
}
#home .sec01 .in-right .list li a::after {
  position: absolute;
  top: 50%;
  right: 21px;
  translate: 0 -50%;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  /*transform: rotate(-135deg);*/
  transform: rotate(45deg);
  transition: right 0.3s;
}
#home .sec01 .in-right .list li a:hover {
  background: #e0eece;
}

#home .sec03 .slider02 .slick-slide {
  margin: 0 10px;
}
#home .sec03 .slider02 .tit_area {
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #home .sec03 .slider02 .tit_area {
    gap: 0 20px;
  }
}
#home .sec03 .slider02 .tit_area .nb {
  position: relative;
  font-size: clamp(2rem, 4.17vw, 2.8rem);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-style: italic;
}
#home .sec03 .slider02 .tit_area .nb::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 6px -50%;
  width: 1px;
  height: 14px;
  background: #333;
}
@media screen and (min-width: 768px) {
  #home .sec03 .slider02 .tit_area .nb::before {
    translate: 10px -50%;
    height: 16px;
  }
}
#home .sec03 .slider02 .tit_area .txt {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #home .sec03 .slider02 .tit_area .txt {
    font-size: 1.8rem;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*30px*/
/*25px*/
/*22px*/
/*22px*/
/*24px*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* mixin
---------------------------------------- */
.contact_sec01 .con_info {
  /*padding: 15px 25px;*/
  /*border: 1px solid #ccc;*/
  padding-bottom: 30px;
}
.contact_sec01 .con_info .txt {
  margin-bottom: 15px;
}
.contact_sec01 .con_info .tel_nb {
  text-align: center;
}
.contact_sec01 .con_info .tel_nb .tel-call {
  position: relative;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.contact_sec01 .con_info .tel_nb .tel-call::after {
  position: absolute;
  content: "Tel.";
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  top: 50%;
  left: 0;
  margin: -0.25em 0 0 -1.8em;
  color: #333;
}
.contact_sec01 .con_info .tel_nb .left_txt {
  display: block;
}
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  /*border: 1px solid #ccc;*/
}
.contact_sec01 .cons_form_wrap .contact_tbl th {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
}
.contact_sec01 .cons_form_wrap .contact_tbl th .req {
  display: inline-block;
  padding: 1px 10px 1px;
  margin-left: 5px;
  font-size: 1.3rem;
  color: #fff;
  background: #ecb134;
}
.contact_sec01 .cons_form_wrap .contact_tbl td {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.contact_sec01 .cons_form_wrap .contact_tbl td .in-block {
  display: inline-block;
  margin-right: 12px;
}
.contact_sec01 .cons_form_wrap .contact_tbl td .in-block .inline {
  display: inline;
}
.contact_sec01 .cons_form_wrap .contact_tbl td .contact-list .item {
  margin-bottom: 3px;
}
.contact_sec01 .cons_form_wrap .contact_tbl td .contact-list .item:last-child {
  margin-bottom: 0;
}
.contact_sec01 .cons_form_wrap .contact_tbl tr {
  border-bottom: 1px solid #7e7e7e;
}
.contact_sec01 .cons_form_wrap .approval {
  text-align: center;
  margin: 30px 0;
}
.contact_sec01 .cons_form_wrap .approval .approval_txt .link {
  border-bottom: 1px solid #3c271f;
}

@media screen and (min-width: 768px) {
  .contact_sec01 .pad_top {
    padding-top: 100px;
  }
  .contact_sec01 .con_info {
    /*padding: 45px 25px;*/
    text-align: center;
  }
  .contact_sec01 .con_info .txt {
    margin-bottom: 30px;
  }
  .contact_sec01 .con_info .tel_nb {
    text-align: center;
  }
  .contact_sec01 .con_info .tel_nb .tel-call {
    font-family: "Jost", sans-serif;
    font-size: 4rem;
    margin-left: 4rem;
  }
  .contact_sec01 .con_info .tel_nb .tel-call::after {
    font-size: 1.6rem;
    margin: -0.25em 0 0 -1.8em;
  }
  .contact_sec01 .con_info .tel_nb .left_txt {
    display: block;
  }
  .contact_sec01 .cons_form_wrap {
    padding: 30px 50px 65px;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: table-cell;
    width: 30%;
    padding: 25px 30px;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: table-cell;
    width: 70%;
    padding: 25px 30px;
  }
  .contact_sec01 .cons_form_wrap .approval {
    margin: 60px 0 70px;
  }
  .contact_sec01 .cons_form_wrap .approval .approval_txt {
    margin-top: 40px;
  }
}
.contact_sec01 .cons_form_wrap .cons_form_note {
  margin: 30px 0;
}
.contact_sec01 .cons_form_wrap .cons_form_note a {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.contact_sec01 .cons_form_wrap .cons_form_note a:hover {
  color: #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 30px;
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text], input[type=email] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

input[type=checkbox] {
  font-size: 14px;
  margin-bottom: 4px;
  background: #000;
  border: 1px solid #fff;
}

input[type=radio] {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  input[type=radio] {
    margin-bottom: 6px;
  }
}

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

.mwform-radio-field input {
  margin-bottom: 7px;
}

input[type=submit], input[type=button] {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #ecb134;
  color: #fff;
  font-size: 16px;
}

input[type=submit].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #ecb134;
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  input[type=submit].apbtn_right {
    font-size: 16px;
  }
  input[type=submit], input[type=button] {
    font-size: 16px;
  }
}
input[type=submit]:hover, input[type=button]:hover {
  background: #ecb134;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .form_policy {
    text-align: center;
    margin: 15px 0;
  }
}
/*	style info : check_field
--------------------------------------*/
@media screen and (min-width: 768px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
/*	style info : select
--------------------------------------*/
select {
  /* styling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  color: #333;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  width: 200px;
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0;
}

/* 送信 */
.form_btn {
  width: 80%;
  max-width: 240px;
  margin: 0 auto 30px;
}

/*.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #333;
	font-size: 1.4rem;
}*/
.form_btn_sc {
  width: 240px;
  margin: 30px auto 0;
}
.form_btn_sc .item_btn {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form_btn_sc .item_btn {
    width: 240px;
  }
  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 240px;
  }
}
/*
.thanks_in {
	border: 1px solid #ccc;
	padding: 40px 15px;
	.thanks_tit {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 30px;
	}
	.txt {
		margin-bottom: 30px;
	}
	.thsanks_cv_in {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 30px 0;
		.left {
			text-align: center;
			margin-bottom: 30px;

		}
		.right {
		.tel_nb {
			text-align: center;
			padding-left: 30px;
			span {
				display: inline-block;
				position: relative;
				font-size: 2.5rem;
				&::before {
					position: absolute;
					content: '';
					top: 50%;
					left: -50px;
					display: block;
					width: 46px;
					height: 30px;
					margin-top: -15px;
					background-repeat: no-repeat;
					background-image: url(../images/common/ico_free_w.png);
					background-size: 46px 30px;
				}
			}
		}
			.txt {
				text-align: center;
			}
		}
	}
}

@media screen and ($sp-first){
.thanks_in {
	padding: 80px 130px;
	.thanks_tit {
		font-size: 2.4rem;
		text-align: center;
		margin-bottom: 100px;
	}
	.thanks_txtarea {
		text-align: center;
	.txt {
		display: inline-block;
		text-align: left;
		margin-bottom: 60px;
	}
	}
	.thsanks_cv_in {
		padding: 50px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		.left {
			width: 50%;
			margin-bottom: 0;
		}
		.right {
			width: 50%;
			padding-top: 10px;
		.tel_nb {
			text-align: center;
			padding-left: 30px;
			span {

				font-size: 3rem;
			}
		}
			.txt {
				text-align: center;
			}
		}
	}
}
}

*/
@media screen and (min-width: 768px) {
  #policy .mv-page {
    padding-top: 180px;
  }
}

.policy_wrap {
  padding: 35px 0 45px;
}
.policy_wrap .policy_fst {
  margin-bottom: 35px;
}
.policy_wrap .policy_fst .policy_tit {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 15px;
}
.policy_wrap .policy_fst .policy_txt {
  margin-bottom: 10px;
}
.policy_wrap .policy_fst ul {
  margin-left: 20px;
}
.policy_wrap .policy_fst ul .li {
  padding-left: 2em;
  text-indent: -2em;
}

.policy_wrap .policy_sec {
  margin-bottom: 25px;
}
.policy_wrap .policy_sec .policy_sec_tit {
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: 17px;
}
.policy_wrap .policy_sec .policy_list ul {
  margin: 20px 0 20px 20px;
}
.policy_wrap .policy_sec .policy_list ul li {
  padding-left: 2em;
  text-indent: -2em;
}
.policy_wrap .policy_sec .sign {
  text-align: right;
  margin-top: 30px;
}

@media only screen and (min-width: 640px) {
  .policy_wrap {
    padding: 60px 0 45px;
  }
  .policy_wrap .policy_fst {
    margin-bottom: 50px;
  }
  .policy_wrap .policy_fst .policy_tit {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .policy_wrap .policy_fst .policy_txt {
    margin-bottom: 15px;
  }
  .policy_wrap .policy_sec {
    margin-bottom: 45px;
  }
  .policy_wrap .policy_sec .sign {
    text-align: right;
    margin-top: 50px;
  }
}
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*30px*/
/*25px*/
/*22px*/
/*22px*/
/*24px*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* mixin
---------------------------------------- */
.mv_home_wrap {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .mv_home_wrap {
    width: 80vw;
    margin-left: auto;
  }
}

.mv_home {
  position: relative;
  width: 100%;
}
.mv_home::after {
  position: absolute;
  bottom: 100px;
  right: 10%;
  content: "";
  width: 240px;
  height: 60px;
  background-image: url("../images/home/mv-txt.png");
  background-repeat: no-repeat;
  background-size: 240px auto;
}
@media screen and (min-width: 768px) {
  .mv_home::after {
    bottom: 40px;
    right: 10%;
    width: 803px;
    height: 261px;
    background-size: 803px 261px;
  }
}
.mv_home .cutch {
  position: absolute;
  top: 30%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .mv_home .cutch {
    left: -10%;
  }
}
.mv_home .cutch .in {
  display: inline-block;
  background: #fff;
  line-height: 1;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.1875rem 0.5rem 0.3125rem;
  margin-bottom: 1rem;
}
.mv_home .cutch .sm {
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
}

@media screen and (min-width: 768px) {
  .mv_home {
    position: relative;
    width: 100%;
  }
}
.mv {
  height: 350px;
  width: 100%;
  background: #fff;
}

.cb_slideshow,
.cb_slideshow:after {
  width: 100%;
  height: 350px;
}

@media screen and (min-width: 768px) {
  .mv {
    height: 600px;
  }
  .cb_slideshow,
  .cb_slideshow:after {
    height: 600px;
  }
}
.cb_slideshow li {
  position: relative;
}

.cb_slideshow li span {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 24s linear infinite 0s;
}

@media screen and (min-width: 768px) {
  .cb_slideshow li span {
    height: 600px;
  }
}
.cb_slideshow li .item {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 350px;
  text-align: center;
  opacity: 0;
  color: #fff;
  animation: titleAnimation 24s linear infinite 0s;
}

@media screen and (min-width: 768px) {
  .cb_slideshow li .item {
    height: 600px;
  }
}
.cb_slideshow li .item .tit {
  font-family: "Times New Roman", "Luchida Grande";
  font-size: 3rem;
  padding: 150px 0 0;
  margin-bottom: 20px;
  line-height: 1.5;
}

.cb_slideshow li .item p {
  font-family: "Times New Roman", "Luchida Grande";
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .cb_slideshow li .item .tit {
    font-size: 3.6rem;
    padding: 250px 0 0;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .cb_slideshow li .item p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
/*	style info : repair
--------------------------------------*/
.slid li:nth-child(1) span {
  background-image: url("../img/home/slide01.webp");
}

.slid li:nth-child(2) span {
  background-image: url("../img/home/slide02.webp");
  animation-delay: 8s;
}

.slid li:nth-child(3) span {
  background-image: url("../img/home/slide03.webp");
  animation-delay: 16s;
}

.cb_slideshow li:nth-child(2) .item {
  animation-delay: 8s;
}

.cb_slideshow li:nth-child(3) .item {
  animation-delay: 16s;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  12% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.no-cssanimations .cb_slideshow li span {
  opacity: 1;
}

#features .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #features .btn {
    margin-top: 30px;
  }
}
#features .full {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #features .full {
    margin-bottom: 50px;
  }
}

#features .sec01 .list_wrap .tit {
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
  font-weight: 500;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px dashed #666666;
}
#features .sec01 .list_wrap .tit .sm {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #features .sec01 .list_wrap .tit .sm {
    font-size: 1.4rem;
  }
}
#features .sec01 .list_wrap .list {
  padding-left: 15px;
}
#features .sec01 .list_wrap .list .item {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
#features .sec01 .list_wrap .list .item::before {
  position: absolute;
  top: 12px;
  left: 0;
  translate: 0 -50%;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #ecb134;
}

#features .sec02 .sec02_subtit {
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #features .sec02 .sec02_subtit {
    font-size: clamp(2rem, 4.17vw, 2.8rem);
  }
}
#features .sec02 .sec02_subtit .sm {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #features .sec02 .sec02_subtit .sm {
    font-size: 1.4rem;
  }
}
#features .sec02 .list {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #features .sec02 .list {
    padding: 0 30px;
  }
}
#features .sec02 .list .item {
  position: relative;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #333;
  text-align: center;
}
#features .sec02 .list .item:nth-child(1)::after, #features .sec02 .list .item:nth-child(2)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 22px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
}

#service01 .sec02 .glp {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #service01 .sec02 .glp {
    padding: 50px 50px;
    margin-bottom: 50px;
  }
}
#service01 .sec02 .glp:last-child {
  margin-bottom: 0;
}
#service01 .sec02 .glp::before {
  position: absolute;
  top: 70px;
  right: 30px;
  font-size: 6rem;
  font-weight: 600;
  color: rgba(236, 177, 52, 0.5);
  font-family: "Fjalla One", sans-serif;
  line-height: 1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #service01 .sec02 .glp::before {
    top: 100px;
    right: 50px;
    font-size: 10rem;
  }
}
#service01 .sec02 .glp:nth-child(2)::before {
  content: "01";
}
#service01 .sec02 .glp:nth-child(3)::before {
  content: "02";
}
#service01 .sec02 .glp:nth-child(4)::before {
  content: "03";
}
#service01 .sec02 .glp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
#service01 .sec02 .glp .content {
  position: relative;
  z-index: 10;
}
#service01 .sec02 .glp .tit {
  text-align: center;
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 15px;
}

#service01 .sec04 .glp {
  margin: 30px 0;
}
#service01 .sec04 .glp .tit {
  text-align: center;
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 3.17vw, 1.8rem);
  font-weight: 500;
}
#service01 .sec04 .glp .list {
  margin: 4px 0 20px;
}
@media screen and (min-width: 768px) {
  #service01 .sec04 .glp .list {
    margin: 8px 0 40px;
  }
}
#service01 .sec04 .glp .list .item {
  font-size: 1.2rem;
}
#service01 .sec04 .glp .exp {
  padding: 15px 20px;
  background: #ececec;
}
@media screen and (min-width: 768px) {
  #service01 .sec04 .glp .exp {
    padding: 20px 30px;
  }
}

#service03 .sec01 .txt-wrap {
  padding: 50px 0;
  background: url(../img/sv03/sec01.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  #service03 .sec01 .txt-wrap {
    padding: 150px 0;
  }
}
#service03 .sec01 .txt-wrap .txt {
  width: 80%;
  margin: auto;
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  #service03 .sec01 .txt-wrap .txt {
    width: 70%;
    max-width: 900px;
    padding: 50px 50px;
  }
}

.workslide {
  margin-bottom: 30px;
}

.slide-wrap {
  display: flex;
}

.slide-wrap.bottom {
  margin-top: 3px;
  justify-content: flex-end;
}

.slide-wrap ul {
  display: flex;
}

.slide-wrap.top ul:first-child {
  animation: slideTop 300s -150s linear infinite;
}

.slide-wrap.top ul:last-child {
  animation: slideTop2 300s linear infinite;
}

.slide-wrap.bottom ul:first-child {
  animation: slideBottom 300s linear infinite;
}

.slide-wrap.bottom ul:last-child {
  animation: slideBottom2 300s -150s linear infinite;
}

.slide-wrap li {
  width: 30vw;
}
@media screen and (min-width: 768px) {
  .slide-wrap li {
    width: 19.7436vw;
  }
}

.slide-wrap.top li {
  margin-right: 4px;
}

.slide-wrap.bottom li {
  margin-left: 4px;
}

@keyframes slideTop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideTop2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slideBottom {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes slideBottom2 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
#service05 .btn {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #flow .flow_wrap {
    display: flex;
    gap: 40px;
  }
}
#flow .flow_wrap .set {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #flow .flow_wrap .set {
    margin-bottom: 0;
    width: calc(100% - 380px);
  }
}
@media screen and (min-width: 768px) {
  #flow .flow_wrap .pict {
    width: 380px;
  }
}

#flow .info_wrap {
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  #flow .info_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
  }
}
#flow .info_wrap .item-tel {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  #flow .info_wrap .item-tel {
    margin-bottom: 0;
  }
}
#flow .info_wrap .item-tel .tel-call {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.8rem, 3.67vw, 2.4rem);
  font-weight: 600;
  color: #316400;
}
#flow .info_wrap .item-tel .txt-time {
  font-size: 1.2rem;
}

#flow .flow_wrap .set .btn {
  margin-top: 30px;
}
#flow .flow_wrap .set .btn a {
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
}

#company .sec01 .sign {
  text-align: right;
  margin-top: 20px;
  font-size: 1.2rem;
}
#company .sec01 .sign .name {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #company .sec01 .sign .name {
    font-size: 1.6rem;
  }
}

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

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

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

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

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

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

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

.slick-track:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

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

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

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

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

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

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

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

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

/*# sourceMappingURL=common.css.map */
