@charset "UTF-8";
/* SCSS Document */
/*------------------------------------------------------------

common

------------------------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
* {
  box-sizing: border-box;
}

html {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  counter-reset: item;
  color: #555;
  background: linear-gradient(-125deg, #fafcd6, #f2fdf2);
  background: #f2fdf2;
}

.loaded {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
a {
  text-decoration: none;
}

.flex {
  display: flex;
}

.left {
  width: 30%;
}

.right {
  width: 70%;
}

.wht {
  color: #fff;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-br {
    display: block;
  }
}

.plus_small {
  position: relative;
  font-size: 0.7rem;
  top: -0.1rem;
  vertical-align: top;
  margin: 3px;
  font-weight: 500 !important;
}

.plus_middle {
  position: relative;
  font-size: 0.9rem;
  top: -0.3rem;
  vertical-align: top;
  margin: 3px;
  font-weight: 500 !important;
}

.plus_large {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
  top: -0.3rem;
  vertical-align: top;
  margin: 3px;
  font-weight: 500 !important;
}
@media screen and (max-width: 480px) {
  .plus_large {
    font-size: 0.8rem;
  }
}

/********************
loading effects
********************/
.loadingAnim {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  /* 	&::after{
  	position: absolute;
  	top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  	display: block;
  	content: "";
  	background: url();
  	background-size: contain;
  	background-repeat: no-repeat;
  	width: 200px;
  	height: 162px;
  	z-index: 99998;

  	@include sp {
  		width: 100px;
  		height: 81px;
  	}
  } */
}
.loadingAnim::before {
  line-height: 1;
  position: fixed;
  z-index: 99998;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  content: " ";
  transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition-delay: 0.1s;
  background: linear-gradient(-125deg, #fafcd6, #f2fdf2);
  background: -webkit-linear-gradient(-125deg, #fafcd6, #f2fdf2);
  top: 0;
}

.loaded .loadingAnim::before {
  opacity: 0;
}

/********************
animation setting
********************/
@keyframes loadingAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    transform: translate(100%);
  }
}
@keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #ffff00;
  }
  50% {
    opacity: 0.7;
    color: #ffff99;
  }
  100% {
    opacity: 0.5;
    color: #fff;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tomi-logo-box {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

svg {
  display: block;
}

svg.tomi-logo {
  width: 200px;
}
@media screen and (max-width: 480px) {
  svg.tomi-logo {
    width: 150px;
  }
}

.cls-1 {
  /* fill: rgba(0, 0, 0, 0); */
  stroke-miterlimit: 10;
  fill-opacity: 0;
}

.logo-name {
  padding: 10px;
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .logo-name {
    width: 100px;
  }
}

.top_header {
  height: 100vh;
  background: url(../img/bg4.png);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top_header {
    height: auto;
  }
}

.top_flex {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top_flex {
    height: 60vh;
  }
}

.top_catch {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top_catch {
    left: 0%;
  }
}
.top_catch h2 {
  font-size: 3em;
  font-weight: bold;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .top_catch h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .top_catch h2 {
    font-size: 1.2em;
  }
}

.box-shadow {
  animation-name: boxShadow;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: 1s;
}

.boxInner {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .boxInner {
    flex-wrap: wrap;
  }
}

.isPlay {
  animation-name: play;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  animation-name: maskOut;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
}

.top_catch h2 .isPlay:before {
  background: #fff;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes boxShadow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top_catch-green {
  color: #9acd32;
}

.top-image {
  position: relative;
  width: 90%;
  -webkit-clip-path: inset(0 0 20px 20px round 300px 0 0 300px);
          clip-path: inset(0 0 20px 20px round 300px 0 0 300px);
  /* clip-path: path("m90.69,42.63c26.12-3.1,44.73-11.17,44.73-20.63,0-12.15-30.65-21.99-68.46-21.99S0,17.65,0,29.8c0,9.14,17.31,22.73,52.67,10.64l-1.84,52.3-.46,5.54s0,.04,0,.07c-.36,2.49-1.07,4.26-2.13,5.3-1.08,1.05-2.86,1.72-5.35,2-2.49.28-4.28.45-5.37.49-.57.02-1.08.04-1.52.05-.59.01-1.09.45-1.13.98-.04.54.41.98,1.01.98h61.84c.6,0,1.04-.44.99-.98v-.04c-.05-.52-.54-.95-1.11-.97l-5.99-.31s-.06,0-.09,0c-2.79-.32-4.73-.95-5.81-1.87-1.08-.93-1.83-2.73-2.24-5.39l-.56-5.58-3.06-58.05-.08-5.58c.07-2.75.45-4.58,1.13-5.51.68-.93,2.1-1.51,4.26-1.76,0,0-38.21.09-37.9.12.02,0,.04,0,.05,0,2.14.33,3.56.99,4.26,2,.7,1.01,1.12,2.81,1.24,5.39v2.52c-12.68,2.51-29.86,1.46-32.87-2.9-4.88-7.05,21.04-15.53,47.01-15.53s47.01,6.95,47.01,15.53c0,5.72-9.35,10.71-23.28,13.41Z"); */
  background: #ccc;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-image {
    width: 100%;
    height: 60vh;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.nav {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  border-top: solid 3px #9acd32;
  z-index: 999;
  transition: 0.3s;
}

.bg-color {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}

.gnav {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 20px 0;
  /* align-items: baseline; */
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .gnav {
    padding: 0;
  }
}
.gnav li {
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .gnav li {
    display: none;
  }
}
.gnav li a {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 5px 10px;
  color: #555;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  font-weight: bold;
  transition: 0.3s;
}
.gnav li a::before {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background: #9acd32;
  background: url(../img/bg6.png);
  background-size: cover;
  border-radius: 50%;
}
.gnav li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #9acd32;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.gnav li a:hover {
  color: #9acd32;
  transition: 0.3s;
}
.gnav li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

li.top-logo {
  padding: 10px !important;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  li.top-logo {
    display: block;
    max-width: 250px;
  }
}
@media screen and (max-width: 480px) {
  li.top-logo {
    max-width: 200px;
  }
}
li.top-logo a {
  display: block;
}
li.top-logo a::before {
  content: none;
}
li.top-logo a::after {
  content: none;
}

.bg-color .gnav {
  padding: 0;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .contact-btn {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
}
.contact-btn a {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  font-weight: bold;
  background: #3cb371;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .contact-btn a {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-size: 1.2em;
  }
}
.contact-btn a:hover {
  background: #9acd32;
  transition: 0.3s;
}

.mail-icon {
  margin-bottom: 10px;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  .mail-icon {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.electric-btn {
  position: absolute;
  bottom: -80px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  .electric-btn {
    display: none;
  }
}
.electric-btn a {
  display: inline-block;
  padding: 20px 40px;
  background: #ffa500;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  border: 6px double #fff;
  transition: 0.3s;
}
.electric-btn a:hover {
  background: #ffd700;
  transition: 0.3s;
}

.ttl-area {
  text-align: center;
  padding: 50px 0;
}
.ttl-area h2 {
  position: relative;
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  padding: 10px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .ttl-area h2 {
    font-size: 1.2em;
  }
}
.ttl-area h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #9acd32;
  background: url(../img/bg5.png);
  background-size: cover;
  z-index: -1;
}

.greeting__area {
  position: relative;
  padding: 100px 0;
  width: 100%;
  background: url(../img/greeting.jpg);
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .greeting__area {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 480px) {
  .greeting__area {
    padding: 50px 10px;
  }
}
.greeting__area::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.greeting__area-txt {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 99;
}
.greeting__area-txt p {
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .greeting__area-txt p {
    font-size: 1em;
  }
}

.feed__area {
  padding: 100px 0;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .feed__area {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 480px) {
  .feed__area {
    padding: 50px 10px;
  }
}

.feed {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-size: cover;
}

.blog_list {
  padding-bottom: 50px;
}
.blog_list li {
  display: flex;
  padding: 10px;
  align-items: center;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.blog_date {
  font-size: 0.8em;
  margin-right: 20px;
  padding: 10px;
  color: #fff;
  background: #3cb371;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .blog_date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .blog_ttl {
    display: block;
    width: 100%;
  }
}
.blog_ttl a {
  color: #AD513C;
  line-height: 1.5em;
}
.blog_ttl a:hover {
  color: #f5deb3;
  transition: 0.3s;
}

.blog-btn {
  position: absolute;
  bottom: 10px;
  right: 0;
  box-sizing: border-box;
}
.blog-btn a {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #ff8c00;
  box-sizing: border-box;
  transition: 0.3s;
}

.navbox__area {
  padding: 100px 0;
  height: 750px;
  overflow: hidden;
  background: url(../img/bg4.png);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .navbox__area {
    padding: 100px 10px;
    height: auto;
  }
}

.navbox__area-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.navbox {
  position: relative;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 20px;
  opacity: 0;
  top: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
@media screen and (max-width: 1024px) {
  .navbox {
    width: 49%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .navbox {
    width: 100%;
  }
}

.empty {
  height: 0;
  width: 24%;
  padding: 0 10px;
  box-sizing: border-box;
}

.cat-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
.cat-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.cat-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.link_btn {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.link_btn p {
  display: inline-block;
  padding: 20px 60px;
  color: #fff;
  font-weight: bold;
  background: #3cb371;
  border-radius: 50px;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .link_btn p {
    padding: 15px 40px;
  }
}

.navbox a:hover .cat-image img {
  transform: scale(1.05, 1.05);
  transition: 0.3s;
}
.navbox a:hover .link_btn p {
  padding: 25px 65px;
  transition: 0.3s;
}
.navbox a:hover .link_btn p .fa-angle-right {
  margin-left: 5px;
  transition: 0.3s;
}

.cat-text {
  padding: 10px;
  min-height: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .cat-text {
    padding: 10px;
  }
}
.cat-text h3 {
  position: relative;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  transition: 0.3s;
  line-height: 1.6em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .cat-text h3 {
    font-size: 1em;
  }
}
.cat-text h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #9acd32;
  background: url(../img/bg6.png);
  background-size: cover;
  z-index: -1;
}

.pickup-txt {
  line-height: 1.5em;
  color: #555;
}

.show {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
footer {
  background: #9acd32;
  padding: 100px 0 20px 0;
  color: #fff;
  text-align: center;
}

footer br {
  display: none;
}

@media screen and (max-width: 480px) {
  footer br {
    display: block;
  }
}
.policy-link a {
  display: inline-block;
  color: #fff;
  border-bottom: solid 1px #fff;
  margin: 10px 0;
}

/*------------------------------------------------------------

スマホナビ

------------------------------------------------------------*/
.sp-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-logo {
    display: block;
    padding: 20px;
  }
}

nav.globalMenuSp {
  display: none;
}
@media screen and (max-width: 1024px) {
  nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    background: #3cb371;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
  }
  nav.globalMenuSp ul {
    background: #3cb371;
    /*background: -webkit-linear-gradient(-45deg, #fa709a 0%, #fbb0c9 100%);*/
    background-size: cover;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    /*border-bottom: 1px dotted #fff;*/
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 1em 0;
    font-size: 1.1em;
    border-bottom: dotted 1px #fff;
  }
  nav.globalMenuSp ul li a:hover {
    background: rgba(245, 245, 245, 0.8);
  }
  nav.globalMenuSp.nav_active {
    transform: translateY(0%);
  }
}

/*p.psp {

	@include tab {
		padding: 1em 0;
	}
}
*/
.navToggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .navToggle {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    background: #3cb371;
    background: url(../img/bg7.png);
    background-size: cover;
    /* box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; */
    cursor: pointer;
    z-index: 999;
    text-align: center;
    border-radius: 5px;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 47px;
    border-bottom: solid 4px #fff;
    transition: 0.35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 23px;
  }
  .navToggle span:nth-child(3) {
    top: 37px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    top: 45px;
  }
  .navToggle.nav_active span {
    /*box-shadow: none;
    text-shadow: none;*/
  }
  .navToggle.nav_active span:nth-child(1) {
    top: 22px;
    left: 6px;
    transform: rotate(-45deg);
  }
  .navToggle.nav_active span:nth-child(2), .navToggle.nav_active span:nth-child(3) {
    top: 22px;
    transform: rotate(45deg);
  }
}

/*------------------------------------------------------------

下層ページ

------------------------------------------------------------*/
.sub-image {
  position: relative;
  height: 50vh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sub-image {
    height: 35vh;
  }
}
.sub-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.company-bg {
  background: url("../img/company-bg.jpg"), rgb(0, 0, 102);
  background-size: cover;
  background-position: bottom;
}

.sub_ttl {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  background: url(../img/bg6.png);
  background-size: cover;
  padding: 20px 40px;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .sub_ttl {
    width: 100%;
    padding: 20px;
    border-radius: 0;
    text-align: center;
  }
}
.sub_ttl h2 {
  position: relative;
  font-size: 2.5em;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
  /* text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px,
   #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px; */
}
@media screen and (max-width: 1024px) {
  .sub_ttl h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .sub_ttl h2 {
    font-size: 1.3em;
  }
}

.company__area {
  padding: 100px 0;
  background: url(../img/bg4.png);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .company__area {
    padding: 100px 10px;
  }
}

.company__table {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /*border-top: solid 1px #ccc;*/
  line-height: 1.6em;
  /* background:rgba(255,255,255,.8); */
  /*text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;*/
  z-index: 10;
}
.company__table tr:nth-of-type(odd) {
  background: #fff;
}
@media screen and (max-width: 480px) {
  .company__table tr:nth-of-type(odd) {
    background: none;
  }
}
@media screen and (max-width: 480px) {
  .company__table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.company__table th {
  padding: 30px 30px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .company__table th {
    width: 100%;
    padding: 10px;
    background: #fff;
  }
}
.company__table td {
  padding: 30px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .company__table td {
    width: 100%;
    border: none;
  }
}

/*------------------------------------------------------------

就労継続支援みらい（プラス）

------------------------------------------------------------*/
.plus__info-area {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .plus__info-area {
    padding: 50px 10px;
  }
}

.plus__info-bg {
  background: url(../img/bg5.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.plus__info-area-top {
  background: url(../img/bg6.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: right;
}

.plus__info-area-txt {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 480px) {
  .plus__info-area-txt {
    padding: 10px;
  }
}
.plus__info-area-txt p {
  line-height: 1.8em;
  margin-bottom: 10px;
}

.mirai__table {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6em;
}
.mirai__table table {
  width: 100%;
}
.mirai__table tr:nth-of-type(2n) {
  background: #fff;
}
.mirai__table th {
  width: 15%;
  padding: 30px 10px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  /* border-bottom: solid 1px #ccc; */
}
@media screen and (max-width: 480px) {
  .mirai__table th {
    width: 20%;
  }
}
.mirai__table td {
  padding: 30px 100px;
  box-sizing: border-box;
  /* border-bottom: solid 1px #ccc; */
}
@media screen and (max-width: 480px) {
  .mirai__table td {
    width: 60%;
    padding: 30px 10px;
  }
}
.mirai__table p {
  padding: 10px;
}

.schedule {
  background: #3cb371;
  color: #fff;
}

.yotei {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.mrai__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.mrai__flex-box {
  width: 48%;
  background: #fff;
  border-radius: 15px;
  padding: 0 30px 50px 30px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
@media screen and (max-width: 480px) {
  .mrai__flex-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mrai__flex-box ul li {
  line-height: 1.8em;
  list-style: disc;
  list-style-position: inside;
}
.mrai__flex-box p {
  line-height: 1.5em;
}
.mrai__flex-box dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.mrai__flex-box dt {
  width: 15%;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mrai__flex-box dt {
    width: 100%;
  }
}
.mrai__flex-box dd {
  width: 85%;
}
@media screen and (max-width: 480px) {
  .mrai__flex-box dd {
    width: 100%;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------

みらい（プラス）ファーム

------------------------------------------------------------*/
.farm__area {
  padding: 50px 0;
}

.farm__image-flex {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .farm__image-flex {
    width: 100%;
  }
}

.farm__image-box {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .farm__image-box {
    width: 100%;
  }
}
.farm__image-box img {
  width: 100%;
}

.farm__area2 {
  padding: 100px 0;
  background: url(../img/farm-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .farm__area2 {
    padding: 50px 10px;
  }
}

.farm__image-flex2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  flex-wrap: wrap;
}

.farm__image-box2 {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 480px) {
  .farm__image-box2 {
    width: 100%;
  }
}
.farm__image-box2 img {
  width: 100%;
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  font-weight: bold;
}

.farm__image-txt {
  width: 60%;
  padding: 50px;
}
@media screen and (max-width: 480px) {
  .farm__image-txt {
    width: 100%;
    padding: 20px;
  }
}
.farm__image-txt p {
  line-height: 1.8em;
  margin-bottom: 10px;
}

.farm__area-txt {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}
.farm__area-txt p {
  line-height: 1.8em;
}

.farm__fuct {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .farm__fuct {
    padding: 50px 10px;
  }
}

.farm__fuct-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.farm__fuct-txt {
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .farm__fuct-txt {
    padding: 0;
  }
}
.farm__fuct-txt p {
  line-height: 1.8em;
}

.farm__fuct-image {
  position: relative;
  width: 40%;
  min-width: 500px;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .farm__fuct-image {
    display: flex;
    width: 100%;
    min-width: auto;
    height: auto;
  }
}

.farm__fuct-image1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .farm__fuct-image1 {
    position: relative;
    width: 50%;
  }
}
.farm__fuct-image1::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.farm__fuct-image1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.farm__fuct-image2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .farm__fuct-image2 {
    position: relative;
    width: 50%;
  }
}
.farm__fuct-image2::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.farm__fuct-image2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------------------

お問い合わせ

------------------------------------------------------------*/
/*------------------------------------------------
ポリシーテキスト
------------------------------------------------*/
.policy-area {
  width: 100%;
  padding: 50px 0;
  background: #fff;
}

.policy-text-area {
  width: 100%;
  max-width: 1280px;
  height: 250px;
  overflow-y: auto;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  background: #f5f5f5;
}

.policy-text-area h3 {
  font-weight: bold;
  padding: 10px 0;
}

.policy-text-area p {
  color: #696969;
  font-size: 0.9em;
  line-height: 1.6em;
}

.contact__area {
  padding: 50px 0;
}

th.re_item {
  width: 300px;
}

.contact {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact tr {
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .contact tr {
    flex-wrap: wrap;
  }
}
.contact tr:nth-of-type(odd) {
  background: #fff;
}
@media screen and (max-width: 480px) {
  .contact tr:nth-of-type(odd) {
    background: none;
  }
}
.contact th {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .contact th {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .contact th.re_item {
    width: 100%;
  }
}
.contact td {
  padding: 10px;
  box-sizing: border-box;
}
.contact input {
  margin: 5px 0;
}

.thanks {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.thanks h3 {
  font-size: 1.8em;
  padding: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .thanks h3 {
    font-size: 1.3em;
  }
}

.thanks-txt {
  padding: 10px;
  line-height: 1.8em;
}
@media screen and (max-width: 480px) {
  .thanks-txt {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .mfp_element_textarea {
    width: 100% !important;
    margin: 0 !important;
  }
}

/*------------------------------------------------------------

電気工事

------------------------------------------------------------*/
.electric__image-area {
  position: relative;
}

.electric__image {
  position: relative;
  width: 100%;
  aspect-ratio: 375/250;
}
.electric__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.electric__ttl {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #555;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
@media screen and (max-width: 1024px) {
  .electric__ttl {
    position: absolute;
    top: 100px;
    left: 0;
    transform: none;
    width: 100%;
    padding: 10px;
  }
}
.electric__ttl h3 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .electric__ttl h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 480px) {
  .electric__ttl h3 {
    font-size: 1.3em;
  }
}
.electric__ttl p {
  font-size: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .electric__ttl p {
    font-size: 1em;
  }
}

.electric__cap {
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .electric__cap {
    left: 10px;
    right: auto;
    bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .electric__cap {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 20px;
  }
}
.electric__cap p {
  font-size: 1.5em;
  line-height: 1.5em;
  text-shadow: 0 0 7px #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .electric__cap p {
    font-size: 1em;
    color: #555;
    text-shadow: none;
  }
}

.electric__works-area {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .electric__works-area {
    padding: 0;
  }
}

.electric__works {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.electric__works-box {
  position: relative;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .electric__works-box {
    width: 49%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .electric__works-box {
    width: 100%;
  }
}

.electric__works-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
.electric__works-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.electric__works-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.electric__works-txt {
  padding: 10px;
}
.electric__works-txt h4 {
  position: relative;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  transition: 0.3s;
  line-height: 1.6em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .electric__works-txt h4 {
    font-size: 1em;
  }
}
.electric__works-txt h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #9acd32;
  background: url(../img/bg6.png);
  background-size: cover;
  z-index: -1;
}
.electric__works-txt p {
  line-height: 1.5em;
}/*# sourceMappingURL=style.css.map */