@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;900&display=swap');
:root {
  --vw: 1vw;
}
:root {
  --vh: 1vh;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
  clear: both;
}
p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.6;
  color: #4d4d4d;
}
body {
  font-size: 16px;
  width: 100%;
  overflow: hidden;
}
span {
  font-weight: inherit;
  display: inline-block;
}
strong {
  display: inline-block;
}
img {
  display: block;
  max-width: 100%;
}
a, a:hover, a:active, a:visited, a:link {
  text-decoration: none;
  color: inherit;
}
body {
  padding-top: 80px;
  background-color: #fbfafa;
}
header {
  padding: 0 30px;
  height: 80px;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 50;
  max-width: 1400px;
  margin: auto;
  left: 0;
  right: 0;
}
header a {
  transition: 0.6s;
}
header a:hover {
  opacity: 0.5;
}
.header_main {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.head_logo {
  max-width: 310px;
  width: 100%;
}
header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
    flex-shrink: 0;
}
.menu_btn {
  display: none;
  width: 50px;
  cursor: pointer;
}
.sp_navi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 81px;
  background-color: #fff;
  z-index: 40;
  width: 100%;
}
.sp_navi nav a {
  padding: 10px 20px;
  border-bottom: solid 1px;
  display: block;
    font-size: 16px;
}
.sp_navi nav a:first-child {
  border-top: solid 1px;
}
.sp_navi nav a img {
  height: 20px;
}
.sp_navi_bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.sp_user_btns {
  padding: 10px 20px;
  gap: 20px;
  display: flex;
}
.sp_user_btns a {
  display: block;
}
.sp_user_btns a img {
  height: 40px;
  width: auto;
}
article {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}
article > section {
  margin-bottom: 60px;
}
.pc_headnavi {
  display: flex;
  align-items: center;
  gap: 29px;
}
.pc_headnavi a {
  position: relative;
  display: block;
  height: 18px;
    font-size: min(16px, 1.3vw);
    line-height: 1;
    display: flex;
    align-items: center;
}
.pc_headnavi a:hover {
  opacity: 0.3;
}
.pc_headnavi a img {
  height: 18px;
  width: auto;
}
.pc_headnavi a:after {
  content: "";
  display: block;
  height: 18px;
  width: 1px;
  background-color: #4d4d4d;
  position: absolute;
  right: -14px;
  top: 0;
}
.pc_headnavi a:last-child:after {
  display: none;
}
.user_btns {
  display: flex;
  gap: 10px;
}
.user_btns img {
  height: 40px;
  width: auto;
  display: block;
}
#kv {
  position: relative;
}
#kv .scroll {
  position: absolute;
  max-width: 100px;
  right: 20px;
  bottom: min(8vw, 120px);
}
.section_title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-weight: 900;
  line-height: 1.2;
}
.section_title strong {
  font-size: 3.6rem;
  font-weight: 900;
}
.section_title_img {
  display: block;
  position: relative;
  padding-bottom: 40px;
}
.section_title_img img {
  max-width: 210px;
  display: block;
}
.section_title_img {
  width: 100%;
  display: block;
}
.section_title_img:after {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,8cc63f+0,fbb03b+100 */
  background: linear-gradient(to right, #1e5799 0%, #8cc63f 0%, #fbb03b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 6px;
  width: 50vw;
  min-width: 640px;
  max-width: 750px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 26px;
}
#aboutus .inner {
  display: flex;
  position: relative;
  gap: 70px;
}
#aboutus .inner > div {
  width: 50%;
  z-index: 10;
}
#aboutus .inner > div.right {
  max-width: 550px;
  padding-right: 30px;
  box-sizing: border-box;
}
.aboutus_bgbook {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  right: 40px;
  max-width: 300px;
}
.abotus_checklist {
  border-top: solid 1px #8cc63f;
  border-bottom: solid 1px #8cc63f;
  padding: 1.5rem 0;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.abotus_checklist li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 3.5rem;
}
.abotus_checklist li:before {
  content: "";
  width: 2.2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  background-position: center;
  background-image: url("../images/check_gr.svg");
}
.abotus_checklist li:nth-child(2n):before {
  background-image: url("../images/check_or.svg");
}
#aboutus h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
#aboutus h4 strong {
  font-size: 2.2rem;
  font-weight: 700;
}
.features_title {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
.features_title img {
  max-width: 416px;
  margin: auto;
  width: 70%;
}
.features_title:before, .features_title:after {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,8cc63f+0,fbb03b+100 */
  background: linear-gradient(to right, #1e5799 0%, #8cc63f 0%, #fbb03b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 6px;
  width: 640px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.features_title:before {
  left: calc(50% + 250px);
}
.features_title:after {
  right: calc(50% + 250px);
}
#features section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#features section:last-child {
  margin-bottom: 0px;
}
#features h4 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
#features section .textblock {
  width: 100%;
  padding: 0 30px;
  display: flex;
}
.textblock_inner {
  max-width: 440px;
  margin-left: 60px;
}
#features section .imgblock {
  width: 53%;
  box-sizing: border-box;
  flex-shrink: 0;
  background-color: #f2f2f2;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#features section .imgblock img {
  max-width: 450px;
  width: 100%;
}
#features01, #features03 {
  flex-direction: row-reverse;
}
#features02 .textblock, #features04 .textblock {
  justify-content: flex-end;
}
.features_title_num {
  max-width: 260px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: -60px;
}
#flow {
  margin-bottom: 100px;
  padding: 0 30px;
}
#flow .section_title {
  max-width: 1140px;
  margin: auto;
  margin-bottom: 60px;
}
#flow .section_title_img:after {
  left: -150px;
}
#flow ul {
  gap: 0px;
  column-gap: 40px;
  flex-wrap: wrap;
  display: flex;
  max-width: 1140px;
  margin: auto;
  width: 100%;
  align-items: flex-start;
}
#flow li {
  width: calc(50% - 20px);
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  padding: 30px 20px;
  border: solid 1px;
  border-color: #8cc63f;
  box-shadow: 0px 7px 0px 0px #8cc63f;
  font-size: 1.8rem;
}
#flow li:nth-last-child(2n) {
  border-color: #fbb03b;
  margin-top: 80px;
  box-shadow: 0px 7px 0px 0px #fbb03b;
}
.flow_num {
  width: 50px;
  position: absolute;
  top: -14px;
  left: 20px;
}
#flow li h4 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
#faq {
  transform: skew(0, -7deg);
  margin: calc(60px + 6vw) 0;
  overflow: hidden;
}
#faq .inner {
  transform: skew(0, 7deg);
  margin: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/faq_bg2.jpg");
  padding: 19vw 30px;
  margin: -10vw 0;
}
@media screen and (min-width: 1401px) {
  #faq {
    transform: skew(0, -7deg);
    margin: 150px 0;
  }
  #faq .inner {
    transform: skew(0, 7deg);
    padding: 260px 30px;
    margin: -140px 0;
  }
}
#faq ul {
  margin: 0 auto;
  max-width: 840px;
}
#faq .section_title {
  max-width: 630px;
  width: 50%;
  margin-bottom: 90px;
  margin-left: 53%;
}
.faq_q, .faq_a {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px;
  padding: 15px 30px;
  padding-left: 60px;
  box-sizing: border-box;
}
.faq_q {
  border-color: #8cc63f;
  margin-bottom: 20px;
  width: 100%;
}
.faq_a {
  border-color: #fbb03b;
  margin-bottom: 40px;
  max-width: 780px;
  margin-left: 60px;
  width: calc(100% - 70px);
}
.faq_q:before, .faq_a:before {
  content: "";
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: auto;
  margin: auto;
  display: block;
}
.faq_q:before {
  background-image: url("../images/faq_q.svg");
}
.faq_a:before {
  background-image: url("../images/faq_a.svg");
}
#faq li:last-child {
  margin-bottom: 0;
}
.cv_area {
  padding: 0 30px;
  margin: auto;
  margin-bottom: 90px;
  text-align: center;
}
.cv_btn {
  max-width: 770px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
  transition: 0.6s;
}
.cv_btn:hover {
  opacity: 0.5;
}
#CORP {
  padding: 60px 30px;
  position: relative;
  margin: 0;
}
#CORP:before {
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,8cc63f+0,fbb03b+100 */
  background: linear-gradient(to right, #1e5799 0%, #8cc63f 0%, #fbb03b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 6px;
  display: block;
  content: "";
}
#CORP .inner {
  display: flex;
  gap: 0px;
  column-gap: 60px;
  max-width: 1140px;
  margin: auto;
}
#CORP .inner > div {
  width: 50%;
}
#CORP .inner > div.left {
  display: flex;
  align-items: center;
  justify-content: center;
}
#CORP .inner > div.left img {
  max-width: 270px;
  width: 100%;
}
#CORP h3 {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
#CORP h3 span {
  max-width: 210px;
  display: block;
}
.corp_logo1 {
  margin-bottom: 2rem;
}
#plusone {
  background-color: #fbb03b;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  margin-bottom: 0;
}
#plusone .inner {
  display: flex;
  gap: 0px;
  align-items: center;
  column-gap: 60px;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
