@charset 'UTF-8';
body {
  background-color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
}

img {
  width: 100%;
}

header {
  position: relative;
}

header .header__title {
  bottom: -1.50376vw;
  color: #ffffff;
  font-family: 'Impact','Anton',sans-serif;
  font-size: 10.71429vw;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  width: 100%;
}

.mail__wrapper .mail__text {
  font-size: 5.26316vw;
  font-weight: 900;
  line-height: 6.57895vw;
  margin-top: 2.63158vw;
  text-align: center;
}

.mail__wrapper .mail__logo {
  height: 185px;
  margin: 1.50376vw auto 0.18797vw;
  width: 185px;
}

@media screen and (max-width: 1080px) {
  .mail__wrapper .mail__logo {
    height: 120px;
    width: 120px;
  }
}

@media screen and (max-width: 500px) {
  .mail__wrapper .mail__logo {
    height: 70px;
    width: 70px;
  }
}

.mail__wrapper .mail__logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

@media screen and (max-width: 500px) {
  .mail__wrapper .mail__logo:hover {
    opacity: 1;
  }
}

.content01__wrapper {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 85.15038vw;
}

@media screen and (max-width: 500px) {
  .content01__wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.content01__wrapper .content01__img {
  height: 24.24812vw;
  width: 41.16541vw;
}

@media screen and (max-width: 500px) {
  .content01__wrapper .content01__img {
    height: 100%;
    width: 100%;
  }
}

.content01__img__car_insurance {
  position: relative;
}

.content01__img__car_insurance .tokio_marine_nichido_btn {
  left: 3.90625vw;
  position: absolute;
  top: 6.09375vw;
  width: 32.29167vw;
}

@media screen and (max-width: 500px) {
  .content01__img__car_insurance .tokio_marine_nichido_btn {
    top: 13.15789vw;
    width: 71.42857vw;
  }
}

.content01__img__car_insurance .tokio_marine_nichido_btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.content01__img__car_insurance .dap_btn {
  bottom: 0.9375vw;
  left: 13.28125vw;
  position: absolute;
  width: 25.625vw;
}

@media screen and (max-width: 500px) {
  .content01__img__car_insurance .dap_btn {
    bottom: 1.8797vw;
    left: 3.7594vw;
    width: 71.42857vw;
  }
}

.content01__img__car_insurance .dap_btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.content__text {
  font-size: 2.25564vw;
  font-weight: 700;
  margin-left: 2.06767vw;
  padding-bottom: 1.50376vw;
  padding-top: 4.69925vw;
  position: relative;
}

@media screen and (max-width: 500px) {
  .content__text {
    font-size: 16px;
    padding-left: 10px;
  }
}

.content__text::before {
  background-color: #f39800;
  content: '';
  height: 1.8797vw;
  left: -2.06767vw;
  position: absolute;
  top: 5.54511vw;
  width: 1.8797vw;
}

@media screen and (max-width: 500px) {
  .content__text::before {
    height: 14px;
    top: 26px;
    width: 14px;
  }
}

.content__text_squareColor01::before {
  background-color: #5faad7;
}

.content__text_squareColor02::before {
  background-color: #e60012;
}

.content__text_squareColor03::before {
  background-color: #004ea2;
}

.content__text_squareColor04::before {
  background-color: #22ac38;
}

.content02__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 85.15038vw;
}

.content02__wrapper .content02__img {
  position: relative;
}

.content02__wrapper .content__btn {
  bottom: 5.6391vw;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52.63158vw;
}

@media screen and (max-width: 500px) {
  .content02__wrapper .content__btn {
    bottom: 3.7594vw;
    width: 71.42857vw;
  }
}

.content02__wrapper .content__btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.content04__wrapper {
  margin-left: 7.70677vw;
  width: 87.59398vw;
}

.contactForm__wrapper {
  border-top: 1px dashed #000000;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.7594vw;
  width: 85.15038vw;
}

.contactForm__wrapper .contactForm__title {
  font-size: 2.63158vw;
  padding-bottom: 0.93985vw;
  padding-top: 3.94737vw;
}

@media screen and (max-width: 500px) {
  .contactForm__wrapper .contactForm__title {
    font-size: 14px;
  }
}

.contactForm__wrapper .contactForm__tell {
  font-size: 2.08333vw;
  margin-left: 2.86458vw;
}

@media screen and (max-width: 500px) {
  .contactForm__wrapper .contactForm__tell {
    display: block;
    font-size: 14px;
  }
}

.contactForm__wrapper .contactForm__phoneNumber {
  color: #000000;
  font-size: 2.08333vw;
  margin-left: 2.08333vw;
  pointer-events: none;
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .contactForm__wrapper .contactForm__phoneNumber {
    color: #0000ee;
    font-size: 14px;
    margin-left: 2.86458vw;
    pointer-events: all;
    text-decoration: underline;
  }
}

