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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  background: #FFFFFF;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
}

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

table {
  border-collapse: collapse;
  width: 100%;
}

.l_inner {
  max-width: 1330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1050px) {
  .l_inner {
    max-width: 1310px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-x: hidden;
  }
}

.l_inner2 {
  max-width: 1330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1050px) {
  .l_inner2 {
    max-width: 1290px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c_section_label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #888888;
  text-transform: uppercase;
}

.c_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.c_btn--yellow {
  border: 1px solid rgba(235, 255, 44, 0.4);
  border-radius: 20px;
  max-width: 170px;
  width: 100%;
  background: rgba(235, 255, 44, 0.2);
  font-size: 15px;
  font-weight: 600;
  color: #EBFF2C;
  padding: 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.c_btn--yellow:hover {
  opacity: 0.8;
}
.c_btn--outline {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px 8px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 170px;
  width: 100%;
  white-space: nowrap;
}
.c_btn--outline:hover {
  opacity: 0.8;
}
.c_btn--outline_round {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  padding: 10px 24px;
  border-radius: 100px;
}
.c_btn--yellow_round {
  background: #EBFF2C;
  color: #000000;
  border: 1px solid #EBFF2C;
  padding: 10px 24px;
  border-radius: 100px;
}
.c_btn--black {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
  padding: 14px 48px;
  font-size: 15px;
}
.c_btn--outline_white {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 12px 32px;
}

.c_tel_wrap .c_tel_label {
  font-size: 12px;
  color: #888888;
  margin-bottom: 12px;
}
.c_tel_wrap .c_tel_buttons {
  display: flex;
  gap: 12px;
}
@media (max-width: 1050px) {
  .c_tel_wrap .c_tel_buttons {
    flex-direction: column;
    gap: 8px;
  }
}
.c_tel_wrap .c_tel_btn {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #EBFF2C;
  color: #000000;
  padding: 14px 28px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 1050px) {
  .c_tel_wrap .c_tel_btn {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.c_tel_wrap .c_tel_btn .c_tel_area {
  font-size: 11px;
  letter-spacing: 0.12em;
}
.c_tel_wrap .c_tel_btn .c_tel_number {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.c_tel_wrap .c_tel_hours {
  font-size: 11px;
  color: #888888;
  margin-top: 8px;
}

body {
  padding-top: 80px;
}
@media (max-width: 1050px) {
  body {
    padding-top: 64px;
  }
}

.is-pc {
  display: block !important;
}
@media (max-width: 1050px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 1050px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc-inline {
  display: inline !important;
}
@media (max-width: 1050px) {
  .is-pc-inline {
    display: none !important;
  }
}

.is-sp-inline {
  display: none !important;
}
@media (max-width: 1050px) {
  .is-sp-inline {
    display: inline !important;
  }
}

.is-pc-flex {
  display: flex !important;
}
@media (max-width: 1050px) {
  .is-pc-flex {
    display: none !important;
  }
}

.is-sp-flex {
  display: none !important;
}
@media (max-width: 1050px) {
  .is-sp-flex {
    display: flex !important;
  }
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  z-index: 1000;
}
@media (max-width: 1050px) {
  .site_header {
    height: 64px;
  }
}

.is_front_page {
  background-color: #000000;
  border-bottom: none;
}

.header_inner {
  display: flex;
  align-items: center;
  height: 80px;
  max-width: 100%;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1050px) {
  .header_inner {
    padding-left: 30px;
    padding-right: 30px;
    height: 64px;
  }
}

.header_logo {
  margin-right: auto;
}
.header_logo a {
  display: flex;
  align-items: center;
}
.header_logo img,
.header_logo svg {
  height: 28px;
  width: auto;
}
@media (max-width: 1050px) {
  .header_logo img,
.header_logo svg {
    height: 23px;
  }
}

@media (max-width: 1050px) {
  .header_nav {
    display: none;
  }
}
.header_nav .nav_list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header_nav .nav_list li a {
  font-size: 13px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.02em;
}
.header_nav .nav_list li a:hover {
  opacity: 0.6;
}

.header_actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  margin-left: 32px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1050px) {
  .header_actions {
    display: none;
  }
}
.header_actions .header_text_link {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.header_actions .header_text_link:hover {
  opacity: 0.8;
}

.header_actions_right {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-left: 20px;
}
.header_actions_right a {
  min-width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  width: 40px;
  height: 40px;
  padding: 6px;
}
@media (max-width: 1050px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  display: block;
  height: 1px;
  background: #000000;
}
.hamburger span:nth-child(1) {
  width: 28px;
}
.hamburger span:nth-child(2) {
  width: 20px;
}
.hamburger span:nth-child(3) {
  width: 28px;
}
.hamburger .hamburger_label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #000000;
}

.hamburger_sp {
  display: none;
  align-items: center;
  gap: 0 24px;
  padding: 4px 0;
}
@media (max-width: 1050px) {
  .hamburger_sp {
    display: flex;
  }
}
.hamburger_sp .hamburger_sp_label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
.hamburger_sp .hamburger_sp_icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hamburger_sp .hamburger_sp_icon span {
  display: block;
  width: 22px;
  height: 1px;
  background: #FFFFFF;
}

.mobile_nav {
  position: fixed;
  inset: 0;
  background: #000000;
  color: #FFFFFF;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  padding: 0px 30px 40px;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  height: 100%;
  overflow-y: scroll;
  padding-top: 20.5px;
}
.mobile_nav.is_open {
  opacity: 1;
  pointer-events: all;
}
.mobile_nav .mobile_nav_close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  height: 64px;
}
.mobile_nav .mobile_nav_close .mobile_nav_logo img,
.mobile_nav .mobile_nav_close .mobile_nav_logo svg {
  height: 23px;
  width: auto;
  filter: invert(1);
}
.mobile_nav .mobile_nav_close .mobile_nav_close_btn {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1;
}
.mobile_nav .mobile_nav_list {
  flex: 1;
}
.mobile_nav .mobile_nav_list li {
  padding: 18px 0;
}
.mobile_nav .mobile_nav_list li .mobile_nav_en {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #FFFFFF;
  display: block;
  margin-bottom: 4px;
}
.mobile_nav .mobile_nav_list li .mobile_nav_ja {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.16em;
  display: block;
}
.mobile_nav .mobile_nav_list li a {
  padding-left: 10px;
  display: block;
}
.mobile_nav .mobile_nav_buttons {
  display: flex;
  gap: 10px;
  margin: 38px 0 60px;
}
.mobile_nav .mobile_nav_buttons .c_btn {
  flex: 1;
  justify-content: center;
  height: 46px;
}
.mobile_nav .mobile_nav_buttons .c_btn--outline_round {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc((100% - 10px) / 2);
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.mobile_nav .mobile_nav_buttons .c_btn--yellow_round {
  color: #EBFF2C;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 20px;
  background-color: rgba(235, 255, 44, 0.2);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc((100% - 10px) / 2);
  width: 100%;
  border: 1px solid rgba(235, 255, 44, 0.4);
}
.mobile_nav .mobile_nav_banner {
  max-width: 100%;
  width: 100%;
  margin-bottom: 36px;
}
.mobile_nav .mobile_nav_banner img {
  max-width: 100%;
  width: 100%;
}
.mobile_nav .mobile_nav_sns {
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.mobile_nav .mobile_nav_sns a {
  color: #FFFFFF;
}
.mobile_nav .mobile_nav_sns a:first-child img {
  height: 30px;
}
.mobile_nav .mobile_nav_sns a:last-child img {
  height: 26px;
}
.mobile_nav .mobile_nav_sns .mobile_nav_privacy {
  margin-left: auto;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: underline;
}

.site_footer {
  background: #FFFFFF;
}

.site_footer {
  display: none;
}

.home .site_footer,
.privacy-policy .site_footer,
.page-template-page-contact-complete .site_footer,
.page-template-page-download .site_footer,
.page-template-page-download-complete .site_footer {
  display: block;
}

.footer_contact {
  background: #000000;
  color: #FFFFFF;
  padding: 80px 0 0;
}
@media (max-width: 1050px) {
  .footer_contact {
    padding: 70px 30px 60px;
  }
}

.c_inner {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1050px) {
  .c_inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.f_inner {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1050px) {
  .f_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer_contact_inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1050px) {
  .footer_contact_inner {
    flex-direction: column;
    gap: 90px 0;
  }
}

.footer_contact_left {
  flex: 1;
}

.footer_contact_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 100px;
  line-height: 1;
  color: #4E4E4E;
  letter-spacing: 0;
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .footer_contact_title {
    font-size: 64px;
    margin-bottom: 30px;
    letter-spacing: 0.04em;
  }
}

.footer_contact_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .footer_contact_text {
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.08em;
    margin-bottom: 60px;
  }
}

.footer_contact_left_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
}

.footer_contact_link {
  display: inline-flex;
  align-items: center;
  gap: 0 93px;
  font-size: 13px;
  color: #EBFF2C;
  border-bottom: 1px solid #EBFF2C;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 1050px) {
  .footer_contact_link {
    display: flex;
    justify-content: space-between;
    max-width: 180px;
    width: 100%;
    gap: 0 0;
  }
}
.footer_contact_link:hover {
  opacity: 0.8;
}
.footer_contact_link .footer_contact_link_arrow {
  font-size: 14px;
}
.footer_contact_link .footer_contact_link_arrow img {
  vertical-align: middle;
}

.footer_contact_right {
  max-width: 580px;
  width: 100%;
  justify-content: space-between;
}
.footer_contact_right .footer_contact_nav {
  align-self: flex-end;
}
@media (max-width: 1050px) {
  .footer_contact_right .footer_contact_nav {
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
}
.footer_contact_right .footer_contact_nav ul {
  text-align: right;
}
@media (max-width: 1050px) {
  .footer_contact_right .footer_contact_nav ul {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 132px;
    gap: 0 60px;
  }
}
.footer_contact_right .footer_contact_nav ul li a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}
@media (max-width: 1050px) {
  .footer_contact_right .footer_contact_nav ul li a {
    font-size: 15px;
    line-height: 44px;
  }
}

.footer_contact_image {
  max-width: 200px;
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 1050px) {
  .footer_contact_image {
    max-width: 130px;
    margin-top: 0;
  }
}
.footer_contact_image img {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 1050px) {
  .footer_contact_image img {
    max-width: 100%;
  }
}

@media (max-width: 1050px) {
  .footer_nav {
    flex: 1;
  }
}

@media (max-width: 1050px) {
  .footer_nav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 1050px) {
  .footer_nav_list li {
    width: 50%;
  }
}
.footer_nav_list li a {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 0;
  letter-spacing: 0.02em;
}
@media (max-width: 1050px) {
  .footer_nav_list li a {
    font-size: 12px;
    padding: 8px 0;
  }
}
.footer_nav_list li a:hover {
  color: #FFFFFF;
}

.footer_bottom {
  background: #000000;
  padding: 7px 0 61px;
}
@media (max-width: 1050px) {
  .footer_bottom {
    padding: 0px 0 27px;
  }
}

.footer_bottom_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1050px) {
  .footer_bottom_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.footer_bottom_right {
  max-width: 592px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1050px) {
  .footer_bottom_right {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer_logo_wrap {
  flex-shrink: 0;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 1050px) {
  .footer_logo_wrap {
    margin-bottom: 0;
  }
}
.footer_logo_wrap:hover {
  opacity: 0.8;
}
.footer_logo_wrap img,
.footer_logo_wrap svg {
  height: 28px;
  width: auto;
  color: #FFFFFF;
}

.footer_copyright {
  font-size: 10px;
  color: #FFFFFF;
  margin-top: 6px;
}

.footer_location {
  flex: 1;
}
.footer_location .footer_location_label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 1050px) {
  .footer_location .footer_location_label {
    margin-bottom: 20px;
  }
}
.footer_location .footer_location_item {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 24px;
  letter-spacing: 0.06em;
}
@media (max-width: 1050px) {
  .footer_location .footer_location_item {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }
}
@media (max-width: 1050px) {
  .footer_location .footer_location_osaka {
    margin-bottom: 16px;
  }
}
@media (max-width: 1050px) {
  .footer_location .footer_location_tokyo {
    margin-bottom: 40px;
  }
}

.footer_sns {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}
@media (max-width: 1050px) {
  .footer_sns {
    gap: 0 20px;
  }
}
.footer_sns .footer_sns_link {
  color: #FFFFFF;
}
.footer_sns .footer_sns_link:hover {
  opacity: 0.8;
}
.footer_sns .footer_sns_link svg {
  width: 22px;
  height: 22px;
}

.footer_privacy_link {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 1050px) {
  .footer_privacy_link {
    display: block;
    line-height: 12px;
    letter-spacing: 0.06em;
    text-decoration: underline;
  }
}
.footer_privacy_link:hover {
  opacity: 0.8;
}

.footer_bottom_sp {
  display: none;
}
@media (max-width: 1050px) {
  .footer_bottom_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .footer_logo_block {
    width: 100%;
    margin-bottom: 31px;
  }
}

@media (max-width: 1050px) {
  .footer_logo_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.home .hero {
  background: #000000;
  display: flex;
  align-items: flex-start;
  padding: 80px 0 0;
}
@media (max-width: 1050px) {
  .home .hero {
    min-height: auto;
    padding: 96px 0 0;
  }
}
.home .hero_inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: calc(1250px + 40px * 2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1050px) {
  .home .hero_inner {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }
}
.home .hero_text_block {
  flex: 1;
  padding-bottom: 86px;
}
@media (max-width: 1050px) {
  .home .hero_text_block {
    padding-bottom: 0;
  }
}
.home .hero_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 128px;
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .home .hero_title {
    font-size: clamp(60px, 14.55vw + 5.45px, 68px);
    margin-bottom: 120px;
  }
}
.home .hero_thin {
  font-weight: 100;
}
.home .hero_tagline {
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .home .hero_tagline {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.16em;
    margin-bottom: 60px;
  }
}
.home .hero_breadcrumb {
  font-size: 11px;
  color: #FFFFFF;
  opacity: 0.5;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
.home .hero_description {
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF;
}
@media (max-width: 1050px) {
  .home .hero_description {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 143px;
  }
}
.home .hero_graphic {
  max-width: 390px;
  width: 100%;
  margin-top: -20px;
}
@media (max-width: 1050px) {
  .home .hero_graphic {
    max-width: 100%;
    margin: 0 auto;
    padding-right: 10px;
  }
}
.home .hero_graphic img {
  max-width: 100px;
  width: 100%;
}
@media (max-width: 1050px) {
  .home .hero_graphic img {
    max-width: 80px;
    margin: 0 0 0 auto;
  }
}
.home .about_section {
  padding: 180px 0;
  background: #FFFFFF;
}
@media (max-width: 1050px) {
  .home .about_section {
    padding: 60px 0;
  }
}
.home .about_inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1050px) {
  .home .about_inner {
    flex-direction: column;
    gap: 32px;
  }
}
.home .about_left {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 1050px) {
  .home .about_left {
    max-width: 100%;
    width: 100%;
  }
}
.home .about_left .about_label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 28px;
}
@media (max-width: 1050px) {
  .home .about_left .about_label {
    font-size: 20px;
  }
}
.home .about_left .about_tagline {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .home .about_left .about_tagline {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.home .about_left .about_text {
  font-size: 15px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #000000;
}
@media (max-width: 1050px) {
  .home .about_left .about_text {
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
.home .about_right {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1050px) {
  .home .about_right {
    flex-direction: column;
    gap: 24px;
  }
}
.home .about_diagram {
  max-width: 784px;
  width: 100%;
}
@media (max-width: 1050px) {
  .home .about_diagram {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.home .about_diagram img {
  width: 100%;
}
.home .about_text_block {
  flex: 1;
  font-size: 13px;
  line-height: 2;
  color: #888888;
}
.home .about_text_block p + p {
  margin-top: 16px;
}
.home .service_section {
  background: #EBFF2C;
  padding: 80px 0 20px;
}
@media (max-width: 1050px) {
  .home .service_section {
    padding: 0 0;
  }
}
@media (max-width: 1050px) {
  .home .service_section .service_left {
    order: 1;
    padding-top: 100px;
  }
}
@media (max-width: 1050px) {
  .home .service_section .service_left img {
    width: 100%;
  }
}
.home .service_header .service_right {
    max-width: 684px;
}
@media (max-width: 1050px) {
  .home .service_section .service_right {
    margin-bottom: 10px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.home .service_header .service_right img {
  width: 100%;
}
@media (max-width: 1050px) {
  .home .service_section .service_right img {
    width: 100%;
  }
}
.home .service_header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  margin-bottom: -40px;
}
@media (max-width: 1050px) {
  .home .service_header {
    flex-direction: column;
  }
}
.home .service_section_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 28px;
}
@media (max-width: 1050px) {
  .home .service_section_title {
    font-size: 20px;
  }
}
.home .service_section_line {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 98px;
}
@media (max-width: 1050px) {
  .home .service_section_line {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1em;
    margin-left: -10px;
    margin-bottom: 0px;
  }
}
.home .service_section_text {
  max-width: 500px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #000000;
}
@media (max-width: 1050px) {
  .home .service_section_text {
    max-width: none;
    letter-spacing: 0.1em;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
.home .service_item {
  border-bottom: 1px solid #4E4E4E;
  padding: 100px 0;
}
@media (max-width: 1050px) {
  .home .service_item {
    padding: 80px 0 80px;
  }
}
.home .no_border {
  border: none !important;
}
.home .service_item_inner {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .home .service_item_inner {
    flex-direction: column;
    gap: 24px;
  }
}
.home .service_item_inner.is_reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1050px) {
  .home .service_item_inner.is_reverse {
    flex-direction: column;
  }
}
.home .service_item_inner > .is-pc {
  flex: 0 0 640px;
  width: 640px;
  min-width: 0;
}
.home .service_item_text {
  flex: 1;
}
@media (max-width: 1050px) {
  .home .service_item_text {
    width: 100%;
  }
}
.home .service_number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .home .service_number {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0.1em;
  }
}
.home .service_title {
  font-size: 34px;
  font-weight: 300;
  line-height: 52px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1050px) {
  .home .service_title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 1050px) {
  .home .service_item_image_wrap {
    margin-bottom: 56px;
  }
}
.home .service_line {
  font-size: 18px;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .home .service_line {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
.home .service_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 40px;
  max-width: 420px;
  width: 100%;
}
@media (max-width: 1050px) {
  .home .service_description {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}
.home .service_design {
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #000000;
  border-left: 1px solid #4E4E4E;
  padding-left: 20px;
}
@media (max-width: 1050px) {
  .home .service_design {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1050px) {
  .home .service_item_image_wrap {
    margin-bottom: 56px;
  }
}
.home .service_item_image {
  max-width: 640px;
  width: 100%;
}
@media (max-width: 1050px) {
  .home .service_item_image {
    max-width: calc(100vw - 60px);
  }
}
@media (max-width: 768px) {
  .home .service_item_image {
    padding: 0 0;
    margin: 0 auto;
  }
}
.home .service_item_image img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .service_item_image .slick-dots {
  bottom: -40px;
}
@media (max-width: 1050px) {
  .home .service_item_image .slick-dots {
    bottom: -30px;
  }
}
.home .service_item_image .slick-dots li {
  width: 15px;
  height: 15px;
}
@media (max-width: 1050px) {
  .home .service_item_image .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.home .service_item_image .slick-dots li button::before {
  font-size: 10px;
  color: #CCCCCC;
}
@media (max-width: 1050px) {
  .home .service_item_image .slick-dots li button::before {
    font-size: 8px;
  }
}
.home .service_item_image .slick-dots li.slick-active button::before {
  font-size: 8px;
  color: #000000;
}
@media (max-width: 1050px) {
  .home .service_graphic {
    padding-top: 80px;
  }
}
.home .maintenance_section {
  background-color: #F5F5F5;
}
.home .maintenance_section .service_item {
  padding: 80px 0;
}
@media (max-width: 1050px) {
  .home .brand_item_image_wrap {
    margin-bottom: 30px;
  }
}
.home .brand_item_image {
  max-width: 640px;
  width: 100%;
}
@media (max-width: 1050px) {
  .home .brand_item_image {
    max-width: none;
  }
}
.home .brand_item_image div img {
  width: 100%;
}
.home .download_section {
  background: #FFFFFF;
  padding: 160px 0 140px;
}
@media (max-width: 1050px) {
  .home .download_section {
    padding: 60px 0;
    overflow-x: hidden;
  }
}
.home .download_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1050px) {
  .home .download_inner {
    flex-direction: column;
    gap: 32px;
  }
}
.home .download_text {
  flex: 1;
  max-width: 512px;
  width: 100%;
}
@media (max-width: 1050px) {
  .home .download_text {
    max-width: none;
  }
}
.home .download_text .download_label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 60px;
}
.home .download_text .download_title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 40px;
}
.home .download_text .download_description {
  font-size: 15px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .home .download_text .download_description {
    margin-bottom: 60px;
    letter-spacing: 0.1em;
  }
}
.home .download_text .download_link_wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1050px) {
  .home .download_text .download_link_wrap {
    justify-content: flex-start;
    margin-bottom: 60px;
  }
}
.home .download_text .download_link {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #000000;
  padding-bottom: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}
.home .download_text .download_link:hover {
  opacity: 0.6;
}
.home .download_text .download_link img {
  display: inline-block;
  margin-left: 76px;
  vertical-align: -3px;
}
.home .download_image {
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1050px) {
  .home .download_image {
    max-width: none;
    width: calc(100% + 30px);
    margin-right: -30px;
  }
}
.home .download_image img {
  width: 100%;
}
@media (max-width: 1050px) {
  .home .download_image img {
    width: calc(100% + 30px);
  }
}
.home .company_section {
  padding: 60px 0;
  background: url("../img/top/company_section_bg.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1050px) {
  .home .company_section {
    padding: 100px 0 260px;
    background-position: top 0 right 0;
  }
}
.home .company_section .l_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 248px;
}
@media (max-width: 1050px) {
  .home .company_section .l_inner {
    flex-direction: column;
  }
}
.home .company_image_wrap {
  max-width: 1260px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto 400px;
}
@media (max-width: 1050px) {
  .home .company_image_wrap {
    padding: 0 30px;
    margin: 0 auto;
  }
}
.home .company_image {
  max-width: 1200px;
  width: 100%;
  height: 380px;
  padding: 0px 0px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .home .company_image {
    width: 100%;
    aspect-ratio: 370/521;
    height: auto;
  }
}
.home .company_image a:hover {
  opacity: 0.8;
}
.home .company_image a img {
  width: 100%;
}
.home .company_label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #000000;
}
@media (max-width: 1050px) {
  .home .company_label {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 80px;
  }
}
.home .company_table {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 1050px) {
  .home .company_table {
    display: block;
  }
}
.home .company_table dl {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1050px) {
  .home .company_table dl {
    flex-direction: column;
  }
}
@media (max-width: 1050px) {
  .home .company_table dl:not(:first-child) {
    padding-top: 24px;
  }
}
.home .company_table dl dt {
  margin-left: 16px;
  max-width: 220px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #000000;
  padding: 20px 0;
}
@media (max-width: 1050px) {
  .home .company_table dl dt {
    line-height: 15px;
    padding: 0 10px;
    margin: 0 0 20px 0;
  }
}
.home .company_table dl dd {
  width: calc(100% - 220px);
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #000000;
  padding: 20px 0;
}
@media (max-width: 1050px) {
  .home .company_table dl dd {
    max-width: 100%;
    width: 100%;
    padding: 0 10px 24px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
  .home .company_table dl dd span {
    display: block;
    margin-bottom: 8px;
  }
}
.home .slick-dots {
  left: 0;
}

.page-template-page-contact header .hamburger_sp .hamburger_sp_label {
  color: #000000;
}
.page-template-page-contact header .hamburger_sp .hamburger_sp_icon span {
  background-color: #000000;
}
.page-template-page-contact header .header_actions a {
  color: #000000;
}
.page-template-page-contact header .header_actions a.c_btn--outline {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  max-width: 170px;
  width: 100%;
}
.page-template-page-contact header .header_actions a.c_btn--yellow {
  border: 1px solid #EBFF2C;
  background-color: #EBFF2C;
}
.page-template-page-contact .contact_page {
  background: #FFFFFF;
}
.page-template-page-contact .contact_page_header {
  margin-top: 150px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .contact_page_header {
    margin-top: 96px;
  }
}
.page-template-page-contact .contact_page_header_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 201px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .contact_page_header_inner {
    flex-direction: column;
  }
}
.page-template-page-contact .contact_page_title_wrap {
  flex-shrink: 0;
  width: 160px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .contact_page_title_wrap {
    width: 100%;
  }
}
.page-template-page-contact .contact_page_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
  color: #000000;
}
@media (max-width: 1050px) {
  .page-template-page-contact .contact_page_title {
    line-height: 24px;
    letter-spacing: 0.06em;
  }
}
.page-template-page-contact .contact_page_title_ja {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-left: -10px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .contact_page_title_ja {
    letter-spacing: 0.1em;
    margin-bottom: 60px;
  }
}
@media (max-width: 1050px) {
  .page-template-page-contact .contact_page_info {
    margin: 0 auto 20px;
  }
}
.page-template-page-contact .contact_page_info .contact_page_intro {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  max-width: 786px;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .contact_page_info .contact_page_intro {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact .c_tel_wrap .c_tel_label {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 24px;
}
.page-template-page-contact .c_tel_wrap .c_tel_buttons {
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .c_tel_wrap .c_tel_buttons {
    gap: 16px 0;
  }
}
.page-template-page-contact .c_tel_wrap .c_tel_buttons .c_tel_btn {
  max-width: 340px;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .c_tel_wrap .c_tel_buttons .c_tel_btn {
    max-width: none;
  }
}
.page-template-page-contact .c_tel_wrap .c_tel_buttons .c_tel_btn:hover {
  opacity: 0.8;
}
.page-template-page-contact .c_tel_wrap .c_tel_buttons .c_tel_btn .c_tel_area {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.page-template-page-contact .c_tel_wrap .c_tel_buttons .c_tel_number {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2.1px;
  color: #000000;
}
.page-template-page-contact .c_tel_wrap .c_tel_hours {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 96px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .c_tel_wrap .c_tel_hours {
    margin-top: 20px;
    margin-bottom: 100px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact .contact_form_wrap {
  background-color: #F5F5F5;
}
.page-template-page-contact .form_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  padding: 108px 0 120px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .form_steps {
    gap: 0 24px;
    padding: 80px 0 80px;
  }
}
.page-template-page-contact .form_steps .form_step {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #A7A7A7;
  letter-spacing: 4px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .form_steps .form_step {
    font-size: 15px;
  }
}
.page-template-page-contact .form_steps .form_step small {
  color: #A7A7A7;
}
.page-template-page-contact .form_steps .form_step.is_active {
  color: #000000;
}
.page-template-page-contact .form_steps .form_step.is_active small {
  color: #000000;
}
.page-template-page-contact .form_step_sep {
  display: block;
  width: 32px;
  height: 1px;
  background: #E0E0DD;
}
@media (max-width: 1050px) {
  .page-template-page-contact .form_step_sep {
    width: 20px;
  }
}
.page-template-page-contact small {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  color: #000000;
  margin-right: 16px;
}
@media (max-width: 1050px) {
  .page-template-page-contact small {
    font-size: 12px;
    margin-right: 8px;
  }
}
.page-template-page-contact .form_required_note {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 4px;
  color: #000000;
  margin-bottom: 100px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .form_required_note {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact .form_required_note .is-red {
  color: #FF0000;
}
.page-template-page-contact h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4px;
  color: #000000;
  max-width: 1000px;
  margin: 0 auto 24px;
}
@media (max-width: 1050px) {
  .page-template-page-contact h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 60px;
    padding-left: 10px;
  }
}
.page-template-page-contact .wpcf7 {
  max-width: 1040px;
  width: 100%;
  padding: 0 0px;
  margin: 0 auto;
  /* CF7が生成するspanをgridレイアウトに */
  /* チェックボックス本体を非表示にしてカスタムデザイン */
}
.page-template-page-contact .wpcf7 .cf7-custom-form {
  margin: 0 auto;
}
.page-template-page-contact .wpcf7 .cf7-row {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  gap: 0 132px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 24px;
    margin-bottom: 16px;
  }
}
.page-template-page-contact .wpcf7 .cf7-row > p {
  max-width: 148px;
  width: 100%;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-row > p {
    max-width: none;
    width: auto;
    padding: 0 10px 16px;
    line-height: 1;
  }
}
.page-template-page-contact .wpcf7 .cf7-row label {
  min-width: 200px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  letter-spacing: 4px;
  display: flex;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-row label {
    letter-spacing: 0.16em;
  }
}
.page-template-page-contact .wpcf7 .cf7-zip-group p {
  display: flex;
  align-items: center;
}
.page-template-page-contact .wpcf7 .required {
  color: #FF0000;
  margin-left: 4px;
}
.page-template-page-contact .wpcf7 .cf7-input-group {
  flex: 1;
  display: flex;
  gap: 12px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-input-group {
    width: 100%;
  }
}
.page-template-page-contact .wpcf7 .cf7-input-group .zip-btn {
  max-width: 188px;
  width: 100%;
  padding: 0 0;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-input-group .zip-btn {
    height: 44px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1em;
    max-width: 190px;
    width: 100%;
  }
}
.page-template-page-contact .wpcf7 .cf7-input-group.cf7-col2 p {
  display: flex;
  gap: 12px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-input-group.cf7-col2 p {
    gap: 0 10px;
  }
}
.page-template-page-contact .wpcf7 .cf7-input-group.cf7-col2 p input {
  max-width: 250px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-input-group.cf7-col2 p input {
    font-size: 15px;
  }
}
.page-template-page-contact .wpcf7 .cf7-input-group.cf7-row p {
  display: flex;
}
.page-template-page-contact .wpcf7 .cf7-input-group p {
  max-width: 720px;
  width: 100%;
}
.page-template-page-contact .wpcf7 .cf7-input-group input {
  max-width: none;
  width: 100%;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-input-group input {
    font-size: 15px;
  }
}
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=text],
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=email] {
  width: 100%;
  height: 42px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 14px;
  letter-spacing: 2px;
  color: #000000;
  outline: none;
  box-sizing: border-box;
  padding-left: 16px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-custom-form input[type=text],
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=email] {
    height: 52px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=text]::-moz-placeholder, .page-template-page-contact .wpcf7 .cf7-custom-form input[type=email]::-moz-placeholder {
  color: #A7A7A7;
}
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=text]::placeholder,
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=email]::placeholder {
  color: #A7A7A7;
}
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=text]:focus,
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=email]:focus {
  border-color: #999;
}
.page-template-page-contact .wpcf7 .cf7-zip-group p {
  display: flex;
  align-items: center;
  padding-left: 14px;
  gap: 0 12px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-zip-group p {
    padding-left: 0;
    gap: 0;
  }
}
.page-template-page-contact .wpcf7 .cf7-zip-group input[type=text] {
  max-width: 206px;
  width: 100%;
  height: 42px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-zip-group input[type=text] {
    font-size: 15px;
    line-height: 15px;
    max-width: 164px;
    width: 100%;
    height: 52px;
    margin-right: 10px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact .wpcf7 .cf7-zip-group input[type=text]::-moz-placeholder {
  letter-spacing: 2px;
}
.page-template-page-contact .wpcf7 .cf7-zip-group input[type=text]::placeholder {
  letter-spacing: 2px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-zip-group input[type=text]::-moz-placeholder {
    letter-spacing: 0.1em;
  }
  .page-template-page-contact .wpcf7 .cf7-zip-group input[type=text]::placeholder {
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact .wpcf7 .zip-mark {
  font-size: 18px;
  color: #000000;
  flex-shrink: 0;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .zip-mark {
    margin-right: 8px;
  }
}
.page-template-page-contact .wpcf7 .zipcode-input {
  max-width: 160px !important;
}
.page-template-page-contact .wpcf7 .zip-btn {
  background: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  padding: 14px 20px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.page-template-page-contact .wpcf7 .zip-btn:hover {
  background: #000000;
}
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=submit] {
  background: #000000;
  border: none;
  border-radius: 6px;
  padding: 16px 60px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  height: 86px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 4px;
  color: #FFFFFF;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-custom-form input[type=submit] {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 16%;
    height: 64px !important;
  }
}
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=submit]:hover {
  opacity: 0.8;
}
.page-template-page-contact .wpcf7 .cf7-custom-form input[type=submit]:hover {
  background: #000000;
}
.page-template-page-contact .wpcf7 .cf7-inquiry-section {
  background: #F5F5F5;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.page-template-page-contact .wpcf7 .cf7-inquiry-title {
  font-size: 20px;
  font-weight: 500;
  border-top: 1px solid #D9D9D9;
  padding: 80px 20px 0;
  margin-top: 80px;
  margin-bottom: 32px;
  letter-spacing: 2px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-inquiry-title {
    font-weight: 400;
    padding: 80px 10px 0;
  }
}
.page-template-page-contact .wpcf7 .cf7-inquiry-sub {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 2px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-inquiry-sub {
    font-weight: 400;
  }
}
.page-template-page-contact .wpcf7 .cf7-check-row {
  display: flex;
  align-items: flex-start;
  padding: 24px 20px;
  gap: 0 82px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-check-row {
    flex-direction: column;
    gap: 30px 16px;
    padding: 24px 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-check-support {
    padding-bottom: 0px;
  }
}
.page-template-page-contact .wpcf7 .cf7-check-category {
  max-width: 216px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  padding-top: 4px;
}
.page-template-page-contact .wpcf7 .cf7-check-category p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.page-template-page-contact .wpcf7 .cf7-check-items {
  flex: 1;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-check-items-creative p .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-page-contact .wpcf7 .cf7-check-items .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-check-items .wpcf7-checkbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 40px;
  }
}
.page-template-page-contact .wpcf7 .cf7-check-items .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-check-items .wpcf7-list-item {
    gap: 0 16px;
  }
}
.page-template-page-contact .wpcf7 .cf7-check-items .wpcf7-list-item-label {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.page-template-page-contact .wpcf7 .cf7-check-items input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
}
.page-template-page-contact .wpcf7 .cf7-check-items input[type=checkbox]:checked {
  background: #EBFF2C;
}
.page-template-page-contact .wpcf7 .cf7-check-items input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: 2px solid #000000;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.page-template-page-contact .wpcf7 .cf7-detail-row {
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 20px 0;
  margin-top: 72px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-detail-row {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-contact .wpcf7 .cf7-detail-row p {
  min-width: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  align-items: flex-start;
  max-width: none;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-detail-row p {
    padding-bottom: 0;
    font-weight: 400;
  }
}
.page-template-page-contact .wpcf7 .cf7-detail-row p.cf7-row-detail {
  font-size: 18px;
  letter-spacing: 16%;
}
.page-template-page-contact .wpcf7 .cf7-detail-row p textarea {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  color: #000000;
  width: 100%;
  height: 240px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-detail-row p textarea {
    font-size: 15px;
    height: 260px;
  }
}
.page-template-page-contact .wpcf7 .cf7-detail-row p textarea::-moz-placeholder {
  color: #A7A7A7;
}
.page-template-page-contact .wpcf7 .cf7-detail-row p textarea::placeholder {
  color: #A7A7A7;
}
.page-template-page-contact .wpcf7 .cf7-row-detail {
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-row-detail {
    margin-bottom: 30px;
  }
}
.page-template-page-contact .wpcf7 .cf7-textarea {
  max-width: none;
  width: 100%;
}
.page-template-page-contact .wpcf7 .cf7-textarea textarea {
  padding: 16px;
}
.page-template-page-contact .wpcf7 .cf7-submit {
  margin: 32px auto 0;
  text-align: center;
}
.page-template-page-contact .wpcf7 .cf7-privacy-row {
  margin-top: 80px;
  padding: 80px 20px 32px 20px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-contact .wpcf7 .cf7-privacy-row p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-contact .wpcf7 .cf7-privacy-row .wpcf7-acceptance {
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-email {
    padding-bottom: 0;
  }
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7 .cf7-zip {
    margin-bottom: 18px;
  }
}
.page-template-page-contact .wpcf7-acceptance input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
  top: 3px;
  margin-right: 8px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .wpcf7-acceptance input[type=checkbox] {
    margin-right: 12px;
  }
}
.page-template-page-contact .wpcf7-acceptance input[type=checkbox]:checked {
  background: #EBFF2C;
}
.page-template-page-contact .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: 2px solid #000000;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.page-template-page-contact .contact_privacy {
  text-decoration: underline;
}
.page-template-page-contact .cf7-detail-row + p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #D9D9D9;
}
.page-template-page-contact .wpcf7-list-item {
  margin-right: 16px;
}
.page-template-page-contact .wpcf7-list-item a {
  text-decoration: underline;
}
.page-template-page-contact .wpcf7-not-valid {
  justify-content: center;
}
.page-template-page-contact .cf7-submit {
  margin-top: 36px;
  max-width: 1000px;
  width: 100%;
}
.page-template-page-contact .contact-note {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 2px;
  color: #4E4E4E;
  text-align: center;
  padding-bottom: 280px;
  margin-top: 16px;
}
@media (max-width: 1050px) {
  .page-template-page-contact .contact-note {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 200px;
  }
}
.page-template-page-contact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 16px;
  margin-left: 0;
  font-size: 14px;
  color: #FF0000;
}
.page-template-page-contact form .wpcf7-response-output {
  visibility: hidden;
}

.page-template-page-contact-confirm header .hamburger_sp .hamburger_sp_label {
  color: #000000;
}
.page-template-page-contact-confirm header .hamburger_sp .hamburger_sp_icon span {
  background-color: #000000;
}
.page-template-page-contact-confirm header .header_actions a {
  color: #000000;
}
.page-template-page-contact-confirm header .header_actions a.c_btn--outline {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  max-width: 170px;
  width: 100%;
}
.page-template-page-contact-confirm header .header_actions a.c_btn--yellow {
  border: 1px solid #EBFF2C;
  background-color: #EBFF2C;
}
.page-template-page-contact-confirm .contact_page {
  background: #FFFFFF;
}
.page-template-page-contact-confirm .contact_page_header {
  margin-top: 150px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .contact_page_header {
    margin-top: 96px;
  }
}
.page-template-page-contact-confirm .contact_page_header_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 201px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .contact_page_header_inner {
    flex-direction: column;
  }
}
.page-template-page-contact-confirm .contact_page_title_wrap {
  flex-shrink: 0;
  width: 160px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .contact_page_title_wrap {
    width: 100%;
  }
}
.page-template-page-contact-confirm .contact_page_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
  color: #000000;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .contact_page_title {
    line-height: 24px;
    letter-spacing: 0.06em;
  }
}
.page-template-page-contact-confirm .contact_page_title_ja {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-left: -10px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .contact_page_title_ja {
    letter-spacing: 0.1em;
    margin-bottom: 100px;
  }
}
.page-template-page-contact-confirm .contact_page_info {
  opacity: 0;
  height: 167px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .contact_page_info {
    margin: 0 auto 20px;
    display: none;
  }
}
.page-template-page-contact-confirm .contact_page_info .contact_page_intro {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  max-width: 786px;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .contact_page_info .contact_page_intro {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact-confirm .c_tel_wrap .c_tel_label {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 24px;
}
.page-template-page-contact-confirm .c_tel_wrap .c_tel_buttons {
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .c_tel_wrap .c_tel_buttons {
    gap: 16px 0;
  }
}
.page-template-page-contact-confirm .c_tel_wrap .c_tel_buttons .c_tel_btn {
  max-width: 340px;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .c_tel_wrap .c_tel_buttons .c_tel_btn {
    max-width: none;
  }
}
.page-template-page-contact-confirm .c_tel_wrap .c_tel_buttons .c_tel_btn:hover {
  opacity: 0.8;
}
.page-template-page-contact-confirm .c_tel_wrap .c_tel_buttons .c_tel_btn .c_tel_area {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.page-template-page-contact-confirm .c_tel_wrap .c_tel_buttons .c_tel_number {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2.1px;
  color: #000000;
}
.page-template-page-contact-confirm .c_tel_wrap .c_tel_hours {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 96px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .c_tel_wrap .c_tel_hours {
    margin-top: 20px;
    margin-bottom: 100px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact-confirm .contact_form_wrap {
  background-color: #F5F5F5;
}
.page-template-page-contact-confirm .form_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  padding: 108px 0 120px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .form_steps {
    gap: 0 24px;
    padding: 80px 0 80px;
  }
}
.page-template-page-contact-confirm .form_steps .form_step {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #A7A7A7;
  letter-spacing: 4px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .form_steps .form_step {
    font-size: 15px;
  }
}
.page-template-page-contact-confirm .form_steps .form_step small {
  color: #A7A7A7;
}
.page-template-page-contact-confirm .form_steps .form_step.is_active {
  color: #000000;
}
.page-template-page-contact-confirm .form_steps .form_step.is_active small {
  color: #000000;
}
.page-template-page-contact-confirm .form_step_sep {
  display: block;
  width: 32px;
  height: 1px;
  background: #E0E0DD;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .form_step_sep {
    width: 20px;
  }
}
.page-template-page-contact-confirm small {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  color: #000000;
  margin-right: 16px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm small {
    font-size: 12px;
    margin-right: 8px;
  }
}
.page-template-page-contact-confirm .form_required_note {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 4px;
  color: #000000;
  margin-bottom: 100px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .form_required_note {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact-confirm .form_required_note .is-red {
  color: #FF0000;
}
.page-template-page-contact-confirm h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4px;
  color: #000000;
  max-width: 1000px;
  margin: 0 auto 36px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 60px;
    padding-left: 10px;
  }
}
.page-template-page-contact-confirm .wpcf7 {
  max-width: 1040px;
  width: 100%;
  padding: 0 0px;
  margin: 0 auto;
  /* CF7が生成するspanをgridレイアウトに */
  /* チェックボックス本体を非表示にしてカスタムデザイン */
}
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form {
  margin: 0 auto;
}
.page-template-page-contact-confirm .wpcf7 .cf7-row {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  gap: 0 0;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 34px;
    margin-bottom: 16px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-row > p {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-row > p {
    max-width: none;
    width: auto;
    padding: 0 10px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-row label {
  min-width: 200px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  letter-spacing: 4px;
  display: flex;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-row label {
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 1;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-zip-group p {
  display: flex;
  align-items: center;
}
.page-template-page-contact-confirm .wpcf7 .required {
  color: #FF0000;
  margin-left: 4px;
}
.page-template-page-contact-confirm .wpcf7 .cf7-input-group {
  flex: 1;
  display: flex;
  gap: 12px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-input-group {
    width: 100%;
    font-size: 15px;
    line-height: 1;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-input-group .zip-btn {
  max-width: 188px;
  width: 100%;
  padding: 0 0;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-input-group .zip-btn {
    height: 44px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1em;
    max-width: 190px;
    width: 100%;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-input-group.cf7-col2 p {
  display: flex;
  gap: 12px;
  letter-spacing: 0.1em;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-input-group.cf7-col2 p {
    gap: 0 10px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-input-group.cf7-col2 p input {
  max-width: 250px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-input-group.cf7-col2 p input {
    font-size: 15px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-input-group.cf7-row p {
  display: flex;
}
.page-template-page-contact-confirm .wpcf7 .cf7-input-group p {
  max-width: 720px;
  width: 100%;
  letter-spacing: 0.1em;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-input-group p {
    padding-left: 10px;
    font-size: 15px;
    line-height: 1;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-input-group input {
  max-width: none;
  width: 100%;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-input-group input {
    font-size: 15px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=text],
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=email] {
  width: 100%;
  height: 42px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 14px;
  letter-spacing: 2px;
  color: #000000;
  outline: none;
  box-sizing: border-box;
  padding-left: 16px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=text],
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=email] {
    height: 52px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=text]::-moz-placeholder, .page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=email]::-moz-placeholder {
  color: #A7A7A7;
}
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=text]::placeholder,
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=email]::placeholder {
  color: #A7A7A7;
}
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=text]:focus,
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=email]:focus {
  border-color: #999;
}
.page-template-page-contact-confirm .wpcf7 .cf7-zip-group p {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 0 12px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-zip-group p {
    padding-left: 10px;
    gap: 0;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-zip-group input[type=text] {
  max-width: 206px;
  width: 100%;
  height: 42px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-zip-group input[type=text] {
    font-size: 15px;
    line-height: 15px;
    max-width: 164px;
    width: 100%;
    height: 52px;
    margin-right: 10px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-zip-group input[type=text]::-moz-placeholder {
  letter-spacing: 2px;
}
.page-template-page-contact-confirm .wpcf7 .cf7-zip-group input[type=text]::placeholder {
  letter-spacing: 2px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-zip-group input[type=text]::-moz-placeholder {
    letter-spacing: 0.1em;
  }
  .page-template-page-contact-confirm .wpcf7 .cf7-zip-group input[type=text]::placeholder {
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact-confirm .wpcf7 .zip-mark {
  font-size: 18px;
  color: #000000;
  flex-shrink: 0;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .zip-mark {
    margin-right: 8px;
  }
}
.page-template-page-contact-confirm .wpcf7 .zipcode-input {
  max-width: 160px !important;
}
.page-template-page-contact-confirm .wpcf7 .zip-btn {
  background: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  padding: 14px 20px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.page-template-page-contact-confirm .wpcf7 .zip-btn:hover {
  background: #000000;
}
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=submit] {
  background: #EBFF2C;
  color: #000000;
  border: none;
  border-radius: 6px;
  padding: 16px 60px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  height: 86px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 4px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=submit] {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 16%;
    height: 64px !important;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-custom-form input[type=submit]:hover {
  opacity: 0.8;
}
.page-template-page-contact-confirm .wpcf7 .cf7-inquiry-section {
  background: #f5f5f5;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.page-template-page-contact-confirm .wpcf7 .cf7-inquiry-title {
  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid #D9D9D9;
  padding: 80px 20px 0;
  margin-top: 80px;
  margin-bottom: 36px;
  letter-spacing: 0.16em;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-inquiry-title {
    font-weight: 400;
    padding: 80px 10px 0;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-inquiry-sub {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 2px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-inquiry-sub {
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-row {
  display: flex;
  align-items: flex-start;
  padding: 25px 0px;
  gap: 0 82px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-check-row {
    flex-direction: column;
    gap: 20px 16px;
    padding: 24px 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-check-support {
    padding-bottom: 0px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-category {
  max-width: 216px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  padding-top: 4px;
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-category p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #000000;
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-items {
  flex: 1;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-check-items-creative p .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-items .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-check-items .wpcf7-checkbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 40px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-items .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-check-items .wpcf7-list-item {
    gap: 0 16px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-items .wpcf7-list-item-label {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-items input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-items input[type=checkbox]:checked {
  background: #EBFF2C;
}
.page-template-page-contact-confirm .wpcf7 .cf7-check-items input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: 2px solid #333;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.page-template-page-contact-confirm .wpcf7 .cf7-detail-row {
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 20px 0;
  margin-top: 80px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-detail-row {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-detail-row p {
  min-width: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  align-items: flex-start;
  max-width: none;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-detail-row p {
    padding-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-detail-row p.cf7-row-detail {
  font-size: 18px;
  letter-spacing: 16%;
  margin-bottom: 60px;
}
.page-template-page-contact-confirm .wpcf7 .cf7-detail-row p textarea {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  color: #000000;
  width: 100%;
  height: 240px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-detail-row p textarea {
    font-size: 15px;
    height: 260px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-detail-row p textarea::-moz-placeholder {
  color: #A7A7A7;
}
.page-template-page-contact-confirm .wpcf7 .cf7-detail-row p textarea::placeholder {
  color: #A7A7A7;
}
.page-template-page-contact-confirm .wpcf7 .cf7-row-detail {
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-row-detail {
    margin-bottom: 30px;
  }
}
.page-template-page-contact-confirm .wpcf7 .cf7-textarea {
  max-width: none;
  width: 100%;
}
.page-template-page-contact-confirm .wpcf7 .cf7-textarea textarea {
  padding: 16px;
}
.page-template-page-contact-confirm .wpcf7 .cf7-submit {
  margin: 32px auto 0;
  text-align: center;
}
.page-template-page-contact-confirm .wpcf7 .cf7-privacy-row {
  margin-top: 80px;
  padding: 80px 20px 32px 20px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-contact-confirm .wpcf7 .cf7-privacy-row p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-contact-confirm .wpcf7 .cf7-privacy-row .wpcf7-acceptance {
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-email {
    padding-bottom: 0;
  }
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7 .cf7-zip {
    margin-bottom: 18px;
  }
}
.page-template-page-contact-confirm .wpcf7-acceptance input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
  top: 3px;
  margin-right: 8px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .wpcf7-acceptance input[type=checkbox] {
    margin-right: 12px;
  }
}
.page-template-page-contact-confirm .wpcf7-acceptance input[type=checkbox]:checked {
  background: #EBFF2C;
}
.page-template-page-contact-confirm .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: 2px solid #000000;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.page-template-page-contact-confirm .contact_privacy {
  text-decoration: underline;
}
.page-template-page-contact-confirm .cf7-detail-row + p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #D9D9D9;
}
.page-template-page-contact-confirm .wpcf7-list-item {
  margin-right: 16px;
}
.page-template-page-contact-confirm .wpcf7-list-item a {
  text-decoration: underline;
}
.page-template-page-contact-confirm .wpcf7-not-valid {
  justify-content: center;
}
.page-template-page-contact-confirm .cf7-submit {
  margin-top: 36px;
  max-width: 1000px;
  width: 100%;
}
.page-template-page-contact-confirm .contact-note {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 2px;
  color: #4E4E4E;
  text-align: center;
  padding-bottom: 280px;
  margin-top: 16px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-confirm .contact-note {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 200px;
  }
}
.page-template-page-contact-confirm .wpcf7-not-valid-tip {
  display: block;
  margin-top: 16px;
  margin-left: 0;
  font-size: 14px;
  color: #FF0000;
}
.page-template-page-contact-confirm form .wpcf7-response-output {
  display: none;
}

.page-template-page-contact-complete header .hamburger_sp .hamburger_sp_label {
  color: #000000;
}
.page-template-page-contact-complete header .hamburger_sp .hamburger_sp_icon span {
  background-color: #000000;
}
.page-template-page-contact-complete header .header_actions a {
  color: #000000;
}
.page-template-page-contact-complete header .header_actions a.c_btn--outline {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  max-width: 170px;
  width: 100%;
}
.page-template-page-contact-complete header .header_actions a.c_btn--yellow {
  border: 1px solid #EBFF2C;
  background-color: #EBFF2C;
}
.page-template-page-contact-complete .complete_inner {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-page-contact-complete .complete_title {
  font-size: 100px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1;
  color: #000000;
  margin: 150px auto 50px;
  text-align: center;
  letter-spacing: 4%;
}
@media (max-width: 1050px) {
  .page-template-page-contact-complete .complete_title {
    font-size: 72px;
  }
}
.page-template-page-contact-complete .complete_message {
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-complete .complete_message {
    margin-bottom: 112px;
  }
}
.page-template-page-contact-complete .complete_message p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
}
.page-template-page-contact-complete .c_tel_wrap .c_tel_label {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 3px;
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-complete .c_tel_wrap .c_tel_label {
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}
.page-template-page-contact-complete .c_tel_wrap .c_tel_btn {
  border-radius: 4px;
  max-width: 340px;
  width: 100%;
  height: 60px;
}
.page-template-page-contact-complete .c_tel_buttons {
  justify-content: center;
  gap: 16px 16px;
  margin-bottom: 20px;
}
.page-template-page-contact-complete .c_tel_buttons .c_tel_btn {
  max-width: 340px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  gap: 0 16px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-complete .c_tel_buttons .c_tel_btn {
    max-width: none;
    width: 100%;
  }
}
.page-template-page-contact-complete .c_tel_buttons .c_tel_btn:hover {
  opacity: 0.8;
}
.page-template-page-contact-complete .c_tel_buttons .c_tel_btn .c_tel_area {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.page-template-page-contact-complete .c_tel_buttons .c_tel_btn .c_tel_number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2.1px;
  color: #000000;
}
.page-template-page-contact-complete .c_tel_hours {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  color: #000000;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .page-template-page-contact-complete .c_tel_hours {
    letter-spacing: 0.1em;
    margin-bottom: 100px;
  }
}
.page-template-page-contact-complete .complete_back {
  margin-bottom: 180px;
  text-align: center;
}
@media (max-width: 1050px) {
  .page-template-page-contact-complete .complete_back {
    margin-bottom: 140px;
  }
}
.page-template-page-contact-complete .complete_back .back_link {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 2px;
  color: #000000;
  text-decoration: underline;
}

.privacy-policy header .hamburger_sp .hamburger_sp_label {
  color: #000000;
}
.privacy-policy header .hamburger_sp .hamburger_sp_icon span {
  background-color: #000000;
}
.privacy-policy header .header_actions a {
  color: #000000;
}
.privacy-policy header .header_actions a.c_btn--outline {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  max-width: 170px;
  width: 100%;
}
.privacy-policy header .header_actions a.c_btn--yellow {
  border: 1px solid #EBFF2C;
  background-color: #EBFF2C;
}
.privacy-policy .privacy_page {
  background: #FFFFFF;
}
.privacy-policy .privacy_section {
  padding: 150px 0 100px;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_section {
    padding: 96px 0 60px;
  }
}
.privacy-policy .privacy_title_wrap {
  margin-bottom: 96px;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_title_wrap {
    margin-bottom: 60px;
  }
}
.privacy-policy .privacy_title {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_title {
    line-height: 24px;
    letter-spacing: 0.06em;
  }
}
.privacy-policy .privacy_title_ja {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  margin-left: -10px;
  letter-spacing: 0.06em;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_title_ja {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1em;
  }
}
.privacy-policy .privacy_contents {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
.privacy-policy .privacy_intro {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
  text-align: justify;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_intro {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
.privacy-policy h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16em;
  color: #000000;
  margin: 0 0 20px;
}
@media (max-width: 1050px) {
  .privacy-policy h2 {
    font-size: 18px;
    line-height: 32px;
    margin: 40px 0 12px;
    letter-spacing: 0.06em;
  }
}
.privacy-policy .privacy_content {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_content {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
.privacy-policy .privacy_note {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_note {
    font-size: 15px;
  }
}
.privacy-policy .privacy_disclosure {
  margin: 80px auto 80px;
  border-top: 1px solid #D9D9D9;
  padding-top: 80px;
  max-width: 1020px;
  width: 100%;
}
.privacy-policy .privacy_disclosure .privacy_disclosure_title {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16em;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_disclosure .privacy_disclosure_title {
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}
.privacy-policy .privacy_disclosure h3 {
  display: none;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_disclosure h3 {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
  }
}
.privacy-policy .privacy_disclosure h3 + h2 {
  margin-top: 0;
}
.privacy-policy .privacy_disclosure .privacy_content {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.06em;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_disclosure .privacy_content {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_disclosure_label {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
}
.privacy-policy .privacy_date {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0.06em;
  margin: 80px auto 100px;
  max-width: 1020px;
}
@media (max-width: 1050px) {
  .privacy-policy .privacy_date {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.1em;
    margin: 100px auto 100px;
  }
}

.page-template-page-download header .hamburger_sp .hamburger_sp_label {
  color: #000000;
}
.page-template-page-download header .hamburger_sp .hamburger_sp_icon span {
  background-color: #000000;
}
.page-template-page-download header .header_actions a {
  color: #000000;
}
.page-template-page-download header .header_actions a.c_btn--outline {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  max-width: 170px;
  width: 100%;
}
.page-template-page-download header .header_actions a.c_btn--yellow {
  border: 1px solid #EBFF2C;
  background-color: #EBFF2C;
}
.page-template-page-download .download_page {
  background: #FFFFFF;
}
.page-template-page-download .download_page_header {
  margin-top: 150px;
}
@media (max-width: 1050px) {
  .page-template-page-download .download_page_header {
    margin-top: 96px;
  }
}
.page-template-page-download .download_page_header_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 201px;
}
@media (max-width: 1050px) {
  .page-template-page-download .download_page_header_inner {
    flex-direction: column;
  }
}
.page-template-page-download .download_page_title_wrap {
  flex-shrink: 0;
  width: 160px;
}
@media (max-width: 1050px) {
  .page-template-page-download .download_page_title_wrap {
    width: 100%;
  }
}
.page-template-page-download .download_page_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
  color: #000000;
}
@media (max-width: 1050px) {
  .page-template-page-download .download_page_title {
    line-height: 24px;
    letter-spacing: 0.06em;
  }
}
.page-template-page-download .download_page_title_ja {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-left: -10px;
}
@media (max-width: 1050px) {
  .page-template-page-download .download_page_title_ja {
    letter-spacing: 0.1em;
    margin-bottom: 60px;
  }
}
@media (max-width: 1050px) {
  .page-template-page-download .download_page_info {
    margin: 0 auto 0px;
  }
}
.page-template-page-download .download_page_info .download_page_intro {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  max-width: 786px;
  width: 100%;
  margin-bottom: 95px;
}
@media (max-width: 1050px) {
  .page-template-page-download .download_page_info .download_page_intro {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.06em;
  }
}
.page-template-page-download .c_tel_wrap .c_tel_label {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 24px;
}
.page-template-page-download .c_tel_wrap .c_tel_buttons {
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  .page-template-page-download .c_tel_wrap .c_tel_buttons {
    gap: 16px 0;
  }
}
.page-template-page-download .c_tel_wrap .c_tel_buttons .c_tel_btn {
  max-width: 340px;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 1050px) {
  .page-template-page-download .c_tel_wrap .c_tel_buttons .c_tel_btn {
    max-width: none;
  }
}
.page-template-page-download .c_tel_wrap .c_tel_buttons .c_tel_btn:hover {
  opacity: 0.8;
}
.page-template-page-download .c_tel_wrap .c_tel_buttons .c_tel_btn .c_tel_area {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.page-template-page-download .c_tel_wrap .c_tel_buttons .c_tel_number {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2.1px;
  color: #000000;
}
.page-template-page-download .c_tel_wrap .c_tel_hours {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 96px;
}
@media (max-width: 1050px) {
  .page-template-page-download .c_tel_wrap .c_tel_hours {
    margin-top: 20px;
    margin-bottom: 100px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-download .download_form_wrap {
  background-color: #F5F5F5;
  padding-top: 120px;
}
@media (max-width: 1050px) {
  .page-template-page-download .download_form_wrap {
    padding-top: 100px;
  }
}
.page-template-page-download .form_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  padding: 108px 0 120px;
}
@media (max-width: 1050px) {
  .page-template-page-download .form_steps {
    gap: 0 24px;
    padding: 80px 0 80px;
  }
}
.page-template-page-download .form_steps .form_step {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #A7A7A7;
  letter-spacing: 4px;
}
@media (max-width: 1050px) {
  .page-template-page-download .form_steps .form_step {
    font-size: 15px;
  }
}
.page-template-page-download .form_steps .form_step small {
  color: #A7A7A7;
}
.page-template-page-download .form_steps .form_step.is_active {
  color: #000000;
}
.page-template-page-download .form_steps .form_step.is_active small {
  color: #000000;
}
.page-template-page-download .form_step_sep {
  display: block;
  width: 32px;
  height: 1px;
  background: #E0E0DD;
}
@media (max-width: 1050px) {
  .page-template-page-download .form_step_sep {
    width: 20px;
  }
}
.page-template-page-download small {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  color: #000000;
  margin-right: 16px;
}
@media (max-width: 1050px) {
  .page-template-page-download small {
    font-size: 12px;
    margin-right: 8px;
  }
}
.page-template-page-download .form_required_note {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 4px;
  color: #000000;
  margin-bottom: 100px;
}
@media (max-width: 1050px) {
  .page-template-page-download .form_required_note {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-download .form_required_note .is-red {
  color: #FF0000;
}
.page-template-page-download h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4px;
  color: #000000;
  max-width: 1000px;
  margin: 0 auto 24px;
}
@media (max-width: 1050px) {
  .page-template-page-download h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 60px;
    padding-left: 10px;
    letter-spacing: 0.16em;
  }
}
.page-template-page-download .wpcf7 {
  max-width: 1040px;
  width: 100%;
  padding: 0 0px;
  margin: 0 auto;
  /* CF7が生成するspanをgridレイアウトに */
  /* チェックボックス本体を非表示にしてカスタムデザイン */
}
.page-template-page-download .wpcf7 .cf7-custom-form {
  margin: 0 auto;
}
.page-template-page-download .wpcf7 .cf7-row {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  gap: 0 72px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 24px;
    margin-bottom: 16px;
  }
}
.page-template-page-download .wpcf7 .cf7-row > p {
  max-width: 208px;
  width: 100%;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-row > p {
    max-width: none;
    width: auto;
    padding: 0 10px 16px;
    line-height: 1;
  }
}
.page-template-page-download .wpcf7 .cf7-row label {
  min-width: 200px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  letter-spacing: 4px;
  display: flex;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-row label {
    letter-spacing: 0.16em;
  }
}
.page-template-page-download .wpcf7 .cf7-zip-group p {
  display: flex;
  align-items: center;
}
.page-template-page-download .wpcf7 .required {
  color: #FF0000;
  margin-left: 4px;
}
.page-template-page-download .wpcf7 .cf7-input-group {
  flex: 1;
  display: flex;
  gap: 12px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-input-group {
    width: 100%;
  }
}
.page-template-page-download .wpcf7 .cf7-input-group .zip-btn {
  max-width: 188px;
  width: 100%;
  padding: 0 0;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-input-group .zip-btn {
    height: 44px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1em;
    max-width: 190px;
    width: 100%;
  }
}
.page-template-page-download .wpcf7 .cf7-input-group.cf7-col2 p {
  display: flex;
  gap: 12px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-input-group.cf7-col2 p {
    gap: 0 10px;
  }
}
.page-template-page-download .wpcf7 .cf7-input-group.cf7-col2 p input {
  max-width: 250px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-input-group.cf7-col2 p input {
    font-size: 15px;
  }
}
.page-template-page-download .wpcf7 .cf7-input-group.cf7-row p {
  display: flex;
}
.page-template-page-download .wpcf7 .cf7-input-group p {
  max-width: 720px;
  width: 100%;
}
.page-template-page-download .wpcf7 .cf7-input-group input {
  max-width: none;
  width: 100%;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-input-group input {
    font-size: 15px;
  }
}
.page-template-page-download .wpcf7 .cf7-custom-form input[type=text],
.page-template-page-download .wpcf7 .cf7-custom-form input[type=email] {
  width: 100%;
  height: 42px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 14px;
  letter-spacing: 2px;
  color: #000000;
  outline: none;
  box-sizing: border-box;
  padding-left: 16px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-custom-form input[type=text],
.page-template-page-download .wpcf7 .cf7-custom-form input[type=email] {
    height: 52px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-download .wpcf7 .cf7-custom-form input[type=text]::-moz-placeholder, .page-template-page-download .wpcf7 .cf7-custom-form input[type=email]::-moz-placeholder {
  color: #A7A7A7;
}
.page-template-page-download .wpcf7 .cf7-custom-form input[type=text]::placeholder,
.page-template-page-download .wpcf7 .cf7-custom-form input[type=email]::placeholder {
  color: #A7A7A7;
}
.page-template-page-download .wpcf7 .cf7-custom-form input[type=text]:focus,
.page-template-page-download .wpcf7 .cf7-custom-form input[type=email]:focus {
  border-color: #999;
}
.page-template-page-download .wpcf7 .cf7-zip-group p {
  display: flex;
  align-items: center;
  padding-left: 14px;
  gap: 0 12px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-zip-group p {
    padding-left: 0;
    gap: 0;
  }
}
.page-template-page-download .wpcf7 .cf7-zip-group input[type=text] {
  max-width: 206px;
  width: 100%;
  height: 42px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-zip-group input[type=text] {
    font-size: 15px;
    line-height: 15px;
    max-width: 164px;
    width: 100%;
    height: 52px;
    margin-right: 10px;
    letter-spacing: 0.1em;
  }
}
.page-template-page-download .wpcf7 .cf7-zip-group input[type=text]::-moz-placeholder {
  letter-spacing: 2px;
}
.page-template-page-download .wpcf7 .cf7-zip-group input[type=text]::placeholder {
  letter-spacing: 2px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-zip-group input[type=text]::-moz-placeholder {
    letter-spacing: 0.1em;
  }
  .page-template-page-download .wpcf7 .cf7-zip-group input[type=text]::placeholder {
    letter-spacing: 0.1em;
  }
}
.page-template-page-download .wpcf7 .zip-mark {
  font-size: 18px;
  color: #000000;
  flex-shrink: 0;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .zip-mark {
    margin-right: 8px;
  }
}
.page-template-page-download .wpcf7 .zipcode-input {
  max-width: 160px !important;
}
.page-template-page-download .wpcf7 .zip-btn {
  background: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  padding: 14px 20px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.page-template-page-download .wpcf7 .zip-btn:hover {
  background: #000000;
}
.page-template-page-download .wpcf7 .cf7-custom-form input[type=submit] {
  background: #EBFF2C;
  border: none;
  border-radius: 6px;
  padding: 16px 60px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  height: 86px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 4px;
  color: #000000;
  position: relative;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-custom-form input[type=submit] {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 16%;
    height: 64px !important;
    background-position: center right 20px;
    background-size: 18px 19px;
  }
}
.page-template-page-download .wpcf7 .cf7-custom-form input[type=submit]:hover {
  opacity: 0.8;
}
.page-template-page-download .wpcf7 .cf7-custom-form input[type=submit]:hover {
  opacity: 0.8;
}
.page-template-page-download .wpcf7 .cf7-inquiry-section {
  background: #F5F5F5;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.page-template-page-download .wpcf7 .cf7-inquiry-title {
  font-size: 20px;
  font-weight: 500;
  border-top: 1px solid #D9D9D9;
  padding: 80px 20px 0;
  margin-top: 80px;
  margin-bottom: 32px;
  letter-spacing: 2px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-inquiry-title {
    font-weight: 400;
    padding: 80px 10px 0;
  }
}
.page-template-page-download .wpcf7 .cf7-inquiry-sub {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 2px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-inquiry-sub {
    font-weight: 400;
  }
}
.page-template-page-download .wpcf7 .cf7-check-row {
  display: flex;
  align-items: flex-start;
  padding: 24px 20px;
  gap: 0 82px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-check-row {
    flex-direction: column;
    gap: 30px 16px;
    padding: 24px 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-check-support {
    padding-bottom: 0px;
  }
}
.page-template-page-download .wpcf7 .cf7-check-category {
  max-width: 216px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  padding-top: 4px;
}
.page-template-page-download .wpcf7 .cf7-check-category p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.page-template-page-download .wpcf7 .cf7-check-items {
  flex: 1;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-check-items-creative p .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-page-download .wpcf7 .cf7-check-items .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-check-items .wpcf7-checkbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 40px;
  }
}
.page-template-page-download .wpcf7 .cf7-check-items .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-check-items .wpcf7-list-item {
    gap: 0 16px;
  }
}
.page-template-page-download .wpcf7 .cf7-check-items .wpcf7-list-item-label {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.page-template-page-download .wpcf7 .cf7-check-items input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
}
.page-template-page-download .wpcf7 .cf7-check-items input[type=checkbox]:checked {
  background: #EBFF2C;
}
.page-template-page-download .wpcf7 .cf7-check-items input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: 2px solid #000000;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.page-template-page-download .wpcf7 .cf7-detail-row {
  align-items: flex-start;
  padding: 0 20px 0;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-detail-row {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-download .wpcf7 .cf7-detail-row p {
  min-width: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  align-items: flex-start;
  max-width: none;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-detail-row p {
    padding-bottom: 0;
    font-weight: 400;
  }
}
.page-template-page-download .wpcf7 .cf7-detail-row p.cf7-row-detail {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  max-width: 208px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-detail-row p.cf7-row-detail {
    margin-top: 24px;
    margin-bottom: 16px;
    max-width: none;
    letter-spacing: 0.16em;
  }
}
.page-template-page-download .wpcf7 .cf7-detail-row p textarea {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  color: #000000;
  width: 100%;
  height: 240px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-detail-row p textarea {
    font-size: 15px;
    height: 260px;
  }
}
.page-template-page-download .wpcf7 .cf7-detail-row p textarea::-moz-placeholder {
  color: #A7A7A7;
}
.page-template-page-download .wpcf7 .cf7-detail-row p textarea::placeholder {
  color: #A7A7A7;
}
.page-template-page-download .wpcf7 .cf7-row-detail {
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-row-detail {
    margin-bottom: 30px;
  }
}
.page-template-page-download .wpcf7 .cf7-textarea {
  max-width: none;
  width: 100%;
}
.page-template-page-download .wpcf7 .cf7-textarea textarea {
  padding: 16px;
}
.page-template-page-download .wpcf7 .cf7-submit {
  margin: 48px auto 0;
  text-align: center;
}
.page-template-page-download .wpcf7 .cf7-privacy-row {
  margin-top: 80px;
  padding: 80px 20px 32px 20px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-download .wpcf7 .cf7-privacy-row p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-download .wpcf7 .cf7-privacy-row .wpcf7-acceptance {
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-email {
    padding-bottom: 0;
  }
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7 .cf7-zip {
    margin-bottom: 18px;
  }
}
.page-template-page-download .wpcf7-acceptance input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
  top: 3px;
  margin-right: 8px;
}
@media (max-width: 1050px) {
  .page-template-page-download .wpcf7-acceptance input[type=checkbox] {
    margin-right: 12px;
  }
}
.page-template-page-download .wpcf7-acceptance input[type=checkbox] .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.16em;
}
.page-template-page-download .wpcf7-acceptance input[type=checkbox]:checked {
  background: #EBFF2C;
}
.page-template-page-download .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: 2px solid #000000;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.page-template-page-download .download_privacy {
  text-decoration: underline;
}
.page-template-page-download .cf7-detail-row + p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #D9D9D9;
}
.page-template-page-download .wpcf7-list-item {
  margin-right: 16px;
}
.page-template-page-download .wpcf7-list-item a {
  text-decoration: underline;
}
.page-template-page-download .wpcf7-not-valid {
  justify-content: center;
}
.page-template-page-download .cf7-submit {
  margin-top: 36px;
  max-width: 1000px;
  width: 100%;
}
.page-template-page-download .download-note {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 2px;
  color: #4E4E4E;
  text-align: center;
  padding-bottom: 200px;
  margin-top: 16px;
}
@media (max-width: 1050px) {
  .page-template-page-download .download-note {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 200px;
  }
}
.page-template-page-download .wpcf7-not-valid-tip {
  display: block;
  margin-top: 16px;
  margin-left: 0;
  font-size: 14px;
  color: #FF0000;
}
.page-template-page-download form .wpcf7-response-output {
  visibility: hidden;
}

.page-template-page-download-complete header .hamburger_sp .hamburger_sp_label {
  color: #000000;
}
.page-template-page-download-complete header .hamburger_sp .hamburger_sp_icon span {
  background-color: #000000;
}
.page-template-page-download-complete header .header_actions a {
  color: #000000;
}
.page-template-page-download-complete header .header_actions a.c_btn--outline {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  max-width: 170px;
  width: 100%;
}
.page-template-page-download-complete header .header_actions a.c_btn--yellow {
  border: 1px solid #EBFF2C;
  background-color: #EBFF2C;
}
.page-template-page-download-complete .complete_inner {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-page-download-complete .complete_title {
  font-size: 100px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1;
  color: #000000;
  margin: 150px auto 50px;
  text-align: center;
  letter-spacing: 4%;
}
@media (max-width: 1050px) {
  .page-template-page-download-complete .complete_title {
    font-size: 72px;
  }
}
.page-template-page-download-complete .complete_message {
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .page-template-page-download-complete .complete_message {
    margin-bottom: 112px;
  }
}
.page-template-page-download-complete .complete_message p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
}
@media (max-width: 1050px) {
  .page-template-page-download-complete .complete_message p {
    letter-spacing: 0.07em;
  }
}
.page-template-page-download-complete .complete_message p a {
  text-decoration: underline;
}
.page-template-page-download-complete .complete_message p a:hover {
  opacity: 0.8;
}
.page-template-page-download-complete .c_tel_wrap .c_tel_label {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 3px;
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 1050px) {
  .page-template-page-download-complete .c_tel_wrap .c_tel_label {
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}
.page-template-page-download-complete .c_tel_wrap .c_tel_btn {
  border-radius: 4px;
  max-width: 340px;
  width: 100%;
  height: 60px;
}
.page-template-page-download-complete .c_tel_buttons {
  justify-content: center;
  gap: 16px 16px;
  margin-bottom: 20px;
}
.page-template-page-download-complete .c_tel_buttons .c_tel_btn {
  max-width: 340px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  gap: 0 16px;
}
@media (max-width: 1050px) {
  .page-template-page-download-complete .c_tel_buttons .c_tel_btn {
    max-width: none;
    width: 100%;
  }
}
.page-template-page-download-complete .c_tel_buttons .c_tel_btn:hover {
  opacity: 0.8;
}
.page-template-page-download-complete .c_tel_buttons .c_tel_btn .c_tel_area {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.page-template-page-download-complete .c_tel_buttons .c_tel_btn .c_tel_number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2.1px;
  color: #000000;
}
.page-template-page-download-complete .c_tel_hours {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  color: #000000;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .page-template-page-download-complete .c_tel_hours {
    letter-spacing: 0.1em;
    margin-bottom: 100px;
  }
}
.page-template-page-download-complete .complete_back {
  margin-bottom: 180px;
  text-align: center;
}
@media (max-width: 1050px) {
  .page-template-page-download-complete .complete_back {
    margin-bottom: 140px;
  }
}
.page-template-page-download-complete .complete_back .back_link {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 2px;
  color: #000000;
  text-decoration: underline;
}
/*# sourceMappingURL=styles.css.map */
.page-template-page-download-complete .complete_button {
  display: flex;
  justify-content: center;
  max-width: 1040px;
  padding: 0 20px;
  margin: 100px auto 80px;
}
@media (max-width: 1050px) {
  .page-template-page-download-complete .complete_button {
    padding: 0 0;
    margin: 100px -10px 80px;
  }
}
.page-template-page-download-complete .complete_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #F5F5F5;
  background-image: url("../img/common/download_small.svg");
  background-repeat: no-repeat;
  background-size: 24px 25px;
  background-position: center right 40px;
  width: 100%;
  height: 88px;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4px;
}
@media (max-width: 1050px) {
  .page-template-page-download-complete .complete_button a {
    height: 64px;
    background-size: 18px 19px;
    background-position: center right 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16em;
  }
}
.page-template-page-download-complete .complete_button a:hover {
  opacity: 0.8;
}
.home {
  background-color: #000;
}