@charset "UTF-8";

/* CSS Document */

/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/


/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%;
  /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}

/*リンク文字の設定*/
a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #39f;
}

a:hover,
a:active {
  color: #f60;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}

/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}


/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}

h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}


/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #fff;
}

/*記事(ボディ)エリア*/
.article {
  width: 802px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 1.6em;
  /*=16px*/
  margin: 0 auto;
  /*真ん中に要素を置きたいときに使う*/
}

/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}


/*--------------------------------------------------
序文
-----------------------------------------------------*/
.section_pre {
  padding: 6em 6em 3em;
  background-color: #fff;
}

.section_pre img {
  width: 100%;
  margin-bottom: 3em;
}

.section_pre p {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1em !important;
}


/*--------------------------------------------------
実践者の声
-----------------------------------------------------*/
.section_voice {
  width: 100%;
  padding: 5em 6em 4em;
  background-color: #F2F2F2;
  background: repeating-linear-gradient(-45deg,
      #fff,
      #fff 1px,
      #e8f8ff 0,
      #e8f8ff 19px);
}

.voice_title {
  text-align: center;
  margin-bottom: 3em;
}

.voice_title h2 {
  font-size: 2em;
  margin: 0;
}

.voice_title h2:before {
  display: inline-block;
  color: #ffdc00;
  /*アイコンの色*/
  font-family: "Font Awesome 5 Free";
  content: "\f0a1";
  /*アイコンのコード*/
  transform: scaleX(-1);
  font-weight: 900;
  /*アイコンの種類*/
  margin-right: 10px;
  /*アイコン右の余白*/
}

.voice_title p {
  font-size: 1.2em;
  font-style: italic;
}

.voice_img img {
  width: 100%;
}

.voice {
  padding: 2em 2em 1em;
  background-color: #fff;
  margin-bottom: 3em;
}

.voice p {
  font-size: 1.2em;
  margin-bottom: 1em !important;
}

.yen img {
  width: 100%;
}


/*--------------------------------------------------
メリット
-----------------------------------------------------*/
.section_merit {
  width: 100%;
  padding: 5em 6em;
  background-color: #F2F2F2;
}

.merit_title {
  text-align: center;
  margin-bottom: 3em;
}

.merit_title h2 {
  font-size: 2.4em;
  margin: 0;
}

.merit_title h2:before {
  display: inline-block;
  color: #ffdc00;
  /*アイコンの色*/
  font-family: "Font Awesome 5 Free";
  content: "\f164";
  /*アイコンのコード*/
  transform: scaleX(-1);
  font-weight: 900;
  /*アイコンの種類*/
  margin-right: 10px;
  /*アイコン右の余白*/
}

.merit_title p {
  font-size: 1.4em;
  font-style: italic;
}

.merit {
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  text-align: center;
  position: relative;
  padding: 3em 2.7em 2em;
  margin-bottom: 3em;
  background: repeating-linear-gradient(-45deg,
      #fffcea,
      #fffcea 1px,
      #fff 0,
      #fff 9px);
}

.merit img.ttl {
  width: 15%;
  margin-bottom: .5em;
}

.merit h3 {
  text-align: center;
  border: none;
  margin-top: 0;
  margin-bottom: 1em;
}

.merit img.sub {
  width: 40%;
  margin-bottom: 2em;
}

.merit p {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 1em !important;
}


/*--------------------------------------------------
お仕事開始までの流れ
-----------------------------------------------------*/
.flow_title {
  background-image: url(../images/bg_yellow.jpg);
  background-size: cover;
  color: #fff;
  height: 180px;
  overflow: visible;
  position: relative;
}

.flow_title img {
  width: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.section_flow {
  width: 100%;
  padding: 6em 6em;
  background-color: #F2F2F2;
}

.flow {
  display: flex;
  background: #fff;
  padding: 1em 3.6em 1em 1em;
  align-items: center;
  margin-bottom: 2em;
}

.flow_img {
  width: 20%;
  padding: 1em 1em 1em 0;
}

.flow_img img {
  width: 100%;
}

.flow_text {
  width: 80%;
}

.flow_text p {
  font-size: 1.2em;
}

.flow_text h3 {
  color: #333;
  border: none;
  padding: 0 0 .2em 0;
  margin-top: 0;
  margin-bottom: .5em;
  border-bottom: 2px dotted #ccc;
}

.arrow {
  margin-bottom: 2em;
  text-align: center;
}

.arrow img {
  width: 5%;
}


/*--------------------------------------------------
CTAセクション
-----------------------------------------------------*/
.section_cta {
  background: #ffdc00;
  padding: 6em 6em;
}

.section_cta h2 {
  color: #222;
  font-size: 2.4em;
  margin: 0 0 1em;
}

.age20 {
  color: #ff0000;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2em !important;
  text-align: center;
}

.point {
  margin: 0;
  background: #F2F2F2;
}

.point .box-title {
  font-size: 1.8em;
  background: #1B9A27;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.point p {
  font-size: 1.2em;
  padding: 1em 1em !important;
  margin: 0;
}


/*--------------------------------------------------
CTAボタン
-----------------------------------------------------*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 0 0 .8em;
  text-align: center;
}

a.btn-c {
  font-size: 1.6em;
  position: relative;
  padding: .8em 4em .8em 4em;
  color: #fff;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #1B9A27;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #136d1b;
}

a.btn-c span {
  font-size: .8em;
  line-height: 1.3;
  position: absolute;
  top: -16px;
  left: -30px;
  width: 84px;
  height: 84px;
  padding-top: .8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

a.btn-c span em {
  font-style: normal;
  color: #d20010;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #136d1b;
  -webkit-box-shadow: 0 2px 0 #136d1b;
  box-shadow: 0 2px 0 #136d1b;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

a.btn:hover {
  color: #fff !important;
  background-color: #1B9A27 !important;
}

/*--------------------------------------------------
フッター
-----------------------------------------------------*/
.footer {
  background-color: #ccc;
  padding: 1.5em 0em;
  text-align: center;
  font-size: 1.2em;
  color: #333;
}

.footer a {
  color: #fff;
}