
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.sp-show {
  display: none;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/*--------------------------------------------------------------
   見出したち
--------------------------------------------------------------*/
h2 {
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 5px;
  font-size: 30px;
  padding: 15px 0;
  margin-bottom: 30px;
  margin-top: 30px;

  color: #6594e0;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
}

/*--------------------------------------------------------------
   トップ
--------------------------------------------------------------*/
.top-flex {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  align-items: center ;
}

.top-wrapper {
  padding: 50px 0;
  color: #666;
  text-align: center;
  position: relative;
  background-color: #f7f7f7;
}

.top-wrapper-bg {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

.top-wrapper h1 {
  font-size: 60px;
  letter-spacing: 5px;
  padding-bottom: 30px;
  font-family: auto;
}

.top-wrapper p {
  opacity: 0.7;
  margin-bottom: 15px;
  font-size: 22px;
  color: #666;

}

.signup {
  margin-top: 15px;
  margin-bottom: 15px;

  padding: 15px 40px;
  background-color: #5dca88;
  cursor: pointer;
  box-shadow: 0 7px #1a7940;
}

.signup:active {
  box-shadow: none;
  position: relative;
  top: 7px;
}


.facebook {
  background-color: #3b5998;
  margin-right: 10px;
}

.X {
  background-color: #000000;
  margin-right: 10px;
}

.youtube {
  background-color: #ec3838;
  margin-right: 10px;
}

.instagram {
  background-color: #CF2E92;
}


.btn {
  padding: 8px 24px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
}

.btn:hover {
  opacity: 1;
}

.fa {
  margin-right: 5px;
}

.btn-link {
  padding: 8px 24px;
  margin-top: 30px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
}

.btn-link:hover {
  opacity: 1;
}


.button_solid017 {
  margin-top: 30px;
}

.button_solid017 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 240px;
  padding: 10px 25px;
  color: #543618;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eeee;
  border-radius: 50px;
  border: 0.2rem solid #543618;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid017 a:hover {
transform: translate3d(0.2rem, 0.2rem, 0);
box-shadow: none;
opacity: 1;
transition: all 0.2s;
}
.button_solid017 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #543618;
  border-right: 3px solid #543618;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}


/*--------------------------------------------------------------
   ガイドヘルパーとは
--------------------------------------------------------------*/
.gaidotoha-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 50px;
}

.gaidotoha-text{
  padding-top: 0px;
  color: #666;
}

.gaidotoha-text p {
  line-height: 1.5;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

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


.gaidotoha-text {
  display: inline-block;
  position: relative; 
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.gaidotoha-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}


/*--------------------------------------------------------------
   副業に最適
--------------------------------------------------------------*/

.hukugyo-item {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 50px;
}

.hukugyo-text{
  padding-top: 0px;
  color: #666;
}

.hukugyo-text p {
  line-height: 1.5;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

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


.hukugyo-text {
  display: inline-block;
  position: relative; 
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.hukugyo-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
  transform: scale(-1, 1);
}


/*--------------------------------------------------------------
   資格取得や研修は、当社負担
--------------------------------------------------------------*/
.tousya-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 50px;
}

.tousya-text{
  padding-top: 0px;
  color: #666;
}

.tousya-text p {
  line-height: 1.5;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

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


.tousya-text {
  display: inline-block;
  position: relative; 
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.tousya-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

/*--------------------------------------------------------------
   頑張りをキチンと評価
--------------------------------------------------------------*/
.hyouka-item {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 50px;
}

.hyouka-text{
  padding-top: 0px;
  color: #666;
}

.hyouka-text p {
  line-height: 1.5;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

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


.hyouka-text {
  display: inline-block;
  position: relative; 
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.hyouka-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
  transform: scale(-1, 1);
}

/*--------------------------------------------------------------
   お問い合わせ
--------------------------------------------------------------*/
.contact-form {
  padding-top: 0px;
  text-align: center;
  height: 600px;
}

.contact-form h2 {
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 5px;
  color: #666;
  padding-top: 50px;
  padding-bottom: 25px;

  font-size: 30px;
  padding: 15px 0;
  margin-bottom: 30px;

  color: #6594e0;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
}

.contact-form p {
  color: #666;
}

.form-item {
  color: #666;
  font-size: 18px;
}

input {
 width: 400px;
 margin-top: 10px;
 margin-bottom: 20px;
 padding: 10px;
 font-size: 18px;
 border: 1px solid #b3aeb5;
}

textarea {
  width: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #b3aeb5;
 }


 .link {
  text-align: center;
  padding-bottom: 30px;
}


/* From uiverse.io by @adamgiebl */
button {
  font-family: inherit;
  font-size: 20px;
  background: royalblue;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  margin: 0 auto;
 }
 
 button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
 }
 
 button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
 }
 
 button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
 }
 
 button:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
 }
 
 button:hover span {
  transform: translateX(5em);
 }
 
 button:active {
  transform: scale(0.95);
 }
 
 @keyframes fly-1 {
  from {
   transform: translateY(0.1em);
  }
 
  to {
   transform: translateY(-0.1em);
  }
 }

 .link {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sns-link {
 padding: 8px 24px;
 margin-top: 30px;
 margin-bottom: 20px;
 color: white;
 opacity: 0.8;
 border-radius: 4px;
 display: inline-block;
}

 
 

/*--------------------------------------------------------------
   topへ戻るボタン
--------------------------------------------------------------*/
#page-top {
  display: block;
  font-weight: bold;
  padding: .7em;
  text-align: center;
  background: #fff; /*背景色*/
  color: #666; /*文字色*/
  transition: .3s;
}
/***マウスオーバー時***/
#page-top:hover {
  background: #666; /*背景色*/
  color: #fff; /*文字色*/
}
/***トップへ戻るボタンここまで***/


html { scroll-behavior: smooth;}

