@charset "UTF-8";
/*
Theme Name: DIYチャンピオン2024
Theme URI:
Author:
Author URI:
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:
*/
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
footer {
  min-width: 1240px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  footer {
    min-width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  footer {
    min-width: 320px;
  }
}
footer .footer_wrapper {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  footer .footer_wrapper {
    padding: 4.6153846154vw 0;
  }
}
@media print, screen and (max-width: 768px) {
  footer .footer_wrapper {
    padding-bottom: 10vw;
  }
}
footer .footer_wrapper .footer-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  footer .footer_wrapper .footer-inner {
    width: calc(100% - 6vw);
  }
}
@media print, screen and (max-width: 768px) {
  footer .footer_wrapper .footer-inner {
    width: 86vw;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 768px) {
  footer .footer_wrapper .footer-inner #footer_nav {
    width: 100%;
  }
}
footer .footer_wrapper .footer-inner #footer_nav .nav-list {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  footer .footer_wrapper .footer-inner #footer_nav .nav-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #ccc;
  }
}
footer .footer_wrapper .footer-inner #footer_nav .nav-list li {
  margin-left: 2em;
}
@media print, screen and (max-width: 768px) {
  footer .footer_wrapper .footer-inner #footer_nav .nav-list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
  }
}
footer .footer_wrapper .footer-inner #footer_nav .nav-list li a {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  footer .footer_wrapper .footer-inner #footer_nav .nav-list li a {
    font-size: 1.2307692308vw;
  }
}
@media print, screen and (max-width: 768px) {
  footer .footer_wrapper .footer-inner #footer_nav .nav-list li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3vw 0;
    font-size: 3.4vw;
  }
}
footer .footer_wrapper .footer-inner-low {
  width: 1200px;
  margin: 60px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  footer .footer_wrapper .footer-inner-low {
    width: calc(100% - 6vw);
    margin-top: 4.6153846154vw;
  }
}
@media print, screen and (max-width: 768px) {
  footer .footer_wrapper .footer-inner-low {
    width: 86vw;
    flex-direction: column;
    align-items: center;
    margin-top: 9vw;
  }
}
footer .footer_wrapper .footer-inner-low .footer_txt {
  font-size: 16px;
  line-height: 1.6em;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  footer .footer_wrapper .footer-inner-low .footer_txt {
    font-size: 1.2307692308vw;
  }
}
@media print, screen and (max-width: 768px) {
  footer .footer_wrapper .footer-inner-low .footer_txt {
    font-size: 3vw;
    line-height: 1.6em;
    text-align: center;
  }
}
footer .footer_wrapper .footer-inner-low .copyright {
  font-size: 14px;
  line-height: 1.6em;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  footer .footer_wrapper .footer-inner-low .copyright {
    font-size: 1.0769230769vw;
  }
}
@media print, screen and (max-width: 768px) {
  footer .footer_wrapper .footer-inner-low .copyright {
    font-size: 3vw;
    margin-top: 3vw;
  }
}

@media print, screen and (max-width: 768px) {
  #header_nav {
    position: fixed;
    height: 100dvh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  #header_nav::after {
    content: "";
    display: block;
    position: fixed;
    height: 100dvh;
    width: 100%;
    background-color: rgba(154, 0, 6, 0.9);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
  }
  #header_nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12dvh 6vw 0;
    width: 100%;
    position: relative;
    z-index: 100;
    transition: all 0.3s;
  }
  #header_nav ul li {
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  #header_nav ul li a {
    color: #fff;
    padding: 4vw 0;
    font-size: 4vw;
    position: relative;
    width: 100%;
  }
  #header_nav ul li a::after {
    position: absolute;
    right: 0;
    top: 5.4vw;
    content: "";
    display: block;
    width: 2vw;
    height: 2vw;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
  }
}

#header_nav.open {
  opacity: 1;
  visibility: visible;
}
#header_nav.open ul {
  transform: translateY(0);
}
#header_nav.open::after {
  opacity: 1;
}

