@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.works-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .works-inner {
    padding: 0 16px;
  }
}

.works {
  padding: 60px 0;
}

.works li {
  list-style: none;
}

.works .works-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.works .works-category ul li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.works .works-category ul li a {
  min-width: 160px;
  display: block;
  color: #fff;
  font-size: 15px;
  background: #000;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 500;
}

.works-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .works-item li {
    margin-right: 40px;
    width: calc(33% - 40px * 2 / 3);
  }
  .works-item li:nth-child(3n) {
    margin-right: 0;
  }
  .works-item li:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .works-item li {
    width: calc(50% - 20px * 1 / 2);
    margin-right: 20px;
  }
  .works-item li:nth-child(2n) {
    margin-right: 0;
  }
  .works-item li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.works-item .img {
  margin-bottom: 10px;
  padding-top: 62%;
  position: relative;
}

.works-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-item .title {
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 10px;
  font-weight: 500;
}

.works-item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works-item .category-item {
  font-size: 12px;
  font-weight: 600;
  background: #000;
  color: #fff;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.single-works h2 {
  font-size: 24px;
  padding-left: 10px;
  border-left: 6px solid #c7c7c7;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .single-works h2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.single-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.works-category li.current a {
  color: #bc020f !important;
  background: #000 !important;
}

.works-category li a {
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.works-category li a:hover {
  color: #000 !important;
  background: #fff !important;
}

.single-works-content p {
  line-height: 2 !important;
  font-size: 15px;
}

.single-works-content a {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.single-works-content a:hover {
  opacity: .6;
}

.works {
  background: #ECEEF0;
}

@media screen and (max-width: 767px) {
  .works {
    padding: 30px 0;
  }
  .works .works-category ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works .works-category ul li a {
    font-size: 12px;
    padding: 10px 10px;
  }
  .works-item .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .works .works-category ul li a {
    width: 100%;
  }
  .works .works-category ul li {
    width: calc(50% - 10px * 1/2);
    margin-right: 10px;
  }
  .works .works-category ul li:nth-child(2n) {
    margin-right: 0;
  }
  .works .works-category ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .works .works-category ul li a {
    font-weight: bold;
  }
}

footer .footer_wrap .footer_inner .footer_nav ul li {
  padding: 0 10px;
}

footer .footer_wrap .footer_inner {
  max-width: 1100px;
}

footer .footer_wrap .footer_inner .footer_nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_wrap .footer_inner .footer_nav ul {
  margin-top: 30px;
}

footer .footer_bottom .footer_sns {
  margin-bottom: 0;
}

.privacy-btn {
  font-size: 13px !important;
}

@media screen and (max-width: 767px) {
  .privacy-btn {
    padding-top: 0;
    font-size: 11px !important;
  }
}

@media screen and (max-width: 767px) {
  .display_sp {
    max-width: 70px;
  }
}

.footer-sp-ul {
  padding: 0 20px;
}

.footer-sp-ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-sp-ul li {
  list-style: none;
  margin: 8px 0px;
  text-align: center;
}

.footer-sp-ul a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_sns {
    margin: 20px 0;
  }
  footer .footer_wrap .display_sp {
    margin: 0 auto 20px;
  }
  footer .footer_wrap {
    padding-top: 40px;
  }
  footer .footer_bottom small {
    font-size: 12px;
  }
  .footer-sp-ul li {
    width: 24%;
  }
  main {
    padding-top: 78px;
  }
  .top_slide_1 .copy .copy_wrap h1 span {
    margin-bottom: 5px;
  }
  .top_slide_1 .copy .copy_wrap > div p {
    padding: 2px 4px;
    text-align: center;
  }
}

.works .works-category ul li a {
  font-weight: bold;
}

@media screen and (max-width: 372px) {
  .top_slide_1 .copy .copy_wrap > div p {
    font-size: 10px;
    padding: 2px 2px;
  }
}

@media screen and (max-width: 340px) {
  .top_slide_1 .copy .copy_wrap h1 span {
    font-size: 14px;
  }
}

.about_person .about_person_wrap .about_person_flex {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lecture_about .lecture_about_inner2 dl {
    padding: 1.5em;
  }
  .about_person .about_person_wrap .about_person_flex1 {
    margin-bottom: 60px;
  }
  .about_person .about_person_wrap .about_person_flex .about_person_text dt {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .lecture_top .lecture_wrap > div a.common_btn {
    width: 100%;
    max-width: 300px;
  }
  .lecture_top .lecture_wrap > div a.common_btn:last-child p span::before {
    width: 40px;
    height: 28px;
  }
  .lecture_top .lecture_wrap > div a.common_btn:first-child p span::before {
    background: url(../image/lecture/lecture1.svg) no-repeat center center/cover;
    width: 49px;
    height: 38px;
  }
  .lecture_top .lecture_wrap > div a.common_btn:first-child p span {
    padding-left: 56px;
  }
  .lecture_top .lecture_wrap > div a.common_btn:last-child p span {
    padding-left: 56px;
  }
  .lecture_top .lecture_wrap h2 span {
    display: block;
  }
  .underlayer .top_bg {
    padding-top: 38%;
  }
}

.about_person .about_person_wrap .about_person_flex {
  display: block;
}

.about_person .about_person_wrap .about_person_flex > div:first-child {
  width: 100%;
}

.about_person .about_person_wrap .about_person_flex .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about_person .about_person_wrap .about_person_flex .flex {
    display: block;
  }
}

.about_person .about_person_wrap .about_person_flex .flex .img {
  width: 340px;
}

.about_person .about_person_wrap .about_person_flex .flex .about_person_text {
  width: calc(100% - 390px);
}

.about_person .about_person_wrap .about_person_flex > dl {
  width: 100%;
}

.about_person .about_person_wrap .about_person_flex .about_person_text dt {
  font-size: 22px;
}

.about_person .about_person_wrap .about_person_flex > dl {
  margin-top: 20px;
}

.about_person .about_person_wrap .about_person_flex > dl dd {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about_person .about_person_wrap .about_person_flex .flex .img {
    max-width: 250px;
    margin: 0 auto 10px;
    width: 100%;
  }
  .about_person .about_person_wrap .about_person_flex .flex .about_person_text {
    width: 100%;
  }
  .about_person .about_person_wrap .about_person_flex .about_person_text dt,
  .about_person .about_person_wrap .about_person_flex .about_person_text dd,
  .about_person .about_person_wrap .about_person_flex .about_person_text p {
    font-size: 14px;
  }
  .about_person .about_person_wrap .about_person_flex > dl dd {
    font-size: 14px;
  }
  .about_person .about_person_wrap .about_person_flex .about_person_text dt {
    font-size: 20px;
    text-align: center;
  }
  .about_person .about_person_wrap .about_person_flex {
    margin-bottom: 30px;
  }
}

.lecture_about .lecture_about_wrap .lecture_about_inner1 > p {
  margin-bottom: 20px;
}

.lecture_about .lecture_about_wrap .lecture_about_inner1 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .top_feature {
    margin-bottom: 100px;
  }
  .top_feature .top_feature_wrap dl {
    margin-bottom: 40px;
  }
  .top_workflow .top_workflow_wrap > p {
    margin-bottom: 30px;
  }
  .top_workflow .top_workflow_wrap > p .top_workflow .top_workflow_wrap > p {
    font-size: 24px;
  }
  .top_feature .top_feature_wrap dl {
    padding: 60px 60px 60px;
  }
  .top_feature .top_feature_wrap dl .top_feature_dd_image {
    /* right: -100px; */
    right: -60px;
  }
  .top_service {
    margin-bottom: 100px;
  }
  .top_achievement {
    margin-bottom: 100px;
  }
  .top_achievement .top_achievement_wrap .top_workflow_image_inner {
    margin-bottom: 80px;
  }
  .top_service .top_service_wrap {
    padding-top: 60px;
  }
  .top_about {
    padding-bottom: 50px;
  }
  .top_about {
    padding-bottom: 100px;
  }
  .top_column .top_column_wrap h2 {
    padding-top: 70px;
  }
  .top_column {
    padding-bottom: 50px;
  }
  .top_voice .top_voice_h2 {
    padding-top: 40px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl {
    padding: 20px 60px;
  }
  #top_graybg_2 {
    padding-top: 100px;
  }
  .top_question .top_question_wrap {
    padding: 80px 70px;
  }
  #form .contact_inner {
    padding: 0 !important;
  }
  .top_contact .top_contact_warp {
    padding: 70px 100px;
  }
  .top_contact {
    padding-bottom: 100px;
  }
  #form .form_inner form .send_wrap {
    margin-bottom: 0 !important;
  }
  .messege_top .messege_wrap .copy_wrap p {
    line-height: 2;
    margin-top: 30px;
  }
  .messege_top .messege_wrap .messege_inner > dl dt {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .messege_top .messege_wrap .messege_inner > div {
    width: 40%;
    margin-right: 40px;
  }
  .messege_top .messege_wrap .messege_inner > div img {
    margin-right: 0;
  }
  .messege_top .messege_wrap .copy_wrap {
    margin-bottom: 60px;
  }
  .messege_top .messege_wrap {
    margin-bottom: 100px;
  }
  .messege_philosophy .messege_philosophy_wrap h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .messege_philosophy {
    margin-bottom: 100px;
  }
  .messege_top .messege_wrap .messege_inner,
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 {
    max-width: 860px !important;
  }
  .messege_philosophy .wrap {
    max-width: 900px;
  }
  .service_top {
    padding-top: 100px;
  }
  .service_top .service_wrap .service_inner {
    padding: 40px 60px;
  }
}

