@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
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,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font-family: inherit;
}

button {
  background: none;
  line-height: 2;
  cursor: pointer;
}

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

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

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

p,
dd,
li,
address {
  font-style: normal;
}

body small {
  font-size: 1.2rem;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

.container {
  position: relative;
  overflow: hidden;
}
@media (max-width: 959px) {
  .container {
    min-width: 0;
  }
}

.l-contents {
  overflow: hidden;
  margin-inline: 2rem;
}
@media (max-width: 768px) {
  .l-contents {
    padding-top: 6.5rem;
    margin-inline: 1.3rem;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
dt,
dd,
li {
  line-break: strict;
  overflow-wrap: break-word;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  p,
  dt,
  dd,
  li {
    font-size: 1.15rem;
  }
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
     height: auto;
     overflow: hidden;
     /**/
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

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

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

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

.inner {
  max-width: 106.4rem;
  margin: 0 auto;
  padding: 0 2rem;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 2rem;
  }
}
@media (max-width: 450px) {
  .inner {
    padding: 0 1rem;
  }
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.en {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
}

.public-sans {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.yellow {
  color: #f6e821;
}

.center {
  text-align: center;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media (max-width: 768px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 1.8rem;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: #e0e0e0;
  padding: 2.1rem 2.8rem;
  width: 100%;
}
@media (max-width: 450px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=date],
  textarea,
  select {
    padding: 1.4rem 1.8rem;
    font-size: 1.15rem;
    border-radius: 2.5px;
  }
}

textarea {
  width: 100%;
  height: 20rem;
  resize: vertical;
}
@media (max-width: 450px) {
  textarea {
    height: 13rem;
  }
}

input::-webkit-input-placeholder {
  color: #b1b1b1;
  font-weight: 500;
}

input:-moz-placeholder {
  color: #b1b1b1;
  font-weight: 500;
}

textarea::-webkit-input-placeholder {
  color: #b1b1b1;
  font-weight: 500;
}

textarea:-moz-placeholder {
  color: #b1b1b1;
  font-weight: 500;
}

.anc {
  margin-top: -13rem;
  padding-top: 13rem;
}
@media (max-width: 768px) {
  .anc {
    margin-top: -6.5rem;
    padding-top: 6.5rem;
  }
}

.arrow_right_top {
  fill: #1f1f1f;
  transition: fill 0.3s ease-out;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.c-btn-01 {
  text-align: right;
}
.c-btn-01 a {
  display: inline-flex;
  align-items: center;
}
@media (hover: hover) {
  .c-btn-01 a:where(:any-link, :enabled, summary):hover .c-btn-01__link__txt:before {
    transform: scale(1, 1);
  }
}

.c-btn-01__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.c-btn-01__link__txt {
  font-size: 5.5rem;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  color: #d2a400;
  letter-spacing: 0.05em;
  margin-right: 1.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .c-btn-01__link__txt {
    font-size: 2.75rem;
    margin-right: 0.7rem;
  }
}
.c-btn-01__link__txt:before {
  content: "";
  background: #d2a400;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: all 0.2s ease-out;
}
.c-btn-01__link__txt--s {
  font-size: 2.2rem;
  margin-right: 0.2rem;
  font-feature-settings: "palt";
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-btn-01__link__txt--s {
    font-size: 1.4rem;
    margin-right: 0.1rem;
  }
}
.c-btn-01__link__txt--s:before {
  height: 1px;
  bottom: 0;
}
.c-btn-01__link__txt--s + .c-btn-01__link__icn {
  width: 1.3rem;
  height: 1.3rem;
}
@media (max-width: 768px) {
  .c-btn-01__link__txt--s + .c-btn-01__link__icn {
    width: 0.85rem;
    height: 0.85rem;
  }
}
@media (max-width: 768px) {
  .c-btn-01__link__txt--s + .c-btn-01__link__icn svg {
    width: 0.9rem;
    height: 0.9rem;
  }
}

@media (max-width: 768px) {
  .c-btn-01__link__icn {
    width: 2.2rem;
    line-height: 0;
  }
}

.c-heading-01 {
  font-size: 3.8rem;
  letter-spacing: 0.024em;
  font-weight: 500;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .c-heading-01 {
    font-size: 2rem;
    letter-spacing: 0;
    padding-bottom: 0.4rem;
    padding-left: 0.5rem;
  }
}

.c-txtbox--right {
  max-width: 710px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .c-txtbox--right {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .c-txtbox--right {
    max-width: 67%;
  }
}

/*	form
---------------------------------*/
.sec-form__require {
  color: #c1272d;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .sec-form__require {
    font-size: 3.3rem;
    margin-bottom: 0;
  }
}

.wrap_form {
  max-width: 90rem;
  margin: 0 auto;
  background: #fff;
  padding: 7rem 10.2rem 5.9rem;
}
@media (max-width: 768px) {
  .wrap_form {
    padding: 12rem 4.5rem 10rem;
  }
}
.wrap_form .require {
  color: #c1272d;
  font-weight: bold;
  padding-left: 0.6rem;
}
.wrap_form .btn_send_narrow {
  width: 30.4rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  background-color: #f4a31f;
  background-image: url(../img/form/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 2.2rem;
  background-position: right 2.3rem center;
  position: relative;
  transition: opacity 0.4s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .wrap_form .btn_send_narrow {
    width: 93%;
    height: 16rem;
    border-radius: 7.5rem;
    font-size: 4.6rem;
  }
}
@media (hover: hover) {
  .wrap_form .btn_send_narrow:hover {
    opacity: 0.8;
  }
}
.wrap_form button.btn_back_narrow {
  width: 30.4rem;
  height: 6.4rem;
  margin: 2rem auto 0;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  background: #acabab;
  position: relative;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .wrap_form button.btn_back_narrow {
    width: 93%;
    height: 16rem;
    border-radius: 7.5rem;
    font-size: 4.6rem;
  }
}
@media (hover: hover) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.5;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 6rem;
}
@media (max-width: 768px) {
  .table_entry {
    margin: 0 0 6rem;
    font-size: 3.4rem !important;
  }
}
.table_entry .row {
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .table_entry .row {
    margin-bottom: 5rem;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding-bottom: 1.5rem;
  font-size: 1.6rem;
  width: 100%;
  line-height: 1;
  color: #333;
}
@media (max-width: 768px) {
  .table_entry .dt {
    padding-bottom: 2rem;
    font-size: 3.7rem;
    line-height: 1.3;
  }
}
.table_entry .dt .en {
  font-weight: 200;
}
.table_entry .dt .dt__link {
  display: inline-block;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .table_entry .dt .dt__link {
    padding-top: 0.5rem;
    padding-left: 1em;
  }
}
.table_entry .dt .dt__link a {
  color: #d7264a;
  text-decoration: underline;
  font-weight: normal;
}
.table_entry .dd {
  flex: 1;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .table_entry .dd {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .table_entry .dd .mwform-radio-field.horizontal-item {
    display: inline-block;
    margin: 1.5vw 0 1.5vw;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 25px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table_entry .dd .dd-in {
    padding: 7px 15px;
  }
}
.table_entry .dd.dd--noflex {
  display: block;
}
.table_entry #age-error {
  padding-left: 173px;
}
@media (max-width: 768px) {
  .table_entry #age-error {
    padding-left: 119px;
  }
}
.table_entry .mark_zip {
  height: 34px;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .table_entry .mark_zip {
    font-size: 3.4rem;
  }
}
.table_entry .mark_age {
  height: 34px;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .table_entry .mark_age {
    font-size: 3.4rem;
  }
}
.table_entry .example {
  font-size: 1.4rem;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .table_entry .example {
    font-size: 3.4rem;
    padding-top: 2vw;
    padding-left: 0;
  }
}
.table_entry input[type=tel],
.table_entry input[type=email] {
  width: 87%;
}
@media (max-width: 768px) {
  .table_entry input[type=tel],
  .table_entry input[type=email] {
    width: 100%;
  }
}
.table_entry input[type=text] {
  width: 100%;
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  box-sizing: border-box;
  padding: 13px 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .table_entry input[type=text],
  .table_entry input[type=email],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4rem;
    padding: 12px 15px;
  }
}
.table_entry .message-txt {
  padding: 8px 0;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .table_entry .message-txt {
    font-size: 3.3rem;
  }
}
.table_entry textarea {
  font-size: 1.6rem;
  padding: 23px 25px;
  height: 171px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table_entry textarea {
    width: 100%;
    height: 40vw;
    padding: 13px 15px;
    font-size: 3.4vw !important;
  }
}
.table_entry .radio-wrap {
  width: 100%;
  padding: 15px 6px;
  background: #f1f1f1;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap {
    padding: 3vw 0;
  }
}
@media (max-width: 768px) {
  .table_entry .radio-wrap .wpcf7-list-item {
    display: block;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: block;
  }
  .table_entry .radio-wrap label:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  margin-left: 0;
  position: relative;
  top: 0;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap label input[type=radio],
  .table_entry .radio-wrap label input[type=checkbox] {
    top: 0.5vw;
  }
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry .radio-wrap label.error {
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1;
}
.table_entry [data-name=your_name],
.table_entry [data-name=your_furigana],
.table_entry [data-name=your_company],
.table_entry [data-name=message] {
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry .dd-zip {
    flex-wrap: nowrap;
  }
}
.table_entry #age {
  width: 106px;
  margin-right: 15px;
}
.table_entry #tel,
.table_entry #mail {
  width: 334px;
}
@media (max-width: 768px) {
  .table_entry #tel,
  .table_entry #mail {
    width: 100%;
  }
}
.table_entry #zip {
  width: 186px;
}
@media (max-width: 768px) {
  .table_entry #zip {
    width: calc(100% - 0.2vw);
  }
}
.table_entry #pref_w {
  margin-bottom: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry #pref_w {
    margin-bottom: 2vw;
  }
}
.table_entry #city_w {
  margin-bottom: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry #city_w {
    margin-bottom: 2vw;
  }
}
.table_entry #area_w {
  width: 100%;
}

