@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  position: relative;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  background-color: #FEFEFE;
  color: #222222;
}

a,
button {
  display: inline-block;
  transition: all 0.3s ease;
}

img {
  height: auto;
  object-fit: cover;
}

h1 {
  line-height: 1;
}

h2,
h3 {
  line-height: 1.5;
}

h3 {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.container {
  width: 90%;
  max-width: 1080px;
  padding: 100px 0;
  margin: 0 auto;
}
.container_long {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 60px 0;
  }
}

.flex_box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex_box {
    flex-direction: column;
  }
}

.page_title {
  background-image: url("../img/sub_fv.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 140px;
  max-height: 300px;
}
.page_title h2 {
  margin-bottom: 0;
}
#pan {
  font-weight: normal;
  color: #888888;
}
#pan li {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
#pan li::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0px;
}
#pan li:last-child {
  position: static;
  padding-right: 0;
  margin-right: 0;
}
#pan li:last-child::before {
  display: none;
}
#pan a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #pan {
    margin-left: 20px;
  }
}

.btn {
  min-width: 170px;
  padding: 20px;
  background-color: #650916;
  color: #ffffff;
  text-align: center;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.btn:hover {
  opacity: 0.7;
}
.btn_box {
  text-align: center;
}
.head_text {
  margin-bottom: 40px;
  color: #650916;
  font-family: Arial, sans-serif;
  font-size: 6.4rem;
}
.head_text span {
  display: inline-block;
  padding-left: 10px;
  color: #222222;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
}
.head_text_center {
  text-align: center;
}
.head_text_center span {
  display: block;
  padding-left: 0;
}
.head_text_small {
  margin-bottom: 20px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .head_text {
    margin-bottom: 30px;
    font-size: 4rem;
  }
  .head_text span {
    display: block;
    padding-left: 0;
  }
  .head_text_small {
    font-size: 3.5rem;
  }
}

.head_support_msg {
  margin-bottom: 25px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .head_support_msg {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.tel_num {
  text-align: center;
}
.tel_num p {
  font-family: Arial, sans-serif;
  font-size: 2.4rem;
}
.tel_num span {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.2rem;
}
.tel_num:hover {
  opacity: 0.7;
}
.tel_num_text {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .tel_num {
    pointer-events: none;
  }
  .tel_num_text {
    text-decoration: none;
  }
}

.scroll_top {
  display: none;
  width: 50px;
  aspect-ratio: 1/1;
  padding-top: 8px;
  background-color: #650916;
  position: fixed;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 20px #F5F5F5;
}
.scroll_top img {
  margin: 0 auto;
}
.scroll_top:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .scroll_top {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.targetFadeIn {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.targetFadeIn02 {
  animation-delay: 0.3s;
}

.targetFadeIn03 {
  animation-delay: 0.5s;
}

.targetFadeIn04 {
  animation-delay: 0.7s;
}

.targetFadeIn05 {
  animation-delay: 0.9s;
}

.targetFadeIn06 {
  animation-delay: 1.1s;
}

.targetFadeIn07 {
  animation-delay: 1.3s;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .flex_box {
  width: 80%;
  max-width: 1600px;
  padding: 3px 10px;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding-right: 40px;
}
.header a:hover {
  opacity: 0.7;
}
.header_logo a {
  width: 200px;
}
.header_logo img {
  width: 100%;
}
.header nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
.header nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1099px) {
  .header {
    padding: 15px;
  }
  .header a:hover {
    opacity: 0.7;
  }
  .header_logo a {
    width: 200px;
  }
  .header nav {
    gap: 25px;
  }
  .header nav ul {
    padding: 15px 20px;
    gap: 25px;
  }
}
@media screen and (max-width: 1224px) {
  .header {
    padding: 0 15px 0 0;
  }
  .header .flex_box {
    background-color: transparent;
    align-items: flex-start;
  }
  .header .flex_box + a {
    display: none;
  }
  .header nav {
    display: none;
  }
}

.burger_btn {
  border: 1px solid #650916;
  padding: 5px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.burger_btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1225px) {
  .burger_btn {
    display: none;
  }
}

.overlay {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 100px 20px 70px;
  background-color: #F5F5F5;
}
.overlay .close_btn {
  border: 1px solid #650916;
  padding: 5px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 20px;
  right: 15px;
}
.overlay .close_btn:hover {
  opacity: 0.7;
}
.overlay ul {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #650916;
}
.overlay a:hover {
  opacity: 0.7;
}

.contact_area {
  background-color: #F5F5F5;
}
.contact_area .container {
  justify-content: center;
  align-items: center;
  gap: 35px 60px;
}
.contact_area .head_text {
  color: #222222;
}
.contact_area_left {
  width: 100%;
  max-width: 490px;
}
.contact_area ul {
  flex: 1;
  gap: 30px 50px;
}
.contact_area ul li {
  width: 300px;
  background-color: #ffffff;
}
.contact_area ul a {
  width: 100%;
  height: 100%;
  padding: 20px 5px;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
}
.contact_area ul a:hover {
  opacity: 0.7;
}
.contact_area ul a:not(.tel_num) {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
}
.contact_area ul i {
  color: #650916;
}
@media screen and (max-width: 1210px) {
  .contact_area ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 812px) {
  .contact_area .container {
    flex-direction: column;
  }
}

.footer {
  width: 100%;
  left: 0;
  top: 100vh;
  position: sticky;
  background-color: #650916;
  color: #ffffff;
}
.footer .container {
  padding: 60px 0;
}
.footer a:hover {
  opacity: 0.7;
}
.footer_area_top, .footer_area_bottom {
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px 40px;
}
.footer_area_top {
  margin-bottom: 20px;
}
.footer_area_top nav {
  flex-wrap: wrap;
  gap: 20px;
}
.footer_area_top ul {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 15px;
}
.footer_area_bottom ul {
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  font-size: 1.2rem;
}
.footer_logo_area a {
  width: 200px;
}
.footer_logo_area a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding: 40px 0;
  }
  .footer_area_top, .footer_area_bottom {
    align-items: flex-start;
  }
  .footer_area_top nav {
    margin-bottom: 0;
  }
  .footer_area_bottom ul {
    align-items: flex-start;
  }
}

.main_visual {
  width: 100%;
  height: 90vh;
  background-image: url("../img/fv.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.main_visual .container {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: fadeUpCAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpCAnime {
  from {
    opacity: 0;
    transform: translate(-50%, 50px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.main_visual p {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px #000000;
  line-height: 1.5;
}
.main_visual p:nth-of-type(1) {
  margin-bottom: 10px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .main_visual p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}

.about {
  position: relative;
}
.about .container {
  padding: 120px 0;
}
.about .head_text {
  margin-bottom: 15px;
  color: #222222;
}
.about .text_area {
  width: 100%;
  max-width: 680px;
  padding-left: 60px;
}
.about img {
  width: 50%;
  max-width: 960px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about .container {
    padding: 60px 0 30px;
  }
  .about .text_area {
    padding-left: 0;
  }
  .about img {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    position: static;
    transform: none;
  }
}

.differences {
  background-image: url(../img/bg_main.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.differences ul {
  margin-top: 80px;
  flex-direction: column;
  gap: 90px;
}
.differences li {
  align-items: flex-start;
  gap: 30px 50px;
}
.differences li:nth-of-type(2n + 1) {
  padding-right: 60px;
}
.differences li:nth-of-type(2n + 2) {
  padding-left: 70px;
}
.differences .image_area {
  width: 300px;
  aspect-ratio: 1/1;
  position: relative;
}
.differences .image_area img {
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 10px #D9D9D9;
}
.differences .image_area span {
  color: #650916;
  font-family: "Libre Baskerville", serif;
  font-size: 6.4rem;
  font-style: italic;
  position: absolute;
  top: -60px;
  left: -40px;
}
.differences .text_area {
  flex: 1;
  padding-top: 40px;
}
.differences h3 {
  margin-bottom: 10px;
  color: #650916;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .differences li {
    align-items: center;
  }
  .differences li:nth-of-type(2n + 1) {
    padding-right: 0;
  }
  .differences li:nth-of-type(2n + 2) {
    padding-left: 0;
  }
  .differences .image_area {
    width: 280px;
  }
  .differences .image_area span {
    font-size: 4.8rem;
    top: -34px;
    left: -30px;
  }
  .differences .text_area {
    padding-top: 0;
  }
  .differences h3 {
    margin-bottom: 10px;
    color: #650916;
    font-size: 2rem;
  }
}

.service {
  padding-top: 100px;
  background-image: url("../img/bg_service.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service .container {
  padding-top: 0;
}
.service_head {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.service_head:before {
  content: "";
  width: 80%;
  max-width: 720px;
  height: 100px;
  background-color: #F5F5F5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.service_head .head_text {
  width: 90%;
  max-width: 1200px;
  color: #222222;
  margin: 0 auto;
  position: relative;
}
.service_msg {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.service_msg dl {
  margin: 30px 0;
}
.service_msg dl dt {
  color: #650916;
}
.service_msg dl dd:nth-of-type(1) {
  margin-bottom: 20px;
}
.service ul {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px 90px;
}
.service li {
  width: 300px;
  aspect-ratio: 1/1;
}
.service a {
  width: 100%;
  height: 100%;
  position: relative;
}
.service a:hover img {
  filter: grayscale(100%);
}
.service a img {
  filter: grayscale(0%);
  transition: 0.3s ease;
}
.service a h3 {
  background-color: #650916;
  color: #ffffff;
  padding: 5px 30px;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 60px;
  }
  .service_head {
    margin-bottom: 30px;
  }
  .service_head .head_text {
    padding-left: 10px;
  }
  .service_msg {
    margin: 0 auto 40px;
    font-size: 1.6rem;
  }
  .service li {
    width: 280px;
  }
}
.service_detail {
  padding: 80px 0;
}
.service_detail ul {
  flex-direction: column;
  gap: 80px;
}
.service_detail li {
  align-items: center;
  gap: 30px 50px;
}
.service_detail li:nth-of-type(2n + 1) {
  justify-content: flex-start;
}
.service_detail li:nth-of-type(2n + 2) {
  flex-direction: row-reverse;
}
.service_detail .text_area {
  flex: 1;
  max-width: 550px;
}
.service_detail h3 {
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
.service_detail img {
  width: 50%;
  max-width: 960px;
}
@media screen and (max-width: 1229px) {
  .service_detail li:nth-of-type(2n + 1) {
    padding-right: 20px;
  }
  .service_detail li:nth-of-type(2n + 2) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service_detail li:nth-of-type(2n + 1) {
    padding: 0;
  }
  .service_detail li:nth-of-type(2n + 2) {
    flex-direction: column;
    padding: 0;
  }
  .service_detail img {
    width: 100%;
  }
  .service_detail .text_area {
    padding: 0 20px;
  }
}

.achievement .head_text {
  color: #222222;
}
.achievement ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 182px);
  gap: 40px;
  justify-content: center;
}
.achievement li {
  position: relative;
  cursor: pointer;
}
.achievement li:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  opacity: 0;
}
.achievement li:hover:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .achievement ul {
    grid-template-columns: repeat(auto-fit, 80px);
    gap: 20px;
  }
}

.company .head_text {
  color: #222222;
}
.company dl {
  border-top: 1px solid #000000;
  flex-wrap: wrap;
}
.company dt,
.company dd {
  padding: 40px 30px;
  border-bottom: 1px solid #000000;
}
.company dt {
  width: 25%;
  font-weight: 400;
}
.company dd {
  width: 75%;
}
.company dd.flex_box {
  gap: 0 40px;
}
.company_service_list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.company_g_map {
  width: 100%;
  aspect-ratio: 16/9;
}
.company_g_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .company dl {
    flex-direction: column;
  }
  .company dt {
    width: 100%;
    padding: 10px 10px 5px;
    font-size: 1.6rem;
    border-bottom: none;
    text-align: left;
  }
  .company dd {
    width: 100%;
    padding: 0 10px 10px;
  }
  .company_g_map {
    aspect-ratio: 1/1.2;
  }
}

form a {
  text-decoration: underline;
}
form a:hover {
  opacity: 0.7;
}
form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #F5F5F5;
}
form dt {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #000000;
  color: #650916;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
form dd {
  padding: 25px 15px;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #000000;
}
form input[type=tel], form input[type=text], form input[type=email], form input[type=date], form select {
  height: 45px;
  font-size: 16px;
  border: 1px solid #000;
  padding: 3px 10px;
  background-color: #ffffff;
}
form textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 3px 10px;
  width: 100%;
  background-color: #ffffff;
  color: #000;
}
form input, form select {
  vertical-align: middle;
  border-radius: 5px;
}
form .boxW100 input, form .boxW100 textarea {
  width: 100%;
  box-sizing: border-box;
}
form .boxW49 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .boxW49 input {
  width: 49%;
  box-sizing: border-box;
}
form .boxW50 input {
  width: 49%;
  box-sizing: border-box;
}
form .boxW20 input {
  width: 20%;
  box-sizing: border-box;
}
form .boxW20 span {
  padding-left: 10px;
}
form .radio input {
  height: auto;
  transform: scale(1.7);
  vertical-align: inherit;
}
form .must {
  margin: 0 0 0 10px;
}
form #image-btn {
  margin-top: 10px;
  text-align: center;
}
form .dateSelect span {
  display: block;
}
form .radioArea {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
form .formBtn {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
}
form .backBtn {
  background-color: #F5F5F5;
  color: #222222;
}
form #image-btn.topBtn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  form dl {
    display: block;
    padding: 30px 20px;
    margin: 25px auto;
  }
  form dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
    font-size: 1.6rem;
  }
  form dd {
    padding: 0 0 15px;
    width: 100%;
  }
  form dd img {
    width: 250px;
    margin: 0 0 10px 10px;
  }
  form .formBtn {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
}

/*チェックボックス*/
.checkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inputGroup {
  width: 49.5%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inputGroup {
    width: 100%;
  }
}

.inputGroup label {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #F5F5F5;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #F5F5F5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 26px;
  height: 26px;
  content: "";
  border: 2px solid #000000;
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -1px 0px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #333;
  border-color: #333;
}

.inputGroup input {
  width: 26px;
  height: 26px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.must {
  display: inline-block;
  background-color: #650916;
  font-size: 10px;
  line-height: 1.5em;
  color: #ffffff;
  margin: 10px 0 0 0;
  padding: 2px 5px;
}

.sec--privacy {
  width: 90%;
  max-width: 1080px;
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec--privacy {
    padding: 60px 0;
  }
}
.sec--privacy .head-privacy {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .sec--privacy .head-privacy {
    margin: 0 auto 30px;
  }
}
.sec--privacy .head-privacy h2 {
  text-align: center;
  margin-bottom: 30px;
}
.sec--privacy dt {
  margin-bottom: 15px;
  color: #650916;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec--privacy dt {
    font-size: 2rem;
  }
}
.sec--privacy dd {
  margin-bottom: 30px;
}
.sec--privacy dd ol {
  padding-left: 32px;
  list-style-type: lower-roman;
}
.sec--privacy dd .sm-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec--privacy dd .sm-br {
    display: block;
  }
}

.sitemap .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 30px;
}
.sitemap ul {
  width: 48%;
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
.sitemap a {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(68, 68, 68, 0.4);
  padding: 20px 10px;
  position: relative;
}
.sitemap a i {
  color: #0071BC;
  position: absolute;
  top: 27px;
  right: 50px;
  transition: 0.3s ease;
}
.sitemap a:hover {
  color: #0071BC;
}
.sitemap a:hover i {
  right: 40px;
}
.sitemap .sub_menu {
  width: 85%;
  border-bottom: none;
  margin: 0 0 0 auto;
}
.sitemap .sub_menu a i {
  position: inherit;
  top: 0;
  left: 0;
  margin-right: 5px;
  color: #37C2D2;
}
.sitemap .sub_menu .sub_menu a i {
  color: #86ebf6;
}
@media screen and (max-width: 767px) {
  .sitemap .container {
    flex-direction: column;
    align-items: center;
  }
  .sitemap ul {
    width: 100%;
    max-width: 500px;
  }
  .sitemap ul:nth-of-type(1) {
    border-bottom: none;
  }
  .sitemap a {
    padding: 10px 5px;
  }
  .sitemap a i {
    top: 17px;
    right: 30px;
  }
  .sitemap a:hover i {
    right: 20px;
  }
  .sitemap .sub_menu {
    width: 90%;
  }
}

.rule dl {
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
}
.rule dt {
  width: 30%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 10px;
}
.rule dd {
  width: 70%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 10px;
}
.rule .caution {
  color: #ff0000;
}
.rule .cancel_price {
  margin-top: 10px;
}
.rule .cancel_price span {
  text-decoration: underline;
}
@media screen and (max-width: 890px) {
  .rule dl {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .rule dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 5px 5px;
  }
  .rule dd {
    width: 100%;
    padding: 0px 5px 10px;
  }
}

.term p {
  margin-bottom: 50px;
}
.term dl + p {
  margin-bottom: 0;
  text-align: right;
}
.term dt {
  display: inline-block;
  border-bottom: 2px solid #53A75E;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.term dd {
  padding-left: 20px;
  margin-bottom: 50px;
}
.term ol {
  list-style-type: decimal;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.term ol ol {
  padding-left: 20px;
  margin-top: 10px;
  row-gap: 0;
}
.term .cancel_price {
  margin-top: 20px;
}
.term .cancel_price span {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .term p {
    margin-bottom: 30px;
  }
  .term dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .term dd {
    padding-left: 10px;
    margin-bottom: 25px;
  }
}

.err_page h2 {
  margin-bottom: 50px;
  font-size: 6rem;
  line-height: 1.5;
}
.err_page h2 span {
  display: inline-block;
  padding-left: 20px;
  font-size: 3rem;
}
.err_page h2 p {
  font-size: 2rem;
}
.err_page .btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .err_page h2 {
    margin-bottom: 20px;
    font-size: 4.5rem;
    line-height: 1.5;
  }
  .err_page h2 span {
    display: block;
    padding-left: 0;
    font-size: 2rem;
  }
  .err_page h2 p {
    font-size: 1.6rem;
  }
  .err_page .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .err_page.notFound h2 span {
    display: inline-block;
    padding-left: 10px;
    font-size: 2.5rem;
  }
}
.thanks {
  background-color: #53A75E;
}
.thanks .head_text {
  margin-bottom: 50px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .thanks .head_text {
    margin-bottom: 40px;
    font-size: 2.3rem;
  }
}/*# sourceMappingURL=style.css.map */