@charset "utf-8";

:root {
  --white: #fff;
  --black: #000;
  --light-gray: #f6f6f5;
  --dark-gray: #444444;
  --red: #ea0000;
  --pale-red: #f32f2f;
  --MainFontFamily-Medium: "MFW-PAotoGothicStdN-Medium", "ヒラギノ角ゴ Pro W3";
  --MainFontFamily-Bold: "MFW-PAotoGothicStdN-Bold", "ヒラギノ角ゴ Pro W3";
  --MainFontFamily-Demibold: "MFW-PAotoGothicStdN-DeBold", "ヒラギノ角ゴ Pro W3";
  --SubFontFamily: "BIZ UDGothic", sans-serif;
}

/* Base */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: calc(1em * 0.625);
}
body {
  margin: 0;
  font-family: var(--MainFontFamily-Medium);
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
a img {
  border: none;
}

p {
  line-height: 1.8;
}

address {
  font-family: inherit;
}

@media screen and (min-width: 751px) {
  body {
    width: 100%;
    min-width: 1080px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  img {
    width: 100%;
  }
}

.font31 {
  font-size: 3.1rem;
}
.font32 {
  font-size: 3.2rem;
}
.font33 {
  font-size: 3.3rem;
}
.font34 {
  font-size: 3.4rem;
}
.font35 {
  font-size: 3.5rem;
}
.font36 {
  font-size: 3.6rem;
}
.font37 {
  font-size: 3.7rem;
}
.font38 {
  font-size: 3.8rem;
}
.font39 {
  font-size: 3.9rem;
}
.font40 {
  font-size: 4rem;
}

/*上書き・打消し
---------------------------------------------------------- */
.indent01 > li {
  margin-left: 1.1em !important;
  text-indent: -1.1em;
}

p.indent01.--half,
.indent01.--half > li {
  margin-left: 0.7em !important;
  text-indent: -0.7em;
}

#container {
  min-width: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--MainFontFamily-Medium);
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  background: var(--white);
  overflow: hidden;
}

#container a {
  transition: all 0.3s cubic-bezier(0.19, 0.64, 0.4, 0.89);
}

.footer_simple {
  position: relative;
  padding: 2rem 0;
  background-color: var(--dark-gray);
}
.footer_simple .copyright {
  color: var(--white);
}
.footer_simple::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -0.2rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--dark-gray);
}

@media screen and (max-width: 750px) {
  #container {
    font-size: 1.6rem;
  }

  .footer_simple {
    padding: 2rem 0;
  }
}

.u-min-height-100 {
  min-height: 100px;
}
.u-min-height-150 {
  min-height: 150px;
}
.u-min-height-200 {
  min-height: 200px;
}
.u-min-height-230 {
  min-height: 230px;
}

.u-margin-inline-auto {
  margin-inline: auto;
}

.u-padding-t-0 {
  padding-top: 0 !important;
}
.u-padding-r-0 {
  padding-right: 0 !important;
}
.u-padding-b-0 {
  padding-bottom: 0 !important;
}
.u-padding-l-0 {
  padding-left: 0 !important;
}

