@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;600&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  min-height: 100vh;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #222222;
}

main {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 90px;
  }
}

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

img {
  object-fit: cover;
}

i {
  display: inline-block;
}

h1 {
  line-height: 1;
}

h2,
h3 {
  line-height: 1.5;
}

.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;
}
.flex_box.wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex_box {
    flex-direction: column;
  }
}

.page_title {
  flex-direction: row;
  overflow: hidden;
}
.page_title_text {
  width: 35%;
  min-width: 350px;
  background-color: #B1D700;
  padding: 80px 0;
  text-align: center;
}
.page_title img {
  flex: 1;
}
.page_title .head_text {
  display: inline-block;
  margin-bottom: 0;
}
.page_title .head_text span {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page_title_text {
    width: 60%;
    min-width: 150px;
    padding: 40px 15px;
    text-align: left;
  }
  .page_title img {
    width: 20%;
    height: 160px;
  }
  .page_title .head_text {
    font-size: 3rem;
  }
}

#pan {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: normal;
  color: #8F8F8F;
}
#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;
  color: #000000;
  font-weight: 600;
}
#pan li:last-child::before {
  display: none;
}
#pan a {
  text-decoration: underline;
}
#pan a:hover {
  color: #B1D700;
}
@media screen and (max-width: 767px) {
  #pan {
    margin-left: 20px;
  }
}

.btn {
  width: 175px;
  border-radius: 30px;
  padding: 7px 10px;
  text-align: center;
  font-size: 1.5rem;
}
.btn_blue {
  border: 1px solid #070C76;
  background-color: #070C76;
  color: #ffffff;
}
.btn_blue:hover {
  background-color: #ffffff;
  color: #070C76;
}
.btn_gray {
  border: 1px solid #F1F2F5;
  background-color: #F1F2F5;
}
.btn_box {
  text-align: center;
}
.btn_box.right {
  text-align: right;
}
.link_text {
  width: 230px;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
.link_text img {
  display: inline-block;
  margin-left: 15px;
  transition: 0.3s ease;
}
.link_text:hover {
  opacity: 0.7;
}
.link_text:hover img {
  transform: translateX(20px);
}
@media screen and (max-width: 767px) {
  .link_text {
    font-size: 1.8rem;
  }
  .link_text img {
    width: 70px;
  }
}

.head_text {
  border-left: 5px solid #070C76;
  padding-left: 20px;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  color: #B1D700;
}
.head_text span {
  display: block;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.head_text_white {
  border-color: #ffffff;
  color: #ffffff;
}
.head_text_white span {
  color: #ffffff;
}
.head_text_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .head_text {
    border-left: 3px solid;
    padding-left: 10px;
    margin-bottom: 35px;
    font-size: 3.6rem;
  }
}

.tel_num:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .tel_num {
    pointer-events: none;
  }
}

.scroll_top {
  font-size: 4.8rem;
  color: #B1D700;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.scroll_top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .scroll_top {
    bottom: 60px;
  }
}

