@charset "UTF-8";
body {
  font-size: 18px;
  color: #000;
  font-family: 'Noto Sans JP', YuGothic, YuGothicM, Yu Gothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

* {
  box-sizing: border-box;
}

/* elements */
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pc-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.relative {
  position: relative;
}

.d-block {
  display: block;
}

.d-ib {
  display: inline-block;
}

.ai-center {
  align-items: center;
}

.ai-baseline {
  align-items: baseline;
}

.df-underline {
  text-decoration: underline;
}

.list-item {
  display: list-item !important;
  list-style: disc;
  margin-left: 4em;
}

.list-item a {
  padding-left: 0 !important;
}

.bold {
  font-weight: bold;
}

.large {
  font-size: 1.2em;
}

.ex-large {
  font-size: 1.5em;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-red {
  color: #FF0000;
}

.color-orange {
  color: #ffa620;
}

.color-green {
  color: #00695F;
}

.color-blue {
  color: #0062FF;
}

.color-gray {
  color: #898989;
}

.bg-gray {
  background-color: #F5F8F7 !important;
}

.bg-darkgray {
  background-color: #6A6A6A !important;
}

.b-gray {
  border: 2px solid #000;
}

.va-top {
  vertical-align: top;
}

img.va-middle {
  vertical-align: middle;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.content_fade {
  visibility: hidden;
}

a {
  color: #000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.btn, a.btn, button.btn {
  font-weight: 600;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 40px;
  padding: 20px 40px;
  min-width: 200px;
  width: 360px;
  background: #00695F;
  max-width: 100%;
  margin-bottom: 1em;
}

.btn:after {
  content: '';
  width: 30px;
  height: 29px;
  background: url("../../images/icon/arrow-w.svg") no-repeat center center;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover, a.btn:hover, button.btn:hover {
  color: #ffffff;
  opacity: 0.8;
}

.btn:hover:after {
  right: 15px;
}

.line-link {
  position: relative;
  margin-bottom: 30px;
  padding-right: 50px;
}

.line-link:after {
  content: '';
  width: 30px;
  height: 29px;
  background: url("../../images/icon/arrow.svg") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-link:hover:after {
  right: 0;
}

#sitemap a:hover {
  opacity: 0.7;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  color: #000;
}

.logo {
  line-height: 1;
}

.logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0;
}

a > img {
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

h1, h2, h3, h4, .h4, h5, .h5, h6, .h6, p, ul, li, dl, dt, th {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

p.small-txt {
  font-size: 16px;
}

ul, li {
  list-style: none;
}

video {
  max-width: 100%;
  height: auto;
  width: 650px;
}

.font-barlow {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.font-barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-infant {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

hr.hr-green {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #00695F;
}

/*======================
	parts
======================*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.circle-list {
  padding: 12px 0 17px;
}

.dotted-circle {
  width: 100%;
  border-radius: 50%;
  border: 1px dotted #286735;
  padding: 10px;
  position: relative;
}

.dotted-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.dotted-circle > div {
  background: rgba(40, 103, 53, 0.8);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 10px;
  justify-content: center;
}

.scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  font-size: 1.15em;
  height: 40px;
  width: 40px;
  background-color: #666;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: pointer;
  z-index: 98;
}

.scroll-to-top:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.scroll-to-top span {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin-top: -3px;
}

.news-list {
  width: 100%;
}

.news-list tr {
  border-bottom: 1px dotted #000;
}

.news-list tr:first-child {
  border-top: 1px dotted #000;
}

.news-list th, .news-list td {
  padding: 30px 0;
  text-align: left;
}

.news-list th {
  width: 15%;
}

.news-list td {
  width: 80%;
}

.news-list a:hover {
  text-decoration: underline;
}

/*======================
	header
======================*/
header {
  width: 100%;
  position: fixed;
  z-index: 99;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#header, .head__nav {
  height: 100%;
}

#menu-mainmenu {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
}

.linear-wrap {
  position: relative;
}

header .logo img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: auto;
  display: none;
}

header .header__cont:not(.scrolled):not(.not-front-page) .logo img.logo-not-scrolled {
  display: block;
  animation: show 0.5s linear 0s;
}

header .header__cont.scrolled .logo img.logo-scrolled, header .header__cont.not-front-page .logo img.logo-scrolled {
  display: block;
  animation: show 0.5s linear 0s;
}

.header__cont {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 0 15px;
}

.header__cont:not(.scrolled):not(.not-front-page) {
  background: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.header__cont.scrolled, .header__cont.not-front-page {
  /*background: rgba(255, 255, 255, 0.7);*/
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#menu-mainmenu {
  -js-display: flex;
  display: flex;
  position: relative;
}

#menu-mainmenu a {
  display: block;
  line-height: 100px;
  padding: 0 35px;
}

.header__cont:not(.scrolled):not(.not-front-page) #menu-mainmenu a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.header__cont.scrolled #menu-mainmenu a, .header__cont.not-front-page #menu-mainmenu a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.header__cont.scrolled #menu-mainmenu a, .header__cont.not-front-page #menu-mainmenu a {
  line-height: 70px;
}

.header__cont.scrolled #menu-mainmenu .menu-contact a, .header__cont.not-front-page #menu-mainmenu .menu-contact a {
  color: #ffffff;
}

#menu-mainmenu li:hover a {
  color: #ffffff;
}

#menu-mainmenu li {
  color: #ffffff;
}

#menu-mainmenu > li {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#menu-mainmenu > li.contact-menu {
  background: rgba(40, 103, 53, 0.8);
}