@media screen and (min-width: 751px) {
  .u-min-height-100-pc {
    min-height: 100px;
  }
  .u-min-height-150-pc {
    min-height: 150px;
  }
  .u-min-height-auto-pc {
    min-height: auto;
  }

  .u-margin-inline-auto-pc {
    margin-inline: auto;
  }

  .u-padding-t-0-pc {
    padding-top: 0 !important;
  }
  .u-padding-r-0-pc {
    padding-right: 0 !important;
  }
  .u-padding-b-0-pc {
    padding-bottom: 0 !important;
  }
  .u-padding-l-0-pc {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .u-min-height-100-sp {
    min-height: 100px;
  }
  .u-min-height-150-sp {
    min-height: 150px;
  }
  .u-min-height-auto-sp {
    min-height: auto;
  }

  .u-margin-inline-auto-sp {
    margin-inline: auto;
  }

  .u-padding-t-0-sp {
    padding-top: 0 !important;
  }
  .u-padding-r-0-sp {
    padding-right: 0 !important;
  }
  .u-padding-b-0-sp {
    padding-bottom: 0 !important;
  }
  .u-padding-l-0-sp {
    padding-left: 0 !important;
  }
  .sp_pb40 {
    padding-bottom: 40px!important;
  }
}

/*アウトライン
---------------------------------------------------------- */
.o-wrapper {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.o-wrapper > [class^="o-block-"] > section:not(:last-child) {
  margin-bottom: 120px;
}
.o-spread-wrapper {
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 751px) {
  .o-block-110-pc {
    padding: 110px 0;
  }
  .o-block-100-pc {
    padding: 100px 0;
  }
  .o-block-90-pc {
    padding: 90px 0;
  }
  .o-block-80-pc {
    padding: 80px 0;
  }
  .o-block-70-pc {
    padding: 70px 0;
  }
  .o-block-60-pc {
    padding: 60px 0;
  }
  .o-block-50-pc {
    padding: 50px 0;
  }
  .o-block-40-pc {
    padding: 40px 0;
  }
  .o-block-30-pc {
    padding: 30px 0;
  }
  .o-block-20-pc {
    padding: 20px 0;
  }
  .o-block-10-pc {
    padding: 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .o-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }
  .o-wrapper > [class^="o-block-"] > section:not(:last-child) {
    margin-bottom: 70px;
  }
  .o-block-110-sp {
    padding: 110px 0;
  }
  .o-block-100-sp {
    padding: 100px 0;
  }
  .o-block-90-sp {
    padding: 90px 0;
  }
  .o-block-80-sp {
    padding: 80px 0;
  }
  .o-block-70-sp {
    padding: 70px 0;
  }
  .o-block-60-sp {
    padding: 60px 0;
  }
  .o-block-50-sp {
    padding: 50px 0;
  }
  .o-block-40-sp {
    padding: 40px 0;
  }
  .o-block-30-sp {
    padding: 30px 0;
  }
  .o-block-20-sp {
    padding: 20px 0;
  }
  .o-block-10-pc {
    padding: 10px 0;
  }
}

/*共通 付与する
---------------------------------------------------------- */
.c-display-flex {
  display: flex;
}
.c-justify-content-c {
  justify-content: center;
}
.c-justify-content-sb {
  justify-content: space-between;
}
.c-align-items-c {
  align-items: center;
}
.c-flex-direction-column {
  flex-direction: column;
}
.c-flex-wrap-w {
  flex-wrap: wrap;
}
.c-flex-1-1-0per {
  flex: 1 1 0%;
}
ul.c-display-flex.x2 {
  margin: -30px 0 0 -30px;
}
ul.c-display-flex.x2 > li {
  width: calc(100% / 2 - 30px);
  margin: 30px 0 0 30px;
}
.c-flex-order-1 {
  order: 1;
}
.c-flex-order-2 {
  order: 2;
}
.c-flex-order-3 {
  order: 3;
}

.c-z-index-1 {
  position: relative;
  z-index: 1;
}
.c-z-index-2 {
  position: relative;
  z-index: 2;
}
.c-z-index-3 {
  position: relative;
  z-index: 3;
}

.c-line-height-xl {
  line-height: 2;
}
.c-line-height-l {
  line-height: 1.8;
}
.c-line-height-m {
  line-height: 1.6;
}
.c-line-height-s {
  line-height: 1.4;
}
.c-line-height-xs {
  line-height: 1.2;
}

.c-font-weight-b {
  font-family: var(--MainFontFamily-Bold) !important;
}
.c-font-weight-300 {
  font-weight: 300;
}
.c-font-weight-400 {
  font-weight: 300;
}
.c-font-weight-500 {
  font-weight: 300;
}
.c-font-weight-600 {
  font-weight: 600;
}
.c-font-weight-700 {
  font-weight: 700;
}
.c-font-weight-800 {
  font-weight: 800;
}

.c-overflow-hidden {
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .c-display-flex-pc {
    display: flex;
  }
  .c-justify-content-c-pc {
    justify-content: center;
  }
  .c-justify-content-sb-pc {
    justify-content: space-between;
  }
  .c-align-items-c-pc {
    align-items: center;
  }
  .c-flex-direction-column-pc {
    flex-direction: column;
  }
  .c-flex-wrap-w-pc {
    flex-wrap: wrap;
  }
  .c-flex-1-1-0per-pc {
    flex: 1 1 0%;
  }
  ul.c-display-flex-pc.x2 {
    margin: -30px 0 0 -30px;
  }
  ul.c-display-flex-pc.x2 > li {
    width: calc(100% / 2 - 30px);
    margin: 30px 0 0 30px;
  }
  .c-flex-order-1-pc {
    order: 1;
  }
  .c-flex-order-2-pc {
    order: 2;
  }
  .c-flex-order-3-pc {
    order: 3;
  }

  .c-line-height-xl-pc {
    line-height: 2;
  }
  .c-line-height-l-pc {
    line-height: 1.8;
  }
  .c-line-height-m-pc {
    line-height: 1.6;
  }
  .c-line-height-s-pc {
    line-height: 1.4;
  }
  .c-line-height-xs-pc {
    line-height: 1.2;
  }

  .c-font-weight-300-pc {
    font-weight: 300;
  }
  .c-font-weight-400-pc {
    font-weight: 300;
  }
  .c-font-weight-500-pc {
    font-weight: 300;
  }
  .c-font-weight-600-pc {
    font-weight: 600;
  }
  .c-font-weight-700-pc {
    font-weight: 700;
  }
  .c-font-weight-800-pc {
    font-weight: 800;
  }
}

@media screen and (max-width: 750px) {
  .c-display-flex-sp {
    display: flex;
  }
  .c-justify-content-c-sp {
    justify-content: center;
  }
  .c-justify-content-sb-sp {
    justify-content: space-between;
  }
  .c-align-items-c-sp {
    align-items: center;
  }
  .c-flex-direction-column-sp {
    flex-direction: column;
  }
  .c-flex-wrap-w-sp {
    flex-wrap: wrap;
  }
  .c-flex-1-1-0per-sp {
    flex: 1 1 0%;
  }
  ul.c-display-flex.x2 {
    margin: -20px 0 0 -20px;
  }
  ul.c-display-flex.x2 li {
    width: calc(100% - 20px);
    margin: 20px 0 0 20px;
  }
  .c-flex-1-1-0per-sp {
    flex: 1 1 0%;
  }
  .c-flex-order-1-sp {
    order: 1;
  }
  .c-flex-order-2-sp {
    order: 2;
  }
  .c-flex-order-3-sp {
    order: 3;
  }

  .c-line-height-xl-sp {
    line-height: 2;
  }
  .c-line-height-l-sp {
    line-height: 1.8;
  }
  .c-line-height-m-sp {
    line-height: 1.6;
  }
  .c-line-height-s-sp {
    line-height: 1.4;
  }
  .c-line-height-xs-sp {
    line-height: 1.2;
  }

  .c-font-weight-300-sp {
    font-weight: 300;
  }
  .c-font-weight-400-sp {
    font-weight: 300;
  }
  .c-font-weight-500-sp {
    font-weight: 300;
  }
  .c-font-weight-600-sp {
    font-weight: 600;
  }
  .c-font-weight-700-sp {
    font-weight: 700;
  }
  .c-font-weight-800-sp {
    font-weight: 800;
  }
}

/*共通 color,background
---------------------------------------------------------- */
.c-white {
  color: var(--white) !important;
}
.c-black {
  color: var(--black) !important;
}
.c-light-gray {
  color: var(--light-gray) !important;
}
.c-dark-gray {
  color: var(--dark-gray) !important;
}
.c-red {
  color: var(--red) !important;
}
.c-pale-red {
  color: var(--pale-red) !important;
}

[class^="c-bg-"] {
  position: relative;
}
.c-bg-white {
  background-color: var(--white) !important;
}
.c-bg-black {
  background-color: var(--black) !important;
}
.c-bg-light-gray {
  background-color: var(--light-gray) !important;
}
.c-bg-dark-gray {
  background-color: var(--dark-gray) !important;
}
.c-bg-red {
  background-color: var(--red) !important;
}
.c-bg-pale-red {
  background-color: var(--pale-red) !important;
}

/*共通 見出し
---------------------------------------------------------- */
.c-headline__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: inherit;
}
.c-headline-lv2 {
  position: relative;
  z-index: 2;
  color: var(--white);
  font-size: 14rem;
  font-family: var(--MainFontFamily-Bold);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}
.c-headline-lv2 .--large {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.c-headline-lv2.t_right .--large {
  padding: 0 0 0 40px;
}
.c-headline-lv2.t_right::after {
  background-color: var(--red);
}
.c-headline-lv2 .--small {
  position: absolute;
  z-index: 3;
  bottom: 60px;
  left: 0;
  color: var(--black);
  font-size: 3.6rem;
  font-family: var(--MainFontFamily-Bold);
  line-height: 1.5;
}
.c-headline-lv2.t_right .--small {
  right: 0;
  left: auto;
}
.c-matter-content .c-headline-lv2 {
  margin-bottom: 180px;
}
.c-headline-lv3 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 2.8rem;
  font-family: var(--MainFontFamily-Bold);
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .c-headline-lv2 {
    font-size: 6.2rem;
  }
  .c-headline-lv2 .--small {
    bottom: 2.7rem;
    font-size: 1.9rem;
  }
  .c-matter-content .c-headline-lv2 {
    margin-bottom: 11rem;
  }
  .c-headline-lv3 {
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-size: 2.1rem;
  }
}

/*共通 レイアウト関連（box,table,card）
---------------------------------------------------------- */
.c-box {
  padding: 30px 40px;
  background: var(--white);
}
.c-card-item {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}
.c-card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 25px;
}
.c-card__detail {
  flex-grow: 1;
  margin-bottom: 20px;
  color: var(--dark-gray);
}
.c-card-head {
  padding: 7px 15px 5px;
  display: flex;
  flex-direction: column;
  color: var(--white);
  background-color: var(--red);
}
.c-card-head .--date {
  display: inline-block;
  margin-right: 10px;
  font-size: 2rem;
}
.c-card-head .--time {
  display: inline-block;
  font-size: 1.8rem;
}
.c-card__tag {
  border: var(--red) 1px solid;
  border-radius: 30px;
  color: var(--red);
  font-size: 14px;
  margin-bottom: 10px;
  width: fit-content;
  min-width: 110px;
  text-align: center;
}
.c-card__title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  flex-grow: 1;
}
.c-card__venue {
  margin-bottom: 20px;
  color: var(--dark-gray);
}
.c-card__situation {
  padding-top: 20px;
  border-top: dashed 1px var(--dark-gray);
}
.c-card .c-link-arrow__inner {
  max-width: 150px;
}


@media screen and (min-width: 751px) {
  .c-card {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -35px;
  }
  .c-card-item {
    width: calc(100% / 3 - 35px);
    margin: 30px 0 0 35px;
  }
}

@media screen and (max-width: 750px) {
  .c-box {
    padding: 2rem;
  }

  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }
  .c-table th {
    padding: 1.5rem 2rem 1rem;
    font-size: 1.6rem;
  }
  .c-table td {
    padding: 2rem 2rem 1.8rem;
    background-color: var(--white);
  }
  .c-table dl dt {
    width: 100%;
  }
  .c-table dl dd {
    width: 100%;
    margin-top: 0;
    padding-left: 1.1em;
  }
  .c-card-head {
    padding: 0.75rem 2rem 0.75rem;
    text-align: left;
  }
  .c-card-head time {
    font-size: 1.4rem;
  }
  .c-card-head time .--date {
    margin-right: 1.25rem;
    font-size: 1.6rem;
  }
  .c-card-body {
    padding: 2rem 2rem 1.5rem;
  }
  .c-card__title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-family: var(--MainFontFamily-Bold);
  }
  .c-card__venue {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  .c-card__situation {
    padding-top: 1.5rem;
    border-top: dashed 1px var(--dark-gray);
  }
  .c-card__detail {
    margin-bottom: 1.4rem;
    color: var(--dark-gray);
  }
  .c-card-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .group_flex {
    display: flex;
    gap: 20px;
  }
}

/*共通 button,link
---------------------------------------------------------- */
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  min-height: 70px;
  margin: 0 auto;
  color: var(--black);
  font-size: 1.8rem;
  font-family: var(--MainFontFamily-Bold);
  line-height: 1.5;
  text-align: center;
  border-radius: 35px;
  border: 1px solid var(--black);
  background: var(--white);
}
.c-button.--red {
  color: var(--white);
  border: none;
  background: var(--red);
}
.c-button__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: inherit;
  padding: 20px 45px;
}
.c-button__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: var(--black);
  transform: translateY(-50%);
}
.c-button__inner::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
}
.c-button.--red .c-button__inner::before {
  background: var(--white);
}
.c-button.--red .c-button__inner::after {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
}

.c-link-normal {
  text-decoration: underline;
}
[class^="c-link-arrow"] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  margin-inline: auto;
  font-size: 1.8rem;
  font-family: var(--MainFontFamily-Bold);
  line-height: 1.5;
}
.c-link-arrow-gray {
  color: var(--black);
}
.c-link-arrow-red {
  color: var(--red);
}
.c-link-arrow__inner {
  padding: 3px 30px 3px 0;
}
.c-link-arrow__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
}
.c-link-arrow-gray .c-link-arrow__inner::after {
  background: url(../img/arrow_gray.png) no-repeat center;
}
.c-link-arrow-red .c-link-arrow__inner::after {
  background: url(../img/arrow_red.png) no-repeat center;
}

@media screen and (min-width: 751px) {
  .c-button:hover {
    opacity: 0.7;
  }

  .c-link-opacity:hover {
    opacity: 0.6;
  }
  [class^="c-link-arrow"] {
    transition: opacity 0.3s;
  }
  [class^="c-link-arrow"]:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 750px) {
  .c-button {
    max-width: 100vw;
    min-height: 55px;
    font-size: 1.8rem;
  }
  .c-button__inner {
    padding: 1rem 2rem;
  }
  .c-button__inner::before,
  .c-button__inner::after {
    right: 2.8rem;
  }
}

/*共通 accordion
--------------------------------------- */
.accordion-toggle {
	display: none;
}
.accordion-Label {
	padding: 1em;
	display: block;
	color: var(--red);
	background: var(--white);
  border: 1px solid var(--red);
}
.accordion-Label::before {	
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--red);
	border-right: 2px solid var(--red);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.accordion-Label,
.accordion-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.6s;
}
.accordion-content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.accordion-toggle:checked + .accordion-Label + .accordion-content {
	height: auto;
	padding:20px ;
	transition: all .6s;
}
.accordion-toggle:checked + .accordion-Label::before {
	transform: rotate(-45deg) !important;
}

/*共通 footer上部
---------------------------------------------------------- */
.c-footer-head-block {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.c-footer-head__inner {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.c-footer-head__item {
  color: var(--white);
  font-size: 1.8rem;
}

.c-footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  color: var(--white);
  font-size: 1.8rem;
  font-family: var(--MainFontFamily-Bold);
  text-align: center;
}
.c-footer-button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: inherit;
  padding: 15px 30px;
  font-size: 2.4rem;
  min-width: 300px;
}
.c-footer-button p {
  line-height: 1.3;
}

@media screen and (min-width: 751px) {
  .c-footer-head-wrapper {
    background: url(../img/footer_bg_pc.jpg) no-repeat center center;
  }
  .c-footer-head__logo {
    width: 245px;
    margin-right: 170px;
  }
  .c-footer-head__list {
    flex: 1 1 0%;
  }
  .c-footer-head__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .c-footer-head__item a {
    display: inline-block;
    position: relative;
  }
  .c-footer-head__item a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.5s;
  }
  .c-footer-head__item a:hover::after {
    transform: scale(1, 1);
  }
  .c-footer-button__list {
    display: flex;
    gap: 30px;
  }
  .c-footer-button__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-footer-button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 750px) {
  .c-footer-head-wrapper {
    background: url(../img/footer_bg_sp.jpg) no-repeat center center / cover;
  }
  .c-footer-head__inner {
    flex-direction: column;
    padding: 4rem 0;
  }
  .c-footer-head__logo {
    order: 3;
    margin-top: 4rem;
    margin-inline: auto;
  }
  .c-footer-head__logo img {
    width: 45vw;
    width: clamp(193px, 45vw, 200px);
    height: auto;
  }
  .c-footer-head__list {
    order: 1;
  }
  .c-footer-head__item {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .c-footer-head__item:last-child {
    margin-bottom: 3rem;
  }
  .c-footer-button__inner {
    font-size: 1.4rem;
    min-width: 160px;
  }
  .c-footer-button__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .c-footer-button {
    min-height: 60px;
    font-size: 1.6rem;
  }
  .c-footer-button__inner {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 400px) {
  .c-footer-head-block {
    padding-top: 0;
  }
}

/* --------------------------------------------------------------------------------
	header,gnav
-------------------------------------------------------------------------------- */
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
  width: 100%;
  align-items: center;
  background: var(--white);
}
header .inner {
  position: relative;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.inner_menu {
  display: flex;
}
#logo {
  margin: 0;
}
#logo img {
  height: 70px;
  margin: 0 0 0 90px;
}
.entry_btn_fresh {
  text-align: center;
  background: var(--red);
  min-height: inherit;
}
.entry_btn_career {
  text-align: center;
  background: var(--dark-gray);
  min-height: inherit;
}
.entry_btn_career a,
.entry_btn_fresh a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-height: inherit;
  padding: 20px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 1px;
}

@media screen and (min-width: 751px) {
  #logo a:hover {
    opacity: 0.9;
  }
  header .inner {
    justify-content: flex-end;
    width: 100%;
    min-height: 105px;
  }
  #logo {
    position: absolute;
    left: 0;
  }
  .entry_btn_fresh,
  .entry_btn_career,
  .nav-hmbrgr-box {
    transition: all 0.3s ease;
  }
  .entry_btn_fresh:hover,
  .entry_btn_career:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 750px) {
  header {
    height: auto;
  }
  header .inner {
    min-height: 50px;
    padding: 0;
  }
  #logo img {
    width: 120px;
    height: auto;
    margin-left: 12px;
  }
  .entry_btn_fresh a,
  .entry_btn_career a {
    width: clamp(100px, 27vw, 300px);
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.35;
  }
  #container {
    min-width: inherit;
  }
  .no-scroll {
    position: fixed;
  }
}

@media screen and (max-width: 370px) {
  #logo img {
    width: 140px;
    margin-left: 5px;
  }
}


/*メインビジュアル
--------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  background: url(../img/top/hero_top_pc.png) center no-repeat;
  width: 1784px;
  height: 123px;
  z-index: 1;
  top: 0;
  right: 0;
}
.hero::after {
  content: "";
  position: absolute;
  background: url(../img/top/hero_bottom_pc.png) center no-repeat;
  width: 1843px;
  height: 300px;
  bottom: 0;
  left: 0;
}
.hero_inner {
  position: relative;
  z-index: 5;
  margin-inline: auto;
}
.hero_content {
  width: 100%;
}
.hero h1 {
  font-size: 5.5rem;
  font-family: var(--MainFontFamily-Bold);
  color: var(--white);
  letter-spacing: 0.2em;
  line-height: 1.529;
}

@media screen and (min-width: 751px) {
  .hero {
    height: 635px;
    padding: 160px 0 60px;
  }
  .hero_inner {
    width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  .hero {
    padding: 8rem 0 7rem;
  }
  .hero::before {
    content: "";
    position: absolute;
    background: url(../img/top/hero_top_sp.png) top right no-repeat;
    background-size: contain;
    width: 90vw;
    height: 90vw;
    z-index: 1;
    top: 0;
    right: 0;
  }
  .hero::after {
    content: "";
    position: absolute;
    background: url(../img/top/hero_bottom_sp.png) bottom left no-repeat;
    background-size: contain;
    width: 90vw;
    height: 90vw;
    bottom: 0;
    left: 0;
  }
  .hero_inner {
    padding-left: 4%;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero h1 {
    font-size: 3.2rem;
  }
}


/*最新情報
--------------------------------------- */
.news {
  background-color: var(--white);
  padding: 20px 60px 30px;
  margin: 9rem 0 6rem;
  position: relative;
}
.news-list {
  display: flex;
  flex-direction: column;
}
.news-item {
  width: 100%;
}
.news-item__article{
  padding-top: 10px;
  display: flex;
}
.news-item__date {
  margin-right: 30px;
  font-family: var(--MainFontFamily-Bold);
  flex-shrink: 0;
}

@media screen and (min-width: 751px) {
  .news {
    min-width: 1000px;
  }
}

@media screen and (max-width: 750px) {
  .news {
    background-color: var(--white);
    padding: 10px 20px 20px;
    margin-top: 5rem;
  }
  .news-item__article {
    font-size: 1.2rem;
  }
  .news-item__date {
    margin-right: 2rem;
  }
}

/*イベント情報
--------------------------------------- */
.event {
  position: relative;
  background: url(../img/bg_event.png) #f6f6f5 no-repeat center top;
}

/*過去のイベント
--------------------------------------- */
.archive {
  position: relative;
}
.archive::before {
  position: absolute;
  content: url(../img/archive_top_pc.png);
  top: 0;
}
.archive_img {
  position: relative;
}
.archive_img .caption{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: right;
  padding: 5px 20px;
}
.archive_comment {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.archive_comment p {
  display: grid;
  justify-content: center;
}
.balloon-left {
  position: relative;
  display: inline-block;
  justify-items: center;
  margin-left: 3rem;
  padding: 3rem 5rem;
  border-radius: 10px;
  width: calc(100% - 70px);
  font-size: 16px;
  background: var(--light-gray);
  flex-grow: 1;
}
.balloon-left:before {
  content: "";
  position: absolute;
  top: 60%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid var(--light-gray);
}
.balloon-right {
  position: relative;
  display: inline-block;
  justify-items: center;
  margin-right: 3rem;
  padding: 3rem 5rem;
  border-radius: 10px;
  width: calc(100% - 70px);
  font-size: 16px;
  background: var(--light-gray);
  flex-grow: 1;
}
.balloon-right:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid var(--light-gray);
}
.balloon-left p,
.balloon-right p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 751px) {
  .archive_comment img {
    width: 70px;
  }
}

@media screen and (max-width: 750px) {
  .archive::before {
    position: absolute;
    content: url(../img/archive_top_sp.png);
    top: 0;
  }
  .archive_comment {
    margin-top: 20px;
    position: relative;
  }
  .archive_comment .left {
    visibility: visible;
    width: 19%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .archive_comment .right {
    visibility: visible;
    width: 19%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .balloon-left {
    margin: 0 0 7.5rem;
    width: 100%;
    padding: 2rem 3rem;
    width: 100%;
    font-size: 14px;
    background: var(--light-gray);
  }
  .balloon-left:before {
    top: 107%;
    left: 23%;
    margin-left: -15px;
    border-bottom: 15px solid transparent;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid var(--light-gray);
  }
  .balloon-right {
    margin: 0 0 7.5rem;
    width: 100%;
    padding: 2rem 3rem;
    font-size: 14px;
    background: var(--light-gray);
  }
  .balloon-right:before {
    top: 107%;
    left: 77%;
    margin-left: -15px;
    border-bottom: 15px solid transparent;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 20px solid var(--light-gray);
  }
}



/*hero_bg
---------------------------------------------------------- */
.hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero_bg_img,
.hero_bg_img0 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.hero_bg_img {
  animation: image-switch-animation 25s linear infinite;
}
.hero_bg_img0 {
  animation: image-switch-animation0 25s linear;
}
.hero_bg_img:nth-of-type(1) {
  animation-delay: 0s;
}
.hero_bg_img:nth-of-type(2) {
  animation-delay: 5s;
}
.hero_bg_img:nth-of-type(3) {
  animation-delay: 10s;
}
.hero_bg_img:nth-of-type(4) {
  animation-delay: 15s;
}
.hero_bg_img:nth-of-type(5) {
  animation-delay: 20s;
}
.hero_bg img {
  min-height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 751px) {
  .hero_bg {
    height: 635px;
  }
  .hero_bg_img {
    height: 635px;
  }
}
@media screen and (max-width: 750px) {
  
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.15);
  }
  30% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes image-switch-animation0 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}