@charset "UTF-8";

html {scroll-behavior: smooth;}

body{
  font-family: 'Noto Sans JP', sans-serif !important;
  padding-bottom: 100px;
  min-height: 100lvh;
}

h2{
  margin-top: 70px;
  margin-bottom: 70px;
}

.jire{
  margin-top: 0;
}

.midori{
  background-color: rgb(0, 132, 104);
  color: #ffff00;
}

.fixed_btn { 
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 6px 40px;
  width: 300px;
}

.fixed_btn a{
  width: 100%;
}

.fixed_btn a img{
  width: 100%;
}

.ore{
  color: green;
}

.midasi{
  text-align: center;
  font-size: 30px;
}

header{
  background-color: rgb(250, 243, 234);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: fixed; /* ヘッダーを固定する */
top: 0; /* 上部から配置の基準位置を決める */
left: 0; /* 左から配置の基準位置を決める */
width: 100%; /* ヘッダーの横幅を指定する */
z-index: 11111;
}

.logo{
  width: 10%;
  margin: 0 0 0 10%;
}

.yo{
  width: 10%;
}

.yo img{
  width: 100%;
}

.logo img{
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span{
  background : #fff;
}
.hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
  transition        : all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay     : 0.6s;
  transition-delay        : 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  -o-transform     : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(2){
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(4px);
  -ms-transform    : translateY(4px);
  -o-transform     : translateY(4px);
  transform        : translateY(4px);
}

.hamburger.active span:nth-child(3){
  -webkit-transform: translateY(-16px) rotate(90deg);
  -ms-transform: translateY(-16px) rotate(90deg);
  -o-transform : translateY(-16px) rotate(90deg);
  transform    : translateY(-16px) rotate(90deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all .9s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: orange;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-weight: bold;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :rgb(163, 109, 7);
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

.top{
  width: 100%;
  height: 80lvh;
  padding-top: 50px;
  background-image: url(../img/hai.jpg);
  background-size: cover;
}

.catch{
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hidari{
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.saisyo{
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap
}

.tugi{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 30px;
}

.dot{
  background-image: radial-gradient(circle at center, orange 20%, transparent 30%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 0.95em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .1em; /* 縦方向の位置調整 */
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

.migi{
  width: 45%;
}

.right{
  width: 100%;
}

.right img{
  width: 100%;
}

/* CSSアニメーションの指定 */
.Headline{
  animation: SlideIn 2.0s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.green{
  background: url(../img/orehai.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0;
  margin-top: 50px;
}

.po{
  color: #fff;
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 40px;
}

.three{
  width: 50%;
  margin: 0 auto;
}

.three img{
  width: 100%;
}

.sita{
  width: 100%;
}

.sita img{
  width: 100%;
}

.step{
  display: block;
  width: 60%;
  margin: 0 auto;
}

.ure{
  display: block;
  width: 70%;
  margin: 0 auto;
}

.uresmp{
  display: none;
}

.ure img{
  width: 100%;
}

.step img{
  width: 100%;
}

.stepsmp{
  display: none;
}

.yoko{
  width: 100%;
  background-color: rgb(250, 243, 234);
  padding-top: 40px;
  padding-bottom: 40px;
}

.nayami{
  background-image: url(../img/haikei.jpg);
  padding-top: 30px;
  padding-bottom: 30px;
}

.naya{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.naya div{
  width: 45%;
}

.naya div img{
  width: 100%;
}

.hikaku{
  width: 100%;
}

.kurabe{
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.hyou{
  width: 30%;
}

.hyou img{
  width: 100%;
}

.migite{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.yaji{
  width: 40%;
}

.yaji img{
  width: 100%;
}

.tyuu{
  font-size: 25px;
  margin: 20px 0 10px 0;
}

.teki{
  width: 40%;
}

.hikakup{
  font-size: 18px;
}

.jisseki{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.jirei{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: rgb(250, 243, 234);
  padding: 50px;
}

.jirei2{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
  background-color: rgb(250, 243, 234);
  padding: 50px;
}

.jireiimg{
  width: 45%;
}

.jireiimg img{
  width: 100%;
}

.jireite{
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.jireite h3{
  font-size: 35px;
  color: green;
  margin-top: 0;
}

.jireite p{
  line-height: 2;
}

.contact{
  padding-bottom: 50px;
}

.mail{
  width: fit-content;
  margin: 30px auto;
}

.mailbtn{
  width: 30%;
  margin: 30px auto;
}

.mailbtn img{
  width: 100%;
}

.nokori{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(0, 130, 100);
}

.nokori h2{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.nokori p{
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.waku{
  color: #ffff00;
  font-size: 35px;
}


.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.kanryou{
  width: 100%;
  background-color: rgb(250, 243, 234);
}

.thanks{
  width: 50%;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks h2{
  margin: 20px 0;
}

.thanksbody{
  background-color: rgb(250, 243, 234);
}

.unnei{
  width: 20%;
  margin: 200px auto;
}

.unnei img{
  width: 100%;
}

.osusume{
  display: block;
  font-size: 25px;
  font-weight: bold;
  background-color: #018163;
  color: #fff;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
}





.ue{
  background-color: #ddd;
}

.kadai{
  width: 70%;
  margin: 0 auto;
  background-color: #ddd;
}

.kadai img{
  width: 100%;
}

.kaizen{
  width: 30%;
  margin: 10px auto;
}

.kaizen img{
  width: 100%;
}

.iki{
  background-image: url(../img/kaigi.png);
  background-size: cover;
  padding: 30px;
}

.pro{
  display: block;
  width: 60%;
  margin: 0 auto;
}

.pro img{
  width: 100%;
}

.list{
  width: 60%;
  margin: 10px auto;
}

.list ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.check{
  width: 5%;
  margin-right: 5px;
}

.check img{
  width: 100%;
}

.list ul li{
  display: flex;
  width: 100%;
  background-color: #fff;
  color: #ff8b00;
  padding: 5px;
  margin-top: 10px;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}

.list ul li p{
  margin: 0;
}

.under{
  text-decoration: underline #ff8b00;
  display: inline-block; 
}

.taiou{
  display: flex;
  justify-content: space-between;
  width: 50%;
  flex-wrap: wrap;
  margin: 0 auto;
}

.syouzai{
  width: 22%;
  display: flex;
  flex-direction: column;
}

.syouzai p{
  text-align: center;
  font-size: 18px;
}

.item{
  width: 100%;
}

.item img{
  width: 100%;
}

.syouzaip{
  width: 40%;
  display: block;
  margin: 0 auto 30px;
}



.hojokin{
  width: 80%;
  margin: 40px auto;
}

.setumei{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.setu{
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 50%;
}

.setu h3{
  color: #018163;
  text-decoration: underline #ff8b00 3px;
  font-size: 25px;
}

.setu p{
  line-height: 2;
}

.engurahu{
  width: 45%;
}

.engurahu img{
  width: 100%;
}

.non{
  color: #ffff00;
  background-color: #018163;
  padding: 5px;
  font-size: 25px;
  font-weight: bold;
}

.sokyuu{
  color: #018163;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}


.simekiri{
  width: 100%;
  background-color: antiquewhite;
  padding: 30px;
}

.simekiri h2{
  text-align: center;
  margin: 10px !important;
}

.simekiri p{
  text-align: center;
}

.sukeju{
  width: 40%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sukeju p{
  text-align: start;
  margin: 0;
  font-size: 20px;
}

.tyokkin{
  color: #018163;
  font-weight: bold;
  font-size: 22px !important;
}

.tyokkin2{
  background-color: #018163;
  color: #ffff00;
  font-weight: bold;
  font-size: 22px !important;
}


