@-webkit-keyframes circlemovePC {
  0% {
    bottom: 2.5rem;
  }
  100% {
    bottom: -0.3125rem;
  }
}
@keyframes circlemovePC {
  0% {
    bottom: 2.5rem;
  }
  100% {
    bottom: -0.3125rem;
  }
}
@-webkit-keyframes circlemoveSP {
  0% {
    bottom: 2.8571428571rem;
  }
  100% {
    bottom: -0.3571428571rem;
  }
}
@keyframes circlemoveSP {
  0% {
    bottom: 2.8571428571rem;
  }
  100% {
    bottom: -0.3571428571rem;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loadAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.caption {
  font-size: 0.75rem;
  color: #7C777A;
  display: block;
}
@media only screen and (max-width: 767px) {
  .caption {
    font-size: 0.7142857143rem;
    line-height: 1.5;
  }
}
.caption.caption_right {
  text-align: right;
}

.ttl {
  display: inline-block;
}
.ttl img[src$=".svg"] {
  height: 100%;
}

.title-type01 {
  text-align: center;
}
.title-type01 .text {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .title-type01 .text {
    font-size: 2.2857142857rem;
  }
}
.title-type01 .ttl {
  height: 2.78125rem;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 767px) {
  .title-type01 .ttl {
    height: 2.2857142857rem;
    margin-top: 0.1785714286rem;
  }
}

@media only screen and (max-width: 767px) {
  .scroll_container {
    width: 109%;
  }
}
@media only screen and (max-width: 767px) {
  .scroll_container .scroll_icon {
    left: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .scroll_container .scroll_content {
    width: 260%;
    padding-right: 2.1428571429rem;
  }
}

#tel_kv .inner {
  max-width: unset;
}
@media only screen and (max-width: 767px) {
  #tel_kv .inner {
    width: 88.8888888889vw;
  }
}
#tel_kv .kv__btn {
  display: block;
  width: 10.3125%;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 99;
}
@media print, screen and (min-width: 768px) {
  #tel_kv .kv__btn {
    max-width: 17.6vw;
  }
}
@media only screen and (max-width: 767px) {
  #tel_kv .kv__btn {
    display: none;
    bottom: 1.4285714286rem;
    right: 0.7142857143rem;
    width: 7.1428571429rem;
    -webkit-transition: unset;
    transition: unset;
  }
}
#tel_kv .kv__btn::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  left: 50%;
  top: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  #tel_kv .kv__btn::after {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
  }
}
#tel_kv .kv__btn:hover::after {
  left: 55%;
}