#agree_error + label.error {
  text-align: center;
}

label.error {
  font-size: 16px;
  color: #c1272d;
  display: block;
  margin: 10px 0 10px;
}
@media (max-width: 768px) {
  label.error {
    line-height: 1.5;
    font-size: 1.15rem;
    margin: 5px 0 0;
  }
}

.agree_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  margin-top: 4px;
}
.agree_item .wpcf7-list-item {
  margin-left: 0;
}
.agree_item label {
  font-weight: 700;
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.15rem;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

#autozip {
  display: none !important;
}

.secCta {
  text-align: center;
  padding-bottom: 16rem;
}
@media (max-width: 768px) {
  .secCta {
    padding-bottom: 3.7rem;
  }
}
.secCta a {
  display: inline-block;
}
@media (hover: hover) {
  .secCta a:where(:any-link, :enabled, summary):hover .secCta__txt:before, .secCta a:where(:any-link, :enabled, summary):hover .secCta__txt:after {
    opacity: 1;
  }
}

.secCta__txt {
  font-size: 5.5rem;
  font-weight: 500;
  color: #d2a400;
  letter-spacing: 0.08em;
  position: relative;
}
@media (max-width: 768px) {
  .secCta__txt {
    font-size: 2.75rem;
  }
}
.secCta__txt:before, .secCta__txt:after {
  opacity: 0;
  color: #d2a400;
  transition: opacity 0.3s ease-out;
  top: -0.1em;
  position: relative;
}
@media (max-width: 768px) {
  .secCta__txt:before, .secCta__txt:after {
    opacity: 1;
  }
}
.secCta__txt:before {
  content: "(";
}
.secCta__txt:after {
  content: ")";
}

