@charset "utf-8";

/* --------------------------- common */

.none_list {
  font-size: 20px;
  text-align: center;
}
#application .none_list {
  padding: 70px 0 90px;
}
#case .none_list {
  padding: 70px 0 0;
}

/* --------------------------- fv */

#fv {
  padding: 0 0 50px;
  background: url(../images/index/fv_bg.png) no-repeat center top / 3000px;
}
#fv .bg {
  padding: 0 0 294px;
  margin-bottom: 50px;
  background: url(../images/index/txt_CONCEPT.png) no-repeat center bottom /
    1248px;
}

#fv .fv_inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 88px 0 0 5vw;
}
#fv .fv_inner h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}
#fv .fv_inner h2 small {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}
#fv .fv_inner h2 .en {
  display: block;
  font-size: 100px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 30px;
}
#fv .fv_inner h2 .en span {
  display: block;
  font-size: 80px;
  font-weight: 700;
  margin-top: -2px;
}
#fv .fv_inner h2 .en span em {
  font-size: 40px;
  vertical-align: super;
  font-weight: 700;
}
#fv .fv_inner p {
  font-size: 16px;
  line-height: 2.125;
  margin-bottom: 65px;
}
#fv .fv_inner .flex {
  display: flex;
  align-items: center;
}
#fv .fv_inner .flex .box {
  width: 240px;
  padding: 27px 0;
  background: #fff;
  border: 2px solid #0156bc;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
  margin-left: 20px;
}
#fv .fv_inner .flex .box:nth-child(1) {
  padding: 14px 0;
  margin-left: 0;
}
#fv .fv_inner .flex .box p {
  font-size: 22px;
  font-weight: 500;
  color: #0156bc;
  line-height: 1.364;
  margin-bottom: 0;
}

#fv .concept {
  padding: 0 0 190px;
  background: url(../images/index/fv_pic_01.png) no-repeat 80% top / 672px;
}
#fv .concept .left {
  width: 35%;
}
#fv .concept .left h3 {
  font-size: 45px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 28px;
}
#fv .concept .left h3 small {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: -4px;
}
#fv .concept .left h3 span {
  color: #0156bc;
  font-weight: 700;
  font-feature-settings: "palt";
}
#fv .concept .left h3 span em {
  font-weight: 300;
}
#fv .concept .left p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}

/* --------------------------- news */

#news {
  padding: 100px 0;
}
#news:before {
  display: block;
  content: "";
  width: 484px;
  height: 152px;
  background: url(../images/index/txt_NEWS.png) no-repeat center top / 100%;
  margin: 0 auto;
}
#news h4 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
#news h4 span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
#news .news {
  width: 980px;
  margin: 0 auto 60px;
}
#news .news a {
  position: relative;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #c2c2c2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#news .news a:last-child {
  border-bottom: 1px solid #c2c2c2;
}
#news .news a .left {
  margin-right: 30px;
}
#news .news a .right {
  width: 90%;
}
#news .news a:before,
#news .news a:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#news .news a:before {
  width: 15px;
  height: 15px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  border-radius: 50%;
  right: 0;
}
#news .news a:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 5px;
}
#news .news a .right .num {
  line-height: 150%;
  font-size: 20px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  color: #0156bc;
  margin-bottom: 10px;
}
#news .news a .right .bold {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

/* リンク先に飛ばしたくない場合 */
#news .cursor {
  cursor: default;
}

#news .cursor::before {
  display: none;
}

#news .btns {
  display: block;
  width: 400px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 18px;
}

/* --------------------------- intro */

.intro {
  padding: 50px 0 30px;
  background: url(../images/common/bg_pattern_01.jpg) repeat left top / 16px;
  text-align: center;
}
.intro .title {
  font-size: 30px;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
.intro .title em {
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.intro .title span {
  font-size: 60px;
  font-family: din-2014, sans-serif;
  vertical-align: -2px;
}
.intro .flex {
  text-align: left;
}
.intro .flex p {
  width: 45%;
  font-size: 24px;
  font-weight: 700;
  margin: 0 24px 30px;
  white-space: nowrap;
  display: inline-block;
}

.intro .flex p em {
  margin-left: 1.2em;
  font-weight: 700;
}

/* --------------------------- service */

#service {
  padding: 100px 0 0;
}
#service:before {
  display: block;
  content: "";
  width: 1119px;
  height: 255px;
  background: url(../images/index/txt_SERVICE.png) no-repeat center top / 100%;
  margin: 0 auto;
}
#service h4 {
  font-size: 48px;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 64px;
  text-align: center;
}
#service h4 span {
  font-size: 60px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
#service h4 span em {
  font-size: 24px;
  font-weight: 700;
  vertical-align: super;
}

