@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #1C1C1C;
  font-family: 'Zen Old Mincho', sans-serif;
  scroll-behavior: smooth;
}

footer {
  height: 70px;
  width: 100%;
  background-color: #DF7E00;
  color: #FFFFFF;
}

#page_top {
  bottom: 14%;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 4%;
  width: 50px;
  z-index: 100;
}

#page_top a {
  display: block;
  position: relative;
  width: 100%;
}

#page_top a img {
  width: 100%;
}

#sp-contact {
  bottom: 3%;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 4%;
  width: 50px;
  z-index: 100;
}

#sp-contact a {
  display: block;
  position: relative;
  width: 100%;
}

#sp-contact a img {
  width: 100%;
}

.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  padding: 13px 63px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_wrap img {
  max-width: 275px;
}

.copyright {
  text-align: center;
}

.privacy {
  text-decoration: none;
  color: #FFFFFF;
}

.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 347px;
  padding-top: 2px;
}

header {
  position: fixed;
  z-index: 2;
  height: 170px;
  width: 100%;
  border-bottom: 10px solid #DF7E00;
  background-color: #FFFFFF;
}

.header__contents {
  margin: 0 auto;
  padding: 40px 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1366px;
}

.header__contents .header__logo-sp-on-img {
  display: none;
}

.header__contents .header__logo-sp-off-img {
  display: block;
}

.header__contents .header__logo-sp-on-img.is-active {
  display: block;
}

.header__contents .header__logo-sp-off-img.is-active {
  display: none;
}

.header__contents.is-active {
  background-color: #DF7E00;
}

.header__logo {
  max-width: 392px;
  width: 100%;
  height: 100px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
  padding: 25px 0;
}