#content-wrap {
  background-color: #a90021;
  position: relative;
  padding-bottom: 160px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap {
    padding-bottom: 12.3076923077vw;
    padding-top: 9.2307692308vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap {
    padding-top: 60px;
    padding-bottom: 15vw;
  }
}
#content-wrap::after {
  content: "";
  display: block;
  height: 120px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap::after {
    height: 9.2307692308vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap::after {
    height: 60px;
  }
}
#content-wrap .innner_b .header_bg_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 6% 0;
  margin-bottom: 100px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .innner_b .header_bg_wrapper {
    padding-top: 9.2307692308vw;
    margin-bottom: 7.6923076923vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .innner_b .header_bg_wrapper {
    padding: 14vw 6vw 0;
    margin-bottom: 15vw;
  }
}
#content-wrap .innner_b .header_bg_wrapper .under_title_s {
  font-size: 32px;
  color: #fff;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .innner_b .header_bg_wrapper .under_title_s {
    font-size: 2.4615384615vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .innner_b .header_bg_wrapper .under_title_s {
    font-size: 4.8vw;
  }
}
#content-wrap .innner_b .header_bg_wrapper .under_title.font_en {
  font-size: 18px;
  color: #fff;
  margin-top: 14px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .innner_b .header_bg_wrapper .under_title.font_en {
    font-size: 1.3846153846vw;
    margin-top: 1.0769230769vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .innner_b .header_bg_wrapper .under_title.font_en {
    font-size: 3vw;
    margin-top: 2vw;
  }
}
#content-wrap .inner_s {
  max-width: 1100px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .inner_s {
    max-width: 100%;
    padding: 0 6vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s {
    max-width: 100%;
    padding: 0 6vw;
  }
}
#content-wrap .inner_s > p.contact-lead {
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .inner_s > p.contact-lead {
    margin-bottom: 7.6923076923vw;
    font-size: 1.5384615385vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s > p.contact-lead {
    margin-bottom: 10vw;
    font-size: 3.2vw;
  }
}
#content-wrap .inner_s .page_title {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .inner_s .page_title {
    font-size: 2vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s .page_title {
    font-size: 4vw;
    margin-bottom: 4vw;
    margin-top: 10vw;
  }
}
#content-wrap .inner_s article p {
  color: #fff;
  line-height: 1.8em;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s article p {
    font-size: 3vw;
  }
}
#content-wrap .inner_s article .number_list, #content-wrap .inner_s article .indent1em, #content-wrap .inner_s article .indent1em_list li {
  color: #fff;
  line-height: 1.8em;
}
#content-wrap .inner_s article .number_list {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s article .number_list li {
    font-size: 3vw;
    line-height: 1.8em;
    margin-bottom: 4vw;
  }
}
#content-wrap .inner_s article .syomei {
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: left;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s article .syomei {
    margin-top: 7vw;
    margin-bottom: 12vw;
  }
}
#content-wrap .inner_s article .syomei h5 {
  color: #fff;
  margin-top: 1em;
}
#content-wrap .inner_s article .syomei:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#content-wrap .inner_s article .page_title_sub {
  font-size: 24px;
  color: #a90021;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s article .page_title_sub {
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }
}
#content-wrap .inner_s article .privacy_dl > dt {
  font-weight: bold;
  border-left: 5px solid #f9f8f4;
  font-size: 110%;
  margin-bottom: 16px;
  padding-left: 20px;
  line-height: 1.5em;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s article .privacy_dl > dt {
    font-size: 3.6vw;
    padding-left: 3vw;
    margin-bottom: 2.5vw;
  }
}
#content-wrap .inner_s article .privacy_dl dl dt {
  padding-left: 0;
  border-left: none;
}
#content-wrap .inner_s article .privacy_dl dd {
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 40px;
  padding: 0px 0px 0px 1.5em;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s article .privacy_dl dd {
    margin-bottom: 6vw;
    padding-left: 1em;
    font-size: 3vw;
    line-height: 1.8em;
  }
}
#content-wrap .inner_s article .privacy_dl dd dl {
  margin-top: 2em;
}
#content-wrap .inner_s article .corporate_table {
  margin-top: 1.5em;
}
#content-wrap .inner_s article .corporate_table tr:nth-child(2n+1) th, #content-wrap .inner_s article .corporate_table tr:nth-child(2n+1) td {
  color: #a90021;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s article .corporate_table th {
    text-align: left;
    width: 36%;
  }
}
#content-wrap .inner_s .contact-confirm {
  text-align: center;
  color: #fff;
  margin-bottom: 3.5em;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s .contact-confirm {
    font-size: 3.4vw;
  }
}
#content-wrap .inner_s .wpcf7-previous, #content-wrap .inner_s .wpcf7-submit {
  border: 2px solid #fff;
  border-radius: 100px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s .wpcf7-previous, #content-wrap .inner_s .wpcf7-submit {
    font-size: 3.6vw;
    padding: 4vw 13vw;
  }
}
@media print, screen and (min-width: 768px) {
  #content-wrap .inner_s .wpcf7-previous:hover, #content-wrap .inner_s .wpcf7-submit:hover {
    background-color: #fff;
    color: #a90021;
    opacity: 1;
  }
}
#content-wrap .inner_s .back_btn {
  opacity: 1 !important;
}
#content-wrap .inner_s .contact-thanks {
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #content-wrap .inner_s .contact-thanks {
    font-size: 3.4vw;
  }
}
#content-wrap .inner_s .contact-thanks strong {
  font-size: 1.3em;
  display: block;
  margin-bottom: 1.6em;
  line-height: 1.8em;
}
#content-wrap #contact_block {
  width: 1100px;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap #contact_block {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap #contact_block {
    width: 100%;
    margin-bottom: 4vw;
    flex-wrap: wrap;
  }
}
#content-wrap #contact_block .contact_block_left {
  width: 250px;
  padding: 10px 0 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap #contact_block .contact_block_left {
    width: 19.2307692308vw;
    padding-top: 0.7692307692vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap #contact_block .contact_block_left {
    width: 100%;
    padding-top: 0;
  }
}
#content-wrap #contact_block .contact_block_left p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap #contact_block .contact_block_left p {
    font-size: 1.5384615385vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap #contact_block .contact_block_left p {
    justify-content: flex-start;
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
}
#content-wrap #contact_block .contact_block_left p .required {
  height: 30px;
  width: 60px;
  border-radius: 4px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap #contact_block .contact_block_left p .required {
    width: 4.6153846154vw;
    height: 2.3076923077vw;
    font-size: 1.5384615385vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap #contact_block .contact_block_left p .required {
    width: 10vw;
    height: 5vw;
    font-size: 3.2vw;
    margin-left: 3vw;
  }
}
#content-wrap #contact_block .contact_block_right {
  width: 800px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap #contact_block .contact_block_right {
    width: 61.5384615385vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap #contact_block .contact_block_right {
    width: 100%;
  }
}
#content-wrap #contact_block .contact_block_right .wpcf7-not-valid-tip {
  color: #ffc948;
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin-top: 7px;
}
@media print, screen and (max-width: 768px) {
  #content-wrap #contact_block .contact_block_right .wpcf7-not-valid-tip {
    margin-top: 2vw;
    font-size: 0.9em;
  }
}
#content-wrap .soushin_box {
  background-color: transparent;
  border: none;
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .soushin_box {
    margin-top: 3.8461538462vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .soushin_box {
    margin-top: 3vw;
    padding-top: 3vw;
  }
}
#content-wrap .soushin_box .img_center {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .soushin_box .img_center {
    margin-bottom: 3.8461538462vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .soushin_box .img_center {
    margin-bottom: 8vw;
  }
}
#content-wrap .soushin_box .img_center p {
  color: #fff;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .soushin_box .img_center p {
    font-size: 1.3846153846vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .soushin_box .img_center p {
    font-size: 3.2vw;
  }
}
#content-wrap .soushin_box .img_center p a {
  text-decoration: underline;
  color: #fff;
}
#content-wrap .soushin_box .img_center p input[type=checkbox] {
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: none;
  position: relative;
  top: 11px;
  left: -10px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .soushin_box .img_center p input[type=checkbox] {
    width: 2.7692307692vw;
    height: 2.7692307692vw;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0.8461538462vw;
    left: -0.7692307692vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .soushin_box .img_center p input[type=checkbox] {
    width: 5vw;
    height: 5vw;
    border-radius: 0;
    border: none;
    position: relative;
    top: 1.5vw;
    left: -1.2vw;
  }
}
#content-wrap .soushin_box .soushinblock {
  padding: 0;
  margin-bottom: 0;
}
#content-wrap .soushin_box .soushinblock input[type=submit], #content-wrap .soushin_box .soushinblock input[type=button] {
  width: 600px;
  height: 100px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 6px;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .soushin_box .soushinblock input[type=submit], #content-wrap .soushin_box .soushinblock input[type=button] {
    width: 46.1538461538vw;
    height: 7.6923076923vw;
    font-size: 1.8461538462vw !important;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .soushin_box .soushinblock input[type=submit], #content-wrap .soushin_box .soushinblock input[type=button] {
    width: 76vw;
    height: 14vw;
    border-radius: 7vw;
    font-size: 3.6vw !important;
    line-height: 1em;
  }
}
#content-wrap .soushin_box .soushinblock input[type=submit]:hover, #content-wrap .soushin_box .soushinblock input[type=button]:hover {
  background: #fff;
  color: #a90021;
}
#content-wrap .soushin_box input[type=checkbox]:checked::before {
  content: "";
  width: 16px;
  height: 5px;
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  background-color: #a90021;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .soushin_box input[type=checkbox]:checked::before {
    width: 1.2307692308vw;
    height: 0.3846153846vw;
    top: 1.8461538462vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .soushin_box input[type=checkbox]:checked::before {
    width: 2.4vw;
    height: 0.8vw;
    display: block;
    position: absolute;
    top: 4vw;
  }
}
#content-wrap .soushin_box input[type=checkbox]:checked::after {
  content: "";
  width: 27px;
  height: 5px;
  display: block;
  position: absolute;
  top: 25px;
  left: 14px;
  background-color: #a90021;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .soushin_box input[type=checkbox]:checked::after {
    width: 2.0769230769vw;
    height: 0.3846153846vw;
    top: 1.9230769231vw;
    left: 1.0769230769vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .soushin_box input[type=checkbox]:checked::after {
    width: 4vw;
    height: 0.8vw;
    display: block;
    position: absolute;
    top: 3.6vw;
    left: 2.4vw;
  }
}
#content-wrap .page_contactform dl dd input[type=tel], #content-wrap .page_contactform dl dd input[type=email], #content-wrap .page_contactform dl dd input[type=text], #content-wrap .page_contactform dl dd textarea {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: none;
  margin-bottom: 3px;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #content-wrap .page_contactform dl dd input[type=tel], #content-wrap .page_contactform dl dd input[type=email], #content-wrap .page_contactform dl dd input[type=text], #content-wrap .page_contactform dl dd textarea {
    padding: 1.1538461538vw;
    margin-bottom: 0.2307692308vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content-wrap .page_contactform dl dd input[type=tel], #content-wrap .page_contactform dl dd input[type=email], #content-wrap .page_contactform dl dd input[type=text], #content-wrap .page_contactform dl dd textarea {
    width: 100%;
    padding: 2vw 3vw;
    margin-bottom: 0;
    font-size: 3.4vw;
    border-radius: 1vw;
  }
}

