@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
.flbanner .close span::before, .flbanner .close span::after, .footer__mainmenu nav .parent__item button::before, .footer__mainmenu nav .parent__item button::after, .header__menu .parent .toggle_menu__button::after, .header__menu .parent .parent__item button::before, .header__menu .parent .parent__item button::after, .header .menu_button::before, .header .menu_button::after, .header .header__logo_img .logo__sapporo::after, .toggle__button span::before, .toggle__button span::after {
  display: block;
  content: "";
  position: absolute;
}

/*! 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: #222;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1.75;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -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: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  -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;
}

picture {
  display: block;
}

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;
}

dt {
  font-weight: normal;
}

a,
input,
textarea,
select,
button {
  outline: none;
  outline-color: #E7404E;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible {
  outline-color: #E7404E;
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}
@-moz-document url-prefix() {
  a:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible,
  button:focus-visible {
    accent-color: #E7404E;
  }
}
a:focus-visible _::-webkit-full-page-media,
a:focus-visible _:future,
a:focus-visible :root,
input:focus-visible _::-webkit-full-page-media,
input:focus-visible _:future,
input:focus-visible :root,
textarea:focus-visible _::-webkit-full-page-media,
textarea:focus-visible _:future,
textarea:focus-visible :root,
select:focus-visible _::-webkit-full-page-media,
select:focus-visible _:future,
select:focus-visible :root,
button:focus-visible _::-webkit-full-page-media,
button:focus-visible _:future,
button:focus-visible :root {
  accent-color: #E7404E;
}

_::-webkit-full-page-media a,
_::-webkit-full-page-media input,
_::-webkit-full-page-media textarea,
_::-webkit-full-page-media select,
_::-webkit-full-page-media button,
_:future a,
_:future input,
_:future textarea,
_:future select,
_:future button,
:root a,
:root input,
:root textarea,
:root select,
:root button {
  accent-color: #E7404E;
}

.font_notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.font_zenoldmincho {
  font-family: "Zen Old Mincho", serif;
}

.font_poppins {
  font-family: "Poppins", sans-serif;
}

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

.fw_midium {
  font-weight: 500 !important;
}

.color_keycolor {
  color: #E7404E;
}

.bg_keycolor {
  background-color: #E7404E;
}

.bg_white {
  background-color: #FFF;
}

.bg_lightbeige {
  background-color: #FCF7EE;
}

.bg_lattice {
  background: url(../img/common/bg_lattice.png) repeat center center;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: center;
}

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

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

.ls_small {
  letter-spacing: -0.1em;
}

.sptel {
  pointer-events: auto;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .sptel {
    pointer-events: none;
    cursor: default;
  }
}

.link_button {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
}
.link_button .link_button__item {
  font-size: 1.4rem;
  font-weight: 500;
  color: #231815;
  letter-spacing: 0;
  min-width: 115px;
  padding-right: 38px;
  position: relative;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .link_button .link_button__item {
    min-width: 125px;
    padding-right: 41px;
  }
}
@media print, screen and (min-width: 920px) {
  .link_button .link_button__item {
    min-width: 135px;
    padding-right: 43px;
  }
}
@media print, screen and (min-width: 1280px) {
  .link_button .link_button__item {
    min-width: 145px;
    padding-right: 45px;
  }
}
.link_button .link_button__item::before, .link_button .link_button__item::after {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .link_button .link_button__item::before, .link_button .link_button__item::after {
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 920px) {
  .link_button .link_button__item::before, .link_button .link_button__item::after {
    width: 38px;
    height: 38px;
  }
}
@media print, screen and (min-width: 1280px) {
  .link_button .link_button__item::before, .link_button .link_button__item::after {
    width: 40px;
    height: 40px;
  }
}
.link_button .link_button__item::before {
  content: "";
  border-radius: 50%;
  background-color: #E7404E;
  z-index: 1;
}
.link_button .link_button__item::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 1.1rem;
  color: #FFF;
  z-index: 2;
}
@media print, screen and (min-width: 920px) {
  .link_button .link_button__item::after {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .link_button .link_button__item:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #E7404E;
  }
  .link_button .link_button__item:where(:any-link, :enabled, summary, span, dt, div):hover::before, .link_button .link_button__item:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform: translateY(-50%) translateX(3px);
  }
}

.toggle__button {
  font-size: 1.4rem;
  font-weight: 500;
  color: #231815;
  min-width: 115px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .toggle__button {
    min-width: 125px;
    gap: 12px;
  }
}
@media print, screen and (min-width: 920px) {
  .toggle__button {
    min-width: 135px;
    gap: 14px;
  }
}
@media print, screen and (min-width: 1280px) {
  .toggle__button {
    min-width: 145px;
    gap: 15px;
  }
}
@media (hover: hover) {
  .toggle__button:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #E7404E;
  }
}
.toggle__button span {
  width: 34px;
  height: 34px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #E7404E;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .toggle__button span {
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 920px) {
  .toggle__button span {
    width: 38px;
    height: 38px;
  }
}
@media print, screen and (min-width: 1280px) {
  .toggle__button span {
    width: 40px;
    height: 40px;
  }
}
.toggle__button span::before, .toggle__button span::after {
  width: 10px;
  height: 1px;
  margin: auto;
  background-color: #FFF;
  inset: 0;
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .toggle__button span::before, .toggle__button span::after {
    width: 11px;
  }
}
@media print, screen and (min-width: 1280px) {
  .toggle__button span::before, .toggle__button span::after {
    width: 12px;
  }
}
.toggle__button span::after {
  transform: rotate(90deg);
}
.toggle__button.is-active span::before {
  transform: rotate(-180deg);
}
.toggle__button.is-active span::after {
  transform: rotate(360deg);
}

.heading_eng_ja {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 5px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .heading_eng_ja {
    gap: 15px;
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 920px) {
  .heading_eng_ja {
    gap: 18px;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1280px) {
  .heading_eng_ja {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.heading_eng_ja .eng {
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .heading_eng_ja .eng {
    width: auto;
  }
}
.heading_eng_ja .ja {
  font-size: 1.8rem;
  line-height: 1.5;
}
.heading_eng_ja.white .eng,
.heading_eng_ja.white .ja {
  color: #FFF;
}
.heading_eng_ja.keycolor .eng,
.heading_eng_ja.keycolor .ja {
  color: #E7404E;
}

.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 {
  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_inline {
    display: inline !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?1ljcig");
  src: url("../fonts/icomoon.eot?1ljcig#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1ljcig") format("truetype"), url("../fonts/icomoon.woff?1ljcig") format("woff"), url("../fonts/icomoon.svg?1ljcig#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external:before {
  content: "\e901";
}

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

.icon-arrow:before {
  content: "\e900";
}

.page_inner_s {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 920px) {
  .page_inner_s {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1280px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 920px) {
  .page_inner_m {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1280px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 920px) {
  .page_inner_l {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1280px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.header {
  width: calc(100% - 20px);
  margin-inline: auto;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 50;
}
@media print, screen and (min-width: 768px) {
  .header {
    width: calc(100% - 40px);
    top: 25px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header {
    width: calc(100% - 60px);
    top: 35px;
  }
}
.header .header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0 8px 8px;
  border-radius: 5px;
  background-color: #FFF;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header .header_flex {
    padding: 10px 0 10px 15px;
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .header_flex {
    padding: 8px 8px 8px 15px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header .header_flex {
    padding: 8px 8px 8px 20px;
    border-radius: 10px;
  }
}
.header .header__logo {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1000px) {
  .header .header__logo {
    width: auto;
  }
}
.header .header__logo_text {
  width: 100px;
}
@media print, screen and (min-width: 768px) {
  .header .header__logo_text {
    width: 130px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header .header__logo_text {
    width: 160px;
  }
}
.header .header__logo_text img {
  width: 100%;
  display: block;
}
.header .header__logo_img {
  width: calc(100% - 110px);
  max-width: 250px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  .header .header__logo_img {
    width: auto;
    max-width: initial;
  }
}
.header .header__logo_img a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header .header__logo_img a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.header .header__logo_img .logo__sapporo {
  width: calc((100% - 20px) * 0.55);
  margin-right: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header .header__logo_img .logo__sapporo {
    width: auto;
  }
}
.header .header__logo_img .logo__sapporo::after {
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  top: 0;
  right: -10px;
}
.header .header__logo_img .logo__obihiro {
  width: calc((100% - 20px) * 0.45);
}
@media print, screen and (min-width: 768px) {
  .header .header__logo_img .logo__obihiro {
    width: auto;
  }
}
.header .header__logo_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .header .header__logo_img img {
    width: auto;
    height: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header .header__logo_img img {
    height: 40px;
  }
}
.header .menu_button {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media print, screen and (min-width: 1000px) {
  .header .menu_button {
    display: none;
  }
}
.header .menu_button::before, .header .menu_button::after {
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #222;
  inset: 0;
  z-index: 1;
  transition: transform 0.5s;
}
.header .menu_button::before {
  transform: translateY(-3px);
}
.header .menu_button::after {
  transform: translateY(3px);
}
.header .menu_button.is-active::before {
  transform: translateY(0) rotate(135deg);
}
.header .menu_button.is-active::after {
  transform: translateY(0) rotate(-135deg);
}

.header__menu {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: none;
  padding-top: 80px;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 1000px) {
  .header__menu {
    width: auto;
    height: auto;
    display: block !important;
    padding-top: 0;
    margin-left: auto;
    background-color: transparent;
    position: static;
  }
}
.header__menu .parent {
  height: calc(100% - 54px);
  border-top: 1px solid #E6E6E6;
  overflow: auto;
}
@media print, screen and (min-width: 768px) {
  .header__menu .parent {
    border-top: none;
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .parent {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: visible;
  }
}
.header__menu .parent > li {
  border-bottom: 1px solid #E6E6E6;
}
@media print, screen and (min-width: 768px) {
  .header__menu .parent > li {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .parent > li {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__menu .parent > li {
    margin-right: 30px;
  }
}
.header__menu .parent .parent__item {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .header__menu .parent .parent__item {
    display: block;
  }
}
.header__menu .parent .parent__item a {
  font-size: 1.4rem;
  font-weight: 500;
  flex: 1;
  padding: 16px 20px;
  transition: color 0.3s;
}
@media print, screen and (min-width: 1000px) {
  .header__menu .parent .parent__item a {
    font-size: 1.5rem;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__menu .parent .parent__item a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .header__menu .parent .parent__item a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #E7404E;
  }
}
.header__menu .parent .parent__item button {
  width: 72px;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .header__menu .parent .parent__item button {
    display: none;
  }
}
.header__menu .parent .parent__item button::before, .header__menu .parent .parent__item button::after {
  width: 18px;
  height: 1px;
  margin: auto;
  background-color: #E7404E;
  inset: 0;
  z-index: 1;
  transition: transform 0.5s;
}
.header__menu .parent .parent__item button::after {
  transform: rotate(90deg);
}
.header__menu .parent .parent__item button.is-active::before {
  transform: rotate(180deg);
}
.header__menu .parent .parent__item button.is-active::after {
  transform: rotate(-180deg);
}
.header__menu .parent .toggle_menu__button {
  padding-right: 18px;
  position: relative;
}
.header__menu .parent .toggle_menu__button::after {
  content: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
  transition: border 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 1000px) {
  .header__menu .parent .toggle_menu__button::after {
    content: "";
  }
}
@media (hover: hover) {
  .header__menu .parent .toggle_menu__button:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    border-right: 2px solid #E7404E;
    border-bottom: 2px solid #E7404E;
    transform: translateY(calc(-50% + 2px)) rotate(45deg);
  }
}
.header__menu .parent .request,
.header__menu .parent .opencampus {
  width: 50%;
  margin-right: 0;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media print, screen and (min-width: 1000px) {
  .header__menu .parent .request,
  .header__menu .parent .opencampus {
    width: auto;
    position: static;
  }
}
.header__menu .parent .request a,
.header__menu .parent .opencampus a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 1000px) {
  .header__menu .parent .request a,
  .header__menu .parent .opencampus a {
    font-size: 1.5rem;
    width: 80px;
    height: 54px;
    padding: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__menu .parent .request a,
  .header__menu .parent .opencampus a {
    font-size: 1.6rem;
    width: 100px;
  }
}
@media (hover: hover) {
  .header__menu .parent .request a:where(:any-link, :enabled, summary, span, dt, div):hover,
  .header__menu .parent .opencampus a:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: #222;
  }
}
.header__menu .parent .request {
  left: 0;
}
.header__menu .parent .request a {
  background-color: #E7404E;
}
.header__menu .parent .opencampus {
  right: 0;
}
.header__menu .parent .opencampus a {
  font-weight: bold;
  background-color: #F29208;
}
.header__menu .parent .opencampus br {
  display: none;
}
@media print, screen and (min-width: 1000px) {
  .header__menu .parent .opencampus br {
    display: block;
  }
}
.header__menu .child {
  width: 100%;
  display: none;
}
@media print, screen and (min-width: 1000px) {
  .header__menu .child {
    padding-top: 10px;
    margin: 0 auto;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    z-index: 50;
  }
}
.header__menu .child ul {
  width: 100%;
  display: grid;
  gap: 25px 20px;
  padding: 0 20px 25px 20px;
  margin-inline: auto;
  border-radius: 5px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .header__menu .child ul {
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .child ul {
    gap: 20px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__menu .child ul {
    border-radius: 10px;
  }
}
.header__menu .child a {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}
@media print, screen and (min-width: 321px) {
  .header__menu .child a {
    font-size: 1.4rem;
  }
}
.header__menu .child img {
  width: 100%;
  display: block;
  margin-bottom: 7px;
  border-radius: 3px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .header__menu .child img {
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 920px) {
  .header__menu .child img {
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__menu .child img {
    border-radius: 10px;
  }
}
.header__menu .child .child__title {
  display: block;
  padding: 0 25px 0 0;
  position: relative;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__menu .child .child__title {
    padding: 0 35px 0 10px;
  }
}
.header__menu .child .child__title::before, .header__menu .child .child__title::after {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__menu .child .child__title::before, .header__menu .child .child__title::after {
    right: 10px;
  }
}
.header__menu .child .child__title::before {
  content: "";
  border-radius: 50%;
  background-color: #E7404E;
}
.header__menu .child .child__title::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 1rem;
  color: #FFF;
  letter-spacing: 0;
  z-index: 1;
}
.header__menu .child .clm3 {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 768px) {
  .header__menu .child .clm3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .child .clm3 {
    width: calc((100% - 60px) / 6 * 3);
  }
}
.header__menu .child .clm6 {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 768px) {
  .header__menu .child .clm6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .child .clm6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.header__menu .child .clm6 .child__title {
  padding-left: 0;
}
@media (hover: hover) {
  .header__menu .child a:where(:any-link, :enabled, summary, span, dt, div):hover .child__title {
    color: #E7404E;
  }
  .header__menu .child a:where(:any-link, :enabled, summary, span, dt, div):hover .child__title::before, .header__menu .child a:where(:any-link, :enabled, summary, span, dt, div):hover .child__title::after {
    transform: translateX(2px);
  }
}

.footer {
  padding-block: 25px 0;
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding-block: 35px;
  }
}
@media print, screen and (min-width: 920px) {
  .footer {
    padding-block: 45px;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer {
    padding-block: 55px;
  }
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .footer__grid {
    grid-template-columns: 230px 1fr;
    gap: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .footer__grid {
    grid-template-columns: 280px 1fr;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer__grid {
    grid-template-columns: 300px 1fr;
    gap: 40px;
  }
}

.footer__info {
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .footer__info {
    order: initial;
  }
}
.footer__info .info__logo {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .footer__info .info__logo {
    gap: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .footer__info .info__logo {
    gap: 35px;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer__info .info__logo {
    gap: 40px;
  }
}
.footer__info .info__logo a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer__info .info__logo a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.footer__info .info__school:not(:last-child) {
  margin-bottom: 12px;
}
.footer__info .info__school p,
.footer__info .info__school dl {
  font-size: 1.2rem;
  color: #808080;
  line-height: 1.5;
}
.footer__info .info__school p {
  margin-bottom: 3px;
}
.footer__info .info__school dl {
  display: flex;
}
.footer__info .info__school dt {
  font-weight: normal;
}
.footer__info .info__school dt::after {
  content: "：";
}
.footer__info .info__school dd a {
  display: block;
}

.footer__sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer__sns a {
  width: 24px;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .footer__sns a {
    width: 25px;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer__sns a {
    width: 26px;
  }
}
@media (hover: hover) {
  .footer__sns a:where(:any-link, :enabled, summary, span, dt, div):hover {
    transform: translateY(-3px);
  }
}
.footer__sns a img {
  width: 100%;
}

.footer__cp {
  line-height: 1.4;
}
.footer__cp small {
  font-size: 1.2rem;
  color: #808080;
  display: block;
}

.footer__menu {
  width: 100%;
  margin-left: auto;
}

.footer__mainmenu {
  width: calc(100% + 40px);
  margin-bottom: 40px;
  margin-left: -20px;
}
@media print, screen and (min-width: 768px) {
  .footer__mainmenu {
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .footer__mainmenu {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer__mainmenu {
    margin-bottom: 80px;
  }
}
.footer__mainmenu nav .parent {
  border-top: 1px solid #E6E6E6;
}
@media print, screen and (min-width: 768px) {
  .footer__mainmenu nav .parent {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr 0.6fr 1.3fr;
    align-items: start;
    gap: 15px;
    border-top: none;
  }
}
@media print, screen and (min-width: 920px) {
  .footer__mainmenu nav .parent {
    gap: 18px;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer__mainmenu nav .parent {
    gap: 20px;
  }
}
.footer__mainmenu nav .parent > li {
  border-bottom: 1px solid #E6E6E6;
}
@media print, screen and (min-width: 768px) {
  .footer__mainmenu nav .parent > li {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__mainmenu nav .parent > li:not(.no_child) {
    padding-left: 8px;
    border-left: 1px solid #E6E6E6;
  }
}
.footer__mainmenu nav .parent__item {
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer__mainmenu nav .parent__item {
    margin-bottom: 10px;
  }
}
.footer__mainmenu nav .parent__item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
  padding: 16px 20px;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .footer__mainmenu nav .parent__item a {
    flex: auto;
    padding: 0;
  }
}
@media (hover: hover) {
  .footer__mainmenu nav .parent__item a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #E7404E;
  }
}
.footer__mainmenu nav .parent__item button {
  width: 72px;
  position: relative;
}
.footer__mainmenu nav .parent__item button::before, .footer__mainmenu nav .parent__item button::after {
  width: 18px;
  height: 1px;
  margin: auto;
  background-color: #E7404E;
  inset: 0;
  z-index: 1;
  transition: transform 0.5s;
}
.footer__mainmenu nav .parent__item button::after {
  transform: rotate(90deg);
}
.footer__mainmenu nav .parent__item button.is-active::before {
  transform: rotate(180deg);
}
.footer__mainmenu nav .parent__item button.is-active::after {
  transform: rotate(-180deg);
}
.footer__mainmenu nav .child {
  display: none;
  padding: 0 20px 25px 20px;
}
@media print, screen and (min-width: 768px) {
  .footer__mainmenu nav .child {
    display: block !important;
    padding: 0;
  }
}
.footer__mainmenu nav .child li:not(:last-child) {
  margin-bottom: 6px;
}
.footer__mainmenu nav .child li a {
  font-size: 1.2rem;
  color: #808080;
  line-height: 1.5;
  display: flex;
  padding: 2px 0;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .footer__mainmenu nav .child li a {
    padding: 0;
  }
}
@media (hover: hover) {
  .footer__mainmenu nav .child li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #E7404E;
  }
}

.footer__submenu {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
}
.footer__submenu ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .footer__submenu ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 920px) {
  .footer__submenu ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
.footer__submenu a {
  font-size: 1.2rem;
  color: #808080;
  line-height: 1.5;
  display: flex;
  transition: color 0.3s;
}
@media (hover: hover) {
  .footer__submenu a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #E7404E;
  }
}

.flbanner {
  width: 26.36%;
  max-width: 290px;
  position: fixed;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .flbanner {
    bottom: 20px;
    right: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .flbanner {
    bottom: 25px;
    right: 25px;
  }
}
@media print, screen and (min-width: 1280px) {
  .flbanner {
    bottom: 30px;
    right: 30px;
  }
}
.flbanner .banner__item {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .flbanner .banner__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .flbanner .banner__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1280px) {
  .flbanner .banner__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.flbanner a {
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s, opacity 0.3s;
}
@media (hover: hover) {
  .flbanner a:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    opacity: 0.8;
  }
}
.flbanner a img {
  width: 100%;
}
.flbanner .close {
  width: 24px;
  height: 24px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
  cursor: pointer;
}
.flbanner .close span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.flbanner .close span::before, .flbanner .close span::after {
  width: 12px;
  height: 1px;
  margin: auto;
  background-color: #FFF;
  inset: 0;
}
.flbanner .close span::before {
  transform: translate(0, -50%) rotate(45deg);
}
.flbanner .close span::after {
  transform: translate(0, -50%) rotate(-45deg);
}

.fbanner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px 15px 15px;
  margin-top: 20px;
}
.fbanner a {
  width: calc((100% - 8px) / 2);
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.fbanner a img {
  width: 100%;
}