.header__cont #menu-mainmenu > li.contact-menu a {
  color: #ffffff;
}

#menu-mainmenu > li:hover {
  background: rgba(0, 105, 95, 0.6);
}

#menu-mainmenu > li:hover a {
  color: #fff;
}

#menu-mainmenu > li.menu-contact {
  background-color: #00695F;
  color: #ffffff;
}

/* サブメニュー */
#menu-mainmenu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 250px;
}

#menu-mainmenu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1.0;
}

#menu-mainmenu > li:hover > .sub-menu > li {
  padding-top: 1px;
  padding-right: 1px;
  line-height: 1;
}

#menu-mainmenu > li:hover > .sub-menu li a {
  background: rgba(0, 105, 95, 0.6);
}

#menu-mainmenu > li:hover > .sub-menu li:hover a {
  background: rgba(40, 103, 53, 0.8)
}

#menu-mainmenu > li:hover > .sub-menu > li > a {
  line-height: 64px;
}

.header__cont.scrolled #menu-mainmenu > li:hover > .sub-menu li a, .header__cont.not-front-page #menu-mainmenu > li:hover > .sub-menu li a {
  background: #00695f;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.header__cont.scrolled #menu-mainmenu > li:hover > .sub-menu li:hover a, .header__cont.not-front-page #menu-mainmenu > li:hover > .sub-menu li:hover a {
  background: #286735;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

/*======================
	main
======================*/
.container-fluid {
  max-width: 1200px;
}

.main section {
  padding: 60px 0 60px;
  margin-top: 60px;
}

section#sec02 {
  margin-top: 50px;
}

section#sec02 h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

section#sec03 {
  margin-top: 230px;
  padding-bottom: 120px;
}

section#sec04 {
  background: url(../../images/bg/about.webp) no-repeat center center;
  margin-top: 0;
  padding: 150px 0 170px;
  background-size: cover;
  position: relative;
}

section#sec04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

section#sec04 .container-fluid:before {
  width: 400px;
  height: 270px;
  background-color: #00695F;
  position: absolute;
  top: -150px;
  left: -30px;
  content: "";
}

a.contact-area {
  padding: 120px 0;
  background: #00695F;
  display: block;
}

.contact-area:hover {
  opacity: 0.8;
}

.contact-area h4 {
  flex-direction: column;
  text-align: center;
  margin-right: 50px;
  color: #fff;
  font-size: 30px;
}

.contact-area h4 span {
  position: relative;
  margin-top: 34px;
}

.contact-area h4 span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, 0);
  width: 47px;
  height: 2px;
  background-color: #fff;
}

.contact-area p {
  font-size: 26px;
  color: #fff;
}

a.contact-area img {
  transform: translateY(0);
  transition: transform 0.5s ease;
}

a.contact-area:hover img {
  transform: translateY(-10px);
  opacity: 1;
}

/* page */
.hd-ttl {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #00695F;
  margin-bottom: 0.5em;
}

.hd-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  width: 47px;
  height: 2px;
  background-color: #00695F;
}

