@charset "UTF-8";
/*==========================================================================
 Foundation
==========================================================================*/
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
button, input, select, textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img, embed, object, audio, video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  text-align: left;
}
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #1A8EC1;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1080px) {
  a:hover {
    opacity: .7;
  }  
}
a.discreet_link {
  color: inherit;
  text-decoration: none;
}

button {
  vertical-align: middle;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
button:hover {
  opacity: .7;
}

/*==========================================================================
 Layout
==========================================================================*/
.l-page_header {
  display: block;
  background: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
}
.l-page_header__contents {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 1rem;
  padding-right: .5rem;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 5px #0000001A;
}
.l-page_header__contents__logo img {
  width: auto;
  height: 35px;
}
.l-page_header__contents__menu_pc {
  display: none;
}
.l-page_header__contents__ctamenu_pc {
  display: none;
}
.l-page_header__contents__menu_sp {
  margin-left: auto;
}
.l-page_header__contents__menu_sp li {
  display: grid;
  place-items: center;
}
.l-page_header__contents__menu_sp span {
  font-size: 10px;
  color: #636B6F;
}
.l-page_header__contents__menu_sp_type_b {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}
.l-page_header__contents__menu_sp_type_b a,
.l-page_header__contents__menu_sp_type_b button {
  border: 1px solid #E0E2E3;
  border-radius: 5px;
  width: 40px;
  height: 40px;
}
.l-page_header__contents__menu_sp_type_b a {
  display: grid;
  place-items: center;
}
.l-page_header__contents__menu_sp_type_b button {
  display: block;
  padding-left: 10px;
}
.l-page_header__contents__menu_sp_type_b button span {
  display: block;
  width: 18px;
  height: 1px;
  background: #303538;
  position: relative;
}
.l-page_header__contents__menu_sp_type_b button span:nth-child(1) {
  animation: sp_buttonbar-top .2s forwards;
}
.l-page_header__contents__menu_sp_type_b button span:nth-child(2) {
  animation: sp_buttonbar-center .2s forwards;
}
.l-page_header__contents__menu_sp_type_b button span:nth-child(3) {
  animation: sp_buttonbar-bottom .2s forwards;
}
.is-open_menu .l-page_header__contents__menu_sp_type_b button span:nth-child(1) {
  animation: sp_buttonbar-top-close .2s forwards;
}
.is-open_menu .l-page_header__contents__menu_sp_type_b button span:nth-child(2) {
  animation: sp_buttonbar-center-close .2s forwards;
}
.is-open_menu .l-page_header__contents__menu_sp_type_b button span:nth-child(3) {
  animation: sp_buttonbar-bottom-close .2s forwards;
}
@keyframes sp_buttonbar-top {
  0% {
    transform: translateY(2px) rotate(-405deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes sp_buttonbar-top-close {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(2px) rotate(-405deg);
  }
}
@keyframes sp_buttonbar-center {
  0% {
    width: 0px;
    transform: translateX(18px);
  }
  30% {
    width: 10px;
    transform: translateX(8px);
  }
  100% {
    width: 18px;
    transform: translateX(0px);
  }
}
@keyframes sp_buttonbar-center-close {
  0% {
    width: 18px;
    transform: translateX(0px);
  }
  100% {
    width: 0px;
    transform: translateX(18px);
  }
}
@keyframes sp_buttonbar-bottom {
  0% {
    transform: translateY(0px) rotate(405deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes sp_buttonbar-bottom-close {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(405deg);
  }
}
.l-page_header__contents__mainmenu_sp {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: height .1s ease-out;
  background: #F4FCFE;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
}
.is-open_menu .l-page_header__contents__mainmenu_sp {
  height: 150px;
}
.l-page_header__contents__mainmenu_sp ul{
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
}
.l-page_header__contents__mainmenu_sp li{
  height: 33.3%;
}
.l-page_header__contents__mainmenu_sp li + li{
  border-top: 1px solid #E0E2E3;
}
.l-page_header__contents__mainmenu_sp li a{
  display: flex;
  height: 100%;
  align-items: center;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.l-page_header__contents__mainmenu_sp li a::after{
  content: "";
  width: 8px;
  height: 14.5px;
  background: url(/wp-content/themes/cojp_new/lp/img/common/icon_arrow_gray.svg) no-repeat center / contain;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
}
@media only screen and (min-width: 1080px) {
  .l-page_header__contents {
    height: 80px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .l-page_header__contents__logo {
    width: 100%;
    margin-right:3rem;
  }
  .l-page_header__contents__logo img {
    height: 60px;
  }
  .l-page_header__contents__menu_pc {
    display: block;
    height: 100%;
  }
  .l-page_header__contents__menu_pc ul {
    display: flex;
    height: 100%;
  }
  .l-page_header__contents__menu_pc ul li a {
    display: flex;
    height: 100%;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    place-items: center;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
  }
  .l-page_header__contents__menu_pc ul li a::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #14B2DD;
    position: absolute;
    left: 0;
    top: -4px;
    transition: top .3s ease-out;
  }
  .l-page_header__contents__menu_pc ul li a:hover {
    opacity: 1;
    background: #E3F4F9;
  }
  .l-page_header__contents__menu_pc ul li a:hover::after {
    top: 0;
  }
  .l-page_header__contents__menu_sp {
    display: none;
  }
  .l-page_header__contents__menu_sp_type_b {
    display: none;
  }
  .l-page_header__contents__mainmenu_sp {
    display: none;
  }
  .l-page_header__contents__ctamenu_pc {
    display: flex;
    gap: 1.5rem;
    margin-left: auto;
  }
  .l-page_header__contents__ctamenu_pc__tel {
    display: grid;
    gap:3px;
    justify-items: right;
    margin-right: 1.5rem;
  }
  .l-page_header__contents__ctamenu_pc__tel span {
    font-size: 10px;
    color: #636B6F;
  }
  .l-page_header__contents__ctamenu_pc .btn {
    display: grid;
    width: 150px;
    height: 36px;
    place-items: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
  }
  .l-page_header__contents__ctamenu_pc .btn:hover {
    transform: translateY(2px);
  }
  .l-page_header__contents__ctamenu_pc .btn.btn_a {
    color: #fff;
    background: linear-gradient(to right, #F48171 0%,#E5533E 100%);
  }
  .l-page_header__contents__ctamenu_pc .btn.btn_a:hover {
    opacity: 1;
    background: linear-gradient(to right, #F7A69B 0%,#EF705E 100%);
  }
  .l-page_header__contents__ctamenu_pc .btn.btn_b {
    color: #E6533E;
    border: 1px solid #E6533E;
  }
  .l-page_header__contents__ctamenu_pc .btn.btn_b:hover {
    opacity: 1;
    background: #FCE0DD;
  }
}

.l-fixed_container a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  width: 150px;
  height: 36px;
  background: #fff;
  border: #E6533E 1px solid;
  border-radius: 3px;
  color: #E6533E;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: .6rem;
  text-decoration: none;
  cursor: pointer;
}
.l-fixed_container a.btn:hover {
  background: #FCE0DD;
  transform: translateY(1px);
  transition: .2s;
  transform-origin: center top;
  opacity: 1;
}
.l-fixed_container a.btn_a {
  background: linear-gradient(90deg, #F48171 0%, #E5533E 100%) 0% 0% no-repeat padding-box;
  border: none;
  color: #fff;
}
.l-fixed_container a.btn_a:hover {
  background: linear-gradient(90deg, #F7A69B 0%, #EF705E 100%) 0% 0% no-repeat padding-box;
}

.l-page_footer_simple__copyright {
  font-size: 1.4rem;
}

.l-fixed_container {
  display: none;
  position: fixed;
  z-index: 99;
  background: rgba(51,51,51,0.8);
  width: 100%;
  height: 72px;
  left: 0;
  bottom: 0;
}
.l-fixed_container .u-flex {
  width: 100%;
}
.l-fixed_container a.btn {
  margin-top: 1.6rem;
  height: auto;
  line-height: 1.5;
  padding: .7rem;
  flex: 1;
}
.l-fixed_container a.btn:not(:last-child) {
  margin-left: 2rem;
  margin-right: 1rem;
}
.l-fixed_container a.btn:last-child {
  margin-right: 2rem;
}
@media only screen and (min-width: 1080px) {
  .l-fixed_container {
    display: none;
  }
}

.c-btn_to_top {
  display: none;
  position: fixed;
  right: 1.6rem;
  bottom: 9rem;
  z-index: 99;
}
@media only screen and (min-width: 1080px) {
  .c-btn_to_top {
    bottom: 3.2rem;
  }
}
.c-btn_to_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #3CBCE0;
  border-radius: 50%;
  opacity: .8;
  transition: all .2s ease-out;
}
.c-btn_to_top a img {
  width: 21px;
  height: 21px;
}
@media only screen and (min-width: 1080px) {
  .c-btn_to_top a {
    width: 60px;
    height: 60px;
  }
  .c-btn_to_top a img {
    width: 32px;
    height: 32px;
  }
}
.c-btn_to_top a:hover {
  opacity: 1;
}

.l-page_footer_simple {
  display: block;
  text-align: center;
  background: #3E484D;
  padding: 1.8rem 0;
  margin-bottom: 80px;
}
.l-page_footer__logo {
  display: none;
}
.l-page_footer_simple__copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #9EA3A5;
}
@media only screen and (min-width: 1080px) {
  .l-page_footer_simple {
    margin-bottom: 0;
  }
}
/*==========================================================================
 Object
==========================================================================*/
/*============ Component ============*/
.c-page_title {
  display: flex;
  width: 100%;
  background: #FFF9D7 url(/usecari/images/common/bg_page_title.svg) repeat-x;
  border-bottom: 1px solid #FBEB8B;
}
.c-page_title__inner {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 9rem;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}
@media only screen and (min-width: 1080px) {
  .c-page_title__inner {
    min-height: 20rem;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}
.c-page_title__inner__text {
  width: 100%;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  text-align: center;
  font-size: 2.4rem;
  color: #2B3B31;
  font-weight: bold;
  line-height: 1.4;
}
.c-page_title__inner__text .left {
  display: block;
  text-align: left;
  font-size: 2rem;
}
.c-page_title__inner__text .car_name {
  display: block;
  text-align: left;
  font-size: 2rem;
}
.c-page_title__inner__text .car_grade {
  display: block;
  text-align: left;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1080px) {
  .c-page_title__inner__text {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    max-width: calc(1240px + (3.6rem*2));
    margin-left: auto;
    margin-right: auto;
    font-size: 3.4rem;
  }
  .c-page_title__inner__text .left {
    font-size: 3.4rem;
  }
  .c-page_title__inner__text .car_name {
    font-size: 3.4rem;
  }
  .c-page_title__inner__text .car_grade {
    font-size: 1.8rem;
  }
}

.c-title_2_a {
  font-size: 1.8rem;
  color: #007954;
  font-weight: bold;
  line-height: 1.4;
  background: url(/usecari/images/common/usecari.svg) no-repeat left 0.2em/13px 16px;
  padding-left: 1.4em;
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 1080px) {
  .c-title_2_a {
    font-size: 2.4rem;
    background-size: 19px 24px;
  }
}
.c-title_2_b {
  display: flex;
  align-items: center;
  background: #EEF8E9;
  padding: 0.9rem;
  font-size: 1.8rem;
  color: #007954;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
.c-title_2_b.is-history::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/usecari/images/common/icon_history_title.svg) no-repeat center/contain;
  margin-right: 0.9rem;
}
@media only screen and (min-width: 1080px) {
  .c-title_2_b {
    padding: 1.2rem;
    font-size: 2.4rem;
  }
  .c-title_2_b.is-history::before {
    width: 22px;
    height: 22px;
  }
}
.c-title_3 {
  position: relative;
  background: #EEF8E9;
  padding: 0.7rem 0.7rem 0.7rem 1.8rem;
  font-size: 1.6rem;
  color: #007954;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 1080px) {
  .c-title_3 {
    padding: 0.9rem 0.9rem 0.9rem 3rem;
    font-size: 2rem;
  }
}
.c-title_3::before {
  content: "";
  width: 3px;
  height: calc(100% - 2rem);
  position: absolute;
  left: 0.9rem;
  top: 0;
  bottom: 0;
  margin: auto 0.9rem auto auto;
  background: #40C37C;
  border-radius: 2px;
}
@media only screen and (min-width: 1080px) {
  .c-title_3::before {
    width: 4px;
    height: calc(100% - 2.4rem);
    left: 1.8rem;
  }
}
.c-title_4 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.9rem;
}
@media only screen and (min-width: 1080px) {
  .c-title_4 {
    font-size: 1.8rem;
  }
}
.c-title_5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}
@media only screen and (min-width: 1080px) {
  .c-title_5 {
    font-size: 2.4rem;
  }
}
.c-title_add_link {
  position: relative;
}
.c-title_add_link a {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
}
@media only screen and (min-width: 1080px) {
  .c-title_add_link a {
    right: 1.2rem;
    font-size: 1.8rem;
  }
}

.c-p {
  line-height: 1.8;
}
@media only screen and (min-width: 1080px) {
  .c-p {
    font-size: 1.8rem;
  }
}
.c-p_s {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 1080px) {
  .c-p_s {
    font-size: 1.6rem;
  }
}
.c-p_ss {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 1080px) {
  .c-p_ss {
    font-size: 1.4rem;
  }
}
.c-p_sss {
  font-size: 1rem;
  line-height: 1.4;
}
.c-breadcrumb {
  background: #F6FAF4;
  border-top: 1px solid #E7E9E7;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 1.8rem;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1080px) {
  .c-breadcrumb {
    background: inherit;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 6.3rem;
    overflow: visible;
  }
}
.c-breadcrumb ol {
  display: flex;
}
.c-breadcrumb ol li {
  white-space: nowrap;
  font-size: 1.4rem;
  color: #6A7A6F;
}
.c-breadcrumb ol li:not(:last-child)::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: url(/usecari/images/common/icon_arrow.svg) no-repeat center/contain;
  margin-left: .8rem;
  margin-right: .8rem;
}
.c-breadcrumb ol li a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1080px) {
  .c-breadcrumb ol li:last-child {
    display: block;
    max-width: 40em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.c-btn_primary {
  display: inline-flex;
  padding: .5em 1.8em;
  background: #209E5A;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 3px rgba(0, 0, 0, 0.16);
  align-items: center;
  justify-content: center;
  min-width: 180px;
}
@media only screen and (min-width: 1080px) {
  .c-btn_primary {
    font-size: 2.4rem;
  }
}
.c-btn_primary.is-inactive {
  background: #E7E9E7;
  box-shadow: none;
  color: #CED3CF;
  pointer-events: none;
}
.c-btn_cta {
  display: inline-flex;
  padding: .5em 1.8em;
  background: #EA7D58;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 3px rgba(0, 0, 0, 0.16);
  align-items: center;
  justify-content: center;
  min-width: 180px;
}
@media only screen and (min-width: 1080px) {
  .c-btn_cta {
    font-size: 2.4rem;
  }
}

/*============ Project ============*/
.p-top_mv {
  margin-top: 50px;
  width: 100%;
  min-height: calc(100vh - 150px);
  padding: 4.8rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: -ms-linear-gradient(-90deg, rgba(213, 250, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%), url(../img/common/mv_bg.jpg);
  background: linear-gradient(180deg, #D5FAFF33 0%, #FFFFFF 100%), url(../img/common/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 450px;
  background-position: top center;
  overflow: hidden;
}
.p-top_mv::before {
  content: '';
  position: absolute;
  height: 400px;
  background: url(../img/common/mv_wave.svg);
  background-repeat: no-repeat;
  background-size: 420px 400px;
  background-position: top center;
  left: -22px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.p-top_mv > * {
  position: relative;
  z-index: 1;
}
.p-top_mv h1 {
  margin-bottom: 2.4rem;
}
.p-top_mv h1.management img,
.p-top_mv h1.advertisement img,
.p-top_mv h1.warranty img,
.p-top_mv h1.kurumahannsoku img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin:  0 auto;
}
.p-top_mv .mv_img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 4rem;
}

@media only screen and (min-width: 1080px) {
  .p-top_mv {
    margin-top: 80px;
    min-height: calc(100vh - 80px);
    padding: 8rem 0;
    background: -ms-linear-gradient(-90deg, rgba(213, 250, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%), url(../img/common/mv_bg.jpg);
    background: linear-gradient(180deg, #D5FAFF33 0%, #FFFFFF 100%), url(../img/common/mv_bg.jpg);
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
  }
  .p-top_mv::before {
    content: '';
    position: absolute;
    height: 600px;
    background: url(../img/common/mv_wave.svg);
    background-repeat: no-repeat;
    background-size: 630px 600px;
    background-position: 90% 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .p-top_mv h1 {
    width: 1200px;
    margin-bottom: 9.6rem;
  }
  .p-top_mv h1 img {
    max-width: 100%;
  }
.p-top_mv h1.management img,
.p-top_mv h1.advertisement img,
.p-top_mv h1.warranty img,
  .p-top_mv h1.kurumahannsoku img {
  max-width: 100%;
}
  .p-top_mv .mv_img {
    width: auto;
    height: auto;
    max-width: 660px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}

/* ABテスト用_パターンA */
.p-top_mv .copy_b {
  display: none;
}
.p-top_mv .copy_a {
  display: block;
}
.p-top_mv .copy_a_pc {
  display: none;
}
.p-top_mv .copy_b_pc {
  display: none;
}  
@media only screen and (min-width: 1080px) {
  .p-top_mv .copy_a {
    display: none;
  }  
  .p-top_mv .copy_a_pc {
    display: block;
  }
}
/* ABテスト用_パターンB */
.p-top_mv.pattern_b .copy_a {
  display: none;
}
.p-top_mv.pattern_b .copy_b {
  display: block;
}
.p-top_mv.pattern_b .copy_a_pc {
  display: none;
}
.p-top_mv.pattern_b .copy_b_pc {
  display: none;
}  
@media only screen and (min-width: 1080px) {
  .p-top_mv.pattern_b .copy_b {
    display: none;
  }  
  .p-top_mv.pattern_b .copy_b_pc {
    display: block;
  }  
}

.u-cta_button {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #F48171 0%, #E5533E 100%) 0% 0% no-repeat padding-box;
  background: -ms-linear-gradient(90deg, #F48171 0%, #E5533E 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #4040404D;
  border: 1px solid #FFD4CE;
  border-radius: 8px;
  width: 100%;
  height: 80px;
}
.u-cta_button::after {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 12px 21px;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-cta_button .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 8rem;
  text-align: center;
}
.u-cta_button.l_sp {
  display: block;
  position: relative;
  text-align: center;
  box-shadow: none;
  border-radius: 6px;
  text-decoration: none;
  height: auto;
  padding: 1.6rem;
}
.u-cta_button.l_sp::after {
  width: 8px;
  height: 14px;
  background: url(../img/common/icon_arrow.svg) no-repeat center;
  background-size: 14px 14px;
  right: 2.2rem;
}
.u-cta_button.l_sp .text {
  position: relative;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}

.u-cta_textlink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #008EC1;
  line-height: 1.4;
  margin-top: .8rem;
  text-decoration: none;
  gap: .4rem;
}
.u-cta_textlink::after {
  content: "";
  color: #008EC1;
  width: 14px;
  height: 14px;
  mask: url(../img/common/icon_arrow.svg) no-repeat center / contain;
  background-color: #008EC1;
  gap: .4rem;
}
@media screen and (min-width: 1080px) {
  .u-cta_textlink {
    margin-bottom: 4rem;
  }
}

.u-comment_balloon__wrapper {
  position: absolute;
  margin-bottom: .6rem;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.u-comment_balloon {
  display: inline-block;
  position: relative;
  min-width: 177px;
  text-align: center;
  color: #fff;
  font-family: "A P-OTF UD Shin Go Pr6N";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 11px;
  padding: .8rem 2.4rem;
  border: 1px solid #fff;
  background: #008EC1;
}
.u-comment_balloon::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 6.5px;
  bottom: -6.5px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
}
.u-comment_balloon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #008EC1;
}
@media screen and (min-width: 1080px) {
  .u-comment_balloon__wrapper {
    top: -28px;
  }
  .u-comment_balloon {
    padding: 1rem 3.2rem;
    font-size: 2rem;
    line-height: 1;
  }
}

.u-wrapper_addcomment {
  position: relative;
}
.u-wrapper_addcomment::before {
  content: "";
  display: block;
  width: 275px;
  height: 40px;
  background: url(../img/common/btn_balloon.svg) no-repeat;
  background-size: 275px 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 9.5rem;
  margin: auto;
  z-index: 1;
}
.warranty .u-wrapper_addcomment::before {
  background: url(../img/common/btn_balloon_service.svg) no-repeat;
  background-size: 275px 40px;
}
@media only screen and (min-width: 1080px) {
  .u-cta_button {
    width: 450px;
    height: 100px;
    margin-bottom: 5rem;
  }
  .u-cta_button::after {
    width: 16px;
    height: 28px;
    background-size: 16px 28px;
  }
  .u-wrapper_addcomment::before,
  .warranty .u-wrapper_addcomment::before {
    width: 330px;
    height: 48px;
    background-size: 330px 48px;
    bottom: 11.5rem;
  }
  .u-cta_button:hover {
    background: linear-gradient(90deg, #F7A69B 0%, #EF705E 100%) 0% 0% no-repeat padding-box;
    background: -ms-linear-gradient(90deg, #F7A69B 0%, #EF705E 100%) 0% 0% no-repeat padding-box;
    box-shadow: none;
    transform: translateY(3px);
    transition: .2s;
    transform-origin: center top;
    opacity: 1;
  }  
  .u-cta_button .text {
    height: 10rem;
    line-height: 10rem;
  }
  .p-top_mv .u-cta_button {
    width: 500px;
  }
  .p-top_mv .u-cta_button .text {
    font-size: 4rem;
  }
  .p-top_mv .title2 {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .p-top_mv .time {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #636B6F;
  }
  .p-top_mv .tel_box {
    width: 500px;
    text-align: center;
  }
}

.p-voice_list {
  margin-bottom: 10rem;
  list-style: none;
}
.p-voice_list li {
  position: relative;
  border: 1px solid #008EC1;
  border-radius: 10px;
  padding: 4.3rem 2rem 3rem 2rem;
  margin-top: 4rem;
}
.p-voice_list li:first-child {
  margin-top: 4.8rem;
}
.p-voice_list img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-bottom: 2rem;
}
.p-voice_list .shop_name {
  position: absolute;
  text-align: left;
  background: #008EC1;
  border-radius: 25px 25px 25px 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  top: -26px;
  left: -1px;
  padding:  .8rem 2rem .8rem 2.4rem;
  margin-right: 1rem;
}
.p-voice_list .shop_name span {
  display: inline-block; 
  font-size: 1.4rem;
  font-weight: initial;
  margin-left: .2rem;
}
.p-voice_list .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.4rem;
}
.p-voice_list .text {
  line-height: 1.8;
  margin-bottom: 1.4rem;
}
.p-voice_list .text .u-em {
  background: linear-gradient(transparent 60%, #E1F8FB 0%);
  padding-bottom: 3px;
}

@media only screen and (min-width: 1080px) {
  .p-voice_list li {
    padding: 3.8rem 3rem 3rem 3rem;
    margin-bottom: 4.3rem;
  }
  .p-voice_list img {
    width: 280px;
    height: 150px;
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .p-voice_list dd {
    display: flex;
  }
}

.p-media_list,
.p-service_list {
  position: relative;
  border: 1px solid #008EC1;
  border-radius: 10px;
  padding: 2rem 3rem;
  margin-top: .5rem;
  margin-bottom: 3.5rem;
}
.p-media_list dt,
.p-service_list dt {
  display: block;
  width: 200px;
  height: 30px;
  background: #008EC1;
  border-radius: 100px;
  margin: -3.5rem auto 2rem;
  text-align: center;
  line-height: 3rem;
}
.p-media_list dt span,
.p-service_list dt span {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}
.p-service_list dd li {
  padding-left: 1.6rem;
  list-style-type: none;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-service_list dd li:before {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 1.2rem;
  content: "";
  background: #008EC1;
}
.p-media_list dt {
  width: 235px;
  margin: -4rem auto 2rem;
}
.p-media_list {
  margin-top: 3.5rem;
  padding: 2.5rem 2rem 2rem;
}
.p-media_list .p-annotation {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}
.p-media_list .s-medialogolist {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1080px) {
  .p-service_list {
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 390px;
    padding: 2rem 3rem 3rem 3rem;
  }
  .p-media_list dt,
  .p-service_list dt {
    height: 40px;
    margin: -4rem auto 2rem;
  }
  .p-media_list dt {
    width: 450px;
    margin: -4.5rem auto 2rem;
  }
  .p-media_list dt span,
  .p-service_list dt span {
    font-size: 2rem;
    line-height: 4rem;
  }
  .p-service_list dd li {
    font-size: 1.6rem;
    line-height: 2;
    width: 110%;
  }
}

.s-site_list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #E0E2E3;
  border-radius: 10px;
  gap: .8rem;
  padding: 1.6rem;
}
.s-site_list li {
  width: 30%;
}
.s-medialogolist > * img,
.s-site_list > * img {
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .s-medialogolist {
    padding: 10px 50px;
  }
  .s-site_list {
    padding: 10px 20px;
    width: 1000px;
  }
  .s-medialogolist > *,
  .s-site_list > * {
    padding: 15px 10px;
  }
  .s-medialogolist > * img,
  .s-site_list > * img {
    width: 150px;
    height: 38px;
  }
  .s-site_list.pc_big {
    gap: 15px;
    padding: 20px 0;
  }
  .s-site_list li {
    width: 18%;
    padding: 0;
  }  
  .s-site_list.pc_big > * img {
    width: 80%;
    height: auto;
  }
}
.s-differences_list,
.s-gensen_list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: .5rem auto 0;
}
.s-differences_list > *,
.s-gensen_list > * {
  padding: calc(15px / 3) 1rem;
}
.s-differences_list li:nth-child(2n-1):not(:last-child),
.s-gensen_list li:nth-child(2n-1):not(:last-child) {
  padding-left: 0;
}
.s-differences_list li:nth-child(2n),
.s-gensen_list li:nth-child(2n) {
  padding-right: 0;
}
.s-differences_list > * img,
.s-gensen_list > * img {
  width: 120px;
  height: 120px;
}
@media only screen and (min-width: 370px) {
  .s-differences_list > * img,
  .s-gensen_list > * img {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 500px) {
  .s-differences_list li:nth-child(2n-1):not(:last-child),
  .s-gensen_list li:nth-child(2n-1):not(:last-child) {
    padding-left: 1rem;
  }
  .s-differences_list li:nth-child(2n),
  .s-gensen_list li:nth-child(2n) {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 550px) {
  .s-gensen_list {
    display: flex;
  }
}
@media only screen and (min-width: 890px) {
  .s-differences_list {
    display: flex;
  }
}
@media only screen and (min-width: 1080px) {
  .s-differences_list > * img {
    width: 180px;
    height: 180px;
  }
  .s-gensen_list li:nth-child(2n-1):not(:last-child),
  .s-gensen_list li:nth-child(2n),
  .s-gensen_list > * {
    padding: 1rem 2.4rem 0;
  }
  .s-gensen_list > * img {
    width: 230px;
    height: 230px;
  }
}

.s-yahoo_accomplishment_list {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.s-yahoo_accomplishment_list li {
  position: relative;
  width: 167px;
  height: 167px;
  border: 7px solid #E1F8FB;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
.s-yahoo_accomplishment_list dl {
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  top: 54%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.s-yahoo_accomplishment_list dt {
  font-size: 1.4rem;
  font-weight: bold;
}
.s-yahoo_accomplishment_list dt span {
  font-size: 1.2rem;
}
.s-yahoo_accomplishment_list dd {
  color: #1A8EC1;
  font-size: 2rem;
  font-weight: bold;
}
.s-yahoo_accomplishment_list dd .num {
  font-family: 'Oswald';
  font-size: 3.6rem;
  font-weight: normal;
}
@media only screen and (min-width: 1080px) {
  .s-yahoo_accomplishment_list li {
    width: 250px;
    height: 250px;
    border: 8px solid #E1F8FB;
  }
  .s-yahoo_accomplishment_list dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: .5rem;
  }
  .s-yahoo_accomplishment_list dt span {
    font-size: 1.6rem;
  }
  .s-yahoo_accomplishment_list dd {
    font-size: 3rem;
  }
  .s-yahoo_accomplishment_list dd .num {
    font-size: 5rem;
  }
}
.s-egs_list {
  margin-bottom: .5rem;
}
.s-egs_list dl {
  border: 1px solid #008EC1;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.s-egs_list dt {
  color: #008EC1;
  margin-bottom: 1.2rem;
}
.s-egs_list dd {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1080px) {
  .s-egs_list dl {
    display: flex;
    border: none;
    margin-bottom: 2rem;
    padding: 0;
  }
  .s-egs_list dt {
    width: 84px;
    border-right: 1px solid #008EC1;
    margin-right: 2rem;
  }
  .s-egs_list dd {
    margin: -.6rem 0 .7rem;
  }
}

.p-cl_area {
  position: relative;
  background: #F5F6F6;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.p-cl_area::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1rem;
  background: url(../img/common/arrow.svg);
  background-size: 200px 42px;
  width: 200px;
  height: 42px;
  margin: 0 auto;
}
.p-cl_area img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

@media only screen and (min-width: 1080px) {
  .p-cl_area .u-spacebetween_only_pc {
    width: 960px;
    margin: 0 auto;
  }
  .p-cl_area::after {
    bottom: -1.5rem;
    background-size: 300px 64px;
    width: 300px;
    height: 64px;
  }
}

.p-big_text {
  padding: 3.2rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 6.9rem;
}
.p-big_text span {
  background: linear-gradient(transparent 60%, #E1F8FB 0%);
  padding-bottom: 3px;
}
@media only screen and (min-width: 1080px) {
  .p-big_text {
    font-size: 4rem;
  }
}

.p-circle {
  position: relative;
  display: block;
  background: #EDFBFD;
  height: 284px;
  width: 284px;
  padding-top: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto 2rem;
}
.p-circle dl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-circle dt {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #008EC1;
  padding-bottom: 3rem;
  text-align: center;
  font-weight: bold;
}
.p-circle dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 1080px) {
  .p-circle_area {
    width: 855px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 331px) {
  .p-circle {
    height: 295px;
    width: 295px;
  }
}
@media only screen and (min-width: 600px) {
  .p-circle {
    padding-top: 0;
    height: 400px;
    width: 400px;
  }
  .p-circle dt {
    font-size: 2.4rem;
  }
  .p-circle dd {
    font-size: 1.6rem;
    padding: 0 4rem;
  }
  .p-circle.p-pc_only_long dl {
    height: 264px;
  }
  .p-circle.p-pc_only_long dt {
    width: 440px;
    margin-left: -20px;
  }
}

.p-annotation {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #303538;
}
.c-page_cta {
  margin-top: 5rem;
  padding: 4rem 0;
  background: linear-gradient(90deg, #14B2DD 0%, #008EC1 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  margin-bottom: 6rem;
  text-align: center;
}
.c-page_cta .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.c-page_cta .title2 {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-page_cta .u-cta_button {
  margin-top: -2rem;
}
.c-page_cta .u-cta_button .text {
  font-size: 2.4rem;
}
.c-page_cta .tel {
  margin-bottom: .5rem;
}
.c-page_cta .time {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1080px) {
  .c-page_cta {
    position: relative;
    padding: 0;
    height: 294px;
    margin-top: 8rem;
    margin-bottom: 10rem;
    overflow: hidden;
  }
  .c-page_cta.pc_big {
    height: 328px;
  }
  .c-page_cta .c-page_cta_inner {
    position: relative;
    width: 800px;
    margin-top: -3rem;
  }
  .c-page_cta .title {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
  .c-page_cta .u-cta_button {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-page_cta .u-cta_button .text {
    font-size: 3.4rem;
  }
  .c-page_cta .title2 {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
  .c-page_cta .time {
    margin-top: 1.2rem;
  }
  .c-page_cta .right_img {
    margin-top: -3rem;
  }
  .c-page_cta.pc_big .right_img {
    margin-top: -1rem;
  }
  .c-page_cta .tel_box {
    margin-left: 3.6rem;
  }
}

.p-car_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-car_list .p-car_list__item {
  width: 48%;
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 600px) and (max-width: 1080px) {
  .p-car_list {
    justify-content: flex-start;
  }
  .p-car_list .p-car_list__item {
    width: 32%;
    margin-bottom: 2.7rem;
  }
  .p-car_list .p-car_list__item:not(:nth-child(3n)) {
    margin-right: calc((100% - (32% * 3)) / 2);
  }
}

@media only screen and (min-width: 1080px) {
  .p-car_list {
    justify-content: flex-start;
  }
  .p-car_list .p-car_list__item {
    width: 24%;
    margin-bottom: 3.6rem;
  }
  .p-car_list .p-car_list__item:not(:nth-child(4n)) {
    margin-right: calc((100% - (24% * 4)) / 3);
  }
}

.p-service_cta__contents {
  padding: 3.6rem 1.8rem 2.7rem;
}
@media only screen and (min-width: 1080px) {
  .p-service_cta__contents {
    padding: 6.3rem 6.3rem 3.6rem;
  }
}
.p-service_cta__contents__title {
  text-align: center;
  color: #007954;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 2.7rem;
}
.p-service_cta__contents__title .em {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 5px solid #FCEB8B;
}
@media only screen and (min-width: 1080px) {
  .p-service_cta__contents__title {
    font-size: 2.4rem;
  }
  .p-service_cta__contents__title .em {
    font-size: 3.4rem;
  }
}

.p-introduction_list .sec_pbt {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.p-introduction_list .sec_pbt::before {
  position: absolute;
  top: 5.5rem;
  left: 0;
  content: "0" counter(cnt) "." ;
  font-family: 'Anton',sans-serif;
  color: #e5e5e5;
  font-size: 6rem;
  line-height: 3.6rem;
  letter-spacing: 3px;
}
.p-introduction_list .sec_pbt {
  padding-top: 11rem;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 1080px) {
  .p-introduction_list .sec_pbt::before {
    top: 2rem;
    font-size: 7rem;
  }
  .p-introduction_list .sec_pbt {
    padding-top: 9rem;
    margin-bottom: 8rem;
  }
}
.p-introduction_list .sec_title h3 {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: left;
  color: #000;
  margin-bottom: 1.7rem;
  font-weight: 700;
  z-index: 2;
}
.p-introduction_list .sec_cap {
  box-sizing: border-box;
  padding: 1.1rem 1.4rem;
  background: #333;
  font-weight: bold;
  color: #fff;
  background-color: #008EC1;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 1080px) {
  .p-introduction_list .sec_title h3 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2.8rem;
  }
  .p-introduction_list .sec_cap {
    text-align: left;
    padding: 1.1rem 3rem;
    font-size: 2rem;
    border-radius: 100px;
    margin-bottom: 4rem;
  }
}
.p-introduction01 .p-image_list li:not(:last-child),
.p-introduction04 section:not(:last-child) {
  margin-bottom: 4rem;
}
.p-introduction02 .p-image_list li:not(:last-child) {
  margin-bottom: 2rem;
}
.p-introduction03 section:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 1080px) {
  .p-introduction01 .p-image_list li:not(:last-child),
  .p-introduction02 .p-image_list li:not(:last-child),
  .p-introduction03 section:not(:last-child),
  .p-introduction04 section:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-introduction_list .p-image_list li img {
  width: 100%;
}
.p-introduction01 .p-image_list li .text,
.p-introduction04 section p,
.p-introduction09 .u-spacebetween_only_pc .p-annotation {
  margin-bottom: 2rem;
}
.p-introduction01 .p-image_list h4,
.p-introduction03 section h4,
.p-introduction05 section h4,
.p-introduction06 .p-yahoo_list h4 {
  margin-bottom: 1.7rem;
  padding-bottom: 1.7rem;
  border-bottom: 1px dotted #333;
  font-weight: bold;
}
.p-introduction06 .p-yahoo_list h5 {
  margin-top: 4rem;
}
.p-introduction06 .p-yahoo_list .s-yahoo_section:not(:last-child) {
  margin-bottom: 4rem;
}

.p-introduction09 .u-spacebetween_only_pc {
  margin-bottom: 4rem;
}

.p-introduction_list .c-summary {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1080px) {
  .p-introduction_list .p-image_list li {
    width: 310px;
  }
  .p-introduction_list .p-image_list li:not(:last-child) {
    margin-bottom: 0;
  }
  .p-introduction01 .p-image_list li {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .p-introduction_list .p-introduction01 .p-image_list li .text {
    padding-top: 240px;
  }
  .p-introduction_list .p-image_list li .text h4 {
    font-size: 1.6rem;
  }
  .p-introduction_list .p-introduction03 h4,
  .p-introduction05 section h4,
  .p-introduction06 .p-yahoo_list h4 {
    font-size: 1.8rem;
  }
  .p-introduction_list .p-image_list li .text p {
    margin-top: auto;
    font-size: 1.4rem;
  }
  .p-introduction_list .p-introduction01 .p-image_list li img {
    width: 310px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-introduction_list .p-introduction01 .p-image_list li .text {
    margin-bottom: 0;
  }
  .p-introduction_list .p-image_list h4 {
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-introduction_list .p-introduction01 .p-image_list h4 {
    height: 44px;
  }
  .p-introduction_list .p-introduction02 .p-image_list {
    margin-bottom: 4rem;
  }
  .p-introduction09 .u-spacebetween_only_pc .p-annotation {
    margin-bottom: 0;
  }
}
.p-introduction_list .p-introduction03 figure img {
  float: right;
  margin: 0 0 10px 10px;
}

.p-introduction_list .p-introduction01 .sec_title h3::after {
  position: absolute;
  width: 118px;
  height: 70px;
  content: "";
  background: url(../img/management/icon_title06.png) no-repeat center center;
  background-size: auto 70px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.p-introduction_list .p-introduction02 .sec_title h3::after {
  position: absolute;
  width: 141px;
  height: 70px;
  content: "";
  background: url(../img/management/icon_title07.png) no-repeat center center;
  background-size: auto 70px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.p-introduction_list .p-introduction03 .sec_title h3::after {
  position: absolute;
  width: 107px;
  height: 70px;
  content: "";
  background: url(../img/management/icon_title08.png) no-repeat center center;
  background-size: auto 70px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.p-introduction_list .p-introduction04 .sec_title h3::after {
  position: absolute;
  width: 109px;
  height: 70px;
  content: "";
  background: url(../img/management/icon_title09.png) no-repeat center center;
  background-size: auto 70px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.p-introduction_list .p-introduction05 .sec_title h3::after {
  position: absolute;
  width: 154px;
  height: 70px;
  content: "";
  background: url(../img/advertisement/icon_title01.png) no-repeat center center;
  background-size: auto 70px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.p-introduction_list .p-introduction06 .sec_title h3::after {
  position: absolute;
  width: 149px;
  height: 70px;
  content: "";
  background: url(../img/advertisement/icon_title02.png) no-repeat center center;
  background-size: auto 70px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.p-introduction_list .p-introduction07 .sec_title h3::after {
  position: absolute;
  width: 121px;
  height: 70px;
  content: "";
  background: url(../img/advertisement/icon_title03.png) no-repeat center center;
  background-size: auto 70px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.p-introduction_list .p-introduction01 img,
.p-introduction_list .p-introduction02 img,
.p-introduction_list .p-introduction04 img,
.p-introduction_list .p-introduction07 img,
.p-introduction_list .p-introduction09 img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.p-introduction_list .p-introduction08 .sec_title h3::after {
  position: absolute;
  width: 115px;
  height: 70px;
  content: "";
  background: url(../img/advertisement/icon_title04.png) no-repeat center center;
  background-size: auto 70px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.p-introduction_list .p-introduction09 .sec_title h3::after {
  position: absolute;
  width: 281px;
  height: 70px;
  content: "";
  background: url(../img/warranty/icon_title05.png) no-repeat center center;
  background-size: auto 70px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.p-introduction_list .p-introduction10 .sec_title h3::after {
  position: absolute;
  width: 178px;
  height: 50px;
  content: "";
  background: url(../img/warranty/logo_tirehosyo.png) no-repeat center center;
  background-size: auto 50px;
  top: -71px;
  right: 0;
  z-index: -3;
}
.sec_title.is-usecari h3::after{
  content: "";
  position: absolute;
  top: -71px;
  right: 0;
  width: 121px;
  height: 70px;
  background: url(../img/advertisement/icon_title_usecari.png) no-repeat center/contain;
  z-index: -3;
}
.sec_title.is-zaiko h3::after{
  content: "";
  position: absolute;
  top: -71px;
  right: 0;
  width: 121px;
  height: 70px;
  background: url(../img/advertisement/icon_title_zaiko.png) no-repeat center/contain;
  z-index: -3;
}
.p-introduction_list .p-introduction01 .u-link,
.p-introduction_list .p-introduction02 .u-link,
.p-introduction_list .p-introduction03 .u-link,
.p-introduction_list .p-introduction08 .u-link,
.p-introduction_list .p-introduction09 .u-link {
  display: block;
  margin-bottom: 4rem;
}

.p-introduction_list .p-introduction06 .u-link {
  display: block;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 1080px) {
  .p-introduction_list .p-introduction04 .sec_title {
    margin-bottom: 4rem;
  }
  .p-introduction_list .p-introduction01 .sec_title h3::after {
    width: 342px;
    height: 203px;
    background-size: auto 203px;
    top: -25px;
    right: 26px;
  }
  .p-introduction_list .p-introduction02 .sec_title h3::after {
    width: 410px;
    height: 203px;
    background-size: auto 203px;
    top: -25px;
    right: -11px;
  }
  .p-introduction_list .p-introduction03 .sec_title h3::after {
    width: 312px;
    height: 203px;
    background-size: auto 203px;
    top: -25px;
    right: 26px;
  }
  .p-introduction_list .p-introduction04 .sec_title h3::after {
    width: 317px;
    height: 203px;
    background-size: auto 203px;
    top: -25px;
    right: 26px;
  }
  .p-introduction_list .p-introduction05 .sec_title h3::after {
    width: 394px;
    height: 179px;
    background-size: auto 179px;
    top: 10px;
    right: 0px;
  }
  .p-introduction_list .p-introduction06 .sec_title h3::after {
    width: 365px;
    height: 172px;
    background-size: auto 172px;
    top: 5px;
    right: 0px;
  }
  .p-introduction_list .p-introduction07 .sec_title h3::after {
    width: 299px;
    height: 172px;
    background-size: auto 172px;
    top: 5px;
    right: 0px;
  }
  .p-introduction_list .p-introduction01 img,
  .p-introduction_list .p-introduction02 img,
  .p-introduction_list .p-introduction04 img,
  .p-introduction_list .p-introduction07 img,
  .p-introduction_list .p-introduction09 img {
    max-width: 100%;
  }
  .p-introduction_list .p-introduction09 img.feature {
    max-width: 500px;
  }
  .p-introduction_list .p-introduction08 .sec_title h3::after {
    width: 335px;
    height: 203px;
    background-size: auto 203px;
    top: -30px;
    right: 20px;
  }
  .p-introduction_list .p-introduction09 .sec_title h3::after {
    width: 571px;
    height: 142px;
    background-size: auto 142px;
    top: -5px;
    right: 20px;
  }
  .p-introduction_list .p-introduction10 .sec_title h3::after {
    width: 320px;
    height: 90px;
    background-size: auto 90px;
    top: -10px;
    right: 0;
  }
  .p-introduction_list .p-introduction03 section,
  .p-introduction_list .p-introduction04 section {
    width: 480px;
  }
  .p-introduction_list .p-introduction03 figure p.u-em {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-introduction_list .p-introduction03 figure img {
    width: 228px;
    margin: 0 0 0 22px;
  }
  .sec_title.is-usecari h3::after{
    top: 5px;
    right: 0;
    width: 299px;
    height: 172px;
  }
  .sec_title.is-zaiko h3::after{
    top: 5px;
    right: 0;
    width: 299px;
    height: 172px;
  }
}

.p-modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.p-modal_wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4.5rem 2rem 2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.p-modal_wrap::-webkit-scrollbar {
  display: none;
}
.p-modal_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.p-modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100vh;
}
.p-modal_box {
  width: 100%;
  max-width: 900px;
  height: 90%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.p-modal_box .inner {
  text-align: left;
  background: #fff;
  height: 100%;
  padding: 80px 20px;
}
.p-modal_box .inner > :first-child {
  margin-top: 0;
}
.p-modal_inner {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 1080px) {
  .p-modal_inner {
    width: 960px;
    height: auto;
    margin: 0;
  }
}
.p-modal_inner .btn_close {
  position: absolute;
  top: -30px;
  right: 0;
}
@media only screen and (min-width: 1080px) {
  .p-modal_inner .btn_close {
    right: -6rem;
  }
  }
.p-modal_inner .title {
  position: relative;
  text-align: center;
  background: linear-gradient(to right, #14B2DD, #008EC1);
	border-radius: 10px 10px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 3.5rem 0;
  margin-bottom: 3rem;
}
.p-modal_inner .title::after {
  content: "";
  width: 74px;
  height: 74px;
  background: url(/wp-content/themes/cojp_new/lp/img/common/cta_image02.png) no-repeat center;
  background-size: 74px;
  position: absolute;
  right: .5rem;
  top: 0;
}

.p-modal_inner .discription {
  width: 100%;
  padding: 0 2rem 4rem;
}
@media only screen and (min-width:560px) and (max-width:1079px) {
  .p-modal_inner .title::after {
    width: 120px;
    height: 120px;
    background-size: 120px;
    right: 2rem;
    top: 0.5rem;
    }  
}

@media only screen and (min-width: 1080px) {
  .p-modal_inner .title {
    font-size: 2.8rem;
  }
  .p-modal_inner .title::after {
    width: 172px;
    height: 112px;
    background: url(/wp-content/themes/cojp_new/lp/img/common/image_modal_pc.png) no-repeat center;
    background-size: 172px 112px;
    right: 5rem;
    top: 0;
  }  
}
.p-modal_inner .scroll_contents {
  padding: 0 2rem 4rem;
  max-width: 720px;
  margin: 0 auto;
}
@media only screen and (min-width: 14000px) {
  .p-modal_inner .scroll_contents {
    padding: 0 14rem 6rem;
  }
}
.p-modal_inner .caption {
  font-weight: bold;
  color: #008EC1;
  margin-bottom: 1rem;
}
.p-modal_inner .recommend_list {
  position: relative;
  border: 1px solid #008EC1;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 4rem;
}
.p-modal_inner .recommend_list li {
  text-align: left;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.p-modal_inner .recommend_list li:last-child {
  margin-bottom: 0;
}

.p-modal_inner .recommend_list li::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #008EC1;
  margin-bottom: -15px;
  margin-left: -15px;
}
.p-modal_inner .recommend_list .u-em {
  background: linear-gradient(transparent 60%, #E1F8FB 0%);
  padding-bottom: .3rem;
}

@media only screen and (min-width: 760px) {
  .p-modal_inner .recommend_list {
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #008EC1;
    border-radius: 10px;
    max-width: 680px;
    padding: 2.8rem 2.5rem 2rem;
    margin: 0 auto 4rem;
  }
  .p-modal_inner .recommend_list li {
    margin-bottom: 0;
  }
  
}


.s-flow_description_sp {
  line-height: 1.8;
}

.s-support_list .item:not(:last-child) {
  margin-bottom: 4.8rem;
}
.s-support_list .item .image {
  text-align: center;
  margin-bottom: 1.6rem;
}
.s-support_list .item .image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.s-support_list .item .contents .title {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.s-support_list .item .contents .text p {
  line-height: 1.8;
}
@media only screen and (min-width: 1080px) {
  .s-support_list .item {
    display: flex;
  }
  .s-support_list .item .image {
    margin-bottom: 0;
    width: 30%;
    margin-right: 3.2rem;
  }
  .s-support_list .item .contents {
    flex: 1;
  }
  .s-support_list .item .contents .title {
    font-size: 1.8rem;
  }
}

/*============ Utility ============*/
.u-show_only_pc,
.u-only_pc {
  display: none !important;
}
@media only screen and (min-width: 1080px) {
  .u-show_only_pc,
  .u-only_pc {
    display: block !important;
  }
  .u-show_only_sp,
  .u-only_sp {
    display: none !important;
  }
}
.u-show_inlineblock_only_pc {
  display: none !important;
}
@media only screen and (min-width: 1080px) {
  .u-show_inlineblock_only_pc {
    display: inline-block !important;
  }
}
.u-show_until_tb {
  display: block !important;
}
@media only screen and (min-width: 1080px) {
  .u-show_until_tb {
    display: none !important;
  }
}
.u-show_over_tb {
  display: none !important;
}
@media only screen and (min-width: 1080px) {
  .u-show_over_tb {
    display: block !important;
  }
}
.u-show_inlineblock_over_tb {
  display: none !important;
}
@media only screen and (min-width: 1080px) {
  .u-show_inlineblock_over_tb {
    display: inline-block !important;
  }
  .u-show_only_sp {
    display: none !important;
  }
}
.u-cw,
.u-cw_only_sp,
.u-cw_narrow {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-cw_symp_achive {
  display: block;
}

@media only screen and (min-width: 1080px) {
  .u-cw,
  .u-cw_only_pc {
    max-width: calc(1200px + (2rem*2));
    margin-left: auto;
    margin-right: auto;
  }
  .u-cw_symp_achive {
    display: block;
  }
}
@media only screen and (min-width: 1080px) {
  .u-cw_narrow,
  .u-cw_narrow_only_pc {
    max-width: calc(1000px + (2rem*2));
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1080px) {
  .u-cw_only_sp {
    max-width: calc(1000px + (2rem*2));
    padding-left: 0;
    padding-right: 0;
  }
}
.u-center {
  text-align: center;
}
.u-center_only_sp {
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .u-center_only_sp {
    text-align: left;
  }
  .u-center_only_pc {
    text-align: center;
  }
}
.u-left {
  text-align: left;
}
.u-left {
  text-align: left;
}
.u-right {
  text-align: right;
}
.u-block {
  display: block;
}
.u-ib {
  display: inline-block;
}
.u-flex {
  display: flex;
}
.u-relative {
  position: relative;
}
@media only screen and (min-width: 1080px) {
  .u-spacebetween_only_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .u-flex_only_pc {
    display: flex;
  }
}
.u-link {
  text-decoration: none;
  font-size: 1.4rem;
}
.u-link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../img/common/icon_arrow_blue.svg) no-repeat center/contain;
  margin-left: .6rem;
}
.u-link_blank::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/usecari/images/common/icon_blanklink.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-left: .4em;
}
.u-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .u-title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}

.u-em {
  font-weight: bold;
}
.u-marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E1F8FB 0%);
}
.u-red {
  color: #C00;
}
.u-blue {
  color: #008EC1;
}
.u-serif {
  font-family: serif;
}
.u-text_ss {
  font-size: 1.2rem;
}
.u-text_s {
  font-size: 1.4rem;
}
.u-text_l {
  font-size: 1.8rem;
}
.u-text_light {
  color: #6A7A6F;
}
.u-text_bold {
  font-weight: bold;
}
.u-lh_s {
  line-height: 1.8;
}
.u-lh_m {
  line-height: 1.6;
}
.u-lh_ss {
  line-height: 1.4;
}
.u-lh_sss {
  line-height: 1.2;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb_ss {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1080px) {
  .u-mb_ss {
    margin-bottom: 1.8rem;
  }
}
.u-mb_s {
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 1080px) {
  .u-mb_s {
    margin-bottom: 2.7rem;
  }
}
.u-mb {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1080px) {
  .u-mb {
    margin-bottom: 3.6rem;
  }
}
.u-mb_m {
  margin-bottom: 3rem;
}
.u-mb_l {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1080px) {
  .u-mb_l {
    margin-bottom: 5rem;
  }
}
.u-mb_ll {
  margin-bottom: 5.5rem;
}
@media only screen and (min-width: 1080px) {
  .u-mb_ll {
    margin-bottom: 6.5rem;
  }
}
.u-mb_lll {
  margin-bottom: 7.8rem;
}
@media only screen and (min-width: 1080px) {
  .u-mb_lll {
    margin-bottom: 11.2rem;
  }
  .u-no_bc::before {
    content: "";
    display: block;
    height: 3.6rem;
  }
}
.u-mb_llll {
  margin-bottom: 10rem;
}

/*
  ページ内外アンカーリンク時に固定ヘッダーに被らないように設定
  ヘッダーの高さはSP:5rem/PC:8rem、それぞれ+5remする
*/
/* （セクション）個別設定用のクラス */
.u-unchor_offset_target {
  padding-top: 10rem !important;
  margin-top: -10rem !important;
}
/* リストアイテムの間隔をあけるためのクラス */
.u-unchor_offset--sm > * {
  padding-top: 10rem !important;
  margin-top: calc(-10rem + 4.8rem) !important;
}
.u-unchor_offset--md > * {
  padding-top: 10rem !important;
  margin-top: calc(-10rem + 5rem) !important;
}
.u-unchor_offset--lg > * {
  padding-top: 10rem !important;
  margin-top: calc(-10rem + 7rem) !important;
}
.u-unchor_offset--sm > *:first-child,
.u-unchor_offset--md > *:first-child,
.u-unchor_offset--lg > *:first-child {
  padding-top: 10rem !important;
  margin-top: -10rem !important;
}
@media only screen and (min-width: 1080px) {
  .u-unchor_offset_target {
    padding-top: 13rem !important;
    margin-top: -13rem !important;
  }
  .u-unchor_offset--sm > * {
    padding-top: 13rem !important;
    margin-top: calc(-13rem + 4.8rem) !important;
  }
  .u-unchor_offset--md > * {
    padding-top: 13rem !important;
    margin-top: calc(-13rem + 5rem) !important;
  }
  .u-unchor_offset--lg > * {
    padding-top: 13rem !important;
    margin-top: calc(-13rem + 7rem) !important;
  }
  .u-unchor_offset--sm > *:first-child,
  .u-unchor_offset--md > *:first-child,
  .u-unchor_offset--lg > *:first-child {
    padding-top: 13rem !important;
    margin-top: -13rem !important;
  }
}

/*============ advertisement_can_do ============*/
.advertisement_can_do .item{
  position: relative;
  background: #EDFBFD;
  height: 295px;
  width: 295px;
  border-radius: 50%;
  margin: 0 auto 2rem;
}
.advertisement_can_do .item dl{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.advertisement_can_do .item dt {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #008EC1;
  padding-bottom: 2rem;
  text-align: center;
  font-weight: bold;
}
.advertisement_can_do .item dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 600px) {
  .advertisement_can_do .item{
    height: 400px;
    width: 400px;
  }
  .advertisement_can_do .item dl {
    width: 440px;
  }
  .advertisement_can_do .item dt {
    font-size: 2rem;
  }
  .advertisement_can_do .item dd {
    font-size: 1.6rem;
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1080px) {
  .advertisement_can_do{
    display: flex;
    justify-content: space-between;
  }
  .advertisement_can_do .item{
    height: 320px;
    width: 320px;
    margin: 0;
  }
  .advertisement_can_do .item dl {
    width: 100%;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .advertisement_can_do .item dd {
    padding: 0 3rem;
  }
}

/*============ published_media ============*/
.s-published_media{
  border: 1px solid #E0E2E3;
  border-radius: 10px;
  padding: 1.6rem;
}
.s-published_media__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
}
.s-published_media__list li{
  width: 30%;
  text-align: center;
}
.s-published_media__list li img {
  width: 100%;
}
.s-published_media__remarks{
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .s-published_media__list{
    width: 92%;
    margin: 0 auto;
    gap: 1.6rem 0;
  }
  .s-published_media__list li{
    width: 16%;
  }
  .s-published_media__list li img{
    width: 80%;
  }
}

/*============ lease_merit ============*/
.s-lease_merit_title{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.s-lease_merit_title::before{
  content: "- ";
}
.s-lease_merit_title::after{
  content: " -";
}
@media only screen and (min-width: 1080px) {
  .s-lease_merit_title{
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.s-lease_merit_list dl{
  border: 1px solid #008EC1;
  border-radius: 10px;
  padding: 1.6rem;
  margin-top: 1.4rem;
}
.s-lease_merit_list dt{
  color: #008EC1;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
.s-lease_merit_list dd{
  font-size: 1.4rem;
  line-height: 1.6;
}