.sp_fixed_contaxt_link {
  width: 100%;
  border: 1px solid #070C76;
  padding: 10px;
  background-color: #070C76;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.sp_fixed_contaxt_link i {
  margin-left: 5px;
  font-size: 1.8rem;
}
.sp_fixed_contaxt_link:hover {
  background-color: #ffffff;
  color: #070C76;
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.header {
  width: 100%;
  padding: 25px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header_container {
  border-radius: 40px;
  padding: 11px 40px;
  background-color: #F1F2F5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header_logo a {
  width: 100px;
}
.header_logo a:hover {
  opacity: 0.7;
}
.header_logo img {
  width: 100%;
}
.header_menu {
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header_menu ul {
  justify-content: flex-end;
  gap: 40px;
}
.header_menu ul a:hover {
  color: #B1D700;
}
.header_menu_lang_change {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.header_menu_lang_change li {
  cursor: pointer;
}
.header_menu_lang_change li a {
  color: #C8C8C8;
}
.header_menu_lang_change li a:hover {
  color: #222222;
}
.header_menu_lang_change li.selected a {
  color: #222222;
}
.header_menu_lang_change li:nth-of-type(1) {
  position: relative;
}
.header_menu_lang_change li:nth-of-type(1):before {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.header_menu_nav {
  font-size: 1.5rem;
}
.header_menu_nav_click_item {
  cursor: pointer;
}
.header_menu_nav_shop {
  opacity: 0;
  visibility: hidden;
  width: 200px;
  border-radius: 10px;
  padding: 30px 20px 20px;
  background-color: #F1F2F5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 100%;
  right: 11%;
}
.header_menu_nav_shop li {
  margin-bottom: 10px;
}
.header_menu_nav_shop.show {
  animation: show 0.5s forwards;
}
@keyframes show {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 25px;
  }
  .header_container {
    padding: 11px 20px;
  }
  .header_menu ul.header_menu_nav {
    gap: 20px;
  }
  .header_menu_nav_shop {
    right: 18%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 15px;
  }
  .header_container {
    padding: 5px 20px;
  }
  .header_logo a {
    width: 80px;
  }
  .header_menu_lang_change {
    flex-direction: row;
  }
  .header_menu_nav {
    display: none;
  }
  .header .btn {
    display: none;
  }
}

.burger_btn {
  display: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #070C76;
  font-size: 2.2rem;
}
.burger_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .burger_btn {
    display: block;
  }
}

.overlay {
  display: none;
  width: 100%;
  padding: 100px 20px 80px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.overlay_sub_menu {
  padding-left: 10px;
  margin-top: 5px;
  gap: 10px;
}
.overlay .header_menu_nav {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.overlay .header_menu_nav a:hover {
  color: #B1D700;
}
.overlay i {
  cursor: pointer;
  transition: all 0.3s ease;
  color: #070C76;
  font-size: 2.2rem;
  position: absolute;
  top: 28px;
  right: 35px;
}
.overlay i:hover {
  opacity: 0.7;
}

.contact_area {
  background-color: #F5F5F5;
}
.contact_area .container {
  padding: 50px 0 70px;
  justify-content: space-between;
  align-items: center;
  gap: 40px 0;
}
.contact_area ul {
  gap: 40px 30px;
  align-items: center;
}
.contact_area a {
  width: 320px;
  padding: 25px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
}
.contact_area a i {
  padding-right: 7px;
}
.contact_area a img {
  width: 80px;
  position: absolute;
  bottom: -50px;
  right: 20px;
  transition: 0.3s ease;
}
.contact_area a:hover {
  opacity: 0.7;
}
.contact_area a:hover img {
  right: 0;
}
@media screen and (max-width: 1059px) {
  .contact_area .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_area_left {
    display: flex;
    align-items: flex-end;
    gap: 30px 50px;
  }
  .contact_area_left h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_area_left {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_area a {
    padding: 15px;
    font-size: 2rem;
  }
  .contact_area a img {
    width: 50px;
    bottom: -25px;
  }
  .contact_area a:hover {
    opacity: 0.7;
  }
  .contact_area a:hover img {
    right: 0;
  }
}

.footer {
  width: 100%;
  left: 0;
  top: 100vh;
  position: sticky;
  padding-bottom: 25px;
  background-color: #070C76;
  color: #ffffff;
}
.footer .container {
  padding: 60px 0 40px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.footer_address_area {
  width: 250px;
}
.footer_address_area p {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 700;
}
.footer_address_area li:nth-of-type(1) {
  margin-bottom: 20px;
}
.footer nav {
  gap: 10px 50px;
}
.footer nav ul {
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
}
.footer nav .sub_menu {
  padding-left: 20px;
  font-weight: 500;
}
.footer nav a:hover {
  color: #B1D700;
}
.footer .copyright {
  padding: 7px;
  background-color: #B1D700;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding: 40px 0 20px;
  }
  .footer_address_area p {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .footer_address_area li:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .footer .copyright {
    padding: 4px;
    font-size: 1.3rem;
  }
  .footer .tel_num {
    text-decoration: underline;
  }
}

.main_visual a {
  display: block;
  width: 100%;
  height: 90vh;
  max-height: 780px;
  position: relative;
}
.main_visual a:hover {
  opacity: 0.7;
}
.main_visual_img {
  width: 100%;
  max-width: 1500px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_visual_msg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  gap: 10px 40px;
}
.main_visual_msg p {
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
}
.main_visual_msg a:hover {
  opacity: 0.7;
}
.main_visual_msg img {
  height: 278px;
}
.main_visual_slider {
  height: 320px;
}
.main_visual_slider.mv_slider_top {
  margin-bottom: 170px;
}
.main_visual_slider li {
  margin: 0 20px;
}
.main_visual.english .main_visual_msg p {
  font-size: 3.6rem;
}
.main_visual.english .main_visual_msg img {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .main_visual a {
    height: 110vh;
  }
  .main_visual_msg p {
    font-size: 3rem;
  }
  .main_visual_msg img {
    width: 150px;
    height: auto;
  }
  .main_visual_slider .slick-slide {
    width: auto;
    height: 100%;
    margin: 0 10px;
  }
  .main_visual_slider .slick-slide img {
    width: auto;
    height: 100%;
  }
  .main_visual.english .main_visual_msg {
    width: 90%;
    text-align: center;
  }
  .main_visual.english .main_visual_msg p {
    font-size: 2.4rem;
  }
  .main_visual.english .main_visual_msg img {
    width: 150px;
    height: auto;
  }
}

.top_product {
  position: relative;
}
.top_product:before {
  content: "";
  width: 90%;
  max-width: 1650px;
  aspect-ratio: 2/1;
  background-color: #F5F5F5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_product_msg {
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: flex-end;
}
.top_product_msg_title {
  width: 60%;
}
.top_product ul {
  align-items: center;
  gap: 50px;
}
.top_product ul a {
  width: 364px;
  position: relative;
}
.top_product ul a img:nth-of-type(1) {
  width: 100%;
  margin-bottom: 10px;
  transition: 0.3s ease;
}
.top_product ul a img:nth-of-type(2) {
  width: 80px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: 0.3s ease;
}
.top_product ul a h3 {
  width: 78%;
  font-weight: 1.8rem;
}
.top_product ul a:hover img:nth-of-type(1) {
  opacity: 0.7;
}
.top_product ul a:hover img:nth-of-type(2) {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .top_product:before {
    height: 60%;
    aspect-ratio: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .top_product_msg {
    align-items: flex-start;
    gap: 20px;
  }
  .top_product_msg_title {
    width: 100%;
  }
  .top_product ul {
    gap: 30px;
  }
  .top_product ul a {
    width: 310px;
  }
  .top_product ul a img:nth-of-type(2) {
    width: 50px;
    bottom: 0;
  }
  .top_product ul a h3 {
    font-size: 1.6rem;
  }
}
.top_company {
  position: relative;
}
.top_company .container {
  position: relative;
  z-index: 1;
}
.top_company .container + img {
  width: 60%;
  max-width: 858px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1099px) {
  .top_company .container + img {
    width: 80%;
  }
}
.top_company_msg {
  margin-bottom: 40px;
  color: #070C76;
  text-align: center;
  text-shadow: 0 0 10px #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.5;
}
.top_company_msg + p {
  width: 100%;
  max-width: 600px;
  margin-bottom: 60px;
  text-shadow: 0 0 10px #FFFFFF;
}
@media screen and (max-width: 767px) {
  .top_company .container + img {
    width: 100%;
    opacity: 0.5;
  }
  .top_company_msg {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
  .top_company_msg + p {
    margin-bottom: 30px;
  }
}
.top_shop {
  background: linear-gradient(to right, #ffffff, #ACBADD);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_shop.business .container {
  padding: 25px 0 80px;
}
.top_shop_item {
  margin-bottom: 20px;
  align-items: center;
  gap: 10px 40px;
}
.top_shop_item h3 {
  color: #070C76;
  font-size: 3.2rem;
}
.top_shop_item h3 span {
  display: inline-block;
  padding-left: 10px;
  color: #222222;
  font-size: 1.6rem;
}
.top_shop_item p {
  flex: 1;
}
.top_shop ul {
  margin-bottom: 75px;
  gap: 60px 30px;
  justify-content: center;
  align-items: center;
}
.top_shop a {
  width: 320px;
  height: 100px;
  padding: 25px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
}
.top_shop a i {
  padding-right: 7px;
}
.top_shop a img {
  position: absolute;
}
.top_shop a img.logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_shop a img.arrow {
  width: 80px;
  bottom: -50px;
  right: 20px;
  transition: 0.3s ease;
}
.top_shop a:hover {
  opacity: 0.7;
}
.top_shop a:hover img {
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_shop.business .container {
    padding: 25px 0 50px;
  }
  .top_shop_item {
    margin-bottom: 20px;
    align-items: center;
    gap: 10px 40px;
  }
  .top_shop_item h3 {
    font-size: 2.8rem;
  }
  .top_shop ul {
    gap: 30px;
  }
  .top_shop a {
    height: 65px;
    font-size: 2rem;
  }
  .top_shop a img.arrow {
    width: 50px;
    bottom: -25px;
  }
  .top_shop a:hover {
    opacity: 0.7;
  }
  .top_shop a:hover img {
    right: 0;
  }
}

.product_main_msg {
  width: 100%;
  margin-bottom: 120px;
  font-size: 1.8rem;
  line-height: 2;
}
.product ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  flex-direction: column;
  gap: 100px;
}
.product li {
  align-items: flex-start;
  gap: 30px 60px;
  position: relative;
}
.product li:before {
  content: "";
  width: 110%;
  height: 100px;
  background-color: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.product li:nth-of-type(2n+ 2) {
  flex-direction: row-reverse;
}
.product li .text_area {
  flex: 1;
}
.product li img {
  width: 40%;
  max-width: 350px;
  aspect-ratio: 4/3;
}
.product li h3 {
  margin-bottom: 30px;
  color: #070C76;
  font-size: 2.4rem;
}
.product + .top_product:before {
  bottom: auto;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .product + .top_product:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .product_main_msg {
    margin-bottom: 60px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .product ul {
    gap: 70px;
  }
  .product li {
    align-items: center;
  }
  .product li:before {
    content: "";
    height: 50%;
  }
  .product li:nth-of-type(2n+ 2) {
    flex-direction: column;
  }
  .product li img {
    width: 100%;
  }
  .product li h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.product_detail {
  position: relative;
}
.product_detail.product03 ul {
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .product_detail.product03 ul {
    gap: 40px;
  }
}
.product_detail.product03 li {
  max-width: none;
}
.product_detail.product03 img {
  aspect-ratio: auto;
}
.product_detail:before {
  content: "";
  width: 90%;
  max-width: 1650px;
  aspect-ratio: 8/7;
  background-color: #F5F5F5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.product_detail_title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 3.2rem;
}
.product_detail_top {
  margin-bottom: 100px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.product_detail_top .text_area {
  flex: 1;
}
.product_detail_top h3 {
  margin-bottom: 35px;
  font-size: 3rem;
}
.product_detail_top img {
  width: 40%;
  max-width: 470px;
}
.product_detail ul {
  margin-bottom: 50px;
  align-items: flex-start;
  gap: 40px 30px;
}
.product_detail li {
  width: 100%;
  max-width: 335px;
}
.product_detail li img {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.product_detail li h3 {
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.product_detail li p {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .product_detail:before {
    height: 60%;
    aspect-ratio: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .product_detail_title {
    font-size: 2.6rem;
  }
  .product_detail_top {
    margin-bottom: 70px;
  }
  .product_detail_top h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .product_detail_top img {
    width: 100%;
    max-width: 470px;
  }
  .product_detail ul {
    justify-content: center;
    align-items: center;
  }
}

.company .container {
  padding-bottom: 30px;
}
.company dl {
  width: 100%;
  max-width: 850px;
  border-bottom: 1px solid #F1F2F5;
  margin: 0 auto 70px;
}
.company dt,
.company dd {
  padding: 20px;
  border-top: 1px solid #F1F2F5;
}
.company dt {
  width: 25%;
  color: #070C76;
  text-align: center;
}
.company dd {
  width: 75%;
}
.company a:not(.tel_num) {
  color: #070C76;
  text-decoration: underline;
}
.company a:hover {
  opacity: 0.7;
}
.company_slider {
  width: 100%;
}
.company_slider li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .company dt,
  .company dd {
    width: 100%;
  }
  .company dt {
    padding: 10px 5px 5px;
    text-align: left;
  }
  .company dd {
    border-top: none;
    padding: 0 5px 10px;
  }
}

.g_map_area {
  width: 100%;
  max-width: 650px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.g_map_area iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .g_map_area {
    aspect-ratio: 1/1.2;
  }
}

form a {
  text-decoration: underline;
}
form a:hover {
  color: #B1D700;
}
form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  border-radius: 10px;
  padding: 40px 30px;
  margin-top: 50px;
  text-align: left;
  margin-bottom: 60px;
  background-color: #F5F5F5;
}
form dt {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #C8C8C8;
}
form dd {
  padding: 25px 15px;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #C8C8C8;
}
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 #CCC;
  padding: 3px 10px;
  background-color: #FFFFFF;
}
form textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #CCC;
  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 {
  display: inline-block;
  background-color: red;
  font-size: 10px;
  line-height: 1.5em;
  color: #F5F5F5;
  margin: 0 0 0 10px;
  padding: 2px 5px;
}
form .must_eng {
  color: red;
}
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 #image-btn.topBtn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  form dl {
    display: block;
    padding: 30px 20px;
    margin: 0 auto 25px;
  }
  form dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
  }
  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;
  }
}
form .btn {
  width: 250px;
  padding: 10px;
  font-size: 1.6rem;
}

/*チェックボックス*/
.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 #D1D7DC;
  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;
}

.privacy {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.privacy p {
  margin-bottom: 50px;
}
.privacy dt {
  border-left: 3px solid #070C76;
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #F1F2F5;
}
.privacy dd {
  padding-left: 20px;
  margin-bottom: 50px;
}
.privacy ol {
  margin-top: 10px;
  list-style-type: decimal;
  list-style-position: inside;
}
.privacy_address_area {
  border-radius: 6px;
  padding: 30px 40px;
  margin-top: 20px;
  background-color: #F1F2F5;
}
@media screen and (max-width: 767px) {
  .privacy p {
    margin-bottom: 30px;
  }
  .privacy dt {
    margin-bottom: 10px;
  }
  .privacy dd {
    padding-left: 10px;
    margin-bottom: 25px;
  }
  .privacy_address_area {
    padding: 30px 20px;
  }
}

.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:before {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url(../img/arrow_link.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.sitemap a:hover {
  color: #B1D700;
}
.sitemap a:hover:before {
  right: 20px;
}
.sitemap .sub_menu {
  width: 85%;
  border-bottom: none;
  margin: 0 0 0 auto;
}
@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:before {
    right: 20px;
  }
  .sitemap a:hover:before {
    right: 10px;
  }
  .sitemap .sub_menu {
    width: 95%;
  }
}

.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 */