.hd-ttl.color-white:before {
  background-color: #ffffff;
}

.sec-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 82px;
  line-height: 1.2;
}

.main p {
  line-height: 2;
  margin-bottom: 1em;
}

.identity {
  margin-bottom: 20px;
}

.identity li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 55px;
  letter-spacing: 0.1em;
}

.identity li span {
  background-color: #00695F;
  color: #ffffff;
  padding: 0 0.15em;
  margin-right: 0.15em;
}

.ttl-area {
  position: absolute;
  top: -180px;
}

.srv-cont {
  padding-top: 200px;
}

.srv-cont h3 {
  font-size: 40px;
  margin-bottom: 0.3em;
}

.srv-cont1, .srv-cont2, .srv-cont3, .srv-cont4 {
  position: relative;
}

.srv-cont .srv-txt {
  padding: 50px 60px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.srv-cont .srv-img {
  position: absolute;
  z-index: 2;
}

.srv-cont1, .srv-cont2, .srv-cont4 {
  margin-top: 75px;
}

.srv-cont .srv-cont1 .srv-txt {
  margin-left: 22%;
  padding-left: 28%;
  margin-right: -15px;
}

.srv-cont .srv-cont1 .srv-img {
  top: -70px;
  left: 0;
}

.srv-cont1 table {
  margin-top: 50px;
  width: 100%;
  font-size: 15px;
}

.srv-cont1 table th {
  text-align: center;
  position: relative;
  padding: 8px 0;
}

.srv-cont1 table td {
  padding: 12px 0 0;
}

.srv-cont1 table td:nth-child(3) {
  text-align: right;
}

.srv-cont1 table th:after {
  top: 94%;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #000;
  content: "";
  left: 10px;
  position: absolute;
}

.srv-cont .srv-cont2 .srv-txt {
  margin-right: 22%;
  padding-right: 28%;
  margin-left: -15px;
}

.srv-cont .srv-cont2 .srv-img {
  top: 170px;
  right: 0;
}

.srv-cont2 .jirei {
  margin-top: 100px;
}

.srv-cont2 .jirei .l1 {
  margin-bottom: 0;
}

.srv-cont2 .jirei .l2 {
  font-size: 30px;
  border-bottom: 1px solid #000;
  font-weight: 600;
  margin-bottom: 0.2em;
}

.srv-cont2 .jirei .l3 {
  font-size: 30px;
  line-height: 1.5;
}

.srv-cont3 {
  margin-top: 190px;
}

.srv-cont .srv-cont3 .srv-txt {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-left: 34%;
  padding-left: 30%;
  margin-right: -15px;
}

.srv-cont .srv-cont3 .srv-img {
  top: 50px;
  left: 0;
}

.srv-cont .srv-cont4 .srv-txt {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-right: 34%;
  padding-right: 30%;
  margin-left: -15px;
}

.srv-cont .srv-cont4 .srv-img {
  top: 50px;
  right: 0;
}

.news-list-wrapper {
  margin-bottom: 60px;
}

.news-list-wrapper h3 {
  font-size: 45px;
  margin-bottom: 30px;
}

.main.page {
  padding-top: 70px;
}

.main.page .mv h1 {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 110px;
  line-height: 1;
  margin-top: 120px;
}

.main.page .mv h2 {
  font-size: 22px;
  margin-bottom: 75px;
  font-weight: 600;
}

.main.page section {
  margin-top: 90px;
  margin-bottom: 60px;
}

.main.page .content .page-subtitle {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}

.main.page .content h1 {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  margin-bottom: 100px;
}

.main.page .content h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 43px;
  height: 2px;
  background-color: #00695F;
}

.form-step {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}

.form-step li {
  text-align: center;
  width: 100%;
  border-bottom: 2px solid #B8C1C0;
  color: #B8C1C0;
  padding: 25px 10px;
  margin: 0 3px;
  font-size: 20px;
  font-weight: 600;
}

.form-step li.active {
  color: #00695F;
  border-bottom: 2px solid #00695F;
}

.main.about .bg-gray section {
  padding: 150px 0;
}

.position {
  border-bottom: 1px solid #000;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.position h2 {
  font-size: 34px;
  font-weight: 600;
}

