html, body {
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}

footer p, footer a, #privacy .privacy_contact_wrap dl dd, #privacy .privacy_contact_wrap dl dt, header .header_cta .btn_tel p, header .header_wrap ul li, header .header_wrap p, .footer_cta .footer_cta_point_list li, .cta_wrap2 .cta_point_list li, .cta_wrap1 .cta_wrap1_muryou, .footer_cta .btn_line p:nth-of-type(2), .cta .btn_line p:nth-of-type(2), .footer_cta .btn_line p:nth-of-type(1), .cta .btn_line p:nth-of-type(1), .footer_cta .btn_tel p:nth-of-type(2), .cta .btn_tel p:nth-of-type(2), .footer_cta .btn_tel p:nth-of-type(1), .cta .btn_tel p:nth-of-type(1), .footer_cta .btn_mail p:nth-of-type(2), .cta .btn_mail p:nth-of-type(2), .footer_cta .btn_mail p:nth-of-type(1), .cta .btn_mail p:nth-of-type(1) {
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

header .header_cta .btn_tel .tel_list li, header .header_cta .btn_tel .number, .cta_wrap1 .cta_wrap1_muryou div:nth-of-type(2) p b, .footer_cta .btn_tel p:nth-of-type(2) b:nth-of-type(1), .cta .btn_tel p:nth-of-type(2) b:nth-of-type(1) {
  font-family: "oswald", sans-serif;
}

html, body {
  font-family: "kozuka-mincho-pr6n", serif;
  font-style: normal;
}

footer p, footer a, #privacy .privacy_contact_wrap dl dd, #privacy .privacy_contact_wrap dl dt, header .header_cta .btn_tel p, header .header_wrap ul li, header .header_wrap p, .footer_cta .footer_cta_point_list li, .cta_wrap2 .cta_point_list li, .cta_wrap1 .cta_wrap1_muryou, .footer_cta .btn_line p:nth-of-type(2), .cta .btn_line p:nth-of-type(2), .footer_cta .btn_line p:nth-of-type(1), .cta .btn_line p:nth-of-type(1), .footer_cta .btn_tel p:nth-of-type(2), .cta .btn_tel p:nth-of-type(2), .footer_cta .btn_tel p:nth-of-type(1), .cta .btn_tel p:nth-of-type(1), .footer_cta .btn_mail p:nth-of-type(2), .cta .btn_mail p:nth-of-type(2), .footer_cta .btn_mail p:nth-of-type(1), .cta .btn_mail p:nth-of-type(1) {
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

header .header_cta .btn_tel .tel_list li, header .header_cta .btn_tel .number, .cta_wrap1 .cta_wrap1_muryou div:nth-of-type(2) p b, .footer_cta .btn_tel p:nth-of-type(2) b:nth-of-type(1), .cta .btn_tel p:nth-of-type(2) b:nth-of-type(1) {
  font-family: "oswald", sans-serif;
}

html, body {
  font-size: 0.52vw;
  line-height: 1.4;
  font-weight: 400;
}

@media only screen and (max-width: 780px) {
  html, body {
    font-size: 1.3vw;
  }
}
body {
  margin: 0;
}