.header__list-item {
  padding-top: 12px;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header__list-item a {
  color: #1C1C1C;
  text-decoration: none;
  font-weight: 500;
  vertical-align: middle;
}

.header__list-item:hover {
  position: relative;
  text-align: center;
}

.header__list-item:hover a {
  color: #DF7E00;
}

.header__list-item:hover:before {
  font-size: 1.2rem;
  content: "◆";
  color: #DF7E00;
  position: absolute;
  right: 0;
  left: 0;
  top: -10px;
}

.contact-btn {
  border-radius: 33px;
  display: inline-block;
  padding: 10px 24px;
  background-color: #DF7E00;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 4px solid #DF7E00;
}

.contact-btn a {
  color: #fff;
  text-decoration: none;
}

.contact-btn:hover {
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contact-btn:hover a {
  color: #DF7E00;
}

.header__list-item.contact-btn:hover::before {
  display: none;
}

.header__btn.header__btn.is-active {
  background-color: #FFF;
  border: 1px solid #DF7E00;
}

.header__btn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  height: 2px;
  left: 15px;
  background: #FFF;
  width: 100%;
}

.header__btn span:nth-of-type(1) {
  top: 19px;
  width: 18px;
}

.header__btn span:nth-of-type(2) {
  top: 27px;
  width: 18px;
}

.header__btn.is-active span:nth-of-type(1) {
  top: 17px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
  background-color: #DF7E00;
}

.header__btn.is-active span:nth-of-type(2) {
  top: 29px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
  background-color: #DF7E00;
}

.header__sp-body {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 100%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #DF7E00;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  margin-top: 100px;
}

.header__sp-body.is-active {
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact.header__wrap {
  padding-top: 47px;
}

.header__sp-nav-item {
  margin-bottom: 58px;
}

.header__sp-nav-item a {
  color: #1C1C1C;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.45;
}

.header__sp-nav-item.active a {
  color: #FFF;
}

.header__sp-nav-item.contact-btn {
  background-color: #FFF;
  border-radius: 30px;
  padding: 15px 40px;
  max-width: 220px;
}

.header__sp-nav-item.contact-btn a {
  color: #DF7E00;
}

.header__sp-nav-item.item-privacy a {
  color: #FFF;
}

.header__sp-nav-list {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

main {
  overflow: visible;
  overflow-x: hidden;
  padding-top: 180px;
  position: relative;
  width: 100%;
}

.top__fv {
  width: 100%;
  position: relative;
}

.top__fv-img {
  width: 100%;
}

.top__fv-title {
  position: absolute;
  font-size: 2.625rem;
  font-weight: 900;
  text-shadow: #000000 0 0 6px;
  color: #FFFFFF;
  bottom: 93px;
  left: 63px;
  line-height: 1.25;
  text-align: justify;
  letter-spacing: -0.04em;
}

.top__title {
  font-size: 2.625rem;
  font-weight: 500;
  text-align: center;
  padding: 98px 0;
}

.top__about-section,
.top__overview-section {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 170px;
}

.top__info-section,
.top__contact-section {
  background-color: #F2F2F2;
}

.top__info-section-wrap,
.top__contact-section-wrap {
  padding: 0 275px;
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 1366px;
}

.top__overview-section {
  padding: 0px 380px 100px 380px;
}

.top__about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  padding-top: 18px;
  padding-bottom: 97px;
}

.top__about-img {
  width: 100%;
  max-width: 286px;
  text-align: center;
  margin: 0 auto;
}

.top__about-img img {
  width: 100%;
}

.top__about-img p {
  text-align: center;
  font-weight: 300;
  padding-top: 18px;
  line-height: 1.75;
}

.top__about-text h4 {
  padding-top: 6px;
}

.top__section-title {
  color: #DF7E00;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

.top__section-text {
  line-height: 1.75;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph;
}

.top__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 37px 0 60px 0;
}

.top__info-list-item {
  font-size: 1.5rem;
  white-space: nowrap;
}

.top__info-list-item a {
  color: #1C1C1C;
  text-decoration: none;
  vertical-align: middle;
}

.top__info-list-item:hover {
  position: relative;
  text-align: center;
}

.top__info-list-item:hover a {
  color: #DF7E00;
}

.top__info-list-item:hover::before {
  font-size: 1.2rem;
  content: "◆";
  color: #DF7E00;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 38px;
}

.top__info-wrap {
  padding-bottom: 76px;
  max-width: 816px;
  margin: 0 auto;
}

.top__info-wrap .top__section-title {
  margin-top: 20px;
  padding-bottom: 27px;
}

.top__info-wrap .top__section-text {
  padding-bottom: 20px;
}

.top__info-title {
  font-size: 2.625rem;
  padding-bottom: 36px;
  padding-top: 15px;
}

.top__section-text.top__info-item-list {
  padding-left: 1rem;
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-right: 1.5rem;
}

.top__section-text.top__info-item-list span {
  font-size: 0.5rem;
  left: 0rem;
  position: absolute;
  top: 0.4rem;
}

.top__info-item-list:last-child {
  padding-bottom: 20px;
}

.top__info-list-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top__section-text.top__info-list-num {
  padding-bottom: 0px;
}

.top__info-list-num.last {
  padding-bottom: 20px !important;
}

.nowrap {
  white-space: nowrap;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.top__table {
  width: 100%;
  margin-bottom: 60px;
}

.top__table tr {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.top__table th {
  font-weight: 600;
  vertical-align: middle;
  background-color: #F2F2F2;
  padding: 27px 48px;
  white-space: nowrap;
}

.top__table td {
  padding: 27px 0px 26px 28px;
}

.contact-wrap {
  padding-bottom: 100px;
  max-width: 816px;
  margin: 0 auto;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 26px;
}

.contact-item .top__section-text {
  width: 40%;
}

.top__section-text {
  padding-top: 19px;
  width: 100%;
}

.contact-body {
  max-width: 604px;
  width: 100%;
}

.contact-body input[type="text"],
.contact-body input[type="email"],
.contact-body input[type="tel"] {
  height: 64px;
  width: 100%;
  max-width: 604px;
  margin: 0 auto;
  border: none;
  padding-left: 25px;
  font-size: 1rem;
}

.contact-body textarea {
  border: none;
  width: 100%;
  padding-top: 15px;
  padding-left: 25px;
  font-size: 1rem;
}

.contact-body input[type="text"]::-webkit-input-placeholder, .contact-body input[type="email"]::-webkit-input-placeholder, .contact-body input[type="tel"]::-webkit-input-placeholder, .contact-body textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}

.contact-body input[type="text"]::-moz-placeholder, .contact-body input[type="email"]::-moz-placeholder, .contact-body input[type="tel"]::-moz-placeholder, .contact-body textarea::-moz-placeholder {
  color: #B3B3B3;
}

.contact-body input[type="text"]:-ms-input-placeholder, .contact-body input[type="email"]:-ms-input-placeholder, .contact-body input[type="tel"]:-ms-input-placeholder, .contact-body textarea:-ms-input-placeholder {
  color: #B3B3B3;
}

.contact-body input[type="text"]::-ms-input-placeholder, .contact-body input[type="email"]::-ms-input-placeholder, .contact-body input[type="tel"]::-ms-input-placeholder, .contact-body textarea::-ms-input-placeholder {
  color: #B3B3B3;
}

.contact-body input[type="text"]::placeholder,
.contact-body input[type="email"]::placeholder,
.contact-body input[type="tel"]::placeholder,
.contact-body textarea::placeholder {
  color: #B3B3B3;
}

.contact-required {
  background-color: #DF7E00;
  color: #FFFFFF;
  padding: 1px 8px;
  margin-right: 8px;
}

.contact-checkbox {
  text-align: center;
  padding-bottom: 58px;
  position: relative;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 20px;
  position: relative;
  width: auto;
}

input[type="checkbox"] + label::before {
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  margin-top: -8px;
  width: 20px;
  height: 20px;
  content: '';
  background: #FFF;
  border-radius: 4px;
}

input[type="checkbox"] + label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 13px;
  left: -4px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  opacity: 0;
}

input[type=checkbox]:checked + label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 20px;
  position: relative;
  width: auto;
}

input[type=checkbox]:checked + label::before {
  content: '';
  background: #DF7E00;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.completed-btn {
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  -webkit-appearance: none;
}

.completed-btn .submit-btn {
  border: none;
  font-family: 'Zen Old Mincho', sans-serif;
  font-weight: bold;
  width: 100%;
  color: #DF7E00;
  font-size: 1rem;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 33px;
  border: 1px solid #DF7E00;
  text-align: center;
  background-color: #FFFFFF;
  padding: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
}

.contact-arrow {
  position: absolute;
  top: 25px;
  right: 25px;
}

.completed-btn img:first-child {
  opacity: 1;
}

.completed-btn img:nth-of-type(2) {
  opacity: 0;
}

.completed-btn:hover img:nth-of-type(2) {
  opacity: 1;
}

.completed-btn:hover .submit-btn {
  color: #FFF;
  background-color: #DF7E00;
}

.term-back {
  background-color: #F6F6F6;
}

.term-section {
  max-width: 710px;
  margin: 0 auto;
  padding: 100px 0;
}

.term-item {
  padding-bottom: 14px;
}

.term-item:last-child {
  padding-bottom: 0;
}

.term-title {
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 24px;
  line-height: 1.5;
}

.term-text {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 24px;
}

.term-text-end {
  text-align: right;
}

.term-text.top__info-item-list {
  padding-left: 1rem;
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.term-text.top__info-item-list span {
  font-size: 0.5rem;
  left: 0rem;
  position: absolute;
  top: 0.4rem;
}

.top__info-item-list:last-child {
  padding-bottom: 20px !important;
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  footer {
    height: 130px;
  }
  .footer_wrap {
    display: block;
    padding: 20px 69px;
  }
  .footer_wrap img {
    max-width: 235px;
  }
  .copyright {
    padding-bottom: 15px;
  }
  .footer_right {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 0.875rem;
  }
  header {
    height: 100px;
  }
  .header__contents {
    padding: 25px 18px !important;
  }
  .header__logo {
    height: 52px !important;
    max-width: 215px !important;
  }
  .header__list {
    display: none !important;
  }
  .header__btn {
    position: relative;
    cursor: pointer;
    width: 47px;
    border-radius: 50%;
    background-color: #DF7E00;
    height: 47px;
  }
  main {
    padding-top: 110px;
  }
  .top__fv-title {
    font-size: 1.625rem;
    top: 10px;
    left: 19px;
  }
  .top__title {
    font-size: 2rem;
    padding: 58px 0 22px 0;
    line-height: 1.3;
  }
  .top__about-section,
  .top__overview-section {
    padding: 0px 18px !important;
  }
  .top__info-section-wrap,
  .top__contact-section-wrap {
    padding: 0 18px;
  }
  .top__about-wrap {
    display: block;
    padding-top: 10px;
  }
  .top__about-img img {
    max-width: 220px;
  }
  .top__about-text h4 {
    padding-top: 45px;
    padding-bottom: 18px;
  }
  .top__info-list {
    display: block;
    padding: 26px 0 30px 0;
  }
  .top__info-list-item {
    padding-bottom: 30px;
    padding-left: 2rem;
  }
  .top__info-list-item:hover {
    text-align: left;
  }
  .top__info-list-item:hover::before {
    left: 0px;
    bottom: 32px;
  }
  .top__info-wrap {
    padding-bottom: 48px;
  }
  .top__info-wrap .top__section-title {
    padding-bottom: 0px;
  }
  .top__info-title {
    font-size: 2rem;
    padding-bottom: 19px;
    line-height: 1.5;
  }
  .nowrap {
    white-space: normal;
  }
  a.anchor {
    padding-top: 0px;
    margin-top: -0px;
  }
  a.sec-anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }
  a.sec-anchor.gray-info,
  a.sec-anchor.gray-contact {
    display: inline-block;
    padding-top: 70px;
    margin-top: -70px;
  }
  .top__table th {
    padding: 13px 22px;
  }
  .top__table td {
    padding: 13px 30px 13px 16px;
  }
  .contact-wrap {
    width: 100%;
    max-width: 338px;
  }
  .contact-item .top__section-text {
    width: 100%;
  }
  .contact-item {
    display: block;
    padding-bottom: 3px;
  }
  .top__section-text {
    width: 100%;
    padding-bottom: 16px;
  }
  .contact-body {
    max-width: 338px;
  }
  .contact-body input[type="text"],
  .contact-body input[type="email"],
  .contact-body input[type="tel"] {
    width: 95%;
  }
  .contact-body textarea {
    width: 95%;
  }
  .contact-checkbox {
    padding-top: 26px;
  }
  .term-section {
    padding: 25px 18px 60px 18px;
  }
}

@media (max-width: 1200px) {
  .header__contents {
    padding: 40px 18px;
  }
  .top__about-section,
  .top__overview-section {
    padding: 0 100px;
  }
}

@media (max-width: 900px) {
  .header__logo {
    max-width: 274px;
    height: 70px;
  }
}

@media (max-width: 1024px) {
  .header__list {
    gap: 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */
