@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.drive {
  padding-top: 30px;
}
.drive .d_mv {
  position: relative;
  padding-bottom: 36px;
  background: #D20A14;
}
.drive .d_mv .img {
  width: 80%;
}
@media screen and (max-width: 819px) {
  .drive .d_mv .img {
    width: 90%;
    height: 340px;
  }
}
@media screen and (min-width: 1440px) {
  .drive .d_mv .img {
    height: 540px;
  }
}
@media screen and (min-width: 1440px) {
  .drive .d_mv .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 819px) {
  .drive .d_mv .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.drive .d_mv .txt_item {
  z-index: 5;
  width: 46.7%;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 467px;
  background: #ffffff;
  border-radius: 0 0 0 50px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1300px) {
  .drive .d_mv .txt_item {
    width: 600px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 819px) {
  .drive .d_mv .txt_item {
    width: 90%;
    padding-left: 30px;
    padding-right: 20px;
    min-width: auto;
  }
}
.drive .d_mv .txt_item .d_logo {
  max-width: 245px;
  margin: auto;
  margin-top: 58px;
}
@media screen and (max-width: 1300px) {
  .drive .d_mv .txt_item .d_logo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .drive .d_mv .txt_item .d_logo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .drive .d_mv .txt_item .d_logo {
    margin-top: 20px;
    max-width: 160px;
  }
}
@media screen and (max-width: 819px) {
  .drive .d_mv .txt_item .d_logo {
    margin-top: 30px;
    max-width: 160px;
  }
}
.drive .d_mv .txt_item .en_ttl {
  color: #D20A14;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  font-family: "Jost", serif;
  line-height: 1.433;
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .drive .d_mv .txt_item .en_ttl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .drive .d_mv .txt_item .en_ttl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 819px) {
  .drive .d_mv .txt_item .en_ttl {
    font-size: 20px;
  }
}
.drive .d_mv .txt_item .ttl {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.457;
}
@media screen and (max-width: 900px) {
  .drive .d_mv .txt_item .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 819px) {
  .drive .d_mv .txt_item .ttl {
    font-size: 24px;
  }
}
.drive .d_mv .txt_item .txt {
  margin-top: 38px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .drive .d_mv .txt_item .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .drive .d_mv .txt_item .txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 819px) {
  .drive .d_mv .txt_item .txt {
    font-size: 16px;
  }
}
.drive .d_mv .btn03 {
  margin-top: 25px;
  border: none !important;
}
@media screen and (max-width: 819px) {
  .drive .d_mv .btn03 {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
.hour24 .inner {
  padding-top: 50px;
  padding-bottom: 105px;
}
@media screen and (max-width: 819px) {
  .hour24 .inner {
    padding-top: 30px;
    padding-bottom: 75px;
  }
}
.hour24 .ttl {
  font-weight: 900;
  text-align: left;
  font-size: 50px;
  letter-spacing: 0.05rem;
  line-height: 1.44;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .hour24 .ttl {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.hour24 .txt {
  text-align: left;
}
.hour24 .an_link {
  margin-top: 60px;
}
@media screen and (max-width: 819px) {
  .hour24 .an_link {
    margin-top: 30px;
  }
}
.hour24 .an_link ul {
  display: flex;
  gap: 35px;
  column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .hour24 .an_link ul {
    display: block;
  }
}
.hour24 .an_link ul li {
  width: calc(33.3333% - 33.3333px);
}
@media screen and (max-width: 819px) {
  .hour24 .an_link ul li {
    width: 100%;
  }
  .hour24 .an_link ul li + li {
    margin-top: 8px;
  }
}
.hour24 .an_link ul li a {
  display: block;
  background: #D20A14;
  color: #ffffff;
  line-height: 82px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 819px) {
  .hour24 .an_link ul li a {
    font-size: 16px;
    line-height: 42px;
  }
}
.hour24 .an_link ul li a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 12px;
  height: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_d.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.s4 {
  background: #F0F0F0;
}
.s4 .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 85px;
}
@media screen and (max-width: 819px) {
  .s4 .inner {
    padding-top: 80px;
    padding-bottom: 45px;
  }
}
.s4 .ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -30px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .s4 .ttl {
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
.s4 .s4_list {
  padding-top: 65px;
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  column-gap: 38px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .s4 .s4_list {
    padding-top: 35px;
  }
}
.s4 .s4_list::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  top: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  .s4 .s4_list::after {
    display: block;
  }
}
.s4 .s4_list li {
  width: calc(50% - 19px);
  background: #ffffff;
  list-style: none;
  padding: 35px 35px 60px 35px;
}
@media screen and (max-width: 819px) {
  .s4 .s4_list li {
    padding: 20px 20px 30px 20px;
    width: 100%;
  }
}
.s4 .s4_list li .list_ttl {
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  .s4 .s4_list li .list_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.s4 .s4_list li .list_ttl span {
  line-height: 120px;
  display: block;
  position: relative;
  padding-right: 35px;
  margin-right: 35px;
  padding-left: 9px;
  font-size: 60px;
  font-weight: 600;
  color: #D20A14;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .s4 .s4_list li .list_ttl span {
    padding-left: 0;
    line-height: 80px;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 40px;
  }
}
.s4 .s4_list li .list_ttl span::after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #D20A14;
}
.s4 .s4_list li .txt {
  text-align: left;
}
.c_item .inner {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 819px) {
  .c_item .inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.c_item .txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.538;
}
@media screen and (max-width: 819px) {
  .c_item .txt {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.merit .merit_img {
  position: relative;
}
.merit .merit_img .m_item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 115px;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .merit .merit_img .m_item {
    padding-bottom: 100px;
  }
}
.merit .merit_img .m_item .ttl {
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 0;
  line-height: 1.571;
  padding-bottom: 20px;
}
@media screen and (max-width: 819px) {
  .merit .merit_img .m_item .ttl {
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 1.4;
  }
}
.merit .merit_img .m_item .ttl::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  bottom: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  .merit .merit_img .m_item .ttl::after {
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
  }
}
@media screen and (max-width: 819px) {
  .merit .merit_img .bg {
    height: 320px;
  }
  .merit .merit_img .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.merit .merit_red {
  margin-top: -65px;
  position: relative;
  z-index: 5;
}
.merit .merit_red .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 819px) {
  .merit .merit_red .inner {
    padding-bottom: 40px;
  }
}
.merit .merit_red::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 65px);
  left: 0;
  bottom: 0;
  background: #D20A14;
}
.merit .merit_red ul {
  display: flex;
  column-gap: 83px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1080px) {
  .merit .merit_red ul {
    column-gap: 40px;
  }
}
@media screen and (max-width: 819px) {
  .merit .merit_red ul {
    display: block;
  }
}
.merit .merit_red ul li {
  width: calc(33.3333% - 55.3333px);
}
@media screen and (max-width: 1080px) {
  .merit .merit_red ul li {
    width: calc(33.3333% - 26.6666px);
  }
}
@media screen and (max-width: 819px) {
  .merit .merit_red ul li {
    width: 100%;
  }
  .merit .merit_red ul li + li {
    margin-top: 40px;
  }
}
.merit .merit_red ul li .circle {
  display: inline-block;
  border-radius: 50%;
  width: 100%;
  min-width: 20px;
  min-height: 20px;
  background: #ffffff;
  color: white;
  text-align: center;
  line-height: 1;
  box-sizing: content-box;
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 819px) {
  .merit .merit_red ul li .circle {
    width: 70%;
    height: 70%;
  }
}
.merit .merit_red ul li .circle:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.merit .merit_red ul li .c_item {
  display: inline-block;
  vertical-align: middle;
}
.merit .merit_red ul li .c_item .sub {
  color: #ffffff;
  width: fit-content;
  line-height: 21px;
  background: #D20A14;
  border-radius: 3px;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  padding: 0 11px;
}
@media screen and (max-width: 819px) {
  .merit .merit_red ul li .c_item .sub {
    font-size: 14px;
  }
}
.merit .merit_red ul li .c_item .icon {
  font-family: "Jost", serif;
  color: #D20A14;
  text-align: center;
  font-weight: 600;
  font-size: 60px;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .merit .merit_red ul li .c_item .icon {
    font-size: 50px;
  }
}
@media screen and (max-width: 819px) {
  .merit .merit_red ul li .c_item .icon {
    font-size: 44px;
  }
}
.merit .merit_red ul li .c_item .ttl {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .merit .merit_red ul li .c_item .ttl {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 819px) {
  .merit .merit_red ul li .c_item .ttl {
    font-size: 18px;
  }
}
.merit .merit_red ul .txt {
  text-align: left;
  color: #ffffff;
  position: relative;
  z-index: 5;
  margin-top: 36px;
}
@media screen and (max-width: 1080px) {
  .merit .merit_red ul .txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 819px) {
  .merit .merit_red ul .txt {
    margin-top: 18px;
  }
}
.m_more .inner {
  padding-top: 50px;
  padding-bottom: 105px;
}
@media screen and (max-width: 819px) {
  .m_more .inner {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}
.m_more ul {
  display: flex;
  column-gap: 83px;
}
@media screen and (max-width: 1080px) {
  .m_more ul {
    column-gap: 40px;
  }
}
@media screen and (max-width: 819px) {
  .m_more ul {
    display: block;
  }
}
.m_more ul li {
  width: calc(33.3333% - 55.3333px);
}
@media screen and (max-width: 1080px) {
  .m_more ul li {
    width: calc(33.3333% - 26.6666px);
  }
}
@media screen and (max-width: 819px) {
  .m_more ul li {
    width: 100%;
  }
  .m_more ul li + li {
    margin-top: 40px;
  }
}
.m_more ul li .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .m_more ul li .ttl {
    font-size: 18px;
  }
}
.m_more ul li .img {
  margin-top: 5px;
}
@media screen and (max-width: 819px) {
  .m_more ul li:nth-child(1) .img,
  .m_more ul li:nth-child(2) .img {
    margin-top: 15px;
  }
}
.m_more ul li .txt {
  margin-top: 35px;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .m_more ul li .txt {
    margin-top: 20px;
  }
}
.voice {
  background: #F0F0F0;
}
.voice .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 85px;
}
@media screen and (max-width: 819px) {
  .voice .inner {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
.voice .ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -30px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .voice .ttl {
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
.voice .v_list {
  padding-top: 65px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .voice .v_list {
    padding-top: 35px;
  }
}
.voice .v_list::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  top: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  .voice .v_list::after {
    display: block;
  }
}
.voice .v_list li {
  width: 100%;
  display: flex;
}
.voice .v_list li dl {
  width: 100%;
  background: #ffffff;
  display: flex;
}
@media screen and (max-width: 819px) {
  .voice .v_list li dl {
    display: block;
  }
}
.voice .v_list li dl dt {
  width: 210px;
}
@media screen and (max-width: 819px) {
  .voice .v_list li dl dt {
    width: 100%;
  }
}
.voice .v_list li dl dd {
  width: calc(100% - 210px);
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px 40px 10px 50px;
}
@media screen and (max-width: 819px) {
  .voice .v_list li dl dd {
    width: 100%;
    padding: 20px;
  }
}
.voice .btn03 {
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  .voice .btn03 {
    margin-top: 20px;
  }
}
.ac_item .inner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 819px) {
  .ac_item .inner {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
.ac_item .ttl {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 819px) {
  .ac_item .ttl {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
    top: -20px;
  }
}
.ac_item .ttl::after {
  width: 140px;
  height: 3px;
  background: #D20A14;
  left: calc(50% - 70px);
  bottom: 0;
  content: "";
  position: absolute;
}
@media screen and (max-width: 819px) {
  .ac_item .ttl::after {
    display: block;
  }
}
.ac_item ul {
  display: flex;
  column-gap: 83px;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .ac_item ul {
    column-gap: 40px;
  }
}
@media screen and (max-width: 819px) {
  .ac_item ul {
    margin-top: 20px;
    display: block;
  }
}
.ac_item ul li {
  width: calc(33.3333% - 55.3333px);
}
@media screen and (max-width: 1080px) {
  .ac_item ul li {
    width: calc(33.3333% - 26.6666px);
  }
}
@media screen and (max-width: 819px) {
  .ac_item ul li {
    width: 100%;
  }
  .ac_item ul li + li {
    margin-top: 40px;
  }
}
.ac_item ul li .list_ttl {
  margin-top: 30px;
  line-height: 34px;
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 819px) {
  .ac_item ul li .list_ttl {
    margin-top: 20px;
    font-size: 18px;
  }
}
.ac_item ul li .list_ttl::after {
  position: absolute;
  content: "";
  right: 0;
  width: 34px;
  height: 34px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_r02.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .ac_item ul li .list_ttl::after {
    width: 28px;
    height: 28px;
  }
}
.ac_item ul li .txt {
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  .ac_item ul li .txt {
    margin-top: 20px;
  }
}
.ac_item .btn03 {
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  .ac_item .btn03 {
    margin-top: 25px;
  }
}
.other .inner {
  padding-top: 105px;
  padding-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .other .inner {
    padding-top: 55px;
  }
}
.other .ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 819px) {
  .other .ttl {
    font-size: 20px;
  }
}
.other ul {
  margin-top: 30px;
  display: flex;
  column-gap: 80px;
}
@media screen and (max-width: 819px) {
  .other ul {
    display: block;
    margin-top: 20px;
  }
}
.other ul li {
  width: calc(50% - 40px);
}
@media screen and (max-width: 819px) {
  .other ul li {
    width: 100%;
  }
  .other ul li + li {
    margin-top: 30px;
  }
}
.other ul li .sub_ttl {
  text-align: center;
  width: 100%;
  font-size: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c2c2c2;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 819px) {
  .other ul li .sub_ttl {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.other ul li dl {
  display: flex;
  position: relative;
}
.other ul li dl dt {
  width: 60%;
}
.other ul li dl dt img {
  border-radius: 0 0 0 10px;
}
.other ul li dl dd {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  padding-bottom: 46px;
  position: relative;
}
.other ul li dl dd::after {
  position: absolute;
  content: "";
  right: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  bottom: 30%;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.other ul a {
  display: block;
}
.other ul a:hover dl dd::after {
  right: calc(50% - 15px);
  transition: 0.3s ease-in-out;
}
.h3_ttl {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  position: relative;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
}
@media screen and (max-width: 819px) {
  .h3_ttl {
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 1.4;
  }
}
.h3_ttl::after {
  position: absolute;
  content: "";
  left: calc(50% - 70px);
  width: 140px;
  height: 3px;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: #D20A14;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .h3_ttl::after {
    width: 70px;
    left: calc(50% - 35px);
  }
}
.contact_p {
  background: #525252;
}
.contact_p .inner {
  padding-top: 60px;
  padding-bottom: 80px;
  max-width: 820px;
}
@media screen and (max-width: 819px) {
  .contact_p .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.contact_p .h3_ttl {
  color: #ffffff;
}
.contact_p .h3_ttl:after {
  background: #ffffff;
}
.contact_p .f_dl dd p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .contact_p .f_dl dd p {
    font-size: 14px;
  }
}
.contact_p .form {
  margin-top: 70px;
}
@media screen and (max-width: 819px) {
  .contact_p .form {
    margin-top: 35px;
  }
}
.contact_p .last_dl {
  background: none !important;
  padding-bottom: 55px;
}
@media screen and (max-width: 819px) {
  .contact_p .last_dl {
    padding-bottom: 25px;
  }
}
.contact_p dl {
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  background-image: linear-gradient(to right, #ffffff 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 819px) {
  .contact_p dl {
    display: block;
    padding-bottom: 15px;
  }
}
.contact_p dl + dl {
  margin-top: 8px;
}
@media screen and (max-width: 819px) {
  .contact_p dl + dl {
    margin-top: 15px;
  }
}
.contact_p dl dt {
  width: 190px;
}
@media screen and (max-width: 819px) {
  .contact_p dl dt {
    width: 100%;
  }
}
.contact_p dl dt p {
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .contact_p dl dt p {
    font-size: 16px;
  }
}
.contact_p dl dt .red {
  color: #D20A14;
}
.contact_p dl dd {
  width: calc(100% - 190px);
}
@media screen and (max-width: 819px) {
  .contact_p dl dd {
    width: 100%;
    margin-top: 3px;
  }
}
.contact_p dl dd p {
  width: 100%;
  color: #000000;
  text-align: left;
  padding-bottom: 0;
}
.contact_p dl dd input[type="button"],
.contact_p dl dd input[type="submit"],
.contact_p dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.contact_p dl dd p,
.contact_p dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.contact_p dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 40px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .contact_p dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #666;
  outline-offset: -7px;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item button,
.contact_p dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #9F9E9E;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.contact_p dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #666;
}
.contact_p dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #999999;
  outline: 1px solid #9F9E9E;
}
.contact_p dl dd input[type="text"],
.contact_p dl dd input[type="tel"],
.contact_p dl dd input[type="email"] {
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 5px;
  border: none;
  min-height: 54px;
}
@media screen and (max-width: 819px) {
  .contact_p dl dd input[type="text"],
  .contact_p dl dd input[type="tel"],
  .contact_p dl dd input[type="email"] {
    min-height: 34px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact_p dl dd .wpcf7-form-control-wrap,
.contact_p dl dd input[type="radio"] {
  color: #fff !important;
  font-size: 18px ;
  font-weight: bold;
}
.contact_p dl dd textarea {
  border-radius: 5px;
  border: none;
  padding: 10px 15px;
  height: 200px;
  width: 100% !important;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-height: 400px;
}
@media screen and (max-width: 819px) {
  .contact_p dl dd textarea {
    padding: 8px 10px;
    height: 150px;
    font-size: 14px;
  }
}
.contact_p dl dd .wpcf7-not-valid-tip {
  color: #ec625b !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.contact_p dl dd input:focus,
.contact_p dl dd textarea:focus,
.contact_p dl dd select:focus {
  color: #000000 !important;
}
.contact_p dl dd input:valid,
.contact_p dl dd textarea:valid,
.contact_p dl dd select:valid {
  color: #000000 !important;
}
.contact_p dl dd input:invalid,
.contact_p dl dd textarea:invalid,
.contact_p dl dd select:invalid {
  color: #B42E27 !important;
}
.contact_p dl dd input[type="checkbox"],
.contact_p dl dd input[type="radio"] {
  accent-color: #D20A14;
  transform: scale(1.5);
  border-radius: 100% !important;
  margin-right: 8px;
}
.contact_p .r_input input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact_p .r_input .wpcf7-list-item.first {
  margin-left: 0;
}
.contact_p .r_input span.wpcf7-list-item-label {
  position: relative;
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.contact_p .r_input span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 819px) {
  .contact_p .r_input span.wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
    border: 1.5px solid #ffffff;
    margin-right: 5px;
  }
}
.contact_p .r_input span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #D20A14;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .contact_p .r_input span.wpcf7-list-item-label::after {
    left: 3px;
    width: 10px;
    height: 10px;
  }
}
.contact_p .r_input input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
  transition: 0.3s ease-in-out;
}
.contact_p .last_dl {
  margin-bottom: 50px;
  padding-top: 10px;
  background-image: none;
}
@media screen and (max-width: 819px) {
  .contact_p .last_dl {
    margin-bottom: 30px;
  }
}
.contact_p .c_c_check {
  padding: 10px 20px 20px 20px;
  background: #EEEEEE;
}
.contact_p .c_c_check .c_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .contact_p .c_c_check .c_ttl {
    font-size: 16px;
    line-height: 1.4;
  }
}
.contact_p .c_c_check .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 819px) {
  .contact_p .c_c_check .ttl {
    font-size: 16px;
  }
}
.contact_p .c_c_check dl {
  display: block;
  color: #000000 !important;
}
.contact_p .c_c_check dl dt,
.contact_p .c_c_check dl dd {
  width: 100%;
}
.contact_p .c_c_check dl dt p,
.contact_p .c_c_check dl dd p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 819px) {
  .contact_p .c_c_check dl dt p,
  .contact_p .c_c_check dl dd p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.contact_p .check_txt_box {
  background: #ffffff;
  border: 1px solid #888888;
  padding: 20px 10px 20px 20px;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt_box {
    padding: 15px 5px 20px 10px;
  }
}
.contact_p .simplebar-track.simplebar-horizontal {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
}
.contact_p .simplebar-scrollbar {
  top: 0;
}
.contact_p .simplebar-scrollbar:before {
  background: #E2E2E2 !important;
  opacity: 1 !important;
  width: 10px !important;
  border-radius: 100px !important;
}
.contact_p .check_txt {
  height: 220px;
  overflow: auto;
  padding-right: 40px;
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt {
    height: 140px;
  }
}
.contact_p .check_txt::-webkit-scrollbar {
  width: 10px !important;
}
.contact_p .check_txt::-webkit-scrollbar-track {
  background-color: #ffffff !important;
  border-radius: 100px !important;
}
.contact_p .check_txt::-webkit-scrollbar-thumb {
  background-color: #E2E2E2 !important;
  border-radius: 100px !important;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt {
    padding-right: 20px;
  }
}
.contact_p .check_txt p {
  text-align: left;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt p {
    line-height: 1.4;
  }
}
.contact_p .check_txt .sub_ttl {
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt .sub_ttl {
    line-height: 1.4;
    margin-top: 15px;
  }
}
.contact_p .check_txt ol {
  margin-top: 0;
  padding-inline-start: 20px;
}
@media screen and (max-width: 850px) {
  .contact_p .check_txt ol {
    padding-inline-start: 16px;
  }
}
.contact_p .nocheck {
  border: 1px solid #e0e0e0 !important;
  background: #f0f0f1 !important;
}
.contact_p .form_check {
  margin: auto;
  width: fit-content;
  margin-top: 40px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .contact_p .form_check {
    margin-top: 20px;
  }
}
.contact_p .form_check {
  margin: auto;
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .contact_p .form_check {
    margin-top: 15px;
  }
}
.contact_p .form_check .wpcf7-not-valid-tip {
  display: none !important;
}
.contact_p .form_check label {
  display: flex;
  align-items: center;
}
.contact_p .form_check p {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
.contact_p .form_check a {
  color: #222222;
  text-decoration: none !important;
}
.contact_p .form_check input {
  appearance: none;
  border-radius: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 6px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .contact_p .form_check input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
  }
}
.contact_p .form_check input:checked {
  box-sizing: border-box;
  outline: 7px solid #D20A14;
  outline-offset: -7px;
}
.contact_p .send_btn {
  position: relative;
  width: fit-content;
  margin: auto;
  height: fit-content;
  max-width: 300px;
  width: 100%;
}
.contact_p .send_btn::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 22px;
  height: 22px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_w.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.contact_p #send {
  background: #ccc;
  display: block;
  margin: auto;
  color: #ffffff !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  margin-top: 34px;
  cursor: pointer;
  border: none;
  width: 100%;
  line-height: 64px;
  border-radius: 64px;
  transition: 0.3s all linear;
  position: relative;
  cursor: no-drop;
}
.contact_p .sendok {
  background: #D20A14 !important;
  cursor: pointer !important;
}
.contact_p #send:hover {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  .contact_p #send {
    font-size: 16px;
    margin-top: 30px;
    line-height: 50px;
  }
}
