@charset "UTF-8";
/*header*/
.en {
  font-family: Arial, sans-serif;
}
.cl-bl {
  color: #75F9F5;
}
.flex {
  flex-wrap: wrap;
}
header.service-header .logo {
  left: 25px;
  top: 20px;
}
header.service-header .header_wrap::after {
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
header.service-header .header_wrap.active::after {
  top: 0;
}
header.service-header .header_wrap .gnav_list li a {
  padding: 12px 15px;
  font-family: "Noto Sans JP", sans-serif;
}
header.service-header .header_wrap .gnav_list li.contact a {
  border-radius: 50px;
  padding: 15px 48px 15px 18px;
  line-height: 1;
  text-align: left;
  width: 160px;
  position: relative;
  font-weight: 600;
  display: block;
  border: 1px solid #fff;
}
@media only screen and (min-width: 769px) {
  header.service-header .logo {
    left: 36px;
    top: 19px;
  }
  /*
  header.service-header .header_wrap.active .logo {
    top: 20px;
  }
*/
  header.service-header .header_wrap.active .gnav_list li.contact {
    top: 13px;
  }
  /*
  header.service-header .header_wrap.active .gnav_list {
    top: 15px;
  }
*/
  header.service-header .header_wrap .gnav_list {
    top: 17px;
    right: 180px;
  }
  header.service-header .header_wrap .gnav_list li a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 12px 8px;
  }
  header.service-header.service-common .header_wrap .gnav_list li a {
    color: #000;
  }
  header.service-header .header_wrap .gnav_list li.contact {
    top: 13px;
  }
  header.service-header .header_wrap .gnav_list li.contact a {
    padding: 15px 28px 15px 15px;
    width: 140px;
  }
  header.service-header.service-common .header_wrap .gnav_list li.contact a {
    color: #fff;
  }
  header.service-header .header_wrap .gnav_list li.contact a {
    padding: 15px 48px 15px 18px;
    width: 160px;
  }
  header.service-header .header_wrap .gnav_list li.contact a::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../../images/trancity/cvs-arrow.png")no-repeat center center/contain;
    right: 5px;
    top: 55%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1000px) {
  header.service-header .header_wrap .gnav_list li a {
    font-size: 14px;
    padding: 12px 15px;
  }
  header.service-header .header_wrap .gnav_list {
    top: 15px;
    right: 200px;
  }
  /*
  header.service-header .header_wrap .gnav_list li.contact {
    top: 17px;
  }
*/
  header.service-header .header_wrap .gnav_list li.contact {
    top: 13px;
  }
  header.service-header .header_wrap .gnav_list li.contact a {
    padding: 15px 48px 15px 18px;
    width: 160px;
  }
}
@media only screen and (min-width: 1367px) {
  .header_wrap::after {
    height: 7rem;
  }
  .header_wrap .logo {
    top: 21px;
    width: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .header_wrap::after {
    height: 60px;
  }
  .header_wrap .logo {
    width: 10rem;
    top: 18px;
  }
  .header_wrap .sp_menu span:nth-of-type(1) {
    top: 2.4rem;
  }
  .header_wrap .sp_menu.active span:nth-of-type(1) {
    -webkit-transform: translateX(-50%) translateY(4px) rotate(-30deg);
    transform: translateX(-50%) translateY(4px) rotate(-30deg);
    width: 3rem;
  }
  .header_wrap .sp_menu span:nth-of-type(2) {
    top: 3.4rem;
  }
  .header_wrap .sp_menu.active span:nth-of-type(2) {
    -webkit-transform: translateX(-50%) translateY(-6px) rotate(30deg);
    transform: translateX(-50%) translateY(-6px) rotate(30deg);
  }
  header.service-header .header_wrap .fix_contact.contact {
    right: 70px;
  }
  header.service-header .header_wrap .sp_menu {
    width: 60px;
  }
  header.service-header .header_wrap .fix_contact.contact a {
    border-radius: 50px;
    padding: 12px 18px 12px 12px;
    height: auto;
    line-height: 1;
    text-align: left;
    width: 140px;
    position: relative;
    font-weight: 600;
    display: block;
    border: 1px solid #fff;
    font-size: 13px;
  }
  header.service-header .header_wrap .fix_contact.contact a::after {
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e900";
    right: 0.8rem;
    font-size: 0.6rem;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem;
    border-radius: 100%;
    /* border: 1px solid #416ee3; */
    width: 10px;
    height: 10px;
    color: #fff;
    background-color: #FF0000;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  header.service-header .header_wrap .sp_menu span {
    background-color: #fff;
  }
  header.service-header .header_wrap .sp_menu.blk span {
    background-color: #000;
  }
  header.service-header .header_wrap #spNav .gnav_list li.contact a {
    display: block;
    width: 100%;
    background-color: #FF0000;
    color: #fff;
  }
  header.service-header .header_wrap #spNav .gnav_list li.contact {
    padding: 30px 0 0;
  }
  header.service-header .header_wrap .gnav_list a::after {
    border: 1px solid #fff;
  }
  header.service-header .header_wrap #spNav .gnav_list li:last-child {
    border: none
  }
  header.service-header .header_wrap .sp_menu.active {
    background-color: transparent;
  }
}
/*CVS*/
.cv-btn {
  max-width: 350px;
  margin: auto;
}
.cv-btn a {
  border-radius: 50px;
  padding: 24px 10px 20px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  width: 100%;
  position: relative;
  font-weight: 600;
  display: block;
  border: 4px solid #fff;
  background: linear-gradient(#FF0000 50%, #990000 100%);
  text-align: center;
  letter-spacing: 0;
}
.cv-btn a .serif {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}
.cv-btn a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e900";
  right: 15px;
  font-size: 0.8rem;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0.5rem;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.cv-btn a::before {
  position: absolute;
  content: "";
  left: 27px;
  background: url("../../images/trancity/cv-left.png")no-repeat center center/contain;
  width: 25px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
}
.item01 {
  order: 2
}
.item02 {
  order: 1
}
.red-txt {
  color: #F90000;
}
.bg-ye {
  background-color: #FFD900;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 1
  }
  .item02 {
    order: 2
  }
  .cv-btn {
    max-width: 440px;
    margin: auto;
  }
  .cv-btn a {
    padding: 26px 10px 30px;
    font-size: 30px;
    width: 440px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cv-btn a:hover {
    transform: scale(1.05);
  }
  .cv-btn a::after {
    right: 20px;
    font-size: 0.8rem;
    top: 50%;
    width: 26px;
    height: 26px;
  }
  .cv-btn a::before {
    left: 30px;
    width: 29px;
    height: 36px;
  }
  .cv-btn a small {
    font-size: 24px;
  }
}
.cl-3 {
  margin-top: 40px;
}
.cl-3 > li, .cl-4 > li {
  width: 100%;
}
.cl-3 > li .cl-bl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.cl-3 > li .txt {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  margin-top: 10px;
  padding: 10px 0 10px 15px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 769px) {
  .cl-3, .cl-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cl-3 > li {
    width: calc(100% / 3 - 25px);
  }
  .cl-3 > li .cl-bl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .cl-3 > li {
    margin-top: 20px;
  }
}
/**/
.content-inr {
  max-width: 600px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .content-inr {
    max-width: 130px;
    margin: auto;
  }
}
.service-contact {
  padding: 40px 20px 30px;
  border-top: 2px solid #D50000;
  border-bottom: 2px solid #D50000;
  background: url("../../images/trancity/contact-bg.jpg")no-repeat center right/cover;
}
.service-contact .content-inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1260px;
}
@media only screen and (min-width: 769px) {
  .service-contact {
    padding: 60px 40px;
    background: url("../../images/trancity/contact-bg.jpg")no-repeat center center/cover;
  }
  .service-contact .content-inr {
    justify-content: space-between;
  }
  .service-contact .content-inr .contact-ttl {
    width: 48%;
  }
  .service-contact .content-inr .contact-btn {
    width: 50%;
  }
  .service-contact a {
    transition: all 0.5s;
    display: block;
    -webkit-transition: all 0.5s;
  }
  .service-contact a:hover {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 768px) {
  .service-contact .content-inr {
    max-width: 460px;
  }
  .service-contact {
    padding: 30px 30px 40px;
  }
  .service-contact.footer-top {
    padding: 30px 30px 40px;
  }
  .service-contact .content-inr .contact-ttl {
    margin-bottom: 5px;
  }
}
.bg-gray {
  background-color: #ECECEC;
}
.serviceIndex-wrap {
  padding: 30px 15px 30px;
  border-radius: 20px;
  border: 1px solid #000000;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.index-ttl {
  display: flex;
  line-height: 1.4;
  margin-top: 15px;
}
.index-ttl .num {
  background: url("../../images/service_top/num-bg.png")no-repeat center center/contain;
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.05rem;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
.index-ttl .ttl-right small {
  font-size: 18px;
}
.index-ttl .ttl-right span {
  font-size: 42px;
}
.index-ttl .red-txt {
  font-size: 180%;
  font-weight: 600;
}
.index-ttl .ttl-right {
  margin-top: 5px;
  width: calc(100% - 55px);
}
@media only screen and (min-width: 769px) {
  .index-ttl {
    margin-top: 30px;
  }
  .index-ttl .ttl-right small {
    font-size: 24px;
  }
  .serviceIndex-wrap {
    padding: 40px 50px 45px;
  }
}
.border-box {
  border-radius: 0 20px 20px 20px;
  position: relative;
}
.cvsbtn {
  margin: 20px auto 0;
  max-width: 28rem;
}
.serviceIndex-wrap .rightside .cvsbtn a {
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, #FF0000 50%, #FF0000 100%);
  padding: 20px 10px 20px 85px;
  font-size: 24px;
  border: 2px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.arrow:before, .arrow:after {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .cvsbtn a {
    padding: 20px 10px 20px 80px;
  }
}