#plusone .inner > div {
  width: 50%;
}
#plusone h3 {
  font-size: 3.6rem;
  margin-bottom: 40px;
  font-weight: 900;
  text-align: center;
  padding: 0 30px;
}
#plusone h3 span.plusone_title_img {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 3rem;
}
#plusone h3 span.plusone_title_img:after, #plusone h3 span.plusone_title_img:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  display: block;
  border-radius: 50px;
}
#plusone h3 span.plusone_title_img:after {
  left: calc(50% + 125px);
}
#plusone h3 span.plusone_title_img:before {
  right: calc(50% + 125px);
}
#plusone h3 img {
  max-width: 210px;
  margin: auto;
}
#plusone h4 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
#plusone p {
  margin-bottom: 2rem;
}
.cv_btn2 {
  background-color: #fff;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  padding-right: 6.8rem;
}
.cv_btn2 img {
  display: block;
  width: 3.8rem;
  flex-shrink: 0;
  padding: 1.5rem;
}
.cv_btn2 span {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #4d4d4d;
}
#contact {
  text-align: center;
  padding: 60px 30px;
  margin-bottom: 0;
}
#contact h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
#contact p {
  margin-bottom: 1.5rem;
}
#contact a:link, #contact a:active, #contact a:visited, #contact a:hover {
  color: #8cc63f;
  text-decoration: underline;
}
#contact a:hover {
  text-decoration: none;
}
footer {
  border-top: solid 1px #b3b3b3;
  text-align: center;
  padding: 30px;
  padding-top: 60px;
  background-color: #fff;
  max-width: 1340px;
  margin: auto;
}
footer img {
  margin: auto;
  margin-bottom: 3rem;
  max-width: 330px;
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .menu_btn {
    display: block;
  }
  header .right {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #kv .scroll {
    display: none;
  }
  .section_title_img:after {
    max-width: none;
    width: 100%;
    min-width: 0;
  }
  #aboutus .inner {
    flex-direction: column-reverse;
  }
  #aboutus .inner > div {
    width: 100%;
    max-width: none;
  }
  #aboutus .inner > div.right {
    padding: 0 30px;
    max-width: none;
  }
  .aboutus_bgbook {
    display: none;
  }
  .features_title img {
    max-width: 370px;
  }
  .features_title:after {
    right: calc(50% + 200px);
    width: 30%;
  }
  .features_title:before {
    left: calc(50% + 200px);
    width: 30%;
  }
  #features section {
    flex-direction: column;
    align-items: center;
  }
  #features section .textblock {
    width: 100%;
    padding: 0 30px;
    display: flex;
    padding: 0 30px;
    padding-bottom: 60px;
    box-sizing: border-box;
    max-width: 500px;
  }
  .textblock_inner, #features section .imgblock {
    width: 100%;
    max-width: none;
  }
  .cv_area {
    text-align: left;
  }
  .cv_area br {
    display: none;
  }
  .cv_btn {
    max-width: 500px;
  }
  #flow .section_title_img:after {
    left: 0;
  }
  #flow ul {
    flex-direction: column;
  }
  #flow li, #flow li:nth-last-child(2n) {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #flow li:last-child {
    margin-bottom: 0px;
  }
  #faq .inner {
    padding: calc(19vw + 40px) 30px;
  }
  #faq .section_title {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }
  #CORP .inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  #CORP .inner > div {
    width: 100%;
  }
  #CORP h3 {
    text-align: center;
  }
  #CORP h3 span {
    margin: auto;
  }
  #plusone .inner {
    flex-direction: column;
    gap: 60px;
  }
  #plusone .inner > div {
    width: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 7px;
  }
  body {
    font-size: 14px;
    padding-top: 60px;
  }
  header {
    padding: 0 20px;
    height: 60px;
  }
  .head_logo {
    max-width: 190px;
  }
  .menu_btn {
    width: 30px;
  }
  .sp_navi {
    padding-top: 61px;
  }
  #kv {
    margin-bottom: 40px;
  }
  .section_title_img img {
    max-width: 160px;
  }
  #aboutus .inner > div.right {
    padding: 0 20px;
  }
  .features_title img {
    max-width: 220px;
  }
  .features_title:before {
    left: calc(50% + 130px);
  }
  .features_title:after {
    right: calc(50% + 130px);
  }
  .textblock_inner {
    max-width: 440px;
    margin-left: 40px;
  }
  #features section .textblock {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .features_title_num {
    margin-left: -40px;
    max-width: 200px;
  }
  .cv_area {
    padding: 0px 20px;
  }
  #faq .section_title {
    margin-bottom: 40px;
  }
  #faq .inner {
    padding: calc(19vw + 40px) 20px;
  }
  .faq_q, .faq_a {
    border-radius: 10px;
    padding: 15px 15px;
    padding-left: 44px;
  }
  .faq_a {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .faq_q:before, .faq_a:before {
    width: 22px;
    height: 28px;
    left: 10px;
  }
  #flow {
    padding: 0 20px;
  }
  #CORP {
    padding: 40px 20px;
  }
  #CORP .inner {
    gap: 40px;
  }
  #CORP .inner > div.left img {
    max-width: 210px;
  }
  #CORP h3 span {
    max-width: 160px;
  }
  #plusone h3 {
    font-size: 3rem;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #plusone h3 img {
    max-width: 160px;
  }
  #plusone h3 span.plusone_title_img:after {
    left: calc(50% + 100px);
  }
  #plusone h3 span.plusone_title_img:before {
    right: calc(50% + 100px);
  }
  #plusone .inner {
    column-gap: 40px;
    padding: 0 20px;
  }
  #contact {
    text-align: center;
    padding: 40px 20px;
  }
  #contact h3 {
    font-size: 16px;
  }
  footer {
    padding: 20px;
    padding-top: 40px;
  }
}
.type_fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.6s;
}
.type_fade.show {
  opacity: 1;
  transform: translate(0, 0);
}