.grecaptcha-badge {
  z-index: 10000;
}

/* 日本語
----------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Medium.woff2") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Bold.woff2") format("woff");
  font-weight: 700;
  font-display: swap;
}
/* 英字
----------------------------------------*/
@font-face {
  font-family: "Lato-BlackItalic";
  src: url("fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
/*
  @font-face {
	font-family: "RobotoCondensed";
	src: url("fonts/RobotoCondensed-Medium.woff2") format("woff");
	  font-weight: 500;
	font-display: swap;
  }
*/
/* ************************************************
 *	base
 * ************************************************ */
html, html *, body, header, footer {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Arial, Meiryo, sans-serif;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 18px;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.white {
  color: #fff !important;
}

.red {
  color: #9a0006;
}

/* ************************************************
 *	content block
 * ************************************************ */
.content_block:not(:last-child) {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .content_block:not(:last-child) {
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 1024px) {
  .content_block:not(:last-child) {
    margin-bottom: 80px;
  }
}

.inner {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .inner {
    padding: 0 20px;
  }
}
.inner .short, .inner .ex_short {
  padding: 0;
}
@media print, screen and (min-width: 1060px) {
  .inner .short, .inner .ex_short {
    padding: 0 30px;
  }
}
.inner.short {
  max-width: 1060px;
}
.inner.ex_short {
  max-width: 860px;
}

.inner_s {
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .inner_s {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .inner_s {
    padding: 0;
  }
}

.inner_b {
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .inner_b {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .inner_b {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 1400px) {
  .inner_b {
    padding: 0 90px;
  }
}

.link_yes a, .link_yes {
  text-decoration: underline !important;
  color: #787878 !important;
}

/********* title.php ***************************/
.header_bg_wrapper {
  margin-bottom: 5%;
  padding: 20px 5% 20px;
}
@media print, screen and (min-width: 960px) {
  .header_bg_wrapper {
    padding: 120px 6% 2%;
  }
}

.under_title {
  font-size: 40px;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .under_title {
    font-size: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .under_title {
    font-size: 94px;
  }
}

.under_title_s {
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .under_title_s {
    font-size: 22px;
  }
}

/* ************************************************
 *	a
 * ************************************************ */
@media print and (hover: hover), screen and (hover: hover) and (min-width: 1024px) {
  /* リンクの場合 */
  a:-moz-any-link:hover {
    opacity: 0.7;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  a:any-link:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  /* ボタンの場合 */
  button:enabled:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  /* 特定できない場合 */
  .button:where(:-moz-any-link, :enabled, summary):hover {
    pointer-events: none;
  }
  .button:where(:any-link, :enabled, summary):hover {
    pointer-events: none;
  }
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: unset;
  transition: none;
}

a.anchor {
  display: block;
  padding-top: 56px;
  margin-top: -56px;
}
@media print, screen and (min-width: 1024px) {
  a.anchor {
    display: inline;
    padding-top: 105px;
    margin-top: -105px;
  }
}

/* ************************************************
 *	見出し
 * ************************************************ */
.img_center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.radius {
  border-radius: 12px;
}

/*********************************************************************
* flexbox外枠
**********************************************************************/
.flex_between, .flex_start, .flex_center, .flex_end, .flex_around {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_between_tab, .flex_start_tab, .flex_center_tab, .flex_end_tab, .flex_around_tab {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1024px) {
  .flex_between_pc, .flex_start_pc, .flex_center_pc, .flex_end_pc, .flex_around_pc {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.flex_between, .flex_between_tab, .flex_between_pc {
  justify-content: space-between;
}

.flex_start, .flex_start_tab, .flex_start_pc {
  justify-content: flex-start;
}

.flex_center, .flex_center_tab, .flex_center_pc {
  justify-content: center;
}

.flex_end, .flex_end_tab, .flex_end_pc {
  justify-content: flex-end;
}

.flex_around, .flex_around_tab, .flex_around_pc {
  justify-content: space-around;
}

.align_stretch {
  align-items: stretch !important;
}

@media print, screen and (min-width: 1024px) {
  .row_reverse {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .row_reverse_tab {
    flex-direction: row-reverse;
  }
}

.align_items_center {
  align-items: center;
}

.bold {
  font-weight: bold !important;
}

/*********************************************************************
* ページレイアウト調整クラス
**********************************************************************
* クラス名の書き方
*		OO_XX_N
*
*		OO：調整するプロパティの種類
*		ls = letter-spacing
*		lh = line-height
*		fs = font-size
*		w = width
*		ml = margin-left
*		mr = margin-right
*		mx = margin-left・margin-right
*		mt = margin-top
*		mb = margin-bottom
*		my = margin-top・margin-bottom
*		pl = padding-left
*		pr = padding-right
*		px = padding-left・padding-right
*		pt = padding-top
*		pb = padding-bottom
*		py = padding-top・padding-bottom
*
*		_XX_：デバイスの種類
*		何もなし = スマートフォン
*		_tab_ = タブレット
*		_pc_ = パソコン
*
*		N：数値
*		数字のみ = 単位がピクセル(px)
*		数字＋p = 単位がパーセント(%)
*			注）line-heightの場合単位は倍
**********************************************************************/
.w_pc_100p, .w_pc_95p, .w_pc_90p, .w_pc_85p, .w_pc_80p, .w_pc_75p, .w_pc_70p, .w_pc_65p, .w_pc_60p, .w_pc_55p, .w_pc_50p, .w_pc_45p, .w_pc_40p, .w_pc_35p, .w_pc_30p, .w_pc_25p, .w_pc_20p, .w_pc_15p, .w_pc_10p, .w_pc_5p, .w_tab_100p, .w_tab_95p, .w_tab_90p, .w_tab_85p, .w_tab_80p, .w_tab_75p, .w_tab_70p, .w_tab_65p, .w_tab_60p, .w_tab_55p, .w_tab_50p, .w_tab_45p,
.w_tab_40p, .w_tab_35p, .w_tab_30p, .w_tab_25p, .w_tab_20p, .w_tab_15p, .w_tab_10p, .w_tab_5p,
.w100p, .w95p, .w90p, .w85p, .w80p, .w75p, .w70p, .w65p, .w60p, .w55p, .w50p, .w45p, .w40p, .w35p, .w30p, .w25p, .w20p, .w15p, .w10p, .w5p {
  display: block;
}

/* ************************************************
 *	ヘッダー
 * ************************************************ */
/* 共通
----------------------------------------------*/
header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  z-index: 10000;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  header {
    height: 9.2307692308vw;
    padding: 0 3vw;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1301px) {
  header {
    padding: 0 60px 0;
    height: 120px;
  }
}
@media print, screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}
header.is-show {
  position: fixed;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  animation: fadein 0.5s;
  transition: opacity 1s;
  z-index: 10000;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  header.is-show {
    height: 9.2307692308vw;
  }
}
@media print, screen and (max-width: 768px) {
  header.is-show {
    height: 60px;
  }
}

body.fixed header, body.fixed header.is-show {
  background-color: #fff;
  transition: all 0.7s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ロゴ
----------------------------------------------*/
.logo {
  line-height: 1;
  margin-left: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .logo {
    margin-left: 0;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .logo {
    margin-left: 15px;
    margin-top: 0;
  }
}
.logo img {
  display: block;
  width: 115px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .logo img {
    width: 115px;
  }
}
@media print, screen and (min-width: 1301px) {
  .logo img {
    width: 190px;
  }
}

/* グローバルナビ
----------------------------------------------*/
#header_nav ul {
  display: flex;
  align-items: center;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  #header_nav ul {
    padding: 0;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #header_nav ul li:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1.5em;
    border-left: 1px solid #000;
  }
}
@media print, screen and (min-width: 1024px) {
  #header_nav ul li:not(.gnav_contact) {
    border-bottom: none;
  }
}
#header_nav .hover_border {
  display: block;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #header_nav .hover_border {
    font-size: 15px;
    color: #323232;
    letter-spacing: 0;
    text-indent: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 960px) {
  #header_nav .hover_border:hover {
    opacity: 1;
  }
}
@media print, screen and (min-width: 960px) {
  #header_nav .hover_border:hover::after {
    width: 100%;
  }
}

/* ************************************************
 *	SP　ハンバーガーメニュー
 * ************************************************ */
/* メニュートリガー
----------------------------------------*/
@media print, screen and (min-width: 768px) {
  .menu-trigger {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-trigger {
    display: block;
    width: 45px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 100;
    text-align: center;
    transform: translateX(0);
    z-index: 2000;
  }
}

@media print, screen and (max-width: 768px) {
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    background-color: #9a0006;
    border-radius: 1px;
    transition: all 0.5s;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 18px;
}

.menu-trigger span:nth-of-type(2) {
  top: 27px;
}

.menu-trigger span:nth-of-type(3) {
  top: 36px;
}

@media print, screen and (max-width: 768px) {
  .menu-trigger.active {
    transform: translateX(0);
    position: fixed;
    width: 45px;
    height: 60px;
  }
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  background-color: #fff;
}

/* メニュー枠
----------------------------------------*/
nav#sp_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #fff;
  transition: all 0.7s;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
}
@media print, screen and (min-width: 1024px) {
  nav#sp_nav {
    position: unset;
    z-index: unset;
    transform: unset;
    transition: unset;
    overflow: unset;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}

nav#sp_nav.open {
  opacity: 1;
  visibility: visible;
  z-index: 12;
}

/* ************************************************
 *	main
 * ************************************************ */
main {
  padding-top: 56px;
}
@media print, screen and (min-width: 1024px) {
  main {
    padding-top: 105px;
  }
}

/* ************************************************
 *	404
 * ************************************************ */
.notfound_wrap {
  padding: 180px 0 70px;
}
@media print, screen and (min-width: 768px) {
  .notfound_wrap {
    padding: 300px 0 50px;
  }
}

h2.notfound {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  h2.notfound {
    font-size: 26px;
  }
}

.notfound_txt {
  text-align: center;
  padding: 30px 0 40px;
}

/* ************************************************
 *	サンクス
 * ************************************************ */
.thanks_block {
  line-height: 2;
  padding: 30px 0 80px;
}
@media print, screen and (min-width: 1024px) {
  .thanks_block {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
  }
}

/* ロゴ
----------------------------------------*/
.footer_logo_info {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .footer_logo_info {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .footer_logo_info {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_logo_info {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer_logo_info a.footer_logo {
  display: inline-block;
  width: 200px;
  line-height: 1;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .footer_logo_info a.footer_logo {
    width: 15.3846153846vw;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .footer_logo_info a.footer_logo {
    width: 40vw;
    margin-bottom: 7vw;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_logo_info a.footer_logo {
    margin: 0;
  }
}
.footer_logo_info a.footer_logo img {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .footer_logo_info a.footer_logo:hover {
    opacity: 0.6;
  }
}

.footer_txt {
  text-align: left;
}
.footer_txt a {
  color: #fff;
}

.page_title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 600px) {
  .page_title {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

.page_title_sub {
  background-color: #f9f8f4;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media print, screen and (min-width: 600px) {
  .page_title_sub {
    font-size: 28px;
  }
}

.corporate_table {
  width: 100%;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-top: solid 1px #eee;
}
@media print, screen and (min-width: 600px) {
  .corporate_table {
    margin: 0 auto 80px;
  }
}

.corporate_table th, .corporate_table td {
  padding: 8px 10px;
  font-size: 13px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
@media print, screen and (min-width: 600px) {
  .corporate_table th, .corporate_table td {
    padding: 20px 20px;
    font-size: 16px;
  }
}

.corporate_table th {
  text-align: left;
  width: 26%;
  border-left: solid 1px #eee;
}
@media print, screen and (min-width: 600px) {
  .corporate_table th {
    width: 24%;
  }
}

.corporate_table td {
  border-right: solid 1px #eee;
  line-height: 1.8em;
}
@media print, screen and (min-width: 600px) {
  .corporate_table td {
    line-height: 2em;
  }
}

.corporate_table ul li {
  padding-bottom: 10px;
}
.corporate_table ul li a {
  font-size: 12px;
  text-decoration: underline !important;
}
@media print, screen and (min-width: 600px) {
  .corporate_table ul li a {
    font-size: 14px;
  }
}

.corporate_table tr:nth-child(odd) {
  background: #f9f9f9;
}

/*404-----------*/
@media print, screen and (max-width: 768px) {
  .page-404 {
    padding-top: 12vw;
  }
}
.page-404 .under_title_s {
  color: #fff;
  text-align: center;
}
.page-404 .under_title.font_en {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 110px;
  margin-top: 15px;
}

a.f404_btn {
  display: block;
  background-color: transparent;
  color: #fff;
  line-height: 1;
  border-radius: 9999px;
  padding: 20px 30px;
  margin: 30px auto 20px;
  text-align: center;
  width: 80%;
  border: 2px solid #fff;
}
@media print, screen and (min-width: 768px) {
  a.f404_btn {
    width: 40%;
    padding: 25px 30px;
  }
}
@media print, screen and (max-width: 768px) {
  a.f404_btn {
    padding: 4vw;
    margin: 5vw auto 5vw;
  }
}
a.f404_btn span {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  a.f404_btn span {
    font-size: 18px;
  }
}
a.f404_btn span img {
  width: 28px;
  margin-right: 10px;
}
a.f404_btn:hover {
  opacity: 0.6;
}

/*==================================================
/*header用 要素を上から下*/
@keyframes SlideDown {
  0% {
    opacity: 0; /* 透明 */
    transform: translatey(-70px);
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translatey(0);
  }
}
.header_down {
  animation-duration: 2s; /* アニメーション時間 */
  animation-name: SlideDown; /* アニメーション名 */
}

/*header用 要素を上から下02*/
@keyframes SlideDown02 {
  0% {
    opacity: 0; /* 透明 */
    transform: translatey(-70px);
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translatey(0);
  }
}
.header_down02 {
  animation-duration: 1s; /* アニメーション時間 */
  animation-name: SlideDown; /* アニメーション名 */
}

/*header用 フェードイン*/
.fadein {
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*テキストを左から出す*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/****送信完了サンクス******/
.et {
  font-weight: bold !important;
  font-size: 17px;
}
@media print, screen and (min-width: 480px) {
  .et {
    font-size: 18px;
  }
}

.event_form_area {
  width: 100%;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px;
  border: solid 1px #eee;
}
@media print, screen and (min-width: 960px) {
  .event_form_area {
    padding: 35px 50px;
  }
}
.event_form_area .event_form_area_title {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 480px) {
  .event_form_area .event_form_area_title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.event_form_area p {
  font-size: 12px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 480px) {
  .event_form_area p {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */