.sec_flow {
  font-size: 16px;
  margin-bottom: 80px;
  background: url(../img/common/img_header_pc_01@2x.png) no-repeat bottom left, url(../img/common/img_header_pc_02@2x.png) no-repeat top right;
}
.sec_flow ol {
  margin-bottom: 20px;
}
.sec_flow ol li {
  list-style: none;
  margin-bottom: 30px;
}
.sec_flow ol li .imgBox {
  display: flex;
  justify-content: space-between;
}
.sec_flow ol li .imgBox dl {
  width: 70%;
}
.sec_flow ol li .imgBox .img {
  width: 27%;
}
.sec_flow ol li::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #1f88e4;
  border-right: 2px solid #1f88e4;
  display: block;
  transform: rotate(135deg);
  margin: 20px auto;
}
.sec_flow ol li:last-child {
  margin-bottom: 0;
}
.sec_flow ol li:last-child::after {
  content: none;
}
.sec_flow ol li dl dt {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 10px;
}
.sec_flow ol li dl dt .number {
  font-size: 30px;
  font-weight: bold;
  color: #1f88e4;
  border: 1px solid #1f88e4;
  border-radius: 50%;
  display: block;
  padding: 8px 10px;
  background: linear-gradient(104.87deg, #006cb6 0%, #32b5ff 100%);
  color: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
}
.sec_flow ol li dl dt .ttl {
  font-size: 20px;
  font-weight: bold;
}
.sec_flow ol li dl dd {
  padding-left: 75px;
}
.sec_flow ol li dl dd a {
  text-decoration: underline;
}
.sec_flow .subttl {
  text-align: center;
  color: #006cb6;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.sec_flow .box {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 5px #ddd;
  padding: 20px;
  margin-top: 50px;
}

.txt_center {
  text-align: center;
  justify-content: center;
}

.workspace .sec_01 dl {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
}
.workspace .sec_01 dl dt {
  word-break: keep-all;
}
.workspace .sec_01 dl dd a {
  color: #1f88e4;
  text-decoration: underline;
}
.workspace .sec_cmn .btn_01 {
  margin: 30px 0;
}

.mT20 {
  margin-top: 20px;
}

.mT40 {
  margin-top: 40px;
}

@media screen and (min-width: 1101px) {
  .bnr_sns {
    margin-top: 30px;
  }
  .bnr_sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
  }
  .bnr_sns ul li {
    width: 30%;
  }
  .bnr_sns ul li a {
    transition: 0.4s;
  }
  .bnr_sns ul li a:hover {
    opacity: 0.8;
  }
  .bnr_sns_sp {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .bnr_sns {
    display: none;
  }
  .bnr_sns_sp ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
  }
  .bnr_sns_sp ul li {
    width: 30%;
  }
  .bnr_sns_sp ul li a {
    transition: 0.4s;
  }
  .bnr_sns_sp ul li a:hover {
    opacity: 0.8;
  }
}
.btn_01 a {
  display: inline-block;
  background: linear-gradient(104.87deg, #006cb6 0%, #32b5ff 100%);
  color: #fff;
  border-radius: 5px;
  font-size: 2rem;
  padding: 0 20px;
  line-height: 60px;
  transition: 0.4s;
}
.btn_01 a:hover {
  opacity: 0.7;
}

.top-cont__text .btn_01 {
  margin-top: 30px;
}

.pagetemplate {
  font-size: 1.6rem;
  padding: 150px 0;
}
.pagetemplate .sec_cmn {
  padding: 50px 0;
}
.pagetemplate .sec_cmn .ttl_02 {
  font-size: 2rem;
  color: #1f88e4;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.pagetemplate .sec_cmn .ttl_02::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #006cb6;
  margin-right: 10px;
  display: block;
}
.pagetemplate .sec_cmn .ttl_03 {
  font-size: 2rem;
  color: #1f88e4;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.pagetemplate .sec_cmn .ttl_03 img {
  width: 50px;
  height: auto;
}
.pagetemplate .list_disc li {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 5px;
}
.pagetemplate .list_disc li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(104.87deg, #006cb6 0%, #32b5ff 100%);
}
.pagetemplate .list_disc li a {
  color: #006cb6;
  text-decoration: underline;
}
.pagetemplate p a {
  color: #006cb6;
  text-decoration: underline;
}

.about .sec_01 .img {
  margin-top: 20px;
}
.about .sec_01 .img ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.about .sec_02 .list_disc {
  margin: 30px 20px;
}
.about .sec_02 dl {
  display: flex;
  align-items: baseline;
}
.about .sec_02 dl dt {
  word-break: keep-all;
}
.about .sec_02 dl dd a {
  color: #1f88e4;
  text-decoration: underline;
}
.about .sec_03 ul.cl33 {
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
.about .sec_03 ul.cl33 li {
  width: 30%;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px;
}
.about .sec_03 ul.cl33 li .txt {
  margin-bottom: 20px;
  text-align: center;
}
.about .sec_03 .box_arrow .ttl {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.about .sec_03 .box_arrow .ttl p {
  font-size: 2.5rem;
}
.about .sec_03 .box_arrow .ttl h3 {
  font-size: 2.5rem;
}
.about .sec_03 .box_arrow .ttl h3 span {
  font-weight: bold;
  font-size: 3rem;
  color: #006cb6;
}
.about .sec_03 .box_arrow::before {
  content: "";
  display: block;
  background: #006cb6;
  -webkit-clip-path: polygon(50% 40%, 100% 0, 100% 60%, 50% 100%, 0 60%, 0% 0%);
          clip-path: polygon(50% 40%, 100% 0, 100% 60%, 50% 100%, 0 60%, 0% 0%);
  width: 100px;
  height: 50px;
  margin: 30px auto;
}
.about .sec_03 .box_arrow .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.about .sec_03 .box_arrow .card .top-card {
  width: 45%;
  padding: 20px;
}
.about .sec_03 .box_arrow .card .top-card .top-card__body {
  text-align: center;
}
.about .sec_03 .cta {
  background: url(../img/img_about_06.png) no-repeat bottom right;
  height: 200px;
}
.about .sec_03 .cta h4 {
  padding: 50px;
  font-weight: bold;
  font-size: 3rem;
}
.about .sec_03 .cta .btn_01 {
  margin-left: 50px;
  font-weight: bold;
}

.workspace .sec_02 .img {
  margin-top: 20px;
}
.workspace .sec_02 .img ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}



@media screen and (min-width: 1101px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .cta h4 span {
    display: inline-block;
    position: relative;
  }
  .cta h4 span::after {
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    background: #a7e4f2;
    position: absolute;
    top: 26px;
    z-index: -1;
  }
  .btn_insta {
    text-align: center;
  }
  .btn_insta img {
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
  .btn_insta a {
    transition: 0.4s;
  }
  .btn_insta a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1100px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sec_flow ol li .imgBox {
    display: block;
  }
  .sec_flow ol li .imgBox > .img,
  .sec_flow ol li .imgBox > dl {
    width: 100%;
  }
  .pagetemplate {
    margin: 0 0;
  }
  .about .sec_02 dl {
    display: block;
  }
  .pagetemplate .list_disc li {
    align-items: baseline;
  }
  .pagetemplate .list_disc li span {
    flex: 1;
  }
  .about .sec_03 ul.cl33 {
    display: block;
  }
  .about .sec_03 ul.cl33 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .about .sec_03 .box_arrow .card {
    display: block;
  }
  .about .sec_03 .box_arrow .card .top-card {
    width: 100%;
    margin-bottom: 10px;
  }
  .about .sec_03 .cta {
    background-size: contain;
    background-position: top center;
  }
  .about .sec_03 .cta h4 {
    padding: 0;
    padding-top: 15vh;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 5px #fff;
  }
  .about .sec_03 .cta h4 span {
    background: #a7e4f2;
  }
  .about .sec_03 .cta .btn_01 {
    margin: 0 auto;
    text-align: center;
  }
  .btn_insta {
    text-align: center;
  }
  .btn_insta img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .btn_insta a {
    transition: 0.4s;
  }
  .btn_insta a:hover {
    opacity: 0.7;
  }
  .workspace {
    background-size: contain;
  }
  .workspace .contact-cont__inner {
    margin-top: 7vh;
  }
}/*# sourceMappingURL=renew-style.css.map */

.case_tit{
 display: flex;
 justify-content:space-between;
}
.case_img{
 width: 70%;
}
.case_txt {
  width: 125%;
  margin-right: 20px;
  padding-right: 15px;
}
@media screen and (max-width: 1101px) {
  .case_tit{
    display: block;
   }
   .case_img{
    width: 100%;
   }
  }