#tel_about .about__intro {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
#tel_about .about__intro h2 {
  width: 30.625rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #tel_about .about__intro h2 {
    width: 22.5rem;
  }
}
#tel_about .about__intro p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.5;
  margin-top: 2.625rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #tel_about .about__intro p {
    font-size: 1rem;
    line-height: 2;
    margin-top: 2.8571428571rem;
    text-align: left;
  }
}
#tel_about .about__worries {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 84, 211, 0.1)), to(rgba(31, 229, 191, 0.1)));
  background: linear-gradient(rgba(13, 84, 211, 0.1), rgba(31, 229, 191, 0.1));
  border-radius: 2.5rem;
  padding: 5rem 5rem 5.625rem;
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 767px) {
  #tel_about .about__worries {
    border-radius: 1.4285714286rem;
    padding: 5.5357142857rem 1.8571428571rem 2.8571428571rem;
    margin: 0 -0.7142857143rem 6.4285714286rem;
    position: relative;
  }
}
#tel_about .about__worries h3 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #tel_about .about__worries h3 {
    margin-bottom: 1.0714285714rem;
  }
}
#tel_about .about__worries_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #tel_about .about__worries_box {
    position: relative;
    margin-left: -2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #tel_about .about__worries_box {
    padding: 0 0.7142857143rem;
  }
}
#tel_about .about__worries_pic {
  width: 7.5rem;
  position: absolute;
  right: 8.125rem;
  top: -7.5rem;
}
@media only screen and (max-width: 767px) {
  #tel_about .about__worries_pic {
    width: 5.7142857143rem;
    right: 9.0714285714rem;
    top: -1.4285714286rem;
  }
}
#tel_about .about__worries_item {
  width: calc(33.333% - 2.5rem);
  margin-left: 2.5rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem 1.875rem;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7777777778;
  color: #04183D;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #tel_about .about__worries_item {
    width: 100%;
    margin-left: 0;
    border-radius: 1.4285714286rem;
    padding: 2.1428571429rem 1.4285714286rem;
    font-size: 1rem;
  }
}
#tel_about .about__worries_item:after {
  content: "";
  width: 1.25rem;
  height: 3.75rem;
  background: url(../img/service_tel/worries_fukidashi.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -1.8125rem;
  right: 2.5rem;
}
#tel_about .about__worries_item span {
  position: relative;
}
#tel_about .about__worries_item span:after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  border-radius: 0.09375rem;
  background: -webkit-gradient(linear, left top, right top, from(#0d54d3), to(#1fe5bf));
  background: linear-gradient(to right, #0d54d3 0%, #1fe5bf 100%);
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #tel_about .about__worries_item + .about__worries_item {
    margin-top: 2.1428571429rem;
  }
}

#features {
  padding: 7.5rem 0;
  background-color: #fff;
  border-radius: 2.5rem;
  margin-top: -3.125rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #features {
    border-radius: 1.4285714286rem;
    margin-top: 0;
    padding: 5.7142857143rem 0;
  }
}
#features::before {
  content: "";
  border-radius: 2.5rem;
  background: rgb(219, 9, 149);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 9, 149, 0.1)), to(rgba(242, 178, 20, 0.1)));
  background: linear-gradient(180deg, rgba(219, 9, 149, 0.1) 0%, rgba(242, 178, 20, 0.1) 100%);
  position: absolute;
  inset: 0;
}
@media only screen and (max-width: 767px) {
  #features::before {
    border-radius: 1.4285714286rem;
  }
}
@media only screen and (max-width: 767px) {
  #features .inner {
    width: 88.8888888889vw;
    max-width: unset;
  }
}
#features .features__title {
  text-align: center;
}
#features .features__txt {
  text-align: center;
  padding-top: 4.0625rem;
  padding-bottom: 4.375rem;
  font-size: 1.375rem;
  line-height: 1.8181818182;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  #features .features__txt {
    padding-top: 2.8571428571rem;
    padding-bottom: 4.2857142857rem;
    font-size: 1.2857142857rem;
  }
}
#features .features__box + .features__box {
  margin-top: 1.4285714286rem;
}
#features .features__box .box_inner {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3.75rem 5rem 5rem;
}
@media only screen and (max-width: 767px) {
  #features .features__box .box_inner {
    padding: 2.8571428571rem 1.7857142857rem;
    border-radius: 1.4285714286rem;
  }
}
#features .features__box .box_ttl {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #features .features__box .box_ttl {
    margin-bottom: 2.2142857143rem;
  }
}
#features .features__box .box_ttl .ttl_01 {
  width: 25.375rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #features .features__box .box_ttl .ttl_01 {
    width: 16.6428571429rem;
  }
}
#features .features__box .box_ttl .ttl_02 {
  width: 40.6875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #features .features__box .box_ttl .ttl_02 {
    width: 16.6428571429rem;
  }
}
#features .features__box .box_ttl .ttl_03 {
  width: 38.375rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #features .features__box .box_ttl .ttl_03 {
    width: 16.6428571429rem;
  }
}
#features .features__box .box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #features .features__box .box_txt {
    width: 27.5rem;
  }
}
#features .features__box .box_txt ul li {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #04183D;
  position: relative;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  #features .features__box .box_txt ul li {
    font-size: 1rem;
  }
}
#features .features__box .box_txt ul li:before {
  content: "";
  background: #DB0995;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #features .features__box .box_txt ul li:before {
    width: 0.2857142857rem;
    height: 0.2857142857rem;
  }
}
#features .features__box .box_txt ul li + li {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  #features .features__box .box_img {
    width: 27.5rem;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  #features .features__box .box_img {
    margin-top: 2.1928571429rem;
  }
}