.position h2 span {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #00695F;
  font-weight: normal;
  margin-left: 2em;
}

.position h3 {
  font-size: 20px;
}

.main.page.about h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.6;
}

.about .officer-list {
  margin-top: 120px;
}

/* single */
.single p {
  margin-bottom: 1em;
}

.main.page.single section.news-list-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 60px;
  margin-bottom: 0;
}

.single .news-list-wrapper h3 {
  display: inline-block;
}

.single .news-list-wrapper .ttl-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  font-size: 20px;
}

/*======================
    footer
======================*/
footer {
  padding: 50px 0 30px;
}

#footer img.foot-logo {
  margin: 0 auto 70px;
}

footer #menu-footermenu1 {
  display: flex;
  justify-content: space-between;
}

footer #menu-footermenu1 li {
  padding: 0 30px;
  border-right: 1px solid #000;
}

footer #menu-footermenu1 li:last-child {
  border-right: none;
}

footer .menu a:hover {
  color: #00695F;
}

.footer-copy {
  font-size: 16px;
  padding: 30px 0 0;
  font-family: "Barlow", sans-serif;
}

/* breadcrumb */
.breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
  color: #00695F;
}

.breadcrumbs > span {
  padding: 0 0.3em;
}

/* pagination */
.pnavi {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  font-size: 0.9em;
}

.pnavi span.current, .pnavi a:hover {
  background-color: #00695f;
  color: #fff;
}

.pnavi a:hover {
  background: rgba(0, 105, 95, 0.6);
}

.pnavi > *, .pnavi .next a, .pnavi .previous a {
  padding: 6px 13px;
  margin: 0 6px;
  border-radius: 18px;
}

/* table */
table.about-tbl {
  width: 100%;
  border-bottom: 1px dotted #000;
}

table.about-tbl th, table.about-tbl td {
  padding: 30px 0;
  text-align: left;
  border-top: 1px dotted #000;
  vertical-align: top;
}

table.about-tbl th {
  font-weight: 600;
  padding-right: 1em;
}

table.about-tbl a {
  color: #00695F;
  text-decoration: underline;
}

table.about-tbl ul {
  padding-left: 1.5em;
}

table.about-tbl ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}

table.about-tbl ul li:last-child {
  margin-bottom: 0;
}

table.about-tbl ul li dl dt, table.about-tbl ul li dl dd {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}

table.about-tbl ul li dl dd {
  width: 60%;
}

table.officer-tbl {
  width: 100%;
}

table.officer-tbl th, table.officer-tbl td {
  vertical-align: top;
}

table.officer-tbl td {
  padding-bottom: 1em;
}

table.contact-form {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 80px;
}

table.contact-form th, table.contact-form td {
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

table.contact-form th.va-top {
  vertical-align: top;
}

table.contact-form th {
  width: 25%;
}

.wpcf7-not-valid-tip {
  color: #DC000C;
}

table.contact-form label {
  margin-bottom: 0;
}

table.contact-form input[type="text"], table.contact-form input[type="email"], table.contact-form input[type="tel"], table.contact-form textarea, table.contact-form select,
select.store-select {
  width: 100%;
  border: 0;
  padding: 8px;
  background: #EFF4F3;
}

table.contact-form th.comment {
  font-size: 22px;
  font-weight: 600;
}

table.contact-form th.comment a {
  color: #00695F;
  text-decoration: underline;
}

table.contact-form .biko {
  background: #00695F;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 8px;
  margin-right: 10px;
}

table.contact-form input::placeholder {
  color: #85908F;
}

.wpcf7-list-item {
  margin: 0 1em !important;
  line-height: 2;
}

p.attention {
  font-size: 0.9em;
  width: 760px;
  margin: 2em auto;
  max-width: 100%;
}

p.attention a {
  color: #00a0d2;
}

.accept span.wpcf7-list-item {
  margin: 0;
}

input[type=submit], input.wpcf7-previous {
  display: inline-block;
  width: 360px;
  max-width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 1.5em 1em;
  background: #00695F;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  border: 0;
  border-radius: 45px;
  margin-bottom: 0.5em;
}

input.wpcf7-previous {
  font-size: 16px;
  background: #b9b9b9;
  margin-right: 15px;
  width: 200px;
}

input[type=submit]:hover, input.wpcf7-previous:hover {
  color: #fff;
  opacity: 0.7;
}

table.contact-form input.wpcf7-not-valid, table.contact-form textarea.wpcf7-not-valid, table.contact-form select.wpcf7-not-valid {
  background: #f7dfd8;
}

.wpcf7-spinner {
  display: block !important;
  margin: auto !important;
}

.form-thanks {
  margin-top: 80px;
  margin-bottom: 100px;
}

.form-thanks h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #00695F;
}

