﻿@charset "utf-8";
/*---------------------------------
	top
-------------------------------- */
.tmain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3%;
  background: url(../img/top_back2.jpg) no-repeat right top;
  background-size: cover;
}
.tmain_txt {
  width: 35%;
  margin-right: 5%;
}
.tmain_txt .tmain_title {
  margin-bottom: 2em;
  mix-blend-mode: multiply;
}
.tmain_txt .tmain_title p {
  width: 5em;
  padding: 5px 0;
  margin-bottom: 1.3rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, .75);
}
.tmain_img {
  width: 50%;
  text-align: center;
}
.tmain_img img {
  mix-blend-mode: multiply;
}
.tmain_comm, .tmain_comm h1 {
  font-weight: 700 !important;
}
.top h1 {
  font-weight: 400;
}
.top_about {
  padding: 40px 0;
}
.top_box {
  display: flex;
  justify-content: space-between;
}
.top_sec .c_btitle {
  margin-bottom: 50px;
  letter-spacing: .07em;
  line-height: 1.4;
}
.top_service h2, .top_works h2 {
  text-align: center;
}
.top_about h2, .top_works h2 {
  color: #fff;
}
.top_service h3, .top_map h3 {
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.top_btn {
  margin-top: 20px;
}
.top_btn a {
  display: inline-block;
  color: #fff;
  width: 12em;
  letter-spacing: .2em;
}
.btn_arrow {
  display: inline-block;
  position: relative;
}
.btn_arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50vh;
}
.btn_arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
}
.top_about .top_box_txt {
  width: 40%;
}
.top_about .top_box_img {
  width: 35%;
}
.top_map .top_box_txt {
  width: 50%;
  align-self: center;
}
.top_map .top_box_img {
  width: 45%;
}
.top_about .top_box_img img, .top_map .top_box_img img {
  width: 100%;
}
.top_about {
  width: 90%;
  background: url(../img/about_bg.jpg) no-repeat;
  background-size: cover;
}
.top_about .top_box_txt {
  color: #fff;
}
.top_about .top_box_img {
  margin-top: -80px;
}
.top_service {
  position: relative;
  margin-top: 40px;
}
.top_service:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 20%;
  z-index: -1;
  background: url(../img/top_service_bg.jpg) no-repeat;
}
.top_service .c_btitle {
  padding-top: 40px;
}
.top_service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_service_list li {
  width: 48%;
  margin-bottom: 3%;
  padding: 50px 30px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top_service_list li:first-child {
  background: url(../img/service_bg1.jpg) no-repeat;
  background-size: cover;
}
.top_service_list li:nth-child(2) {
  background: url(../img/service_bg2.jpg) no-repeat;
  background-size: cover;
}
.top_service_list li:nth-child(3) {
  background: url(../img/service_bg3.jpg) no-repeat;
  background-size: cover;
}
.top_service_list li:nth-child(4) {
  background: url(../img/service_bg4.jpg) no-repeat;
  background-size: cover;
}
.top_service_list li:nth-child(5) {
  background: url(../img/service_bg5.jpg) no-repeat;
  background-size: cover;
}
.top_service_list li .top_btn {
  align-self: flex-end;
}
.top_works {
  padding: 80px 0;
  background: url(../img/works_bg.jpg) no-repeat;
  background-size: cover;
}
.works_tnav.sec_box {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.works_tnav li {
  width: 32%;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, .9);
}
.works_tnav li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.works_tnav li a {
  display: block;
  text-align: center;
  padding: 20px;
}
.top_map iframe {
  width: 100%;
  height: 45vh;
}
@media screen and (max-width: 1200px) {
  .tmain_txt .tmain_title p {
    font-size: 4rem;
  }
  .top_works .inner {
    padding: 0 4%;
  }
  .works_tnav li {
    width: 48%;
    margin-bottom: 20px;
  }
  .sec_box.works_tnav {
    flex-direction: row;
  }
  .works_tnav li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .works_tnav li:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .tmain {
    flex-direction: column-reverse;
  }
  .tmain_img {
    width: 70%;
    margin: auto 4%;
  }
  .tmain_txt {
    width: 100%;
    padding: 0 4%;
  }
  .tmain_txt .tmain_title p {
    font-size: 3.5rem;
  }
  .top_sec .c_btitle {
    margin-bottom: 40px;
    text-align: center;
  }
  .top_about {
    width: auto;
    padding: 5vh 4%;
  }
  .top_box {
    flex-direction: column;
  }
  .top_service h3, .top_map h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .top_about .top_box_txt, .top_map .top_box_img, .top_map .top_box_txt {
    width: 100%;
  }
  .top_about .top_box_img {
    margin: 30px auto 0;
    width: 50vw;
    text-align: center
  }
  .top_service {
    margin-top: 0;
    padding: 5vh 4%;
  }
  .top_service:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .top_service_list {
    flex-direction: column;
  }
  .top_service_list li {
    width: 100%;
    margin-bottom: 3%;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .top_btn {
    margin-top: 20px;
  }
  .top_map .top_box {
    width: 80%;
    margin: 20px auto 0;
  }
  .top_map .top_box_txt {
    margin-top: 20px;
  }
  .top_counseling {
    width: 100%;
    text-align: center;
  }
  .top_counseling img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .tmain_img {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
  }
  .tmain_img img {
    margin-bottom: 20vh;
  }
  .tmain_txt {
    width: 80vw;
    margin: -20vh auto 0;
  }
  .top_counseling img {
    width: 60%;
  }
}
@media (max-width: 680px) {
  .top_works {
    background-position: center right;
  }
  .works_tnav li {
    width: 100%;
  }
  .sec_box.works_tnav {
    flex-direction: column;
  }
  .works_tnav li:nth-child(odd) {
    margin-right: 0;
  }
}
/*------------------------------------------------
      common
------------------------------------------------*/
.c_main .ctitle_hd {
  width: 100%;
  padding: 30px 4%
}
.security .ctitle_hd, .privacy .ctitle_hd, .recruit .ctitle_hd {
  background: url("../img/footer_bg.jpg") no-repeat;
  background-size: cover;
}
.w_wrapper {
  width: 100%;
  padding: 30px;
  background: #fff;
}
@media (max-width: 768px) {
  /*
.works .ctitle_hd,
.recruit .ctitle_hd,
.security .ctitle_hd,
.contact .ctitle_hd,
.privacy .ctitle_hd{
padding:20px 0;
}*/
  .c_main .ctitle_hd {
    padding: 20px 4%
  }
}
/*------------------------------------------------
      about
------------------------------------------------*/
.about .ctitle_hd {
  color: #ffffff;
  background: url("../img/about_bg.jpg") no-repeat;
  background-size: cover;
}
.outline, .about_access {
  position: relative;
}
.outline:before, .about_access:before {
  content: "";
  position: absolute;
  top: -3%;
  width: 30%;
  z-index: -2;
}
.outline:before {
  height: 105%;
  background: url("../img/about_title_bg.jpg") no-repeat;
  background-size: cover;
}
.about_access:before {
  height: 40%;
  background: url("../img/about_title_bg2.jpg") no-repeat;
  background-size: cover;
}
.profile_name {
  font-weight: 700;
  font-size: 2.2rem;
}
.profile_name_e {
  font-size: 1.4rem;
}
.about_access .sec_box_r {
  width: 80%;
  margin: 80px 0 0 -10%;
}
.lgroup {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 10px;
  border-bottom: 1px solid #D8D8D8;
}
.lgroup_inner {
  margin-top: 10px;
}

.c_stitle + .lgroup {
  margin-top: 20px;
  border-top: 1px solid #D8D8D8;
}
.lgroup_l {
  width: 28%;
  font-weight: bold;
}
.lgroup_r {
  width: 72%;
}


@media screen and (max-width: 1200px) {
  .outline:before, .about_access:before {
    top: 0;
    width: 100%;
  }
  .outline .c_mtitle, .outline .c_stitle, .about_access .c_mtitle {
    text-align: center;
  }
  .outline .c_mtitle, .about_access .c_mtitle {
    margin-top: 40px;
  }
  .outline .sec_box_r, .about_access .sec_box_r {
    width: 100%;
    margin: 20px auto 0;
    padding: 4%;
    background: #fff;
  }
  .outline:before {
    height: 100%;
  }
  .about_access:before {
    height: 102%;
  }
  .profile_name {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 680px) {
    .lgroup {
        flex-direction: column;
    }
    .lgroup_l,
    .lgroup_r {
  width: 100%;

}

    }
/*------------------------------------------------
      service / counseling
------------------------------------------------*/
.counseling .ctitle_hd {
  background: url("../img/service_counseling_bg.jpg") no-repeat;
  background-size: cover;
}
.counseling_subtitle, .counseling .c_stitle {
  color: #DB9012;
}
.counseling_cont {
  padding: 30px 0;
  background: #FFF1DB;
}
@media screen and (max-width: 1200px) {
  .counseling .sec_box_l, .counseling_subtitle {
    text-align: center;
  }
  .counseling_cont {
    padding: 20px 4%;
  }
}
/*------------------------------------------------
      service / web
------------------------------------------------*/
.web .ctitle_hd, .web_pack_hd {
  background: url("../img/service_web_bg.jpg") no-repeat;
  background-size: cover;
}
.web_scsec {
  padding: 80px 0;
  background: url("../img/service_web_bg2.jpg") no-repeat;
  background-size: cover;
}
.web_fig1 {
  width: 80%;
  margin: 30px auto 0;
}
.web_pack_box {
  width: 90%;
  margin-left: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web_pack_box_l {
  width: 50%;
}
.web_pack_box_r {
  width: 45%;
}
.web_feature {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.web_feature li {
  width: 19%;
}
.web_feature li p {
  padding: 20px 10px;
}
.web_list {
  width: 50%;
  margin: 30px auto 0;
}
.web_list li {
  padding: 10px;
  text-align: center;
  background: #e4e4e4;
}
.web_list li + li {
  margin-top: .5em;
}
.web_list_num {
  counter-reset: count 0;
}
.web_list_num {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.web_list_num li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.web_listw li {
  background: rgba(255, 255, 255, .7)
}
.web_price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_price dl {
  width: 40%;
  padding: 30px;
  text-align: center;
  background: #fff;
}
.web_price dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #E0B84E;
}
.web_price dl dd {
  font-size: 2.4rem;
}
.web_price_symb {
  margin: 0 2%;
  font-size: 5vw;
  color: #707070;
}
.web_comment {
  display: flex;
  justify-content: space-between;
}
.web_comment li {
  width: 260px;
  height: 260px;
  padding: 60px 0;
  border-radius: 50%;
  background: #F6D683;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_comment2 {
  position: relative;
}
.web_comment2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  border-right: 6px solid #F6D683;
  border-bottom: 6px solid #F6D683;
  transform: rotate(45deg);
}
.web_comment2 p {
  padding-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .web_pack_hd:before {
    display: none;
  }
  .web_pack_hd {
    width: 100%;
    padding: 60px 0;
    background: url("../img/service_web_bg2.jpg") no-repeat;
    background-size: cover;
  }
  .web_pack_box {
    width: 100%;
    margin: auto;
    flex-direction: column;
  }
  .web_pack_box_l {
    width: 100%;
    text-align: center;
  }
  .web_pack_box_r {
    width: 70%;
    margin-top: 30px;
  }
  .web_feature {
    flex-direction: column;
    margin-top: 60px;
  }
  .web_feature li {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }
  .web_feature li p {
    width: 70%;
    padding: 20px;
  }
  .web_feature li img {
    width: 25%;
  }
  .web_list {
    width: 80%;
  }
  .web_price {
    flex-direction: column;
  }
  .web_price dl {
    width: 100%;
    padding: 30px;
    text-align: center;
    background: #fff;
  }
  .web_comment {
    flex-wrap: wrap;
  }
  .web_comment li {
    width: 49%;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: left;
    justify-content: flex-start;
  }
  .web_comment li .br_sp {
    display: none;
  }
}
/*------------------------------------------------
      service / hybrid seminaer
------------------------------------------------*/
.hb .ctitle_hd {
  background: url("../img/service_hb_bg.jpg") no-repeat;
  background-size: cover;
}
.hb h2, .hb h3, .hb_pattern_box .c_stitle {
  color: #55C6B0;
}
.hb_scene ul li p, .hb_strength_sub h3.c_stitle, .hb_pattern_box .c_stitle {
  font-weight: 700;
}
.hb_sec .inner {
  padding: 60px 0;
}
.hb_sec1, .hb_sec3 {
  background: #E5F7F3;
}
.hb_sec2 {
  background: #DFEFF7;
}
.hb_case li, .hb_case2, .hb_list_num li {
  background: #F8F7F1;
}
.hb_scene ul li {
  text-align: center;
}
.hb_case li {
  width: 32%;
  padding: 20px;
}
.hb_case_icon {
  margin: -60px 0 20px 10px;
}
.hb_case_sub .sec_box, .hb_merit .sec_box {
  flex-direction: column;
}
.hb_case_sub {
  width: 32%;
}
.hb_case2 {
  padding: 20px;
}
.hb_case2 li:before {
  content: "・"
}
.hb_case2 li {
  padding-left: 1em;
  text-indent: -1em;
}
.hb_case2 li + li {
  margin-top: 10px;
}
.hb_list_num {
  width: 80%;
  margin: 20px auto 0;
  counter-reset: count 0;
}
.hb_list_num li {
  padding: 10px;
}
.hb_list_num li + li {
  margin-top: .5em;
}
.hb_list_num li:before {
  content: counter(count) " ";
  counter-increment: count 1;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-right: .5em;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  background: #55C6B0;
}
.hb_strength.sec_box {
  flex-wrap: wrap;
}
.hb_strength_sub {
  width: 32%;
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
}
.hb_st_icon {
  text-align: center;
}
.hb_strength_sub h3.c_stitle {
  margin: 10px 0;
  text-align: center;
}
.hb_strength_sub h3 span {
  font-size: 1.4rem;
}
.hb_pattern .hb_pattern_box {
  width: 45%;
}
.hb_pattern .hb_pattern_box.hb_pattern_boxn {
  width: 28%;
}
.hb_pattern_box {
  padding: 20px;
  background: #F8F7F1;
}
.hb_pattern_icon {
  align-self: center;
}
.hb_pattern_txt {
  width: 63%;
}
.hb_pattern_img {
  width: 33%;
  align-self: center;
  text-align: center;
}
.hb_tab {
  display: flex;
  justify-content: center;
}
.hb_tab li {
  width: 50%;
  background: #D3E5E1;
}
.hb_tab li a {
  display: block;
  padding: 20px 10px;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.hb_tab li.current {
  border-top: 2px solid #55C6B0;
  background: #ffffff;
}
.hb_tab li.current a {}
.hb_tabcont {
  display: none;
  width: 100%;
  padding: 40px;
  background: #fff;
}
.hb_tabcont.current {
  display: block;
}
.hb_sys {
  border: 1px solid #55C6B0;
}
.hb_sys h3 {
  display: inline-block;
  padding: 0 10px;
  color: #ffffff;
  background: #55C6B0;
}
.hb_sys_sec {
  padding: 30px 40px;
}
.hb_sys_img {
  width: 45%;
  text-align: center;
}
.hb_sys_txt {
  width: 50%;
}
.hb_sys_txt li {
  display: flex;
  margin-bottom: 10px;
}
.hb_sys_txt li p {
  width: 35px;
}
.hb_sys_txt li dl {
  width: calc(100% - 35px);
}
.hb_sys_txt li dl dt {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .hb .main_sec .inner, .hb_sec .inner {
    padding: 20px 4%;
  }
  .hb_scene .sec_box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hb_scene .sec_box li {
    width: 32%;
    margin-bottom: 20px;
  }
  .hb_scene .sec_box li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .hb_case li {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hb_case_icon {
    width: 100px;
    margin: 0;
  }
  .hb_case_txt {
    width: calc(100% - 120px);
  }
  .hb_case_sub {
    width: 100%;
  }
  .hb_list_num {
    width: 100%;
  }
  .hb_strength.sec_box, .hb_pattern.sec_box {
    flex-direction: row;
  }
  .hb_pattern_txt {
    width: 100%;
  }
  .hb_pattern_img {
    margin-top: 10px;
  }
  .hb_sys_sec.sec_box {
    flex-direction: row;
  }
}
@media screen and (max-width: 680px) {
  .hb_strength.sec_box, .hb_pattern.sec_box {
    flex-direction: column;
  }
  .hb_strength_sub {
    width: 100%;
    padding: 10px;
  }
  .hb_st_txt {
    text-align: center;
  }
  .hb_pattern .hb_pattern_box {
    width: 100%;
  }
  .hb_pattern_icon {
    margin: 10px 0;
  }
  .hb_pattern_icon_arrow {
    transform: rotate(90deg);
  }
  .hb_pattern .hb_pattern_box.hb_pattern_boxn, .hb_sys_img, .hb_sys_txt {
    width: 100%;
  }
  .hb_sys_sec.sec_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .hb_st_txt {
    text-align: left;
  }
}
/*------------------------------------------------
      security
------------------------------------------------*/
.security_list dt {
  font-weight: 700;
}
.security_list dd + dt {
  margin-top: 30px;
}
.security_bottom {
  text-align: right;
}
.security_bottom {
  margin-top: 30px;
  text-align: right;
}
/*------------------------------------------------
      privacy
------------------------------------------------*/
.privacy h2 {
  margin-bottom: 1em;
  border-bottom: 1px solid #aaa;
}
.numb_list {
  margin-top: 1em;
  counter-reset: number;
  list-style-type: none;
}
.numb_list > li:before {
  counter-increment: number;
  content: counter(number)"\a0";
}
.numb_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.numb_list li + li {
  margin-top: .5em;
}
/*------------------------------------------------
      recruit
------------------------------------------------*/
.recruit_sec_wrapper {
  padding: 30px 0;
  background: url("../img/footer_bg.jpg") no-repeat right bottom;
  background-size: cover;
}
.recruit h3 {
  position: relative;
  padding-left: 35px;
}
.recruit h3:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 0;
  width: 20px;
  height: 5px;
  background: #88F2EE;
}
.recruit_list .sec_box {
  justify-content: flex-start;
  padding: 5px 0;
}
.recruit_list .sec_box dt {
  width: 5em;
  border-right: 1px solid #88F2EE;
}
.recruit_list .sec_box dd {
  padding-left: .5em;
}
@media screen and (max-width: 1200px) {
  .recruit_list .sec_box {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .recruit_list .sec_box {
    flex-direction: column
  }
  .recruit_list .sec_box dt {
    width: 100%;
    border-right: none;
  }
  .recruit .c_btitle {
    font-size: 2rem;
  }
}
/*------------------------------------------------
      contact
------------------------------------------------*/
.contact .ctitle_hd {
  background: url("../img/contact_bg.jpg") no-repeat right bottom;
  background-size: cover;
}
.contact_note {
  margin-top: 20px;
  padding: 20px;
  background: #f8f8f8;
}
.must {
  margin: 20px 0;
  font-size: 1.4rem;
}
.frm_sec {
  width: 100%;
}
.frm_sec .frm_box:first-child {
  border-top: 1px solid #eee;
}
.frm_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.frm_box .frm_hd, .frm_box .frm_data {
  padding: 20px 20px;
}
.frm_box .frm_hd {
  width: 27%;
  white-space: nowrap;
}
.frm_box .frm_data {
  width: 73%;
}
.frm_box .necessary {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
  border-radius: 5px;
  background: #90BF26;
}
.frm_box p {
  display: inline;
}
p.caut {
  display: block;
  padding: 10px 0;
  font-size: 0.9em;
}
.frm_privacy {
  margin: 40px 0;
  text-align: center;
}
.frm_privacy a {
  border-bottom: 1px solid #aaa;
}
.frm_check_sec {
  margin-top: 20px;
}
::-webkit-input-placeholder, :-ms-input-placeholder, :-moz-placeholder, ::placeholder {
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #999;
}
.check_box, .text_ssbox, .text_sbox, .text_box, .text_area {
  border: 1px solid #cdd7e5;
  border-radius: 3px;
  background-color: #ffffff;
}
.text_sbox, .text_box, .text_area {
  padding: 7px;
}
.check_box {
  width: 18px;
  height: 18px;
  margin-right: 1em;
}
.frm_btw {
  padding: 0 5px;
}
.text_sbox {
  width: 28%;
  height: 35px;
}
.text_box {
  width: 100%;
  height: 35px;
}
.text_area {
  width: 100%;
  min-height: 60px;
}
.frm_btn {
  text-align: center;
}
.btn_confirm input {
  display: inline-block;
  text-decoration: none;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #90BF26;
}
.frm_btn input:hover {
  opacity: 0.7;
}
@media screen and (max-width:980px) {
  .frm_sec .frm_box:first-child {
    border-top: none;
  }
  .frm_box {
    flex-direction: column;
    padding: 20px 0;
  }
  .frm_box .frm_hd, .frm_box .frm_data {
    width: 100%;
    padding: 10px 0 0;
  }
  .frm_box p {
    display: block;
  }
  .frm_box p + p {
    margin-top: 5px;
  }
  .text_box {
    width: 100%;
  }
  .text_area {
    width: 100%;
    min-height: 100px;
  }
  .frmbtn {
    display: block;
  }
  .frmbtn input {
    width: 200px;
    margin: 0 auto;
  }
  .frmbtn + .frmbtn {
    padding-left: 0;
    margin-top: 10px;
  }
}
/*------------------------------------------------
     seminar
------------------------------------------------*/
.seminar .ctitle_hd {
  background: url("../img/service_seminar_bg.jpg") no-repeat;
  background-size: cover;
}
.flow_title {
  border-bottom: 1px solid #eee;
}
.seminar_flow {
  position: relative;
}
.seminar .hb_tab li {
  border: none;
  background: none;
}
.seminar .hb_tab li a {
  background: #f8f8f8;
}
.seminar .hb_tab li:first-child.current a {
  border-top: 2px solid #5FCDD9;
  background: #ffffff;
}
.seminar .hb_tab li:last-child.current a {
  border-top: 2px solid #82C74D;
  background: #ffffff;
}
#srv_tab1 .seminar_flow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 25px;
  width: 3px;
  height: 100%;
  border-left: 3px solid #eee;
  z-index: 1
}
.flow_sec {
  position: relative;
  display: flex;
  z-index: 2
}
.flow_dot_sec {
  margin-top: 40px;
  margin-left: 9px;
}
.flow_numb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  color: #ffffff;
  border-radius: 50px;
}
.flow_dot_sec + .flow_numb_sec {
  margin-top: 120px;
}
#srv_tab2 .flow_numb_sec {
  margin-top: 120px;
}
.flow_l {
  width: 50px;
  margin-right: 10px;
}
.flow_r {
  width: calc(100% - 60px);
}
.flow_numb_sec .flow_r {
  margin-top: 10px;
}
.flow_subsec {
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  background: #F8F7F1;
}
.flow_subsec dt:before {
  content: "・";
  display: inline-block;
}
.flow_subsec dd {
  margin-left: 1em;
}
.flow_txt {
  margin-left: 50px;
}
.flow_subsec dd + dt {
  margin-top: 1.5em;
}
.flow_numb, .flow_sub_title, .flow_subsec dt {
  font-weight: 700;
}
#srv_tab1 .flow_title, #srv_tab1 .c_stitle, #srv_tab1 .flow_sub_title, #srv_tab1 .flow_subsec dt {
  color: #5FCDD9;
}
#srv_tab1 .flow_numb {
  background: #5FCDD9;
}
#srv_tab2 .flow_title, #srv_tab2 .c_stitle, #srv_tab2 .flow_sub_title, #srv_tab2 .flow_subsec dt {
  color: #82C74D;
}
#srv_tab2 .flow_numb {
  background: #82C74D;
}
.flow_w_arrow {
  position: relative;
  margin-bottom: 70px;
  padding: 20px;
  background: #ffffff;
}
.flow_w_arrow:last-child {
  margin-bottom: 0;
}
.flow_w_arrow + .flow_w_arrow:before {
  content: "";
  display: block;
  position: absolute;
  margin: 20px auto 0;
  top: -80px;
  left: 5%;
  width: 25px;
  height: 25px;
  border-right: 2px solid #82C74D;
  border-bottom: 2px solid #82C74D;
  transform: rotate(45deg);
  vertical-align: middle;
}
#srv_tab2 .flow_feature .c_stitle {
  position: relative;
  padding-left: 35px;
}
#srv_tab2 .flow_feature .c_stitle:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 0;
  width: 20px;
  height: 5px;
  background: #82C74D;
}
.flow_feature {
  padding: 20px;
  background: #EAF6E1;
}
.flow_feature ul {
  justify-content: center;
}
.flow_feature ul li {
  width: 30%;
  padding: 20px;
  text-align: center;
  background: #ffffff;
}
.flow_feature ul li + li {
  margin-left: 3%;
}
@media screen and (max-width:1200px) {
  .flow_txt {
    margin-top: 20px;
    margin-left: 0;
  }
  .flow_subsec {
    align-items: flex-start;
  }
  .hb_tabcont {
    display: none;
    padding: 20px;
  }
  .flow_feature ul {
    flex-direction: row;
  }
}
@media screen and (max-width:980px) {
  .flow_feature ul {
    flex-direction: column;
  }
  .flow_feature ul li {
    width: 100%;
  }
  .flow_feature ul li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .flow_feature ul li br {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .hb_tab li a {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------
       works
------------------------------------------------*/
.works .ctitle_hd {
  color: #fff;
  background: url(../img/works_bg.jpg) no-repeat;
  background-size: cover;
}
.works_snav {
  justify-content: flex-start;
}
.works_snav li + li {
  margin-left: 3em;
}
.works_snav li a {
  padding: 5px;
}
.works_snav li a:after {
  content: '>';
  display: inline-block;
  margin-left: 12px;
  transform: rotate(90deg) scaleY(1.7);
  background-size: contain;
  font-size: 1rem;
  line-height: 0;
  color: #aaa;
}
.works_sec {
  padding: 80px 0;
  background: #efefef;
}
.works_sec:nth-child(odd) {
  background: #DFF0F8
}
.works_sec h2 {
  position: relative;
  padding-left: 35px;
}
.works_sec h2:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 0;
  width: 20px;
  height: 5px;
  background: #333333;
}
.works_stitle {
  font-weight: 700;
}
.works_list_sec {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.works_list_sec li {
  width: 24%;
  margin-top: 10px;
  padding: 10px;
  background: #ffffff;
}
.works_list_sec li:not(:nth-child(4n)) {
  margin-right: 1%;
}
.works_ctg {
  margin-top: 10px;
  font-size: 1.2rem;
}
.works_ctg span {
  display: inline-block;
}
.works_ctg span + span {}
.works_ctg span + span:before {
  content: "/";
  display: inline-block;
  padding: 0 .5em;
}
.works_imglist_sec {
  flex-wrap: wrap;
}
.works_imglist_sec li {
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
}
.imglist_3c li {
  width: 32%;
}
.imglist_4c li {
  width: 24%;
}
.imglist_3c.last_sps li:last-child {
  margin-right: 34%;
}
@media screen and (max-width:1200px) {
  .works .inner {
    padding: 0 4%;
  }
  .works_snav, .works_list_sec, .works_imglist_sec {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .works_snav li {
    width: 33%;
    margin-bottom: 20px;
  }
  .works_snav li + li {
    margin-left: 0;
  }
  .works_list_sec li {
    width: 49.5%;
  }
  .works_list_sec li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .works_list_sec li:nth-child(odd) {
    margin-right: 1%;
  }
}
@media screen and (max-width:860px) {
  .works_sec {
    padding: 40px 0;
  }
  .works_snav {
    flex-direction: column;
  }
  .works_snav li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:480px) {
  .works_list_sec {
    flex-direction: column;
  }
  .works_list_sec li {
    width: 100%;
  }
  .works_list_sec li:nth-child(odd) {
    margin-right: 0;
  }
}
/*------------------------------------------------
      movie
------------------------------------------------*/
.movie .ctitle_hd {
  background: url("../img/service_movie_bg.jpg") no-repeat;
  background-size: cover;
}
.movie_point li {
  width: 32%;
  padding: 20px;
  text-align: center;
  background: #EDD4D2;
}
.movie_numb {
  font-weight: 700;
  font-size: 4rem;
  color: #ffffff;
}
.movie_point_title, .movie_point2_sec .c_btitle, .movie_works_sec .c_btitle {
  color: #C44579;
  line-height: 1.5;
  font-weight: 700;
}
.movie_works_sec .c_btitle {
  color: #ffffff;
}
.movie_point_txt {
  margin-top: 1em;
  text-align: left;
}
.movie_point2_sec {
  padding-top: 60px;
  background: url("../img/service_movie_bg02.jpg") no-repeat;
  background-size: cover;
}
.movie_point2_sec ul li {
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1C3D8;
  border-radius: 50%;
}
.movie_point2_sec ul li p {
  padding: 10px 30px;
  text-align: center;
}
.movie_works_sec {
  padding: 60px 0;
  background: #333333;
}
@media screen and (max-width:1200px) {
  .movie .inner {
    padding: 0 4%;
  }
  .movie .sec_box .sec_box_l, .movie .sec_box .sec_box_r {
    text-align: center;
  }
  .movie_point li {
    width: 100%;
  }
  .movie_point li + li {
    margin-top: 20px;
  }
  .movie_point_txt {
    text-align: center;
  }
  .movie_point2_sec ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .movie_point2_sec ul li {
    width: 48%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 50px;
  }
  .movie_point2_sec ul li p {
    padding: 10px 20px;
    text-align: center;
  }
}
@media screen and (max-width:860px) {
  .works_sec {
    padding: 40px 0;
  }
  .works_snav {
    flex-direction: column;
  }
}