  @charset "utf-8";

/* CSS Document */




/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
/*
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
*/
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th{
  font-weight: 600;
}


a {
  transition:all 0.2s ease;
}

a:visited{}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

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

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
layout
************************/

/***********
layout
************/

.pws-contents{
/*  overflow: hidden;*/
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Segoe UI", Meiryo, sans-serif;
}

@media screen and (max-width:1280px) {
  .pws-contents{
    font-size: 12px;
  }
}
@media screen and (max-width:834px) {
  .pws-contents{
    font-size:calc(9px + 0.7vmin);
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:520px) {
  .pws-contents{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}


/***********
wp
************/

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

/***********
common
************/

.pws-relative {  position: relative !important; }

.pws-textAlign-center {  text-align: center !important; }
.pws-textAlign-right  {  text-align: right !important; }
.pws-textAlign-left   {  text-align: left !important; }

.pws-bottom-xxsmall {  margin-bottom: 5px  !important; }
.pws-bottom-xsmall  {  margin-bottom: 10px !important; }
.pws-bottom-small   {  margin-bottom: 15px !important; }
.pws-bottom         {  margin-bottom: 20px !important; }
.pws-bottom-large   {  margin-bottom: 30px !important; }
.pws-bottom-xlarge  {  margin-bottom: 50px !important; }
.pws-bottom-xxlarge {  margin-bottom: 80px !important; }

.pws-top-xxsmall {  margin-top: 5px  !important; }
.pws-top-xsmall  {  margin-top: 10px !important; }
.pws-top-small   {  margin-top: 15px !important; }
.pws-top         {  margin-top: 20px !important; }
.pws-top-large   {  margin-top: 30px !important; }
.pws-top-xlarge  {  margin-top: 50px !important; }
.pws-top-xxlarge {  margin-top: 80px !important; }

@media screen and (max-width:834px) {

  .pws-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .pws-bottom-xsmall  {  margin-bottom: 7px !important; }
  .pws-bottom-small   {  margin-bottom: 10px !important; }
  .pws-bottom         {  margin-bottom: 15px !important; }
  .pws-bottom-large   {  margin-bottom: 20px !important; }
  .pws-bottom-xlarge  {  margin-bottom: 30px !important; }
  .pws-bottom-xxlarge {  margin-bottom: 40px !important; }

  .pws-top-xxsmall {  margin-top: 5px  !important; }
  .pws-top-xsmall  {  margin-top: 7px !important; }
  .pws-top-small   {  margin-top: 10px !important; }
  .pws-top         {  margin-top: 15px !important; }
  .pws-top-large   {  margin-top: 20px !important; }
  .pws-top-xlarge  {  margin-top: 30px !important; }
  .pws-top-xxlarge {  margin-top: 40px !important; }

}

/***********
column
************/

.pws-column{
  display: flex;
  justify-content: space-between;
}

.pws-column-first{
  width: 68%;
}

.pws-column-second{
  width: 25%;
}

@media screen and (max-width:834px) {

  .pws-column{
    display: block;
  }

  .pws-column-first{
    width: auto;
    float: none;
  }

  .pws-column-second{
    width: auto;
    float: none;
  }

}




/***********
base
************/

.pws-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.pws-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.pws-base-xwide {
  width: auto;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.pws-base-xxwide {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.pws-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.pws-block {
  padding-top: 10em;
  padding-bottom: 10em;
}
.pws-block-small {
  padding-top: 5em;
  padding-bottom: 5em;
}
.pws-block-large {
  padding-top: 15em;
  padding-bottom: 15em;
}

.pws-block-top {
  padding-top: 10em;
}
.pws-block-top-small {
  padding-top: 5em;
}
.pws-block-top-large {
  padding-top: 15em;
}

.pws-block-bottom {
  padding-bottom: 10em;
}
.pws-block-bottom-small {
  padding-bottom: 5em;
}
.pws-block-bottom-large {
  padding-bottom: 15em;
}

@media screen and (max-width:834px) {

  .pws-base ,
  .pws-base-wide ,
  .pws-base-xwide ,
  .pws-base-xxwide ,
  .pws-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .pws-base:not(.-noOffset),
  .pws-base-wide:not(.-noOffset),
  .pws-base-xwide:not(.-noOffset),
  .pws-base-xxwide:not(.-noOffset),
  .pws-base-small:not(.-noOffset){
    padding-left: 5%;
    padding-right: 5%;
  }

  .pws-base-wide .pws-base,
  .pws-base-wide .pws-base-small,
  .pws-base .pws-base-small {
    padding-left: 0;
    padding-right: 0;
  }


  .pws-block {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .pws-block-small {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .pws-block-large {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .pws-block-top {
    padding-top: 5em;
  }
  .pws-block-top-small {
    padding-top: 3em;
  }
  .pws-block-top-large {
    padding-top: 8em;
  }

  .pws-block-bottom {
    padding-bottom: 5em;
  }
  .pws-block-bottom-small {
    padding-bottom: 3em;
  }
  .pws-block-bottom-large {
    padding-bottom: 8em;
  }

}


/***********
zoom
************/

.pws-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.pws-zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a:hover .pws-zoomHover img:hover{
  transform:scale(1.03) ;
}

/***********
l-hoverUnderline
************/

.pws-hoverUnderline {
  padding-bottom: 0.2em;
  background: linear-gradient(#000, #000) 0 100% / 0 1px no-repeat;
  transition: background 0.3s;
  text-decoration: none;
}
body.is-pc .pws-hoverUnderline:hover {
  background-size: 100% 1px;
}

/*
左から右に抜ける
.pws-hoverLine {
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 1px;
  transition: background-size 350ms;
}
.pws-hoverLine:where(:hover, :focus-visible) {
  background-size: 100% 1px;
  background-position-x: left;
}

*/
/***********
l-hoverLine
************/

.pws-hoverLine {
  background: linear-gradient(#000,#000) 100% 100%/100% 2px no-repeat;
  text-decoration: none;
  color: #000;
}
body.is-pc .pws-hoverLine:hover {
 animation:anim-hoverLine .8s cubic-bezier(.23,1,.32,1) 0s
}

@keyframes anim-hoverLine {
 0% {
  background-size:100% 2px;
  background-position:100% 100%
 }
 50% {
  background-size:0 2px;
  background-position:100% 100%
 }
 51% {
  background-size:0 2px;
  background-position:0 100%
 }
 to {
  background-size:100% 2px;
  background-position:0 100%
 }
}


/***********
l-flip
************/


.pws-flip{
  display: flex;
  position: relative;
  text-align: center;
  overflow: hidden;
  line-height: 1;
}
.pws-flip > span{
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.1s;
}
.pws-flip > span::after{
  content: attr(data-text)"";
/*  font-size: 85%;*/
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 100%;
}
a:hover .pws-flip > span {
  transform: translateY(-100%);
  white-space: nowrap;
}

/***********
l-mask
************/


.pws-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
/*  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%); 左起点*/
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  vertical-align: middle;
}
.aos-animate .pws-mask,
.aos-animate.pws-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
/*  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);*/
}
.pws-mask.-full {
  width: 100%;
}



.pws-mask-down {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.pws-mask-up {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.aos-animate.pws-mask-down{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.aos-animate.pws-mask-up{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}




/***********
fontColor
************/

.pws-fontColor-red {
  color: #e00;
}

/***********
text
************/

.pws-textMain{
  font-size: 124%;
  line-height: 1.8;
}
.pws-textLead{
  font-size: 124%;
  line-height: 1.8;
  text-align: center;
}

.pws-list-dot {}
.pws-list-dot li {
  margin-left: 1em;
}
.pws-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.pws-list-asterisk {}

.pws-list-asterisk li {
  margin-left: 1em;
}
.pws-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.pws-list-number {
  padding-left: 2em;
}
.pws-list-number li {
  list-style: decimal;
}

@media screen and (max-width:834px) {

  .pws-textMain,
  .pws-textLead{
    font-size: 108%;
    line-height: 1.8;
  }
}

@media screen and (max-width:520px) {
  .pws-textLead{
    text-align: left;
  }
}

/***********
linkWrap
************/

.pws-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.pws-linkWrap.-left{
  text-align: left;
}
.pws-linkWrap.-right{
  text-align: right;
}

@media screen and (max-width:834px) {

  .pws-linkWrap.-left ,
  .pws-linkWrap.-right{
    text-align: center;
  }

}

/***********
btn
************/

.pws-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  max-width: 23em;
  padding: 1em 2em 0.9em ;
  font-size: 154%;
  font-weight: 600;
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Segoe UI", Meiryo, sans-serif;
  color: #fff;
  background-color: #50763d;
  border-radius: 10em;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
  line-height: 1.3;
  cursor: pointer;
}
.pws-btn:hover {
  background-color: #65a061;
  color: #fff !important;
}

.pws-btn.-large {
  max-width: 30em;
  font-size: 170%;
  padding: 1.2em 2em 1.1em ;
}

.pws-btn.-white {
  border: 1px solid #50763d;
  background: #fff;
  color: #50763d;
}
.pws-btn.-white::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #50763d;
  border-right: 2px solid #50763d;
  position: absolute;
  right: 20px;
  top: 50%;
  transform:  translateY(-50%) rotate(45deg);
}
.pws-btn.-white:hover {
  background-color: #dbeee2;
  color: #50763d !important;
}

@media screen and (max-width:834px) {

  .pws-btn ,
  .pws-btn.-large {
    max-width: 23em;
    font-size: 124%;
    padding: 1em 2em 0.9em ;
  }


}



/***********
title
************/

.pws-title{
  text-align: center;
  font-size: 224%;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 0.5em;
  color: #50763d;
}
.pws-subTitle{
  font-size: 185%;
  font-weight: 600;
  line-height: 1.4;
  color: #50763d;

}
.pws-minTitle{

}

@media screen and (max-width:834px) {

  .pws-title{
    font-size: 154%;
  }

}


/***********
l-bgColor
************/

.pws-bgColor01{
  background-color: #f3f3f3;
}


/***********
xxxxx
************/



/***********
slick common
************/

.slick-slide li {
  vertical-align: bottom;
}

/***********
status
************/

.is-hide {
  display: none;
}
.is-readerHide {
  clip: rect(1px, 1px, 1px, 1px);
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

  .is-spGothic {
    font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  }

}
