@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;
  }
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a::before {
  background: url(../image/common/nav_1.svg) no-repeat center center/cover;
  width: 40px;
  height: 40px;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a {
  padding-left: 45px;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact a::before {
  background: url(../image/common/nav_2.svg) no-repeat center center/cover;
  width: 28px;
  height: 24px;
}

#pum-410 {
  display: none !important;
}

.top_mission .top_mission_wrap .top_mission_inner_1 .top_mission_image {
  position: absolute;
  top: 0;
  right: -60px;
  max-width: 365px;
}

.top_feature .top_feature_wrap dl dd ul li::before {
   /* 変更 */
  /* content: initial; */
}

.top_feature .top_feature_wrap dl dd ul li {
   /* 変更 */
  /* padding-left: 0; */
}

nav .nav_wrap ul li:nth-child(6).menu-item a {
  padding-bottom: 0;
}

nav .nav_wrap ul li:nth-child(7).menu-item a {
  padding-bottom: 0;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture {
  height: initial;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact {
  height: initial;
}

.top_workflow {
  overflow: visible;
}

.toggle:checked + .Label + .content::after {
  background: url(../image/top/A.svg);
}

.Label::after {
  background: url(../image/top/Q.svg) no-repeat center center/cover;
  height: 28px;
}

.lecture_top .lecture_wrap > div a.common_btn:first-child p span::before {
  background: url(../image/lecture/lecture1.svg);
}

.lecture_top .lecture_wrap > div a.common_btn:last-child p span::before {
  background: url(../image/lecture/lecture2.svg) no-repeat center center/cover;
}

.lecture_about .lecture_about_inner2 dl:nth-child(1) dt::before {
  background: url(../image/lecture/lecture6.svg) no-repeat center center/cover;
}

.lecture_about .lecture_about_inner2 dl:nth-child(2) dt::before {
  background: url(../image/lecture/lecture7.svg) no-repeat center center/cover;
  width: 32px;
}

.lecture_about .lecture_about_inner2 dl:nth-child(3) dt::before {
  background: url(../image/lecture/lecture8.svg) no-repeat center center/cover;
  width: 23.5px;
  height: 29.7px;
}

.lecture_about .lecture_about_inner2 dl:nth-child(4) dt::before {
  background: url(../image/lecture/lecture9.svg) no-repeat center center/cover;
  width: 43px;
}

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

@media screen and (min-width: 768px) {
  .archive-ul .item {
    width: calc(33.333% - 20px * 2/3);
    margin-right: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .archive-ul .item:nth-child(3n) {
    margin-right: 0;
  }
  .archive-ul .item:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .archive-ul .item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .archive-ul .item:last-child {
    margin-bottom: 0;
  }
}

.archive-ul .item a {
  -webkit-transition: .3s;
  transition: .3s;
}

.archive-ul .item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.archive-ul .contents {
  padding: 10px;
}

.archive-ul .img {
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  padding-top: 56%;
  margin-bottom: 0 !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.archive-ul .img img {
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-ul .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.archive-ul .text {
  font-size: 13px;
  margin-bottom: 10px;
}

.archive-ul .time {
  font-size: 13px;
  text-align: right;
}

.archive-ul .category {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.archive-ul .category .list {
  background: rgba(185, 0, 15, 0.5);
  font-size: 11px;
  padding: 2px 5px;
  font-weight: bold;
  color: #fff;
  margin-left: 5px;
  margin-bottom: 5px;
}

.archive-inner {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.pagenation-category {
  text-align: center;
  margin-top: 60px;
}

.pagenation-category span,
.pagenation-category a {
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px;
}

.pagenation-category .current {
  color: #BC000F;
}

.pagenation-category a {
  -webkit-transition: .3s;
  transition: .3s;
}

.pagenation-category a:hover {
  opacity: .6;
}

.archive-wrap {
  max-width: 1200px;
  margin: 80px auto 120px;
}

@media screen and (max-width: 767px) {
  .archive-wrap {
    margin: 20px auto 40px;
  }
}

.archive-wrap .main {
  width: calc(100% - 320px);
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .archive-wrap .main {
    margin-bottom: 50px;
  }
}

.archive-wrap .sidebar {
  width: 280px;
}

.archive-wrap .sidebar .side-row {
  margin-bottom: 30px;
}

.archive-wrap .sidebar .side-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BC000F;
}

.archive-wrap .sidebar .lists {
  font-size: 13px;
}

.archive-wrap .sidebar .lists .list {
  margin-bottom: 10px;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.archive-wrap .sidebar .lists .list:hover {
  opacity: .6;
}

.archive-wrap .sidebar .lists2 {
  margin-bottom: 10px;
}

.archive-wrap .sidebar .lists2:last-child {
  margin-bottom: 0;
}

.archive-wrap .sidebar .lists2 a {
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: .3s;
  transition: .3s;
}

.archive-wrap .sidebar .lists2 a:hover {
  opacity: .6;
}

.archive-wrap .sidebar .tag-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-wrap .sidebar .tag-item {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.archive-wrap .sidebar .tag-item a {
  font-size: 13px;
  background: #eee;
  padding: 2px 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.archive-wrap .sidebar .tag-item a:hover {
  opacity: .6;
}

.archive-wrap .sidebar .banner-wrap a {
  -webkit-transition: .3s;
  transition: .3s;
}

.archive-wrap .sidebar .banner-wrap a:hover {
  opacity: .6;
}

.single-content {
  padding: 0 20px;
}

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

.single-ul h1 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 4px solid #BC000F;
}

.single-ul h2 {
  font-size: 22px;
  margin: 40px 0 20px;
  padding: 10px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  background: #BC000F;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .single-ul h2 {
    margin: 20px 0 10px;
  }
}

.single-ul h3 {
  font-size: 22px;
  margin: 40px 0 20px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  border-left: 4px solid #BC000F;
}

@media screen and (max-width: 767px) {
  .single-ul h3 {
    margin: 20px 0 10px;
  }
}

.single-ul .single-img {
  margin-bottom: 20px;
}

.single-ul .single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .single-ul .single-info {
    margin-bottom: 20px;
  }
}

.single-ul .single-info .single-time {
  font-size: 14px;
}

.single-ul .single-info .single-category {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-ul .single-info .single-category .list {
  margin-right: 10px;
}

.single-ul .single-info .single-category .list:last-child {
  margin-right: 0;
}

.single-ul .single-info .single-category .list a {
  background: #BC000F;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

.single-ul .single-info .single-category .list a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .archive-inner {
    padding: 0 20px;
    display: block;
  }
  .archive-wrap .main {
    width: 100%;
  }
  .archive-wrap .sidebar {
    width: 100%;
  }
  .underlayer .top_bg {
    width: 100%;
  }
  .underlayer h1 {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  nav .nav_wrap .menu-content {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  nav .nav_wrap .menu-content > .open_btn {
    max-width: 115px;
    margin-right: auto;
    /* 追加 ↓*/
    max-width: 90px;
  }
  nav .nav_wrap .menu-content > .open_btn a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  nav .nav_wrap .menu-content > .open_btn a:hover {
    opacity: .6;
  }
}

nav .nav_wrap ul li.menu-item a {
  /* font-size: 14px; */
   /* 追加 ↓*/
  /* width: 100%;
  display: block;
  height: auto;
  padding: 10px;
  letter-spacing: 2px; */
  /* 変更↓ */
  font-size: 14px;
  width: 100%;
  display: block;
  height: auto;
  padding: 10px 7px;
  letter-spacing: 2px;
  font-weight: 600;
}

@media screen and (max-width: 1100px) {
  /* 追加 */
  nav .nav_wrap ul li.menu-item a {
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1000px) {
  /* 追加 */
  nav .nav_wrap ul li.menu-item a {
    padding: 0;
  }
}

  /* 追加 ↓*/
nav .nav_wrap ul li.menu-item.nav_contact a {
  letter-spacing: 0px;
}

   /* 追加 ここまで*/

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a,
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact a {
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  display: block;
  width: initial;
  padding: 0px 15px 0px 40px;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture,
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact {
  padding: 0;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture,
nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact {
  width: initial;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact a::before {
  left: 10px;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact a::before {
  width: 27px;
  height: 23px;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture a::before {
  width: 52px;
  height: 39px;
}

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: 130px;
  text-align: center;
}

nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture {
  margin-left: 20px;
}


/*------------------------
footer追加
-------------------------*/
nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture a,
nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact a {
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  display: block;
  width: initial;
  padding: 0px 15px 0px 40px;
  color: #000;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture,
nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact {
  padding: 0;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture,
nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact {
  width: initial;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact a::before {
  left: 10px;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact a::before {
  width: 27px;
  height: 23px;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture a::before {
  width: 52px;
  height: 39px;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture a,
nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact a {
  width: 130px;
  text-align: center;
  background-image: none;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture {
  margin-left: 20px;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture, 
nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact{
   /* 変更 */
    font-size: 12px;
    /* background-color: #D5D500; */
    background-color: #fff;
    margin: auto 0;
    letter-spacing: -0.05rem;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture::before, 
nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact::before{
   /* 変更 */
    /* content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #BC000F;
    transition: all 0.3s; */
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture:hover,
nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact:hover{
  opacity: 0.7;
    transition: all 0.4s ease-in-out;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture:hover::before, 
nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact:hover::before{
   /* 変更 */
  /* width: 100%; */
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture a::before{
  position: absolute;
  content: "";
  display: block;
  background: url(../image/common/nav_1.svg) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_lecture a {
  padding-left: 45px;
}

nav .nav_wrap .menu-content .menu-navigation_footer-container ul .nav_contact a::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../image/common/nav_2.svg) no-repeat center;
  background-size: contain;
  width: 28px;
  height: 24px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------
footer追加ここまで
-------------------------*/

nav .nav_wrap {
   /* 変更 */
  /* max-width: 1080px; */
  max-width: unset;
  padding: 0 40px;
}

@media screen and (max-width: 920px) {
   /* 変更 */
  /* padding: 0 20px; */
}

@media screen and (min-width: 768px) {
  nav .nav_wrap ul li > ul {
    width: 213px;
  }
  .sub-menu li {
    padding: 0 !important;
    margin-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .top_slide_1 .copy .copy_wrap h1 span {
    margin-bottom: 27px;
  }
}

.swiper-fade .swiper-slide img {
  width: 100%;
  height: auto;
}

#top .copy {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.top_slide_1 .copy .copy_wrap h1 {
  position: initial;
  margin-bottom: 60px;
}

.top_slide_1 .copy .copy_wrap > div {
  position: initial;
}

.top_slide_1 .copy .copy_wrap > div p {
  padding: 10px 20px;
}

@media screen and (max-width: 1000px) {
  .wrap {
    padding: 0 40px;
  }
  .top_slide_1 .copy .copy_wrap h1 {
    font-size: 40px;
  }
  .top_slide_1 .copy .copy_wrap > div p {
    font-size: 22px;
  }
  nav .nav_wrap ul li.menu-item a {
    font-size: 12px;
  }
  nav .nav_wrap .menu-content > .open_btn {
    max-width: 70px;
  }
  nav .nav_wrap ul li {
    padding: 32px 5px;
  }
}

@media screen and (max-width: 800px) {
  nav .nav_wrap ul li.menu-item a {
    font-size: 11px;
  }
  nav .nav_wrap .menu-content > .open_btn {
    max-width: 50px;
  }
}

@media screen and (max-width: 767px) {
  nav .nav_wrap {
    padding: 0 16px;
  }
  nav .nav_wrap {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .display_sp {
    margin-right: auto;
  }
  .top_slide_1 .copy .copy_wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: initial;
  }
  .top_slide_1 .copy .copy_wrap > div p {
    font-size: 11px;
  }
  .top_slide_1 .copy .copy_wrap h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .top_slide_1 .copy .copy_wrap > div p {
    padding: 2px 15px;
    text-align: center;
  }
  .top_slide_1 .copy .copy_wrap h1 span {
    margin-bottom: 10px;
  }
  .wrap {
    padding: 0 16px;
  }
  .display_sp {
    max-width: 100px;
  }
  .display_sp a,
  .display_sp span {
    height: 100%;
    display: block;
  }
  .display_sp a img,
  .display_sp span img {
    height: 100%;
  }
}

footer .footer_wrap {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture {
    margin-left: 0;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture,
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_contact {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  nav .nav_wrap ul li.menu-item a {
    font-size: 16px;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture {
    margin-top: 40px;
  }
  nav .nav_wrap .menu-content {
    overflow-y: scroll;
  }
  nav .nav_wrap ul li {
    padding: 15px;
  }
  nav .nav_wrap .menu-content ul {
    margin-top: 50px;
  }
  .menu-btn {
    margin: 10px 0;
  }
  footer .footer_wrap .display_sp {
    margin: 0 auto 30px;
  }
  footer .footer_wrap {
    padding: 40px 0 20px;
  }
}

.top_feature {
  overflow: initial;
}

textarea {
  resize: none;
}

@media screen and (min-width: 768px) {
  /* .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(1) dl dt {
    font-size: 26px;
    font-weight: 600;
  }
  .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(1) dl dd {
    font-size: 20px;
    font-weight: 600;
  }
  .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(2) p {
    font-size: 20px;
    font-weight: 600;
  }
  .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(1) dl {
    padding: 60px 40px;
  }
  .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(2) {
    padding: 60px 40px;
  } */
  .top_mission .top_mission_bg {
    padding-top: 60%;
  }
  .top_feature .top_feature_wrap dl dt {
    line-height: 1.6;
  }
  .top_about .top_about_graybg {
    padding: 80px 40px 100px;
  }
  .top_workflow .top_workflow_wrap .top_workflow_bg_1 {
    top: -80px;
  }
  #form .contact_warp .contact_inner .form_top .top_contact_inner_1 .common_btn p {
    font-size: 18px;
  }
  #form .contact_inner h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  #form .contact_inner {
     /* 変更 */
    /* padding: 100px 140px; */
    padding: 70px 106px;
  }
  .top_feature .top_feature_wrap dl dt::before {
    top: -28%;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt::before {
    top: -10%;
  }
  .top_feature .top_feature_wrap .top_feature_3 dt::before {
    top: -104%;
  }
}

.top_question .top_question_wrap .top_question_flex > div {
  width: 100%;
}

.top_question .top_question_wrap .top_question_sns_h3 {
  text-align: left;
}

.toggle:checked + .Label::before {
  -webkit-transform: translateY(50%) rotate(-45deg) !important;
          transform: translateY(50%) rotate(-45deg) !important;
}

.toggle:checked + .Label + .content::after {
  content: "" !important;
  display: block !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 27px;
  position: absolute !important;
  left: 13px;
  top: 20px;
}

.toggle:checked + .Label::before {
  -webkit-transition: .3s;
  transition: .3s;
}

.Label {
  -webkit-transition: .3s;
  transition: .3s;
}

.Label::before {
  -webkit-transition: .3s;
  transition: .3s;
}

.messege_top .copy {
  position: initial !important;
  -webkit-transform: initial !important;
          transform: initial !important;
}

@media screen and (min-width: 768px) {
  .messege_philosophy .messege_philosophy_wrap dl dd {
    /* font-size: 18px; */
    font-size: 16px;
  }
  .top_question .top_question_wrap .top_question_bgwhite {
     /* 変更 */
    /* font-size: 18px;
    padding: 30px 40px; */
    font-size: 15px;
    padding: 20px 20px;
  }
  .top_question .top_question_wrap .top_question_bgwhite p {
    line-height: 1.8;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt::before {
    top: -114%;
  }
}

.single_bg2 {
  background: initial;
}

.lecture_top .lecture_wrap > div a.common_btn {
  width: 48%;
  display: block;
  max-width: 463px;
  padding: 55px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: auto;
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lecture_top .lecture_wrap > div a.common_btn {
    font-size: 18px;
    margin: 25px auto auto;
    width: 70%;
    padding: 10px;
  }
}

.lecture_about .copy {
  position: initial !important;
}

@media screen and (max-width: 767px) {
  #form .form_inner form > div > p:first-child {
    width: 100%;
  }
  #form .form_inner form .privacy .agree_wrap .wpcf7-list-item > label::before {
    content: initial;
  }
  #form .send p::after {
    right: 11px;
  }
}

@media screen and (max-width: 462px) {
  #form .form_inner form .send > p:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_workflow_image_inner {
    width: 100% !important;
    max-width: initial;
  }
}

.top_mission .top_mission_wrap .top_mission_inner_1 p:nth-of-type(2) {
  font-weight: bold;
}

.top_feature .top_feature_wrap dl::before {
  content: initial;
}

.lecture_top .lecture_wrap > div a.common_btn p {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .top_feature .top_feature_wrap dl {
    padding: 70px 80px;
  }
  .top_mission .top_mission_wrap h2 {
    margin-bottom: 70px;
  }
  .top_feature .top_feature_wrap dl dt {
    font-size: 30px;
  }
  .top_feature .top_feature_wrap dl dd {
    font-size: 30px;
  }
  .top_feature .top_feature_wrap dl dd > p {
    font-size: 18px;
  }
  .top_feature .top_feature_wrap dl dd ul li {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .top_feature .top_feature_wrap dl dd {
    font-size: 18px;
  }
  .top_feature .top_feature_wrap .top_feature_2 {
     /* 変更 */
    /* width: 70%; */
    width: 100%;
  }
  .top_feature .top_feature_wrap h2 {
    font-size: 90px;
    text-align: center;
    /* 追加 */
    letter-spacing: 2px;
  }
  .top_mission .top_mission_wrap h2 {
    font-size: 90px;
    margin-bottom: 50px;
  }
  .top_feature .top_feature_wrap h2 span {
     /* 変更 */
    /* font-size: 30px;
    margin-left: 20px;
    display: block; */
    font-size: 26px;
    margin-left: 20px;
    display: block;
    font-weight: 600;
    margin-top: 4px;
  }
  .top_mission .top_mission_wrap {
    padding-top: 80px;
  }
  .top_mission .top_mission_wrap .top_mission_inner_1 p:nth-of-type(1) {
    font-size: 30px;
  }
  .top_feature .top_feature_wrap dl {
    padding: 100px 80px 40px;
  }
  .top_mission {
    /* 変更 */
    /* margin-bottom: 160px; */
    /* margin-bottom: 360px; */
    margin-bottom: 180px;
  }
  .top_feature {
    margin-bottom: 160px;
  }
  .top_feature .top_feature_wrap dl {
    margin-bottom: 100px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_1 p:first-child {
     /* 変更 */
    /* font-size: 30px;
    line-height: 1.7; */
    font-size: 24px;
    line-height: 1.7;
    font-weight: 800;
  }
  .top_workflow .top_workflow_wrap h2 {
    font-size: 90px;
    margin-bottom: 40px;
  }
  .top_workflow .top_workflow_wrap > p {
    font-size: 30px;
  }
  .top_service .top_service_wrap .top_service_inner_1 .top_service_bg {
    width: 150%;
  }
  .top_service .top_service_wrap dl dt {
    font-size: 30px;
    /* padding-bottom: 15px; */
  }
  .top_about .top_about_graybg {
    max-width: 1000px;
  }
  .top_about .top_about_graybg .top_about_wrap .top_about_inner_1 {
    margin-bottom: 60px;
  }
  .top_about .top_about_graybg {
    padding: 40px 40px 60px;
  }
  .top_about {
    padding-bottom: 160px;
  }
  .top_column .top_column_wrap h2 {
    padding-top: 160px;
  }
  #top_graybg_2 {
    padding-top: 160px;
  }
  .form_common {
    padding-top: 80px;
  }
  .top_question {
    margin-bottom: 60px;
  }
  .send {
    margin-bottom: 0 !important;
  }
  .top_contact {
    padding-bottom: 160px;
  }
  .top_question .top_question_wrap .top_question_flex {
    margin-bottom: 20px;
  }
  .top_service .top_service_wrap dl {
    max-width: 1000px;
    padding: 40px 60px;
  }
  .top_service .top_service_wrap dl:last-child {
    padding-left: 90px;
  }
  .top_service .top_service_wrap .top_service_inner_1 .top_service_bg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 110%;
  }
  .top_service dd {
    font-size: 18px;
    font-weight: bold;
  }
  .messege_top .messege_wrap .copy_wrap .copy {
    margin-top: 80px;
  }
  .messege_top .messege_wrap .copy_wrap .copy {
    font-size: 30px;
  }
  .message-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .messege_philosophy .messege_philosophy_wrap h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .messege_top .messege_wrap {
    margin-bottom: 160px;
  }
  .messege_philosophy .messege_philosophy_wrap dl {
    padding: 40px;
  }
  .messege_philosophy .messege_philosophy_wrap dl dt {
    /* font-size: 24px;
    padding-left: 30px; */
    /* 変更 */
    font-size: 26px;
    padding-left: 30px;
  }
  .service_top .service_wrap .service_inner p {
    font-size: 18px;
    font-weight: bold;
  }
  .service_top .service_wrap .service_inner {
    margin-bottom: 80px;
  }
  .service_inner:nth-child(2) .service_wrap_img {
    right: 10px !important;
    bottom: 20px !important;
  }
  .service_inner:nth-child(3) .service_wrap_img {
    right: 20px !important;
    bottom: 20px !important;
  }
  .service_inner:nth-child(4) .service_wrap_img {
    right: 20px !important;
    bottom: 20px !important;
  }
  .service_workflow .service_workflow_wrap h2 {
    font-size: 90px;
    /* margin-bottom: 60px; */
     /* 変更 ↓*/
     margin-bottom: 30px;
  }
  .service_workflow .service_workflow_wrap > p {
    /* font-size: 30px;
    margin-bottom: 50px; */
      /* 変更 ↓*/
      font-size: 24px;
      margin-bottom: 50px;
      color: #555;
      letter-spacing: 1.2px;
      line-height: 36px;
  }
  .service_workflow {
    padding-bottom: 160px;
  }
  .lecture_top .lecture_wrap > div a.common_btn {
     /* 変更 */
    /* padding: 30px 20px 50px; */
    padding: 50px 20px 50px;
  }
  .lecture_top .lecture_wrap h2 {
    font-size: 90px;
  }
  .lecture_top .lecture_wrap h2 span {
     /* 変更 */
    /* font-size: 30px;
    padding-left: 20px; 
    display: block; */
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    color: #333333;
    margin-bottom: 100px;
    margin-top: 4px;
    display: block;
  }
  .lecture_about .lecture_about_wrap .copy {
    /* font-size: 30px;
    margin-bottom: 50px; */
    /* 変更 */
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 38px;
    letter-spacing: 1.2px;
  }
  .lecture_top .lecture_wrap > div a.common_btn p {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lecture_about .lecture_about_inner2 dl dt {
    padding-left: 40px;
  }
  .lecture_about .lecture_about_inner2 dl:nth-child(4) dt::before {
    width: 34px;
    height: 24px;
  }
  .lecture_about .lecture_about_inner2 dl dt {
    /* font-size: 28px; */
    /* 変更 */
    font-size: 26px;
  }
  .lecture_about .lecture_about_inner2 dl {
    /* width: 45%; */
    /* 変更 */
    width: 48%;
     /* 追加 */
     background-color: #f5f5f5;
     padding: 2em;
     margin-bottom: 40px;
  }
  .single_inner_1 .single_categoryh2 {
    font-size: 30px;
  }
  .single_inner_1 .single_categoryh2 .white::before {
    right: -110%;
  }
  .single_inner_1 .single_flex .single_flex_text > p {
    font-size: 18px;
    line-height: 2;
  }
  .single_inner_1 .single_h2 {
    font-size: 30px;
  }
  .single_inner_1 .single_h2 .single_h2_mini {
    font-size: 20px;
  }
  .single_main .single_black_bg {
    height: 75%;
  }
  .single_inner_1 .single_h2 {
    top: 0px;
  }
  .single_inner_1 .single_flex .single_flex_text > p {
    line-height: 2.5;
  }
  .single_inner_1 .single_flex .single_flex_img {
    position: relative;
    top: -10px;
  }
  .line_bottom .line_bottom_wrap h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .line_bottom .line_bottom_wrap .line_bottom_inner h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .line_bottom .line_bottom_wrap .line_bottom_inner > dl > dt dl dt {
    font-size: 20px;
  }
}

.line:nth-of-type(1) .single_categoryh2::after {
  content: initial;
}

.line:nth-of-type(2) .single_categoryh2::after {
  content: initial;
}

.line:nth-of-type(3) .single_categoryh2::after {
  content: initial;
}

.line:nth-of-type(4) .single_categoryh2::after {
  content: initial;
}

.line:nth-of-type(5) .single_categoryh2::after {
  content: initial;
}

.about_person .about_person_wrap h2::after {
  z-index: -1;
}

.lecture_about .copy {
  -webkit-transform: initial !important;
          transform: initial !important;
  margin-bottom: 0;
}

footer .footer_bottom .footer_sns a {
  -webkit-transition: .3s;
  transition: .3s;
}

footer .footer_bottom .footer_sns a:hover {
  opacity: .6;
}

.service_top .service_wrap .service_inner p {
  line-height: 2;
}

.messege_philosophy .messege_philosophy_wrap dt::before {
  font-weight: bold !important;
}

.messege_philosophy .messege_philosophy_wrap dl dd {
  font-weight: bold;
  margin-top: 30px;
}

.messege_philosophy .messege_philosophy_wrap dl dd {
  padding-left: 0;
  width: 100%;
}

.messege_philosophy .messege_philosophy_wrap dl {
  display: block;
  text-align: center;
}

.messege_philosophy .messege_philosophy_wrap dl {
  min-height: initial;
}

.messege_philosophy .messege_philosophy_wrap dl dd {
  text-align: left;
}

.messege_philosophy .messege_philosophy_wrap dl dt {
  display: inline-block;
  margin: 0 auto;
  width: initial;
}

.common_btn span::before, .common_btn span::after {
  background: initial;
}

.common_btn:hover {
  color: #fff;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.top_about .top_about_graybg .top_about_wrap .top_about_inner_1 p:nth-child(2) {
  line-height: 1.7;
}

body,
html {
  overflow-x: hidden;
}

.top_feature .top_feature_wrap dl dd > p {
  font-weight: bold;
}

.top_feature .top_feature_wrap dl dt::before {
   /* 変更 */
  /* background: url(../image/top/1.svg) no-repeat center center/cover; */
  background: url(../image/top/1.svg) no-repeat center;
  background-size: contain;
}

.top_feature .top_feature_wrap .top_feature_2 dt::before {
   /* 変更 */
  /* background: url(../image/top/2.svg) no-repeat center center/cover; */
  background: url(../image/top/2.svg) no-repeat center;
  background-size: contain;
}

.top_feature .top_feature_wrap .top_feature_3 dt::before {
   /* 変更 */
  /* background: url(../image/top/3.svg) no-repeat center center/cover; */
  background: url(../image/top/3.svg) no-repeat center;
  background-size: contain;
}

.top_feature .top_feature_wrap dl dt {
  padding-left: 60px;
}

.top_feature .top_feature_wrap dl dt::before {
  left: 0;
  top: -34%;
}

.top_feature .top_feature_wrap .top_feature_2 dt::before {
  top: -162%;
}

.top_feature .top_feature_wrap .top_feature_3 dt {
  padding-left: 60px;
}

.top_feature .top_feature_wrap .top_feature_3 dt::before {
  top: -155%;
}

.top_feature .top_feature_wrap dl .top_feature_dd_image {
  right: -300px;
}

.top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image {
  left: -650px;
}

.top_feature .top_feature_wrap dl .top_feature_dd_image {
  max-width: 450px;
}

.top_feature .top_feature_wrap dl .top_feature_dd_image {
   /* 変更 */
  /* right: -100px; */
  right: -80px;
}

.top_feature .top_feature_wrap .top_feature_3 .top_feature_dd_image {
   /* 変更 */
  /* right: -20px; */
  right: 0;
  top: 65px;
}

.top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image {
   /* 変更 */
  /* left: -390px;
  top: 300px; */
   /* 変更 2*/
  /* left: -20px; */
  left: 0;
    top: 65px;
    right: unset;
}

.underlayer h1 {
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
}

.a-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.a-nav .a-nav-list {
  width: 18%;
}

.a-nav a {
  background: #BC000F;
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
}

.a-nav a:hover {
  opacity: .6;
}

@media screen and (max-width: 1000px) {
  .a-nav a {
    font-size: 13px;
  }

 
}

@media screen and (max-width: 800px) {
  .a-nav a {
    font-size: 11px;
  }
  .top_feature .top_feature_wrap .top_feature_2 .top_feature_dd_image {
    left: 0px;
    top: unset;
    bottom: 0;
  }
}

.service_top .service_wrap .service_inner .service_wrap_img {
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .top_mission .top_mission_wrap {
    padding: 80px 16px 0;
  }
  .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(1) dl {
    padding: 30px 16px;
  }
  .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(1) dl dt {
    font-size: 20px;
    font-weight: bold;
  }
  .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(1) dl dd {
    font-weight: bold;
  }
  .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(2) {
    padding: 30px 16px;
  }
  .top_feature .top_feature_wrap dl dt::before {
    left: 0;
    top: 20%;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt::before {
    top: -12%;
  }
  .top_feature .top_feature_wrap .top_feature_3 dt::before {
    top: -14%;
    right: initial;
    left: 0;
  }
  #top .copy {
    margin-top: 30px;
    font-size: 20px;
  }
  .messege_philosophy .messege_philosophy_wrap dl {
    padding: 30px 20px;
  }
  .messege_philosophy .messege_philosophy_wrap dl dt {
    font-size: 20px;
  }
  .messege_philosophy .messege_philosophy_wrap dl dt {
    padding-left: 30px;
  }
  .messege_philosophy {
    margin-bottom: 30px;
  }
  .top_contact {
    padding-bottom: 30px;
  }
  #form .form_inner form > div {
    margin-bottom: 20px;
  }
  .top_workflow .top_workflow_wrap .top_workflow_bg_1 {
    width: 162px;
    height: 126px;
    top: 0px;
    right: -33px;
  }
  .top_slide_1 .copy {
    margin-top: 0 !important;
  }
  .about_top .about_wrap .about_inner dl dt {
    font-size: 14px;
  }
  .about_top .about_wrap .about_inner dl dd {
    font-size: 14px;
  }
  .about_person .about_person_wrap .about_person_flex .about_person_text dt {
    font-size: 20px;
  }
  .about_person .about_person_wrap .about_person_flex > div {
    margin-bottom: 0;
  }
  .lecture_about .wrap .copy {
    font-size: 16px !important;
  }
  nav .nav_wrap .menu-content ul li > ul {
    display: block !important;
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    background: initial;
  }
  .a-nav {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -80px;
  }
  .a-nav-list {
    width: 45% !important;
    margin-bottom: 10px;
  }
  .single_inner_1 .single_categoryh2 {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .single.line .single_top .single_wrap {
    margin-bottom: 30px;
    padding: 0 20px 40px;
  }
  nav .nav_wrap .menu-content ul {
    margin-top: 20px;
  }
  nav .nav_wrap .menu-content .menu-navigation-container ul .nav_lecture {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  nav .nav_wrap ul li {
    padding: 10px 15px;
  }
  .worksClass > a {
    display: none !important;
  }
  .worksClass {
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .single_inner_1 .single_flex .single_flex_img {
    max-width: 500px;
  }
  .single_inner_1 .single_h2.add {
    margin-top: 60px;
  }
}

.single_inner_1 .single_flex .single_flex_text a {
  -webkit-transition: .3s;
  transition: .3s;
}

.single_inner_1 .single_flex .single_flex_text a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .single_inner_1 .single_h2 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .advertisement .single_categoryh2::after {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .underlayer h1 {
    font-size: 24px;
  }
}

.line .single_inner_1 .single_flex .single_flex_img img {
  max-width: 220px;
  margin: 10px;
}

@media screen and (max-width: 767px) {
  .line .single_inner_1 .single_flex .single_flex_img img {
    max-width: 220px;
    margin: 0px;
    padding: 10px;
    width: 100%;
  }
}

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

.topLine div {
  width: 23%;
}

@media screen and (min-width: 768px) {
  .single_inner_1 .single_flex .single_flex_text > p {
    font-size: 16px;
  }
  .line .single_main .single_wrap {
    margin-bottom: 60px;
  }
  .line .single_inner_1 .single_categoryh2 {
    padding: 80px 0;
  }
  .top_service .top_service_wrap dl:last-child {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .line .single_inner_1 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .line .single_inner_1 .single_categoryh2 {
    padding-bottom: 30px;
    font-size: 20px;
    padding-top: 100px;
  }
  .line .single_inner_1 .single_flex {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .service_workflow_wrap .display_sp {
    max-width: initial;
  }
}
/* 削除↓ */
/* .top_mission .top_mission_wrap .top_mission_inner_2 > div:nth-of-type(1) dl dd:last-child {
  line-height: 3;
} */

.top_column .top_column_wrap .top_slide_2 dl {
  height: auto;
}

.swiper-slide {
  height: auto;
}

.top_column .top_column_wrap .top_slide_2 dl {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .top_column .top_column_wrap .top_slide_2 dl dt p {
    font-size: 14px;
  }
  .top_column .top_column_wrap .top_slide_2 dl {
    padding: 20px 10px 18px;
  }
  .top_feature .top_feature_wrap dl dt::before {
     /* 変更 */
    /* width: 25px; */
    width: 50px;
    height: 74px;
    top: -18%;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt::before {
    width: 57px;
    height: 89px;
    top: -97%;
  }
  .top_feature .top_feature_wrap .top_feature_3 dt::before {
    width: 51px;
    height: 87px;
    top: -87%;
  }

  /*-------------------------
  追加
  ---------------------------*/
  .top_mission .top_mission_wrap .top_slide_2 dl dt p {
    font-size: 14px;
  }
  .top_mission .top_mission_wrap .top_slide_2 dl {
    padding: 20px 10px 18px;
  }
  .top_mission .top_mission_wrap dl dt::before {
    width: 25px;
    height: 74px;
    top: -18%;
  }
  .top_mission .top_mission_wrap .top_feature_2 dt::before {
    width: 57px;
    height: 89px;
    top: -97%;
  }
  .top_mission .top_mission_wrap .top_feature_3 dt::before {
    width: 51px;
    height: 87px;
    top: -87%;
  }

  
  /*-------------------------
  追加ここまで
  ---------------------------*/
}

@media screen and (max-width: 767px) {
  .top_feature .top_feature_wrap dl dt::before {
    width: 25px;
    height: 66px;
    left: 13px;
  }
  .top_feature .top_feature_wrap .top_feature_2 dt::before {
     /* 変更 */
    /* width: 45px; */
    width: 25px;
    height: 65px;
    top: 43px;
  }
  .top_feature .top_feature_wrap .top_feature_3 dt::before {
     /* 変更 */
    /* width: 47px; */
    width: 25px;
    height: 76px;
    top: 31%;
  }
}

.privacy-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 40px 140px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .privacy-section {
    padding: 30px 0px 60px;
    font-size: 14px;
  }
}

.privacy-section h2 {
  padding-bottom: 20px !important;
  margin-bottom: 40px !important;
  margin-top: 80px !important;
}

.privacy-section h2:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .privacy-section h2 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
  }
}

.privacy-section ol, .privacy-section ul {
  margin-bottom: 40px;
  line-height: 1.7;
}

.privacy-section p {
  line-height: 1.7;
}

.privacy-section li {
  line-height: 1.7;
  margin-left: 20px;
}