.contactForm__wrapper .contactForm .contactForm__text {
  font-size: 2.06767vw;
  padding-bottom: 0.93985vw;
  padding-top: 2.81955vw;
}

@media screen and (max-width: 500px) {
  .contactForm__wrapper .contactForm .contactForm__text {
    font-size: 12px;
  }
}

.contactForm__wrapper .contactForm .contactForm__text span {
  align-items: center;
  background-color: #c30d23;
  border-radius: 0.37594vw;
  -webkit-box-align: center;
  color: #ffffff;
  display: inline-block;
  -ms-flex-align: center;
  font-size: 1.69173vw;
  line-height: 2.25564vw;
  margin-left: 1.31579vw;
  padding: 0.05em 0.5em;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .contactForm__wrapper .contactForm .contactForm__text span {
    font-size: 12px;
    padding: 3px 5px;
  }
}

.contactForm__wrapper .contactForm input {
  height: 4.88722vw;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .contactForm__wrapper .contactForm input {
    height: 7.5188vw;
  }
}

.contactForm__wrapper .contactForm textarea {
  height: 22.93233vw;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .contactForm__wrapper .contactForm textarea {
    height: 28.19549vw;
  }
}

.contactForm__wrapper .contactForm button {
  background-color: transparent;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.94737vw;
  outline: none;
  width: 52.63158vw;
}

@media screen and (max-width: 500px) {
  .contactForm__wrapper .contactForm button {
    width: 75.18797vw;
  }
}

.contactForm__wrapper .contactForm button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

footer {
  align-items: center;
  background-color: #004ea2;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 42.60417vw;
  justify-content: center;
  margin-top: 8.27068vw;
  width: 100%;
}

@media screen and (max-width: 500px) {
  footer {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 90.22556vw;
  }
}

footer .footer__textBox {
  margin-right: 3.7594vw;
  text-align: center;
  width: 45.67669vw;
}

@media screen and (max-width: 500px) {
  footer .footer__textBox {
    padding-bottom: 1.8797vw;
    width: 100%;
  }
}

footer .footer__textBox .footer__text01 {
  font-size: 1.50376vw;
}

@media screen and (max-width: 500px) {
  footer .footer__textBox .footer__text01 {
    font-size: 12px;
  }
}

footer .footer__textBox .footer__text01 .footer__text01-space {
  margin-left: 1.69173vw;
}

footer .footer__textBox .footer__text01 .footer__text01-yellow {
  background-color: #fff100;
  border-radius: 0.37594vw;
  color: #000000;
  margin-left: 0.56391vw;
  margin-right: 0.56391vw;
  padding-left: 0.37594vw;
  padding-right: 0.37594vw;
}

footer .footer__textBox .footer__text01 .footer__text01-time {
  font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 2.25564vw;
}

@media screen and (max-width: 500px) {
  footer .footer__textBox .footer__text01 .footer__text01-time {
    font-size: 13px;
    font-weight: 700;
  }
}

footer .footer__textBox .footer__text02 {
  font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 3.94737vw;
  font-weight: 900;
}

@media screen and (max-width: 500px) {
  footer .footer__textBox .footer__text02 {
    font-size: 20px;
  }
}

footer .footer__textBox .footer__textFax {
  font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 3.00752vw;
  font-weight: 900;
}

@media screen and (max-width: 500px) {
  footer .footer__textBox .footer__textFax {
    font-size: 15px;
  }
}

footer .footer__textBox .electronicApproval__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6.5625vw;
  margin-top: 1.5625vw;
}

@media screen and (max-width: 500px) {
  footer .footer__textBox .electronicApproval__box {
    margin-left: 37.59398vw;
  }
}

footer .footer__textBox .electronicApproval__box .electronicApproval__logo {
  height: 5.98958vw;
  margin-right: 1.25vw;
  width: 5.98958vw;
}

@media screen and (max-width: 500px) {
  footer .footer__textBox .electronicApproval__box .electronicApproval__logo {
    height: 7.8125vw;
    width: 7.8125vw;
  }
}

footer .footer__textBox .electronicApproval__box .electronicApproval__logo-text {
  font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 2.60417vw;
  height: 5.98958vw;
  line-height: 5.98958vw;
}

@media screen and (max-width: 500px) {
  footer .footer__textBox .electronicApproval__box .electronicApproval__logo-text {
    font-size: 15px;
    font-weight: 900;
    height: 7.8125vw;
    line-height: 7.8125vw;
  }
}

footer .googleMap {
  background-color: #000000;
  height: 33.22917vw;
  vertical-align: middle;
  width: 35.41667vw;
}

@media screen and (max-width: 500px) {
  footer .googleMap {
    height: 37.59398vw;
    width: 85.15038vw;
  }
}