@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@700&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

select::-ms-expand {
  display: none;
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #363330;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: 100%;
  background-color: #F0F7FD;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page_head_title_l .en {
  font-size: 1.8rem;
}
.page_head_title_l .jp {
  font-size: 1.6rem;
}

.page_main_title {
  line-height: 1.4;
}
.page_main_title > div {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  text-align: center;
}

.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline,
.pc_flex {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_flex {
    display: flex !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?b576de29d583aaf1b1e566178c5a70b8#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?b576de29d583aaf1b1e566178c5a70b8") format("woff2"), url("../fonts/icons.woff?b576de29d583aaf1b1e566178c5a70b8") format("woff");
  font-style: normal;
  font-display: block;
}
i[class^=icon-]:before, i[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-word:before {
  content: "\f101";
}

.icon-icon-phone:before {
  content: "\f102";
}

.icon-icon-pdf:before {
  content: "\f103";
}

.icon-icon-file:before {
  content: "\f104";
}

.icon-icon-ext:before {
  content: "\f105";
}

.icon-icon-excel:before {
  content: "\f106";
}

.icon-icon-contact:before {
  content: "\f107";
}

.page_inner_s {
  max-width: 800px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1124px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_mod_m {
  max-width: 1124px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_mod_m {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1180px) {
  .page_inner_mod_m {
    width: calc(100% - 160px);
  }
}

.page_inner_1200 {
  max-width: 1124px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_1200 {
    width: calc(100% - 80px);
  }
}

.page_inner_padding_m {
  width: 100%;
  padding-inline: max(25px, (100vw - 1124px) / 2);
}
@media print, screen and (min-width: 768px) {
  .page_inner_padding_m {
    padding-inline: max(40px, (100vw - 1124px) / 2);
  }
}

.page_inner_padding {
  width: 100%;
  padding-inline: max(15px, (100vw - 1000px) / 2);
}
@media print, screen and (min-width: 768px) {
  .page_inner_padding {
    padding-inline: max(40px, (100vw - 1000px) / 2);
  }
}

.page_inner_padding_l {
  width: 100%;
  padding-inline: max(25px, (100vw - 1300px) / 2);
}
@media print, screen and (min-width: 768px) {
  .page_inner_padding_l {
    padding-inline: max(40px, (100vw - 1300px) / 2);
  }
}

.page_inner_padding_mod_l {
  width: 100%;
  padding-inline: max(25px, (100vw - 1200px) / 2);
}
@media print, screen and (min-width: 768px) {
  .page_inner_padding_mod_l {
    padding-inline: max(40px, (100vw - 1200px) / 2);
  }
}

.page_inner_mm {
  max-width: 1200px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_mm {
    width: calc(100% - 80px);
  }
}

.page_inner_1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.page_inner_mod_l {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 1180px) {
  .page_inner_mod_l {
    width: calc(100% - 160px);
  }
}

.page_inner_l {
  max-width: 1300px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_inner_ll {
  max-width: 1500px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_ll {
    width: calc(100% - 80px);
  }
}

div#wrap {
  overflow: hidden;
}
div#wrap > .sp_menu_toggle__btn_wrap {
  opacity: 0;
  position: fixed;
  right: 0;
  width: 9rem;
  height: 9rem;
  top: 0;
  background-color: #363330;
  z-index: 1000;
  transition: 0.3s;
}
div#wrap > .sp_menu_toggle__btn_wrap.active {
  opacity: 1;
  right: 375px;
}
div#wrap > .sp_menu_toggle__btn_wrap.active .sp_menu_toggle__btn_line {
  color: #363330;
  width: calc(100% - 20px);
}
@media print, screen and (min-width: 768px) {
  div#wrap > .sp_menu_toggle__btn_wrap.active .sp_menu_toggle__btn_line {
    width: calc(100% - 30px);
  }
}
div#wrap > .sp_menu_toggle__btn_wrap.active .sp_menu_toggle__btn_line span {
  background: #363330;
}
@media print, screen and (min-width: 768px) {
  div#wrap > .sp_menu_toggle__btn_wrap.active .sp_menu_toggle__btn_line span {
    background: #ffffff;
  }
}
div#wrap > .sp_menu_toggle__btn_wrap.active .sp_menu_toggle__btn_line span:nth-child(2) {
  opacity: 0;
}
div#wrap > .sp_menu_toggle__btn_wrap.active .sp_menu_toggle__btn_line span:nth-child(1) {
  top: 50%;
  transform: rotate(180deg) rotate(25deg);
  width: 100%;
}
div#wrap > .sp_menu_toggle__btn_wrap.active .sp_menu_toggle__btn_line span:nth-child(3) {
  top: 50%;
  transform: rotate(-180deg) rotate(-25deg);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  div#wrap > .sp_menu_toggle__btn_wrap .sp_menu_toggle__btn {
    position: absolute;
    top: 13px;
    width: 100%;
  }
}
div#wrap > .sp_menu_toggle__btn_wrap .text_close {
  margin-top: 5px;
  justify-content: center;
  color: #ffffff;
  display: none;
}
@media print, screen and (min-width: 768px) {
  div#wrap > .sp_menu_toggle__btn_wrap .text_close {
    display: flex;
  }
}

.sp_menu_toggle {
  position: relative;
  display: flex;
  align-items: center;
}
.sp_menu_toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background: #1D6AB5;
}

.sp_menu_toggle__btn {
  width: 6rem;
  background-color: #363330;
  border-radius: 0 0 5px 0;
}
@media (min-width: 972px) {
  .sp_menu_toggle__btn {
    border-radius: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_menu_toggle__btn {
    background-color: transparent;
    padding: 0;
  }
}
.sp_menu_toggle__btn .text {
  display: none;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .sp_menu_toggle__btn .text {
    display: block;
  }
}
@media (hover: hover) {
  .sp_menu_toggle__btn:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn_line span:nth-child(2) {
  opacity: 0;
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn_line span:nth-child(1) {
  top: 50%;
  transform: rotate(35deg);
  width: 100%;
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn_line span:nth-child(3) {
  top: 50%;
  transform: rotate(-35deg);
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .sp_menu_area .contact_button {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sp_menu_area .sp_menu_header {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .sp_menu_area.active .sp_menu_header__content {
    position: absolute;
    right: 375px;
    width: 9rem;
    height: 9rem;
    top: 0;
    background: #4d4945;
  }
}
.sp_menu_area.active .sp_menu_toggle__btn {
  background-color: transparent;
}
@media print, screen and (min-width: 768px) {
  .sp_menu_area.active .sp_menu_toggle__btn {
    position: absolute;
    top: 13px;
    width: 100%;
  }
}
.sp_menu_area.active .sp_menu_toggle__btn .sp_menu_toggle__btn_line {
  color: #363330;
  width: calc(100% - 20px);
}
@media print, screen and (min-width: 768px) {
  .sp_menu_area.active .sp_menu_toggle__btn .sp_menu_toggle__btn_line {
    width: calc(100% - 30px);
  }
}
.sp_menu_area.active .sp_menu_toggle__btn .sp_menu_toggle__btn_line span {
  background: #363330;
}
@media print, screen and (min-width: 768px) {
  .sp_menu_area.active .sp_menu_toggle__btn .sp_menu_toggle__btn_line span {
    background: #ffffff;
  }
}
.sp_menu_area.active .sp_menu_toggle__btn .sp_menu_toggle__btn_line span:nth-child(2) {
  opacity: 0;
}
.sp_menu_area.active .sp_menu_toggle__btn .sp_menu_toggle__btn_line span:nth-child(1) {
  top: 50%;
  transform: rotate(180deg) rotate(25deg);
  width: 100%;
}
.sp_menu_area.active .sp_menu_toggle__btn .sp_menu_toggle__btn_line span:nth-child(3) {
  top: 50%;
  transform: rotate(-180deg) rotate(-25deg);
  width: 100%;
}
.sp_menu_area.active .sp_menu_toggle__btn .text_close {
  margin-top: 5px;
  justify-content: center;
  color: #ffffff;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .sp_menu_area.active .sp_menu_toggle__btn .text_close {
    display: flex;
  }
}

.sp_menu_toggle__btn_line {
  position: relative;
  display: block;
  height: 4rem;
  width: calc(100% - 20px);
  transform: translateX(-50%);
  left: 50%;
  color: #363330;
}
.sp_menu_toggle__btn_line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  background: #ffffff;
  transition: 0.5s;
}
@media print, screen and (min-width: 920px) {
  .sp_menu_toggle__btn_line span {
    background: #363330;
  }
}
.sp_menu_toggle__btn_line span:nth-child(1) {
  top: calc(50% - 10px);
}
.sp_menu_toggle__btn_line span:nth-child(2) {
  width: calc(100% - 6px);
}
.sp_menu_toggle__btn_line span:nth-child(3) {
  top: calc(50% + 10px);
  width: calc(100% - 12px);
}

main {
  padding-top: 70px;
}
@media print, screen and (min-width: 920px) {
  main {
    padding-top: 150px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 7px 5px 2px rgba(154, 154, 154, 0.2);
}
@media (min-width: 972px) {
  .header {
    border-radius: 0;
    box-shadow: unset;
  }
}

.header_main {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline-start: 10px;
  background-color: #F0F7FD;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 972px) {
  .header_main {
    border-radius: 0;
    box-shadow: unset;
  }
}
@media print, screen and (min-width: 920px) {
  .header_main {
    gap: 20px;
    padding: 10px 20px;
  }
}

.header__logo .logo {
  font-size: 0;
  width: 215px;
}
@media print, screen and (min-width: 920px) {
  .header__logo .logo {
    width: 315px;
  }
}
@media (hover: hover) {
  .header__logo .header__logo_link:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}

.header__content {
  display: flex;
  margin-left: auto;
}
@media print, screen and (min-width: 920px) {
  .header__content {
    gap: 0 25px;
  }
}

.contact_button a {
  display: flex;
  gap: 0 8px;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px;
  background-image: linear-gradient(180deg, hsl(55, 100%, 50%) 0%, hsl(53, 100%, 53%) 10%, hsl(52, 100%, 55%) 20%, hsl(50, 100%, 57%) 30%, hsl(48, 100%, 58%) 40%, hsl(46, 100%, 59%) 50%, hsl(44, 100%, 60%) 60%, hsl(43, 100%, 61%) 70%, hsl(41, 100%, 62%) 80%, hsl(39, 100%, 63%) 90%, hsl(37, 100%, 64%) 100%);
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .contact_button a {
    border-radius: 5px;
    padding: 10px 25px;
    flex-direction: row;
    align-items: baseline;
    font-size: clamp(1.8rem, 1.8rem + 0.5vw, 2.8rem);
  }
}
@media (hover: hover) {
  .contact_button a:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.contact_button a .icon {
  font-size: 2.5rem;
  transform: translateY(5px);
}

.header_main .contact_button a {
  display: flex;
  gap: 0 8px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px;
  background-image: linear-gradient(180deg, hsl(55, 100%, 50%) 0%, hsl(53, 100%, 53%) 10%, hsl(52, 100%, 55%) 20%, hsl(50, 100%, 57%) 30%, hsl(48, 100%, 58%) 40%, hsl(46, 100%, 59%) 50%, hsl(44, 100%, 60%) 60%, hsl(43, 100%, 61%) 70%, hsl(41, 100%, 62%) 80%, hsl(39, 100%, 63%) 90%, hsl(37, 100%, 64%) 100%);
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .header_main .contact_button a {
    border-radius: 5px;
    padding: 10px 25px;
    flex-direction: row;
    align-items: baseline;
    font-size: clamp(1.8rem, 1.8rem + 0.5vw, 2.8rem);
    min-width: 270px;
    justify-content: center;
    box-shadow: 0 3px 3px 2px #d9d9d9;
  }
}
.header_main .contact_button a .icon {
  font-size: 2.5rem;
  transform: translateY(5px);
}
@media (hover: hover) {
  .header_main .contact_button a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
    box-shadow: inherit;
    transform: translateY(0);
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 920px) {
  .header_main .contact_button a:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
    opacity: 1;
  }
}

.header_sub {
  border-radius: 0 0 10px 10px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 920px) {
  .header_sub {
    box-shadow: 0 7px 5px 2px rgba(154, 154, 154, 0.2);
    background: #363330;
  }
}

.gl_nav_wrap {
  display: none;
}
@media (min-width: 972px) {
  .gl_nav_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

.gl_nav_main {
  display: none;
}
@media (min-width: 920px) {
  .gl_nav_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1180px) {
  .gl_nav_main {
    gap: 20px;
  }
}
.gl_nav_main > li > a {
  display: flex;
  padding: 15px 0 17px 0;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (hover: hover) {
  .gl_nav_main > li > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  z-index: 500; /* メニューより下、その他要素より上 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* メニューがアクティブの時に表示 */
body.fix .overlay {
  opacity: 1;
  visibility: visible;
}

.sp_menu_area {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 320px;
  max-width: 375px;
  height: 100vh;
  z-index: 600;
  background: #f8f8f8;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
.sp_menu_area.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  overflow-y: auto;
}
@media print, screen and (min-width: 768px) {
  .sp_menu_area .sp_menu_area_inner {
    overflow-y: auto;
  }
}

.sp_menu_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .sp_menu_header {
    border-bottom: none;
    padding: 8px 10px;
    gap: 20px;
    padding: 0 10px;
  }
}

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

.sp_menu_content {
  padding-bottom: 3rem;
}

.sp_menu_main_list {
  border-top: solid 1px #afa091;
}
@media print, screen and (min-width: 768px) {
  .sp_menu_main_list {
    border-top: none;
  }
}
.sp_menu_main_list > li {
  border-bottom: solid 1px #afa091;
}

.sp_menu_main__first_title {
  display: flex;
  gap: 22px;
  align-items: baseline;
  line-height: 1.4;
  padding: 15px 20px;
  position: relative;
}
@media (hover: hover) {
  .sp_menu_main__first_title:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.sp_menu_main__first_title .jp {
  font-size: 1.8rem;
  font-weight: 600;
}
.sp_menu_main__first_title::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("../img/common/arrow_dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sp_menu_main__first_title.dropdown::after {
  transform: translateY(-50%) rotate(90deg);
}

.sp_menu_main_list_child li a {
  padding: 5px 35px;
  font-size: 1.7rem;
  font-weight: 600;
  display: block;
}
@media (hover: hover) {
  .sp_menu_main_list_child li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}

.sp_menu_main_list_child.hidden {
  display: none;
}

/* サブメニューを表示 */
.sp_menu_main_list_child {
  display: block;
}

.sp_menu_sub_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  gap: 10px;
  padding-inline: 10px;
}
@media print, screen and (min-width: 920px) {
  .sp_menu_sub_list {
    gap: 20px;
  }
}
.sp_menu_sub_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: darken;
  border: solid 1px #af9f91;
  border-radius: 10px;
  background-color: #fff;
  width: 130px;
}
@media print, screen and (min-width: 920px) {
  .sp_menu_sub_list li a {
    width: 160px;
  }
}
@media (hover: hover) {
  .sp_menu_sub_list li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.sp_menu_sub_list li img {
  border-radius: 10px;
}

.footer {
  position: absolute;
}

.footer__content {
  background: linear-gradient(180deg, transparent 0%, transparent 20%, rgb(54, 51, 48) 20%, rgb(54, 51, 48) 100%);
}
.footer__content .frame {
  background-color: #ffffff;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 13px 20px 10px rgba(2, 2, 2, 0.2);
}
.footer__content .frame::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 112px;
  background-position: center bottom;
  background-size: cover;
  background-image: url("../img/top/entry_footer_bg.svg");
}

.footer__content.page {
  padding-top: 4rem;
  background: linear-gradient(180deg, #77ABDB 0%, #77ABDB 100%, rgb(54, 51, 48) 100%, rgb(54, 51, 48) 100%);
}
.footer__content.page.no_padding {
  padding-top: 0;
  background: none;
}
.footer__content.page .frame {
  margin-bottom: 6rem;
}
.footer__content.page .frame::after {
  opacity: 0.3;
  background-image: url("../img/common/entry_footer_bg_sp.svg");
}
@media print, screen and (min-width: 768px) {
  .footer__content.page .frame::after {
    opacity: 1;
    background-image: url("../img/top/entry_footer_bg.svg");
  }
}
.footer__content.page .title {
  text-align: center;
}
.footer__content.page .footer_entry_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__content.page .footer_entry_flex > div {
  display: flex;
  flex-direction: column;
  align-items: auto;
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .footer__content.page .footer_entry_flex > div {
    align-items: center;
  }
}
.footer__content.page .footer_phone_number {
  display: none;
}

.footer_entry_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 920px) {
  .footer_entry_flex {
    flex-direction: row;
    align-items: flex-end;
  }
}
.footer_entry_flex .title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  font-family: "Zen Maru Gothic";
  position: relative;
  margin-bottom: 1rem;
  padding-top: 3.5rem;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .footer_entry_flex .title {
    text-align: left;
    font-size: clamp(2.5rem, 2.5rem + 0.5vw, 3.6rem);
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_entry_flex .title {
    white-space: nowrap;
  }
}
.footer_entry_flex .wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .footer_entry_flex .wrap {
    font-size: 1.8rem;
  }
}
.footer_entry_flex .button_wrap {
  margin-top: 2rem;
}
.footer_entry_flex .button_contact {
  display: flex;
  gap: 0 10px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 5px;
  background-image: linear-gradient(180deg, hsl(55, 100%, 50%) 0%, hsl(53, 100%, 53%) 10%, hsl(52, 100%, 55%) 20%, hsl(50, 100%, 57%) 30%, hsl(48, 100%, 58%) 40%, hsl(46, 100%, 59%) 50%, hsl(44, 100%, 60%) 60%, hsl(43, 100%, 61%) 70%, hsl(41, 100%, 62%) 80%, hsl(39, 100%, 63%) 90%, hsl(37, 100%, 64%) 100%);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  border-radius: 5px;
  box-shadow: 0 3px 2px 1px rgba(154, 154, 154, 0.2);
}
@media print, screen and (min-width: 768px) {
  .footer_entry_flex .button_contact {
    gap: 0 20px;
    padding: 10px 40px;
    justify-content: center;
    font-size: clamp(1.7rem, 1.7rem + 0.5vw, 2.1rem);
    min-height: 80px;
    min-width: 450px;
  }
}
@media (hover: hover) {
  .footer_entry_flex .button_contact:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.footer_entry_flex .button_contact .icon {
  transform: translateY(3px);
}
@media (hover: hover) {
  .footer_entry_flex .button_contact:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
@media print, screen and (min-width: 920px) {
  .footer_entry_flex .left {
    width: 100%;
    align-self: flex-start;
  }
}
@media print, screen and (min-width: 920px) {
  .footer_entry_flex .right {
    width: 100%;
  }
}
.footer_entry_flex .footer_phone_number {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-top: 20px;
  gap: 0 15px;
  font-weight: 700;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .footer_entry_flex .footer_phone_number {
    padding-bottom: 5rem;
  }
}
.footer_entry_flex .footer_phone_number span {
  font-size: 1.6rem;
}
.footer_entry_flex .footer_phone_number .icon {
  font-size: 2.5rem;
}
.footer_entry_flex .footer_phone_number .tel {
  font-size: 2.5rem;
  display: inline-block;
}
.footer_entry_flex .right {
  width: 100%;
  position: relative;
  z-index: -1;
}
@media print, screen and (min-width: 920px) {
  .footer_entry_flex .right {
    right: -1vw;
    width: 75vw;
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_entry_flex .right {
    width: 120%;
  }
}

.footer_flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10px;
  background-color: #ffffff;
  gap: 15px 10px;
}
@media print, screen and (min-width: 768px) {
  .footer_flex {
    padding: 35px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer_flex .sp_menu_sub_list {
  align-self: center;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .footer_flex .sp_menu_sub_list {
    align-self: normal;
  }
}
.footer_flex .sp_menu_sub_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .footer_flex .sp_menu_sub_list {
    gap: 20px;
  }
}
.footer_flex .sp_menu_sub_list li {
  width: 40vw;
}
@media print, screen and (min-width: 768px) {
  .footer_flex .sp_menu_sub_list li {
    width: auto;
  }
}
.footer_flex .sp_menu_sub_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: darken;
  border: solid 1px #af9f91;
  border-radius: 10px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer_flex .sp_menu_sub_list li a {
    width: 160px;
  }
}
@media (hover: hover) {
  .footer_flex .sp_menu_sub_list li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.footer_flex .sp_menu_sub_list li img {
  width: 100%;
  border-radius: 10px;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer__logo {
    align-items: flex-start;
    width: calc(100% - 35rem);
  }
}
.footer__logo .logo {
  font-size: 0;
  width: 270px;
}
@media print, screen and (min-width: 920px) {
  .footer__logo .logo {
    width: 350px;
  }
}
@media (hover: hover) {
  .footer__logo .footer__logo_link:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.footer__logo .footer__address {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .footer__logo .footer__address {
    margin-top: 45px;
  }
}

.footer_frame {
  background-color: #ffffff;
}

.bk_brown {
  position: relative;
  background-color: rgb(54, 51, 48);
}

.footer_main_nav {
  padding-top: 40px;
  padding-bottom: 35px;
  color: #ffffff;
  margin-top: 0;
  gap: 0 10px;
  column-count: 2;
}
@media print, screen and (min-width: 768px) {
  .footer_main_nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
  }
}
.footer_main_nav .item {
  display: inline-block;
  width: 100%;
}
.footer_main_nav .column {
  display: contents;
}
@media print, screen and (min-width: 768px) {
  .footer_main_nav .column {
    display: block;
  }
}
@media print, screen and (min-width: 920px) {
  .footer_main_nav {
    grid-template-columns: repeat(5, 1fr);
    width: auto;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.footer_main_nav .item > a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  padding-block: 5px;
}
@media (hover: hover) {
  .footer_main_nav .item > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.footer_main_nav .item > ul a {
  display: block;
  padding-block: 2.5px;
  margin-bottom: 10px;
  padding-left: 2rem;
  position: relative;
}
.footer_main_nav .item > ul a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  left: 0;
  top: 15px;
}
@media (hover: hover) {
  .footer_main_nav .item > ul a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}

.footer_copyright {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer_copyright {
    text-align: left;
  }
}

#scroll-to-top {
  --ui-size: 4rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  position: fixed;
  inset-block: auto 0;
  z-index: 500;
  width: var(--ui-size);
  height: var(--ui-size);
  background-size: contain;
  background-image: url("../img/common/arrow_totop.svg");
  background-position: center;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 1;
  right: 2rem;
  bottom: 1rem;
}
@media print, screen and (min-width: 920px) {
  #scroll-to-top {
    --ui-size: 6rem;
  }
}
#scroll-to-top:hover {
  opacity: 0.7;
}
#scroll-to-top.hidden {
  opacity: 0;
  pointer-events: none;
}
#scroll-to-top > span {
  visibility: hidden;
}

/*# sourceMappingURL=common.css.map */