#service .sevice_box .content_box:first-of-type {
  background: url(../images/index/svc_pic_01.jpg) calc(50% - 400px) center
    no-repeat;
  background-size: 800px;
}
#service .sevice_box .content_box:nth-of-type(2) {
  background: url(../images/index/svc_pic_02.jpg) calc(50% + 400px) center
    no-repeat;
  background-size: 800px;
}
#service .sevice_box .content_box:nth-of-type(3) {
  background: url(../images/index/svc_pic_03.jpg) calc(50% - 400px) center
    no-repeat;
  background-size: 800px;
}
#service .sevice_box .content_box:nth-of-type(4) {
  background: url(../images/index/svc_pic_04.png) calc(50% + 400px) center
    no-repeat;
  background-size: 800px;
}

#service .sevice_box .content_box .text {
  float: right;
  width: 485px;
  min-height: 600px;
  padding: 80px 0 0;
  box-sizing: border-box;
}
#service .sevice_box .content_box:nth-of-type(even) .text {
  float: left;
}

#service .sevice_box .content_box .text h5 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 28px;
}
#service .sevice_box .content_box .text h5 span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  width: 110px;
}

#service .sevice_box .content_box .text p {
  padding: 0 0 50px;
  letter-spacing: 0.06em;
  line-height: 200%;
  font-feature-settings: "palt";
}

#service .sevice_box .content_box ul li {
  float: left;
  padding: 1px;
  width: 235px;
  height: 40px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #004bb6, #006dd7);
  border-radius: 50px;
}
#service .sevice_box .content_box ul li:first-of-type {
  margin: 0 10px 0 0;
}

#service .sevice_box .content_box ul li div {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 0 0;
  border-radius: 50px;
  background: #fff;
  text-align: center;
}
#service .sevice_box .content_box ul li span {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* --------------------------- application */
#befaf {
  overflow: hidden;
}
#application {
  padding: 100px 0 345px;
}
#application h4 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
#application h4 .top {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 22px;
}
#application h4 .top span {
  font-size: 36px;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
#application h4 span em {
  font-size: 24px;
  font-weight: 700;
  vertical-align: super;
}

#application .slider {
  margin-bottom: 130px;
}
#application .slider .slide_item {
  position: relative;
  display: block;
  width: 480px;
}
#application .slider .slick-track {
  float: none;
  display: flex;
  gap: 100px;
  left: -580px;
}
#application .slider .slide_item .thumb {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 41px;
  border-radius: 10px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
}
#application .slider .slide_item .title {
  position: absolute;
  top: 20px;
  left: 0;
}
#application .slider .slide_item .title .sub {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding: 5px 32px 6px;
  border-radius: 0 30px 30px 0;
  margin-bottom: 20px;
}
#application .slider .slide_item .title h3 {
  font-size: 24px;
  margin-left: 30px;
}
#application .slider .slide_item .title h3 span {
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 10px;
}
#application .slider .slide_item .title h3 span:last-child {
  margin-bottom: 0;
}
#application .slider .slide_item .content {
  font-size: 16px;
  line-height: 2;
}

#application .slick-prev,
#application .slick-next {
  width: 80px;
  height: 80px;
  z-index: 5;
}
#application .slick-prev {
  left: calc(50% - 380px);
}
#application .slick-next {
  right: calc(50% - 380px);
}

#application .slick-arrow:before {
  content: "" !important;
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
#application .slick-next:before {
  background: url(../images/common/arrow_r.jpg) no-repeat !important;
  background-size: 100% !important;
}
#application .slick-prev:before {
  background: url(../images/common/arrow_l.jpg) no-repeat !important;
  background-size: 100% !important;
}
#application .slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#application .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
#application .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#application .slide-dots li button::before {
  position: absolute;
  content: "";
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #c9c9c9;
  border-radius: 50%;
  top: 0;
  left: 0;
}
#application .slide-dots li.slick-active button::before {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
}

#application .btns {
  width: 400px;
  line-height: 70px;
  font-size: 18px;
  margin: 0 auto;
}

#application .btns:after {
  width: 10px;
  height: 10px;
  right: 28px;
}

/* --------------------------- voice */