* {
  color: #000000;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}

pre {
  margin: 0;
}

ul, ol {
  padding-left: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  display: block;
  color: #000000;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

p, dl, dd {
  margin: 0;
}

button {
  border: none;
  box-shadow: none;
  font-family: ryo-display-plusn, serif;
}

button:hover {
  cursor: pointer;
}

input:active, input:focus, input:hover,
textarea:active, textarea:focus, textarea:hover,
select:active, select:focus, select:hover,
button:active, button:focus, button:hover {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

i {
  font-style: normal;
}

.pc {
  display: block;
}
@media only screen and (max-width: 780px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 780px) {
  .sp {
    display: block;
  }
}

.blank {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 780px) {
  .blank {
    display: none;
  }
}

.spblank {
  display: none;
}
@media only screen and (max-width: 780px) {
  .spblank {
    width: 100%;
    display: block;
  }
}

.footer_cta .btn_mail, .cta .btn_mail {
  width: 33.6rem;
  background: rgb(49, 124, 255);
  background: linear-gradient(90deg, #007AFF 0%, #1DC8FE 100%);
  border: solid 0.4rem #007aff;
  border-radius: 2rem 0.2rem 0.5rem 0.5rem;
  box-shadow: 1.1rem 1.1rem 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: none;
}
@media only screen and (max-width: 790px) {
  .footer_cta .btn_mail, .cta .btn_mail {
    box-shadow: 0.6rem 0.6rem 0px 0px rgba(0, 0, 0, 0.1);
  }
}
.footer_cta .btn_mail::before, .cta .btn_mail::before {
  content: "";
  width: 6rem;
  height: 6rem;
  display: block;
  background-image: url(../images/cta/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  z-index: 10;
}
.footer_cta .btn_mail p:nth-of-type(1), .cta .btn_mail p:nth-of-type(1) {
  background-color: #FFFFFF;
  border-radius: 0.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.074em;
  padding: 0.4rem 0.3rem 0.4rem 0;
  text-align: right;
  position: relative;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.footer_cta .btn_mail p:nth-of-type(1)::before, .cta .btn_mail p:nth-of-type(1)::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: solid 1rem #FFFFFF;
  border-right: solid 0.5rem transparent;
  border-left: solid 0.5rem transparent;
  position: absolute;
  bottom: -0.7rem;
  left: 10rem;
  z-index: 10;
}
.footer_cta .btn_mail p:nth-of-type(1)::after, .cta .btn_mail p:nth-of-type(1)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: solid 1.2rem rgba(0, 0, 0, 0.2);
  border-right: solid 0.6rem transparent;
  border-left: solid 0.6rem transparent;
  position: absolute;
  bottom: -1rem;
  left: 10rem;
  z-index: 1;
}
.footer_cta .btn_mail p:nth-of-type(1) span, .cta .btn_mail p:nth-of-type(1) span {
  color: #007aff;
}
.footer_cta .btn_mail p:nth-of-type(2), .cta .btn_mail p:nth-of-type(2) {
  background-image: url(../images/cta/mail_arrow.svg);
  background-repeat: no-repeat;
  background-position: top 3rem right 0.4rem;
  background-size: 2.3rem;
  color: #FFFFFF;
  font-size: 3.8rem;
  font-weight: 700;
  text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.4rem 0 0 0.8rem;
}
.footer_cta .btn_mail p:nth-of-type(2) span, .cta .btn_mail p:nth-of-type(2) span {
  color: #FFFFFF;
  font-size: 3.1rem;
  padding: 0 0.04em 0 0;
}
.footer_cta .btn_mail p:nth-of-type(2) b i, .cta .btn_mail p:nth-of-type(2) b i {
  display: inline-block;
  color: #fcee21;
  font-size: 4.7rem;
  padding: 1.2rem 0 0.6rem;
  margin: 0 0.03em 0 0;
  position: relative;
}
.footer_cta .btn_mail p:nth-of-type(2) b i::before, .cta .btn_mail p:nth-of-type(2) b i::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background-color: #fcee21;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0.2rem;
  left: 50%;
}
.footer_cta .btn_tel, .cta .btn_tel {
  width: 55.6rem;
  background: rgb(215, 58, 25);
  background: linear-gradient(90deg, #D12D0D 0%, #F55813 100%);
  border: solid 0.4rem #d12d0d;
  border-radius: 2rem 0.2rem 0.5rem 0.5rem;
  box-shadow: 1.1rem 1.1rem 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 790px) {
  .footer_cta .btn_tel, .cta .btn_tel {
    box-shadow: 0.6rem 0.6rem 0px 0px rgba(0, 0, 0, 0.1);
  }
}
.footer_cta .btn_tel::before, .cta .btn_tel::before {
  content: "";
  width: 6rem;
  height: 6rem;
  display: block;
  background-image: url(../images/cta/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  z-index: 10;
}
.footer_cta .btn_tel p:nth-of-type(1), .cta .btn_tel p:nth-of-type(1) {
  background-color: #FFFFFF;
  border-radius: 0.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.4rem 0.3rem 0.4rem 0;
  text-align: right;
  position: relative;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.footer_cta .btn_tel p:nth-of-type(1)::before, .cta .btn_tel p:nth-of-type(1)::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: solid 1rem #FFFFFF;
  border-right: solid 0.5rem transparent;
  border-left: solid 0.5rem transparent;
  position: absolute;
  bottom: -0.7rem;
  left: 10rem;
  z-index: 10;
}
.footer_cta .btn_tel p:nth-of-type(1)::after, .cta .btn_tel p:nth-of-type(1)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: solid 1.2rem rgba(0, 0, 0, 0.2);
  border-right: solid 0.6rem transparent;
  border-left: solid 0.6rem transparent;
  position: absolute;
  bottom: -1rem;
  left: 10rem;
  z-index: 1;
}
.footer_cta .btn_tel p:nth-of-type(1) b, .cta .btn_tel p:nth-of-type(1) b {
  color: #d12d0d;
}
.footer_cta .btn_tel p:nth-of-type(1) b:nth-of-type(1), .cta .btn_tel p:nth-of-type(1) b:nth-of-type(1) {
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 254, 255) 45%, rgb(255, 254, 150) 45%, rgb(254, 235, 148) 100%);
  padding: 0 0.8rem;
}
.footer_cta .btn_tel p:nth-of-type(2), .cta .btn_tel p:nth-of-type(2) {
  background-image: url(../images/cta/tel_arrow.svg);
  background-repeat: no-repeat;
  background-position: top 3.6rem right 0.3rem;
  background-size: 2.3rem;
  color: #FFFFFF;
  font-size: 3.8rem;
  font-weight: 700;
  text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 1.1rem 0 0 1.6rem;
}
.footer_cta .btn_tel p:nth-of-type(2) b:nth-of-type(1), .cta .btn_tel p:nth-of-type(2) b:nth-of-type(1) {
  font-style: italic;
  color: #FFFFFF;
  font-size: 5.4rem;
  letter-spacing: 0;
  margin: 0 0.8rem 0 0;
}
.footer_cta .btn_tel p:nth-of-type(2) b i, .cta .btn_tel p:nth-of-type(2) b i {
  display: inline-block;
  color: #fcee21;
  font-size: 4.3rem;
  margin: 0 0.03em 0.2rem 0;
  position: relative;
}
.footer_cta .btn_tel p:nth-of-type(2) b i::before, .cta .btn_tel p:nth-of-type(2) b i::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background-color: #fcee21;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -0.8rem;
  left: 50%;
}
.footer_cta .btn_line, .cta .btn_line {
  width: 33.6rem;
  background: rgb(4, 158, 2);
  background: linear-gradient(90deg, #009C00 0%, #88E300 100%);
  border: solid 0.4rem #049e02;
  border-radius: 2rem 0.2rem 0.5rem 0.5rem;
  box-shadow: 1.1rem 1.1rem 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 790px) {
  .footer_cta .btn_line, .cta .btn_line {
    box-shadow: 0.6rem 0.6rem 0px 0px rgba(0, 0, 0, 0.1);
  }
}
.footer_cta .btn_line::before, .cta .btn_line::before {
  content: "";
  width: 6rem;
  height: 6rem;
  display: block;
  background-image: url(../images/cta/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  z-index: 10;
}
.footer_cta .btn_line p:nth-of-type(1), .cta .btn_line p:nth-of-type(1) {
  background-color: #FFFFFF;
  border-radius: 0.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.4rem 0.3rem 0.4rem 0;
  text-align: right;
  position: relative;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.footer_cta .btn_line p:nth-of-type(1)::before, .cta .btn_line p:nth-of-type(1)::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: solid 1rem #FFFFFF;
  border-right: solid 0.5rem transparent;
  border-left: solid 0.5rem transparent;
  position: absolute;
  bottom: -0.7rem;
  left: 10rem;
  z-index: 10;
}
.footer_cta .btn_line p:nth-of-type(1)::after, .cta .btn_line p:nth-of-type(1)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: solid 1.2rem rgba(0, 0, 0, 0.2);
  border-right: solid 0.6rem transparent;
  border-left: solid 0.6rem transparent;
  position: absolute;
  bottom: -1rem;
  left: 10rem;
  z-index: 1;
}
.footer_cta .btn_line p:nth-of-type(1) span, .cta .btn_line p:nth-of-type(1) span {
  color: #049e02;
}
.footer_cta .btn_line p:nth-of-type(2), .cta .btn_line p:nth-of-type(2) {
  background-image: url(../images/cta/line_arrow.svg);
  background-repeat: no-repeat;
  background-position: top 2.7rem right 0.2rem;
  background-size: 2.6rem;
  color: #FFFFFF;
  font-size: 3.8rem;
  font-weight: 700;
  text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.4rem 0 0 0.8rem;
}
.footer_cta .btn_line p:nth-of-type(2) span, .cta .btn_line p:nth-of-type(2) span {
  color: #FFFFFF;
  font-size: 3.1rem;
  padding: 0 0.04em 0 0;
}
.footer_cta .btn_line p:nth-of-type(2) b i, .cta .btn_line p:nth-of-type(2) b i {
  display: inline-block;
  color: #fcee21;
  font-size: 4.7rem;
  padding: 1.2rem 0 0.6rem;
  margin: 0 0.03em 0 0;
  position: relative;
}
.footer_cta .btn_line p:nth-of-type(2) b i::before, .cta .btn_line p:nth-of-type(2) b i::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background-color: #fcee21;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0.2rem;
  left: 50%;
}

.cta {
  background-image: url(../images/cta/cta_back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3.2rem 0 4.5rem;
}
@media only screen and (max-width: 780px) {
  .cta {
    padding: 5.1rem 0rem;
  }
}
.cta_wrap {
  width: 118rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .cta_wrap {
    width: 72rem;
  }
}
.cta_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(68, 155, 247);
  background: linear-gradient(90deg, rgb(68, 155, 247) 0%, rgb(0, 93, 166) 100%);
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  z-index: -1;
}
.cta_wrap1 {
  background-color: #FFFFFF;
  padding: 5.6rem 0 0;
  position: relative;
}
.cta_wrap1::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  background-color: #2c9adc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta_wrap1::after {
  content: "";
  width: 22.4rem;
  height: 30.2rem;
  display: block;
  background-image: url(../images/cta/cta_img.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .cta_wrap1::after {
    width: 23.8rem;
    height: 35.5rem;
    background-image: url(../images/cta/cta_img_sp.png);
  }
}
.cta_wrap1 .cta_wrap1_txt {
  color: #002b72;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 3rem;
}
@media only screen and (max-width: 780px) {
  .cta_wrap1 .cta_wrap1_txt {
    font-size: 3.4rem;
    text-align: right;
    padding: 0 23.7rem 0 0;
  }
}
.cta_wrap1 .cta_wrap1_txt b {
  color: #e05c57;
  font-size: 5.8rem;
}
@media only screen and (max-width: 780px) {
  .cta_wrap1 .cta_wrap1_txt b {
    font-size: 5.6rem;
    position: relative;
    margin: 0 5rem 0 0;
  }
}
.cta_wrap1 .cta_wrap1_txt b span {
  color: #e05c57;
  position: relative;
}
@media only screen and (max-width: 790px) {
  .cta_wrap1 .cta_wrap1_txt b span {
    display: inline-block;
    padding: 2rem 0 0;
  }
}
.cta_wrap1 .cta_wrap1_txt b span::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background-color: #e05c57;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -1rem;
  left: 50%;
}
@media only screen and (max-width: 790px) {
  .cta_wrap1 .cta_wrap1_txt b span::before {
    width: 0.6rem;
    height: 0.6rem;
    top: 1rem;
  }
}
.cta_wrap1 .cta_wrap1_txt b i {
  display: inline-block;
  color: #002b72;
  font-size: 7.1rem;
  transform: rotate(20deg) translateY(1rem) translateX(-1.2rem);
}
@media only screen and (max-width: 780px) {
  .cta_wrap1 .cta_wrap1_txt b i {
    display: none;
  }
}
.cta_wrap1 .cta_wrap1_txt .second {
  color: #002b72;
  font-size: 3.8rem;
  padding: 0 6rem 0 0;
}
@media only screen and (max-width: 780px) {
  .cta_wrap1 .cta_wrap1_txt .second {
    font-size: 3.3rem;
    padding: 0;
  }
}
.cta_wrap1 .cta_wrap1_txt .second b {
  font-size: 4.5rem;
}
@media only screen and (max-width: 780px) {
  .cta_wrap1 .cta_wrap1_txt .second b {
    font-size: 4.1rem;
    margin: 0;
  }
}
.cta_wrap1 .cta_wrap1_muryou {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c9adc;
  font-size: 2.7rem;
  font-weight: 700;
}
.cta_wrap1 .cta_wrap1_muryou div {
  height: 8rem;
  display: flex;
  align-items: center;
  border: solid 0.4rem #2c9adc;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 790px) {
  .cta_wrap1 .cta_wrap1_muryou div {
    position: relative;
    z-index: 10;
  }
}
.cta_wrap1 .cta_wrap1_muryou div:nth-of-type(1) {
  background-color: #2c9adc;
  padding: 1rem 0 0;
}
@media only screen and (max-width: 790px) {
  .cta_wrap1 .cta_wrap1_muryou div:nth-of-type(1) {
    padding: 1.6rem 1.6rem 1rem 2rem;
  }
}
.cta_wrap1 .cta_wrap1_muryou div:nth-of-type(1) b {
  color: #FFFFFF;
  font-size: 3.4rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap1 .cta_wrap1_muryou div:nth-of-type(1) b {
    font-size: 2.5rem;
    padding: 0;
  }
}
.cta_wrap1 .cta_wrap1_muryou div:nth-of-type(1) b span {
  color: #FFFFFF;
  font-size: 3.1rem;
}
@media screen and (max-width: 790px) {
  .cta_wrap1 .cta_wrap1_muryou div:nth-of-type(1) b span {
    font-size: 2.3rem;
  }
}
.cta_wrap1 .cta_wrap1_muryou div:nth-of-type(2) {
  background-image: url(../images/cta/cta_koushi.png);
  background-position: center;
  padding: 0 4.4rem 0 5.7rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap1 .cta_wrap1_muryou div:nth-of-type(2) {
    padding: 0 1rem 0 1.6rem;
  }
}
.cta_wrap1 .cta_wrap1_muryou div:nth-of-type(2) p {
  color: #2c9adc;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 254, 255) 70%, rgb(255, 254, 150) 70%, rgb(254, 235, 148) 90%, rgb(255, 254, 255) 90%);
}
@media only screen and (max-width: 790px) {
  .cta_wrap1 .cta_wrap1_muryou div:nth-of-type(2) p {
    font-size: 2rem;
    padding: 0 1rem 0 1.6rem;
  }
}
.cta_wrap1 .cta_wrap1_muryou div:nth-of-type(2) p b {
  color: #2c9adc;
  font-size: 5.7rem;
  line-height: 1;
  margin: 0 0.2rem 0 0;
}
@media only screen and (max-width: 790px) {
  .cta_wrap1 .cta_wrap1_muryou div:nth-of-type(2) p b {
    font-size: 4.2rem;
  }
}
.cta_wrap1 .cta_wrap1_muryou div:nth-of-type(2) p b:nth-of-type(2) {
  margin: 0 0.6rem 0 3rem;
}
.cta_wrap2 {
  background-color: #FFFFFF;
  padding: 5rem 0 0;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 {
    padding: 3rem 0 0;
  }
}
.cta_wrap2 ul {
  display: flex;
}
.cta_wrap2 ul:nth-of-type(1) {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem 3.8rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 ul:nth-of-type(1) {
    gap: 2.4rem 1.4rem;
  }
}
.cta_wrap2 ul:nth-of-type(1) li:nth-of-type(1) {
  width: 100%;
}
.cta_wrap2 .btn_tel {
  width: 112rem;
  border: solid 0.8rem #d12d0d;
  border-radius: 3rem 1.2rem 1.2rem 1.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel {
    width: 68.6rem;
  }
}
.cta_wrap2 .btn_tel::before {
  width: 11.4rem;
  height: 11.4rem;
  top: -1.4rem;
  left: -2.3rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel::before {
    width: 6.8rem;
    height: 6.8rem;
    background-image: url(../images/cta/tel_sp.svg);
  }
}
.cta_wrap2 .btn_tel p:nth-of-type(1) {
  border-radius: 0.7rem;
  font-size: 3.6rem;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel p:nth-of-type(1) {
    font-size: 2.3rem;
    text-align: center;
    padding: 0 0 0 3rem;
  }
}
.cta_wrap2 .btn_tel p:nth-of-type(1)::before {
  border-top: solid 1.8rem #FFFFFF;
  border-right: solid 1.5rem transparent;
  border-left: solid 1.5rem transparent;
  left: 53rem;
  bottom: -1.2rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel p:nth-of-type(1)::before {
    left: 33rem;
  }
}
.cta_wrap2 .btn_tel p:nth-of-type(1)::after {
  border-top: solid 2rem rgba(0, 0, 0, 0.1);
  border-right: solid 1.7rem transparent;
  border-left: solid 1.7rem transparent;
  left: 52.8rem;
  bottom: -2rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel p:nth-of-type(1)::after {
    left: 33rem;
  }
}
.cta_wrap2 .btn_tel p:nth-of-type(2) {
  background-position: top 6rem right 0.8rem;
  background-size: 4.5rem;
  font-size: 7.4rem;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.06em;
  padding: 1.5rem 0 0 3rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel p:nth-of-type(2) {
    background-size: 3.5rem;
    background-position: top 3.4rem right 0.2rem;
    font-size: 4rem;
    padding: 1.5rem 0 0 0;
  }
}
.cta_wrap2 .btn_tel p:nth-of-type(2) b:nth-of-type(1) {
  font-size: 11rem;
  margin: 0 1.4rem 0 0;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel p:nth-of-type(2) b:nth-of-type(1) {
    font-size: 5.4rem;
    letter-spacing: -0.22rem;
  }
}
.cta_wrap2 .btn_tel p:nth-of-type(2) b:nth-of-type(2) i {
  font-size: 8.5rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel p:nth-of-type(2) b:nth-of-type(2) i {
    font-size: 4.6rem;
  }
}
.cta_wrap2 .btn_tel p:nth-of-type(2) b:nth-of-type(2) i::before {
  width: 1rem;
  height: 1rem;
  top: -1.5rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel p:nth-of-type(2) b:nth-of-type(2) i::before {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.9rem;
  }
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_tel p:nth-of-type(2) span {
    display: inline;
    color: #FFFFFF;
    font-size: 3.6rem;
  }
  .cta_wrap2 .btn_tel p:nth-of-type(2) span i {
    color: #FFFFFF;
    font-size: 4.6rem;
  }
}
.cta_wrap2 .btn_mail {
  width: 44rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_mail {
    width: 33rem;
  }
}
.cta_wrap2 .btn_mail::before {
  width: 7.2rem;
  height: 7.2rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_mail::before {
    width: 4.9rem;
    height: 4.9rem;
  }
}
.cta_wrap2 .btn_mail p:nth-of-type(1) {
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_mail p:nth-of-type(1) {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.04rem;
    padding: 0 0 0 4rem;
  }
}
.cta_wrap2 .btn_mail p:nth-of-type(1)::before {
  border-top: solid 1.1rem #FFFFFF;
  border-right: solid 0.9rem transparent;
  border-left: solid 0.9rem transparent;
  bottom: -0.9rem;
  left: 11.2rem;
}
.cta_wrap2 .btn_mail p:nth-of-type(1)::after {
  border-top: solid 1.3rem rgba(0, 0, 0, 0.2);
  border-right: solid 1.1rem transparent;
  border-left: solid 1.1rem transparent;
  bottom: -1.1rem;
  left: 11.1rem;
}
.cta_wrap2 .btn_mail p:nth-of-type(2) {
  background-size: 3.2rem;
  background-position: top 3.4rem right 1rem;
  font-size: 4.7rem;
  text-shadow: 2.4px 2.4px 0px rgba(0, 0, 0, 0.2);
  padding: 0.4rem 0 0 2rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_mail p:nth-of-type(2) {
    background-size: 2.5rem;
    background-position: top 2.4rem right 0.6rem;
    font-size: 3.7rem;
  }
}
.cta_wrap2 .btn_mail p:nth-of-type(2) span {
  font-size: 3.8rem;
  padding: 0 0.06em 0 0;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_mail p:nth-of-type(2) span {
    font-size: 3rem;
  }
}
.cta_wrap2 .btn_mail p:nth-of-type(2) b {
  padding: 0 0.06em 0 0;
}
.cta_wrap2 .btn_mail p:nth-of-type(2) b i {
  font-size: 5.8rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_mail p:nth-of-type(2) b i {
    font-size: 3.7rem;
  }
}
.cta_wrap2 .btn_mail p:nth-of-type(2) b i::before {
  width: 0.7rem;
  height: 0.7rem;
}
.cta_wrap2 .btn_line {
  width: 44rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_line {
    width: 33rem;
  }
}
.cta_wrap2 .btn_line::before {
  width: 7.2rem;
  height: 7.2rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_line::before {
    width: 4.9rem;
    height: 4.9rem;
  }
}
.cta_wrap2 .btn_line p:nth-of-type(1) {
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_line p:nth-of-type(1) {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.03em;
    padding: 0 0 0 4rem;
  }
}
.cta_wrap2 .btn_line p:nth-of-type(1)::before {
  border-top: solid 1.1rem #FFFFFF;
  border-right: solid 0.9rem transparent;
  border-left: solid 0.9rem transparent;
  bottom: -0.9rem;
  left: 11.2rem;
}
.cta_wrap2 .btn_line p:nth-of-type(1)::after {
  border-top: solid 1.3rem rgba(0, 0, 0, 0.2);
  border-right: solid 1.1rem transparent;
  border-left: solid 1.1rem transparent;
  bottom: -1.1rem;
  left: 11.1rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_line p:nth-of-type(1) i {
    display: inline;
  }
}
.cta_wrap2 .btn_line p:nth-of-type(2) {
  background-size: 3.2rem;
  background-position: top 3.4rem right 1rem;
  font-size: 4.7rem;
  text-shadow: 2.4px 2.4px 0px rgba(0, 0, 0, 0.2);
  padding: 0.4rem 0 0 1.6rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_line p:nth-of-type(2) {
    background-size: 2.5rem;
    background-position: top 2.4rem right 0.6rem;
    font-size: 3.7rem;
  }
}
.cta_wrap2 .btn_line p:nth-of-type(2) span {
  font-size: 3.8rem;
  padding: 0 0.06em 0 0;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_line p:nth-of-type(2) span {
    font-size: 3rem;
  }
}
.cta_wrap2 .btn_line p:nth-of-type(2) b {
  padding: 0 0.06em 0 0;
}
.cta_wrap2 .btn_line p:nth-of-type(2) b i {
  font-size: 5.8rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .btn_line p:nth-of-type(2) b i {
    font-size: 3.7rem;
  }
}
.cta_wrap2 .btn_line p:nth-of-type(2) b i::before {
  width: 0.7rem;
  height: 0.7rem;
}
.cta_wrap2 .cta_point_list {
  justify-content: center;
  gap: 2.5rem;
  padding: 1.8rem 0 2rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .cta_point_list {
    gap: 1rem;
  }
}
.cta_wrap2 .cta_point_list li {
  border: solid 0.4rem #2088cc;
  border-radius: 0.4rem;
  color: #2088cc;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .cta_point_list li {
    font-size: 2rem;
    letter-spacing: -0.03em;
    border: solid 0.4rem #2088cc;
  }
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .cta_point_list li:nth-of-type(1) {
    padding: 0.6rem 1rem;
  }
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .cta_point_list li:nth-of-type(2) {
    padding: 0.6rem 0.7rem;
  }
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .cta_point_list li:nth-of-type(3) {
    padding: 0.6rem 1rem;
  }
}
@media only screen and (max-width: 790px) {
  .cta_wrap2 .cta_point_list li:nth-of-type(4) {
    padding: 0.6rem 1rem;
  }
}

