/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
p_service
====================================================================== */
.p_service .l_main_visual .mvbg {
  background: url(../img/p_service/mv.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_service .l_main_visual .mvbg {
    background: url(../img/p_service/sp/mv.png);
    background-size: cover;
  }
}
.p_service .l_main {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_service .l_main {
    width: 100%;
  }
}
.p_service .l_main .anchorlinks {
  display: flex;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .anchorlinks {
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 0 4.6875vw 40px;
  }
}
.p_service .l_main .anchorlinks li {
  display: flex;
  flex: 1;
  justify-content: center;
  border-left: 1px solid #E8E8E8;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .anchorlinks li {
    width: calc( 50% - 10px);
    flex: initial;
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
}
.p_service .l_main .anchorlinks li:last-of-type {
  border-right: 1px solid #E8E8E8;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .anchorlinks li:last-of-type {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
}
@media screen and (max-width: 768px) {
  .p_service .l_main .anchorlinks li a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p_service .l_main .content {
  position: relative;
  width: 100%;
  padding: 0 0 0 250px;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content {
    padding: 0 4.6875vw;
  }
}
.p_service .l_main .content-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content-links {
    display: none;
  }
}
.p_service .l_main .content-links li {
  color: #CECECE;
  padding: 0 0 0 20px;
  position: relative;
}
.p_service .l_main .content-links li._active a {
  color: #0D3863;
}
.p_service .l_main .content-links li._active:before {
  background: #1170C3;
}
.p_service .l_main .content-links li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background: #CECECE;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.p_service .l_main .content-links li a {
  font-size: 18px;
  color: #CECECE;
}
.p_service .l_main .content-item {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content-item {
    padding-bottom: 90px;
  }
}
.p_service .l_main .content-item#tg2 {
  padding: 80px 0;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content-item#tg2 {
    padding: 50px 0 90px;
    margin-bottom: 50px;
  }
}
.p_service .l_main .content-item#tg2:before {
  content: "";
  height: 100%;
  width: calc( 100vw - 250px - ((100vw - 1100px) / 2) + 40px);
  background: #F6F7F9;
  border-radius: 60px 0 0 60px;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content-item#tg2:before {
    border-radius: 20px 0 0 20px;
  }
}
.p_service .l_main .content-item#tg4 {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content-item#tg4 {
    padding: 50px 0 80px;
  }
}
.p_service .l_main .content-item#tg4:before {
  content: "";
  height: 100%;
  width: calc( 100vw - 250px - ((100vw - 1100px) / 2) + 40px);
  background: #F6F7F9;
  border-radius: 60px 0 0 0;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content-item#tg4:before {
    border-radius: 20px 0 0 0;
  }
}
.p_service .l_main .content-item > h2 {
  font-size: 32px;
  font-weight: bold;
  color: #1170C3;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content-item > h2 {
    font-size: 28px;
  }
}
.p_service .l_main .content-links {
  position: absolute;
  width: 165px;
  top: 0;
  left: 0;
}
.p_service .l_main .content-links.is-fixed {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 1;
  width: auto;
  padding: 0 0 0 calc( (100vw - 1100px) / 2 );
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content-links.is-fixed {
    width: 100%;
    position: initial;
    padding: 55px 4.6875vw 30px;
  }
}
.p_service .l_main .content-links.is-fixed.is-stopped {
  position: absolute;
  bottom: 270px;
  top: initial;
  left: calc( (-100vw + 1100px) / 2 );
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content-links.is-fixed.is-stopped {
    position: initial;
    padding: 55px 4.6875vw 30px;
  }
}
.p_service .l_main .content .c_list_1 {
  margin: 40px 0 0;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content .c_list_1 {
    width: 100vw;
    transform: translateX(-4.6875vw);
  }
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content .c_list_1 .slick-slide {
    margin: 0 10px;
  }
}
.p_service .l_main .content .c_list_1 .slick-dots {
  margin: 0;
  gap: 0 10px;
  display: flex;
  justify-content: center;
  bottom: -35px;
}
.p_service .l_main .content .c_list_1 .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
}
.p_service .l_main .content .c_list_1 .slick-dots li:before {
  display: none;
}
.p_service .l_main .content .c_list_1 .slick-dots li.slick-active button {
  background: #1470C3;
}
.p_service .l_main .content .c_list_1 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #1470C3;
  border-radius: 50%;
}
.p_service .l_main .content .c_list_1 .slick-dots li button:before {
  display: none;
}
.p_service .l_main .content .c_list_1 .c_list_item {
  width: 270px;
  display: flex;
  flex-direction: column;
}
.p_service .l_main .content .c_list_1 .c_list_imgbox {
  display: flex;
}
.p_service .l_main .content .c_list_1 .c_list_txtbox {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content .c_list_1 .c_list_txtbox {
    padding-bottom: 55px;
  }
}
.p_service .l_main .content .c_list_1 .c_list_txtbox .c_ttl_2 .txt2 {
  margin: 0;
}
.p_service .l_main .content .c_list_1 .c_list_txtbox .u_txt_1 {
  margin: 10px 0 0;
}
.p_service .l_main .content .link-box {
  margin: 30px 0 0;
  display: flex;
  background: #1170C3;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content .link-box {
    flex-direction: column;
  }
}
.p_service .l_main .content .link-box-img {
  background: url(../img/p_service/otherbg.png);
  background-size: cover;
  width: calc(100% - 305px);
  display: flex;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content .link-box-img {
    width: 100%;
    height: 28vw;
    flex: initial;
    background: url(../img/p_service/sp/otherbg.png);
    background-size: cover;
  }
}
.p_service .l_main .content .link-box-txt {
  font-weight: 600;
  width: 305px;
  font-size: 24px;
  color: #fff;
  padding: 30px;
  background: #1170C3;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content .link-box-txt {
    padding: 14px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}
.p_service .l_main .content .link-box-txt:before {
  content: "";
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content .link-box-txt:before {
    width: 24px;
    height: 24px;
  }
}
.p_service .l_main .content .link-box-txt:after {
  content: url(../img/p_service/arrow.svg);
  top: 34%;
  right: 31px;
  position: absolute;
  transition: all .2s ease;
}
@media screen and (max-width: 768px) {
  .p_service .l_main .content .link-box-txt:after {
    top: 22%;
    right: 28px;
    content: url(../img/p_service/sp/arrow.svg);
  }
}
.p_service .l_main .content .link-box-txt:hover:after {
  right: 29px;
}

/*# sourceMappingURL=p_service.css.map */