#voice {
  position: relative;
  padding: 316px 0 146px;
  background: url(../images/index/voice_bg.jpg) no-repeat center bottom / cover;
  z-index: 1;
}
#voice .case_top {
  position: absolute;
  top: -250px;
  left: 0;
  width: 90%;
  height: 500px;
  background: url(../images/index/voice_pic_01.jpg) no-repeat center center /
    cover;
}
#voice h4 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
#voice h4 span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 18px;
}
#voice h4 img {
  margin-left: 3px;
}
#voice .box {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
}
#voice .box:last-child {
  margin-bottom: 0;
}
#voice .box .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
#voice .box .flex .left {
}
#voice .box .flex .balloon {
  position: relative;
  width: 700px;
  padding: 37px 40px;
  background: #f2f8ff;
  border: 2px solid #0156bc;
  border-radius: 10px;
}
#voice .box .flex .balloon:before {
  position: absolute;
  content: "";
  top: 25%;
  left: -22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: calc(54px / 2);
  width: 22px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: #0156bc;
}
#voice .box .flex .balloon p {
  font-size: 24px;
  line-height: 1.5;
  color: #0156bc;
  font-weight: 700;
}
#voice .box .client {
  font-size: 18px;
  font-weight: 500;
}
#voice .box .client:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 20px;
  background: #0156bc;
  border-radius: 3px;
  vertical-align: -3px;
  margin-right: 13px;
}

/* --------------------------- case */

#case {
  position: relative;
  padding: 100px 0;
  background-color: #e5effa;
  z-index: 2;
}
#case:before {
  display: block;
  content: "";
  width: 988px;
  height: 152px;
  background: url(../images/index/txt_CASE.png) no-repeat center top / 100%;
  margin: 0 auto;
}
#case .case {
  position: relative;
}
#case .case:before,
#case .case:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(160px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #e5effa;
  top: -332px;
}
#case .case:before {
  left: -50%;
}
#case .case:after {
  right: -50%;
}
#case h4 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: -11px;
}
#case h4 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0156bc;
  font-family: "Metropolis-SemiBold", sans-serif;
  margin-bottom: 9px;
}

#case .slider_wrapper {
  padding: 50px 0;
  margin-bottom: 50px;
  overflow: hidden;
}
#case .slider {
}
#case .slider .slide_item {
  position: relative;
  display: block;
  width: 750px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 50px 40px;
  margin: 0 35px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
}
#case .slider .slick-list {
  overflow: visible;
}
#case .slider .slide_item .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 17px;
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 30px;
}
#case .slider .slide_item .left {
  width: 140px;
  height: auto;
}
#case .slider .slide_item .right {
  width: 490px;
}
#case .slider .slide_item .right .title {
}
#case .slider .slide_item .right .title .circle {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding: 7px 20px;
  border-radius: 50px;
  margin-bottom: 18px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#case .slider .slide_item .right .bold {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

#case .slider .slide_item .btm {
  position: relative;
}
#case .slider .slide_item .btm:before,
#case .slider .slide_item .btm:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#case .slider .slide_item .btm:before {
  width: 40px;
  height: 40px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  border-radius: 50%;
  right: 0;
}
#case .slider .slide_item .btm:after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 16px;
}
#case .slider .slide_item .name {
  position: relative;
  font-size: 18px;
  line-height: 1.667;
  font-weight: 500;
  padding: 0 40px 0 10px;
}
#case .slider .slide_item .name:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  width: 7px;
  height: 100%;
  border-radius: 3px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  vertical-align: -2px;
}

#case .slick-prev,
#case .slick-next {
  width: 80px;
  height: 80px;
  z-index: 5;
}

#case .slick-prev {
  left: calc(50% - 480px);
}

#case .slick-next {
  right: calc(50% - 480px);
}

#case .slick-arrow:before {
  content: "" !important;
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
#case .slick-next:before {
  background: url(../images/common/arrow_r.jpg) no-repeat !important;
  background-size: 100% !important;
}
#case .slick-prev:before {
  background: url(../images/common/arrow_l.jpg) no-repeat !important;
  background-size: 100% !important;
}
#case .slide-dots {
  margin: 0;
  padding: 0;
  /* text-align: center; */
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#case .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
#case .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#case .slide-dots li button::before {
  position: absolute;
  content: "";
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #c9c9c9;
  border-radius: 50%;
  top: 0;
  left: 0;
}
#case .slide-dots li.slick-active button::before {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
}

#case .btns {
  width: 400px;
  line-height: 70px;
  font-size: 18px;
  margin: 0 auto;
}

#case .btns:after {
  width: 10px;
  height: 10px;
  right: 28px;
}

/* --------------------------- flow */

#flow {
  position: relative;
  background: url(../images/common/bg_pattern_01.jpg) repeat left top / 16px;
  padding: 100px 0;
  z-index: 1;
}
#flow:before {
  display: block;
  content: "";
  width: 484px;
  height: 152px;
  background: url(../images/index/txt_FLOW.png) no-repeat center top / 100%;
  margin: 0 auto;
}
#flow h4 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 85px;
  text-align: center;
}
#flow h4 span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
#flow .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#flow .box {
  position: relative;
  width: 320px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
  padding: 60px 0 46px;
}

#flow .box:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../images/index/flow_arrow.png) no-repeat center / 100%;
  width: 22px;
  height: 37px;
  right: -47px;
}
#flow .box:last-child:after {
  display: none;
}
#flow .box .circle {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 40px;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  width: 70px;
  border-radius: 50%;
  padding: 15px 0;
}
#flow .box img {
  margin-bottom: 30px;
}

#flow .box .txt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

/* --------------------------- seminar */

#seminar {
  padding: 100px 0;
}
#seminar:before {
  display: block;
  content: "";
  width: 714px;
  height: 152px;
  background: url(../images/index/txt_SEMINAR.png) no-repeat center top / 100%;
  margin: 0 auto;
}
#seminar h4 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
#seminar h4 span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
#seminar .seminar {
  width: 980px;
  margin: 0 auto;
}
#seminar .seminar a {
  position: relative;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #c2c2c2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#seminar .seminar a:last-child {
  border-bottom: 1px solid #c2c2c2;
}
#seminar .seminar a .left {
  margin-right: 30px;
}
#seminar .seminar a .right {
  width: 78%;
}
#seminar .seminar a:before,
#seminar .seminar a:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#seminar .seminar a:before {
  width: 15px;
  height: 15px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  border-radius: 50%;
  right: 0;
}
#seminar .seminar a:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 5px;
}
#seminar .seminar a .right .num {
  line-height: 150%;
  font-size: 20px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  color: #0156bc;
  margin-bottom: 10px;
}
#seminar .seminar a .right .bold {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

#seminar .btns {
  display: none;
}

/* --------------------------- price */

#price {
  position: relative;
  padding: 100px 0;
  background: url(../images/index/price_bg.jpg) no-repeat center / cover;
  z-index: 1;
}
#price:before {
  display: block;
  content: "";
  width: 461px;
  height: 152px;
  background: url(../images/index/txt_PRICE.png) no-repeat center top / 100%;
  margin: 0 auto;
}
#price h4 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
#price h4 span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
#price .price {
  width: 640px;
  margin: 0 auto 73px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 44px 0 42px;
  border-radius: 20px;
}
#price .price .circle {
  width: 200px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin-right: 2em;
}
#price .price .num {
  font-size: 30px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#price .price .num span {
  font-size: 30px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
}
#price .price .num small {
  font-size: 24px;
  font-weight: 300;
  font-feature-settings: "palt";
}

#price .plan {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#price .plan .box {
  position: relative;
  width: 350px;
  background: #fff;
  border-radius: 20px;
  margin: 0 25px;
  z-index: 1;
}
#price .plan .box .top {
  padding-bottom: 30px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  color: #fff;
}
#price .plan .box .top p {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
#price .plan .box .top p span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}

#price .plan .box .btm {
  padding: 40px 25px 60px;
}
#price .plan .box .btm .charge {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
}
#price .plan .box .btm .headline {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0 6px;
  border: 2px solid #000;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 20px;
}
#price .plan .box .btm .charge .num {
  font-size: 28px;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
#price .plan .box .btm .charge .num span {
  font-size: 58px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}
#price .plan .box .btm .charge .num small {
  font-size: 18px;
  font-weight: 300;
  font-feature-settings: "palt";
}
#price .plan .box .btm .use {
}
#price .plan .box .btm .use .con {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
#price .plan .box .btm .use .con:last-child {
  margin-bottom: 0;
}
#price .plan .box .btm .use .con:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 9px;
  vertical-align: -1px;
}

#price .plan .standard .top {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(106, 198, 204) 0%,
    rgb(78, 159, 171) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(106, 198, 204) 0%,
    rgb(78, 159, 171) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(106, 198, 204) 0%,
    rgb(78, 159, 171) 100%
  );
  padding-top: 29px;
}
#price .plan .premiun .top {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(50, 190, 103) 0%,
    rgb(33, 173, 72) 99%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(50, 190, 103) 0%,
    rgb(33, 173, 72) 99%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(50, 190, 103) 0%,
    rgb(33, 173, 72) 99%
  );
  padding-top: 49px;
}
#price .plan .premiun .balloon {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 250px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 500;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(254, 215, 1) 0%,
    rgb(254, 192, 1) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(254, 215, 1) 0%,
    rgb(254, 192, 1) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(254, 215, 1) 0%,
    rgb(254, 192, 1) 100%
  );
  box-shadow: 2.5px 4.33px 10px 0px rgba(24, 25, 46, 0.15);
  text-align: center;
  border-radius: 50px;
  z-index: 2;
}
#price .plan .premiun .balloon:after {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  width: 10px;
  height: calc(20px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fecb01;
  z-index: -1;
}

#price .plan .standard .btm .use .con:before {
  background: url(../images/index/price_check_b.png) no-repeat center / 100%;
}
#price .plan .premiun .btm .use .con:before {
  background: url(../images/index/price_check_g.png) no-repeat center / 100%;
}