#function {
  margin-top: -5rem;
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
  border-radius: 0 0 5rem 5rem;
  background-color: #f7f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.75rem, #fff), to(transparent));
  background-image: linear-gradient(to bottom, #fff, #fff 0.75rem, transparent);
}
@media only screen and (max-width: 767px) {
  #function {
    margin-top: 0;
    padding-top: 5.7142857143rem;
    padding-bottom: 5.7142857143rem;
    border-radius: 0 0 2.5rem 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #function .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  #function .intro {
    width: 20.7142857143%;
  }
}
#function .intro .intro_title .ttl {
  height: 2.3125rem;
}
@media only screen and (max-width: 767px) {
  #function .intro .intro_title .ttl {
    height: 1.2142857143rem;
  }
}
#function .intro .intro_title .ttl img {
  display: block;
  width: auto;
  height: 100%;
  margin-right: auto;
}
#function .intro p {
  letter-spacing: 0;
  line-height: 2;
  margin-top: 2.3125rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  #function .intro p {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 1.7142857143rem;
  }
}
@media print, screen and (min-width: 768px) {
  #function .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875rem 2.5rem;
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  #function .list {
    margin-top: 2.9285714286rem;
  }
}
#function .list .list_item {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.5625rem;
}
@media print, screen and (min-width: 768px) {
  #function .list .list_item {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  #function .list .list_item {
    padding: 1.4285714286rem 2.1428571429rem;
  }
}
@media only screen and (max-width: 767px) {
  #function .list .list_item:not(:first-of-type) {
    margin-top: 1.4285714286rem;
  }
}
#function .list .list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
}
@media only screen and (max-width: 767px) {
  #function .list .list_title {
    gap: 0 0.7142857143rem;
  }
}
#function .list .list_title figure {
  width: 4rem;
}
#function .list .list_title p {
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #function .list .list_title p {
    font-size: 1.2857142857rem;
  }
}
#function .list .list_inner_list {
  list-style: disc;
  margin-top: 1rem;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #function .list .list_inner_list {
    margin-top: 1.1928571429rem;
  }
}
#function .list .list_inner_list li {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  text-indent: -0.3em;
  color: #7C777A;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #function .list .list_inner_list li {
    font-size: 0.9285714286rem;
    line-height: 1.8461538462;
    text-indent: -0.1em;
  }
}
#function .list .list_inner_list li.per50 {
  width: 50%;
}
#function .list .list_inner_list li span {
  font-size: 50%;
  vertical-align: super;
}
#function .list .note {
  font-size: 0.75rem;
  color: #7C777A;
  margin-top: 1.25rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #function .list .note {
    font-size: 0.7142857143rem;
    margin-top: 0.7142857143rem;
  }
}
#function .list_item.list_item_end {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 9, 149)), to(rgb(242, 178, 20)));
  background: linear-gradient(90deg, rgb(219, 9, 149) 0%, rgb(242, 178, 20) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #function .list_item.list_item_end {
    background: url(../img/service_tel/fuction_fukidashi_sp.svg) no-repeat 0 0;
    background-color: transparent;
    background-size: 100% auto;
    padding: 3.2142857143rem 2.1428571429rem 2.1428571429rem;
  }
}
@media print, screen and (min-width: 768px) {
  #function .list_item.list_item_end:after {
    content: "";
    width: 3.75rem;
    height: 1.25rem;
    background: url(../img/service_tel/fuction_tri.svg) no-repeat center center/contain;
    position: absolute;
    left: -1.875rem;
    top: 50%;
    margin-top: -0.625rem;
  }
}
#function .list_item.list_item_end p {
  color: #fff;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media only screen and (max-width: 767px) {
  #function .list_item.list_item_end p {
    font-size: 1rem;
  }
}

#trial {
  margin-top: 7.5rem;
  padding-bottom: 12.25rem;
}
@media only screen and (max-width: 767px) {
  #trial {
    margin-top: 5.7142857143rem;
    padding-bottom: 2.5rem;
  }
}
#trial .title-type01 .ttl {
  height: 2.1875rem;
}
@media only screen and (max-width: 767px) {
  #trial .title-type01 .ttl {
    height: 4.6428571429rem;
  }
}
#trial .container {
  max-width: 960px;
}
#trial .trial__intro {
  font-size: 1.125rem;
  margin-top: 2.5rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  #trial .trial__intro {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #trial .trial__intro {
    font-size: 1rem;
    margin-top: 2.7142857143rem;
  }
}
#trial .trial__list {
  margin-top: 5rem;
  border-top: 1px solid #EAE5E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #trial .trial__list {
    margin-top: 2.8571428571rem;
  }
}
#trial .trial__list dt, #trial .trial__list dd {
  padding: 2.5rem 0;
  border-bottom: 1px solid #EAE5E7;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #trial .trial__list dt, #trial .trial__list dd {
    font-size: 1rem;
    line-height: 1.7142857143;
    width: 100%;
    padding: 2.1428571429rem 0;
  }
}
#trial .trial__list dt {
  color: #7C777A;
}
@media print, screen and (min-width: 768px) {
  #trial .trial__list dt {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  #trial .trial__list dt {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#trial .trial__list dd {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #trial .trial__list dd {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  #trial .trial__list dd {
    padding-top: 0.3571428571rem;
  }
}
#trial .trial__list ul {
  list-style: disc;
  text-indent: -0.1em;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  #trial .trial__list ul li {
    margin-top: 0.3571428571rem;
  }
}
#trial .trial__list .caption {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #trial .trial__list .caption {
    margin-top: 1.1428571429rem;
  }
}
#trial .trial__banner {
  margin: 5rem 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  #trial .trial__banner {
    margin: 4.2857142857rem 0 2.8571428571rem;
  }
}
#trial .trial__banner .btn {
  height: 18.75rem;
  border-radius: 2.5rem;
  background: rgb(219, 9, 149);
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 9, 149)), to(rgb(242, 178, 20)));
  background: linear-gradient(90deg, rgb(219, 9, 149) 0%, rgb(242, 178, 20) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 4.375rem 5rem;
  -webkit-box-shadow: 0 0 3.125rem rgba(4, 24, 61, 0.2);
          box-shadow: 0 0 3.125rem rgba(4, 24, 61, 0.2);
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
@media only screen and (max-width: 767px) {
  #trial .trial__banner .btn {
    height: 21.4285714286rem;
    border-radius: 1.4285714286rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.1428571429rem 1.8571428571rem 1.4285714286rem;
    -webkit-box-shadow: 0 0 3.5714285714rem rgba(4, 24, 61, 0.2);
            box-shadow: 0 0 3.5714285714rem rgba(4, 24, 61, 0.2);
    width: 94.6666666667%;
    max-width: 94.6666666667vw;
    text-align: center;
  }
}
#trial .trial__banner .btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/service_tel/btn_hover.svg) no-repeat left top/100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#trial .trial__banner .btn .ttl {
  height: 10.3125rem;
  margin-top: -0.625rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #trial .trial__banner .btn .ttl {
    margin-top: 0;
    height: 6.7857142857rem;
  }
}
@media print, screen and (min-width: 768px) {
  #trial .trial__banner .btn .ttl::before {
    position: absolute;
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: url(../img/arrow.svg) no-repeat center center/contain;
    right: -2.8125rem;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#trial .trial__banner .btn .img {
  width: 19.875rem;
}
@media print, screen and (min-width: 768px) {
  #trial .trial__banner .btn .img {
    position: absolute;
    right: 0;
    top: 1.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  #trial .trial__banner .btn .img {
    width: 17.8571428571rem;
    margin: 1.4285714286rem auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  #trial .trial__banner .btn:hover {
    opacity: 0.8;
  }
  #trial .trial__banner .btn:hover::after {
    opacity: 1;
  }
  #trial .trial__banner .btn:hover .ttl::before {
    right: -3.75rem;
  }
}
#trial .trial__link p {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #trial .trial__link p {
    font-size: 1.1428571429rem;
    line-height: 1.6;
  }
}
#trial .trial__link p a {
  display: inline-block;
  margin: 0 0.625rem;
  padding-bottom: 3px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #trial .trial__link p a {
    line-height: 1.3;
  }
}
#trial .trial__link p a::after {
  content: "";
  height: 0.1rem;
  width: 100%;
  background-color: #04183d;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media print, screen and (min-width: 768px) {
  #trial .trial__link p a:hover::after {
    opacity: 0;
  }
}