.footer_cta {
  width: 100%;
  background-color: #FFFFFF;
  padding: 2.6rem 0 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 780px) {
  .footer_cta {
    padding: 0.8rem 0;
  }
}
.footer_cta ul {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
@media only screen and (max-width: 780px) {
  .footer_cta ul {
    gap: 0.7rem;
  }
}
.footer_cta .btn_mail {
  box-shadow: 0.4rem 0.4rem 0px 0px rgba(0, 0, 0, 0.1);
}
.footer_cta .btn_line {
  box-shadow: 0.4rem 0.4rem 0px 0px rgba(0, 0, 0, 0.1);
}
.footer_cta .btn_tel {
  box-shadow: 0.4rem 0.4rem 0px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 780px) {
  .footer_cta .btn_mail {
    width: 23.8rem;
    border-radius: 0.2rem 0.2rem 0.5rem 0.5rem;
  }
  .footer_cta .btn_mail::before {
    display: none;
  }
  .footer_cta .btn_mail p:nth-of-type(1) {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.03em;
  }
  .footer_cta .btn_mail p:nth-of-type(1)::before {
    left: 14rem;
  }
  .footer_cta .btn_mail p:nth-of-type(1)::after {
    left: 14rem;
  }
  .footer_cta .btn_mail p:nth-of-type(2) {
    font-size: 3.2rem;
    padding: 0.6rem 3rem 0 6rem;
    position: relative;
  }
  .footer_cta .btn_mail p:nth-of-type(2)::before {
    content: "";
    width: 5.8rem;
    height: 100%;
    display: block;
    background-image: url(../images/cta/mail.svg);
    background-size: 5.8rem;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer_cta .btn_mail p:nth-of-type(2) span {
    font-size: 2.7rem;
  }
  .footer_cta .btn_mail p:nth-of-type(2) b i {
    font-size: 3.5rem;
  }
  .footer_cta .btn_mail p:nth-of-type(2) b i::before {
    top: 0.4rem;
  }
  .footer_cta .btn_line {
    width: 23.8rem;
    border-radius: 0.2rem 0.2rem 0.5rem 0.5rem;
  }
  .footer_cta .btn_line::before {
    display: none;
  }
  .footer_cta .btn_line p:nth-of-type(1) {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.03em;
  }
  .footer_cta .btn_line p:nth-of-type(1)::before {
    left: 14rem;
  }
  .footer_cta .btn_line p:nth-of-type(1)::after {
    left: 14rem;
  }
  .footer_cta .btn_line p:nth-of-type(2) {
    font-size: 3.2rem;
    padding: 0.6rem 3rem 0 6rem;
    position: relative;
  }
  .footer_cta .btn_line p:nth-of-type(2)::before {
    content: "";
    width: 5.8rem;
    height: 100%;
    display: block;
    background-image: url(../images/cta/line.svg);
    background-size: 5.8rem;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer_cta .btn_line p:nth-of-type(2) span {
    font-size: 2.7rem;
  }
  .footer_cta .btn_line p:nth-of-type(2) b i {
    font-size: 3.5rem;
  }
  .footer_cta .btn_line p:nth-of-type(2) b i::before {
    top: 0.4rem;
  }
  .footer_cta .btn_tel {
    width: 23.8rem;
    border-radius: 0.2rem 0.2rem 0.5rem 0.5rem;
  }
  .footer_cta .btn_tel::before {
    display: none;
  }
  .footer_cta .btn_tel p:nth-of-type(1) {
    font-size: 2rem;
    text-align: center;
  }
  .footer_cta .btn_tel p:nth-of-type(1) b:nth-of-type(1) {
    letter-spacing: 0;
    padding: 0;
  }
  .footer_cta .btn_tel p:nth-of-type(1)::before {
    left: 14rem;
  }
  .footer_cta .btn_tel p:nth-of-type(1)::after {
    left: 14rem;
  }
  .footer_cta .btn_tel p:nth-of-type(2) {
    font-size: 3.2rem;
    padding: 0.6rem 3rem 0 6rem;
    position: relative;
  }
  .footer_cta .btn_tel p:nth-of-type(2)::before {
    content: "";
    width: 5.8rem;
    height: 100%;
    display: block;
    background-image: url(../images/cta/tel.svg);
    background-size: 5.8rem;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer_cta .btn_tel p:nth-of-type(2) span {
    color: #FFFFFF;
    font-size: 2.7rem;
  }
  .footer_cta .btn_tel p:nth-of-type(2) b:nth-of-type(1) {
    font-size: 3.5rem;
    margin: 0;
  }
  .footer_cta .btn_tel p:nth-of-type(2) b:nth-of-type(1) i {
    font-size: 3.5rem;
    padding: 1.2rem 0 0.6rem;
    position: relative;
  }
  .footer_cta .btn_tel p:nth-of-type(2) b:nth-of-type(1) i::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    background-color: #fcee21;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0.6rem;
    left: 50%;
  }
}
.footer_cta .footer_cta_point_list {
  display: none;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 0 0;
}
.footer_cta .footer_cta_point_list li {
  border: solid 0.4rem #2088cc;
  border-radius: 0.4rem;
  color: #2088cc;
  font-size: 2rem;
  letter-spacing: -0.03em;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}
.footer_cta .footer_cta_point_list li:nth-of-type(1) {
  padding: 0.6rem 1rem;
}
.footer_cta .footer_cta_point_list li:nth-of-type(2) {
  padding: 0.6rem 0.7rem;
}
.footer_cta .footer_cta_point_list li:nth-of-type(3) {
  padding: 0.6rem 1rem;
}
.footer_cta .footer_cta_point_list li:nth-of-type(4) {
  padding: 0.6rem 1rem;
}
@media only screen and (max-width: 790px) {
  .footer_cta .footer_cta_point_list {
    display: flex;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4.4rem 2rem 3rem;
}
@media only screen and (max-width: 780px) {
  header {
    justify-content: center;
    padding: 2rem 0;
  }
}
header h1 {
  font-size: 3.6rem;
  margin: 0 1.5rem 0 0;
}
@media only screen and (max-width: 780px) {
  header h1 {
    text-align: center;
    margin: 0;
  }
}
header .header_wrap {
  display: flex;
  align-items: center;
}
header .header_wrap p {
  color: #e05c57;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 2rem 0 0;
}
header .header_wrap ul {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 780px) {
  header .header_wrap ul {
    display: none;
  }
}
header .header_wrap ul li {
  width: 9.4rem;
  height: 6.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  border: solid 0.3rem #002b72;
  border-radius: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
header .header_wrap ul li b {
  width: 100%;
  color: #e05c57;
  font-size: 2.3rem;
  line-height: 1.1;
  text-align: center;
  margin: 0.2rem 0 0;
}
header .header_wrap ul li:nth-of-type(2) {
  font-size: 2.3rem;
}
header .header_cta ul {
  display: flex;
  justify-content: flex-end;
}
header .header_cta ul li {
  display: flex;
  align-items: center;
}
header .header_cta ul li:nth-of-type(1) {
  margin: 0 1rem 0 0;
}
header .header_cta ul li:nth-of-type(2) {
  margin: 0 2rem 0 0;
}
header .header_cta .btn_mail_icon {
  width: 5.8rem;
  height: 5.8rem;
  background-image: url(../images/header/btn_mail_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  display: none;
}
header .header_cta .btn_line_icon {
  width: 5.8rem;
  height: 5.8rem;
  background-image: url(../images/header/btn_line_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
header .header_cta .btn_tel p {
  color: #d12d0d;
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
}
header .header_cta .btn_tel .number {
  font-size: 4.8rem;
  line-height: 1;
  position: relative;
}
header .header_cta .btn_tel .number::before {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  display: inline-flex;
  background-image: url(../images/header/btn_tel_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0.4rem 0 0;
}
header .header_cta .btn_tel .number::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  background-color: #d12d0d;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}
header .header_cta .btn_tel .tel_list {
  display: flex;
  justify-content: center;
}
header .header_cta .btn_tel .tel_list li {
  color: #d12d0d;
  font-size: 1.9rem;
  font-weight: 700;
}
header .header_cta .btn_tel .tel_list li:not(:nth-of-type(1))::before {
  content: "/";
}

#privacy {
  padding: 16rem 0 0;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #privacy {
    padding: 10rem 0 0;
  }
}
#privacy::before {
  content: "";
  width: 100%;
  height: 4.2rem;
  display: block;
  background-image: url(../images/message/message_border.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
#privacy h2 {
  color: #002b72;
  font-size: 9.8rem;
  text-align: center;
  letter-spacing: -0.1em;
  margin: 0 0 8rem;
  transform: scale(0.96, 1);
}
@media only screen and (max-width: 780px) {
  #privacy h2 {
    font-size: 4.6rem;
    margin: 0 0 2rem;
  }
}
#privacy h2 + p {
  width: 80%;
  text-align: center;
  margin: 0 auto 12rem;
}
@media only screen and (max-width: 780px) {
  #privacy h2 + p {
    width: 96%;
    text-align: left;
  }
}
#privacy p {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.2rem;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  #privacy p {
    font-size: 2.6rem;
  }
}
#privacy p a {
  display: inline-block;
  color: #002b72;
  text-decoration: underline;
}
#privacy dl {
  width: 80%;
  margin: 0 auto 14rem;
}
@media only screen and (max-width: 780px) {
  #privacy dl {
    width: 94%;
    margin: 0 auto 10rem;
  }
}
#privacy dl dt {
  font-size: 4rem;
  border-bottom: solid 0.3rem #002b72;
  padding: 0 0 1rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 780px) {
  #privacy dl dt {
    font-size: 2.8rem;
  }
}
#privacy dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0 0;
}
#privacy dl dd ul li {
  font-size: 3.6rem;
  padding: 0 0 0 4rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #privacy dl dd ul li {
    font-size: 2.6rem;
  }
}
#privacy dl dd ul li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background-color: #002b72;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 2.4rem;
  left: 1.7rem;
}
#privacy .privacy_contact {
  width: 100%;
  background-image: url(../images/back.jpg);
  background-position: top center;
  padding: 10rem 10%;
  margin: 30rem auto 0;
}
@media only screen and (max-width: 780px) {
  #privacy .privacy_contact {
    margin: 20rem auto 0;
  }
}
#privacy .privacy_contact h3 {
  color: #002b72;
  font-size: 7.8rem;
  text-align: center;
  letter-spacing: -0.1em;
  margin: 0 0 4rem;
  transform: scale(0.96, 1);
}
@media only screen and (max-width: 780px) {
  #privacy .privacy_contact h3 {
    font-size: 5.6rem;
  }
}
#privacy .privacy_contact h3 + p {
  width: 100%;
  text-align: center;
  margin: 0 0 12rem;
}
@media only screen and (max-width: 780px) {
  #privacy .privacy_contact h3 + p {
    width: 946;
    margin: 0 0 8rem;
  }
}
#privacy .privacy_contact_wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  border-bottom: solid 0.4rem #002b72;
  margin: 0 auto 8rem;
}
@media only screen and (max-width: 780px) {
  #privacy .privacy_contact_wrap dl {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#privacy .privacy_contact_wrap dl dt {
  width: 21.7rem;
  height: 7.4rem;
  display: flex;
  align-items: center;
  background-image: url(../images/company/company_border.png);
  background-size: auto 7.4rem;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: 700;
  padding: 0 0 0 2.5rem;
  margin: 0 0 -0.1rem;
}
@media only screen and (max-width: 780px) {
  #privacy .privacy_contact_wrap dl dt {
    width: 15.4rem;
    height: 5rem;
    font-size: 2.8rem;
    padding: 0 0 0 1rem;
    margin: 0 auto 1rem 0;
  }
}
#privacy .privacy_contact_wrap dl dd {
  width: calc(100% - 21.7rem);
  min-height: 7.4rem;
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 780px) {
  #privacy .privacy_contact_wrap dl dd {
    width: 100%;
    font-size: 2.6rem;
    padding: 0;
  }
}

footer {
  width: 100%;
  background-color: #000000;
  text-align: center;
  padding: 8rem 0;
  margin: 0 0 17.7rem;
}
@media only screen and (max-width: 780px) {
  footer {
    padding: 4rem;
    margin: 0 0 8.3rem;
  }
}
footer p, footer a {
  color: #FFFFFF;
  font-size: 3.5rem;
}
@media only screen and (max-width: 780px) {
  footer p, footer a {
    font-size: 2.8rem;
  }
}/*# sourceMappingURL=privacy.css.map */