/* table */
#price table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1100px;
  font-size: 1.2em;
  table-layout: fixed;
}

#price table tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 1px solid #2e5aca;
}

#price table th,
#price table td {
  text-align: center;
  padding: 1em 10px 1em 1em;
}

#price table th {
  font-size: 0.85em;
  border-right: 1px solid #2e5aca;
}

#price table th .big {
  font-size: 2em;
  font-weight: bold;
  vertical-align: -1px;
}

#price table td .big {
  font-size: 2em;
  font-weight: bold;
  vertical-align: -1px;
}

#price table thead tr {
  background-color: #167f92;
}

#price table tbody .title {
  text-align: center;
}

#price table tbody .hontei {
  text-align: center;
}

#price table tbody th {
  color: #fff;
  background: #78bbc7;
}

#price table tbody .product {
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(61, 209, 166) 0%,
    rgb(27, 196, 149) 100%
  );
  color: #fff;
  font-weight: bold;
}

#price table tbody .cost {
  color: #000;
  text-align: center;
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(254, 215, 1) 0%,
    rgb(254, 192, 1) 100%
  );
  padding: 1em 10px 1em 1em;
  font-weight: bold;
}

#price .download {
  margin-top: 50px;
}

/* #price:before {
  display: block;
  content: "";
  width: 714px;
  height: 152px;
  background: url(../images/index/txt_DOWNLOAD.png) no-repeat center top / 100%;
  margin: 0 auto;
} */

/* --------------------------- download */

#download {
  padding: 100px 0;
}
#download:before {
  display: block;
  content: "";
  width: 714px;
  height: 152px;
  background: url(../images/index/txt_DOWNLOAD.png) no-repeat center top / 100%;
  margin: 0 auto;
}
#download h4 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

#download h4 span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
#download .inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#download .fl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#download .item {
  width: calc((100% - 30px) / 2);
  padding: 30px;
  border: 1px solid #167f92;
}

#download .item .heading {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #167f92;
}

#download .item .ios {
  padding-bottom: 39px;
}

#download .item .heading h4 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}

#download .item .heading h4::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 50%);
}

#download .item .heading a {
  display: inline-block;
}

#download .fab {
  font-family: "Font Awesome 5 Brands";
  padding-right: 10px;
}

#download .fa-apple:before {
  content: "\f179";
}

/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
  /* --------------------------- common */

  .none_list {
    font-size: 16px;
  }
  #application .none_list {
    padding: 40px 0 60px;
  }
  #case .none_list {
    padding: 40px 0 60px;
  }

  /* --------------------------- fv */

  #fv {
    padding: 0 0 50px;
    background: url(../images/index/fv_bg_sp.png) no-repeat center 20px / 100%;
  }
  #fv .bg {
    padding: 0 0 105px;
    margin-bottom: 25px;
    background: url(../images/index/txt_CONCEPT.png) no-repeat center bottom /
      351px;
  }

  #fv .fv_inner {
    padding: 18px 0 0;
  }
  #fv .fv_inner h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 35px;
    margin-bottom: 15px;
  }
  #fv .fv_inner h2 small {
    font-size: 15px;
    line-height: 1.333;
    margin-bottom: 15px;
  }
  #fv .fv_inner h2 .en {
    font-size: 60px;
    margin-top: 6px;
  }
  #fv .fv_inner h2 .en span {
    font-size: 50px;
    margin-top: 0;
  }
  #fv .fv_inner h2 .en span em {
    font-size: 24px;
  }
  #fv .fv_inner img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  #fv .fv_inner p {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.923;
    margin-bottom: 25px;
  }
  #fv .fv_inner .flex {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  #fv .fv_inner .flex .box {
    width: 100%;
    padding: 13px 0;
    margin: 10px 0 0;
  }
  #fv .fv_inner .flex .box:nth-child(1) {
    padding: 13px 0;
    margin: 0;
  }
  #fv .fv_inner .flex .box p {
    font-size: 15px;
    font-weight: 500;
    color: #0156bc;
    line-height: 1.364;
    margin-bottom: 0;
  }

  #fv .concept {
    padding: 0 0;
    background: none;
  }
  #fv .concept .left {
    width: 100%;
  }
  #fv .concept .left h3 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  #fv .concept .left h3 small {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
  }
  #fv .concept .left p {
    font-size: 13px;
    line-height: 1.769;
    margin-bottom: 37px;
  }

  /* --------------------------- news */

  #news {
    padding: 50px 0;
  }
  #news:before {
    width: 162px;
    height: 50px;
  }
  #news h4 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #news h4 span {
    font-size: 12px;
    margin-bottom: 6px;
  }
  #news .news {
    width: 100%;
    margin: 0 auto 30px;
  }
  #news .news a {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 0;
  }
  #news .news a .left {
    width: 80px;
    height: auto;
    margin-right: 11px;
  }
  #news .news a .right {
    position: relative;
    width: 90%;
  }
  #news .news a:before {
    width: 15px;
    height: 15px;
  }
  #news .news a:after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 5px;
    height: 5px;
    right: 6px;
  }
  #news .news a .right .num {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #news .news a .right .bold {
    font-size: 12px;
    line-height: 1.25;
  }

  #news .btns {
    display: block;
    width: 300px;
    margin: 0 auto;
  }

  /* --------------------------- intro */

  .intro {
    padding: 50px 0 50px;
    background-size: 8px;
    text-align: left;
  }
  .intro .title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 35px;
    text-align: center;
  }
  .intro .title span {
    font-size: 40px;
    vertical-align: -2px;
  }
  .intro .flex {
    display: block;
  }
  .intro .flex p {
    width: 100%;
    font-size: 14px;
    margin: 0 0 20px;
    display: block;
  }
  .intro .flex p:last-child {
    margin-bottom: 0;
  }

  /* --------------------------- service */

  #service {
    padding: 37px 0 20px;
  }
  #service:before {
    width: 327px;
    height: 55px;
    margin-bottom: 20px;
  }
  #service h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #service h4 span {
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
  }
  #service h4 span em {
    font-size: 16px;
  }

  #service .sevice_box {
    padding: 0;
  }
  #service .sevice_box .content_box:first-of-type,
  #service .sevice_box .content_box:nth-of-type(2),
  #service .sevice_box .content_box:nth-of-type(3),
  #service .sevice_box .content_box:nth-of-type(4) {
    background: none;
  }

  #service .sevice_box .content_box {
    padding: 35px 0 0;
  }
  #service .sevice_box .content_box:first-of-type {
    padding: 0;
  }
  #service .sevice_box .content_box .item {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  #service .sevice_box .content_box .text {
    float: none;
    width: 100%;
    min-height: auto;
    padding: 25px 0 30px;
    border-bottom: 1px solid #c9c9c9;
  }
  #service .sevice_box .content_box:last-of-type .text {
    border: none;
  }

  #service .sevice_box .content_box .text h5 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  #service .sevice_box .content_box .text p {
    padding: 0 0 14px;
    font-size: 13px;
  }

  #service .sevice_box .content_box ul li {
    width: calc(100% / 2 - 2%);
    height: 30px;
  }
  #service .sevice_box .content_box ul li:first-of-type {
    margin: 0 4% 0 0;
  }

  #service .sevice_box .content_box ul li div {
    padding: 5px 0 0;
  }
  #service .sevice_box .content_box ul li span {
    font-size: 14px;
  }

  /* --------------------------- application */

  #application {
    padding: 45px 0 94px;
  }
  #application h4 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #application h4 .top {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  #application h4 .top span {
    font-size: 25px;
  }
  #application h4 span em {
    font-size: 16px;
  }

  #application .slider {
    margin-bottom: 70px;
  }
  #application .slider .slide_item {
    width: 270px;
    margin: 0 12px;
  }
  #application .slider .slick-track {
    float: left;
    display: block;
    gap: 0;
    left: 0;
  }

  #application .slider .slide_item .thumb {
    margin-bottom: 14px;
  }
  #application .slider .slide_item .title {
    position: absolute;
    top: 15px;
    left: 0;
  }
  #application .slider .slide_item .title .sub {
    font-size: 12px;
    padding: 4px 20px 5px;
    margin-bottom: 8px;
  }
  #application .slider .slide_item .title h3 {
    font-size: 15px;
    margin-left: 15px;
  }
  #application .slider .slide_item .title h3 span {
    padding: 6px 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #application .slider .slide_item .content {
    font-size: 13px;
    line-height: 1.9;
  }

  #application .slick-prev,
  #application .slick-next {
    width: 40px;
    height: 40px;
  }

  #application .slick-prev {
    left: 0;
  }
  #application .slick-next {
    right: 0;
  }

  #application .slick-arrow:before {
    width: 40px !important;
    height: 40px !important;
  }

  #application .slide-dots {
    bottom: -40px;
  }
  #application .slide-dots li {
    margin: 0 5px;
  }
  #application .slide-dots li button::before {
    width: 8px;
    height: 8px;
  }
  #application .btns {
    width: 300px;
    line-height: 50px;
    font-size: 14px;
    margin: 0 auto;
  }

  /* --------------------------- voice */

  #voice {
    padding: 92px 0 59px;
    background: #0156bc;
  }
  #voice .case_top {
    top: -63px;
    height: 125px;
  }
  #voice h4 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  #voice h4 span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #voice h4 img {
    width: 45px;
    height: auto;
    margin-left: 3px;
  }
  #voice .box {
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #voice .box .flex {
    margin-bottom: 15px;
  }
  #voice .box .flex .left {
    width: 20%;
    height: auto;
  }
  #voice .box .flex .balloon {
    width: 75%;
    padding: 20px 15px;
  }
  #voice .box .flex .balloon:before {
    top: 25px;
    left: -12px;
    transform: none;
    -webkit-transform: none;
    height: calc(16px / 2 * tan(60deg));
    width: 10px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background: #0156bc;
  }
  #voice .box .flex .balloon p {
    font-size: 15px;
    line-height: 1.667;
  }
  #voice .box .client {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.429;
  }
  #voice .box .client:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 35px;
    border-radius: 5px;
    vertical-align: -3px;
    margin-right: 10px;
  }

  /* --------------------------- case */

  #case {
    padding: 50px 0;
  }
  #case:before {
    width: 340px;
    height: 50px;
  }

  #case .case:before,
  #case .case:after {
    height: calc(56px / 2);
    top: -128px;
  }

  #case h4 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #case h4 span {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
  }

  #case .slider_wrapper {
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  #case .slider {
    margin-bottom: 70px;
  }
  #case .slider .slide_item {
    width: 325px;
    margin: 0 15px;
    padding: 15px;
  }

  #case .slider .slide_item .flex {
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #c9c9c9;
    margin-bottom: 10px;
  }
  #case .slider .slide_item .left {
    width: 70px;
    height: auto;
    margin: 0 auto 10px;
  }
  #case .slider .slide_item .right {
    width: 200px;
  }
  #case .slider .slide_item .right .title {
  }
  #case .slider .slide_item .right .title .circle {
    display: inline-block;
    width: auto;
    font-size: 13px;
    padding: 2px 15px 3px;
    margin: 0 auto 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #case .slider .slide_item .right .bold {
    font-size: 15px;
    line-height: 1.667;
  }

  #case .slider .slide_item .btm:before {
    width: 20px;
    height: 20px;
  }
  #case .slider .slide_item .btm:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 8px;
    height: 8px;
    right: 7px;
  }
  #case .slider .slide_item .name {
    font-size: 14px;
    line-height: 1.667;
  }
  #case .slider .slide_item .name:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 16px;
    border-radius: 2px;
    vertical-align: -4px;
  }
  #case .slider .slide_item .name {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.429;
    padding-right: 20px;
  }
  #case .slider .slide_item .name:before {
    width: 5px;
    height: 100%;
    border-radius: 3px;
    margin-right: 5px;
  }

  #case .slick-prev,
  #case .slick-next {
    width: 40px;
    height: 40px;
  }

  #case .slick-prev {
    left: 0;
  }

  #case .slick-next {
    right: 0;
  }

  #case .slick-arrow:before {
    width: 40px !important;
    height: 40px !important;
  }

  #case .slide-dots {
    bottom: -50px;
  }
  #case .slide-dots li button::before {
    width: 8px;
    height: 8px;
  }

  #case .slide-dots li {
    margin: 0 5px;
  }
  #case .btns {
    width: 300px;
    line-height: 50px;
    font-size: 14px;
    margin: 0 auto;
  }

  /* --------------------------- flow */

  #flow {
    background-size: 8px;
    padding: 50px 0;
  }
  #flow:before {
    width: 162px;
    height: 50px;
  }
  #flow h4 {
    font-size: 25px;
    margin-bottom: 42px;
  }
  #flow h4 span {
    font-size: 12px;
    margin-bottom: 6px;
  }
  #flow .flex {
    display: block;
  }
  #flow .box {
    position: relative;
    width: 250px;
    border-radius: 10px;
    margin: 0 auto 92px;
    padding: 40px 0 30px;
  }

  #flow .box:after {
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border: none;
    width: 50px;
    height: 30px;
    background: url(../images/index/flow_arrow_sp.png) no-repeat center top /
      100%;
  }
  #flow .box:last-child {
    margin-bottom: 0;
  }
  #flow .box .circle {
    top: -25px;
    font-size: 29px;
    width: 50px;
    padding: 10px 0 11px;
  }
  #flow .box img {
    width: 43px;
    height: auto;
    margin-bottom: 15px;
  }
  #flow .box:nth-child(2) img {
    width: 40px;
    height: auto;
    margin-bottom: 15px;
  }
  #flow .box .txt {
    font-size: 20px;
    line-height: 1;
  }

  /* --------------------------- seminar */

  #seminar {
    padding: 50px 0;
  }
  #seminar:before {
    width: 238px;
    height: 50px;
  }
  #seminar h4 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #seminar h4 span {
    font-size: 12px;
    margin-bottom: 6px;
  }
  #seminar .seminar {
    width: 100%;
    margin: 0 auto 30px;
  }
  #seminar .seminar a {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 0;
  }
  #seminar .seminar a .left {
    width: 80px;
    height: auto;
    margin-right: 11px;
  }
  #seminar .seminar a .right {
    position: relative;
    width: 65%;
  }
  #seminar .seminar a:before {
    width: 15px;
    height: 15px;
  }
  #seminar .seminar a:after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 5px;
    height: 5px;
    right: 6px;
  }
  #seminar .seminar a .right .num {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #seminar .seminar a .right .bold {
    font-size: 12px;
    line-height: 1.25;
  }

  #seminar .btns {
    display: block;
    width: 300px;
    margin: 0 auto;
  }

  /* --------------------------- price */

  #price {
    padding: 50px 0;
    background-image: -moz-linear-gradient(
      0deg,
      rgb(0, 75, 182) 0%,
      rgb(0, 109, 215) 99%
    );
    background-image: -webkit-linear-gradient(
      0deg,
      rgb(0, 75, 182) 0%,
      rgb(0, 109, 215) 99%
    );
    background-image: -ms-linear-gradient(
      0deg,
      rgb(0, 75, 182) 0%,
      rgb(0, 109, 215) 99%
    );
  }
  #price:before {
    width: 154px;
    height: 52px;
  }
  #price h4 {
    font-size: 25px;
    margin-bottom: 50px;
  }
  #price h4 span {
    font-size: 12px;
    margin-bottom: 6px;
  }
  #price .price {
    width: 90%;
    margin: 0 auto 26px;
    display: block;
    padding: 15px 0 21px;
    border-radius: 20px;
    text-align: center;
  }
  #price .price .circle {
    width: 150px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 auto 8px;
  }
  #price .price .num {
    font-size: 35px;
  }
  #price .price .num span {
    font-size: 30px;
  }
  #price .price .num small {
    font-size: 15px;
  }

  #price .scroll {
    overflow-x: scroll;
  }
  #price .plan {
    width: calc(620px + 10%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 15px 5% 0;
  }
  #price .plan .box {
    width: 300px;
    margin: 0;
    border-radius: 10px;
  }
  #price .plan .box .top {
    padding-bottom: 20px;
    border-radius: 10px 10px 0 0;
  }
  #price .plan .box .top p {
    font-size: 24px;
  }
  #price .plan .box .top p span {
    font-size: 12px;
    margin-bottom: 7px;
  }

  #price .plan .box .btm {
    padding: 25px 25px 40px;
  }
  #price .plan .box .btm .charge {
    padding-bottom: 23px;
    margin-bottom: 25px;
  }
  #price .plan .box .btm .headline {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0 6px;
    border: 1px solid #000;
    margin-bottom: 22px;
  }
  #price .plan .box .btm .charge .num {
    font-size: 24px;
  }
  #price .plan .box .btm .charge .num span {
    font-size: 50px;
  }
  #price .plan .box .btm .charge .num small {
    font-size: 15px;
  }
  #price .plan .box .btm .use {
  }
  #price .plan .box .btm .use .con {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #price .plan .standard {
    margin-right: 20px;
  }
  #price .plan .standard .top {
    padding-top: 29px;
  }
  #price .plan .premiun .top {
    padding-top: 29px;
  }
  #price .plan .premiun .balloon {
    font-size: 15px;
    width: 120px;
    line-height: 30px;
    top: -15px;
  }
  #price .plan .premiun .balloon:after {
    display: none;
  }

  /* table */

  #price table {
    border: 0;
    width: 90%;
    font-size: 1.2em;
  }

  #price table th {
    background-color: #167f92;
    display: block;
    border-right: none;
  }

  #price table tr {
    display: block;
    border-bottom: none;
    margin-bottom: 1px;
  }

  #price table td {
    border-bottom: 2px solid #fff;
    display: block;
    font-size: 0.8em;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 4em;
    border-right: none;
  }

  #price table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-30%);
    color: #167f92;
  }

  #price table td:last-child {
    border-bottom: 0;
  }

  #price table tbody {
    display: block;
    margin-bottom: 1em;
  }

  #price table tbody th {
    color: #fff;
  }

  #price table tbody .title {
    padding: 0;
    margin-bottom: 0;
  }

  /* --------------------------- download */

  #download {
    padding: 50px 0;
  }

  #download:before {
    width: 238px;
    height: 50px;
  }
  #download h4 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #download h4 span {
    font-size: 12px;
    margin-bottom: 6px;
  }

  #download .inner {
    width: 90%;
  }

  #download .fl {
    flex-direction: column;
  }

  #download .item {
    width: 100%;
    margin-bottom: 30px;
  }

  #download .item:last-child {
    margin-bottom: 0px;
  }

  #download .item .heading {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  #download .item .heading h4 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
  }

  #download .item .heading h4::before {
    width: 30%;
  }
}
