@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
}

dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

h2 {
  color: #333;
  font-size: 2.6em;
}
h2 span {
  background: linear-gradient(transparent 70%, #fcd03b 70%);
}

/* =======================================
 base style
======================================= */
body {
  background: #333;
  line-height: 1.4;
  margin: auto;
  max-width: 2000px;
  font-size: 16px;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

img {
  width: 100%;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  width: 750px;
  margin: 0 auto;
}

section {
  position: relative;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

.main-wrapper {
  background: url("../img/main-bg.jpg") no-repeat top center fixed, #333;
  background-size: 2000px 1534px;
  min-width: 750px;
  margin: 0 auto;
}

.top {
  cursor: pointer;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top .hidden {
  display: none;
}

.top__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

.top__icon img {
  width: 80px;
}

.top__menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 750px;
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: rgba(66, 53, 48, 0.95);
}

.top__menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 95px;
}

.top__menu ul li img {
  width: 582px;
}

.top__menu ul li::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #ffffff;
  width: 660px;
  position: relative;
  top: 16px;
}

.top__menu ul li:last-child:after {
  content: none;
}

.kv {
  width: 100%;
}

.nayami {
  width: 100%;
  background: #ffface;
  padding: 80px 10px 50px;
  text-align: center;
}
.nayamiList {
  width: 95%;
  margin: 50px auto 30px;
}

.kaiketsu {
  width: 100%;
  background: #fff;
  padding: 80px 10px 50px;
  text-align: center;
}
.kaiketsu_img {
  margin: 50px auto 20px;
}
.kaiketsu_txt {
  font-size: 1.6em;
  padding: 10px;
  line-height: 1.4;
}
.kaiketsu_txt span {
  color: #f15507;
}
.kaiketsu h3 {
  font-size: 2em;
  margin: 20px auto;
}
.kaiketsu h3.wine {
  display: block;
  width: 90%;
  max-width: 400px;
  height: 50px;
  line-height: 50px;
  background-color: #fcd03b;
  margin: 30px auto -30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
  clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
}

.kaiketsu_case {
  width: 96%;
  margin: 20px auto;
}
.kaiketsu_case h3 {
  margin-top: 30px;
  font-size: 1.6em;
}
.kaiketsu_case ul {
  width: 90%;
  margin: 10px auto;
  padding: 30px;
  background: #ffface;
  text-align: left;
  border-radius: 20px;
}
.kaiketsu_case ul li {
  margin: 15px 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.kaiketsu_case ul li span {
  color: #999;
}

.pointList {
  width: 98%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.pointList li {
  width: 98%;
  margin: 1%;
}
.pointList li img {
  border-radius: 20px;
}

/* 導入事例 */
.case {
  width: 100%;
  background: #ffface;
  padding: 80px 10px 50px;
  text-align: center;
}

.interviewWrap {
  display: flex;
  width: 90%;
  margin: 50px auto 30px;
  justify-content: space-between;
}

.interview_ttl {
  text-align: left;
}
.interview_ttl_img {
  width: 100%;
  max-width: 260px;
}
.interview_ttl_img img {
  border-radius: 20px;
}
.interview_shop {
  font-size: 1.7em;
  padding-bottom: 20px;
}
.interview_shop span {
  font-size: 1.4rem;
}
.interview_shop span a {
  text-decoration: underline;
}
.interview_adress, .interview_ceo {
  font-size: 1.4em;
  padding: 5px 0;
}
.interview_sum {
  font-size: 1.9em;
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
.interview_btn {
  width: 300px;
  background: #fcd03b;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 500;
  cursor: pointer;
  border-radius: 30px;
}
.interview_txt {
  text-align: left;
  padding: 50px 30px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 1.2em;
}
.interview_q {
  padding: 30px 0 10px;
  border-bottom: 1px dotted #fcd03b;
  font-size: 1.16em;
}
.interview_a {
  color: #333;
  padding-top: 20px;
}
.interview_img {
  width: 100%;
}
.interview_img img {
  margin: 30px auto 10px;
}

details {
  transition: all ease-in-out 0.3s;
  height: 50px;
}

details[open] {
  height: 2500px;
}

/* 難易度について */
.level {
  width: 100%;
  background: #f6ecbf;
  padding: 80px 10px 50px;
  text-align: center;
}
.level_lead {
  font-size: 1.6em;
  line-height: 1.4;
  padding: 50px 10px 20px;
}
.level_lead span {
  color: #f15507;
  font-size: 1.8rem;
}
.level_txt {
  font-size: 1.3em;
  line-height: 1.4;
  padding: 20px;
}
.level h3 {
  font-size: 1.4em;
  margin: 30px auto 20px;
  display: block;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background-color: #fcd03b;
  margin: 30px auto 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
          clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
}

.taiken {
  width: 90%;
  margin: 10px auto;
  font-size: 1.3em;
}
.taiken li {
  display: flex;
  align-items: center;
  margin: 10px 5px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #fcd03b;
}
.taiken_img {
  width: 30% !important;
  margin-right: 5%;
}
.taiken_img img {
  border-radius: 20px;
}
.taiken_txt {
  width: 65%;
  text-align: left;
  line-height: 1.4;
}
.taiken_txt span {
  font-weight: 700;
}

/* 導入のメリット */
.merit {
  width: 100%;
  background: #fff;
  padding: 80px 10px 50px;
  text-align: center;
}
.merit_txt {
  line-height: 1.4;
  font-size: 1.4em;
  padding: 50px 10px;
}

.meritList {
  display: flex;
  justify-content: center;
  width: 86%;
  margin: 0 auto;
}
.meritList li {
  margin: 30px 5px;
}

/* こんな使い方 */
.howto {
  width: 100%;
  background: #ffface;
  padding: 80px 10px 50px;
  text-align: center;
}
.howto h2 {
  padding-bottom: 50px;
}

.usage {
  display: flex;
  width: 94%;
  margin: 30px auto 40px;
}
.usage_img {
  width: 30%;
  margin: 0 3%;
}
.usage_img img {
  border-radius: 20px;
}
.usage_detail {
  width: 64%;
  padding: 0 20px;
  text-align: left;
  line-height: 1.4;
}
.usage_detail h3 {
  padding-bottom: 10px;
  font-size: 1.4rem;
}
.usage_txt {
  color: #444;
  font-size: 1.2rem;
}

/* お客様の声 */
.voiceWrap {
  width: 100%;
  background: #fff;
  padding: 80px 10px 50px;
  text-align: center;
}
.voiceWrap h2 {
  margin-bottom: 50px;
}

.voice {
  width: 96%;
  display: flex;
  margin: 20px auto;
}
.voice_img {
  width: 27%;
  padding: 3%;
}
.voice_detail_ {
  width: 70%;
  background: #ffface;
  padding: 24px;
  margin: 0 20px;
  text-align: left;
  border-radius: 20px;
  position: relative;
  display: inline-block;
}
.voice_detail_right:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffface;
}
.voice_detail_left:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffface;
}
.voice_detail_ h3 {
  font-size: 1.58rem;
  padding-bottom: 20px;
}
.voice_txt {
  color: #444;
  font-size: 1.26rem;
}
.voice_name {
  color: #999;
  margin-top: 20px;
}

/* プロハンターの声 */
.hunterWrap {
  width: 100%;
  background: #f6ecbf;
  padding: 80px 10px 50px;
  text-align: center;
}
.hunterWrap h2 {
  padding-bottom: 50px;
}

.hunter_lead {
  padding: 20px;
  font-size: 1.2em;
}

.prohunter {
  width: 98%;
  margin: 20px auto;
}
.prohunter_img {
  text-align: center;
}
.prohunter_img img {
  width: 200px;
}
.prohunter_ttl {
  font-size: 1.4em;
  font-weight: 400;
}
.prohunter_sum {
  font-size: 1.9em;
  font-family: "Noto Serif JP", serif;
  padding: 20px 10px 30px;
}
.prohunter_txt {
  font-size: 1.2em;
  width: 96%;
  text-align: left;
}
.prohunter_q {
  font-size: 1.2em;
  border-bottom: 1px dotted #fcd03b;
  padding-top: 20px;
}
.prohunter_a {
  padding: 20px 10px 10px 20px;
  color: #333;
}

/* コラボイベント成功事例 */
.colabWrap {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
.colabWrap h2 {
  margin-bottom: 50px;
}
.colabWrap h3 {
  font-size: 1.6em;
  padding-bottom: 30px;
}

.colab_img {
  width: 100%;
}
.colab_lead {
  font-size: 1.6em;
  padding: 30px;
}
.colab_txt {
  font-size: 1.4em;
  line-height: 1.4;
  padding: 20px;
}

/* プランの概要 */
.planWrap {
  width: 100%;
  background: #ffface;
  padding: 80px 10px;
  text-align: center;
}
.planWrap h2 {
  padding-bottom: 50px;
}

.planList {
  margin: 10px 10px 10px 50px;
}
.planList li {
  margin: 14px 20px;
  font-size: 1.44rem;
  text-align: left;
  line-height: 1.3;
  display: flex;
}
.planList_icon {
  width: 50px;
}
.planList_icon img {
  width: 32px;
}

.plan_txt {
  font-size: 1.2rem;
}

.price_kit {
  text-align: center;
}
.price_kit img {
  width: 60%;
  margin: 20px auto;
}
.price_kit_lead {
  font-size: 0.9rem;
}
.price_lead {
  font-size: 1.2rem;
}

.tel_wrap {
  padding: 30px 0 300px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.tel_txt {
  font-size: 1.2rem;
  color: #fff;
}
.tel_num {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 4rem;
  padding-bottom: 7px;
  border-bottom: 1px solid #f6ecbf;
}
.tel_time {
  font-size: 1rem;
  color: #fff;
  margin-top: 7px;
}

/* CTA　*/
.fixed-nav {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  bottom: 0;
  width: 750px;
  z-index: 99;
  padding: 15px 20px 20px;
} 
.ctaBlock {
  width: 98%;
  margin: 0 20px;
}

.cta_lead {
  font-size: 1.3rem;
  color: #ffface;
  text-align: center;
  margin: 8px auto;
}
.cta_area {
  display: flex;
  align-items: center;
}

.btn_item {
  width: 48%;
  text-align: center;
}
.btn_item_txt {
  color: #eee;
  font-size: 0.9rem;
  padding: 7px 0 5px;
}

.cta_btn {
  display: block;
  width: 98%;
  max-width: 300px;
  background: #fcd03b;
  text-align: center;
  padding: 12px 20px;
  font-size: 1.6rem;
  margin: 5px auto 10px;
  border-radius: 30px;
}
.cta_btn_02 {
  background: #f15507;
  color: #fff;
}/*# sourceMappingURL=styles.css.map */