body {
  font-size: 18px;
}

/* * { */
/* outline: auto; */
/* } */
.w90 {
  width: 90%;
}
.mb30 {
  margin-bottom: 12px;
}
.mb40{
  margin-bottom: 40px;
}
.mb80{
  margin-bottom: 80px;
}
.bold {
  font-weight: bold;
}
.bold-red {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.txt-left {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0 60px;
}
.mt-100 {
  margin-top: 100px;
}
.page-content section {
  margin-bottom: 90px;
}

/* mv */
.mv {
  background: url(../../images/production/wordpress-mv.jpg) no-repeat center!important;
  height: 339px;
  margin-bottom: 40px;
  padding-top: 50px;
  background-size: cover!important;
}
@media screen and (max-width: 768px) {
  .mv {
    background: url(../../images/production/wordpress-mv.jpg) no-repeat right center!important;
    background-size: cover!important;
  }
}
.opacity-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1072px;
  height: 214px;
  margin-left: auto;
  margin-right: auto;
  /* 閭梧勹濶ｲ縺ｮ縺ｿ50%騾乗� */
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  position: relative;
}
.mv-icon01,
.mv-icon02 {
  position: absolute;
}

.mv-icon01 {
  top: -14px;
  left: 25px;
}
.mv-icon02 {
  top: 45px;
  left: 14px;
}
.opacity-inner {
  padding: 30px 40px;
  text-align: center;
}
.opacity-inner-title {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  color: #1f2879;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.service-overview {
  font-size: 20px !important;
  margin-top: 35px;
  text-align: left;
  line-height: 1.4;
  font-weight: bold;
}
/* mv縺薙％縺ｾ縺ｧ */

.marker_line {
  background: linear-gradient(transparent 50%, #ffff36 50%);
}

.marker_line-sub {
  background: linear-gradient(transparent 70%, #ffff36 70%);
}
.page-wrap {
    /*padding-left: 100px;
    padding-right: 100px;*/
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.page-content {
  max-width: 1080px;
  margin: 0 auto;
}

/* 繝壹�繧ｸ蜀�Μ繝ｳ繧ｯ繝懊ち繝ｳ */
.link-btn-wrap {
  margin-bottom: 60px;
}
.link-btn-wrap {
  display: flex;
  justify-content: space-between;
}
.link-btn-wrap a {
  position: relative;
  display: inline-block;
  width: 32%;
  max-width: 400px;
  margin-right: 1%;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-align-last: center;
  background: #1f287a;
}
.link-btn-wrap a:last-child {
  margin-right: 0;
}
.link-btn-wrap img {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
/* 繝壹�繧ｸ蜀�Μ繝ｳ繧ｯ繝懊ち繝ｳ縺薙％縺ｾ縺ｧ */

/* 繝舌リ繝ｼ */
.banner-area {
  position: relative;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 900;
  margin-bottom: 48px;
  text-align: center;
}
.banner-area-text {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.banner-area-text img {
  margin-bottom: 48px;
}
/* 繝舌リ繝ｼ縺薙％縺ｾ縺ｧ */

/* 繝舌リ繝ｼ荳九∵ｦりｦ√ユ繧ｭ繧ｹ繝�   */
.list-description {
  font-size: 16px;
  line-height: 1.7;
  margin: 15px 0 80px;
  text-align: left;
  /* padding: 0 10px; */
}
.list-description p .marker_line {
  font-weight: bold;
}
.service-description {
  display: flex;
  font-size: 16px;
}
.service-description p {
  margin-right: 0;
  padding-left: 20px;
}
/* 繝舌リ繝ｼ荳九∵ｦりｦ√ユ繧ｭ繧ｹ繝医％縺薙∪縺ｧ   */

/* 謌仙粥莠倶ｾ� */
.seo-success-example {
  background: #fff3d9;
  text-align: center;
  margin-bottom: 65px;
}
.seo-success-example p span.crm-example {
  font-size: 28px;
  color: #fe7600;
}
.seo-success-example-list {
  padding: 0 25px 17px;
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 112px;*/
}
.seo-success-example-item {
  width: 32%;
}
.seo-success-example-item img {
  width: 100%;
}
.seo-success-example p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 25px 0;
}
.seo-success-example p span {
  font-size: 28px;
}
.seo-success-example p:before,
.seo-success-example p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #ff7600;
}
.seo-success-example p:before {
  left: -25px;
}
.seo-success-example p:after {
  right: -25px;
}
/* 謌仙粥莠倶ｾ九％縺薙∪縺ｧ */

/* 蛻ｶ菴懷ｮ溽ｸｾ */
#homeCreative .homeCreativeWrap {
  margin: 0 auto;
  width: 800px!important;
}
#homeCreative .swiper-button-prev,
#homeCreative .swiper-button-next {
  top: 280px;
}
#homeCreative .swiper-container {
  margin-top: 30px;
}
/* 蛻ｶ菴懷ｮ溽ｸｾ縺薙％縺ｾ縺ｧ */

/* 3縺､縺ｮ繝昴う繝ｳ繝� */
.point-group {
  position: relative;
}
.point-group ul {
  display: flex;
  justify-content: space-between;
}
.point-group:after {
  border-left: 175px solid transparent;
  border-right: 175px solid transparent;
  border-top: 65px solid #1f2879;
  bottom: -102px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
.point-list {
  position: relative;
}
li.point-list h3{
  text-align: center;
  font-size:18px;
}
.point-list:not(:first-of-type) {
  margin-left: 47px;
}
.point-box {
  border: 4px solid #1f2879;
  border-radius: 10px;
  height: 207px;
  padding-top: 39px;
  text-align: center;
}
.point h3 {
  font-size: 22px;
  font-weight: bold;
}
.point-img1 {
  margin-top: 15px;
}
.point-img2 {
  margin-top: 20px;
}
.point-img3 {
  margin-top: 30px;
}
.point-description {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 20px;
}
.point-circle {
  background-color: #e61f18;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 58px;
  left: -6px;
  padding-top: 14px;
  position: absolute;
  text-align: center;
  top: -27px;
  width: 58px;
}
.point-bottom {
  font-size: 26px;
  font-weight: bold;
  margin-top: 130px;
  text-align: center;
}
.point-bottom .red {
  color: #e61f18;
  line-height: 1.6;
}
.point-large {
  font-size: 28px;
  line-height: 1.43;
}
/* 3縺､縺ｮ繝昴う繝ｳ繝医％縺薙∪縺ｧ */

/* 繧ｵ繧､繝亥宛菴懊�繝輔Ο繝ｼ */
.flow-group {
  margin-top: 60px;
}
.flow-group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}
.flow-list {
  width: 33%;
  position: relative;
  margin-bottom:50px;
}
.flow-list img {
  width: 100%;
}
.flow-list:nth-of-type(1) .flow-description {
    left: calc(50% - 6.2em);
    bottom: 8%;
}
.flow-list:nth-of-type(2) .flow-description {
    left: calc(50% - 3.2em);
    bottom: 15%;
}
.flow-list:nth-of-type(3) .flow-description {
    left: calc(50% - 3.2em);
    bottom: 15%;
}
.flow-list:nth-of-type(4) .flow-description { 
    left: calc(50% - 4.5em);
    bottom: 8%;
}
.flow-list:nth-of-type(5) .flow-description {
    left: calc(50% - 4.5em);
    bottom: 8%;
}
/* .flow-list:nth-of-type(1) .flow-description {
  left: 11px;
  top: 130px;
}
.flow-list:nth-of-type(2) .flow-description {
  left: 56px;
  top: 140px;
}
.flow-list:nth-of-type(3) .flow-description {
  left: 56px;
  top: 140px;
}
.flow-list:nth-of-type(4) .flow-description {
  left: 40px;
  top: 130px;
}
.flow-list:nth-of-type(5) .flow-description {
  left: 40px;
  top: 130px;
} */
.flow-description {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  line-height: 1.33;
  position: absolute;
  text-align: center;
}
/* 繧ｵ繧､繝亥宛菴懊�繝輔Ο繝ｼ縺薙％縺ｾ縺ｧ */

/* 繝輔ぉ繝ｼ繧ｺ蜈ｱ騾� */
.phase {
  position: relative;
}
.phase-ttl {
  position: relative;
  color: #fff;
  background: #1f2879;
  font-size: 24px;
  font-weight: 700;
  padding: 19px 60px 21px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}
.page-service .banner-area-text{padding:30px 0!important;}
/*.banner-area{margin-bottom:0!important}*/
.page-service .banner-area-text p{    line-height: 150%;}
.page-service .list-description2 img{    max-width: 100%!important;}
.point-bottom2{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.point-group.no-arrow:after{content:none;}

.ico_img_tyui {
    position: relative;
    padding-left: 140px;
    height: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.ico_img_tyui:before {
    content: '';
    position: absolute;
    background: url(../../images/production/bikkuri.jpg) no-repeat 50% 0%;
    background-size: 130px;
    width: 100px;
    top: 0;
    left: 0;
    height: 130px;
}

.p_supplement{    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;}

@media screen and (max-width: 768px) {
  .phase-ttl {
    padding: 19px 20px 21px 60px;
  }
}
.phase-ttl::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 60px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.phase-ttl::after {
  position: absolute;
  top: 8px;
  left: 33px;
  font-size: 28px;
  font-weight: 700;
  color: #1f287a;
}
.phase-vertical {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: 4px;
  position: absolute;
  top: 7px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.phase-intro {
  line-height: 1.68;
  margin-bottom: 35px;
  padding: 0 30px;
}
.phase-group {
  display: flex;
  justify-content: space-between;
}
.phase-group ul {
  padding: 11px 25px 0;
}
.phase-item {
  background-color: #e7eef7;
  border: 3px solid #1f287a;
  border-radius: 5px;
  padding: 23px 0 30px;
  margin: 0 20px;
}
.phase-sub-ttl {
  background-color: #1f287a;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 16px 0 16px 20px;
	border-radius: 0;
}
.phase-tag {
  background-color: #fff;
  border: 1px solid #1f287a;
  color: #1f287a;
  display: inline-block;
  font-weight: bold;
  padding: 5px 28px;
  text-align: center;
}
.phase-group-left,
.phase-group-right {
  width: 50%;
}
.phase-list {
  display: flex;
  justify-content: space-between;
}
.phase-list:not(:first-of-type) {
  margin-top: 25px;
}
.phase-item-ttl {
  border-bottom: 3px solid #ff0000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  margin-top: 8px;
  padding-bottom: 6px;
  width: 80%;
}
.phase-list-txt {
  width: 67%;
}
.phase-item-description {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify!important;
    word-break: break-all;
    margin-top: 10px;
}
.phase-point {
  background-color: #fff;
  border: 2px solid #ed7d31;
  border-radius: 7px;
  margin: 45px auto 0;
  width: 92.2%;
}
.phase-point-ttl {
  background-color: #ed7d31;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13.7px;li.phase03-list
  font-weight: bold;
  padding: 3px 18px;
}
.phase-point-desc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
  padding: 0 22px 15px;
}
/* 繝輔ぉ繝ｼ繧ｺ蜈ｱ騾壹％縺薙∪縺ｧ */

/* 繝輔ぉ繝ｼ繧ｺ1 */
.phase01 .phase-ttl::after {
  content: "1";
}
.phase01 img {
  margin-top: 20px;
  width: 142px;
  border: 1px solid #999;
}
.phase-group-left .phase-list:nth-of-type(3) {
  margin-top: 35px;
}
/* 繝輔ぉ繝ｼ繧ｺ1縺薙％縺ｾ縺ｧ */

/* 繝輔ぉ繝ｼ繧ｺ2 */
.phase02 {
  margin-top: 115px;
  position: relative;
}
.phase02::before,
.phase02::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 538px;
  position: absolute;
  top: -270px;
  width: 220px;
  z-index: -1;
}
.phase02::before {
  background-size   : 90% 90%;
  background-image: url(../../images/production/arrow-left.png) ;
  left: 160px;
}
.phase02::after {
  background-size   : 90% 90%;
  background-image: url(../../images/production/arrow-right.png);
  right: 160px;
}
@media screen and (max-width: 768px) {
  .phase02::before,
  .phase02::after{
    display: none;
  }
}
.phase02 .phase-ttl::after {
  content: "2";
}
.phase02 .phase-intro {
  margin-bottom: 50px;
}
.phase02 .phase-item {
  text-align: left;
}
.phase02 .phase-tag {
    margin: 30px 0 0 0;
}
.phase02 .phase-item-ttl {
    margin: 25px auto 0;
    text-align: left;
    width: 100%;
}
.phase02 .phase-item-description {
  margin: 25px auto 0;
  text-align: left;
  width: 100%;
}
.phase02-img-group {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.phase02-img-group figure:not(:first-of-type) {
  margin-left: 100px;
}
.phase02 img {
  width: 325px;
}
/* 繝輔ぉ繝ｼ繧ｺ2縺薙％縺ｾ縺ｧ */

/* 繝輔ぉ繝ｼ繧ｺ3 */
.phase03 .phase-ttl::after {
  content: "3";
}
.phase03 ul {
  display: flex;
  padding: 30px 25px 10px;
}
.phase03-list:not(:first-of-type) .phase-item-ttl {
  margin-top: 20px;
  padding-bottom: 20px;
}
.phase03 .phase-item-description {
  width: 80%;
}
.phase03 figure {
  margin-top: 40px;
  text-align: center;
}
.phase03 .phase-point {
  margin: 45px 30px 0 auto;
  width: 44.6%;
}
/* 繝輔ぉ繝ｼ繧ｺ3縺薙％縺ｾ縺ｧ */

/* 繝輔ぉ繝ｼ繧ｺ4 */
.phase04 {
  position: relative;
}
.phase04 .phase-ttl::after {
  content: "4";
}
.phase04::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 538px;
  position: absolute;
  top: -270px;
  width: 220px;
  z-index: -1;
}
.phase04::after {
  background-size: 95% 95%;
  background-image: url(../images/production/arrow-right.png);
  right: 160px;
}
.phase04 .phase-intro {
  margin-bottom: 50px;
}
.phase04 .phase-item-ttl {
  width: 60%;
}
.phase04 .phase-item {
  margin-bottom: 20px;
}
.phase04 ul {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 0;
}
.phase-04-list {
  width: 450px;
}
.phase-04-list figure {
  margin-top: 30px;
}
.phase04 .phase-attention {
  font-size: 17px;
  line-height: 1.41;
  padding: 0 30px;
}
/* 繝輔ぉ繝ｼ繧ｺ4縺薙％縺ｾ縺ｧ */

/* 繝輔ぉ繝ｼ繧ｺ5 */
.phase05 {
  position: relative;
}
.phase05 .phase-ttl::after {
  content: "5";
}
.phase05 img {
  margin-top: 20px;
  width: 142px;
  border: 1px solid #999;
}
.phase05 .phase-ttl::after {
  content: "5";
}
.phase05::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 195px;
  width: 146px;
  z-index: -1;
}
.phase05::after {
  background-image: url(../images/production/arrow-top.png);
}
.phase05 .phase-intro {
  margin-bottom: 60px;
}
.phase05 .phase-group {
  margin-bottom: 115px;
}
.phase05 .phase-group .phase-item {
  /*height: 600px;*/
}
.phase05 .phase-group-left,
.phase05 .phase-group-right {
  position: relative;
}
.phase05 .phase-group-left::after,
.phase05 .phase-group-right::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  position: absolute;
  top: 510px;
  z-index: -1;
}
.phase05 .phase-group-left::after {
  background-image: url(../images/production/arrow-left-bottom.png);
  left: 240px;
  height: 154px;
  width: 132px;
}
.phase05 .phase-group-right::after {
  background-image: url(../images/production/arrow-right-bottom.png);
  height: 176px;
  right: 240px;
  top: 425px;
  width: 72px;
}
.phase-group-right .phase-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 0;
  width: 420px;
}
.phase05 .phase-group-left .phase-list:nth-of-type(2) {
  margin-top: 85px;
}
.phase05-list1 {
  line-height: 1.41;
}
.phase05-list1:nth-of-type(odd) {
  width: 190px;
}
.phase05-list1:nth-of-type(even) {
  width: 220px;
}
.phase-group05 {
  padding: 28px 0 0 25px;
}
.phase05-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 10px;
}
.phase05-container .phase05-left,
.phase05-container .phase05-right {
  width: 452px;
}
.phase05-container figure {
  margin-bottom: 25px;
}
.phase-group05-group {
  display: flex;
  justify-content: space-between;
}
.phase05-list2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.phase-img-ttl {
  font-weight: bold;
  line-height: 2.5;
}
.phase-group05-img-group {
  margin-top: 60px;
}
.phase05-description-bottom {
  font-size: 17px;
  line-height: 1.41;
  padding: 20px 30px 0;
}
.phase05-right .phase-list-txt {
  width: 100%;
}
.phase05-right-img {
    display: flex;
    justify-content: center;
}
.phase05-right-img div {
    margin: 20px 10px 0;
    text-align: center;   
}
.phase05-right-img p {
    font-size: 14px;
}
.phase05-right-img img {
    margin: 0;
}
.phase05-right-img .banner {
    width:50%;
}
/* 繝輔ぉ繝ｼ繧ｺ5縺薙％縺ｾ縺ｧ */

/* 繧ｵ繧､繝亥宛菴懊�蠑ｷ縺ｿ */
.strength-list h3 {
  color: #1f2879;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.strength-list:not(:first-of-type) {
  margin-left: 80px;
  text-align: right;
}
.strength ul {
  display: flex;
}
.strength-group {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  position: relative;
}
.strength-group::before {
  background-image: url(../images/production/cross.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 49px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 125px;
  width: 49px;
}
.strength-item {
  width: 228.5px;
}
.strength-item:nth-of-type(1) {
  color: #1f2879;
}
.strength-item:nth-of-type(2) {
  color: #f08641;
  margin-left: 40px;
}
.strength-item:nth-of-type(1) .strength-team-ttl {
  background-color: #1f2879;
}
.strength-item:nth-of-type(2) .strength-team-ttl {
  background-color: #f08641;
}
.strength-item:nth-of-type(1) .strength-item-box {
  border: 1px solid #1f2879;
}
.strength-item:nth-of-type(2) .strength-item-box {
  border: 1px solid #f08641;
}
.strength-item ul {
  display: block;
  margin-top: 15px;
  text-align: left;
}
.strength-item img {
  margin-top: 20px;
}
.strength-logo {
  margin: 25px 60px 0 0;
}
.strength-item-box {
  height: 330px;
  text-align: center;
}
.strength-team-ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}
.strength-team-list {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}
.strength-team-list span {
  margin-left: 16px;
}
.strength-team-description {
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  margin-top: 15px;
}
.strength-bottom {
  background-color: #feebbe;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 120px;
  padding: 17px 0;
  position: relative;
  text-align: center;
}
.strength-bottom:before {
  border-left: 107px solid transparent;
  border-right: 107px solid transparent;
  border-top: 59px solid #1f2879;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -80px;
  width: 0px;
}
.strength-list:first-of-type ul {
  padding-left: 40px;
}
.strength-list:nth-of-type(2) ul {
  justify-content: space-between;
}
.strength-production-list {
  border: 2px solid #1f2879;
  border-radius: 6px;
  color: #1f2879;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 45px;
  padding: 51px 19px;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.strength-arrow02 {
  margin-top: 22px;
}
.strength-production-txt {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 68px 0 0;
}
/* 繧ｵ繧､繝亥宛菴懊�蠑ｷ縺ｿ縺薙％縺ｾ縺ｧ */

/* 蟷�ｺ�＞蛻ｶ菴懷ｮ溽ｸｾ */
.creative-center h3 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding: 15px 0px;
    background: #E7E8F0;
    border-left: 10px solid var(--color-blue);
    margin-bottom: 50px;
    color: #000;
}
/*
.creative-center h3:first-of-type {
  margin-top: 60px;
}
*/
.creative-center ul {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.creative-center-list:not(:first-of-type) {
  margin-left: 45px;
}
.creative-center-list p {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
/* 蟷�ｺ�＞蛻ｶ菴懷ｮ溽ｸｾ縺薙％縺ｾ縺ｧ */

/* 繝ｪ繝九Η繝ｼ繧｢繝ｫ謌仙粥螳滉ｾ� */
.success-intro {
  font-size: 18px;
  font-weight: bold;
  padding: 0 30px;
}
.success-intro span {
  font-size: 24px;
}
.success-description {
  line-height: 1.68;
  margin-top: 30px;
  padding: 0 30px;
}
.success-before {
  background-color: #f2f2f2;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  position: relative;
  width: 25%;
}
.success-before:after {
  border-bottom: 65px solid transparent;
  border-left: 32px solid #1f2879;
  border-top: 65px solid transparent;
  bottom: 50%;
  content: "";
  margin: auto;
  position: absolute;
  right: -32px;
  top: 50%;
  width: 0px;
}
.success-before-ttl {
  background-color: #b8b8b8;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  padding: 19px 0 15px 25px;
}
.success-after {
  background-color: #f5fbfe;
  border: 1px solid #1f2879;
  border-radius: 6px;
  margin-left: 12px;
  width: 70%;
}
.success-after-ttl {
  background-color: #1f2879;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-weight: bold;
  padding: 19px 0 15px 25px;
}
.success-page {
  font-weight: bold;
}
.success-group {
  display: flex;
  justify-content: center;
  margin: 45px 20px 0;
}
.success-group-before {
  padding: 42px 25px 25px;
}
.success-group-after {
  display: flex;
  justify-content: center;
  padding: 42px 18px 25px;
}
.success-group img {
  margin-top: 10px;
  width :100%;
}
.success-item-after {
  margin-left: 40px;
}
.success-before .success-item {
  margin-left: 0;
}
.success-bottom {
  margin-top: 35px;
}
.success-bottom ul {
  margin-top: 20px;
}
.success-item-bottom:not(:first-of-type) {
  margin-top: 45px;
}
.success-item-ttl {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 182px;
}
.success-item-ttl-blue {
  background-color: #1f2879;
}
.success-item-ttl-red {
  background-color: #c73030;
}
.success-list {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.success-list span {
  color: #c73030;
}
.success-list-blue::before {
  background-color: #1f2879;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  width: 10px;
}
.success-list-red::before {
  background-color: #c73030;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  width: 10px;
}
/* 繝ｪ繝九Η繝ｼ繧｢繝ｫ謌仙粥螳滉ｾ九％縺薙∪縺ｧ */

/* 繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ繧ｿ繧､繝医Ν */
.crm-head {
  font-size: 28px;
  position: relative;
  font-weight: bold;
  margin: 0 0 56px;
  /* border-top: 1px solid #CCC; */
  border-bottom: 3px solid #1f2879;
  padding: 17px 0;
  text-align: center;
  line-height: 1.2;
}
.crm-head:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid #1f2879;
  border-width: 12px 8px;
  border-color: #1f2879 transparent transparent transparent;
  transform: translate(-50%, 100%);
}
/* 繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ繧ｿ繧､繝医Ν縺薙％縺ｾ縺ｧ */

.cms-txt {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

/* 繧ｳ繝ｳ繧ｵ繝ｫ繧ｿ繝ｳ繝域球蠖� */
/*.consultant {
  background: url(../images/crm/lecture-bg.png) no-repeat center top;
  padding-bottom: 70px;
  margin-bottom: 158px;
}
.consultant-message {
  width: 66%;
  background: url(../images/crm/tanaka-message-bg.png) repeat-y;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 19px;
  border: solid 8px #fff;
  line-height: 1.55;
  font-size: 15px;
}
.consultant-inner {
  padding: 0px 75px;
}
.consultant-pic {
  width: 30%;
}
.consultant-pic-message {
  display: flex;
  justify-content: space-between;
  margin: 55px auto 40px auto;
}
.consultant-profile {
  font-size: 14px;
  padding: 13px 26px;
  background: url(../images/crm/career-bg.png) center / 100% 100% no-repeat;
}*/
.consultant-telop {
  font-size: 24px;
  width: 685px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #ff000f;
  padding-top: 30px;
  padding-bottom: 15px;
}
.position-signature {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 8px;
}
.position {
  margin-bottom: 5px;
}
.position-career {
  font-size: 16px;
  font-weight: bold;
}
.position-description {
  line-height: 2.3;
}
/* 繧ｳ繝ｳ繧ｵ繝ｫ繧ｿ繝ｳ繝域球蠖薙％縺薙∪縺ｧ */

/* 繧医￥縺ゅｋ雉ｪ蝠� */
.frequent-q {
  margin-bottom: 180px !important;
}
@media only screen and (max-width: 767px) {
  .frequent-q {
    margin-bottom: 80px !important;
  }
}
.q_a-sec__container {
  padding: 0 50px;
}
.q_a-sec__list {
  margin-bottom: 45px;
}
.q_a-sec__list .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.q_a-sec__list .answer {
  background-color: #e6e6e6;
  line-height: 34px;
  font-size: 16px;
  padding: 6px;
  display: none;
}
.q_a-sec__list .question .txt {
  font-size: 20px;
  color: #fff;
  background-color: #1f2879;
  width: 100%;
  padding: 24px 45px 17px 21px;
}
.q_a-sec__list .question .icon {
  width: 70px;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  color: #1f2879;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border: 3px solid;
}
.accordion-container {
  width: 100%;
  margin: 0 auto;
}
.qa-btn-single {
  width: 47%;
  margin-bottom: 29px;
}
.qa-btn-in-icon {
  background: url(../../images/crm/cross.png) no-repeat 96% 50%;
}
.qa-btn-in {
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 100%;
  /* max-width: 481px; */
  margin-right: 0%;
  line-height: 75px;
  color: #fff;
  text-align: center;
  text-align-last: center;
  background-color: #80000a;
}
.accordion-content {
  display: none;
  background: white;
  color: black;
  border: 1px solid;
  line-height: 34px;
  font-size: 16px;
  padding: 6px;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}
.accordion-title {
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
  padding-left: 2.3125em;
}
.answer-inner {
  display: flex;
  padding: 15px 80px 15px 19px;
  color: #1f2879;
  align-items: center;
}
.answer-A {
  display: block;
  width: 46px;
  height: 46px;
  font-size: 20px;
  margin-right: 34px;
}
.txt {
  text-align: left;
}
/* 繧医￥縺ゅｋ雉ｪ蝠上％縺薙∪縺ｧ*/

/* 繝輔ャ繧ｿ繝ｼ */
.contact-wrap {
  display: flex;
  padding: 0 3px;
}
.contact-number {
  margin-bottom: 8px;
}
.footer-wrap {
  background: #1f2879;
  padding: 50px 0;
}
.footer-wrap-inner {
  color: #fff;
  text-align: center;
  width: 456px;
  margin: 0 auto;
}
.footer-phrase {
  font-size: 24px;
  margin-bottom: 30px;
}
.contact-wrap {
  margin-bottom: 30px;
}
.tel-phrase {
  font-size: 20px;
  margin: 0 5px;
}
.tel-phrase span {
  margin-bottom: 7px;
  display: block;
}
.tel-num {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 5px;
}
.tel-time {
  font-size: 14px;
}
.contact-block-title a {
  font-size: 28px;
  font-weight: bold;
  padding: 29px 55px 30px 79px;
  width: 456px;
  margin: 0 auto;
  background: #ff7600 url(../images/crm/mail.png) no-repeat 86px center;
  height: 77px;
  color: #fff;
  display: block;
  border-radius: 7px;
}
/* 繝輔ャ繧ｿ繝ｼ縺薙％縺ｾ縺ｧ */

/* 繝舌リ繝ｼ */
.floating__banner {
  position: fixed;
  z-index: 99999;
  top: 64%;
  right: -5px;
}
.floating__banner-box {
  display: block;
  margin-bottom: 5px;
}
/* 繝舌リ繝ｼ縺薙％縺ｾ縺ｧ */

@media only screen and (max-width: 767px) {
  .banner-area-text {
    font-size: 30px;
  }
  .difference-content {
    display: block;
  }
  .difference-content-description {
    width: 100%;
    margin-bottom: 40px;
  }
  .difference-pic-wrap {
    width: 100%;
    text-align: center;
  }
}

/* 蟷�ｺ�＞蛻ｶ菴懷ｮ溽ｸｾ */

#blog #contents p,
#blog #contents #creative-detail p {
}
.crtv-lists {
  position: relative;
  display: block;
  float: left;
  width: 30%;
  margin: 0 1.6%;
  margin-bottom: 40px;
  font-size: 14px;
}

/*
.crtv-lists:nth-of-type(2n) {
  margin-left: 30px;
}

*/

.crtv-list {
  margin-top: 50px;
}

.crtv-lists a {
  display: block;
  width: 100%;
}

.crtvBox {
  position: relative;
  display: block;
}

.crtvImg {
  position: relative;
  display: block;
  height: 250px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}

.crtvImg img {
  position: relative;
  width: 100%;
  height: auto;
}

.crtvTtl {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  margin: 5px 0 0;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}

.crtvTxtWrap {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 90px;
}

.crtvTxtBox {
  position: absolute;
  top: 90px;
  left: 0;
  display: block;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding: 5px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  line-height: 20px;
  transition: 0.5s;
}

.crtv-lists:hover .crtvTxtBox {
  top: 0;
}

.crtvTxt1 {
  display: block;
  height: 20px;
  margin: 5px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

.crtvTxt2 {
  display: block;
  height: 40px;
  margin: 0 5px;
  padding: 0 0 10px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}

.crtvTxt3 {
  display: block;
  height: 60px;
  text-align: center;
}

.crtvTxt3 b, .crtvTxt3 strong {
  color: #B22D2D;
  font-weight: bold;
  font-size: 15px;
}

.crtvType {
  clear: both;
  margin: 10px 0;
}

.crtvType li {
  display: table-cell;
  width: 17%;
  height: 30px;
  border-left: 1px solid #fff;
  background-color: #e6e6e6;
  color: #b3b3b3;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
}
.crtvType li.on {
  background-color: #000;
  color: #fff;
}

.crtv-list-img {
  width: 100%;
  height: 100%;
}

a:hover {
  text-decoration: none;
}

#homeCreative .crtvImg {
    position: relative;
    display: block;
    height: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}



.phase-group-left, .phase-group-right {
    width: 100%;
    height: 100%;
}

.phase-item {
    margin: 0;
    height: 100%;
}

.phase-point {
    background-color: #fff;
    border: 2px solid #ed7d31;
    border-radius: 7px;
    margin: 25px auto 0;
    width: 100%;
}

.phase-list {
    display: block;
    text-align: justify;
    word-break: break-all;
}

.phase01 img {
    width: 100%;
}

.phase-list-txt {
    width: 100%;
}

.phase-item-ttl {
    width: 100%;
}

.pd20 {
    padding: 0 20px;
}

li.phase03-list {
    padding: 10px;
}

.phase03 .phase-point {
    margin: 45px 30px 0 auto;
    width: 100%;
}

.phase04 .phase-attention {
    font-size: 14px;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
}

.phase-04-list {
    width: 50%;
    padding: 0 15px;
}

.phase05 img {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #999;
}

.phase05-container .phase05-left {
    width: 40%;
}

.phase05-container .phase05-right {
    width: 60%;
}

.phase05-container .phase05-left, .phase05-container .phase05-right {
    padding: 10px;
}

.phase-group05 {
    padding: 0 20px;
}

.phase-group05 .phase-tag {
    margin: 30px 0 -15px 20px;
}

.phase05-description-bottom {
    font-size: 15px;
    line-height: 1.7;
    padding: 20px 0;
}

.page-content section {
    margin-bottom: 80px;
    /*zoom: 80%;*/
}

.strength ul {
    display: flex;
    justify-content: center;
    zoom: 80%;
}

.crtvTxt3 p {
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
}

.point-description {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
    text-align: justify;
    word-break: break-all;
}

.phase-intro {
    line-height: 1.7;
    margin-bottom: 35px;
    padding: 0 20px;
    text-align: justify;
    word-break: break-all;
}

.strength-list:first-of-type ul {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    padding: 0;
}

.aaa {
    min-height: 490px;
}

.phase01 img {
    width: 100%;
    max-width: 150px;
    display: flex;
    margin: 5px auto 30px auto;
}

p.phase-item-description {
    min-height: 4em;
}

.phase-list:not(:first-of-type) {
    margin-top: 35px;
}


.phase02-img-group {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    max-width: 340px;
    margin: 0 auto;
}

.phase02-img-group figure:not(:first-of-type) {
    margin-left: 30px;
}

.phase04 .phase-item-ttl {
    width: 70%;
}

li.phase05-list1 {
    font-size: 88%;
}
.phase05-list1:nth-of-type(odd) {
    width: auto;
}

.phase05-list1:nth-of-type(even) {
    padding-left: 0;
}

.phase-group-right .phase-list ul {
    display: block;
}

/*
li.phase05-list1 + li.phase05-list1 {
    padding-left: 10px;
}*/

#phase_05 li.phase-list {
    min-height: 530px;
}

#phase_05 li.phase-list:last-child {
    min-height: auto;
}

.phase05 .phase-group-left .phase-list:nth-of-type(2) {
    margin-top: 0;
}

.phase-list:not(:first-of-type) {
    margin-top: 0;
}

.last_06 .phase05-container {
    display: block;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 10px;
}

.last_06 .phase05-left ul {
    width: 100%;
}
@media screen and (max-width: 768px) {
  .last_06 .phase05-left ul {
    flex-wrap: wrap;
  }
  .last_06 .phase05-left ul li{
    width:100%;
  }
}

.last_06 li.phase-list {
    padding-right: 2%;
}

.last_06 li.phase-list:last-child {
    padding-right: 0;
}

.last_06 .phase05-container .phase05-left {
    width: 100%;
    display: flex;
}

.last_06 .phase05-container .phase05-right {
    width: 100%;
}

#phase_05 .last_06 li.phase-list {
    min-height: auto;
}

.last_06 .phase05-left ul {
    width: 100%;
    display: flex;
}

.last_06 p.phase-item-description {
    min-height: 2em;
}


.group_reason h3{
  text-align: center;
  font-size:18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}
.group_reason p{
  padding: 5px 0 10px 0;
  line-height: 1.4;
  text-align: justify;
}

.dont_happen{
  background:url(../../images/production/arrow-bottom.jpg) no-repeat center center;
  background-size: 20%;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  padding: 70px 0;
}


.handle_contents .row{
  justify-content:space-around;
}
.handle_contents .icon{
  background:#e9edef;
  border-radius: 50%;
  text-align: center;
  padding: 20%;
  margin:0 auto;
  width:80%;
  margin-bottom: 20px;
}
.handle_contents .col-md-4{
  text-align: center;
  color: #1f2879;
  font-weight: bold;
  font-size: 1.1em;
}
.handle_contents p{
  text-align: center;
    color: #1f2879;
  font-weight: bold;
  padding: 20px 0;
  font-size: 1.3em;
  border-top:1px solid #1f2879;
  border-bottom: 1px solid #1f2879;
  margin:30px auto;
}
@media screen and (max-width: 768px) {
  .handle_contents .icon{
    padding: 15%;
    max-width: 200px;
  }
  .page-service .list-whynot .items .img{
    width:150px!important;
    height: 150px!important;
  }
}

.marugoto_service{
  background:#feebbe;
  /*padding: 20px;*/
  margin-top: 15px;
  margin-left: 17px;
}
@media screen and (max-width: 768px) {
  .marugoto_service{
    margin-left: 0px;
    padding: 20px;
  }
}
.marugoto_service .col-md-3{
  max-width: 135px;
  padding: 20px;
  background-color: #f5ac00;
}
.marugoto_service .col-md-9{
  padding: 20px;
}
.marugoto_service ul li{
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
.marugoto_service ul li:before{
  content: "✔";
  display: inline-block;
  height: 16px;
  padding-right: 10px;
}

p.attention{
  font-size: 14px;
  padding: 20px;
  line-height: 1.4;
}

#sec_02 img,
#sec_04.select_reason img{
  margin-bottom: 20px;
}
#sec_04.select_reason .cms-txt{
  text-align: center;
  margin-bottom: 40px;
}
#sec_04.select_reason h3{
  min-height: 50px;
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center;     /* 垂直方向の中央揃え */
}
#sec_04.select_reason ul li{
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
#sec_04.select_reason ul li:before{
  content: "✔";
  display: inline-block;
  height: 16px;
  padding-right: 10px;
}

.diagnose .diagnose-intro{
  background:#feebbe;
  padding: 20px;
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  margin:0 auto 30px auto;
}
.diagnose p{
  font-size:18px;
  line-height: 1.4;
}
.diagnose p.wakaru{
  font-size:150%;
  background:#1F2879;
  color: #fff;
  padding: 5px;
}
.diagnose a{
  display: block;
  border:2px solid #1F2879;
  width: 100%;
  max-width: 400px;
  font-size: 20px;
  margin:40px auto;
  padding: 20px;
  text-align: center;
}
.diagnose a:hover{
  color:#fff;
  background:#1F2879;
}
.flow .cms-txt{
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .dont_happen{
    font-size: 20px;
    background-size: 30%;
  }
  #sec_04.select_reason h3{
    min-height:inherit;
  }
  #sec_04.select_reason ul{
    margin-bottom: 15px;
  }
  .diagnose a{
    width:90%;
  }
}

.crm-catch-area {
  position: relative;
  padding: 10px 0 50px;
    font-size: 34px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
}
.crm-catch-area-text p {
  font-size: 24px;
  color: #20287b;
}
.crm-catch-area-text p.large {
  font-size: 34px;
  color: #20287b;
    margin: 0;
}
.marker_line {
    background: linear-gradient(transparent 70%, #FFFF36 60%);
    }

.page-service .list-whynot .items .img img{
  margin-bottom: 0!important;
  width: 150px!important;
}

.service_detail h3{
  text-align: center;
  font-size: 130%;
  font-weight: bold;
}
.service_detail p{
  margin: 15px 0;
  line-height: 1.3em;
  text-align: justify;
        word-break: break-all;
}

.comparison table,
.comparison th,
.comparison td{
  border:1px solid #1f2879;
}
.comparison th,
.comparison td{
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4em;
}
.comparison table td:first-child{
  width:20%;
  background-color: #e9edef;
  font-weight: bold;
}
.comparison table tr:first-child th{
  background:#1f2879;
  color: #fff;
  font-weight: bold;
}
.comparison table tr:first-child th:nth-child(2){
  border-top:3px solid #ff0000;
  border-left:3px solid #ff0000;
  border-right:3px solid #ff0000;
}
.comparison table tr td:nth-child(2){
  border-left:3px solid #ff0000;
  border-right:3px solid #ff0000;
  font-weight: bold;
  background-color: #ffd880;
  font-size: 130%;
}
.comparison table tr:last-child td:nth-child(2){
  border-bottom:3px solid #ff0000;
}
.dli-caret-down {
  display: block;
  margin: 3px auto;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  /*border-width: 0.64952em 0.375em;*/
  border-width: 2em 4em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.mv .opacity-area {
    position: relative;
}
.mv .opacity-area .obi {
    position: absolute;
    top: -7%;
    left: 2%;
}
.opacity-area .opacity-inner h1.opacity-inner-title{
  font-size: 46px!important;
}

@media screen and (max-width: 768px) {
  .opacity-area .opacity-inner h1.opacity-inner-title{
    font-size: 9vw!important;
  }
  .mv .opacity-area .obi{
    top:0%;
  }
  .opacity-inner{
    padding: 30px 0!important;
  }
}


.arrow_box{
    position:relative;
    width:500px;
    /*height:40px;*/
    background:#0064A5;
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    font-size:24px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    top: -50px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 100, 165, 0);
    border-top-width:18px;
    border-bottom-width:18px;
    border-left-width:18px;
    border-right-width:18px;
    margin-left: -18px;
    border-top-color:#0064A5;
    top:100%;
    left:77%;
}
@media screen and (max-width: 768px) {
  .arrow_box{
    width: 100%;
    font-size: 4.5vw;
  }
  .arrow_box:after{
    left:50%;
  }
  .page-service .row{
    display: flex!important;
  }
  .service-icon{
    max-width: 250px;
    margin: 0 auto;
  }
}
.list-description .col-md-7,
.list-description .col-md-5{
  display: flex;
}


.solution_list{
  background:#f7f8f8;
  padding: 30px;
  font-weight: bold;
}
.solution_list.answer{
  background:#fff6e9;
}
.solution_list h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.solution_list.answer h3{
  color: #ec8337;
}
.solution_list ul{
  padding-left: 15px;
}
.solution_list ul li{
  display: block;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 5px;
}
.solution_list ul li:before{
  content: "✔";
  display: inline-block;
  height: 16px;
  position: absolute;
  left: -15px;
}
p.kaiketsu{
  text-align: right;
  color: #ec8337;
  padding-top: 15px;
}

span.dli-caret-down {
    margin: 10px auto;
}

/* フロー図 */
.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.flow07 {
  padding-left: 0;
  width: 100%;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
  background-color: #f4f2f3;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 100%;
  max-width: 290px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #8162a6;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
  display:flex;
  align-items: center;
  justify-content: center;
}
.flow07 > li .icon07::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 145px solid transparent;
  border-right: 145px solid transparent;
  border-top: 40px solid #8162a6;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.flow07 > li:nth-child(2) .icon07 {
  background:#6d60a8;
}
.flow07 > li:nth-child(2) .icon07::after {
  border-top:40px solid #6d60a8;
}
.flow07 > li:nth-child(3) .icon07 {
  background:#5a5fb3;
}
.flow07 > li:nth-child(3) .icon07::after {
  border-top:40px solid #5a5fb3;
}
.flow07 > li:nth-child(4) .icon07 {
  background:#5673b9;
}
.flow07 > li:nth-child(4) .icon07::after {
  border-top:40px solid #5673b9;
}
.flow07 > li:nth-child(5) .icon07 {
  background:#4f8bbf;
}
.flow07 > li:nth-child(5) .icon07::after {
  border-top:40px solid #4f8bbf;
}
.flow07 > li:nth-child(6) .icon07 {
  background:#48acc6;
}
.flow07 > li:nth-child(6) .icon07::after {
  border-top:40px solid #48acc6;
}


.flow07 > li dl {
  /*padding: 0 0 0 30px;*/
  /*width: calc(100% - 115px);*/
  padding: 30px 80px 30px 120px;
  width: 100%;
}

.flow07 > li dl dt {
  /*border-bottom: 4px solid #CCCCCC;*/
  position: relative;
}
.flow07 > li dl dt::after {
/*  content: '';
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #B058D6;*/
}

.flow07 > li dl dd {
  margin: 0;
  line-height: 1.4;
  text-align: justify;
}

/*.flow07 > li:not(:last-child)::before {*/
.flow07 > li dl dt:before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 180px;
  position: absolute;
  /*top: calc(50% - -80px);*/
  top:90px;
  left: -60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow07 > li:nth-child(5) dl dt:before {
  height: 100px;
  top: calc(50% - -10px);
}
.flow07 > li:last-child dl dt:before{
  display: none;
}

.flow07 > li:nth-child(2) dl dt span{
  position: absolute;
  left:-65px;
  top: -15px;
  display: block;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 100px;
  background:#f4f2f3;
}

.flow07 > li:nth-child(4) dl dt span{
  position: absolute;
  left:-65px;
  top: -15px;
  display: block;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 120px;
  background:#f4f2f3;
}
.flow07 > li:first-child dl dt:after{
    content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #c3c3c3;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -66px;
}
.flow07 > li:nth-child(3) dl dt:after{
    content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #c3c3c3;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: -66px;
}
.flow07 > li:nth-child(5) dl dt:after{
    content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #c3c3c3;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: -66px;
}

@media screen and (max-width: 768px) {
  .flow07 > li .icon07{
    width: 190px;
  }
  .flow07 > li .icon07::after{
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
  }
  .flow07 > li dl{
    padding: 30px 20px 30px 60px;
  }
  .flow07 > li dl dt:before{
    left: -30px;
    height: 230px;
    top:100px;
  }
  .flow07 > li:first-child dl dt:after{
    /*top: calc(50% - -100px);*/
    top:-15px;
  }
  .flow07 > li:first-child dl dt:after,
  .flow07 > li:nth-child(3) dl dt:after,
  .flow07 > li:nth-child(5) dl dt:after{
    left: -36px;
  }
  .flow07 > li:nth-child(2) dl dt span,
  .flow07 > li:nth-child(4) dl dt span{
    left: -35px;
  }
}