#contact_bnr {
  background: #fff;
  padding: 5rem 0 7.875rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contact_bnr {
    padding: 5rem 0 4.2857142857rem;
  }
}
#contact_bnr::before, #contact_bnr::after {
  position: absolute;
  content: "";
}
#contact_bnr::before {
  background: url(../img/contact_bg-01_pc.svg) no-repeat left top/contain;
  width: 25rem;
  height: 27.25rem;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #contact_bnr::before {
    background-image: url(../img/contact_bg-01_sp.svg);
    width: 11.9285714286rem;
    height: 11rem;
  }
}
#contact_bnr::after {
  background: url(../img/contact_bg-02_pc.svg) no-repeat right bottom/contain;
  width: 25rem;
  height: 27.75rem;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #contact_bnr::after {
    background-image: url(../img/contact_bg-02_sp.svg);
    width: 11.9285714286rem;
    height: 11.2857142857rem;
  }
}
#contact_bnr .inner {
  max-width: 1120px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #contact_bnr .inner {
    width: 100%;
  }
}
#contact_bnr .contact__banner .btn {
  width: 100%;
  max-width: 100%;
  height: 18.75rem;
  border-radius: 2.5rem;
  background: #04183D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 4.375rem 7.5rem;
  -webkit-box-shadow: 0 0 3.125rem rgba(4, 24, 61, 0.2);
          box-shadow: 0 0 3.125rem rgba(4, 24, 61, 0.2);
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
@media only screen and (max-width: 767px) {
  #contact_bnr .contact__banner .btn {
    height: 21.4285714286rem;
    border-radius: 1.4285714286rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.1428571429rem 1.8571428571rem 0;
    -webkit-box-shadow: 0 0 3.5714285714rem rgba(4, 24, 61, 0.2);
            box-shadow: 0 0 3.5714285714rem rgba(4, 24, 61, 0.2);
    width: 89.3333333333%;
    max-width: 89.3333333333vw;
    text-align: center;
  }
}
#contact_bnr .contact__banner .btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/service_tel/contact_btn_hover.svg) no-repeat left top/100% #092964;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact_bnr .contact__banner .btn .ttl {
  height: 11rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contact_bnr .contact__banner .btn .ttl {
    margin-top: 0;
    height: 6.7857142857rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contact_bnr .contact__banner .btn .ttl::before {
    position: absolute;
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: url(../img/arrow.svg) no-repeat center center/contain;
    right: -2.8125rem;
    bottom: 3.3125rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#contact_bnr .contact__banner .btn .img {
  width: 25.5rem;
}
@media print, screen and (min-width: 768px) {
  #contact_bnr .contact__banner .btn .img {
    position: absolute;
    right: 4.875rem;
    top: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact_bnr .contact__banner .btn .img {
    width: 16.5714285714rem;
    margin: 1.4285714286rem auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  #contact_bnr .contact__banner .btn:hover::after {
    opacity: 1;
  }
  #contact_bnr .contact__banner .btn:hover .ttl::before {
    right: -3.75rem;
  }
}
#contact_bnr .contact__link p {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contact_bnr .contact__link p {
    font-size: 1.1428571429rem;
    line-height: 1.6;
  }
}
#contact_bnr .contact__link p a {
  display: inline-block;
  margin: 0 0.625rem;
  padding-bottom: 3px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contact_bnr .contact__link p a {
    line-height: 1.3;
  }
}
#contact_bnr .contact__link p a::after {
  content: "";
  height: 0.1rem;
  width: 100%;
  background-color: #04183d;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media print, screen and (min-width: 768px) {
  #contact_bnr .contact__link p a:hover::after {
    opacity: 0;
  }
}