.st-footer .inner {
  max-width: 100%;
}
@media (max-width: 768px) {
  .st-footer .inner {
    padding-inline: 2.5rem;
  }
}

.st-footer__top {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .st-footer__top {
    display: block;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 768px) {
  .st-footer__nav {
    margin-bottom: 3rem;
  }
}
.st-footer__nav li {
  text-align: right;
}
@media (max-width: 768px) {
  .st-footer__nav li {
    text-align: left;
  }
}
.st-footer__nav li:not(:last-child) {
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .st-footer__nav .st-header__globalNav__link {
    padding-bottom: 0.1rem;
  }
}

.st-footer__logo {
  margin-left: 3.5rem;
}
@media (max-width: 768px) {
  .st-footer__logo {
    margin-left: 0;
    width: 59%;
  }
}

.st-footer__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  .st-footer__bottom {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .st-footer__copyright {
    margin-right: 0;
  }
}
.st-footer__copyright small {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .st-footer__copyright small {
    font-size: 1.1rem;
  }
}

.st-footer__privacy {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
}
@media (max-width: 980px) {
  .st-footer__privacy {
    position: relative;
  }
}
.st-footer__privacy a {
  font-size: 1.8rem;
  transition: all 0.3s ease-out;
  position: relative;
}
.st-footer__privacy a:before {
  content: "";
  background: #d2a400;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: all 0.2s ease-out;
}
@media (hover: hover) {
  .st-footer__privacy a:where(:any-link, :enabled, summary):hover {
    color: #d2a400;
  }
  .st-footer__privacy a:where(:any-link, :enabled, summary):hover:before {
    transform: scale(1, 1);
  }
}

.st-footer__totop {
  margin-right: 1.3rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .st-footer__totop {
    margin-right: 0;
  }
}
.st-footer__totop .c-btn-01__link__txt {
  color: #333;
  transition: color 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-footer__totop .c-btn-01__link__txt {
    margin-right: 0.3rem;
  }
}
@media (hover: hover) {
  .st-footer__totop a:where(:any-link, :enabled, summary):hover .c-btn-01__link__txt {
    color: #d2a400;
  }
  .st-footer__totop a:where(:any-link, :enabled, summary):hover .arrow_right_top {
    fill: #d2a400;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  display: none;
  cursor: pointer;
}
.st-header {
  width: 100%;
}

.st-header__logo {
  position: absolute;
  top: 4.2rem;
  left: 4.1rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .st-header__logo {
    position: absolute;
    top: 1.4rem;
    left: 1.6rem;
  }
}
.st-header__logo a {
  display: flex;
  align-items: center;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .st-header__logo a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .st-header__logo__mark {
    width: 5.9rem;
  }
}

.st-header__logo__txt {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .st-header__logo__txt {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}

/* sp-btn */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-out;
  height: 13rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.9rem);
  -webkit-backdrop-filter: blur(0.9rem);
  opacity: 0;
  visibility: hidden;
}
#header.fixed {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  #header.nav-open + #sp-btn {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  #header {
    height: 6.5rem;
    opacity: 1;
    visibility: visible;
  }
}

