@charset "UTF-8";
/* ==========================================================================
    index.html
========================================================================== */
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Open Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  line-height: 1.6;
}

/*メインカラー*/
/*アクセントカラー*/
/*ベースカラー*/
/*ボーダーカラー*/
/*ホワイト*/
/*ブラック*/
/*bg カラー*/
a {
  text-decoration: none;
}

h2 {
  margin-bottom: 50px;
  font-size: 36px;
  text-align: center;
  font-weight: 500;
}

h3 {
  font-weight: 500;
}

section {
  padding: 100px 0;
}

img {
  max-width: 100%;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.blue_txt {
  color: #5099da;
}

.green_txt {
  color: #69bd44;
}

.accent_txt {
  font-size: 48px;
}

.Fprus {
  margin-right: 10px;
}

.txt_60 {
  font-size: 60px;
}

.txt_48 {
  font-size: 48px;
}

.txt_36 {
  font-size: 36px;
}

.txt_30 {
  font-size: 30px;
}

.sp_375 {
  display: none;
}

.section_title {
  margin-bottom: 60px;
}

/*----------------------------
* header
*----------------------------*/
header {
  background-color: #ffffff;
  padding: 20px 0 10px 20px;
  position: relative;
}
header .header_btn {
  position: fixed;
  right: 3%;
  top: 0;
  z-index: 20;
}

/* ------------------------------------
    top
--------------------------------------- */
#top {
  padding: 0;
}
#top img {
  width: 100%;
}

/* ------------------------------------
    company_img
--------------------------------------- */
#company_img {
  padding: 0;
  background-color: #ffffff;
  text-align: center;
}

/* ------------------------------------
    question
--------------------------------------- */
#question {
  background: #ffffff;
  text-align: center;
  padding-top: 0;
  position: relative;
  z-index: -3;
}
#question .question_title {
  background: #f1fbe6;
  padding-top: 90px;
  padding-bottom: 60px;
}
#question p {
  font-size: 36px;
}
#question .q_person {
  position: absolute;
  left: 44%;
  z-index: 2;
}

.question {
  background: #f1fbe6;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.question .q_img {
  margin-right: 40px;
}
.question .q_arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.question::after {
  content: "";
  background: url(../img/question_arrow.png) no-repeat;
  background-size: contain;
  bottom: -200px;
  left: 0;
  position: absolute;
  display: block;
  height: 200px;
  width: 100%;
  z-index: -1;
}

.question_box {
  text-align: center;
}
.question_box .q_kaiketu {
  margin-bottom: 60px;
}

/* ------------------------------------
    character
--------------------------------------- */
#character {
  background-color: #f6f6f6;
}
#character .character {
  text-align: center;
  margin: 0 auto;
}

.character_contents {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.character_contents .character_box {
  width: 480px;
  text-align: left;
}
.character_contents .character_box .character_txt {
  text-align: left;
}
.character_contents .character_box .character_txt h3 {
  margin-bottom: 6px;
  font-size: 24px;
}

.character_con_01 {
  margin-bottom: 60px;
}

.character_con_02 {
  padding-bottom: 90px;
  border-bottom: 1px solid #cccccc;
}

.softlist .softlist_title {
  padding-top: 90px;
  margin-bottom: 50px;
  text-align: center;
}
.softlist table {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  transform: scale;
  transform-origin: top left;
}
.softlist table td {
  text-align: left;
  padding: 12px 30px;
  border: solid 1px #cccccc;
}

/* ------------------------------------
    trial
--------------------------------------- */
#trial, #trial_02, #trial_03, #trial_04 {
  background: url(../img/trial_01.png) no-repeat;
  background-image: 100%;
  padding: 50px 0;
}

.trial {
  color: #ffffff;
  text-align: center;
}
.trial .trial_btn_box {
  display: flex;
  gap: 0 40px;
  justify-content: center;
  margin-top: 40px;
}
.trial .trial_btn_box img {
  max-width: 100%;
}

/* ------------------------------------
    consulting
--------------------------------------- */
#consulting {
  background: #f3f3f3 url(../img/bg_01.png) repeat-y;
  background-size: 100%;
}

.consulting {
  text-align: center;
}
.consulting .consulting_flow:not(:last-child) {
  margin-bottom: 50px;
}

/* ------------------------------------
    explan_movie
--------------------------------------- */
#explan_movie {
  background-color: #ffffff;
  text-align: center;
}

.explan_movie .youtube {
  display: flex;
  gap: 0 50px;
}
.explan_movie .youtube iframe {
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
}

/* ------------------------------------
    support_flow
--------------------------------------- */
#support_flow {
  background-color: #ffffff;
}
#support_flow .section_title {
  margin-bottom: 40px;
}

.support_flow {
  text-align: center;
}
.support_flow .arrow {
  margin-top: 20px;
}

/* ------------------------------------
    case_study
--------------------------------------- */
#case_study {
  background-color: #f3f3f3;
}

.case_study .case_study_title {
  text-align: center;
}
.case_study .case_study_box {
  padding: 50px 50px 0 50px;
  background-color: #ffffff;
  border-radius: 5px;
}
.case_study .case_study_border {
  display: flex;
  gap: 0 60px;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 50px;
}
.case_study .case_study_border .case_study_person {
  width: 20%;
}
.case_study .case_study_border .case_study_person p {
  font-size: 14px;
}
.case_study .case_study_border .case_study_txt {
  width: 80%;
}
.case_study .case_study_border .case_study_txt .case_sen {
  margin-bottom: 30px;
}
.case_study .case_study_border .case_study_txt .case_title {
  font-size: 24px;
}
.case_study .case_study_03 {
  border-bottom: none;
}

/* ------------------------------------
    about
--------------------------------------- */
#about {
  background-color: #e9f5fb;
}

.about .about_title {
  text-align: center;
}
.about .section_title {
  margin-bottom: 50px;
}
.about .about_box {
  border-radius: 5px;
  margin: 0 auto;
  width: 83.4%;
  padding: 50px;
  background-color: #ffffff;
}
.about .about_box .about_img {
  text-align: center;
  padding-bottom: 20px;
}
.about .about_box .about_txt {
  padding-top: 20px;
  border-top: solid 1px #cccccc;
}

/* ------------------------------------
    introducing
--------------------------------------- */
.introducing_list {
  text-align: center;
}
.introducing_list .introducing_txt {
  margin-bottom: 40px;
}

/* ------------------------------------
    service
--------------------------------------- */
#service {
  background-color: #f3f3f3;
}

.service {
  text-align: center;
}
.service img:not(:last-child) {
  margin-bottom: 40px;
}

/* ------------------------------------
    price
--------------------------------------- */
#price {
  background-color: #ffffff;
}
#price h2 {
  margin-bottom: 40px;
}

.price {
  text-align: center;
}
.price img {
  margin-bottom: 40px;
}
.price .price_img_02 {
  margin-bottom: 0;
}
.price table {
  margin: 0 auto;
  width: auto;
  background-color: #ffffff;
  transform: scale;
  transform-origin: top left;
  border-radius: 10px;
}
.price table tr .radius {
  border-radius: 5px 5px 0 0;
}
.price table tr .radius_left {
  border-radius: 0 0 0 5px;
}
.price table tr .radius_right {
  border-radius: 0 0 5px 0;
}
.price table td {
  text-align: left;
  padding: 10px 30px;
  border: solid 1px #cccccc;
}
.price table .price_table_title {
  background-color: #aaaaaa;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
}

/* ------------------------------------
    company
--------------------------------------- */
#company {
  background-color: #ffffff;
}
#company h2 {
  margin-bottom: 40px;
}

.company dl {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 15px;
}
.company dl .dt_top {
  border-top: solid 1px #cccccc;
}
.company dl dt {
  width: 30%;
  border-bottom: solid 1px #cccccc;
  padding: 20px;
}
.company dl dd {
  width: 70%;
  border-bottom: solid 1px #cccccc;
  padding: 20px;
}

/* ------------------------------------
    contact
--------------------------------------- */
#contact {
  background-color: #f3f3f3;
  padding: 90px 0;
}
#contact .contact {
  text-align: center;
}
#contact .contact h2 {
  margin: 0;
}
#contact .contact .contact_txt {
  margin-bottom: 30px;
}

.contact_box {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 83.4%;
  padding: 30px 0;
}
.contact_box .contact_left {
  width: 50%;
  padding: 0 5%;
  border-right: solid 1px #cccccc;
}
.contact_box .contact_left p {
  margin-bottom: 10px;
}
.contact_box .contact_right {
  width: 50%;
  padding: 0 5%;
}

/* ------------------------------------
    footer
--------------------------------------- */
footer {
  padding: 44px 0;
  font-size: 13px;
  background-color: #343434;
}
footer p {
  text-align: center;
  color: #ffffff;
}

/* ------------------------------------
    レスポンシブ
--------------------------------------- */
/* 1200px以下 */
@media screen and (max-width: 1200px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .question_box {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 720px) {
  .explan_movie .youtube {
    gap: 10px;
  }
}
/* 600px以下 */
@media screen and (max-width: 600px) {
  html {
    font-family: "Noto Sans JP", sans-serif, "Open Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    font-size: 24px;
  }
  header img {
    width: 80%;
  }
  section {
    padding: 10% 0;
  }
  section .section_title {
    margin-bottom: 5%;
  }
  .pc_375 {
    display: none;
  }
  .sp_375 {
    display: inline;
  }
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header_btn {
    display: none;
  }
  .company_img .company_img_sp {
    width: calc(100% - 40px);
    margin: 15px 0;
  }
  #question .question_title {
    padding: 10% 20px 4% 20px;
  }
  #question .question_title img {
    width: 100%;
  }
  #question .question img {
    width: calc((100% - 40px) / 2);
    margin-right: 0;
  }
  #question .question_box {
    padding-top: 0;
  }
  #question .question_box p {
    font-size: 20px;
  }
  #question .question_box img {
    width: 80%;
  }
  #question .question_box .question_txt01 {
    margin-bottom: 30px;
  }
  #question .question::after {
    content: "";
    background: url(../img/sp_question_aroow.png) no-repeat;
    background-size: contain;
    bottom: -200px;
    left: 0;
    position: absolute;
    display: block;
    height: 200px;
    width: 100vw;
    z-index: -1;
  }
  #question {
    background: #ffffff;
    text-align: center;
    padding-top: 0;
    position: relative;
    z-index: -3;
  }
  #question .q_person {
    position: absolute;
    top: 60%;
    left: 33.5%;
  }
  .question_box {
    padding-top: 130px;
    text-align: center;
  }
  .question_box img {
    margin-bottom: 0;
  }
  .character {
    margin-right: 0;
  }
  .character_contents {
    flex-flow: column;
    gap: 10px;
    padding: 0 0 40px 0;
    margin: 0;
  }
  .character_contents .character_box {
    width: 100%;
  }
  .character_contents .character_box img {
    width: 100%;
  }
  .character_contents .character_box .character_txt {
    width: 100%;
  }
  .character_contents .character_box .character_txt h3 {
    font-size: 30px;
  }
  .character_contents .character_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .softlist .softlist_title {
    padding-top: 0;
    font-size: 30px;
    margin: 10% 0 5% 0;
  }
  .softlist table {
    width: 100%;
  }
  .softlist table th, .softlist table td {
    padding: 10px 20px;
    display: block;
    border-bottom: none;
  }
  .softlist table tr:last-child td:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .explan_movie .section_title {
    margin-bottom: 5%;
  }
  .explan_movie .youtube {
    gap: 40px;
    flex-flow: column;
  }
  .explan_movie .youtube iframe {
    width: 100%;
    height: 300px;
  }
  .introducing_list .sp_375 {
    width: 100%;
  }
  .service .sp_375 {
    width: 100%;
  }
  #consulting {
    background: #f3f3f3 url(../img/bg_01.png) repeat-y;
    background-size: 150%;
  }
  #consulting .consulting img {
    width: 100%;
  }
  #consulting .consulting .sp_375:not(:last-child) {
    margin-bottom: 5%;
  }
  #consulting .consulting .section_title {
    width: 90%;
  }
  #consulting .consulting .sp_375 {
    margin-bottom: 5%;
  }
  #consulting .consulting .sp_375.last {
    margin-bottom: 0;
  }
  .case_study .case_study_box {
    padding: 20px;
    background-color: #ffffff;
  }
  .case_study .case_study_border {
    flex-flow: column;
  }
  .case_study .case_study_border .case_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .case_study .case_study_border .case_study_person {
    text-align: center;
    width: 100%;
  }
  .case_study .case_study_border .case_study_person p {
    font-size: 14px;
    text-align: left;
    margin: 10px 0;
  }
  .case_study .case_study_border .case_study_person img {
    width: 100%;
  }
  .case_study .case_study_border .case_study_txt {
    width: 100%;
  }
  #support_flow .support_flow .section_title {
    margin-bottom: 5%;
  }
  #support_flow .support_flow .sp_375 {
    width: 100%;
  }
  .company dl {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }
  .company dl .dt_top {
    border-top: solid 1px #cccccc;
  }
  .company dl dt {
    width: 30%;
    border-bottom: solid 1px #cccccc;
    padding: 20px;
  }
  .company dl dd {
    width: 70%;
    border-bottom: solid 1px #cccccc;
    padding: 20px;
  }
  .case_study .case_study_box .case_study_border .case_study_person p {
    font-size: 20px;
  }
  .case_study .case_study_box .case_study_border .case_title {
    font-size: 30px;
    font-weight: 500;
  }
  .case_study .case_study_03 {
    padding-bottom: 0;
  }
  #about .about {
    text-align: center;
  }
  #about .about .section_title {
    width: 100%;
    margin-bottom: 5%;
  }
  #about .about .about_box {
    width: 100%;
    padding: 20px;
  }
  #about .about .about_box .about_txt {
    text-align: left;
  }
  #trial, #trial_02, #trial_03, #trial_04 {
    background-size: cover;
    padding: 10% 0;
  }
  .trial .sp_375 {
    width: 100%;
  }
  .trial .trial_btn_box {
    flex-flow: column;
    gap: 15px 0;
    margin-top: 20px;
  }
  .trial .trial_btn_box a {
    width: 100%;
  }
  .trial .trial_btn_box a img {
    width: 100%;
  }
  .service .sp_375 img {
    width: 100%;
  }
  #contact {
    padding-top: 40px;
    padding-bottom: 8px;
  }
  #contact h2 {
    font-size: 42px;
  }
  .contact_box {
    width: 100%;
    background-color: #f3f3f3;
    padding-bottom: 40px;
    padding-top: 0;
  }
  .contact_box div {
    padding-top: 32px;
  }
  .contact_box .contact_left {
    width: 100%;
    border-top: solid 1px #cccccc;
    border-right: none;
    padding-bottom: 10px;
    padding-top: 30px;
  }
  .contact_box .contact_left p {
    font-size: 24px;
  }
  .contact_box .contact_left img {
    width: 100%;
  }
  .contact_box .contact_right {
    padding-top: 30px;
    width: 100%;
    margin-top: 14px;
    border-top: solid 1px #cccccc;
  }
  .contact_box .contact_right img {
    width: 80%;
  }
  .company h2 {
    font-size: 42px;
  }
  .company dl {
    flex-flow: column;
    font-size: 24px;
    width: 100%;
  }
  .company dl .sp_border_dd_n {
    border-top: none;
  }
  .company dl dt {
    font-weight: bold;
    width: 100%;
    padding: 10px 20px 0 20px;
    border: none;
  }
  .company dl dd {
    width: 100%;
    padding: 0 20px 10px 20px;
  }
  .price {
    text-align: center;
    padding: 0;
    box-sizing: none;
  }
  .price h2 {
    font-size: 42px;
  }
  .price .sp_375 {
    width: 100%;
  }
  .price table .price_table_title {
    font-size: 34px;
    padding: 20px 0;
  }
  .price table th, .price table td {
    display: block;
    width: 100%;
  }
  .price table td {
    border-top: none;
  }
  .price table tr .radius_left {
    border-radius: 0;
  }
  .price table tr .radius_right {
    border-radius: 0 0 5px 5px;
  }
  footer p {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */