@charset "UTF-8";
/* CSS Document */

header {
}

.line {
  margin: 0 auto;
  width: 98.5%;
  height: 20px;
  background: url("../images/line_top.png") repeat-x center bottom;
  position: relative;
  top: 15px;
}

.line_in {
  margin: 0 0 10% -81.5px; margin: 0 auto 10%;
  width: 98.5%; width: 110.5%; width: 100%;
  height: 20px;
  background: url("../images/line_top.png") repeat-x center bottom;
}

.w750 {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 750px;
}

.w750 img {
}

@media screen and (max-width: 920px) {
  .line {
    top: 51px;
  }

  .w750 {
    width: 70%;
  }
}

/* wrapper ------------------------------------------------------*/
#wrapper .wrapper_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  min-height: 1400px;
  background-color: #0564f5;
  background: 
    /*url("../images/waku_b.png") no-repeat center bottom,*/
    url("../images/waku_t.png") no-repeat center 10px,
    url("../images/waku_m.png") repeat-y center;
  background-size: contain;
}

@media screen and (max-width: 920px) {
  #wrapper .wrapper_inner {
    min-height: 1200px;
  }
}

/* main -----------------------------------------------------*/
main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 50px 92px 0;
}

#main_area {
  max-width: 1380px;
}

@media screen and (min-width: 1800px) {
main {
  }
}

@media screen and (max-width: 920px) {
main {
    padding: 0 30px !important;
  }
}

/* nav ------------------------------------------------------*/
nav.nav_header {
  margin: 0 auto 0;
  max-width: 1420px;
  padding: clamp(75px,7.39436vw,105px) 4em 1em;
}

nav.nav_header ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1300px;
  justify-content: space-between;
}

nav.nav_header li {
  margin: 0 1vw;
  max-width: 200px;
  max-height: 70px;
}

@media screen and (max-width: 920px) {
  nav.nav_header {
    display: none;
  }
}


/* main -----------------------------------------------------*/
main {
  padding: 50px 92px 0;
}

#main_area {
  margin: 0;
  max-width: 1536px;
  
}

@media screen and (max-width: 1020px) {
  main {
    padding: 0 60px 0;
  }

  #main_content {
    padding: 0 2em;
  }
}

@media screen and (max-width: 920px) {
  main {
    padding: 0 50px 0;
  }

  #main_content {
    padding: 0 1em;
  }
}

@media screen and (max-width: 630px) {
  main {
    padding: 0 30px 0;
  }

  #main_content {
    padding: 0 1em;
  }
}

@media screen and (max-width: 441px) {
  main {
    padding: 0 20px 0;
  }

  #main_content {
    padding: 0;
  }
}

/* common_res.cssに記載 　↓　に入れるとズレが出る　*/
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 630px) {
}
@media screen and (max-width: 530px) {
}
@media screen and (max-width: 365px) {
}


section {
  /*margin-left: auto;
  margin-right: auto;*/
  margin: 0 auto;
  padding-bottom: 10%;
  max-width: 1100px;
  width: 100%;
}

/***************************************

SERVICE サービス

***************************************/
.sec {
  margin: 80px 0 2em;
  text-align: left;

    margin: 80px 0 1em;
    text-align: left;
}

.sec img.sec__serviceTitle {
  width: auto;
  height: 36px;
  margin-bottom: 30px;
}

@media screen and (max-width: 920px) {
  .sec img.sec__serviceTitle {
    height: 31px;
  }
}

@media screen and (max-width: 441px) {
  .sec img.sec__serviceTitle {
  }
}

h1.service_1,
h1.service_2,
h1.service_3,
h1.service_4 {
  margin: 0 0 3em;
  padding-left: 6%;
  width: 100%;
  height: auto;
  max-width: 1298px;
  text-align: left;
}

.service_2 {
  max-width: 1209px;
}

.service_3 {
  max-width: 1020.5px;
}

.service_4 {
  max-width: 1025.5px;
}

@media screen and (max-width: 920px) {  
  h1.service_1,
  h1.service_2,
  h1.service_3,
  h1.service_4 {
    padding-left: 1%;
  }

}

@media screen and (max-width: 441px) {
  .sec img.sec__serviceTitle {
  }
  
  .aaservice_1, 
  .service_2, 
  .service_3, 
  .service_4 {
    padding-left: 1%;
  }
}
  
.service_list {
  margin: 0 0 5em 6%;
}

.service_list li {
  margin-bottom: 10px;
  padding-left: 1em;
  font-size: 35px; font-size: clamp(0.875rem, 0.446rem + 2.14vw, 2.188rem);
  font-weight: 600;
  line-height: 1.6;
  text-indent: -1em;
}

@media screen and (max-width: 920px) {
  .service_list {
    margin: 0 0 8%;
  }
}

/*******************/
ul.service__mouseover_list {
  display: flex;
  flex-wrap: wrap;/*折り返し*/
  justify-content: space-around;
}

ul.service__mouseover_list li {
  margin: 10px;
  max-width: 212px;
  max-height: 212px;
}

ul.service__mouseover_list li img {
  max-width: 212px;
  max-height: 212px;
}

ul.service__content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0;
}

ul.service__content_list li {
  margin: 30px 0;
  width: 45%;
  height: auto;
}

ul.service__content_list li img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  ul.service__content_list {
    display: block;
    justify-content: space-around;
  }
  
  ul.service__content_list li {
    margin: 30px 0;
    width: 100%;
    height: auto;
  }
}

.details_area .mark__left_img {
  position: absolute;
  top: -20px;
  left: 45px;
}

.details_area .mark__left_img img {
  width: 27px;
  height: auto;
}

/*** グレーボックス ***************/
.details_area .grayBackground {
  margin: 0 auto 105px;
  padding: 67px 0 90px;
  background-color: #e6e6e6;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-width: 970px;
}

.details_area .grayBackground .obi-line {
  margin-bottom: 50px;
  padding: .1em 20px 0;
  background-color: #a07bff;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
}

.details_area .grayBackground .points_list {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  height: auto;
  max-width: 890px;
}

.details_area .grayBackground .points_list .points_whiteFrame {
  margin-top: .5em; 
  padding: 1em;
  background-color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1.5px;
  color: #7f39ff;
}

.details_area .grayBackground .points_list dl {
  display: inline;
}

.details_area .grayBackground .points_list dt {
  font-size: 28px;
  line-height: 1.6;
  color: #7f39ff;
}

.details_area .grayBackground .points_list dd {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
}

.details_area .grayBackground .points_list dd:last-child {
  margin-bottom: 0;
}

.details_area .grayBackground .points_list .icon_ya {
  margin: 20px auto 0;
  max-width: 53px;
}

.details_area .grayBackground .points_list .icon_ya img {
  max-width: 100%;
}

.details_area .c-img {
  margin: 0 auto 105px;
}

.details_area .c-img img {
  max-width: 100%;
}

@media screen and (max-width: 920px) {
  .details_area .grayBackground .obi-line {
    font-size: 28px;
    letter-spacing: .5px;
    line-height: 1.6;
  }
  
  .details_area .grayBackground .points_list {
    padding: 0 20px;
  }

  .details_area .grayBackground .points_list dt {
    margin-bottom: .5em;
    font-size: 24px;
    line-height: 1.4;
  }

  .details_area .grayBackground .points_list dd {
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 1.4;
  }
}

/**************************

カラー枠

**************************/
.colorFrame {
  position: relative;
  display: inline-block;
  margin: 0 auto 105px;
  padding: 24px 0 50px;
  width: 100%;
  height: 100%;
  max-width: 1010px; max-width: 78.90625vw;
  color: #036eb5;
}
  
.colorFrame::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 8px solid transparent;
    background: linear-gradient(135deg,rgb(255,71,204) 0%,rgb(0,193,222) 25%,rgb(66,255,59) 50%,rgb(255,230,0) 75%,rgb(255,177,49) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
  }

.colorFrame .fsp_title {
  margin: 50px 80px;
  padding: 0 0 1em; 
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 2px solid #036eb5;
}

@media screen and (max-width: 1172px) {
  .colorFrame .fsp_title {
    margin: 50px 6.25vw;
    font-size: 2.96875vw;
  }
}

@media screen and (max-width: 920px) {
  .colorFrame {
    padding: 0;
    max-width: 100%;
  }
  
  .colorFrame .fsp_title {
    font-size: 30px;
    letter-spacing: 0;
  }
}

/**************************

カラー枠2

**************************/
.colorFrame2 {
  position: relative;
  display: inline-block;
  margin: 0 auto 105px;
  ppadding: 24px 0 50px;
  width: 100%;
  height: 100%;
  max-width: 1010px; max-width: 78.90625vw;
  color: #036eb5;
}
  
.colorFrame2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 8px solid transparent;
    background: linear-gradient(90deg,rgb(90,228,223) 0%,rgb(104,141,233) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
  }

.colorFrame2 .fsp_title {
  margin: 50px 80px;
  padding: 0 0 30px; 
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 2px solid #036eb5;
}

@media screen and (max-width: 1172px) {
  .colorFrame2 .fsp_title {
    margin: 50px 6.25vw;
    font-size: 2.96875vw;
  }
}

@media screen and (max-width: 920px) {
  .colorFrame2 {
    padding: 0 0 50px; padding: 0;
    max-width: 100%;
  }
  
  .colorFrame2 .fsp_title {
    padding: 0 0 1em; 
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}

/**************************

カラー枠3

**************************/
.colorFrame3 {
  position: relative;
  display: inline-block;
  margin: 0 auto 105px;
  padding: 24px 0 0;
  width: 100%;
  height: 100%;
  max-width: 1010px; max-width: 78.90625vw;
  color: #036eb5;
}
  
.colorFrame3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 8px solid transparent;
    background: linear-gradient(90deg,rgb(90,228,223) 0%,rgb(104,141,233) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
  }

.colorFrame3 .fsp_title {
  margin: 50px 80px;
  padding: 0 0 1em; 
  font-size: 38px; font-size: clamp(30px, 2.96875vw, 38px);
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 2px solid #036eb5;
}

.colorFrame3 .text_area {
  margin: auto;
  padding: 0 80px;
  width: 100%;
  height: auto;
}

.colorFrame3 .text_area p {
  margin: auto;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.8;
  color: #000;
}

.colorFrame3 .yellow_area {
  margin: 60px auto 0;
  background-color: #ffffe6;
}

.colorFrame3 .yellow_area .yellow_area_inner {
  padding: 40px 75px 70px;
  width: 100%;
  height: auto;
  color: #036eb5;
}

.colorFrame3 .yellow_area .yellow_area_inner .stit {
  margin: 0 0 25px;
  font-size: 28px;
  text-align: center;
}

.colorFrame3 .yellow_area .yellow_area_inner .ye_block {
  margin: 30px 0 0 0;
}

.colorFrame3 .yellow_area .yellow_area_inner .ye_block .sstit {
  display: inline;
  padding: 5px 20px;
  background-color: #688de9;
  font-size: 28px; font-size: clamp(21px,2.1875vw,28px);
  letter-spacing: 2px;
  color: #fff;
}

.colorFrame3 .yellow_area .yellow_area_inner .ye_block p {
  margin: 10px 0 0 0;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 1172px) {
  .colorFrame3 .fsp_title {
    margin: 50px 6.25vw;
  }
}

@media screen and (max-width: 920px) {
  .colorFrame3 .text_area {
    padding: 0 6.25vw;
    font-size: 18px;
  }

  .colorFrame3 .yellow_area .yellow_area_inner {
    padding: 40px 5.85937vw 70px;
  }
  
  .colorFrame3 .yellow_area .yellow_area_inner .ye_block .sstit {
    padding: 5px 1.5625vw;
    letter-spacing: 0;
  }
  
  .colorFrame3 .yellow_area .yellow_area_inner .stit {
    font-size: 28px; font-size: clamp(22px,2.1875vw,28px);
  }

}

/**************************

最終コメント

**************************/
.details_area .service_inner__workstyle {
  margin: 0 auto 50px;
  padding: 0;
  max-width: 920px;
}

.details_area .service_inner__workstyle .workstyle_txt p {
  font-size: 30px;
  text-align: center;
  font-weight: 200;
}

@media screen and (max-width: 920px) {
  .details_area .service_inner__workstyle .workstyle_txt p {
    font-size: 26px;
    line-height: 1.6;
  }

}

/**************************

弊社が提供する4つのスペシャリティ

**************************/
.colorFrame .fourSpecialties_block {
  padding: 40px 0 20px;
}

.colorFrame .fourSpecialties_block .fsp_stit {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background-color: #ececec;
}

.colorFrame .fourSpecialties_block .fsp_stit img {
  padding: 0 80px;
  width: auto;
  height: 92px;
  position: relative;
  top: -20px;
}

.colorFrame .fourSpecialties_block .fsp_textArea {
  padding: 0 80px;
}

.colorFrame .fourSpecialties_block .fsp_textArea .fsp_sstit {
  margin: 15px 0 0;
  font-size: 32px;
  font-weight: 400;
}

.colorFrame .fourSpecialties_block .fsp_textArea .fsp_text {
  font-size: 21px;
  font-weight: 200;
  line-height: 1.5;
  color: #000;
}
.colorFrame .fourSpecialties_block .fsp_textArea .fsp_text span {
  font-weight: 200;
  background-color: #ffee64;
}

@media screen and (max-width: 920px) {
  .colorFrame .fourSpecialties_block {
    margin-bottom: 30px;
    padding: 0 0 20px;
  }

  .colorFrame .fourSpecialties_block .fsp_stit img {
    padding: 0 30px;
    height: 82px;
    top: -15px;
  }

  .colorFrame .fourSpecialties_block .fsp_textArea {
    padding: 0 30px;
  }

  .colorFrame .fourSpecialties_block .fsp_textArea .fsp_sstit {
    margin-bottom: .5em;
    font-size: 28px;
    line-height: 1.4;
  }

  .colorFrame .fourSpecialties_block .fsp_textArea .fsp_text {
    font-size: 18px;
  }
}

/**************************

〜ポイント

**************************/
.colorFrame .point_block {
  display: flex;
  align-items: center;
  margin: 0 60px;
  padding: 40px 20px 20px;
}

.colorFrame .point_block .icon_point {
  margin: 0;
  padding: 0;
}

.colorFrame .point_block .icon_point  img {
  max-width: 108px;
  max-height: 108px;
}

.colorFrame .point_block .point_textArea {
  padding: 0 0 0 1em;
}

.colorFrame .point_block .point_textArea .point_sstit {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
}

.colorFrame .point_block .point_textArea .point_text {
  font-size: 20px; font-size: 21px;
  font-weight: 200;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 1172px) {
  .colorFrame .point_block .point_textArea .point_sstit {
    line-height: 1.5;
  }
}

@media screen and (max-width: 920px) {
  .colorFrame .point_block {
    margin: 0 auto;
    padding: 20px 40px 20px;
  }
  
  .colorFrame .point_block:last-child {
    margin-bottom: 50px;
  }

  .colorFrame .point_block .icon_point  img {
    max-width: 65px;
    max-height: 65px;
  }

  .colorFrame .point_block .point_textArea .point_sstit {
    font-size: 24px;
    line-height: 1.5;
  }

  .colorFrame .point_block .point_textArea .point_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 441px) {
  .colorFrame .point_block {
    padding: 20px 30px 20px;
  }
  
  .colorFrame .point_block .icon_point  img {
    max-width: 50px;
    max-height: 50px;
  }

  .colorFrame .point_block .point_textArea .point_sstit {
    font-size: 21px;
  }
}

/**************************

キャラクターマーケティングサービスの特長

**************************/
.box-parent {
  display:flex;
  flex-wrap:wrap;/* これを指定する */
  justify-content:space-between;

  margin: 0 auto;
  width:100%;
  height:auto;
  max-width: 870px;
}

.box-child {
  width:calc(100%/2);/* 横幅を2等分 */
  height:auto;
  display:flex;/* 高さを揃えるための指定 */
  flex-direction:column;/* 高さを揃えるための指定 */
}

.box-img {
  padding: 35px;
  width:100%;
  height:auto;
}

.box-img img {
  width:100%;
  height:auto;
  max-width: 660px;
  max-height: 660px;
}

@media screen and (max-width: 920px) {
  .box-img {
    padding: 35px 2vw;
  }
}

@media screen and (max-width: 768px) {
  .box-parent  {
    display:block;
    margin: 0 auto 30px;
  }
  
  .box-child  {
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
  
  .box-img {
    padding: 0;
    width:100%;
    height:auto;
  }

}

/**************************

キャラクターの活用例

**************************/
.chara_list {
  margin: 0 auto 105px;
  padding: 0 0 30px;
  width: 100%;
  height: auto;
  max-width: 970px;
  border: 2px solid #688de9;
  border-radius: 25px;
}

.chara_list .obi {
  margin: 0 auto 30px;;
  padding: 3px 0;
  width: 100%;
  height: auto;
  background-color: #688de9;
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 38px;
  letter-spacing: 2px;
}

.chara_list_inner {
  margin: 0 auto;
  padding: 0;
  max-width: 840px;
}

.chara_list_inner .item {
  margin: 0;
  padding: 0 0 0 23px;
  background-color: #eff6fb;
  color: #036eb5;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 2px;
}

.chara_list_inner .chara_list__box-parent {
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;

  margin: 20px auto 0;
  width:100%;
  height:auto;
  max-width: 870px;
}

.chara_list_inner .chara_list__box-parent .chara_list__box-child {
  margin: 0 0 30px;
  padding: 0 20px;
  width: calc(100%/2);
  
  height:auto;
  display:flex;
  flex-direction:column;
}

.chara_list_inner .chara_list__box-parent .chara_list__box-child .stit {
  margin-bottom: 15px;
  padding: 0 0 0 15px;
  border-left: 4.5px solid #688de9;
  font-size: 27px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #036eb5;
}

.chara_list_inner .chara_list__box-parent .chara_list__box-child .text {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6;
}

@media screen and (max-width: 920px) {
  .chara_list .obi {
    padding: 12px 0;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .chara_list_inner .item {
    font-size: 28px;
    letter-spacing: 0;
  }

  .chara_list_inner .chara_list__box-parent {
    display: block;

    margin: 20px auto 0;
    width:100%;
    height:auto;
    max-width: 870px;
  }
  
  .chara_list_inner .chara_list__box-parent .chara_list__box-child {
    margin: 0 0 30px;
    padding: 0 20px;
    width: 100%;
  }

  .chara_list_inner .chara_list__box-parent .chara_list__box-child .stit {
    font-size: 25px;
    letter-spacing: 0;
  }

  .chara_list_inner .chara_list__box-parent .chara_list__box-child .text {
    font-size: 18px;
  }
}

/**************************

サイトマップの一例

**************************/
.sitemap_list {
  margin: 0 auto;
  padding: 0 0 30px;
  width: 100%;
  height: auto;
  max-width: 970px;
  border: 2px solid #688de9;
  border-radius: 25px;
  background-color: #ffffe6;
}

.sitemap_list .obi {
  margin: 0 auto 30px;;
  padding: 3px 0;
  width: 100%;
  height: auto;
  background-color: #688de9;
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 38px; font-size: clamp(21px, 2.96875vw, 38px);
  letter-spacing: 2px;
}

.sitemap_list_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 880px;
}

.sitemap_list_inner img {
  max-width: 100%;
}

/**************************

制作プロセス

**************************/
.process_list {
  margin: 100px auto;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 970px;
  border: 2px solid #688de9;
  border-radius: 25px;
  background-color: #ffffe6;
}

.process_list .obi {
  margin: 60px auto 30px;;
  padding: 3px 0;
  width: 100%;
  height: auto;
  background-color: #688de9;
  color: #fff;
  text-align: center;
  font-size: 38px; font-size: clamp(21px, 2.96875vw, 38px);
  letter-spacing: 2px;
}

.process_list_inner {
  margin: 0 auto;
  padding: 0;
  max-width: 840px;
}

.process_list .text_area {
  margin: auto;
  padding: 0 80px;
  width: 100%;
  height: auto;
}

.cprocess_list .text_area p {
  margin: auto;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.8;
  color: #000;
}

.our_strengths__flow {
  margin: 60px auto 30px;
  width: 100%;
}

.our_strengths__flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: center;
}

.our_strengths__flow li {
  margin: 0 0 30px 0;
  max-width: 206px;
  max-height: 190px;
}

.our_strengths__flow img {
  mmax-width: 206px;
  max-height: 190px;
}

@media screen and (max-width: 920px) {
  .process_list .text_area {
    padding: 0 6.25vw;
  }

}

/**************************

戦略的海外PRサービス

**************************/
.padd {  /* colorFrame内 */
  padding: 1em 0 3em;
}

.overseasPR_list {
  margin: 0 auto 105px;
  padding: 0 0 30px;
  width: 100%;
  height: auto;
  max-width: 970px;
  border: 2px solid #688de9;
  border-radius: 25px;
}

.overseasPR_list .obi {
  margin: 0 auto 30px;;
  padding: 3px 0;
  width: 100%;
  height: auto;
  background-color: #688de9;
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 38px;
  letter-spacing: 2px;
}

.overseasPR_list  .overseasPR_desc {
  padding: 20px 70px;
  font-size: 20px;
  text-align: left;
  font-weight: 200;
}

@media screen and (max-width: 1279px) {
  .overseasPR_list  .overseasPR_desc {
    padding: 20px 5vw;
    /*font-size: 1.5625vw;*/
  }
}

.overseasPR_inner {
  margin: 0 auto;
  padding: 0;
  max-width: 840px;
}

.overseasPR_inner .item {
  margin: 0;
  padding: 0 0 0 23px;
  background-color: #eff6fb;
  color: #036eb5;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 2px;
}

.overseasPR_inner .overseasPR_list__box-parent {
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;

  margin: 20px auto 0;
  width:100%;
  height:auto;
  max-width: 870px;
}

.overseasPR_inner .overseasPR_list__box-parent .overseasPR_list__box-child {
  margin: 0 .5em 30px;
  /*padding: 0 20px;*/
  padding-bottom: 1.5em;
  width: calc(100%/2 - 20px);
  
  height:auto;
  display:flex;
  flex-direction:column;
  
  background-color: #f4f5f5;
}

.overseasPR_inner .overseasPR_list__box-parent .overseasPR_list__box-child .stit {
  margin-bottom: 15px;
  padding: 5px 1em;
  background-color: #688de9;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.overseasPR_inner .overseasPR_list__box-parent .overseasPR_list__box-child .ph {
  padding: .5em 2em;
}

.overseasPR_inner .overseasPR_list__box-parent .overseasPR_list__box-child .text {
  padding: .5em 2em;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.6;
}

@media screen and (max-width: 920px) {
  .overseasPR .obi {
    padding: 12px 0;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .overseasPR_inner .item {
    font-size: 28px;
    letter-spacing: 0;
  }

  .overseasPR_inner .overseasPR_list__box-parent {
    display: block;

    margin: 20px auto 0;
    width:100%;
    height:auto;
    max-width: 870px;
  }

  .overseasPR_inner .overseasPR_list__box-parent .overseasPR_list__box-child {
    margin: 0 0 30px; margin: 0 auto 30px;
    padding: 0 0 20px;
    width: 80%;
    /*padding: 0 20px;
    width: 100%;*/
  }

  .overseasPR_inner .overseasPR_list__box-parent .overseasPR_list__box-child .stit {
    font-size: 25px; font-size: clamp(21px,2.1875vw,24px);
    letter-spacing: 0;
  }

  .overseasPR_inner .overseasPRlist__box-parent .overseasPR_list__box-child .text {
    font-size: 18px;
  }
}

/*** イエローボックス ***************/
.yellowBackground {
  margin: 0 auto 105px;
  padding: 67px 0 60px;
  width: 100%;
  height: 100%;
  max-width: 970px;
  background-color: #ffffe6;
  border: 2px solid #688de9;
  border-radius: 20px;
}

.yellowBackground .obi-line {
  margin-bottom: 50px;
  padding: .1em 20px 0;
  background-color: #a07bff;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
}

.yellowBackground .points_list {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  height: auto;
  max-width: 890px;
}

.yellowBackground .points_list p {
  /*padding: 20px 70px;*/
  font-size: 20px;
  text-align: left;
  font-weight: 200;
}

.yellowBackground .points_list img {
  margin: 3em auto 0;
}

.details_area .c-img {
  margin: 0 auto 105px;
}

.details_area .c-img img {
  max-width: 100%;
}

@media screen and (max-width: 920px) {
  .yellowBackground .obi-line {
    font-size: 28px;
    letter-spacing: .5px;
    line-height: 1.6;
  }
  
  .yellowBackground .points_list {
    padding: 0 20px;
  }

  .yellowBackground .points_list dt {
    margin-bottom: .5em;
    font-size: 24px;
    line-height: 1.4;
  }

  .yellowBackground .points_list dd {
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 1.4;
  }
}

/*** イエローボックス　２ ***************/
.yellowBackground-2a {
  margin: 0 auto 105px; margin: 0 auto;
  padding: 67px 0 60px;
  width: 100%;
  height: 100%;
  max-width: 970px;
  background-color: #ffffe6;
  border: 2px solid #688de9;
  border-radius: 20px;
  
  border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}

@media screen and (max-width: 530px) {
  .yellowBackground-2a {
    padding: 67px 0 0;
  }
}


.yellowBackground-2a .obi-line {
  margin-bottom: 50px;
  padding: .1em 20px 0;
  background-color: #a07bff;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
}

.yellowBackground-2a .points_list {
  margin: 0 auto;
  padding: 0 40px 50px;
  width: 100%;
  height: auto;
  max-width: 890px;
}

.yellowBackground-2a .points_list p {
  /*padding: 20px 70px;*/
  font-size: 20px;
  text-align: left;
  font-weight: 200;
}

.yellowBackground-2a .points_list img {
  margin: 3em auto 0;
}

.yellowBackground-2a-bottom {
  margin: 0 auto 105px;
  padding: 0 0 60px;
  width: 100%;
  height: 100%;
  max-width: 970px;
  background-color: #fff;
  border: 2px solid #688de9;
  border-radius: 20px;
  border-top: none; border-top-left-radius: 0; border-top-right-radius: 0;
}

.yellowBackground-2a-bottom .points_list {
  margin: 0 auto;
  padding: 0 20px 50px 70px;
  width: 100%;
  height: auto;
  max-width: 890px;
}

.yellowBackground-2a-bottom .points_list p {
  font-size: 20px;
  text-align: left;
  font-weight: 200;
}

.yellowBackground-2a-bottom.points_list img {
  margin: 3em auto 0;
}

@media screen and (max-width: 530px) {
  .yellowBackground-2a-bottom .points_list {
    padding: 0 20px 50px 7vw;
  }

}

/* ブランディングソリューション ********************/
.colorFrame3 .text_area .t-block {
  margin: 1em 0 2em;
}

.colorFrame3 .text_area .t-block .sstit {
  display: inline-block;
  margin-bottom: .5em;
  padding: 5px 20px;
  background-color: #688de9;
  font-size: 28px; font-size: clamp(21px,2.1875vw,24px);
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
}