#sp-btn {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 13.2rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
#sp-btn.fixed {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  #sp-btn {
    width: 6.5rem;
    height: 6.5rem;
    opacity: 1;
    visibility: visible;
  }
}
#sp-btn span {
  width: 6.5rem;
  height: 1px;
  transition: all 0.4s;
  background: #333;
}
@media (max-width: 768px) {
  #sp-btn span {
    width: 3.25rem;
    height: 1px;
  }
}
#sp-btn span:not(:last-child) {
  margin-bottom: 0.9rem;
}
@media (max-width: 768px) {
  #sp-btn span:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

#sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
}

#sp-btn #sp-btn-a {
  display: block;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.25rem;
  height: 6.5rem;
  background: none;
}
#sp-btn #sp-btn-a:hover {
  opacity: 1;
}

#sp-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(0.5rem) rotate(-26deg);
  transform: translateY(0.5rem) rotate(-26deg);
}
@media (max-width: 768px) {
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(3px) rotate(-26deg);
    transform: translateY(3px) rotate(-26deg);
  }
}

#sp-btn.active span:nth-of-type(2) {
  -webkit-transform: translateY(-0.5rem) rotate(26deg);
  transform: translateY(-0.5rem) rotate(26deg);
}
@media (max-width: 768px) {
  #sp-btn.active span:nth-of-type(2) {
    -webkit-transform: translateY(-3px) rotate(26deg);
    transform: translateY(-3px) rotate(26deg);
  }
}

/* g-anv */
#g-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100svh;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
#g-nav.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  #g-nav {
    top: 0;
    right: 0;
  }
}

.st-header__nav {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.9rem);
  -webkit-backdrop-filter: blur(0.9rem);
  max-width: 19rem;
  max-height: 100svh;
  padding: 14.7rem 0 13.3rem 2.5rem;
}
@media (max-width: 768px) {
  .st-header__nav {
    max-width: 100%;
    padding: 10.7rem 3.8rem 10rem;
  }
}

.st-header__globalNav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem 0;
}
@media (max-width: 768px) {
  .st-header__globalNav {
    text-align: center;
    gap: 0.7rem 0;
  }
}
@media (max-width: 768px) {
  .st-header__globalNav li {
    border-bottom: 1px solid #333;
  }
}

.st-header__globalNav__link {
  font-size: 2.2rem;
  transition: color 0.2s ease-out;
  display: inline-block;
  position: relative;
  font-family: "Roboto Flex", sans-serif;
}
@media (max-width: 768px) {
  .st-header__globalNav__link {
    font-size: 1.4rem;
    display: block;
    padding-bottom: 0.6rem;
  }
}
.st-header__globalNav__link:before, .st-header__globalNav__link:after {
  opacity: 0;
  color: #d2a400;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-header__globalNav__link:before, .st-header__globalNav__link:after {
    display: none;
  }
}
.st-header__globalNav__link:before {
  content: "(";
}
.st-header__globalNav__link:after {
  content: ")";
}
@media (hover: hover) {
  .st-header__globalNav__link:where(:any-link, :enabled, summary):hover {
    color: #d2a400;
  }
  .st-header__globalNav__link:where(:any-link, :enabled, summary):hover:before, .st-header__globalNav__link:where(:any-link, :enabled, summary):hover:after {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #static-header {
    display: none;
  }
}

.st-header__globalNav--static {
  width: fit-content;
  padding-top: 2.4rem;
  margin: 0 1.9rem 0 auto;
  gap: 0.6rem 0;
}
.st-header__globalNav--static li {
  text-align: right;
}

#contact {
  margin-top: -2rem;
}
@media (max-width: 768px) {
  #contact {
    margin-top: 7rem;
  }
}
#contact .sec-form {
  padding-bottom: 21rem;
}
@media (max-width: 768px) {
  #contact .sec-form {
    padding-bottom: 5.6rem;
  }
}
#contact .sec-form .inner {
  max-width: 830px;
}
@media (max-width: 768px) {
  #contact .sec-form .inner {
    padding-inline: 2.5rem;
  }
}
#contact .sec-form__heading {
  margin-bottom: 13.6rem;
}
@media (max-width: 768px) {
  #contact .sec-form__heading {
    margin-bottom: 4.1rem;
  }
}
#contact .sec-form__require {
  color: #c1272d;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact .sec-form__require {
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
  }
}
#contact .sec-form__itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.6rem;
}
@media (max-width: 768px) {
  #contact .sec-form__itemList {
    margin-bottom: 1.9rem;
  }
}
#contact .sec-form__item {
  width: 100%;
  margin-bottom: 1.9rem;
}
@media (max-width: 768px) {
  #contact .sec-form__item {
    margin-bottom: 1.5rem;
  }
}
#contact .sec-form__item--50 {
  width: calc(50% - 1.25rem);
}
@media (max-width: 768px) {
  #contact .sec-form__item--50 {
    width: 100%;
  }
}
#contact .sec-form__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
@media (max-width: 768px) {
  #contact .sec-form__ttl {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
  }
}
#contact .require {
  color: #c1272d;
}
#contact .sec-form__privacy {
  margin-bottom: 7.8rem;
}
@media (max-width: 768px) {
  #contact .sec-form__privacy {
    margin-bottom: 3rem;
  }
}
#contact .sec-form__privacy__txt {
  text-align: center;
}
#contact .sec-form__privacy__txt label {
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  #contact .sec-form__privacy__txt label {
    font-size: 1.15rem;
  }
}
#contact .sec-form__privacy__txt a {
  color: #d2a400;
  text-decoration: underline;
}
#contact .sec-form__privacy__txt input {
  zoom: 1.3;
  top: 0.2rem;
  position: relative;
}
@media (max-width: 768px) {
  #contact .sec-form__privacy__txt input {
    zoom: 1;
  }
}
#contact .sec-form__btn .btn_send_narrow {
  display: block;
  width: 40rem;
  height: 9rem;
  background: #d2a400;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  border: none;
  border-radius: 0px;
  margin-inline: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  #contact .sec-form__btn .btn_send_narrow {
    width: 26rem;
    height: 5.85rem;
    font-size: 2rem;
  }
}