.privacy .content {
  line-height: 2;
}

.privacy .content h4 {
  font-size: 24px;
  font-weight: 600;
}

.privacy .content h5 {
  font-size: 21px;
  margin-top: 0.5em;
}

.privacy-ttl {
  border-bottom: 1px solid #00695F;
  margin-bottom: 50px;
}

.privacy-ttl h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #00695F;
  line-height: 1.5;
}

/* google map */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 20px;
}

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

.gm-style img {
  max-width: none !important;
}

/* ul, ol */
.main ul.sub-menu {
  padding-top: 1em;
}

.sitemap_menu li a:hover {
  text-decoration: underline;
}

ol.decimal {
  padding-left: 1.2em;
  margin-bottom: 1rem;
}

ol.decimal > li {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 0.2em;
  position: relative;
}

.privacy ol.decimal {
  margin-bottom: 50px;
}

.privacy ol.decimal li::marker {
  font-size: 24px;
}

.privacy ol.decimal li {
  font-size: 18px;
}

.privacy ol.decimal > li {
  padding-top: 50px;
  margin-top: 50px;
}

.privacy ol.decimal > li:after {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
}

ol.kakko {
  margin-left: -0.5em;
}

ol.kakko > li {
  list-style-type: none;
  counter-increment: cnt;
}

ol.kakko > li::before {
  content: counter(cnt) "）";
  margin-left: -1.6em;
}

ol.maru {
  margin-left: -2.5em;
}

ol.maru li {
  text-indent: -1em;
  padding-left: 1em;
}

/* slick */
.home_kv_wrap {
  padding: 0;
}

.home_kv_cont {
  position: relative;
}

.home_kv {
  height: 100vh;
  min-height: 560px;
}

.home_kv li {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.home_kv .slick-list, .home_kv .slick-track {
  height: 100%;
}

.home_kv_img {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.home_kv_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home_kv_img:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home_kv_ttl {
  width: 420px;
  z-index: 20;
  position: absolute;
  top: 80vh;
  left: 6vw;
  color: #fff;
}

.home_kv_ttl h3 {
  font-size: 20px;
  margin-bottom: 0.5em;
}

.home_kv_ttl h3 span {
  font-size: 16px;
}

.home_kv_ttl h4 {
  font-size: 26px;
}

.home_kv_ttl p {
  font-size: 16px;
}

.home_kv_ttl a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.slick-dots {
  width: auto;
  top: 74vh;
  left: 6vw;
}

.slick-dots li {
  width: 40px;
  height: 10px;
  margin: 0 8px 0 0;
}

.slick-dots li button {
  width: 40px;
  height: 2px;
  padding: 0;
  background: #ffffff;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  background: #1BBFB0;
  height: 3px;
}

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

@keyframes kvzoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.add-animation .home_kv_img {
  animation: kvzoom 10s linear 0s normal both;
}

.home_kv_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  justify-content: flex-start;
  padding-left: 45%;
  letter-spacing: 0.3em;
}

.home_kv_text h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 8vh;
  letter-spacing: 0.2em;
}

.home_kv_text h2 > span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.home_kv_text h2 > span > span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #00695F;
  color: #fff;
  letter-spacing: 0.8em;
  font-size: 2.5vh;
  padding: 2px 0.7em 2px 1.5em;
  text-align: center;
  z-index: -1;
}

/* animation */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logo_slide_wrap {
  display: flex;
  overflow: hidden;
}

.logo_slide_list {
  display: flex;
  list-style: none;
}

.logo_slide_list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.logo_slide_item {
  width: 4144px;
  /*width: 2072px;*/
  /*width: 2763px;*/
}

.logo_slide_item > img {
  height: 430px;
  /*height: 215px;*/
  /*height: 287px;*/
  width: 4094px;
  /*width: 2047px;*/
  /*width: 2729px;*/
}