@charset "UTF-8";
/* service element
----------------------------------------------------*/
.service_title {
  height: 330px;
  background: #002b4e url(../img/service_header_bg.jpg) no-repeat center center;
  background-size: cover;
}

.media_title {
  height: 330px;
  background: #002b4e url(../img/media_header_bg.jpg) no-repeat center center;
  background-size: cover;
}

.service_title_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 195px 40px 0;
  color: #fff;
}
@media screen and (max-width: 739px) {
  .service_title_inner {
    padding: 180px 40px 0;
  }
}

.service_title_inner h1 {
  font-size: clamp(25px, 4vw, 40px);
  line-height: 1.3;
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.service_point .cp {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  padding: 60px 0 30px;
}

.service_point .cp strong {
  font-weight: 700;
  color: #e85538;
}

.service_point .fb_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e1e9f4;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 20px;
}

.service_point .fb_box .fb_left {
  width: 330px;
  margin-right: 20px;
  text-align: center;
}

.service_point .fb_box .fb_left img {
  max-width: 100%;
}

.service_point .fb_box .fb_left img.set01 {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_point .fb_box .fb_left img.set02 {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_point .fb_box .fb_left img.set03 {
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_point .fb_box .fb_left img.set04 {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_point .fb_box .fb_left img.set05 {
  max-width: 100%;
  border-radius: 20px;
}

.service_point .fb_box .fb_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service_point ul.white li {
  margin: 0 0 10px;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  background-position: 30px 20px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.06);
}

.service_point .white_box {
  padding: 25px 25px 25px 110px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.06);
}

.service_point .white_box p {
  font-size: 16px;
  line-height: 1.5;
}

.service_point .white_box p.point_ttl {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0.5rem;
  border-bottom: 2px solid #d0cece;
  font-size: 18px;
}

.service_point .white_box p.point_ttl:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: "";
  background: #eb7d3c;
}

.service_point .white_box p strong {
  font-weight: bold;
}

.service_point .white_box ul {
  margin: 10px 0 0 15px;
  line-height: 1.5;
}

.service_point .white_box li {
  font-size: 15px;
  text-indent: -1em;
}

.service_point .white_box li span {
  color: #3366aa;
}

.service_point .white_box li + li {
  margin-top: 3px;
}

.service_point .white_box li:before {
  content: "・";
}

.white_box + .white_box {
  margin-top: 10px;
}

.service_point .white_box.ds01 {
  background: #fff url(../img/icon_ds001.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.ds02 {
  background: #fff url(../img/icon_ds002.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.ds03 {
  background: #fff url(../img/icon_ds003.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.p01 {
  background: #fff url(../img/icon_p001.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.p02 {
  background: #fff url(../img/icon_p002.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.m01 {
  background: #fff url(../img/icon_m001.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.m02 {
  background: #fff url(../img/icon_m002.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.h01 {
  background: #fff url(../img/icon_h001.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.h02 {
  background: #fff url(../img/icon_h002.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.h03 {
  background: #fff url(../img/icon_h003.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.os01 {
  background: #fff url(../img/icon_os001.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.os02 {
  background: #fff url(../img/icon_os002.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .white_box.os03 {
  background: #fff url(../img/icon_os003.png) no-repeat 20px center;
  background-size: 65px;
}

.service_point .center {
  text-align: center;
  margin-bottom: 20px;
}

.bg_section {
  background-color: #f4f3f2;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 739px) {
  .bg_section {
    padding: 40px 0;
  }
}

.section_block {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 739px) {
  .section_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

h2.ttl {
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0cece;
  font-size: 30px;
  text-align: left;
  line-height: 2;
}

p.cp_text {
  margin: 0 auto 45px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}

p.fig {
  margin-top: 30px;
}

p.fig img {
  max-width: 100%;
}

@media screen and (max-width: 959px) {
  .service_point .cp {
    font-size: 18px;
    padding: 40px 0 30px;
  }
  .service_point .fb_box .fb_left {
    width: 280px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 559px) {
  .service_title {
    height: 180px;
    background: #002B4D url(../img/service_header_bg.jpg) no-repeat center bottom;
  }
  .media_title {
    height: 180px;
    background: #002b4e url(../img/media_header_bg.jpg) no-repeat -450px bottom;
  }
  .service_title_inner {
    padding: 105px 0px 0;
  }
  .service_title_inner h1 {
    font-size: 20px;
    text-align: center;
  }
  .service_point .cp {
    font-size: 18px;
    text-align: left;
    padding: 30px 0 20px;
  }
  .ppt_service .cp br {
    display: none;
  }
  .service_point .fb_box {
    display: block;
  }
  .service_point .fb_box .fb_left {
    width: 50%;
    margin: 0 auto 10px;
  }
  .service_point .fb_box .fb_left img.set01,
  .service_point .fb_box .fb_left img.set02,
  .service_point .fb_box .fb_left img.set03,
  .service_point .fb_box .fb_left img.set04 {
    width: 100%;
    height: auto;
  }
  .service_point ul.white li {
    padding: 30px 20px 20px;
    background-size: 50px;
    background-position: 20px 10px;
  }
  .service_point .white_box {
    padding: 30px 20px 20px;
  }
  .white_box + .white_box {
    margin-top: 30px;
  }
  .service_point .white_box p {
    font-size: 16px;
  }
  .service_point .white_box p.point_ttl {
    padding: 0 0 0.5rem 50px;
  }
  .service_point .white_box.ds01 {
    background: #fff url(../img/icon_ds001.png) no-repeat 20px 40px;
    background-size: 35px;
  }
  .service_point .white_box.ds02 {
    background: #fff url(../img/icon_ds002.png) no-repeat 20px 40px;
    background-size: 35px;
  }
  .service_point .white_box.ds03 {
    background: #fff url(../img/icon_ds003.png) no-repeat 20px 40px;
    background-size: 35px;
  }
  .service_point .white_box.p01 {
    background: #fff url(../img/icon_p001.png) no-repeat 20px 40px;
    background-size: 35px;
  }
  .service_point .white_box.p02 {
    background: #fff url(../img/icon_p002.png) no-repeat 20px 25px;
    background-size: 35px;
  }
  .service_point .white_box.m01 {
    background: #fff url(../img/icon_m001.png) no-repeat 20px 25px;
    background-size: 35px;
  }
  .service_point .white_box.m02 {
    background: #fff url(../img/icon_m002.png) no-repeat 20px 25px;
    background-size: 35px;
  }
  .service_point .white_box.h01 {
    background: #fff url(../img/icon_h001.png) no-repeat 20px 40px;
    background-size: 35px;
  }
  .service_point .white_box.h02 {
    background: #fff url(../img/icon_h002.png) no-repeat 20px 40px;
    background-size: 35px;
  }
  .service_point .white_box.h03 {
    background: #fff url(../img/icon_h003.png) no-repeat 20px 40px;
    background-size: 35px;
  }
  .service_point .white_box.os01 {
    background: #fff url(../img/icon_os001.png) no-repeat 20px 40px;
    background-size: 35px;
  }
  .service_point .white_box.os02 {
    background: #fff url(../img/icon_os002.png) no-repeat 20px 40px;
    background-size: 35px;
  }
  .service_point .white_box.os03 {
    background: #fff url(../img/icon_os003.png) no-repeat 20px 40px;
    background-size: 35px;
  }
}
@media screen and (max-width: 350px) {
  .service_title h1 {
    font-size: 20px;
  }
}
/* デジタルサイネージ
----------------------------------------------------*/
.signage_outline {
  margin: 0 0 60px;
}

.signage_outline p {
  margin: 0 0 45px;
  text-align: left;
  line-height: 1.4;
}

.signage_outline .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  border-bottom: 1px solid #eb7d3c;
}

.signage_outline .title_block h3 {
  width: 190px;
  margin: 0 20px 0 0;
  padding: 10px;
  background-color: #eb7d3c;
  color: #fff;
  font-weight: normal;
  line-height: 1.8;
}

.signage_outline .title_block p {
  width: 100%;
  margin: 0;
  font-weight: bold;
}

.copy_text {
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 739px) {
  .copy_text br {
    display: none;
  }
}

.sub_text {
  margin: 0 auto 80px;
  font-weight: bold;
  line-height: 1.4;
}

.ar_single {
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.4;
}

.ar_single_2 {
  margin: 0 auto 30px;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

.ar_list {
  margin: 0 0 60px;
}

.ar_list li {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

@media screen and (max-width: 559px) {
  .signage_outline .title_block h3 {
    width: 130px;
    margin: 0 10px 0 0;
    padding: 10px 5px;
    background-color: #eb7d3c;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
  }
}
/* HUB STATION
----------------------------------------------------*/
h3.ttl_plan {
  margin: 0 0 30px;
  border-bottom: 2px solid #eb7d3c;
  color: #fff;
  font-weight: normal;
  text-align: left;
}

h3.ttl_plan span {
  display: block;
  width: 35%;
  margin: 0;
  padding: 10px 0;
  background-color: #eb7d3c;
  line-height: 1.4;
  text-align: center;
}

p.text_1 {
  margin: 0 auto 60px;
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
}

.plan_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px;
}

.plan_block .plan_item {
  width: 23%;
  margin: 0 0 0 20px;
  padding: 30px 10px;
  background-color: #fff;
  border-radius: 10px;
}

.plan_block .plan_item:first-child {
  margin-left: 0px;
}

.plan_block .plan_item h4 {
  margin: 0 0 20px;
  font-weight: normal;
}

.plan_block .plan_item p {
  margin: 0 auto 10px;
  font-weight: normal;
  line-height: 1.6;
}

.plan_block .plan_item p strong {
  font-size: 28px;
  font-weight: normal;
}

.plan_block .plan_item p.add {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 559px) {
  h3.ttl_plan span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background-color: #eb7d3c;
    text-align: center;
  }
  .plan_block {
    display: block;
  }
  .plan_block .plan_item {
    width: 100%;
    margin: 0 0 20px;
    padding: 30px 10px;
  }
}
/* オンラインセミナー
----------------------------------------------------*/
.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.case_list li {
  width: 18%;
  margin: 0 0 60px 25px;
  text-align: center;
}

.case_list li img {
  width: 100px;
  height: 100px;
  margin-top: 20px;
}

.case_list li:nth-child(6),
.case_list li:first-child {
  margin-left: 0px;
}

.flow_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 60px;
}

.flow_block .flow_item_1 {
  position: relative;
  width: 20%;
  margin: 0 0 30px;
  padding-bottom: 100px;
  text-align: center;
}

.flow_block .flow_item_2 {
  width: 5%;
  margin: 0 0 30px;
  text-align: center;
}

.flow_block .flow_item_1 h3 {
  margin: 0 0 30px;
  padding: 10px;
  text-align: center;
  background-color: #4f5354;
  color: #fff;
}

.flow_block .flow_item_1 p {
  margin: 0 auto 10px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}

.flow_block .flow_item_1 .pict {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.flow_block .flow_item_1 .pict img {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 559px) {
  .case_list li {
    width: 50%;
    margin: 0 0 60px;
  }
  .flow_block {
    display: block;
  }
  .flow_block .flow_item_1,
  .flow_block .flow_item_2 {
    width: 100%;
  }
  .flow_block .flow_item_2 img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
/* 取り扱いメディア一覧
----------------------------------------------------*/
.local_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px;
}

.local_nav li {
  width: 23%;
}

.local_nav li a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  background-color: #4a95cf;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.local_nav li a:hover {
  background-color: #ff7558;
}

.fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 48px;
}

.fb_cell {
  width: 32%;
  -webkit-opacity: 0;
  opacity: 1;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.fb_cell h3 {
  margin: 0 0 20px;
  text-align: left;
  line-height: 1.6;
}

.fb_cell ul li {
  margin: 0 15px 15px 0;
  list-style: none;
  text-align: left;
  line-height: 1.6;
}

p.text1 {
  margin: 30px auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.btn_contact {
  margin: 30px auto;
  text-align: center;
}

.btn_contact a {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding: 15px 80px 15px 60px;
  margin: 0 20px;
  background-color: #4a95cf;
  border-radius: 3px;
  -webkit-box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.1);
  background-image: url(../img/icon_arrow1.png);
  background-position: right 30px center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn_contact a:hover {
  background-color: #ff7558;
}

@media screen and (max-width: 959px) {
  .media_list .btn_contact a {
    font-size: 20px;
  }
}
@media screen and (max-width: 559px) {
  .local_nav {
    display: block;
  }
  .local_nav li {
    width: 100%;
  }
  .local_nav li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    padding: 15px 0;
    font-size: 18px;
  }
  .fb {
    display: block;
  }
  .fb_cell {
    width: 100%;
  }
  p.text1 {
    font-size: 13px;
  }
  .btn_contact a {
    font-size: 16px;
    padding: 15px 60px 15px 30px;
  }
}
.kikaku_block {
  padding: 10px 0 80px;
}
.kikaku_block h2 {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 440px) {
  .kikaku_block h2 {
    font-size: 20px;
  }
}
.kikaku_block .kikaku_grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.kikaku_block .kikaku_grid li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  text-align: center;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 660px) {
  .kikaku_block .kikaku_grid li a {
    padding: 10px;
  }
}
@media screen and (max-width: 440px) {
  .kikaku_block .kikaku_grid li a {
    display: block;
  }
}
.kikaku_block .kikaku_grid li a:hover {
  border: solid 1px #ff6c00;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}
.kikaku_block .kikaku_grid li a span.kikaku_icon {
  display: block;
  padding-right: 20px;
}
@media screen and (max-width: 660px) {
  .kikaku_block .kikaku_grid li a span.kikaku_icon {
    padding-right: 10px;
  }
}
.kikaku_block .kikaku_grid li a span.kikaku_date {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .kikaku_block .kikaku_grid li a span.kikaku_date {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .kikaku_block .kikaku_grid li a span.kikaku_date {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 440px) {
  .kikaku_block .kikaku_grid li a span.kikaku_date {
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.kikaku_block .kikaku_grid li a span.kikaku_date br {
  display: none;
}
@media screen and (max-width: 560px) {
  .kikaku_block .kikaku_grid li a span.kikaku_date br {
    display: inline;
  }
}
.kikaku_block .kikaku_grid li a span.kikaku_btn {
  margin-left: auto;
  display: block;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 3px;
  color: #fff;
  background-image: url(../../img/btn_over2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-color: #3d75dd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 660px) {
  .kikaku_block .kikaku_grid li a span.kikaku_btn {
    padding: 12px 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  .kikaku_block .kikaku_grid li a span.kikaku_btn {
    font-size: 15px;
  }
}
.kikaku_block .kikaku_grid li a:hover span.kikaku_btn {
  background-size: 100% 100%;
}

.kikaku_block2 {
  padding: 20px 0 80px;
  max-width: 850px;
}
@media screen and (max-width: 440px) {
  .kikaku_block2 {
    padding: 0 0 40px;
  }
}
.kikaku_block2 h2 {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 1em;
}
@media screen and (max-width: 440px) {
  .kikaku_block2 h2 {
    font-size: 20px;
  }
}
.kikaku_block2 .kikaku_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 35px;
}
@media screen and (max-width: 420px) {
  .kikaku_block2 .kikaku_grid li {
    width: 100%;
  }
}
.kikaku_block2 .kikaku_grid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.kikaku_block2 .kikaku_grid .kikaku_date {
  font-size: 15px;
}
.kikaku_block2 .kikaku_grid .kikaku_icon {
  width: 16px;
}
.kikaku_block2 .kikaku_grid .kikaku_icon img {
  width: 100%;
}

.service_kikaku {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
@media screen and (max-width: 767px) {
  .service_kikaku {
    padding: 0 20px 40px;
  }
}
.service_kikaku .kikaku_text1 {
  font-size: 18px;
  line-height: 1.8;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .service_kikaku .kikaku_text1 {
    padding: 20px 0;
    font-size: 15px;
  }
}
.service_kikaku .kikaku_fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .service_kikaku .kikaku_fb {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service_kikaku .kikaku_fb {
    display: block;
  }
}
.service_kikaku .kikaku_fb .kikaku_fb_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service_kikaku .kikaku_fb .kikaku_fb_side {
  width: 300px;
}
@media screen and (max-width: 959px) {
  .service_kikaku .kikaku_fb .kikaku_fb_side {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .service_kikaku .kikaku_fb .kikaku_fb_side {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service_kikaku .kikaku_fb .kikaku_fb_side .kikaku_fb_side_inner {
  background-color: #f5f5f5;
  padding: 25px 15px;
}
@media screen and (max-width: 959px) {
  .service_kikaku .kikaku_fb .kikaku_fb_side .kikaku_fb_side_inner {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .service_kikaku .kikaku_fb .kikaku_fb_side .kikaku_fb_side_inner {
    padding: 20px 10px 10px;
    position: relative;
    top: 0px;
  }
}
.service_kikaku .kikaku_fb .kikaku_fb_side .tag_ttl {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.service_kikaku .kikaku_fb .kikaku_fb_side .tag_sttl {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 8px;
  border-radius: 3px;
  background-color: #222;
}
.service_kikaku .kikaku_fb .kikaku_fb_side .tags {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .service_kikaku .kikaku_fb .kikaku_fb_side .tags {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px 6px;
  }
}
.service_kikaku .kikaku_fb .kikaku_fb_side .tags a {
  margin-top: 4px;
  font-size: 14px;
  padding: 8px 15px;
  display: block;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 3px;
  text-align: center;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .service_kikaku .kikaku_fb .kikaku_fb_side .tags a {
    width: calc(33.33% - 4px);
  }
}
@media screen and (max-width: 599px) {
  .service_kikaku .kikaku_fb .kikaku_fb_side .tags a {
    width: calc(50% - 4px);
  }
}
.service_kikaku .kikaku_fb .kikaku_fb_side .tags a:hover {
  color: #fff;
  background-color: #4a95cf;
}
.service_kikaku .kikaku_fb .kikaku_fb_side .tags .input_date {
  width: 100%;
}
.service_kikaku .kikaku_fb .kikaku_fb_side .tags .input_date input#search_date {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.service_kikaku .kikaku_fb .kikaku_fb_side .tags .input_date input#search_date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  -webkit-filter: invert(0.4);
          filter: invert(0.4);
  position: absolute;
  right: 10px;
  top: 10px;
}
.service_kikaku .grid_card .card + .card {
  margin-top: 5px;
}
.service_kikaku .grid_card .card {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: solid 1px #eee;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service_kikaku .grid_card .card:hover {
  border: solid 1px #000;
}
.service_kikaku .grid_card .card.open {
  border: solid 1px #aaa;
}
.service_kikaku .grid_card .card .card_header {
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
}
.service_kikaku .grid_card .card .card_header .card_name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service_kikaku .grid_card .card .toggle_icon {
  position: relative;
  width: 15px;
  height: 15px;
}
.service_kikaku .grid_card .card .toggle_icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4694d1;
  left: 0;
  top: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service_kikaku .grid_card .card .toggle_icon .line1 {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.service_kikaku .grid_card .card .toggle_icon .line2 {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.service_kikaku .grid_card .card.open .toggle_icon .line1 {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-color: #aaa;
}
.service_kikaku .grid_card .card.open .toggle_icon .line2 {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  background-color: #aaa;
}
.service_kikaku .grid_card .card .card_title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
.service_kikaku .grid_card .card .card_date {
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 5px;
  color: #333;
}
.service_kikaku .grid_card .card .card_info {
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 400;
  line-height: 1.5;
}
.service_kikaku .grid_card .card .card_tbl {
  width: 100%;
  margin-top: 20px;
}
.service_kikaku .grid_card .card .card_tbl th {
  padding: 4px 0;
  white-space: nowrap;
  vertical-align: middle;
}
.service_kikaku .grid_card .card .card_tbl th span {
  display: block;
  text-align: center;
  color: #eee;
  background-color: #252525;
  padding: 6px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 4px;
}
.service_kikaku .grid_card .card .card_tbl td {
  width: 100%;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
}
.service_kikaku .grid_card .card .card_tbl td span {
  display: inline-block;
  text-align: center;
  border: solid 1px #ccc;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 50px;
  margin: 2px 4px 2px 0px;
}
@media screen and (max-width: 599px) {
  .service_kikaku .grid_card .card .card_tbl td span {
    padding: 4px 8px;
  }
}
.service_kikaku .accordion {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  margin-top: 0;
}
.service_kikaku .accordion .accordion_inner {
  padding: 0 25px 20px;
}