#privacy-policy {
  margin-top: -2rem;
}
@media (max-width: 768px) {
  #privacy-policy {
    margin-top: 7rem;
  }
}
#privacy-policy .secPrivacy {
  padding-bottom: 19.4rem;
}
@media (max-width: 768px) {
  #privacy-policy .secPrivacy {
    padding-bottom: 5.6rem;
  }
}
@media (max-width: 768px) {
  #privacy-policy .secPrivacy .inner {
    padding-inline: 2.5rem;
  }
}
#privacy-policy .secPrivacy__heading {
  margin-bottom: 17.8rem;
}
@media (max-width: 768px) {
  #privacy-policy .secPrivacy__heading {
    margin-bottom: 4.6rem;
  }
}
#privacy-policy .secPrivacy__lead {
  margin-bottom: 4.4rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  #privacy-policy .secPrivacy__lead {
    margin-bottom: 5.3rem;
    line-height: 1.82;
  }
}
#privacy-policy .secPrivacy__list {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  #privacy-policy .secPrivacy__list {
    margin-bottom: 2.4rem;
  }
}
#privacy-policy .secPrivacy__list__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #privacy-policy .secPrivacy__list__ttl {
    font-size: 1.15rem;
  }
}
#privacy-policy .secPrivacy__list__txt {
  line-height: 1.75;
}
@media (max-width: 768px) {
  #privacy-policy .secPrivacy__list__txt {
    line-height: 1.82;
  }
}
#privacy-policy .secPrivacy__list__txt strong {
  font-weight: 500;
}