.service_top .service_wrap .service_inner {
  margin-bottom: 20px;
}

.service_top .service_wrap .service_inner .common_btn {
  margin-top: 30px;
}

.service_top .service_wrap .service_inner:last-child {
  display: block;
}

.service_top .service_wrap .service_inner p {
  margin-bottom: 0;
}

.messege_top .messege_wrap .messege_inner > dl dd {
  line-height: 2;
}

h2 {
  color: #e1e1e1;
}

.top_service .top_service_wrap dl dd {
  line-height: 2;
}

.service_inner:nth-child(3) .service_wrap_img img {
  opacity: 80%;
}

.service_inner:nth-child(4) .service_wrap_img img {
  opacity: 80%;
}

@media screen and (min-width: 768px) {
  .messege_top .messege_wrap .copy_wrap .copy {
    line-height: 1.4;
    font-size: 28px;
  }
  .top_contact_warp {
    padding: 70px 100px;
  }
  .service_inner:nth-child(3) .service_wrap_img {
    right: -1px !important;
    bottom: 0px !important;
    width: 100%;
    max-width: 356px !important;
  }
  .service_inner:nth-child(4) .service_wrap_img {
    right: -0px !important;
    bottom: 0px !important;
    width: 100%;
    max-width: 356px !important;
  }
  .service_top .service_wrap {
    margin-bottom: 90px;
  }
  .service_workflow {
    padding-bottom: 100px;
  }
  .about_top .about_wrap h2 {
    padding-top: 90px;
  }
  .about_top .about_wrap .about_inner {
    margin-bottom: 100px;
  }
  .about_person .about_person_wrap h2 span {
    margin-bottom: 60px;
  }
  .lecture_top .lecture_wrap h2 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .lecture_top .lecture_wrap h2 span {
    margin-bottom: 60px;
  }
  .lecture_contact {
    padding-bottom: 100px;
  }
  .top_voice .top_voice_h2 {
    padding-bottom: 30px;
  }
  .single_bg {
    background: #fff;
  }
}

.form_common {
  padding-top: 0;
}

.top_contact_warp {
  background: #fff;
}

.top_voice .top_voice_blackbg .top_voice_wrap dl dd {
  line-height: 2;
}

.top_contact_warp .wrap {
  background: #fff;
}

.p-co-section {
  padding: 100px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fffffc), to(#b7b6b6));
  background: linear-gradient(0deg, #fffffc 0%, #b7b6b6 100%);
}

.top_service .top_service_wrap .top_service_inner_5::before {
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .lecture_about .lecture_about_inner2 {
    padding-bottom: 0px;
  }
  .lecture_about .lecture_about_inner2 dl:nth-child(3) {
    margin-bottom: 0;
  }
  .lecture_about .lecture_about_inner2 dl:nth-child(4) {
    margin-bottom: 0;
  }
  .lecture_contact {
    padding-bottom: 0;
  }
  .contact_inner {
    max-width: 750px;
    margin: 0 auto;
  }
  .top_question {
    margin-bottom: 0;
  }
  .top_contact {
    padding-bottom: 0;
  }
}

.lecture_about .lecture_about_wrap .lecture_about_image {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 575px;
  margin: 30px auto 30px;
  width: 100%;
}

.top_about .top_about_graybg .top_about_wrap .top_about_inner_2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > dl dt {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .top_mission .top_mission_wrap {
    padding: 30px 20px 0;
  }
  .top_mission .top_mission_wrap h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 {
    padding: 0;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 p:nth-of-type(2) {
    font-size: 14px;
  }
  .top_mission .top_mission_inner_2 .slider_wrap {
    padding-top: 0;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 {
    margin-bottom: 20px;
  }
  .top_mission .top_mission_inner_2 {
    min-height: 200px;
  }
  .top_mission {
    margin-bottom: 30px;
  }
  .top_feature .top_feature_wrap h2 span {
    display: block;
    margin-left: 0;
  }
  .top_feature .top_feature_wrap h2 {
    margin-bottom: 30px;
  }
  .top_feature .top_feature_wrap {
    padding: 0 20px;
  }
  .top_feature .top_feature_wrap dl dt {
    padding-top: 0;
    padding-left: 20px;
  }
  .top_feature .top_feature_wrap dl {
    padding: 0;
    z-index: 1;
  }
  .top_feature .top_feature_wrap dl {
    background: initial;
  }
  .top_feature .top_feature_wrap dl dt::before {
    width: 25px;
    height: 66px;
    left: -10px;
    top: -32px;
  }
  .top_feature .top_feature_wrap dl dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .top_feature .top_feature_wrap dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /* justify-content: center; */
    width: 100%;
  }
  .top_feature .top_feature_bg {
    background: initial;
  }
  .top_feature .top_feature_wrap dl dd {
    width: 100%;
  }
  .top_feature .top_feature_wrap dl dd > p {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .top_feature .top_feature_wrap dl dd ul li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 20px;
  }
  .top_feature .top_feature_wrap dl dd ul li::before {
    width: 15px;
    height: 15px;
  }
  .top_feature .top_feature_wrap dl .top_feature_dd_image {
    opacity: .3;
  }
  .top_feature .top_feature_wrap dl dd {
    line-height: 2;
    font-size: 14px;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt::before {
    /* width: 45px; */
    width: 25px;
    height: 65px;
    top: -29px;
    left: 0;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt {
    padding-left: 30px;
  }
  .top_feature .top_feature_wrap .top_feature_3 dt {
    padding-left: 30px;
  }
  .top_feature .top_feature_wrap dl .top_feature_dd_image img {
    width: 350px;
    height: 157px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_feature_2 .top_feature_dd_image img {
    width: 250px !important;
    height: 180px !important;
  }
  .top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image {
    top: 0;
  }
  .top_feature .top_feature_wrap dl {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .top_feature .top_feature_wrap .top_feature_2 {
    padding-bottom: 0;
  }
  .top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image img,
  .top_feature .top_feature_wrap .top_feature_3 .top_feature_dd_image img {
    display: none;
  }
  .top_feature .top_feature_wrap dl .top_feature_dd_image img {
    display: none;
  }
  .top_feature .top_feature_wrap .top_feature_3 dt::before {
    top: -33px;
  }
  .top_feature .top_feature_wrap dl dt::before {
    width: 22px;
    height: 51px;
    left: -3px;
    top: -20px;
  }
  .top_feature .top_feature_wrap dl dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top_feature {
    margin-bottom: 60px;
  }
  .top_workflow .top_workflow_wrap h2 {
    margin-bottom: 30px;
  }
  .top_workflow .top_workflow_wrap .top_workflow_bg_1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -38px;
    z-index: -1;
  }
  .top_workflow .top_workflow_wrap > p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .top_workflow .top_workflow_wrap .top_workflow_image .top_workflow_image_inner {
    max-width: 100%;
  }
  .top_workflow .top_workflow_wrap .top_workflow_bg_2 {
    width: 400px;
    height: 150px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top_workflow .top_workflow_wrap {
    position: relative;
    padding-bottom: 80px;
  }
  .top_service .top_service_wrap h2 {
    margin-bottom: 30px;
  }
  .top_service .top_service_wrap h2 {
    font-size: 40px;
  }
  .top_service .top_service_wrap {
    padding: 0 20px;
  }
  .top_service .top_service_wrap dl {
    padding: 15px 16px;
  }
  .top_service .top_service_wrap dl dt .display_sp {
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .top_service .top_service_wrap dl dd {
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
  }
  .top_service {
    margin-bottom: 60px;
  }
  .top_achievement .top_achievement_wrap .top_workflow_image_inner {
    min-height: 200px;
    margin-bottom: 30px;
  }
  .common_btn::after {
    right: 7%;
  }
  .top_achievement {
    margin-bottom: 30px;
  }
  .top_about .top_about_graybg {
    padding-top: 30px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_1 p:first-child {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .top_achievement .top_achievement_wrap h2 {
    margin-bottom: 0px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_1 p:nth-child(2) {
    font-size: 14px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_1 {
    margin-bottom: 20px;
  }
  .top_about .top_about_graybg {
    width: 100%;
    padding: 30px 20px;
  }
  .wrap {
    padding: 0;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > div > img {
    width: 80%;
    margin: 0 auto 10px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > dl dt {
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_2 > dl dd {
    font-size: 14px;
    line-height: 1.7;
  }
  .top_about {
    padding: 0 20px 30px;
  }
  .top_about .top_about_blackbg {
    background-color: initial;
  }
  #top .copy {
    padding: 0 10px;
  }
  .top_column .top_column_wrap h2 {
    padding-top: 15px;
  }
  .top_column .top_column_wrap h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .top_column .top_column_bg_1 {
    height: 100%;
  }
  .top_column {
    padding-bottom: 30px;
  }
  .top_column .top_column_wrap .top_slide_2 dl {
    padding: 20px 10px;
    background-color: #fff;
  }
  .top_column .top_column_wrap .top_slide_2 dl dt div {
    margin-bottom: 10px;
  }
  .top_column .top_column_wrap .top_slide_2 dl dt p {
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .top_column .top_column_wrap .top_slide_2 dl dd {
    padding: 0;
  }
  .top_column .top_column_wrap .top_slide_2 dl {
    -webkit-padding-start: 20px 10px 0;
            padding-inline-start: 20px 10px 0;
  }
  .top_voice .top_voice_h2 {
    font-size: 40px;
    padding: 20px 0 30px !important;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl {
    padding: 16px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap {
    padding: 50px 20px 30px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl dd {
    font-size: 14px;
    line-height: 1.7;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl {
    margin-bottom: 10px;
  }
  .top_voice_blackbg .top_voice_bg_1 {
    width: 100%;
    top: -138px;
    padding-top: 76.5%;
    z-index: 1;
    top: -138px;
  }
  .top_voice .top_voice_h2 .top_voice_h2_wrap h2 {
    position: relative;
    z-index: 10;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap {
    padding-top: 0;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap dl:last-child {
    padding: 16px;
  }
  .top_voice .top_voice_blackbg .top_voice_wrap {
    min-height: initial;
  }
  #top_graybg_2 {
    padding-top: 0px;
  }
  .top_question .top_question_wrap {
    padding: 30px 20px;
  }
  .top_question .top_question_wrap h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .accordion_inner {
    font-size: 14px;
  }
  .top_question .top_question_wrap .top_question_flex > div {
    margin-bottom: 20px;
  }
  .accordion {
    font-size: 14px;
  }
  .top_question .top_question_wrap .top_question_bgwhite {
    padding: 15px 20px;
    font-size: 13px;
  }
  .top_question {
    margin-bottom: 30px;
  }
  .p-co-section {
    padding: 0px 20px;
  }
  #form .contact_inner h2 {
    font-size: 20px;
    margin-top: 0;
  }
  .top_contact #form .contact_warp .contact_inner {
    padding: 0;
  }
  .top_contact .top_contact_warp {
    width: 100%;
    padding: 30px 20px;
  }
  .top_contact #form .contact_warp .contact_inner .form_top .top_contact_inner_1 {
    margin-bottom: 20px;
  }
  #form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn {
    height: 40px;
  }
  .contact_inner {
    margin-bottom: 20px;
  }
  #form .form_inner form .privacy_text_wrap .privacy_text_inner {
    padding: 15px;
  }
  #form .form_inner form .send_wrap {
    margin-bottom: 0;
  }
  #form .form_inner form .send_wrap .send {
    width: 100%;
  }
  #form .form_inner form .send input {
    height: 60px;
  }
  .top_contact .top_contact_warp #form .form_inner form .send::after,
  #form .form_inner form .send::after {
    top: 31%;
  }
  .menu-navigation_footer-container {
    position: relative;
    left: -3%;
  }
  .Label {
    padding-right: 40px;
  }
}

.about_top .about_wrap .about_inner div li {
  margin-bottom: 10px;
}

.about_inner div p {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .messege_top .messege_wrap {
    padding: 0 20px;
  }
  .messege_top .copy {
    padding: 0 !important;
  }
  .messege_top .messege_wrap .copy_wrap {
    margin-bottom: 20px;
  }
  .messege_top .messege_wrap .messege_inner {
    max-width: 400px;
  }
  .messege_top .messege_wrap .messege_inner > dl dt {
    margin-bottom: 10px;
    text-align: center;
  }
  .message-lead {
    margin-top: 20px !important;
  }
  .messege_top .messege_wrap .messege_inner > div {
    margin: 0 auto 10px;
    width: 80%;
  }
  .messege_top .messege_wrap .messege_inner > dl dd {
    font-size: 14px;
    line-height: 1.7;
  }
  .messege_top .messege_wrap {
    margin-bottom: 30px;
  }
  .messege_philosophy .messege_philosophy_wrap h2 {
    margin-bottom: 30px;
  }
  .messege_philosophy .messege_philosophy_wrap dl dd {
    margin-top: 20px;
  }
  .messege_philosophy .messege_philosophy_wrap {
    padding: 0 20px;
  }
  .messege_philosophy .messege_philosophy_wrap dl dd {
    font-size: 14px;
  }
  .service_top .service_wrap .service_inner {
    padding: 30px 20px;
  }
  .service_top .service_wrap {
    padding: 0 20px;
  }
  .service_top .service_wrap .service_inner {
    padding: 15px 16px;
  }
  .service_top .service_wrap .service_inner h2 {
    font-size: 20px;
  }
  .service_top .service_wrap .service_inner p {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: -1px;
  }
  .common_btn {
    width: 100%;
  }
  .service_top .service_wrap .service_inner .common_btn::after {
    right: 7%;
  }
  .service_top .service_wrap .service_inner .common_btn {
    margin-top: 20px;
  }
  .service_workflow_wrap h2 {
    color: #717171;
    font-size: 40px;
    margin-bottom: 30px;
  }
  .service_workflow .service_workflow_wrap > p {
    font-size: 16px;
  }
  .service_workflow {
    padding-bottom: 30px;
  }
  .about_top .about_wrap h2 {
    font-size: 40px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .about_top .about_wrap h2 span {
    margin-bottom: 30px;
  }
  .about_top .about_wrap .about_inner dl {
    padding: 10px 10px;
  }
  .about_top .about_wrap .about_inner div h3 {
    font-size: 16px;
  }
  .about_top .about_wrap .about_inner div li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .about_top .about_wrap .about_inner {
    margin-bottom: 30px;
  }
  .about_top {
    padding: 0 20px;
  }
  .about_person {
    padding: 0 20px 30px;
  }
  .about_person .about_person_wrap h2 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 40px;
  }
  .about_person .about_person_wrap h2 span {
    font-size: 20px;
    margin-top: 4px;
  }
  .about_top .about_wrap h2 span {
    font-size: 20px;
  }
  .lecture_top .lecture_wrap h2 {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .lecture_about {
    padding: 30px 20px 0;
  }
  .lecture_about .lecture_about_wrap {
    margin-bottom: 60px;
  }
  .lecture_top .lecture_wrap > div a.common_btn {
    font-size: 18px;
    margin: 15px auto auto;
    width: 70%;
    padding: 10px;
  }
  .lecture_about .lecture_about_wrap .lecture_about_inner1 {
    margin-bottom: 20px;
  }
  .lecture_about .lecture_about_wrap .lecture_about_inner1 img {
    width: 80%;
    margin: 0 auto 10px;
  }
  .lecture_about .lecture_about_wrap .lecture_about_inner1 > p {
    margin: 0;
  }
  .lecture_about .wrap .copy2 {
    font-size: 14px !important;
    margin: 10px 0 !important;
    line-height: 1.7;
  }
  .lecture_about .lecture_about_wrap p {
    font-size: 14px;
    line-height: 1.7;
  }
  .lecture_about .lecture_about_wrap {
    margin-bottom: 30px;
  }
  .lecture_about .lecture_about_inner2 dl dd {
    width: 100%;
    line-height: 1.7;
    font-size: 14px;
  }
  .lecture_about .lecture_about_inner2 dl {
    margin-bottom: 50px;
  }
  .lecture_about .lecture_about_inner2 dl dt {
    margin-bottom: 10px;
  }
  .lecture_about .lecture_about_inner2 dl:nth-child(4) dt::before {
    width: 30px;
    height: 21px;
  }
}

.lecture_about .lecture_about_inner2 dl dd li {
  list-style: none;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}

.lecture_about .lecture_about_inner2 dl dd li::after {
  position: absolute;
  content: "・";
  left: -5px;
  top: 0;
}

@media screen and (max-width: 767px) {
  #form .contact_inner2 {
    padding: 30px 20px;
    margin-bottom: 0;
  }
  .lecture_contact {
    padding-bottom: 0;
  }
  .p-co-section3 {
    padding-bottom: 60px;
  }
  .page #form .contact_inner {
    padding: 0;
  }
  #form .contact_inner2 {
    padding: 30px 20px !important;
  }
  .p-co-section {
    padding-top: 30px;
  }
  nav .nav_wrap ul li.menu-item a {
    font-size: 16px;
    letter-spacing: 2px;
  }
  nav .nav_wrap ul li {
    margin-bottom: 0px;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture li {
    max-width: 200px;
    margin-top: 20px;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a {
    width: 100%;
    font-size: 16px;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a,
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact a {
    width: 100%;
    font-size: 18px;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture,
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact {
    max-width: 200px;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture {
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .original-d .footer_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 250px;
    margin: 30px auto;
  }
  .original-d .footer_sns .item {
    width: 30px;
  }
  .original-d .footer-privacy {
    text-align: center;
  }
  .original-d .footer-privacy a {
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
  }
  .inner-sp {
    padding: 0 20px;
  }
  #form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn {
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
  }
  .top_contact .top_contact_warp {
    padding: 0;
  }
  .lecture_top .lecture_wrap > div a.common_btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #top_graybg {
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(12%, #242424), color-stop(31%, #a8a2a2), color-stop(83%, #d4d4d4), to(white));
    background: linear-gradient(180deg, black 0%, #242424 12%, #a8a2a2 31%, #d4d4d4 83%, white 100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .service_top .service_wrap .service_inner .service_wrap_img img {
    display: none;
  }
}

.top_workflow .top_workflow_wrap h2 {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .service_top .service_wrap .service_inner:nth-child(3) {
    overflow: hidden;
  }
  .service_top .service_wrap .service_inner:nth-child(4) {
    overflow: hidden;
  }
  .service_inner:nth-child(2) .service_wrap_img {
    right: -40px !important;
    bottom: 20px !important;
  }
}

.left-logo {
  position: absolute;
  max-width: 179px;
  top: 0;
  right: -9px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .left-logo {
    -webkit-transform: initial;
            transform: initial;
    max-width: 66px;
    right: initial;
  }
}

.left-logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sp-wrap-icon {
    position: absolute;
    top: -33px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    height: 200px;
    left: 50%;
  }
}

.right-logo {
  position: absolute;
  max-width: 132px;
  top: 0;
  right: -160px;
  z-index: -1;
}

.right-logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .right-logo {
    -webkit-transform: initial;
            transform: initial;
    max-width: 50px;
    right: 40px;
  }
}

.left-logo {
  opacity: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.left-logo.is-show {
  -webkit-animation: fadeup 2.0s ease .1s forwards;
          animation: fadeup 2.0s ease .1s forwards;
}

@media screen and (max-width: 767px) {
  .left-logo {
    left: 32px;
  }
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

.right-logo {
  opacity: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.right-logo.is-show {
  -webkit-animation: fadeup2 2.0s ease .1s forwards;
          animation: fadeup2 2.0s ease .1s forwards;
}

@-webkit-keyframes fadeup2 {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

@keyframes fadeup2 {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

.top_mission .top_mission_wrap .top_mission_inner_1 .top_mission_image {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

.animation1-1.is-show {
  -webkit-animation: fadeup3 1.5s ease .1s forwards;
          animation: fadeup3 1.5s ease .1s forwards;
  opacity: 0;
}

.animation-side3 {
  opacity: 0;
}

.animation-side3.is-show {
  -webkit-animation: fadeup-side 1.8s ease .4s forwards;
          animation: fadeup-side 1.8s ease .4s forwards;
}

.animation-side4 {
  opacity: 0;
}

.animation-side4.is-show {
  -webkit-animation: fadeup-side 1.2s ease .4s forwards;
          animation: fadeup-side 1.2s ease .4s forwards;
}

.animation-side5 {
  opacity: 0;
}

.animation-side5.is-show {
  -webkit-animation: fadeup-side 1.2s ease .6s forwards;
          animation: fadeup-side 1.2s ease .6s forwards;
}

@-webkit-keyframes fadeup3-1 {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

@keyframes fadeup3-1 {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

@-webkit-keyframes fadeup3 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

@keyframes fadeup3 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

@-webkit-keyframes fadeup-side {
  0% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

@keyframes fadeup-side {
  0% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}

.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  z-index: 1;
}

.single-works h2 {
  color: #717171 !important;
}

.top_voice .top_voice_h2 .top_voice_h2_wrap h2 {
  color: #5A5A5A;
}

@media screen and (min-width: 768px) {
  .footer-privacy li {
    padding: 0 !important;
    padding-top: 20px !important;
  }
  .footer-privacy li a {
    padding: 0 !important;
  }
  .top_service .top_service_wrap h2 {
    margin-bottom: 40px;
  }
  .top_feature .top_feature_wrap .top_feature_2 dd {
    width: 51%;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt {
    width: 51%;
    font-size: 28px;
  }
  .top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image img,
  .top_feature .top_feature_wrap .top_feature_3 .top_feature_dd_image img {
    width: 430px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top_service .top_service_wrap h2 {
  color: #5A5A5A;
}

.top_feature .top_feature_wrap h2 {
  color: #717171;
}

.cp-title {
  color: #e1e1e1 !important;
}

@media screen and (min-width: 768px) {
  .underlayer .top_bg {
    padding-top: 14%;
  }
}

@media screen and (min-width: 768px) {
  .works .works-category ul li a {
    min-width: 160px;
    display: block;
    color: #fff;
    font-size: 18px;
    background: #000;
    padding: 15px 20px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .works .works-category ul li a {
    font-weight: 400;
    letter-spacing: 1px;
  }
  .works .works-category ul li {
    margin-bottom: 10px;
  }
  .works .works-category ul {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .top_service .top_service_wrap dl dt a::before {
    -webkit-transform: initial;
            transform: initial;
  }
  .top_service .top_service_wrap dl dt a .hover_arrow_icon::after {
    position: absolute;
    top: 50%;
    left: 89%;
    display: inline-block;
    border-radius: 0;
    background-color: initial;
    -webkit-transform: initial;
            transform: initial;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-color 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: background-color 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, background-color 0.4s ease-out;
    transition: transform 0.4s ease-out, background-color 0.4s ease-out, -webkit-transform 0.4s ease-out;
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #BC000F;
  }
  .top_service .top_service_wrap dl dt a .hover_arrow_icon::before {
    -webkit-transform: initial;
            transform: initial;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 57%;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid #BC000F;
    content: "";
  }
  .top_service .top_service_wrap dl dt a .hover_arrow_icon .hover_arrow .hover_arrow_inner img {
    display: none;
  }
  .top_service_wrap dl dt a:hover .hover_arrow_icon::after {
    -webkit-transform: initial;
            transform: initial;
  }
  .top_service .top_service_wrap dl dt a:hover .hover_arrow_icon::before {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .top_service .top_service_wrap dl dt a:hover .hover_arrow_icon::after {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .top_service .top_service_wrap dl dt a .hover_arrow_icon {
    right: 0;
  }
  .top_service .top_service_wrap dl dt a::before {
    bottom: -2px;
    width: 98%;
  }
  .top_service .top_service_wrap dl dt a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top_service .top_service_wrap dl dt a:hover {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top_service .top_service_wrap dl dt a:hover::before {
    -webkit-transition: .3s;
    transition: .3s;
    width: 101%;
  }
  .top_service .top_service_wrap dl dt a:hover .hover_arrow_icon::before {
    -webkit-transition: .3s;
    transition: .3s;
    left: 106%;
  }
  .top_service .top_service_wrap dl dt a:hover .hover_arrow_icon::after {
    -webkit-transition: .3s;
    transition: .3s;
    left: 140%;
  }
  .top_service .top_service_wrap dl dt a .hover_arrow_icon::before {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top_service .top_service_wrap dl dt a .hover_arrow_icon::after {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top_service .top_service_wrap dl dt a .hover_picture_wrap .hover_picture_inner .hover_picture_picture img {
    border-radius: 50%;
  }
  .top_service .top_service_wrap dl dt a .hover_picture_wrap .hover_picture_inner .hover_picture_picture img {
    width: 130px;
    height: 130px;
  }
}

.top_service .top_service_wrap dl dt a::before {
  -webkit-transition: .3s;
  transition: .3s;
}

.lecture-text1 {
  text-align: center;
  display: block !important;
  font-size: 26px;
  font-weight: bold;
  padding: 0 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .lecture-text1 {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.lecture-text2 {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  display: block !important;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .lecture-text2 {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    padding: 0 20px;
    line-height: 1.7;
  }
}

.lecture_about .lecture_about_wrap .lecture_about_inner1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.le-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .le-img {
    margin-bottom: 10px;
  }
}

.common_btn:hover a {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .lecture_about .lecture_about_wrap {
    margin-bottom: 60px;
  }
  .lecture_about {
    padding-top: 60px;
  }
  .inner-common-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .inner-common-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.inner-img {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .inner-img {
    margin-bottom: 10px;
    margin-top: 30px;
    width: 70%;
  }
}

.inner-img3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .inner-img3 {
    margin-bottom: 10px;
  }
}

.back-to-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  max-width: 45px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .back-to-top {
    max-width: 30px;
    right: 3%;
  }
}

.back-to-top a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  position: relative;
}

.back-to-top a:hover {
  opacity: .6;
}

#form .form_inner form .send_wrap .send p::after,
#form .form_inner form .send input {
  z-index: 20;
}

#form .form_inner form .send::after,
#form .form_inner form .send_wrap .send p::after {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #menu-btn-check:checked ~ .menu-content {
    left: initial;
    width: 60%;
    right: 0;
  }
  nav .nav_wrap .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 78px;
    left: initial;
    right: -100%;
    z-index: 80;
    background-color: #333333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

#form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn {
  border: solid 1px #333333;
  background-color: initial;
  border-radius: 0;
  color: #333;
  max-width: initial;
}

#form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn p {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  #form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn {
    height: 60px;
  }
}

#form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn:hover {
  color: #fff;
}

#form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn:hover::after {
  background: url(../image/common/btn_arrow.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 49%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 35px;
  width: 35px;
  height: 7px;
}

#form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn::after {
  background: url(../image/common/btn_arrow_black.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 49%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 35px;
  width: 35px;
  height: 7px;
}

@media screen and (max-width: 767px) {
  .top_workflow .top_workflow_wrap .top_workflow_bg_2 {
    bottom: -71px;
  }
}

@media screen and (max-width: 767px) {
  .service_workflow_wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture {
    margin-left: 15px;
  }
}

textarea {
  padding: 2px;
}

@media screen and (max-width: 1000px) and (min-width: 767px) {
  .underlayer .service_h1 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1001px) {
  .underlayer h1 {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* width: 0%; */
    /* font-size: 20px; */
    text-align: center;
    width: 100%;
    font-size: 26px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .top_workflow .top_workflow_wrap .top_workflow_image .top_workflow_image_inner {
    padding: 0 20px;
  }
}

.lecture_spanSmall {
  color: #293337;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .lecture_spanSmall {
    font-size: 14px;
  }
}

.service_top-lead {
  font-size: 24px;
  margin-bottom: 50px;
  color: #555;
  letter-spacing: 1.2px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service_top-lead {
    font-size: 16px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .service_top .service_wrap .service_inner .service_wrap_img {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .service_top .service_wrap .service_inner:nth-child(1) {
    overflow: hidden;
  }
  .service_top .service_wrap .service_inner:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/top/service_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 365px;
    height: 250px;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .service_top .service_wrap .service_inner:nth-child(2) {
    overflow: hidden;
  }
  .service_top .service_wrap .service_inner:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/top/service_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 387px;
    height: 243px;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: -1;
  }
  .service_top .service_wrap .service_inner:nth-child(3) {
    overflow: hidden;
  }
  .service_top .service_wrap .service_inner:nth-child(3)::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/top/service_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 310px;
    height: 289px;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
  }
  .service_top .service_wrap .service_inner:nth-child(4) {
    overflow: hidden;
  }
  .service_top .service_wrap .service_inner:nth-child(4)::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/top/service_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 317px;
    height: 199px;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .service_top .service_wrap .service_inner:nth-child(5) {
    overflow: hidden;
  }
  .service_top .service_wrap .service_inner:nth-child(5)::before .top_service .top_service_wrap .top_service_inner_5::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../image/top/service_5.png);
    background-size: contain;
    background-position: right;
    width: 317px;
    height: 199px;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}

.top_achievement .top_achievement_wrap .top_workflow_image_inner .slider_wrap .top_workflow_image_inner {
  list-style: none;
}

.top_mission .top_mission_inner_2 .slider_wrap .top_workflow_image_inner {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .b_White_btn {
    color: #fff;
    border: 1px solid #fff;
  }
  .b_White_btn span {
    font-size: 14px;
  }
  .b_White_btn::after {
    display: block;
    content: "";
    background: url(../image/common/btn_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    right: 7%;
    width: 25px;
    height: 7px;
  }
  .b_White_btn:hover::after {
    width: 25px;
    right: 7%;
  }
  .service_top-lead {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  #form .form_inner form .send_wrap .send:hover::after {
    color: #000;
  }
  #form .form_inner form .send_wrap .send:hover p:first-child::before {
    width: 323.92px;
    z-index: 111;
  }
  #form .form_inner form .send_wrap .send:hover p:first-child:after {
    background: url(../image/common/btn_arrow_black.png) !important;
    z-index: 1000;
  }
  #form .form_inner form .send > p::before {
    background: #fff;
    z-index: 100;
    left: 1px;
    bottom: 1px;
    z-index: 11;
    height: 78px;
    width: 0;
  }
  #form .form_inner form .send input {
    border: 1px solid #333;
  }
}

@media screen and (max-width: 767px) and (min-width: 521px) {
  #form .form_inner form .send::after {
    height: 0px !important;
  }
}

.btn {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
  margin-top: 40px;
}

.btn:focus {
  outline: 2px dotted #55d7dc;
}

.draw-border2 {
  display: inline-block;
  margin-top: 30px;
}

canvas {
  width: 100% !important;
  height: 100% !important;
}

.mb {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .mb {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  #form .form_inner form .send input {
    border: 0 !important;
  }
}

.service_top .service_wrap .service_inner .common_btn.common_btn_red {
  border: 1px solid #BC000F;
}

.service_top .service_wrap .service_inner .common_btn.common_btn_red::after {
  background: url(../image/common/red-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.common_btn_red:hover {
  border: 1px solid #fff !important;
}

.common_btn_red:hover::before {
  background: #fff !important;
}

.common_btn_red:hover span {
  color: #BC000F;
}

@media screen and (min-width: 768px) {
  .top_service .top_service_wrap .top_service_inner_5::before {
    height: 256px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-sp-ul ul {
    position: relative;
    left: -3%;
  }
}

#form .form_inner form .send_wrap .send {
  cursor: pointer;
}

#form .form_inner form .send input {
    
    -moz-appearance: none !important;
         appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
  }
@media screen and (max-width: 767px) {
#form .form_inner form .send input {
    border: 0 !important;
   
  }
}


.toc_list li a {
  margin-bottom: 10px !important;
  display: inline-block;
}

#toc_container.toc_white {
  border: 2px solid #BC000F;
}
.single-inner ol li{
	margin-left: 17px;
}
.single-inner ul li{
	margin-left: 17px;
}
.single-inner h4{
	font-size: 18px;
    margin: 40px 0 20px;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #BC000F;
    padding-bottom: 10px;
}
.single-inner p{
	margin-bottom: 15px;
}