#top .secMainView {
  position: relative;
  margin-bottom: 13.6rem;
}
@media (max-width: 768px) {
  #top .secMainView {
    padding-top: 22rem;
    padding-bottom: 5rem;
    margin-bottom: 4rem;
  }
}
#top .secMainView .inner {
  max-width: 100%;
}
@media (max-width: 768px) {
  #top .secMainView .inner {
    padding-inline: 0.5rem;
  }
}
#top .secMainView__logo {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  #top .secMainView__logo {
    width: 83%;
    margin-bottom: 1.5rem;
  }
}
#top .secMainView__catch {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.024em;
  line-height: 1.16;
}
@media (max-width: 768px) {
  #top .secMainView__catch {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
#top .secMainView__scroll {
  position: absolute;
  right: 2.7rem;
  bottom: -0.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #top .secMainView__scroll {
    right: 0;
    bottom: 1rem;
  }
}
#top .secMainView__scroll__text {
  font-size: 2.2rem;
  margin-right: 1.2rem;
}
@media (max-width: 768px) {
  #top .secMainView__scroll__text {
    font-size: 1.65rem;
    margin-right: 0.8rem;
  }
}
@media (max-width: 768px) {
  #top .secMainView__scroll__icon {
    width: 1rem;
    display: inline-block;
  }
}
#top .secCompany {
  margin-bottom: -18.5rem;
}
@media (max-width: 768px) {
  #top .secCompany {
    margin-bottom: -9.4rem;
  }
}
#top .secCompany__dl .row {
  display: flex;
}
#top .secCompany__dl .row:first-child dt {
  padding-block-start: 9rem;
}
@media (max-width: 768px) {
  #top .secCompany__dl .row:first-child dt {
    padding-block-start: 6.1rem;
  }
}
#top .secCompany__dl .row:first-child dd {
  padding-block-start: 8.8rem;
}
@media (max-width: 768px) {
  #top .secCompany__dl .row:first-child dd {
    padding-block-start: 6.3rem;
  }
}
#top .secCompany__dl .row:last-child dt,
#top .secCompany__dl .row:last-child dd {
  padding-block-end: 12.3rem;
}
@media (max-width: 768px) {
  #top .secCompany__dl .row:last-child dt,
  #top .secCompany__dl .row:last-child dd {
    padding-block-end: 9.6rem;
  }
}
#top .secCompany__dl dt {
  width: 24%;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 11rem;
  padding-block: 2rem 1.8rem;
  border-right: 1px solid #333;
}
@media (max-width: 1024px) {
  #top .secCompany__dl dt {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #top .secCompany__dl dt {
    width: 27%;
    padding-left: 1.4rem;
    font-size: 1.3rem;
    padding-block: 1.3rem;
  }
}
#top .secCompany__dl dd {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.83;
  padding-left: 7rem;
  padding-block: 1.8rem;
}
@media (max-width: 768px) {
  #top .secCompany__dl dd {
    padding-left: 2rem;
    font-size: 1.15rem;
    padding-block: 1.5rem 1.3rem;
  }
}
#top .secMessage__txtbox {
  padding-block: 10rem 6.3rem;
}
@media (max-width: 768px) {
  #top .secMessage__txtbox {
    padding-block: 6.8rem 5.1rem;
  }
}
#top .secMessage__txt {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 1.1rem;
}
@media (max-width: 768px) {
  #top .secMessage__txt {
    font-size: 1.15rem;
    line-height: 1.86;
    margin-bottom: 2rem;
  }
}
#top .secMessage__sign {
  text-align: right;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #top .secMessage__sign {
    font-size: 1.15rem;
  }
}
#top .secMessage__sign .name {
  font-size: 2rem;
}
@media (max-width: 768px) {
  #top .secMessage__sign .name {
    font-size: 1.15rem;
  }
}
#top .secActivities {
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  #top .secActivities {
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  #top .secActivities .inner {
    padding-inline: 1.5rem;
  }
}
#top .secActivities__heading {
  margin-bottom: 10.8rem;
}
@media (max-width: 768px) {
  #top .secActivities__heading {
    margin-bottom: 6.9rem;
  }
}
#top .secActivities__logo {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.7rem;
}
@media (max-width: 768px) {
  #top .secActivities__logo {
    margin-bottom: 2rem;
  }
}
#top .secActivities__logo__img {
  margin-left: auto;
}
#top .secActivities__logo__note {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #top .secActivities__logo__note {
    bottom: -1rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #top .secActivities__txtbox {
    max-width: 69%;
  }
}
#top .secActivities__txt {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  #top .secActivities__txt {
    font-size: 1.15rem;
    line-height: 1.86;
    margin-bottom: 2.4rem;
  }
}
#top .secNews {
  margin-bottom: 19.8rem;
}
@media (max-width: 768px) {
  #top .secNews {
    margin-bottom: 5.6rem;
  }
}
#top .secNews__item {
  border-bottom: 1px solid #333;
}
#top .secNews__item .inner {
  display: flex;
}
@media (max-width: 768px) {
  #top .secNews__item .inner {
    padding-inline: 0;
  }
}
#top .secNews__date {
  width: 24%;
  font-size: 1.9rem;
  font-weight: 500;
  padding-left: 8.6rem;
  padding-block: 2.6rem;
  border-right: 1px solid #333;
}
@media (max-width: 1024px) {
  #top .secNews__date {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #top .secNews__date {
    width: 27%;
    padding-left: 0;
    font-size: 1.23rem;
    padding-block: 1.3rem;
  }
}
#top .secNews__cont {
  flex: 1;
  padding-left: 7rem;
  padding-block: 2.6rem;
}
@media (max-width: 768px) {
  #top .secNews__cont {
    padding-left: 2rem;
    padding-right: 1.5rem;
    padding-block: 1.3rem;
  }
}
#top .secNews__txt {
  font-size: 1.8rem;
  line-height: 1.83;
}
@media (max-width: 768px) {
  #top .secNews__txt {
    font-size: 1.15rem;
    line-height: 1.86;
  }
}
#top .secNews__btn {
  margin-top: 2.3rem;
  margin-right: 1.4rem;
}
@media (max-width: 768px) {
  #top .secNews__btn {
    margin-top: 1.3rem;
    margin-right: 0;
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */