@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* style */
/* 目次 */
/* __00: 初期設定 */
/* __10: 共通設定 */
/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings */
/* 目次 */
/* __00: 共通設定 */
/* __10: リセット用のプレイスフォルダ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* module */
/* 目次 */
/* __00: mixin */
/* __10: 共通ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: mixin */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Kameron:wght@400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.mincho {
  font-family: var(--font-family-mincho);
}

/* __10: 共通ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-media */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-vw */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-vh */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
:root {
  --font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
  --font-size: 62.5%;
  --font-weight: 400;
  --letter-spacing: 0.1em;
  --line-height: 1.8;
  --transiton-timing-function: cubic-bezier(0.18, 0.89, 0.63, 1);
  --width-space-1: calc(100% - (100vw / (1440 / 240)));
  --width-space-2: calc(100% - 3rem);
  --width: 1440;
}
@media only screen and (max-width: 768px) {
  :root {
    --width: 375;
  }
}

/* __10: リセット用のプレイスフォルダ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body, html, div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

body, html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: var(--background-color);
  color: var(--font-color);
}

body {
  line-height: var(--line-height);
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* typography */
/* 目次 */
/* __00: 共通設定 */
/* __10: Typography */
/* __20: Headline Design */
/* __30: WordPress Editor Size */
/* __40: InputTag */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
:root {
  --font-base-xl: clamp(2.1rem, 1.9865rem + 0.3027vw, 2.4rem);
  --font-base-lg: clamp(1.6rem, 1.5243rem + 0.2018vw, 1.8rem);
  --font-base-md: clamp(1.3rem, 1.1865rem + 0.3027vw, 1.6rem);
  --font-base-sm: clamp(1.2rem, 1.1243rem + 0.2018vw, 1.4rem);
  --font-base-xs: clamp(1.1rem, 1.0243rem + 0.2018vw, 1.3rem);
  --font-base-input: 16px;
  --font-base-h1: clamp(2.4rem, 2.5865rem + 0.3027vw, 3rem);
  --font-base-h2: clamp(2rem, 2.2865rem + 0.3027vw, 2.7rem);
  --font-base-h3: clamp(1.8rem, 1.9865rem + 0.3027vw, 2.4rem);
  --font-base-h4: clamp(1.6rem, 1.6865rem + 0.3027vw, 2.1rem);
  --font-base-h5: clamp(1.6rem, 1.5243rem + 0.2018vw, 1.8rem);
  --font-base-h6: 16px;
}
@media only screen and (max-width: 768px) {
  :root {
    --font-base-h1: 2.4rem;
    --font-base-h2: 1.7rem;
    --font-base-h3: 1.8rem;
    --font-base-h4: 1.6rem;
    --font-base-h5: 1.6rem;
    --font-base-h6: 1.4rem;
  }
}
:root {
  --font-color: #231815;
  --font-caption: #727171;
  --font-link: #296753;
  --font-link-hover: #296753;
  --main-color: #296753;
  --accent-color: #f7b52c;
  --border-color: #cdd4e2;
  --background-color: #ffffff;
  --bg-color-2: #f7f3ea;
  --bg-color-3: #f1ebfa;
  --bg-color-4: #f5c4d1;
  --fsg-main-color: #296753;
  --beauty-main-color: #e6809c;
  --beauty-main-color-2: #e9528e;
  --beauty-accent-color-1: #f09495;
  --beauty-accent-color-2: #f9e6e6;
  --beauty-accent-color-3: #f7f3ea;
  --beauty-accent-color-4: #c4809f;
  --beauty-accent-color-5: #e84c91;
  --beauty-accent-color-6: #fadce9;
  --beauty-accent-color-7: #f9e5ef;
  --beauty-dept-beauty-color-1: #ed81a9;
  --beauty-dept-beauty-color-2: #f198ab;
  --beauty-dept-hair-make-color-1: #e94a46;
  --beauty-dept-hair-make-color-2: #f5ae8d;
  --beauty-dept-total-color-1: #f5b090;
  --beauty-dept-total-color-2: #fad6c6;
  --beauty-dept-bridal-color-1: #87c2bd;
  --beauty-dept-bridal-color-2: #a4d8e0;
  --beauty-dept-fashion-color-1: #b0ca82;
  --beauty-dept-fashion-color-2: #d2e6ae;
  --beauty-dept-business-color-1: #8189c3;
  --beauty-dept-fashion-gradation: linear-gradient(
  	0deg,
  	rgba(238, 230, 250, 1) 0%,
  	rgba(249, 229, 240, 1) 50%
  );
  --beauty-dept-fashion-gradation-2: linear-gradient(
  	0deg,
  	rgba(255, 255, 255, 1) 0%,
  	rgba(238, 230, 250, 1) 40%
  );
  --beauty-dept-fashion-gradation-3: linear-gradient(
  	0deg,
  	rgba(255, 255, 255, 1) 0%,
  	rgba(255, 235, 241, 1) 50%
  );
  --food-main-color: #71bb48;
  --food-main-color-2: #8dc21f;
  --food-accent-color-1: #bad87b;
  --food-accent-color-2: #e1eed5;
  --food-accent-color-3: #f7f3ea;
  --food-accent-color-4: #9dcd75;
  --food-accent-color-5: #22ac38;
  --food-accent-color-6: #ebf5ec;
  --food-accent-color-7: #e4eedb;
  --food-dept-mv-gradation: linear-gradient(
  	0deg,
  	rgba(247, 243, 217, 1) 0%,
  	rgba(228, 238, 219, 1) 50%
  );
  --food-dept-oc-gradation: linear-gradient(
  	0deg,
  	rgba(255, 255, 255, 1) 0%,
  	rgba(247, 243, 217, 1) 40%
  );
  --food-dept-gradation: linear-gradient(
  	0deg,
  	rgba(255, 255, 255, 1) 0%,
  	rgba(236, 255, 235, 1) 50%
  );
  --food-dept-chef-gradient: linear-gradient(90deg, #71bb48 0, #d8e585 100%);
  --food-dept-patissier-gradient: linear-gradient(
  	90deg,
  	#ee87b4 0,
  	#fbcf78 100%
  );
  --food-dept-bread-cafe-gradient: linear-gradient(
  	90deg,
  	#f08324 0,
  	#fedc7c 100%
  );
  --food-dept-cooks-gradient: linear-gradient(90deg, #c8464c 0, #f3aab2 100%);
  --food-dept-confectionery-hygienist-gradient: linear-gradient(
  	90deg,
  	#68ade0 0,
  	#9cd5d9 100%
  );
  --font-family-mincho: "Shippori Mincho", serif;
  --ffGabarito: "Gabarito", serif;
  --ffKameron: "Kameron", serif;
}

.gabarito {
  font-family: var(--ffGabarito);
  font-optical-sizing: auto;
  font-style: normal;
}

.kameron {
  font-family: var(--ffKameron);
  font-optical-sizing: auto;
  font-style: normal;
}

.en {
  font-family: var(--ffGabarito);
}

/* __10: Typography */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __20: Headline Design */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __30: WordPress Editor Size */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __40: InputTag */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

/* 見出し */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
h1 {
  font-size: var(--font-base-h1);
  font-weight: 600;
}

h2 {
  font-size: var(--font-base-h2);
  font-weight: 600;
}

h3 {
  font-size: var(--font-base-h3);
  font-weight: 600;
}

h4 {
  font-size: var(--font-base-h4);
  font-weight: 600;
}

h5 {
  font-size: var(--font-base-h5);
  font-weight: 600;
}

h6 {
  font-size: var(--font-base-h6);
  font-weight: 600;
}

/* テキスト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
a {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

small {
  font-size: 0.8em;
}

sub {
  font-size: 0.5em;
  vertical-align: sub;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

mark {
  background-color: #ffef97;
  padding: 0.2em;
}

code {
  font-size: 0.8em;
}

blockquote {
  padding: 1em 0 1em 2em;
  border-left: 5px solid var(--font-caption);
}
blockquote > * {
  font-family: serif;
  font-style: italic;
  color: var(--font-caption);
}
blockquote > * + * {
  margin-top: 1em;
}

/* リスト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 定義リスト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* テーブル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #727171;
}

thead td {
  font-weight: bold;
}

th {
  border: 1px solid #727171;
  background-color: #ddd;
  font-weight: bold;
  padding: 0.5em;
  text-align: revert;
}

td {
  border: 1px solid #727171;
  padding: 0.5em;
}

/* その他 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form textarea,
form select,
form input[type=file],
form input[type=radio],
form input[type=checkbox],
form input[type=button],
form input[type=submit] {
  all: unset;
  outline: revert;
  -webkit-tap-highlight-color: transparent;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
  font-size: var(--font-base-input);
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=date]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form input[type=file]::-webkit-input-placeholder,
form input[type=radio]::-webkit-input-placeholder,
form input[type=checkbox]::-webkit-input-placeholder,
form input[type=button]::-webkit-input-placeholder,
form input[type=submit]::-webkit-input-placeholder {
  font-size: 1em;
  color: var(--font-caption);
}
form input[type=text]:-webkit-autofill,
form input[type=email]:-webkit-autofill,
form input[type=tel]:-webkit-autofill,
form input[type=date]:-webkit-autofill,
form textarea:-webkit-autofill,
form select:-webkit-autofill,
form input[type=file]:-webkit-autofill,
form input[type=radio]:-webkit-autofill,
form input[type=checkbox]:-webkit-autofill,
form input[type=button]:-webkit-autofill,
form input[type=submit]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: var(--font-color) !important;
}
form textarea {
  resize: none;
}
form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
form input[type=checkbox] + span, form input[type=checkbox] + .wpcf7c-conf-hidden + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 1.5em;
  font-size: var(--font-base-input);
  font-weight: 500;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after, form input[type=checkbox] + .wpcf7c-conf-hidden + span::before, form input[type=checkbox] + .wpcf7c-conf-hidden + span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 1.5em auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + .wpcf7c-conf-hidden + span::before {
  width: 1em;
  height: 1em;
  background: transparent;
  border: 1px solid var(--font-color);
  left: 0;
}
form input[type=checkbox] + span::after, form input[type=checkbox] + .wpcf7c-conf-hidden + span::after {
  opacity: 0;
  width: 0.4em;
  height: 0.8em;
  border-right: 2px solid var(--font-color);
  border-bottom: 2px solid var(--font-color);
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  left: 0.3em;
  bottom: 0.2em;
}
form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
form input[type=checkbox] + .wpcf7c-conf-hidden + span {
  cursor: auto;
}
form input[type=checkbox] + .wpcf7c-conf-hidden + span::after {
  opacity: 1;
}
form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
form input[type=radio] + span, form input[type=radio] + .wpcf7c-conf-hidden + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 1.5em;
  font-size: var(--font-base-input);
  font-weight: 500;
}
form input[type=radio] + span::before, form input[type=radio] + span::after, form input[type=radio] + .wpcf7c-conf-hidden + span::before, form input[type=radio] + .wpcf7c-conf-hidden + span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 1.5em auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
form input[type=radio] + span::before, form input[type=radio] + .wpcf7c-conf-hidden + span::before {
  width: 1em;
  height: 1em;
  background: transparent;
  border: 1px solid var(--font-color);
  left: 0;
}
form input[type=radio] + span::after, form input[type=radio] + .wpcf7c-conf-hidden + span::after {
  opacity: 0;
  width: 0.5em;
  height: 0.5em;
  background: var(--main-color);
  left: 0.25em;
}
form input[type=radio]:checked + span::after {
  opacity: 1;
}
form input[type=radio] + .wpcf7c-conf-hidden + span {
  cursor: auto;
}
form input[type=radio] + .wpcf7c-conf-hidden + span::after {
  opacity: 1;
}
form label {
  display: inline-block;
}
form input[type=button],
form input[type=submit] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
}
form .disabled {
  pointer-events: none;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

/* __10: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  font-size: 0.6944444444vw;
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: var(--font-size);
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: var(--font-size);
  }
}
html.--loading {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  cursor: wait;
}
html[class*="--open"] {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict;
}

body {
  min-width: 1200px;
  font-family: var(--font-family);
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
    margin: 50px 0 80px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}

.nopc {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nopc {
    display: block;
  }
}

.anchor {
  display: block;
  pointer-events: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.fade,
.fadeB,
.fadeL,
.fadeR {
  opacity: 0;
}

:root {
  --base-color: var(--beauty-main-color);
  --bg-color: var(--beauty-accent-color-2);
}

.beauty-home {
  --base-color: var(--beauty-main-color);
  --bg-color: var(--beauty-accent-color-2);
}

.food-home {
  --base-color: var(--food-main-color);
  --bg-color: var(--food-accent-color-2);
}

.bg-color {
  background: var(--bg-color);
}

.anchor_target {
  width: 100%;
  pointer-events: none;
  height: 160px;
  margin-top: -160px;
}
@media only screen and (max-width: 768px) {
  .anchor_target {
    height: 70px;
    margin-top: -70px;
  }
}

/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* module */
/* 目次 */
/* __00: 共通設定 */
/* __10: moduleファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.tool-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .tool-box {
    padding-top: 2.4rem;
    gap: 1.6rem;
  }
}
.tool-box .slider__pagination {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .tool-box .slider__pagination {
    gap: 1.6rem;
  }
}
.tool-box .slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #c6c6c6;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  opacity: 1;
}
.tool-box .slider__pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.tool-box button {
  all: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: url(../images/common/arrow-b.svg);
}
@media (hover: hover) and (pointer: fine) {
  .tool-box button:hover {
    opacity: 0.7;
  }
}
.tool-box button.button__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tool-box button[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
}

.widget_nav_menu .menu-custom-category-container ul li.menu-item {
  margin: 8px 0 0;
}
.widget_nav_menu .menu-custom-category-container ul li.menu-item a {
  border: solid 1px #999;
  display: block;
  padding: 10px 20px;
  background: url("../img/libs/arrow-nav.png") no-repeat right 12px center;
  color: #000;
  font-size: 14px;
  border-radius: 20px;
}
.widget_nav_menu .menu-custom-category-container ul li.menu-item a:hover {
  color: var(--beauty-main-color-2);
}

/* __10: moduleファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* animation.module */
/* 目次 */
/* __00: 共通設定 */
/* __10: ホバーアクション - 下線 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.hintBrowser {
  will-change: transform, opacity;
}

@-webkit-keyframes scrollAnime01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollAnime01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scrollAnime02 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes scrollAnime02 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes scrollAnime03 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@keyframes scrollAnime03 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
/* __10: ホバーアクション - 下線 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* breadcrumb */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.breadcrumb {
  background-color: #ededed;
  padding: 1rem 0;
}
.breadcrumb ol {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb ol {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .breadcrumb ol {
    width: 94%;
  }
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .breadcrumb ol li {
    font-size: 1rem;
  }
}
.breadcrumb ol li:not(:last-child) {
  padding-right: 1em;
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  font-size: 1em;
  padding-left: 1em;
}
.breadcrumb ol li a {
  font-size: 1em;
  text-decoration: none;
  line-height: 1.2;
  color: var(--font-color);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.breadcrumb ol li a > span {
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.breadcrumb ol li a > span::before {
  content: "";
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.breadcrumb ol li a > span::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb ol li a:hover > span::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.breadcrumb ol li .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.2;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* btn */
/* 目次 */
/* __00: 共通設定 */
/* __10: arrow */
/* __20: block */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-wrapper.--align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrapper.--arrow-down .btn::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btn_blue a,
a.btn,
span.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  padding: 0.6em 3em 0.4em;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #000;
  border: 2px solid #000;
  -webkit-filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
          filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
}
@media only screen and (max-width: 768px) {
  .btn_blue a,
  a.btn,
  span.btn {
    font-size: 1.4rem;
    padding: 0.5em 2em 0.4em;
  }
}
.btn_blue a .label,
a.btn .label,
span.btn .label {
  color: #fff;
  position: relative;
}
.btn_blue a,
a.btn,
span.btn {
  font-family: "Gabarito", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
}
html.food-home .btn_blue a,
html.food-home a.btn,
html.food-home span.btn {
  font-family: "Kameron", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
}

/* __10: normal */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.btn_blue a,
a.type__normal,
span.type__normal {
  min-width: 240px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 50px;
  background-color: #e6809c;
}
html.food-home .btn_blue a,
html.food-home a.type__normal,
html.food-home span.type__normal {
  background-color: var(--food-main-color);
}
main.page-course[class*=-course] .btn_blue a,
main.page-course[class*=-course] a.type__normal,
main.page-course[class*=-course] span.type__normal {
  background-color: var(--dept-color) !important;
}
.course-page .btn_blue a,
.course-page a.type__normal,
.course-page span.type__normal {
  background-color: var(--dept-color) !important;
}
.btn_blue a::after,
a.type__normal::after,
span.type__normal::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .btn_blue a::after,
  a.type__normal::after,
  span.type__normal::after {
    width: 0.6rem;
    height: 0.6rem;
    border-width: 1px 1px 0 0;
  }
}
.btn_blue a::before,
a.type__normal::before,
span.type__normal::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0;
  height: 100%;
  background-color: var(--beauty-accent-color-1);
  top: 0;
  left: 0;
  bottom: 0;
}
.--beauty .btn_blue a::before,
.--beauty a.type__normal::before,
.--beauty span.type__normal::before {
  background-color: var(--beauty-accent-color-1) !important;
}
.food .btn_blue a::before, .--food .btn_blue a::before, html.food-home .btn_blue a::before,
.food a.type__normal::before,
.--food a.type__normal::before,
html.food-home a.type__normal::before,
.food span.type__normal::before,
.--food span.type__normal::before,
html.food-home span.type__normal::before {
  background-color: var(--food-accent-color-1);
}
main.page-course[class*=-course] .btn_blue a::before,
main.page-course[class*=-course] a.type__normal::before,
main.page-course[class*=-course] span.type__normal::before {
  background-color: var(--bg-color) !important;
}
.course-page .btn_blue a::before,
.course-page a.type__normal::before,
.course-page span.type__normal::before {
  background-color: var(--bg-color) !important;
}
.btn_blue a .label,
a.type__normal .label,
span.type__normal .label {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .btn_blue a:hover,
  a.type__normal:hover,
  span.type__normal:hover {
    color: #000;
  }
  .btn_blue a:hover::before,
  a.type__normal:hover::before,
  span.type__normal:hover::before {
    width: 100%;
  }
  .btn_blue a:hover::after,
  a.type__normal:hover::after,
  span.type__normal:hover::after {
    border-color: #000;
  }
  .btn_blue a:hover .label,
  a.type__normal:hover .label,
  span.type__normal:hover .label {
    color: #000;
  }
}
.btn_blue a.--white,
a.type__normal.--white,
span.type__normal.--white {
  background-color: #fff;
}
.btn_blue a.--white .label,
a.type__normal.--white .label,
span.type__normal.--white .label {
  color: #000;
}
.btn_blue a.--white::after,
a.type__normal.--white::after,
span.type__normal.--white::after {
  border-color: #000;
}
.btn_blue a.--beauty,
a.type__normal.--beauty,
span.type__normal.--beauty {
  background-color: #f9e6e6;
}
.btn_blue a.--beauty .label,
a.type__normal.--beauty .label,
span.type__normal.--beauty .label {
  color: #000;
}
.btn_blue a.--beauty::before,
a.type__normal.--beauty::before,
span.type__normal.--beauty::before {
  background-color: var(--beauty-accent-color-1) !important;
}
.btn_blue a.--beauty::after,
a.type__normal.--beauty::after,
span.type__normal.--beauty::after {
  border-color: #000;
}
.btn_blue a.--food,
a.type__normal.--food,
span.type__normal.--food {
  background-color: #e1eed5;
}
.btn_blue a.--food .label,
a.type__normal.--food .label,
span.type__normal.--food .label {
  color: #000;
}
.btn_blue a.--food::before,
a.type__normal.--food::before,
span.type__normal.--food::before {
  background-color: var(--food-accent-color-1) !important;
}
.btn_blue a.--food::after,
a.type__normal.--food::after,
span.type__normal.--food::after {
  border-color: #000;
}

@media (hover: hover) and (pointer: fine) {
  .ancur-menu .ancur-list a.btn.type__normal:hover {
    color: #000;
  }
  .ancur-menu .ancur-list a.btn.type__normal:hover .label {
    color: #000;
  }
}

.btn_blue a {
  color: #fff;
  display: block;
  max-width: 300px;
  margin: auto;
}
.btn_blue a::before {
  display: none;
}
.btn_blue a:hover {
  opacity: 1;
  color: #fff;
  background-color: var(--beauty-accent-color-1);
}
html.food-home .btn_blue a:hover {
  background-color: var(--food-accent-color-1);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* drawerButton */
/* 目次 */
/* __00: 共通設定 */
/* __10: 開閉時 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.drawerButton {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 888;
  background-color: #FFF;
  display: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .drawerButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
}
html.--open .drawerButton {
  -webkit-transform: translateX(-270px);
          transform: translateX(-270px);
}
.drawerButton__toggle {
  all: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33px;
  height: 33px;
  margin: auto;
}
.drawerButton__toggle-icon {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9fa0a0;
  position: relative;
  will-change: transform;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s var(--transiton-timing-function);
  transition: -webkit-transform 0.5s var(--transiton-timing-function);
  transition: transform 0.5s var(--transiton-timing-function);
  transition: transform 0.5s var(--transiton-timing-function), -webkit-transform 0.5s var(--transiton-timing-function);
}
.drawerButton__toggle-icon:nth-child(1) {
  margin-top: auto;
}
html.--open .drawerButton__toggle-icon:nth-child(1) {
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
}
.drawerButton__toggle-icon:nth-child(2) {
  margin-top: 5px;
}
html.--open .drawerButton__toggle-icon:nth-child(2) {
  opacity: 0;
}
.drawerButton__toggle-icon:nth-child(3) {
  margin-top: 5px;
}
html.--open .drawerButton__toggle-icon:nth-child(3) {
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
}
.drawerButton__toggle-text {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: auto;
}
.drawerButton__toggle-text span {
  display: block;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.05em;
  text-indent: -0.2em;
  color: #9fa0a0;
  -webkit-transition: opacity 0.5s var(--transiton-timing-function);
  transition: opacity 0.5s var(--transiton-timing-function);
  word-break: keep-all;
}
.drawerButton__toggle-text .--menu {
  opacity: 1;
}
html.--open .drawerButton__toggle-text .--menu {
  opacity: 0;
}
.drawerButton__toggle-text .--close {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
html.--open .drawerButton__toggle-text .--close {
  opacity: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* form.module */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.form {
  position: relative;
}
.form-inner {
  padding-top: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .form-inner {
    padding-top: 3.2rem;
  }
}
.form dl.--column {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 250px auto;
  grid-template-rows: minmax(100px, 1fr);
  border-top: 1px solid var(--border-color);
}
@media only screen and (max-width: 768px) {
  .form dl.--column {
    display: block;
  }
}
.form dl:last-child {
  border-bottom: 1px solid var(--border-color);
}
.form dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .form dt {
    padding: 1rem;
  }
}
.form dt::before, .form dt::after {
  position: absolute;
  width: 1px;
  height: calc(100% - 16px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--border-color);
}
@media only screen and (max-width: 768px) {
  .form dt::before, .form dt::after {
    content: "";
  }
}
.form dt::before {
  left: 0;
}
.form dt::after {
  right: 0;
}
.form dd {
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .form dd {
    padding: 1rem 0;
  }
}
.form dd::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 16px);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: var(--border-color);
}
@media only screen and (max-width: 768px) {
  .form dd::before {
    content: none;
  }
}
.form dd.--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form dd.--column br {
  display: none !important;
}
.form dd.--column .input {
  font-size: 1em;
  line-height: 2.4;
  position: relative;
}
.form dd.--column .input:not(.fr) {
  width: 49%;
}
.form dd.--column .input.fr {
  width: 100%;
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .form dd.--column .input.fr {
    padding-top: 1rem;
  }
}
.form .acceptance {
  text-align: center;
  padding-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .form .acceptance {
    padding-top: 1.6rem;
  }
}
.form .acceptance a {
  color: var(--font-color);
  font-size: 1em;
}
.form .acceptance a > span {
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.form .acceptance a > span::before, .form .acceptance a > span::after {
  content: "";
  background-color: #3e3a39;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.form .acceptance a > span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.form .acceptance a > span::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .form .acceptance a:hover > span::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .form .acceptance a:hover > span::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.form .re_captcha {
  text-align: center;
}
.form .re_captcha p {
  padding-top: 1em;
}
.form .re_captcha a {
  color: var(--font-color);
  font-size: 1em;
}
.form .re_captcha a > span {
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.form .re_captcha a > span::before, .form .re_captcha a > span::after {
  content: "";
  background-color: #3e3a39;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.form .re_captcha a > span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.form .re_captcha a > span::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .form .re_captcha a:hover > span::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .form .re_captcha a:hover > span::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.form .required {
  color: #f4615d;
  font-size: 1em;
}
.form .text-box p {
  line-height: 2;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
  background-color: #fff;
  width: 100%;
  border: 1px solid var(--border-color);
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form textarea:focus {
  outline: none;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  height: 50px;
  padding: 0 0.5em;
}
.form input[type=tel] {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .form input[type=tel] {
    width: 100%;
  }
}
.form textarea {
  height: 360px;
  padding: 0.5em;
}
.form .confirm,
.form .submit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 305px;
  height: 58px;
  border: 1.5px solid var(--main-color);
  background-color: #fff;
  margin: 3.6rem auto 0;
}
@media only screen and (max-width: 768px) {
  .form .confirm,
  .form .submit {
    max-width: 330px;
    width: calc(100% - 45px);
  }
}
.form .confirm input[type=submit],
.form .submit input[type=submit] {
  color: var(--font-color);
}

.form .wpcf7c-conf {
  border: none;
}
.form .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.form .wpcf7-not-valid-tip {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .form .wpcf7-radio .wpcf7-list-item {
    display: block;
  }
}
.form .wpcf7 form .wpcf7-response-output {
  margin-top: 1.6rem;
  padding: 0;
  text-align: center;
  border: none;
}
.form .wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}
.form .wpcf7-spinner {
  position: fixed;
  right: 4rem;
  bottom: 1.8rem;
  background-color: var(--accent-color-1);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .form .wpcf7-spinner {
    right: 0;
    bottom: 24px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* headline.module */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.headline {
  padding-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .headline {
    padding-bottom: 2.4rem;
  }
}
.headline .title {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.beauty-home .headline .title, .food-home .headline .title {
  display: block;
  width: 64%;
  margin: 0 auto;
  max-width: 730px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .headline .title, .food-home .headline .title {
    width: 90%;
  }
}
.headline .title .en {
  font-family: var(--ffGabarito);
  font-size: 5rem;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .headline .title .en {
    font-size: 3rem;
  }
}
.headline .title .label {
  color: #adadad;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .headline .title .label {
    font-size: 1.4rem;
  }
}
.headline .hl-img {
  width: calc(100vw / (1366 / var(--hl-w, 1366)));
  max-width: calc(var(--hl-w) * 1px);
  min-width: calc(var(--hl-w) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .headline .hl-img {
    width: calc(100vw / (375 / (var(--hl-w, 375) * 0.5)));
    min-width: inherit;
  }
}
.headline.--align-center {
  text-align: center;
}

.headline .type-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.headline .type-03::before, .headline .type-03::after {
  content: "";
  display: block;
  width: 1.5rem;
  border: 1px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(transparent 50%, #ffffff 50%);
  background: linear-gradient(transparent 50%, #ffffff 50%);
}
@media only screen and (max-width: 768px) {
  .headline .type-03::before, .headline .type-03::after {
    width: 1rem;
  }
}
.headline .type-03::before {
  border-right: unset;
}
.headline .type-03::after {
  border-left: unset;
}
.headline .type-03 .label {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(transparent 50%, #ffffff 50%);
  background: linear-gradient(transparent 50%, #ffffff 50%);
  font-size: 2.1rem;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  .headline .type-03 .label {
    padding: 0 1rem;
    font-size: 1.6rem;
  }
}
.headline .type-03 .label {
  min-width: 240px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .headline .type-03 .label {
    font-size: 1.6rem;
  }
}
.headline .type-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.headline .type-04:before, .headline .type-04:after {
  content: "";
  width: 3px;
  height: 1.5384615385em;
  background-color: #000;
}
.headline .type-04:before {
  margin-right: 1.1538461538em;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.headline .type-04:after {
  margin-left: 1.1538461538em;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* fsgGroupNav */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.fsgGroupNav .nav ul li a,
.fsgGroupNav .nav ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fsgGroupNav .nav__menu {
  display: grid;
  width: 1100px;
  margin: 0 auto;
  grid-template-columns: repeat(7, auto);
  grid-template-rows: 35px;
}
.fsgGroupNav .nav__menu-item {
  position: relative;
  background-color: rgba(192, 192, 192, 0);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.fsgGroupNav .nav__menu-item:not(:last-child) {
  border-right: 1px solid #fff;
}
.fsgGroupNav .nav__menu-item:last-child {
  width: 240px;
}
@media (hover: hover) and (pointer: fine) {
  .fsgGroupNav .nav__menu-item:hover {
    background-color: rgba(192, 192, 192, 0.5);
  }
}
.fsgGroupNav .nav__menu-item > a,
.fsgGroupNav .nav__menu-item > span {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fsgGroupNav .nav__child-menu {
  position: absolute;
  z-index: 99;
  top: 35px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fsgGroupNav .nav__child-menu-item {
  margin-bottom: 1px;
}
.fsgGroupNav .nav__child-menu-item a {
  min-height: 42px;
  background-color: rgba(35, 24, 21, 0.8);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  padding: 0.5em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .fsgGroupNav .nav__child-menu-item a:hover {
    background-color: rgb(35, 24, 21);
  }
}
.fsgGroupNav .nav .--has-child-menu:hover .nav__child-menu {
  opacity: 1;
  pointer-events: all;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* globalNav */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.globalNav .nav {
  position: relative;
}
.globalNav .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalNav .nav ul li .label {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  -webkit-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.--h-fixed .globalNav .nav ul li .label {
  font-size: 12px;
}
.globalNav .nav .child-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin: 0 auto;
  border-top: 1px solid #e8e9ec;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px -3px #ccc;
          box-shadow: 0 3px 3px -3px #ccc;
  opacity: 0;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0 ease 0.5s;
  transition: opacity 0.3s ease, -webkit-transform 0 ease 0.5s;
  transition: transform 0 ease 0.5s, opacity 0.3s ease;
  transition: transform 0 ease 0.5s, opacity 0.3s ease, -webkit-transform 0 ease 0.5s;
}
.globalNav .nav__menu {
  width: 100%;
  max-width: 1440px;
  height: 60px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(var(--navCount), 1fr);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.--h-fixed .globalNav .nav__menu {
  height: 50px;
}
.globalNav .nav__menu-item > a {
  color: var(--font-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .globalNav .nav__menu-item > a:hover {
    color: var(--base-color);
  }
}
.globalNav .nav__menu-item > a .label {
  width: 100%;
  text-align: center;
  border-left: 1px solid #ccc;
}
.globalNav .nav__menu-item:last-child > a .label {
  border-right: 1px solid #ccc;
}
.globalNav .nav__child-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 1030px;
  padding: 24px 0;
  margin: 0 auto;
}
.globalNav .nav__child-menu-item {
  width: 25%;
  height: 50px;
}
.globalNav .nav__child-menu-item a > span {
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.globalNav .nav__child-menu-item a > span::before {
  content: "";
  background-color: #3e3a39;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.globalNav .nav__child-menu-item a > span::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media (hover: hover) and (pointer: fine) {
  .globalNav .nav__child-menu-item a:hover > span::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.globalNav .nav__child-menu-item a {
  color: var(--base-color);
}
html.beauty-home .globalNav .nav__child-menu-item a {
  color: var(--beauty-main-color);
}
html.food-home .globalNav .nav__child-menu-item a {
  color: var(--food-main-color);
}
.globalNav .nav__child-menu-item a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid var(--base-color);
  border-right: 2px solid var(--base-color);
  margin-right: 0.75em;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.globalNav .nav__child-menu-item a .label::before {
  background-color: var(--main-color);
}
html.beauty-home .globalNav .nav__child-menu-item a .label::before, html.food-home .globalNav .nav__child-menu-item a .label::before {
  background-color: var(--base-color);
}
.globalNav .nav .--has-child-menu:hover .child-menu {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.--h-fixed .globalNav .nav .--has-child-menu:hover .child-menu {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* drawerNav */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.drawerNav {
  position: fixed;
  width: 270px;
  height: 100vh;
  height: 100dvh;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
  pointer-events: none;
  will-change: transform;
  -webkit-transform: translateX(270px);
          transform: translateX(270px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .drawerNav {
    display: block;
  }
}
html.--open .drawerNav {
  overscroll-behavior-y: contain;
  overflow-y: scroll;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawerNav .nav ul li {
  border-bottom: 1px solid #fff;
}
.drawerNav .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 44px;
  padding: 0.5em 1em;
}
.drawerNav .nav ul li a .label {
  font-size: 14px;
}
.drawerNav .nav__menu-item a {
  background-color: var(--beauty-main-color);
}
html.beauty-home .drawerNav .nav__menu-item a {
  background-color: var(--beauty-main-color);
}
html.food-home .drawerNav .nav__menu-item a {
  background-color: var(--food-main-color);
}
.drawerNav .nav__menu-item a .label {
  color: #fff;
}
.drawerNav .nav__child-menu-item:first-child {
  border-top: 1px solid #fff;
}
.drawerNav .nav__child-menu-item:last-child {
  border-bottom: none;
}
.drawerNav .nav__child-menu-item a {
  background-color: var(--beauty-accent-color-2);
}
html.beauty-home .drawerNav .nav__child-menu-item a {
  background-color: var(--beauty-accent-color-2);
}
html.food-home .drawerNav .nav__child-menu-item a {
  background-color: var(--food-accent-color-2);
}
.drawerNav .nav__child-menu-item a .label {
  color: var(--font-caption);
}
.drawerNav .nav__sub-menu-item a {
  background-color: var(--font-caption) !important;
}
.drawerNav .nav__sub-menu-item a .label {
  color: #fff;
}
.drawerNav .nav__sub-menu-item a .icon {
  width: 1.5em;
  border: none;
}
.drawerNav .nav__fsg-group-item > a > .label {
  font-weight: 700;
}
.drawerNav .nav__fsg-group-item a {
  background-color: #296753;
}
.drawerNav .nav__fsg-group-item a .label {
  color: #fff;
}
.drawerNav .nav__fsg-group-item > .nav__child-menu a {
  background-color: #eff0f0 !important;
}
.drawerNav .nav__fsg-group-item > .nav__child-menu > .nav__child-menu-item:last-child > a > .label {
  color: gray;
}
.drawerNav .nav__fsg-group-item > .nav__child-menu > .nav__child-menu-item:last-child > a > .acdn__toggle-icon {
  border-color: gray;
}
.drawerNav .nav__fsg-group-item > .nav__child-menu .nav__child-menu .nav__child-menu-item a {
  background-color: rgba(35, 24, 21, 0.8) !important;
}
.drawerNav .nav__curriculum-item a {
  background-color: var(--food-main-color);
}
html.beauty-home .drawerNav .nav__curriculum-item a {
  background-color: var(--food-main-color);
}
html.food-home .drawerNav .nav__curriculum-item a {
  background-color: var(--beauty-main-color);
}
.drawerNav .nav__curriculum-item a .label {
  color: #fff;
}
.drawerNav .acdn__toggle-icon {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.drawerNav .acdn__toggle.--active .acdn__toggle-icon {
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}
.drawerNav .acdn__toggle + ul {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* subNav */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.subNav .nav__menu {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
}
.subNav .nav__menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: gray;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 0.5em;
  gap: 0.5em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .subNav .nav__menu-item a:hover {
    background-color: #000000;
  }
}
.subNav .nav__menu-item svg {
  display: block;
  width: 14px;
  height: 100%;
}
.subNav .nav__menu-item svg path {
  fill: #FFF;
}
.subNav .nav__menu-item .label {
  color: #FFF;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* fixNav */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.fixNav {
  position: fixed;
  width: 80px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .fixNav {
    top: inherit;
    left: 0;
    width: 100%;
  }
}
.fixNav .nav__menu {
  display: grid;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .fixNav .nav__menu {
    grid-template-columns: repeat(4, auto);
    gap: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--beauty-main-color);
  }
  html.beauty-home .fixNav .nav__menu {
    background-color: var(--beauty-accent-color-5);
  }
  html.food-home .fixNav .nav__menu {
    background-color: var(--food-accent-color-5);
  }
  .fixNav .nav__menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(97, 97, 97, 0.6)));
    background: -webkit-linear-gradient(left, #fff 0%, rgba(97, 97, 97, 0.6) 100%);
    background: linear-gradient(90deg, #fff 0%, rgba(97, 97, 97, 0.6) 100%);
    opacity: 0.5;
    mix-blend-mode: multiply;
  }
}
.fixNav .nav__menu-item a {
  display: grid;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  pointer-events: all;
  padding: 1rem 0;
  gap: 5px;
  min-height: 80px;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: var(--beauty-accent-color-5);
}
html.beauty-home .fixNav .nav__menu-item a {
  background-color: var(--beauty-accent-color-5);
}
html.food-home .fixNav .nav__menu-item a {
  background-color: var(--food-accent-color-5);
}
@media only screen and (max-width: 768px) {
  .fixNav .nav__menu-item a {
    height: 50px;
    min-height: inherit;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 5px 0;
    border-left: 1px solid #fff;
  }
  html.beauty-home .fixNav .nav__menu-item a {
    background-color: transparent;
  }
  html.food-home .fixNav .nav__menu-item a {
    background-color: transparent;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fixNav .nav__menu-item a:hover {
    opacity: 0.7;
  }
}
.fixNav .nav__menu-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(97, 97, 97, 0.6)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(97, 97, 97, 0.6) 100%);
  background: linear-gradient(0, #fff 0%, rgba(97, 97, 97, 0.6) 100%);
  opacity: 0.5;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  .fixNav .nav__menu-item a::before {
    content: none;
  }
}
.fixNav .nav__menu-item a span {
  display: block;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.fixNav .nav__menu-item a.--course.transition-food {
  background-color: var(--food-accent-color-5);
}
.fixNav .nav__menu-item a.--course.transition-beauty {
  background-color: var(--beauty-accent-color-5);
}
.fixNav .nav__menu-item a.--course.--index {
  border: 2px solid var(--border-color);
  background-color: #fff;
}
.fixNav .nav__menu-item .icon {
  width: 38px;
  height: 28px;
  margin: 0 auto;
  border: none;
}
@media only screen and (max-width: 768px) {
  .fixNav .nav__menu-item .icon {
    width: 30px;
    height: 22px;
  }
}
.fixNav .nav__menu-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixNav .nav__menu-item .label {
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  .fixNav .nav__menu-item .label {
    font-size: 10px;
  }
}
.fixNav .nav__menu-item .day {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .fixNav .nav__menu-item .day {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .fixNav .nav__menu-item:first-child {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .fixNav .nav__menu-item:nth-child(2) a {
    border-left: none;
  }
  .fixNav .nav__menu-item:nth-child(2) .icon {
    grid-column: 1;
    grid-row: 1/3;
  }
  .fixNav .nav__menu-item:nth-child(2) .label {
    grid-column: 2;
  }
  .fixNav .nav__menu-item:nth-child(2) .dat {
    grid-column: 2;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* courseNav */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.course-nav {
  position: absolute;
  right: 110px;
  top: 290px;
  z-index: 2;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .course-nav {
    display: none;
  }
}
.course-nav a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .course-nav a:hover {
    opacity: 0.7;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* popupbnr */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.popupbnr {
  width: 90%;
  max-width: 800px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .popupbnr {
    width: 80%;
  }
}
.popupbnr-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.popupbnr-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}
.popupbnr__item {
  display: block;
  background-color: #fff;
}
.popupbnr__item img {
  width: 100%;
}
.popupbnr__close {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #fff;
  font-size: 30em;
  line-height: 50px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  .popupbnr__close {
    line-height: 30px;
    font-size: 45px;
  }
}
.popupbnr__close:hover {
  opacity: 0.7;
}
.popupbnr__checker {
  background-color: #fff;
  text-align: center;
  padding: 0.5em;
}
.popupbnr__checker label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .popupbnr__checker label {
    height: 40px;
  }
}
.popupbnr__checker span {
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .popupbnr__checker span {
    font-size: 15px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* blocks */
/* 目次 */
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* content */
/* 目次 */
/* __00: 初期設定 */
/* __10: contentファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* content */
/* 目次 */
/* __00: 初期設定 */
/* __10: 固定ページ */
/* __20: 投稿ページ */
/* __30: 投稿カテゴリーページ */
/* __40: 投稿アーカイブページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: 固定ページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __20: 投稿ページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __30: 投稿カテゴリーページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __40: 投稿アーカイブページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __50: カスタム投稿記事ページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
main.single .content__post {
  padding-block: 12rem;
}
@media only screen and (max-width: 768px) {
  main.single .content__post {
    padding-block: 6rem;
  }
}
main.single .content__post .post__title {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  main.single .content__post .post__title {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
main.single .content__post .post__title {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: var(--font-base-xs);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.6rem;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  main.single .content__post .post__title {
    margin-bottom: 3.2rem;
  }
}
main.single .content__post .post__title .date {
  color: var(--font-color);
}
main.single .content__post .post__title .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  grid-column: 2/4;
  margin-left: auto;
}
main.single .content__post .post__title .category .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 26px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0 1em;
  color: var(--accent-color-2);
  cursor: pointer;
  -webkit-transition: all 0.3s var(--transiton-timing-function);
  transition: all 0.3s var(--transiton-timing-function);
}
@media (hover: hover) and (pointer: fine) {
  main.single .content__post .post__title .category .label:hover {
    color: #fff;
    background-color: var(--accent-color-2);
    border-color: var(--accent-color-2);
  }
}
main.single .content__post .post__title .title {
  grid-column: 1/4;
}
main.single .content__post .post__title .title h1 {
  color: var(--accent-color-1);
}
main.single .content__post .post__container {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  main.single .content__post .post__container {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
main.single .content__post .post__container ul,
main.single .content__post .post__container ol {
  list-style: revert;
  margin-left: 1.8rem;
}
main.single .content__post .post__container h1 {
  margin: 1.25em 0;
}
main.single .content__post .post__container h2 {
  padding: 0.75em 1.75em;
  background: url(../images/common/bg-parts/parts_h2.png) repeat;
  position: relative;
  margin: 1.25em 0;
  line-height: 1.5;
}
main.single .content__post .post__container h2::before {
  content: "";
  width: 0.25em;
  height: 1em;
  position: absolute;
  left: 0.75em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 6px;
  background-color: var(--beauty-main-color);
}
html.beauty-home main.single .content__post .post__container h2::before {
  background-color: var(--beauty-main-color);
}
html.food-home main.single .content__post .post__container h2::before {
  background-color: var(--food-main-color);
}
main.single .content__post .post__container h3 {
  padding-bottom: 0.625em;
  margin: 1.25em 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
main.single .content__post .post__container h3::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--beauty-main-color);
}
html.beauty-home main.single .content__post .post__container h3::before {
  background-color: var(--beauty-main-color);
}
html.food-home main.single .content__post .post__container h3::before {
  background-color: var(--food-main-color);
}
main.single .content__post .post__container h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.25em 0;
}
main.single .content__post .post__container h4::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: var(--beauty-main-color);
}
html.beauty-home main.single .content__post .post__container h4::before {
  background-color: var(--beauty-main-color);
}
html.food-home main.single .content__post .post__container h4::before {
  background-color: var(--food-main-color);
}
main.single .content__post .post__container h5 {
  margin: 1.25em 0;
}
main.single .content__post .post__container h6 {
  margin: 1.25em 0;
}
main.single .content__post .post__container > *:not(h1):not(h3):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 2rem;
}
main.single .content__post .post__container > *:first-child {
  margin-top: 0;
}
main.single .content__post .post__container a {
  text-decoration: underline;
}
main.single .content__post .--mw-sm {
  max-width: 910px;
}
main.category .content__archive {
  padding-block: 12rem;
}
@media only screen and (max-width: 768px) {
  main.category .content__archive {
    padding-block: 6rem;
  }
}
main.category .content__archive .--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main.category .content__archive .--grid {
  display: grid;
}
main.category .content__archive .post {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  main.category .content__archive .post {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
main.category .content__archive .post.--mw-sm {
  max-width: 910px;
}
main.category .content__archive .category__list {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  main.category .content__archive .category__list {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
main.category .content__archive .category__list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  grid-column: 1;
  grid-row: 1;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  main.category .content__archive .category__list {
    gap: 0.8rem;
    padding-bottom: 3.2rem;
  }
}
main.category .content__archive .category__list-item .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 26px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0 1em;
  color: var(--accent-color-2);
  cursor: pointer;
  -webkit-transition: all 0.3s var(--transiton-timing-function);
  transition: all 0.3s var(--transiton-timing-function);
}
@media (hover: hover) and (pointer: fine) {
  main.category .content__archive .category__list-item .label:hover {
    color: #fff;
    background-color: var(--accent-color-2);
    border-color: var(--accent-color-2);
  }
}
main.archive .content__archive {
  padding-block: 12rem;
}
@media only screen and (max-width: 768px) {
  main.archive .content__archive {
    padding-block: 6rem;
  }
}
main.archive .content__archive .--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main.archive .content__archive .--grid {
  display: grid;
}
main.archive .content__archive .post {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  main.archive .content__archive .post {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
main.archive .content__archive .post.--mw-sm {
  max-width: 910px;
}
main.archive .content__archive .category__list {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  main.archive .content__archive .category__list {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
main.archive .content__archive .category__list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  grid-column: 1;
  grid-row: 1;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  main.archive .content__archive .category__list {
    gap: 0.8rem;
    padding-bottom: 3.2rem;
  }
}
main.archive .content__archive .category__list-item .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 26px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0 1em;
  color: var(--accent-color-2);
  cursor: pointer;
  -webkit-transition: all 0.3s var(--transiton-timing-function);
  transition: all 0.3s var(--transiton-timing-function);
}
@media (hover: hover) and (pointer: fine) {
  main.archive .content__archive .category__list-item .label:hover {
    color: #fff;
    background-color: var(--accent-color-2);
    border-color: var(--accent-color-2);
  }
}
main.page_404 .contents__block h1 {
  margin: 1.25em 0;
}
main.page_404 .contents__block h2 {
  padding: 0.75em 1.75em;
  background: url(../images/common/bg-parts/parts_h2.png) repeat;
  position: relative;
  margin: 1.25em 0;
  line-height: 1.5;
}
main.page_404 .contents__block h2::before {
  content: "";
  width: 0.25em;
  height: 1em;
  position: absolute;
  left: 0.75em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 6px;
  background-color: var(--beauty-main-color);
}
html.beauty-home main.page_404 .contents__block h2::before {
  background-color: var(--beauty-main-color);
}
html.food-home main.page_404 .contents__block h2::before {
  background-color: var(--food-main-color);
}
main.page_404 .contents__block h3 {
  padding-bottom: 0.625em;
  margin: 1.25em 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
main.page_404 .contents__block h3::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--beauty-main-color);
}
html.beauty-home main.page_404 .contents__block h3::before {
  background-color: var(--beauty-main-color);
}
html.food-home main.page_404 .contents__block h3::before {
  background-color: var(--food-main-color);
}
main.page_404 .contents__block h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.25em 0;
}
main.page_404 .contents__block h4::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: var(--beauty-main-color);
}
html.beauty-home main.page_404 .contents__block h4::before {
  background-color: var(--beauty-main-color);
}
html.food-home main.page_404 .contents__block h4::before {
  background-color: var(--food-main-color);
}
main.page_404 .contents__block h5 {
  margin: 1.25em 0;
}
main.page_404 .contents__block h6 {
  margin: 1.25em 0;
}
main.page_404 .contents__block ul,
main.page_404 .contents__block ol {
  list-style: revert;
  margin-left: 1.8rem;
}

#post__open-campus .content__post {
  padding-top: 6.4rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .content__post {
    padding-top: 3.2rem;
  }
}
#post__open-campus .post__title .title h1 {
  font-size: clamp(3.4rem, 3.0216rem + 1.0091vw, 4.4rem);
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1.6rem;
}
#post__open-campus .post__title .meta {
  padding-bottom: 1.6rem;
}
#post__open-campus .post__title .meta .date {
  display: grid;
  grid-template-columns: 40px auto auto;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 8px;
}
#post__open-campus .post__title .meta .text {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
}
#post__open-campus .post__title .meta .text.--beauty {
  background-color: var(--beauty-accent-color-5);
}
#post__open-campus .post__title .meta .text.--food {
  background-color: var(--food-main-color);
}
#post__open-campus .post__title .meta .day {
  font-size: 5.2rem;
}
#post__open-campus .post__title .meta .week {
  font-size: 2.8rem;
}
#post__open-campus .post__title .meta .time {
  font-size: 2.4rem;
  text-align: center;
  grid-column: 1/4;
}
#post__open-campus .post__container img {
  width: 100%;
}
#post__open-campus .post__container .contents__block + .contents__block {
  padding-top: 6.4rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .contents__block + .contents__block {
    padding-top: 3.2rem;
  }
}
#post__open-campus .post__container .en {
  text-transform: uppercase;
}
#post__open-campus .post__container .con__outline .contents__block {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#post__open-campus .post__container .con__outline dl {
  display: grid;
  grid-template-columns: 170px auto;
  gap: 3.2rem;
  margin: 0 auto;
  max-width: 1100px;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__outline dl {
    grid-template-columns: 100px auto;
    gap: 1.6rem;
  }
}
#post__open-campus .post__container .con__outline dl dt {
  position: relative;
}
#post__open-campus .post__container .con__outline dl dt .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--font-base-xl);
  gap: 1.2rem;
}
#post__open-campus .post__container .con__outline dl dt .time::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--beauty-accent-color-6);
}
.food-home #post__open-campus .post__container .con__outline dl dt .time::before {
  background-color: var(--food-main-color);
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__outline dl dt .time::before {
    width: 20px;
    height: 20px;
  }
}
#post__open-campus .post__container .con__outline dl dd h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid var(--beauty-accent-color-5);
}
.food-home #post__open-campus .post__container .con__outline dl dd h4 {
  border-bottom: 2px solid var(--food-accent-color-5);
}
#post__open-campus .post__container .con__outline dl dd p {
  line-height: 2;
}
#post__open-campus .post__container .con__outline dl:not(:last-child) {
  padding-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__outline dl:not(:last-child) {
    padding-bottom: 2.4rem;
  }
}
#post__open-campus .post__container .con__outline dl:not(:last-child) dt::before {
  content: "";
  background-color: var(--border-color);
  position: absolute;
  z-index: -1;
  left: 19px;
  top: 40px;
  width: 2px;
  height: calc(100% + var(--font-base-xl) / 2);
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__outline dl:not(:last-child) dt::before {
    top: 20px;
    left: 9px;
  }
}
#post__open-campus .post__container .con__training {
  background-color: var(--beauty-accent-color-6);
}
.food-home #post__open-campus .post__container .con__training {
  background-color: #ebf5ec;
}
#post__open-campus .post__container .con__training .--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__training .--grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3.2rem;
  }
}
#post__open-campus .post__container .con__training .dept .headline {
  position: relative;
  padding: 0;
}
#post__open-campus .post__container .con__training .dept .headline.--beauty-dep01 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--beauty-dept-beauty-color-1)), color-stop(50%, var(--beauty-dept-beauty-color-2)));
  background: -webkit-linear-gradient(left, var(--beauty-dept-beauty-color-1) 50%, var(--beauty-dept-beauty-color-2) 50%);
  background: linear-gradient(90deg, var(--beauty-dept-beauty-color-1) 50%, var(--beauty-dept-beauty-color-2) 50%);
}
#post__open-campus .post__container .con__training .dept .headline.--beauty-dep02 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--beauty-dept-total-color-1)), color-stop(50%, var(--beauty-dept-total-color-2)));
  background: -webkit-linear-gradient(left, var(--beauty-dept-total-color-1) 50%, var(--beauty-dept-total-color-2) 50%);
  background: linear-gradient(90deg, var(--beauty-dept-total-color-1) 50%, var(--beauty-dept-total-color-2) 50%);
}
#post__open-campus .post__container .con__training .dept .headline.--beauty-dep03 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--beauty-dept-bridal-color-1)), color-stop(50%, var(--beauty-dept-bridal-color-2)));
  background: -webkit-linear-gradient(left, var(--beauty-dept-bridal-color-1) 50%, var(--beauty-dept-bridal-color-2) 50%);
  background: linear-gradient(90deg, var(--beauty-dept-bridal-color-1) 50%, var(--beauty-dept-bridal-color-2) 50%);
}
#post__open-campus .post__container .con__training .dept .headline.--beauty-dep04 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--beauty-dept-fashion-color-1)), color-stop(50%, var(--beauty-dept-fashion-color-2)));
  background: -webkit-linear-gradient(left, var(--beauty-dept-fashion-color-1) 50%, var(--beauty-dept-fashion-color-2) 50%);
  background: linear-gradient(90deg, var(--beauty-dept-fashion-color-1) 50%, var(--beauty-dept-fashion-color-2) 50%);
}
#post__open-campus .post__container .con__training .dept .headline.--beauty-dep05 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--beauty-dept-hair-make-color-1)), color-stop(50%, var(--beauty-dept-hair-make-color-2)));
  background: -webkit-linear-gradient(left, var(--beauty-dept-hair-make-color-1) 50%, var(--beauty-dept-hair-make-color-2) 50%);
  background: linear-gradient(90deg, var(--beauty-dept-hair-make-color-1) 50%, var(--beauty-dept-hair-make-color-2) 50%);
}
#post__open-campus .post__container .con__training .dept .headline.--beauty-dep06 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6d98d0), color-stop(50%, #b7b9dd));
  background: -webkit-linear-gradient(left, #6d98d0 50%, #b7b9dd 50%);
  background: linear-gradient(90deg, #6d98d0 50%, #b7b9dd 50%);
}
#post__open-campus .post__container .con__training .dept .headline.--beauty-dep07 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5876b8), color-stop(50%, #b6bbdb));
  background: -webkit-linear-gradient(left, #5876b8 50%, #b6bbdb 50%);
  background: linear-gradient(90deg, #5876b8 50%, #b6bbdb 50%);
}
#post__open-campus .post__container .con__training .dept .headline.--beauty-dep08 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #007b38), color-stop(50%, #b6dbba));
  background: -webkit-linear-gradient(left, #007b38 50%, #b6dbba 50%);
  background: linear-gradient(90deg, #007b38 50%, #b6dbba 50%);
}
#post__open-campus .post__container .con__training .dept .headline.--food-dep01 {
  background: var(--food-dept-chef-gradient);
}
#post__open-campus .post__container .con__training .dept .headline.--food-dep02 {
  background: var(--food-dept-patissier-gradient);
}
#post__open-campus .post__container .con__training .dept .headline.--food-dep03 {
  background: var(--food-dept-bread-cafe-gradient);
}
#post__open-campus .post__container .con__training .dept .headline.--food-dep04 {
  background: var(--food-dept-cooks-gradient);
}
#post__open-campus .post__container .con__training .dept .headline.--food-dep05 {
  background: var(--food-dept-confectionery-hygienist-gradient);
}
#post__open-campus .post__container .con__training .dept .headline.--food-dep06 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #9f6027), to(#ebdecd));
  background: -webkit-linear-gradient(left, #9f6027 0, #ebdecd 100%);
  background: linear-gradient(90deg, #9f6027 0, #ebdecd 100%);
}
#post__open-campus .post__container .con__training .dept .headline h3 {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em;
  font-weight: 500;
  line-height: 1.4;
}
html.beauty-home #post__open-campus .post__container .con__training .dept .headline h3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#post__open-campus .post__container .con__training .dept .headline h3 .en {
  font-size: clamp(2.4rem, 2.0833333333vw, 3rem);
  position: relative;
}
#post__open-campus .post__container .con__training .dept .headline h3 .label {
  font-size: 0.8em;
  position: relative;
}
#post__open-campus .post__container .con__training .dept .headline .new {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  right: 10px;
  top: -40px;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
  background: #fff000;
  border-radius: 999px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__training .dept .headline .new {
    width: 60px;
    height: 60px;
    right: 0.6rem;
    top: -3rem;
    font-size: 1rem;
  }
}
#post__open-campus .post__container .con__training .dept .headline .new b {
  font-weight: 700;
  font-size: 1.2em;
  font-family: "Shippori Mincho", serif;
}
#post__open-campus .post__container .con__training .dept .img {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__training .dept .img {
    padding-bottom: 1rem;
  }
}
#post__open-campus .post__container .con__training .dept .img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#post__open-campus .post__container .con__training .dept .text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__training .dept .text {
    font-size: 1.6rem;
  }
}
#post__open-campus .post__container .con__briefing .--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__briefing .--grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3.2rem;
  }
}
#post__open-campus .post__container .con__briefing .briefing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
#post__open-campus .post__container .con__briefing h3 {
  text-align: center;
  color: #fff;
  padding: 0.5em;
  background-color: var(--beauty-dept-beauty-color-1);
}
.food-home #post__open-campus .post__container .con__briefing h3 {
  background-color: var(--food-main-color);
}
#post__open-campus .post__container .con__briefing .time {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__briefing .time {
    font-size: 1.6rem;
  }
}
#post__open-campus .post__container .con__briefing .text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__briefing .text {
    font-size: 1.6rem;
  }
}
#post__open-campus .post__container .con__briefing .img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#post__open-campus .post__container .con__event {
  background-color: var(--beauty-accent-color-6);
}
.food-home #post__open-campus .post__container .con__event {
  background-color: var(--food-accent-color-6);
}
#post__open-campus .post__container .con__event .event {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__event .event {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.6rem;
  }
}
#post__open-campus .post__container .con__event .event a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  #post__open-campus .post__container .con__event .event a:hover {
    opacity: 0.7;
  }
}
#post__open-campus .post__container .con__event .event .img {
  display: block;
}
#post__open-campus .post__container .con__topics .topics {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  background-color: #f4f4f4;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 768px) {
  #post__open-campus .post__container .con__topics .topics {
    padding: 2rem;
  }
}
#post__open-campus .post__container .con__topics .topics li {
  font-size: clamp(15px, 1.7142857143vw, 24px);
  font-weight: bold;
  margin: 1em 0;
  padding-left: 0.8em;
  position: relative;
}
#post__open-campus .post__container .con__topics .topics li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  height: 1em;
  font-size: 0.5em;
  color: #e94c90;
}
.food-home #post__open-campus .post__container .con__topics .topics li::before {
  color: #71bb48;
}
#post__open-campus .post__container .con__topics .topics li span {
  display: inline-block;
}
#post__open-campus .post__container .con__topics .topics li a {
  display: inline;
  color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffadd0));
  background: -webkit-linear-gradient(transparent 70%, #ffadd0 0%);
  background: linear-gradient(transparent 70%, #ffadd0 0%);
  padding: 0 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.food-home #post__open-campus .post__container .con__topics .topics li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #a6eb81));
  background: -webkit-linear-gradient(transparent 70%, #a6eb81 0%);
  background: linear-gradient(transparent 70%, #a6eb81 0%);
}
#post__open-campus .post__container .con__topics .topics li a:hover {
  opacity: 0.8;
}
#post__open-campus .post__container .con__topics .topics li small {
  display: inline-block;
  font-size: 0.75em;
  padding-left: 5px;
}
#post__open-campus .post__container .con__special .contents__inner {
  padding-top: 0;
}
#post__open-campus .post__container .con__special .box {
  max-width: 600px;
  margin: auto;
}
#post__open-campus .post__container .con__special .box .text {
  margin-top: 1rem;
  font-size: clamp(16px, 1.7142857143vw, 24px);
}

/* __10: contentファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* content-title */
/* 目次 */
/* __00: 共通設定 */
/* __10: BFが選ばれる8つの理由 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.content__title {
  background-image: url("../images/common/bg-content-title.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y;
  padding: 1rem 0;
}
.food-home .content__title {
  background-image: url("../images/common/bg-content-title02.svg");
}

.content__title__inner {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .content__title__inner {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
.content__title__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .content__title__inner {
    width: 100%;
    display: grid;
    gap: 0;
  }
}
.content__title__inner > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content__title__text {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
  display: grid;
  gap: 1rem;
  justify-items: center;
  background-image: url("../images/common/title-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.food-home .content__title__text {
  background-image: url("../images/common/title-bg02.svg");
}
@media only screen and (max-width: 768px) {
  .content__title__text {
    margin: 0 auto;
    width: var(--width-space-1);
    max-width: 1140px;
    text-align: left;
    padding: 2rem 0;
    gap: 0.5rem;
    background-position: left center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .content__title__text {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
.content__title__text .copy {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .content__title__text .copy {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
.content__title__text .title-bg {
  margin: 0 auto;
  padding-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .content__title__text .title-bg {
    padding-left: 3rem;
    margin: 0 auto 0 0;
  }
}
.content__title__text .title {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .content__title__text .title {
    font-size: 1.8rem;
  }
}
.content__title__text .en {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .content__title__text .en {
    font-size: 1.2rem;
  }
}

/* __10: BFが選ばれる8つの理由 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* contents */
/* 目次 */
/* __00: 初期設定 */
/* __10: contentsファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: contentsファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* contents-post */
/* 目次 */
/* __00: 初期設定 */
/* __10: カスタム投稿 - Pick up  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.post__list-item {
  border-top: 1px solid #e0e0e0;
}
.post__list-item:first-child {
  border-top: none;
}
.post__list-item a {
  display: block;
  position: relative;
  color: var(--font-color);
  padding: 1.5rem 1rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 768px) {
  .post__list-item a {
    padding: 1rem 0;
    padding-right: 3rem;
  }
}
.post__list-item .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .post__list-item .meta {
    display: block;
  }
}
.post__list-item .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.post__list-item .category .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--base-color);
  border-radius: 999px;
  color: var(--base-color);
  font-size: 1rem;
  padding: 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .post__list-item .category .label {
    font-size: 8px;
  }
}
.post__list-item .date {
  color: var(--font-color);
  font-size: 1.4rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .post__list-item .date {
    font-size: 10px;
  }
}
.post__list-item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .post__list-item .title {
    -webkit-line-clamp: 2;
    font-size: 15px;
  }
}
.post__list-item .arrow {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/arrow-b.svg");
  top: 0;
  right: 1rem;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post__list-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .post__list-item:hover .arrow {
    background-image: url(../images/common/arrow-pink.svg);
  }
  html.food-home .post__list-item:hover .arrow {
    background-image: url(../images/common/arrow-green.svg);
  }
  .post__list-item:hover::before {
    width: 100%;
  }
}

/* __10: カスタム投稿 - Pick up  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.post-pickup.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: inherit;
}
.post-pickup__list-item {
  display: grid;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .post-pickup__list-item {
    width: 80% !important;
    gap: 1.6rem;
  }
}
.post-pickup__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  height: 269px;
  height: 19.6925329429vw;
  min-height: 241px;
  max-height: 269px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .post-pickup__list-item a {
    height: 131px;
    height: 34.9333333333vw;
    min-height: inherit;
    max-height: inherit;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-pickup__list-item a:hover {
    opacity: 0.7;
  }
}
.post-pickup__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* __20: カスタム投稿 - Open Campus  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.post-open-campus__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.4rem;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.post-open-campus__list-item .topics {
  padding: 0 3%;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .topics {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .topics li {
    font-size: 1rem;
  }
}
.post-open-campus__list-item .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--font-color);
  border: 1px solid transparent;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .card {
    gap: 0.6rem;
    padding: 0;
  }
}
.post-open-campus__list-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--font-color);
  background-color: #fff;
  padding: 5rem 3%;
  background-image: url(../images/home/beauty/corner.svg), url(../images/home/beauty/corner02.svg), url(../images/home/beauty/corner04.svg), url(../images/home/beauty/corner03.svg);
  background-position: top -1px left -1px, top -1px right -1px, bottom -1px left -1px, bottom -1px right -1px;
  background-size: 8.47%, 8.47%, 8.47%, 8.47%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
html.food-home .post-open-campus__list-item > a {
  background-image: url(../images/home/food/corner.svg), url(../images/home/food/corner02.svg), url(../images/home/food/corner04.svg), url(../images/home/food/corner03.svg);
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item > a {
    gap: 0.6rem;
    padding: 3rem 3%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-open-campus__list-item > a:hover {
    background: var(--beauty-accent-color-1);
    color: #fff;
    background-image: url(../images/home/beauty/corner-w.svg), url(../images/home/beauty/corner02-w.svg), url(../images/home/beauty/corner04-w.svg), url(../images/home/beauty/corner03-w.svg);
    background-position: top -1px left -1px, top -1px right -1px, bottom -1px left -1px, bottom -1px right -1px;
    background-size: 8.47%, 8.47%, 8.47%, 8.47%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }
  html.food-home .post-open-campus__list-item > a:hover {
    background: var(--food-accent-color-1);
    background-image: url(../images/home/food/corner-w.svg), url(../images/home/food/corner02-w.svg), url(../images/home/food/corner04-w.svg), url(../images/home/food/corner03-w.svg);
    background-position: top -1px left -1px, top -1px right -1px, bottom -1px left -1px, bottom -1px right -1px;
    background-size: 8.47%, 8.47%, 8.47%, 8.47%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }
}
@media only screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .post-open-campus__list-item > a:hover {
    border: unset;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-open-campus__list-item > a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.post-open-campus__list-item > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/arrow-b.svg");
  right: 8.47%;
  bottom: 4.47%;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item > a::before {
    width: 20px;
    height: 20px;
  }
}
.post-open-campus__list-item .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 0 3%;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .txt {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 2px;
  }
}
.post-open-campus__list-item .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  font-size: 4.2rem;
  font-weight: 400;
  font-family: var(--ffGabarito);
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .day {
    font-size: 21px;
  }
}
html.food-home .post-open-campus__list-item .day {
  font-family: var(--ffKameron);
}
.post-open-campus__list-item .week {
  font-size: 0.48em;
}
.post-open-campus__list-item .time {
  font-size: 2.4rem;
  font-family: var(--ffGabarito);
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .time {
    font-size: 1.2rem;
  }
}
html.food-home .post-open-campus__list-item .time {
  font-family: var(--ffKameron);
}
.post-open-campus__list-item .title .label {
  font-size: 3.3rem;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .title .label {
    font-size: 1.6rem;
  }
}
.post-open-campus__list-item .title .en {
  font-size: 3.9rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .title .en {
    font-size: 1.8rem;
  }
}
.post-open-campus__list-item .title .sub {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .title .sub {
    font-size: 1.2rem;
  }
}
.post-open-campus__list-item .img {
  width: 100%;
  overflow: hidden;
}
.post-open-campus__list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/194;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .post-open-campus__list-item .copy {
    font-size: 10px;
  }
}
.post-open-campus__list-item a.type__normal {
  border-radius: 0;
  -webkit-filter: none;
          filter: none;
}
.post-open-campus__list-item a.type__normal::before {
  border-radius: 0;
}

/* __30: カスタム投稿 - Youtube  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.post-youtube.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: inherit;
}
.post-youtube__list-item {
  max-width: 590px;
}
@media only screen and (max-width: 768px) {
  .post-youtube__list-item {
    width: 80% !important;
  }
}
.post-youtube__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .post-youtube__list-item a:hover {
    opacity: 0.7;
  }
}
.post-youtube__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* contents-contact */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sec__contact {
  margin-top: 88px;
  margin-top: 6.4421669107vw;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sec__contact {
    margin-top: 6.4rem;
  }
}
.sec__contact .contents__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 0;
  margin: auto;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec__contact .headline h2 {
  text-align: center;
  color: #fff;
}
.sec__contact .headline h3 {
  font-size: var(--font-base-h5);
  text-align: center;
  color: #fff;
}
.sec__contact .contact__list {
  grid-template-columns: repeat(2, 50%);
}
@media only screen and (max-width: 768px) {
  .sec__contact .contact__list {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.sec__contact .contact__list-item {
  color: #fff;
  padding: 0 2.4rem;
}
.sec__contact .contact__list-item:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 768px) {
  .sec__contact .contact__list-item:first-child {
    border-right: none;
    padding: 0;
  }
}
.sec__contact .contact__list-item .headline {
  padding-bottom: 1.6rem;
}
.sec__contact .contact__list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  width: 29.2825768668vw;
  max-width: 480px;
  height: 72px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sec__contact .contact__list-item a {
    width: 100%;
    max-width: 320px;
    height: 56px;
  }
}
.sec__contact .contact__list-item span {
  display: block;
  text-align: center;
  color: #fff;
}
.sec__contact .contact__list-item .--tel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec__contact .contact__list-item .--tel > span {
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.sec__contact .contact__list-item .--tel > span::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.sec__contact .contact__list-item .--tel > span::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media (hover: hover) and (pointer: fine) {
  .sec__contact .contact__list-item .--tel:hover > span::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.sec__contact .contact__list-item .--tel .label {
  font-size: var(--font-design-h2);
}
.sec__contact .contact__list-item .--tel .label::before {
  height: 2px;
  bottom: 0.2em;
}
.sec__contact .contact__list-item .--tel .caption {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .sec__contact .contact__list-item .--tel .caption {
    font-size: 1.4rem;
  }
}
.sec__contact .contact__list-item .--tel .caption::before, .sec__contact .contact__list-item .--tel .caption::after {
  content: none;
}
.sec__contact .contact__list-item .--contact {
  background-color: var(--accent-color-1);
}
.sec__contact .contact__list-item .--contact svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .sec__contact .contact__list-item .--contact svg {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec__contact .contact__list-item .--contact:hover svg {
    -webkit-animation: contact__move 0.5s cubic-bezier(0.39, 0.58, 0.57, 1) forwards 0s;
            animation: contact__move 0.5s cubic-bezier(0.39, 0.58, 0.57, 1) forwards 0s;
  }
}
.sec__contact .bg {
  display: block;
  width: 100%;
  height: 100%;
}
.sec__contact .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #001022;
  opacity: 0.4;
  z-index: 1;
}
.sec__contact .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 431px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* _header.scss */
/* 目次 */
/* __00: 共通設定 */
/* __10: ロゴ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
header {
  width: 100%;
  background-color: #fff !important;
  top: 0;
}
header.fsg-header {
  position: relative;
}
@media only screen and (max-width: 768px) {
  header.fsg-header {
    position: fixed;
  }
}
header.group-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 98;
}
@media only screen and (max-width: 768px) {
  header.group-header {
    position: fixed;
    z-index: 99;
  }
}

.site-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header__box {
  width: 1100px;
  height: 100px;
  display: grid;
  grid-template-columns: 216px 1fr 216px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.--h-fixed .site-header__box {
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .site-header__box {
    grid-template-columns: 1fr;
    height: 50px;
  }
  .site-header__box .subNav {
    display: none;
  }
}
.site-header .fsglogo {
  background-color: var(--fsg-main-color);
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .site-header .fsglogo {
    display: none;
  }
}
.site-header .fsglogo a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .fsglogo a:hover {
    opacity: 0.7;
  }
}
.site-header .fsglogo a img {
  width: 100%;
}
.site-header .fsglogo span {
  color: #fff;
  font-size: 12px;
  padding-left: 1em;
  letter-spacing: 0;
}
.site-header .fsgGroupNav {
  background-color: #eff0f0;
}
@media only screen and (max-width: 768px) {
  .site-header .fsgGroupNav {
    display: none;
  }
}
.site-header .logo {
  width: 400px;
  margin-inline: auto;
  grid-column: 2;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.--h-fixed .site-header .logo {
  width: 310px;
}
@media only screen and (max-width: 768px) {
  .site-header .logo {
    width: 190px;
    margin-left: 10px;
    grid-column: 1;
  }
}
.site-header .logo a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .logo a:hover {
    opacity: 0.7;
  }
}
.site-header .globalNav {
  border-top: 1px solid #e8e9ec;
  border-bottom: 1px solid #e8e9ec;
}
@media only screen and (max-width: 768px) {
  .site-header .globalNav {
    display: none;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* _footer.scss */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.site-footer {
  background-color: var(--beauty-main-color);
}
html.beauty-home .site-footer {
  background-color: var(--beauty-main-color);
}
html.food-home .site-footer {
  background-color: var(--food-main-color);
}
.site-footer__inner {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .site-footer__inner {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
.site-footer__inner {
  padding-block: 90px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .site-footer__inner {
    display: block;
    padding-block: 45px;
  }
}
.site-footer .logo {
  width: 434px;
}
@media only screen and (max-width: 768px) {
  .site-footer .logo {
    width: 258px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .contact {
    margin-top: 16px;
  }
}
.site-footer .contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .contact a > span {
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.site-footer .contact a > span::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.site-footer .contact a > span::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .contact a:hover > span::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.site-footer .contact a .icon {
  width: 60px;
  line-height: 1;
  border: none;
}
@media only screen and (max-width: 768px) {
  .site-footer .contact a .icon {
    width: 36px;
  }
}
.site-footer .contact a .icon::before {
  content: none;
}
.site-footer .contact a .num {
  font-size: clamp(3.3rem, 2.4675rem + 2.22vw, 5.5rem);
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .site-footer .contact a .num {
    font-size: 33px;
    margin-left: 10px;
  }
}
.site-footer .contact a .num::before {
  height: 2px;
}
.site-footer .contact > span {
  display: block;
  font-size: 2rem;
  color: #fff;
  padding-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .site-footer .contact > span {
    font-size: 1.3rem;
  }
}
.site-footer .access {
  grid-row: 3;
  grid-column: 3/4;
  font-size: 2rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .site-footer .access {
    font-size: 1.3rem;
    margin-top: 16px;
  }
}
.site-footer .sns__list {
  grid-row: 1/4;
  grid-column: 2;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(5, 76px);
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .site-footer .sns__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 24px;
  }
}
.site-footer .sns__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .sns__list-item a:hover {
    opacity: 0.7;
  }
}
.site-footer .sns__list-item a img {
  border-radius: 50%;
}
.site-footer .contact-box {
  display: none;
  height: 100px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .site-footer .contact-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-footer .contact-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .contact-box__tel {
  width: 60%;
  border-right: 1px solid var(--beauty-accent-color-5);
}
html.beauty-home .site-footer .contact-box__tel {
  border-right: 1px solid var(--beauty-accent-color-5);
}
html.food-home .site-footer .contact-box__tel {
  border-right: 1px solid var(--food-main-color);
}
.site-footer .contact-box__tel .label::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 14px;
  background-image: url("../images/common/icon_free-dial.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-right: 2px;
}
.site-footer .contact-box__access {
  width: 40%;
}
.site-footer .contact-box .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: none;
}
.site-footer .contact-box .icon img {
  width: 100%;
  height: 100%;
}
.site-footer .contact-box .label {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--font-color);
}

.site-footer__inner {
  padding-bottom: 30px;
}

.footer__link {
  background: #ededed;
  padding: 15px 0;
}
.footer__link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .footer__link ul {
    gap: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__link ul li {
    width: 50%;
    text-align: center;
  }
}
.footer__link ul a {
  font-size: 13px;
  color: #333;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__link ul a {
    font-size: 11px;
  }
}
.footer__link ul a::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  margin-top: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link ul a:hover::after {
  width: 100%;
}

.copyright {
  font-size: 12px;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  background: #fff;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
    padding-bottom: 90px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: drawerNav-footer */
.site-footer {
  background: rgb(232, 70, 97);
  background: -webkit-gradient(linear, left top, right top, from(rgb(232, 70, 97)), to(rgb(234, 99, 160)));
  background: -webkit-linear-gradient(left, rgb(232, 70, 97) 0%, rgb(234, 99, 160) 100%);
  background: linear-gradient(90deg, rgb(232, 70, 97) 0%, rgb(234, 99, 160) 100%);
  -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
}
html.food-home .site-footer {
  background: rgb(113, 187, 72);
  background: -webkit-gradient(linear, left top, right top, from(rgb(113, 187, 72)), to(rgb(60, 131, 47)));
  background: -webkit-linear-gradient(left, rgb(113, 187, 72) 0%, rgb(60, 131, 47) 100%);
  background: linear-gradient(90deg, rgb(113, 187, 72) 0%, rgb(60, 131, 47) 100%);
}
@media screen and (min-width: 769px) {
  .site-footer__inner {
    max-width: 1180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 60px;
    padding-top: 140px;
  }
  .site-footer .site-footer__right {
    width: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
  .site-footer .site-footer__right > * {
    width: 100%;
  }
  .site-footer .site-footer__right .sns__list {
    grid-template-columns: repeat(5, 50px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: unset;
  }
  .site-footer .site-footer__right .contact a .icon {
    width: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .site-footer .site-footer__right .contact a .icon {
    width: 36px;
  }
}
@media screen and (min-width: 769px) {
  .site-footer .site-footer__right .contact a .num {
    font-size: 4.2rem;
  }
  .site-footer .site-footer__right .contact > span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .site-footer .site-footer__right .contact > span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .site-footer .site-footer__right .access {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .site-footer .site-footer__right .access {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .site-footer .drawerNav-footer {
    width: calc(100% - 360px - 6.9444444444%);
  }
  .site-footer .drawerNav-footer .drawerNav {
    display: block;
    position: unset;
    width: 100%;
    height: auto;
    background: unset;
    pointer-events: all;
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .site-footer .drawerNav-footer .drawerNav .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.125vw;
  }
  .site-footer .drawerNav-footer .drawerNav .nav ul li a {
    padding: 0;
    padding-right: 3px;
    background: unset;
    min-height: 40px;
    white-space: nowrap;
  }
  .site-footer .drawerNav-footer .drawerNav .nav ul li a .label {
    font-size: clamp(10px, 0.9722222222vw, 14px);
    color: #fff;
  }
  .site-footer .drawerNav-footer .drawerNav .nav ul li a:hover {
    opacity: 0.8;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:not(:last-child) .nav__menu-item .nav__child-menu {
    padding: 0 0 10px;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:not(:last-child) .nav__menu-item .nav__child-menu .nav__child-menu-item {
    border-top: unset;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:not(:last-child) .nav__menu-item .nav__child-menu .nav__child-menu-item a {
    min-height: unset;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:not(:last-child) .nav__menu-item .nav__child-menu .nav__child-menu-item .label {
    font-size: clamp(10px, 0.9027777778vw, 13px);
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:not(:last-child) .nav__menu-item .nav__child-menu .nav__child-menu-item .label::before {
    content: "-";
    display: inline-block;
    padding: 0 5px;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:not(:last-child) .nav__menu-item .nav__child-menu .nav__child-menu-item:not(:last-child) {
    border-bottom: unset;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu {
    min-width: 164px;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .acdn__toggle {
    display: none;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .nav__child-menu {
    display: block;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .nav__child-menu .nav__child-menu-item:first-child {
    border-top: unset;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .nav__child-menu .nav__child-menu-item:first-child a {
    padding-left: 0;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .nav__child-menu .nav__child-menu-item:first-child a .label {
    font-size: clamp(10px, 0.9722222222vw, 14px);
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .nav__child-menu .nav__child-menu-item:first-child a .label::before {
    display: none;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .nav__child-menu .nav__child-menu-item:not(:first-child) a {
    min-height: unset;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .nav__child-menu .nav__child-menu-item:not(:first-child) .label {
    font-size: clamp(10px, 0.9027777778vw, 13px);
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .nav__child-menu .nav__child-menu-item:not(:first-child) .label::before {
    content: "-";
    display: inline-block;
    padding: 0 5px;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(1) .nav__menu-item:nth-child(3) .nav__child-menu .nav__child-menu-item:not(:last-child) {
    border-bottom: unset;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(3) .nav__menu-item:nth-child(1) .acdn__toggle {
    display: none;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(3) .nav__menu-item:nth-child(1) .nav__child-menu {
    display: block;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu:nth-child(3) .nav__menu-item:nth-child(1) .nav__child-menu .nav__child-menu-item:first-child {
    border-top: unset;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer {
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
    margin-top: -40px;
  }
  .site-footer__inner {
    padding-top: 100px;
  }
  .site-footer .site-footer__right {
    max-width: 360px;
    margin: auto;
  }
  .site-footer .site-footer__right > * {
    width: 100%;
  }
  .site-footer .drawerNav-footer {
    margin-bottom: 50px;
  }
  .site-footer .drawerNav-footer .drawerNav {
    display: block;
    position: unset;
    max-width: 360px;
    width: 90%;
    height: auto;
    margin: auto;
    background: unset;
    pointer-events: all;
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .site-footer .drawerNav-footer .drawerNav .nav ul li a {
    padding-left: 0;
    padding-right: 3px;
    background: unset;
  }
  .site-footer .drawerNav-footer .drawerNav .nav ul li a .label {
    color: #fff;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu .nav__menu-item .nav__child-menu {
    padding: 0 0 10px;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu .nav__menu-item .nav__child-menu .nav__child-menu-item {
    border-top: unset;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu .nav__menu-item .nav__child-menu .nav__child-menu-item a {
    min-height: unset;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu .nav__menu-item .nav__child-menu .nav__child-menu-item .label {
    font-weight: bold;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu .nav__menu-item .nav__child-menu .nav__child-menu-item .label::before {
    content: "-";
    display: inline-block;
    padding: 0 5px;
  }
  .site-footer .drawerNav-footer .drawerNav .nav__menu .nav__menu-item .nav__child-menu .nav__child-menu-item:not(:last-child) {
    border-bottom: unset;
  }
}

@media only screen and (max-width: 768px) {
  body {
    margin-bottom: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: f_banner */
.f_banner {
  background: url(../img/libs/bg01.png);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.f_banner .slick-prev.slick-arrow {
  background: url(../img/home/parts-arrow.png) left center no-repeat;
  width: 23px;
  height: 41px;
  left: -45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.f_banner .slick-next.slick-arrow {
  background: url(../img/home/parts-arrow.png) right center no-repeat;
  width: 23px;
  height: 41px;
  right: -45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .f_banner .slick-dots {
    bottom: -10px;
  }
  .f_banner .slick-dots li {
    margin: 0 0;
    width: 0;
  }
}

.f_banner-inner {
  width: 1050px;
  margin: auto;
  padding: 30px 0;
  display: none;
}
.f_banner-inner li {
  padding: 0 7px;
}
@media only screen and (max-width: 1024px) {
  .f_banner-inner {
    width: 100%;
    margin: auto;
  }
  .f_banner-inner li {
    padding: 0 7px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* pages */
/* 目次 */
/* __00: 共通設定 */
/* __10: 窓ページ（TOP） */
/* __00: pagesファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contents__inner .--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents__inner .--grid {
  display: grid;
}
.contents__inner .--float {
  overflow: hidden;
}

.contents__block {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .contents__block {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
.contents__block {
  padding-block: 9rem;
}
@media only screen and (max-width: 768px) {
  .contents__block {
    padding-block: 6rem;
  }
}
.contents__block.--mw-full {
  width: 100%;
  max-width: inherit;
}
.contents__block.--mw-full .--mw-base {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .contents__block.--mw-full .--mw-base {
    width: var(--width-space-2);
    max-width: inherit;
  }
}

.--has-bg-color-white {
  background-color: #fff;
}

.--has-bg-color {
  background-color: #efead9;
}

.--has-bg-dot {
  background-color: #fff;
  background-image: url("../images/common/dot.webp");
  background-size: 9px;
}

.--has-bg-color-1 {
  background-color: var(--beauty-accent-color-7);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html.food-home .--has-bg-color-1 {
  background-color: var(--food-accent-color-7);
}

.--has-bg-img {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec__news.--has-bg-img {
  background-image: url(../images/home/beauty/bg_check.svg);
}
@media only screen and (max-width: 768px) {
  .sec__news.--has-bg-img {
    background-image: url(../images/home/beauty/bg_check_sp.svg);
  }
}
html.food-home .sec__news.--has-bg-img {
  background-image: url(../images/home/food/bg_check.svg);
}
@media only screen and (max-width: 768px) {
  html.food-home .sec__news.--has-bg-img {
    background-image: url(../images/home/food/bg_check_sp.svg);
  }
}

main[class*=-home] .sec__news .news {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0 3rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__news .news {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__news .headline .title {
    width: 32%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
main[class*=-home] .sec__news .post {
  grid-row: span 2;
  align-self: center;
  position: relative;
}
main[class*=-home] .sec__news .post .ribbon {
  position: absolute;
  z-index: 2;
  top: -18%;
  right: -10%;
  width: 16%;
  max-width: 139px;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__news .post .ribbon {
    width: 20%;
    top: -10%;
    right: -1%;
  }
}
main[class*=-home] .sec__news .post .post__list {
  background-color: #fff;
  padding: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main[class*=-home] .sec__news .title {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
}
main[class*=-home] .sec__news .title .label {
  color: var(--beauty-main-color);
}
html.food-home main[class*=-home] .sec__news .title .label {
  color: var(--food-main-color);
}
main[class*=-home] .sec__news .btn-wrapper {
  margin-top: 4rem;
}
main[class*=-home] .sec__news .bnr-box {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
  margin-top: 4rem;
}
main[class*=-home] .sec__news .bnr-box .bnr {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  main[class*=-home] .sec__news .bnr-box .bnr:hover {
    opacity: 0.8;
  }
}

.--has-bg-color-2 {
  background-color: var(--beauty-accent-color-2);
}
html.food-home .--has-bg-color-2 {
  background-color: var(--food-accent-color-2);
}

.--has-bg-color-3 {
  background-color: var(--beauty-accent-color-3);
}
html.food-home .--has-bg-color-3 {
  background-color: var(--food-accent-color-3);
}

/* __10: 窓ページ（TOP） */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body.home {
  min-width: auto;
  margin: 0;
}
body.home header {
  background-color: rgba(0, 0, 0, 0) !important;
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: auto;
  display: grid;
  place-content: center;
  place-items: center;
  pointer-events: none;
}
body.home header .logo {
  -webkit-filter: drop-shadow(0 0 12px white);
          filter: drop-shadow(0 0 12px white);
}
@media only screen and (max-width: 768px) {
  body.home header .logo {
    margin: 0;
    width: calc(290 / var(--width) * 100vw);
    display: block;
  }
}
body.home header .logo img {
  -webkit-filter: drop-shadow(0 0 1px white);
          filter: drop-shadow(0 0 1px white);
}

.departmentNav {
  overflow-x: hidden; /* 横方向のはみ出しだけをカット */
  overflow-y: auto; /* 縦方向は必要に応じてスクロールさせる */
  height: 100vh;
  height: 100svh;
}
@media only screen and (max-width: 768px) {
  .departmentNav {
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }
}

.departmentNav__menu {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

.departmentNav__menu-item {
  position: relative;
  z-index: 1;
  height: 100vh;
  height: 100svh;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item {
    height: 50vh;
    height: 50svh;
  }
}
.departmentNav__menu-item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .departmentNav__menu-item > a:hover {
    opacity: 0.8;
  }
}
.departmentNav__menu-item .text {
  width: 25vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: 3;
  pointer-events: auto;
  font-family: "Zen Maru Gothic", serif;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item .text {
    width: 48%;
  }
}
.departmentNav__menu-item .text h2 {
  font-size: 4.65rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item .text h2 {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
.departmentNav__menu-item .text .course-list .course > p {
  pointer-events: auto;
}
.departmentNav__menu-item .text p {
  margin: 0;
  font-size: clamp(1rem, 0.5rem + 0.625vw, 1.5rem);
  color: #fff;
  line-height: 1.875;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item .text p {
    font-size: 1rem;
  }
}
.departmentNav__menu-item .text p a {
  display: block;
  color: inherit;
}
.departmentNav__menu-item .students {
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item .students {
    padding: 0;
    height: 50vh;
  }
}
.departmentNav__menu-item .students .img {
  display: block;
  width: 100%;
  height: 100%;
}
.departmentNav__menu-item .students img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.departmentNav__menu-item .icon {
  position: absolute;
  width: 15rem;
  aspect-ratio: 1/1;
  display: block;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item .icon {
    width: 8rem;
  }
}
.departmentNav__menu-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.departmentNav__menu-item .btn-icon {
  position: absolute;
  width: 47%;
  right: 2%;
  bottom: 16%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item .btn-icon {
    bottom: auto;
    top: 16%;
  }
}
.departmentNav__menu-item .btn-icon a {
  display: block;
  pointer-events: auto;
}
.departmentNav__menu-item .btn-icon img {
  width: 100%;
}
.departmentNav__menu-item.--beauty {
  background-color: var(--beauty-main-color);
}
.departmentNav__menu-item.--beauty .text {
  bottom: calc(40 / var(--width) * 100vw);
  left: calc(40 / var(--width) * 100vw);
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item.--beauty .text {
    top: calc(15 / var(--width) * 100vw);
    left: calc(15 / var(--width) * 100vw);
    bottom: unset;
  }
}
.departmentNav__menu-item.--beauty .students {
  padding-right: 0;
}
.departmentNav__menu-item.--beauty .icon {
  left: calc(15 / var(--width) * 100vw);
  top: calc(40 / var(--width) * 100vw);
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item.--beauty .icon {
    left: calc(10 / var(--width) * 100vw);
    top: auto;
    bottom: calc(90 / var(--width) * 100vw);
  }
}
.departmentNav__menu-item.--beauty .icon img:nth-of-type(1) {
  margin-bottom: 10px;
}
.departmentNav__menu-item:nth-of-type(3) {
  margin-bottom: 1rem;
}
.departmentNav__menu-item:nth-of-type(4) {
  margin-bottom: 1rem;
}
.departmentNav__menu-item:nth-of-type(5) {
  margin-bottom: 1rem;
}
.departmentNav__menu-item.--food {
  background-color: var(--food-main-color);
}
.departmentNav__menu-item.--food .text {
  left: unset;
  right: calc(40 / var(--width) * 100vw);
  bottom: calc(40 / var(--width) * 100vw);
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item.--food .text {
    top: unset;
    right: calc(15 / var(--width) * 100vw);
    left: unset;
    bottom: calc(85 / var(--width) * 100vw);
  }
}
.departmentNav__menu-item.--food .text h2 {
  font-family: "Zen Maru Gothic", serif;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item.--food .text h2 {
    text-align: right;
  }
}
.departmentNav__menu-item.--food .students {
  padding-left: 0;
}
.departmentNav__menu-item.--food .icon {
  right: calc(15 / var(--width) * 100vw);
  top: calc(40 / var(--width) * 100vw);
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item.--food .icon {
    right: calc(10 / var(--width) * 100vw);
    bottom: unset;
    top: calc(30 / var(--width) * 100vw);
  }
}
.departmentNav__menu-item.--food .btn-icon {
  right: auto;
  left: 2%;
}
@media only screen and (max-width: 768px) {
  .departmentNav__menu-item.--food .btn-icon {
    left: 2%;
    bottom: 24%;
    top: auto;
  }
}

.department_bg {
  position: relative;
  z-index: 3;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
}
.department_bg .bg_parts {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1px;
  width: 39%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .department_bg .bg_parts.parts01 {
    width: 30%;
    top: auto;
    right: 0;
    bottom: -1px;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
.department_bg .bg_parts.parts02 {
  width: 75%;
  top: auto;
  right: auto;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .department_bg .bg_parts.parts02 {
    width: 65%;
    top: 0;
    left: 0;
    bottom: auto;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
.department_bg .bg_parts.parts03 {
  right: auto;
  left: -1px;
}
@media only screen and (max-width: 768px) {
  .department_bg .bg_parts.parts03 {
    width: 30%;
    left: 0;
  }
}
.department_bg .bg_parts.parts04 {
  width: 75%;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .department_bg .bg_parts.parts04 {
    width: 65%;
    right: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index:  pageNav */
.pageNav .pageNav-list {
  margin: 0 auto;
  width: var(--width-space-1);
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .pageNav .pageNav-list {
    width: var(--width-space-2);
    max-width: inherit;
  }
}
.pageNav .pageNav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
  gap: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .pageNav .pageNav-list {
    padding: 2rem 0;
    gap: 2rem;
  }
}
.pageNav .pageNav-list__item {
  border-left: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .pageNav .pageNav-list__item {
    border: unset;
  }
}
.pageNav .pageNav-list__item:first-child {
  border-left: none;
}
.pageNav .pageNav-list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-weight: 500;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .pageNav .pageNav-list__item a {
    padding: 1rem;
  }
}
.pageNav .pageNav-list__item a .arrow::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  margin: auto;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.pageNav.--type-02 {
  background: var(--base-color);
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .pageNav.--type-02 {
    top: 50px;
  }
}
.pageNav.--type-02 .pageNav-list {
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .pageNav.--type-02 .pageNav-list {
    padding: 1rem 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.pageNav.--type-02 .pageNav-list__item {
  border: none;
}
@media only screen and (max-width: 768px) {
  .pageNav.--type-02 .pageNav-list__item {
    width: calc((100% - 2rem) / 3);
  }
}
.pageNav.--type-02 .pageNav-list__item a {
  background-color: #fff;
  border-radius: 6px;
  font-weight: bold;
  padding: 0.5em 1.5em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .pageNav.--type-02 .pageNav-list__item a {
    gap: 0;
    padding: 0.5rem 1.2rem 0.5rem 1rem;
    height: 100%;
  }
}
.pageNav.--type-02 .pageNav-list__item a .label {
  margin: auto;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .pageNav.--type-02 .pageNav-list__item a .label {
    font-size: 1.2rem;
  }
}
.pageNav.--type-02 .pageNav-list__item a:hover {
  opacity: 0.8;
}
.pageNav.--type-02 .pageNav-list__item a .arrow::after {
  content: "";
  border: 1px solid var(--base-color);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg) translate(-50%);
          transform: rotate(135deg) translate(-50%);
}
.pageNavBtn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 3rem;
}
@media only screen and (max-width: 768px) {
  .pageNavBtn-list {
    gap: 2rem;
  }
}
.pageNavBtn-list .btn {
  min-width: 240px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 50px;
  background-color: #e6809c;
}
html.food-home .pageNavBtn-list .btn {
  background-color: var(--food-main-color);
}
main.page-course[class*=-course] .pageNavBtn-list .btn {
  background-color: var(--dept-color) !important;
}
.course-page .pageNavBtn-list .btn {
  background-color: var(--dept-color) !important;
}
.pageNavBtn-list .btn::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .pageNavBtn-list .btn::after {
    width: 0.6rem;
    height: 0.6rem;
    border-width: 1px 1px 0 0;
  }
}
.pageNavBtn-list .btn::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0;
  height: 100%;
  background-color: var(--beauty-accent-color-1);
  top: 0;
  left: 0;
  bottom: 0;
}
.--beauty .pageNavBtn-list .btn::before {
  background-color: var(--beauty-accent-color-1) !important;
}
.food .pageNavBtn-list .btn::before, .--food .pageNavBtn-list .btn::before, html.food-home .pageNavBtn-list .btn::before {
  background-color: var(--food-accent-color-1);
}
main.page-course[class*=-course] .pageNavBtn-list .btn::before {
  background-color: var(--bg-color) !important;
}
.course-page .pageNavBtn-list .btn::before {
  background-color: var(--bg-color) !important;
}
.pageNavBtn-list .btn .label {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .pageNavBtn-list .btn:hover {
    color: #000;
  }
  .pageNavBtn-list .btn:hover::before {
    width: 100%;
  }
  .pageNavBtn-list .btn:hover::after {
    border-color: #000;
  }
  .pageNavBtn-list .btn:hover .label {
    color: #000;
  }
}
.pageNavBtn-list .btn.--white {
  background-color: #fff;
}
.pageNavBtn-list .btn.--white .label {
  color: #000;
}
.pageNavBtn-list .btn.--white::after {
  border-color: #000;
}
.pageNavBtn-list .btn.--beauty {
  background-color: #f9e6e6;
}
.pageNavBtn-list .btn.--beauty .label {
  color: #000;
}
.pageNavBtn-list .btn.--beauty::before {
  background-color: var(--beauty-accent-color-1) !important;
}
.pageNavBtn-list .btn.--beauty::after {
  border-color: #000;
}
.pageNavBtn-list .btn.--food {
  background-color: #e1eed5;
}
.pageNavBtn-list .btn.--food .label {
  color: #000;
}
.pageNavBtn-list .btn.--food::before {
  background-color: var(--food-accent-color-1) !important;
}
.pageNavBtn-list .btn.--food::after {
  border-color: #000;
}
.pageNavBtn-list .btn::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.method-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
.method-flex .box {
  width: calc((100% - 4rem) / 3);
}
@media only screen and (max-width: 768px) {
  .method-flex .box {
    width: calc((100% - 2rem) / 2);
  }
}
.method-flex .box a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.method-flex .box a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.method-flex .box a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.method-flex .box span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1em;
  color: #fff;
  background-color: var(--dept-color);
  position: relative;
  z-index: 1;
}

/* __00: pagesファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* home */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
main[class*=-home] {
  overflow: hidden;
}
main[class*=-home] .btn-wrapper {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .btn-wrapper {
    margin-top: 4rem;
  }
}
main[class*=-home] {
  /* __10: mv */
}
main[class*=-home] .mv {
  overflow: hidden;
  background-color: var(--beauty-accent-color-2);
}
html.food-home main[class*=-home] .mv {
  background-color: var(--food-accent-color-2);
}
main[class*=-home] .mv__inner {
  position: relative;
  overflow: hidden;
}
main[class*=-home] .mv__inner a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  main[class*=-home] .mv__inner a:hover {
    opacity: 0.8;
  }
}
main[class*=-home] .mv__copy {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  z-index: 2;
}
main[class*=-home] .mv__copy .copy {
  width: calc(100vw / (1366 / var(--copy-width, 1366)));
  max-width: calc(var(--copy-width) * 1.2px);
  min-width: calc(var(--copy-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .mv__copy .copy {
    width: calc(100vw / (375 / (var(--copy-width, 375) * 0.4)));
    min-width: inherit;
  }
}
main[class*=-home] .mv__copy .copy img {
  opacity: 0;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
}
main[class*=-home] .mv__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 605px;
  height: 600px;
  height: 43.9238653001vw;
  min-height: 600px;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .mv__slider {
    display: block;
    height: 140vw;
    min-height: inherit;
  }
}
main[class*=-home] .mv__slider-left {
  width: 50%;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .mv__slider-left {
    width: 100%;
    height: 50%;
  }
}
main[class*=-home] .mv__slider-right {
  width: 50%;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .mv__slider-right {
    width: 100%;
    height: 50%;
  }
}
main[class*=-home] .mv__slider__list-item .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .mv__slider__list-item .img {
    width: 100%;
  }
}
main[class*=-home] .mv__slider__list-item img {
  will-change: transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main[class*=-home] .mv__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  line-height: 0;
}
main[class*=-home] .mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main[class*=-home] .mv-link a {
  display: block;
  padding: 5px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #e6809c;
}
main[class*=-home] .mv-link a:hover {
  opacity: 0.8;
}
main[class*=-home] .mv-link a img {
  display: block;
  max-width: 430px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .mv-link a img {
    width: 85%;
  }
}
main[class*=-home] .mv-link-button a {
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 100px;
  width: clamp(100px, 26.6666666667vw, 160px);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .mv-link-button a {
    bottom: auto;
    right: 5px;
    padding-top: 12px;
    width: clamp(90px, 24vw, 120px);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
main[class*=-home] .mv-link-button.--hidden a {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
}
main[class*=-home] {
  /* __20: PICK UP & PICK UP MOVIE！ */
}
main[class*=-home] .sec__movie.--has-bg-gradation {
  background: var(--beauty-dept-fashion-gradation);
}
html.food-home main[class*=-home] .sec__movie.--has-bg-gradation {
  background: var(--food-dept-mv-gradation);
}
main[class*=-home] {
  /* __30: Open Campus */
}
main[class*=-home] .sec__oc.--has-bg-gradation-2 {
  background: var(--beauty-dept-fashion-gradation-2);
}
html.food-home main[class*=-home] .sec__oc.--has-bg-gradation-2 {
  background: var(--food-dept-oc-gradation);
}
main[class*=-home] .sec__oc .oc {
  color: rgb(247, 243, 217);
  position: relative;
}
main[class*=-home] .sec__oc .headline {
  position: relative;
  z-index: 2;
}
main[class*=-home] .sec__oc .circle {
  position: absolute;
  top: -1rem;
  left: 0;
  right: -8rem;
  z-index: 99;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__oc .circle {
    top: 2rem;
    right: 0;
  }
}
main[class*=-home] .sec__oc .circle img {
  -webkit-animation: rotateAnime 30s linear infinite;
          animation: rotateAnime 30s linear infinite;
  width: 22rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__oc .circle img {
    width: 10rem;
  }
}
main[class*=-home] .sec__oc .lead {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__oc .lead {
    margin-bottom: 2rem;
  }
}
main[class*=-home] .sec__oc .lead p {
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__oc .lead p {
    font-size: 1.5rem;
  }
}
main[class*=-home] .sec__oc .lead p span {
  background-color: var(--beauty-accent-color-2);
  padding: 5px;
}
html.food-home main[class*=-home] .sec__oc .lead p span {
  background-color: var(--food-accent-color-2);
}
@-webkit-keyframes rotateAnime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAnime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
main[class*=-home] .sec__news .headline .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}
main[class*=-home] .sec__news .headline .title .img {
  display: block;
  position: relative;
  z-index: 2;
}
main[class*=-home] .sec__news .headline .title img {
  display: block;
  width: 100%;
  height: auto;
  position: static;
}
main[class*=-home] {
  /* __60: Support */
}
main[class*=-home] .sec__support .support__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__support .support__list {
    grid-template-columns: 1fr;
  }
}
main[class*=-home] .sec__support .support__list-item:first-child {
  padding-right: 6rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__support .support__list-item:first-child {
    padding-right: 0;
    padding-bottom: 4rem;
  }
}
main[class*=-home] .sec__support .support__list-item:last-child {
  border-left: 1px solid #000;
  padding-left: 6rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__support .support__list-item:last-child {
    border-left: unset;
    border-top: 1px solid #000;
    padding-left: 0;
    padding-top: 4rem;
  }
}
main[class*=-home] .sec__support .support__list-item .support__list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
main[class*=-home] .sec__support .support__list-item .support__list-title .label {
  border: 1px solid #000;
  min-width: 325px;
  padding: 0 2.5rem;
  position: relative;
  font-size: 3.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__support .support__list-item .support__list-title .label {
    min-width: 225px;
    font-size: 1.8rem;
    padding: 0 2rem;
  }
}
main[class*=-home] .sec__support .support__list-item .support__list-title .label span {
  position: relative;
  z-index: 1;
}
main[class*=-home] .sec__support .support__list-item .support__list-title .label::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 5rem);
  height: calc(100% + 2px);
  inset: 0;
  margin: auto;
  background-color: var(--beauty-accent-color-2);
}
html.food-home main[class*=-home] .sec__support .support__list-item .support__list-title .label::before {
  background-color: var(--food-accent-color-2);
}
main[class*=-home] .sec__support .support__list-item a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  main[class*=-home] .sec__support .support__list-item a:hover {
    opacity: 0.8;
  }
}
main[class*=-home] .sec__support .support__list-item a .img {
  display: block;
}
main[class*=-home] {
  /* __80: SNS */
}
main[class*=-home] .sec__sns .contents__block > *:not(.headline, hr) {
  padding-top: 4.8rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .contents__block > *:not(.headline, hr) {
    padding-top: 2.4rem;
  }
}
main[class*=-home] .sec__sns .contents__block h3 {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-content: center;
  place-items: center;
  text-align: center;
  font-weight: 400;
}
main[class*=-home] .sec__sns .contents__block h3 .en {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .contents__block h3 .en {
    font-size: 1.4rem;
  }
}
main[class*=-home] .sec__sns .contents__block h3 .label {
  color: var(--beauty-main-color);
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .contents__block h3 .label {
    font-size: 1.4rem;
  }
}
html.food-home main[class*=-home] .sec__sns .contents__block h3 .label {
  color: var(--food-main-color);
}
main[class*=-home] .sec__sns .contents__block h3 img {
  width: 7.5rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .contents__block h3 img {
    width: 4rem;
  }
}
main[class*=-home] .sec__sns hr {
  padding: 0;
  margin: auto;
  width: var(--width-space-1);
}
main[class*=-home] .sec__sns .headline {
  position: relative;
  z-index: 2;
}
main[class*=-home] .sec__sns .circle {
  position: absolute;
  z-index: 2;
  top: 6rem;
  left: 0;
  right: 0;
  z-index: 99;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .circle {
    top: unset;
    bottom: 0;
  }
}
main[class*=-home] .sec__sns .circle img {
  -webkit-animation: rotateAnime 30s linear infinite;
          animation: rotateAnime 30s linear infinite;
  width: 22rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .circle img {
    width: 10rem;
  }
}
@keyframes rotateAnime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
main[class*=-home] .sec__sns .icon_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: absolute;
  right: 0;
  bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .icon_list {
    position: static;
    gap: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}
main[class*=-home] .sec__sns .icon_list .icon-box a {
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .icon_list .icon-box a {
    width: 3rem;
  }
}
main[class*=-home] .sec__sns .icon_list .icon-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
main[class*=-home] .sec__sns .instagram,
main[class*=-home] .sec__sns .youtube,
main[class*=-home] .sec__sns .tiktok {
  position: relative;
}
main[class*=-home] .sec__sns .instagram .scroll {
  -webkit-animation: scrollAnime 30s linear infinite;
          animation: scrollAnime 30s linear infinite;
}
main[class*=-home] .sec__sns .instagram .scroll a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .instagram .scroll a {
    width: 300%;
  }
}
@media (hover: hover) and (pointer: fine) {
  main[class*=-home] .sec__sns .instagram .scroll a:hover {
    opacity: 0.7;
  }
}
main[class*=-home] .sec__sns .instagram .scroll a img:first-child {
  -webkit-animation: scrollAnime01 60s -30s linear infinite;
          animation: scrollAnime01 60s -30s linear infinite;
}
main[class*=-home] .sec__sns .instagram .scroll a img:last-child {
  -webkit-animation: scrollAnime02 60s linear infinite;
          animation: scrollAnime02 60s linear infinite;
}
main[class*=-home] .sec__sns .instagram .scroll img {
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .instagram .scroll img {
    width: 100%;
  }
}
main[class*=-home] .sec__sns .tiktok-slider.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: inherit;
}
main[class*=-home] .sec__sns .tiktok-slider__list-item {
  max-width: 195px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .tiktok-slider__list-item {
    width: 80% !important;
  }
}
main[class*=-home] .sec__sns .tiktok-slider__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  main[class*=-home] .sec__sns .tiktok-slider__list-item a:hover {
    opacity: 0.7;
  }
}
main[class*=-home] .sec__sns .tiktok-slider__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main[class*=-home] .sec__sns .sns__bnr__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .sec__sns .sns__bnr__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
main[class*=-home] .sec__sns .sns__bnr__list-item a {
  display: block;
  -webkit-box-shadow: 2px 2px 6px rgba(35, 24, 21, 0.75);
          box-shadow: 2px 2px 6px rgba(35, 24, 21, 0.75);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  main[class*=-home] .sec__sns .sns__bnr__list-item a:hover {
    opacity: 0.7;
  }
}

body[class*=-home] footer {
  background-color: var(--bg-color-2);
}

/* index: Point */
.sec__point .point {
  width: 100%;
  position: relative;
  isolation: isolate;
}
.sec__point .point .star {
  width: 11.5%;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  bottom: 8%;
  left: -4%;
}
@media only screen and (max-width: 768px) {
  .sec__point .point .star {
    width: 15%;
    left: auto;
    right: 2%;
    bottom: 0;
  }
}
.sec__point .point .star img {
  width: 100%;
  display: block;
}
.sec__point .point .star:last-child {
  right: -4%;
  bottom: 22%;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .sec__point .point .star:last-child {
    right: auto;
    left: 2%;
    bottom: 0;
  }
}
.sec__point .headline .label {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff));
  background: -webkit-linear-gradient(transparent 70%, #fff 30%);
  background: linear-gradient(transparent 70%, #fff 30%);
  color: #000;
  font-family: "Gabarito", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .sec__point .headline .label {
    font-size: 2.4rem;
  }
}
html.food-home .sec__point .headline .label {
  font-family: "Kameron", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
}
.sec__point .headline .label .en {
  font-size: 1.4444444444em;
  font-weight: 400;
}
.sec__point .headline .label .num {
  color: var(--beauty-main-color);
  font-size: 3.3333333333em;
  font-weight: 400;
  line-height: 0.8;
}
html.food-home .sec__point .headline .label .num {
  color: var(--food-main-color);
}
.sec__point .point__list {
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .sec__point .point__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.sec__point .point__list--sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .sec__point .point__list--sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}
.sec__point .point__list--sub .point__list-item {
  width: calc((100% - 8rem) / 3);
}
@media only screen and (max-width: 768px) {
  .sec__point .point__list--sub .point__list-item {
    width: auto;
  }
}
.sec__point .point__list-item {
  grid-column: span 2;
}
@media only screen and (max-width: 768px) {
  .sec__point .point__list-item {
    grid-column: span 1;
  }
}
.sec__point .point__list-item a {
  display: block;
  width: 100%;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .sec__point .point__list-item a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sec__point .point__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* index: Find Dept */
.sec__find-dept {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec__find-dept {
    display: block;
  }
}
.sec__find-dept .find-dept .search-trigger {
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  background-image: url(../images/home/beauty/search-trigger.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 335/65;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
  cursor: pointer;
}
html.food-home .sec__find-dept .find-dept .search-trigger {
  background-image: url(../images/home/food/search-trigger.png);
}
.sec__find-dept .find-dept .search-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  width: 100%;
  line-height: 1.8;
  text-align: center;
}
.sec__find-dept .find-dept .search-content {
  display: none;
}
.sec__find-dept .find-dept .search-group.is-open {
  margin-bottom: 40px;
}
.sec__find-dept .find-dept .search-group.is-open .search-content {
  width: 97%;
  margin: 0 auto;
  display: block;
}
.sec__find-dept .find-dept .category-label {
  text-align: center;
  color: #fff;
  background-color: var(--beauty-main-color);
  font-size: 11px;
  font-weight: 600;
  padding: 1rem;
  margin: 16px 0;
  cursor: pointer;
}
html.food-home .sec__find-dept .find-dept .category-label {
  background-color: var(--food-main-color);
}
.sec__find-dept .find-dept .button-grid {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sec__find-dept .find-dept .button-grid .dept-btn {
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 1rem;
  background-color: var(--beauty-main-color);
}
html.food-home .sec__find-dept .find-dept .button-grid .dept-btn {
  background-color: var(--food-main-color);
}
.sec__find-dept .find-dept .button-grid .dept-btn.--business {
  background-color: var(--dept-color, #8189c3);
}
.sec__find-dept .find-dept .button-grid .dept-btn.--totalfashion {
  background-color: var(--dept-color, #007b38);
}
.sec__find-dept .find-dept .button-grid .dept-btn.--hairartist {
  background-color: var(--dept-color, #ec6d76);
}
.sec__find-dept .find-dept .button-grid .dept-btn.--hairmake {
  background-color: var(--dept-color, #e94736);
}
.sec__find-dept .find-dept .button-grid .dept-btn.--totalbeaut {
  background-color: var(--dept-color, #f39800);
}
.sec__find-dept .find-dept .button-grid .dept-btn.--fashion {
  background-color: var(--dept-color, #91c658);
}
.sec__find-dept .find-dept .button-grid .dept-btn.--wedding {
  background-color: var(--dept-color, #68c5d9);
}
.sec__find-dept .find-dept .button-grid .dept-btn.--tusin {
  background-color: var(--dept-color, #f15a6d);
}
html.food-home .sec__find-dept .find-dept .button-grid .dept-btn.--chef {
  background-color: var(--dept-color, #71bb48);
}
html.food-home .sec__find-dept .find-dept .button-grid .dept-btn.--patissier {
  background-color: var(--dept-color, #ee87b4);
}
html.food-home .sec__find-dept .find-dept .button-grid .dept-btn.--breadcaf {
  background-color: var(--dept-color, #ed7700);
}
html.food-home .sec__find-dept .find-dept .button-grid .dept-btn.--cooks {
  background-color: var(--dept-color, #c6000b);
}
html.food-home .sec__find-dept .find-dept .button-grid .dept-btn.--confectionery {
  background-color: var(--dept-color, #3386c8);
}
html.food-home .sec__find-dept .find-dept .button-grid .dept-btn.--culinary {
  background-color: var(--dept-color, #b28146);
}
.sec__find-dept .find-dept .category-block.is-open .button-grid {
  display: grid;
}

/* index: Department */
.sec__dept.--has-bg-gradation-3 {
  background: var(--beauty-dept-fashion-gradation-3);
}
html.food-home .sec__dept.--has-bg-gradation-3 {
  background: var(--food-dept-gradation);
}
.sec__dept .contents__inner {
  background-image: url(../images/home/beauty/bg_dept.svg), url(../images/home/beauty/bg_dept_pink.svg);
  background-size: 100% auto, 100% auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}
html.food-home .sec__dept .contents__inner {
  background-image: url(../images/home/food/bg_dept.svg), url(../images/home/food/bg_dept_green.svg);
}
.sec__dept .contents__block {
  padding: 9rem 9rem 16rem 9rem;
}
@media only screen and (max-width: 768px) {
  .sec__dept .contents__block {
    padding: 6rem 0 6rem 0;
  }
}
.sec__dept .dept__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12rem 9rem;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.sec__dept .dept__list-item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec__dept .dept__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item a {
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec__dept .dept__list-item a:hover .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sec__dept .dept__list-item a:hover .copy > span {
    color: #fff;
  }
  .sec__dept .dept__list-item a:hover .copy > span::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.sec__dept .dept__list-item a::before {
  content: "※当社調べ";
  position: absolute;
  bottom: -2em;
  font-size: 0.8em;
  color: var(--font-color);
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item a::before {
    font-size: 0.75em;
  }
}
.sec__dept .dept__list-item h3 {
  text-align: center;
  display: grid;
  width: 100%;
  margin: 0 auto 30px;
  color: var(--dept-color, #8189c3);
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item h3 {
    margin: 0 auto 15px;
  }
}
.sec__dept .dept__list-item h3 .en {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item h3 .en {
    font-size: 2rem;
  }
}
.sec__dept .dept__list-item h3 .name {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item h3 .name {
    font-size: 2.2rem;
  }
}
.sec__dept .dept__list-item .wrap,
.sec__dept .dept__list-item .img {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec__dept .dept__list-item .wrap img,
.sec__dept .dept__list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item .wrap img,
  .sec__dept .dept__list-item .img img {
    aspect-ratio: 335/230;
    -o-object-position: top;
       object-position: top;
  }
}
.sec__dept .dept__list-item .bg {
  position: absolute;
  aspect-ratio: 1/1;
  width: 85.7142857143%;
  opacity: 0.35;
  background-color: var(--dept-color, #ccc);
  display: block;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item .bg {
    width: 100%;
  }
}
.sec__dept .dept__list-item .copy {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: -1em;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item .copy {
    bottom: 1.5rem;
    left: 0;
  }
}
.sec__dept .dept__list-item .copy > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--font-color);
  background-color: #fff;
  padding: 4px 0.5em;
  letter-spacing: 0.25rem;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease, -webkit-clip-path 0.3s ease;
  transition: color 0.3s ease, -webkit-clip-path 0.3s ease;
  transition: color 0.3s ease, clip-path 0.3s ease;
  transition: color 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item .copy > span {
    letter-spacing: 0.05rem;
    padding: 0 0.5em;
    color: #fff;
    font-size: 1.4rem;
  }
}
.sec__dept .dept__list-item .copy > span:not(:first-child) {
  margin-top: 0.75em;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item .copy > span:not(:first-child) {
    margin-top: 0.5em;
  }
}
.sec__dept .dept__list-item .copy > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: var(--dept-color, #ccc);
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item .copy > span::before {
    color: #fff;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.sec__dept .dept__list-item:nth-child(odd) .bg {
  left: -7rem;
}
.sec__dept .dept__list-item:nth-child(odd) h3 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item:nth-child(even) {
    -webkit-transform: unset;
            transform: unset;
  }
}
.sec__dept .dept__list-item:nth-child(even) .bg {
  right: -7rem;
}
.sec__dept .dept__list-item:nth-child(1) .copy, .sec__dept .dept__list-item:nth-child(4) .copy, .sec__dept .dept__list-item:nth-child(5) .copy {
  right: auto;
  left: -1em;
  bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item:nth-child(1) .copy, .sec__dept .dept__list-item:nth-child(4) .copy, .sec__dept .dept__list-item:nth-child(5) .copy {
    bottom: 1.5rem;
    left: 0;
  }
}
.sec__dept .dept__list-item:nth-child(2) .copy, .sec__dept .dept__list-item:nth-child(3) .copy, .sec__dept .dept__list-item:nth-child(6) .copy, .sec__dept .dept__list-item:nth-child(7) .copy {
  left: auto;
  right: -1em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item:nth-child(2) .copy, .sec__dept .dept__list-item:nth-child(3) .copy, .sec__dept .dept__list-item:nth-child(6) .copy, .sec__dept .dept__list-item:nth-child(7) .copy {
    bottom: 1.5rem;
    right: 0;
  }
}
.sec__dept .dept__list-item:nth-child(2) .copy span, .sec__dept .dept__list-item:nth-child(3) .copy span, .sec__dept .dept__list-item:nth-child(6) .copy span, .sec__dept .dept__list-item:nth-child(7) .copy span {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item:nth-child(3) .copy, .sec__dept .dept__list-item:nth-child(7) .copy {
    left: 0;
    right: auto;
    text-align: left;
  }
  .sec__dept .dept__list-item:nth-child(3) .copy span, .sec__dept .dept__list-item:nth-child(7) .copy span {
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .sec__dept .dept__list-item:nth-child(4) .copy {
    left: auto;
    right: 0;
    text-align: right;
  }
  .sec__dept .dept__list-item:nth-child(4) .copy span {
    margin-left: auto;
    margin-right: 0;
  }
}
.sec__dept .icon {
  border: none;
  position: absolute;
  width: 10rem;
  aspect-ratio: 1/1;
  display: none;
  top: -3rem;
}
@media only screen and (max-width: 768px) {
  .sec__dept .icon {
    width: 7rem;
    top: -1rem;
  }
}
.sec__dept .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec__dept .--business .icon {
  right: 2rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .sec__dept .--business .icon {
    right: 0;
  }
}
.sec__dept .--culinary .icon {
  right: 2rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .sec__dept .--culinary .icon {
    right: 0;
  }
}
.sec__dept .--totalbeauty a::before {
  display: block;
}
.sec__dept .--wedding a::before {
  display: block;
  right: 1rem;
}

.--business {
  --dept-color: #8189c3;
}

.--totalfashion {
  --dept-color: #007b38;
}

.--hairartist {
  --dept-color: #ec6d76;
}

.--hairmake {
  --dept-color: #e94736;
}

.--totalbeauty {
  --dept-color: #f39800;
}

.--wedding {
  --dept-color: #68c5d9;
}

.--fashion {
  --dept-color: #91c658;
}

.--tusin {
  --dept-color: #f15a6d;
}

.--culinary {
  --dept-color: #b28146;
}

.--chef {
  --dept-color: #21701a;
}

.--patissier {
  --dept-color: #e8546b;
}

.--breadcafe {
  --dept-color: #ed7700;
}

.--cooks {
  --dept-color: #c6000b;
}

.--confectionery {
  --dept-color: #3386c8;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* common */
/* 目次 */
/* __00: commonファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.title_en {
  font-family: var(--ffGabarito);
  font-size: 4rem;
  text-transform: lowercase;
}
@media only screen and (max-width: 768px) {
  .title_en {
    text-align: center;
    font-size: 2.4rem;
  }
}

.text_strong {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .text_strong {
    text-align: center;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: -webkit-linear-gradient(transparent 65%, #ffff00 35%);
  background: linear-gradient(transparent 65%, #ffff00 35%);
}

.pink-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #f9cccc));
  background: -webkit-linear-gradient(transparent 65%, #f9cccc 35%);
  background: linear-gradient(transparent 65%, #f9cccc 35%);
}

.purple-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #dcc8fa));
  background: -webkit-linear-gradient(transparent 65%, #dcc8fa 35%);
  background: linear-gradient(transparent 65%, #dcc8fa 35%);
}

.green-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #c8eea4));
  background: -webkit-linear-gradient(transparent 65%, #c8eea4 35%);
  background: linear-gradient(transparent 65%, #c8eea4 35%);
}

.sec-title {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .sec-title {
    margin-bottom: 3rem;
  }
}
.sec-title span {
  display: block;
  font-size: 0.6em;
}

.title_underbar {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  .title_underbar {
    font-size: 2.4rem;
  }
}
.title_underbar span {
  color: yellow;
}
.title_underbar:after {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  margin: 1rem auto;
  background: -webkit-linear-gradient(to left, var(--beauty-main-color-2) 50%, #dbdbdb 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--beauty-main-color-2)), color-stop(50%, #dbdbdb));
  background: -webkit-linear-gradient(left, var(--beauty-main-color-2) 50%, #dbdbdb 50%);
  background: linear-gradient(to right, var(--beauty-main-color-2) 50%, #dbdbdb 50%);
}
.food-home .title_underbar:after {
  background: -webkit-linear-gradient(to left, var(--food-main-color-2) 50%, #dbdbdb 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--food-main-color-2)), color-stop(50%, #dbdbdb));
  background: -webkit-linear-gradient(left, var(--food-main-color-2) 50%, #dbdbdb 50%);
  background: linear-gradient(to right, var(--food-main-color-2) 50%, #dbdbdb 50%);
}

.white-waku {
  background: #fff;
  position: relative;
  text-align: center;
  margin: 4rem auto 0;
  padding: 3rem 2rem;
  max-width: 900px;
}
@media only screen and (max-width: 768px) {
  .white-waku {
    text-align: left;
  }
}
.white-waku h3 {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .white-waku h3 {
    font-size: 1.8rem;
  }
}
.white-waku::before {
  content: "";
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: var(--base-color) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.white-waku::after {
  content: "";
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent var(--base-color) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
}

.block_pagetop .contents__block {
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .block_pagetop .contents__block {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-block: 3rem;
  }
}
.block_pagetop .img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.area_message {
  display: grid;
  gap: 2rem;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.area_message .message-title {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .area_message .message-title {
    font-size: 1.8rem;
  }
}

.list_point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .list_point {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.list_point.--column3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .list_point.--column3 {
    grid-template-columns: 1fr;
  }
}
.list_point li {
  background: url(../img/home/border05.png);
  position: relative;
  padding: 8px;
}
.list_point li .white-base {
  background: #fff;
  padding: 12px;
  position: relative;
  z-index: 10;
  height: 100%;
  display: grid;
  gap: 1rem;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
}
.list_point li:nth-child(1) .point-title::before {
  background-image: url(../img/for/point01.png);
}
.list_point li:nth-child(2) .point-title::before {
  background-image: url(../img/for/point02.png);
}
.list_point li:nth-child(3) .point-title::before {
  background-image: url(../img/for/point03.png);
}
.list_point li:nth-child(4) .point-title::before {
  background-image: url(../img/for/point04.png);
}
.list_point .point-title {
  color: var(--beauty-main-color-2);
  font-size: 2rem;
  display: grid;
  grid-template-columns: 8rem auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .list_point .point-title {
    font-size: 1.6rem;
    grid-template-columns: 6rem auto;
  }
}
.list_point .point-title:before {
  content: "";
  width: 8rem;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .list_point .point-title:before {
    width: 6rem;
  }
}
.list_point .point-text {
  font-size: 0.9em;
}

.list_article {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .list_article {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-highschool003 .list_article {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .page-highschool003 .list_article {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list_article li {
  position: relative;
}
.list_article li::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: var(--base-color);
}
.list_article .list_article_btn::after {
  content: unset;
}
.list_article .header-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 1rem;
  background: #fff;
  padding: 2rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .list_article .header-link {
    padding: 1rem;
  }
}
.list_article a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_article a:hover {
  opacity: 0.8;
}
.list_article .link {
  font-size: 0.8em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .list_article .link {
    width: 100%;
  }
}
.list_article .link:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid var(--base-color);
  border-right: 2px solid var(--base-color);
}
.list_article .article-number {
  color: var(--base-color);
  font-size: 2.4rem;
  white-space: nowrap;
}
.list_article .article-number::after {
  content: "";
  width: 3px;
  height: 2em;
  background: var(--base-color);
  position: absolute;
  left: 1rem;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .list_article .article-number::after {
    left: 0;
  }
}
.list_article .article-number .number-text {
  font-family: var(--ffGabarito);
  line-height: 1;
}
.list_article .article-title {
  font-size: 1.5rem;
  color: var(--base-color);
  line-height: 1.5;
}
.list_article .article-text {
  font-size: 0.9em;
}

.block_recruit_table .table_base {
  table-layout: fixed;
}

.block_under-article {
  background: url(../img/home/slide-dott_sp.png) repeat left top;
}

.block_under-college .title_en,
.block_under-college .text_strong {
  text-align: center;
}
.block_under-college .floBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6rem 0;
  gap: 4rem 2rem;
}
@media only screen and (max-width: 1024px) {
  .block_under-college .floBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3rem 0;
  }
}
.block_under-college .floBox .Box3 {
  width: calc(33.3333333333% - 4rem);
  display: grid;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .block_under-college .floBox .Box3 {
    width: 100%;
  }
}
.block_under-college .floBox .Box3 .ta-c {
  text-align: center;
}
.block_under-college .floBox .Box3 .ta-c img {
  height: 200px;
}

.block_contact {
  background: url(../img/home/slide-dott_sp.png) repeat left top;
  text-align: center;
}
.block_contact .btn-wrapper {
  padding: 0;
}

.bg_dott,
.block_guardian {
  background: url(../img/home/slide-dott_sp.png) repeat left top;
}

.block_graduate {
  background: #cee4ed;
  background: var(--bg-color);
}

.btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

.block_movie .movie-title {
  padding: 10px 0;
}
.block_movie .movie-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .block_movie .movie-box {
    grid-template-columns: 1fr;
  }
}
.block_movie .area_movie p {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.block_movie .area_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page_shokujitsu */
.page_shokujitsu .lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .page_shokujitsu .lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_shokujitsu .lead .img {
  width: 180px;
}
@media only screen and (max-width: 1024px) {
  .page_shokujitsu .lead .img {
    margin: auto;
  }
}
.page_shokujitsu .lead .desc {
  width: calc(100% - 180px - 2rem);
}
@media only screen and (max-width: 1024px) {
  .page_shokujitsu .lead .desc {
    width: 100%;
  }
}
.page_shokujitsu .bg {
  background: url(../img/home/slide-dott_sp.png) repeat left top;
}
.page_shokujitsu .text_strong span {
  display: inline-block;
}
.page_shokujitsu .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
.page_shokujitsu .list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30%;
}
@media only screen and (max-width: 1024px) {
  .page_shokujitsu .list li {
    min-width: 280px;
  }
}
.page_shokujitsu .list h3 {
  margin-bottom: 1rem;
}
.page_shokujitsu .list p {
  margin: 0;
}
.page_shokujitsu .list_dept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .page_shokujitsu .list_dept {
    gap: 1.5rem;
  }
}
.page_shokujitsu .list_dept a {
  background: #e95377;
  color: #fff;
  width: calc((100% - 4rem) / 3);
  padding: 1rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .page_shokujitsu .list_dept a {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .page_shokujitsu .list_dept a {
    width: 100%;
  }
}
.page_shokujitsu .list_dept a.p1 {
  background: #e95377;
}
.page_shokujitsu .list_dept a.p2 {
  background: #e60012;
}
.page_shokujitsu .list_dept a.p3 {
  background: #f5aa19;
}
.page_shokujitsu .list_dept a.p4 {
  background: #5390cd;
}
.page_shokujitsu .list_dept a.p5 {
  background: #83c36b;
}
.page_shokujitsu .list_dept a.p6 {
  background: var(--food-main-color-2);
}
.page_shokujitsu .list_dept a.p7 {
  background: var(--beauty-main-color-2);
}
.page_shokujitsu .list_dept a.p8 {
  background: #f5aa19;
}
.page_shokujitsu .list_dept a.p9 {
  background: #e60012;
}
.page_shokujitsu .list_dept a.p10 {
  background: #5390cd;
}
.page_shokujitsu .list_dept .title {
  font-size: 1.8rem;
  font-weight: 600;
}
.page_shokujitsu .list_disc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .page_shokujitsu .list_disc {
    gap: 1.5rem;
  }
}
.page_shokujitsu .list_disc a {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.5rem;
  width: calc((100% - 2rem) / 2);
  padding: 1rem;
  border: 1px solid;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .page_shokujitsu .list_disc a {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_shokujitsu .list_disc a:hover {
  background: var(--beauty-main-color-2);
  color: #fff;
  opacity: 1;
}
.page_shokujitsu .list_disc .small {
  font-size: 0.8em;
  -webkit-transition: unset;
  transition: unset;
}

.page-contest span {
  display: inline-block;
}
.page-contest h2.title_temp:after {
  background: #6fb92c;
}
.page-contest h3.title_temp:after {
  background: #6fb92c;
}
.page-contest p {
  margin-bottom: 1em;
}
.page-contest .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.page-contest dl {
  margin-bottom: 1em;
}
.page-contest dl dt {
  text-align: center;
  min-width: 100px;
  padding: 0 1em;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page-contest dl dd {
  display: inline-block;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .page-contest dl dd {
    display: block;
    padding-left: 0;
  }
}
.page-contest strong {
  font-size: 1.3em;
  font-weight: 700;
}
.page-contest .dl2 dt {
  text-align: left;
  text-indent: -1em;
  border: none;
}
.page-contest .policy {
  background: #f2f2f2;
  padding: 1.5em;
}
.page-contest .policy ul {
  margin-bottom: 1em;
}
.page-contest .policy ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-contest .tag {
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 3px 5px;
  margin-right: 1em;
  min-width: 70px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 学費について */
.list_price {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .list_price {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.list_price li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .list_price li {
    font-size: 1.6rem;
  }
}
.list_price .dotted {
  width: 100%;
  min-width: 300px;
  display: block;
  border-bottom: 4px dotted #000;
}
@media only screen and (max-width: 768px) {
  .list_price .dotted {
    min-width: unset;
  }
}

.table_price {
  border: none;
}
.table_price tr {
  border-top: 1px solid #000;
}
.table_price th,
.table_price td {
  background: unset;
  border: none;
  font-size: 2.4rem;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 768px) {
  .table_price th,
  .table_price td {
    font-size: 1.6rem;
    padding: 1em;
  }
}
.table_price th {
  text-align: left;
}
.table_price td {
  text-align: right;
}

.table_note {
  border-top: 1px solid #000;
  text-align: right;
  padding-top: 1em;
}

.table_schedule {
  border: none;
  table-layout: fixed;
}
.table_schedule th,
.table_schedule td {
  font-size: 2.4rem;
  vertical-align: middle;
  line-height: 1.4;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 768px) {
  .table_schedule th,
  .table_schedule td {
    font-size: 1.6rem;
    padding: 1em;
  }
}
.table_schedule th:first-child,
.table_schedule td:first-child {
  border-left: none;
}
.table_schedule th:last-child,
.table_schedule td:last-child {
  border-right: none;
}
.table_schedule th {
  background: #000;
  color: #fff;
  text-align: center;
}
.table_schedule td:last-child {
  text-align: center;
}
.table_schedule .small {
  font-size: 0.8em;
}

.list_note {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.list_note li {
  font-size: 2.4rem;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .list_note li {
    font-size: 1.6rem;
  }
}
.list_note li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.4em;
  aspect-ratio: 1/1;
  background: #333;
  border-radius: 50%;
  margin-right: 0.6em;
}

.notes {
  margin-top: 1em;
}
.notes .item {
  padding-left: 1em;
  text-indent: -1em;
}

.bnr_list_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .bnr_list_1 {
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bnr_list_1 .item {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
  position: relative;
  max-width: 400px;
}
@media (hover: hover) and (pointer: fine) {
  .bnr_list_1 .item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.bnr_list_1 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bnr_list_1 .item .label {
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .bnr_list_1 .item .label {
    font-size: 2rem;
  }
}
.bnr_list_1 .item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  margin: 1rem;
  border: 2px solid var(--base-color);
}
@media only screen and (max-width: 768px) {
  .bnr_list_1 .item::after {
    margin: 0.5rem;
  }
}
.bnr_list_1 .item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  background: var(--base-color);
}

.tag_info {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
}
.tag_info .dl_info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.tag_info .dl_info dt {
  min-width: 8rem;
  color: #fff;
  font-weight: 500;
  padding: 0.2em 1em;
  text-align: center;
  background: var(--base-color);
}
.tag_info .dl_info dd {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .tag_info .dl_info dd {
    font-size: 1.6rem;
  }
}

.card_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .card_list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.card_list .card_item {
  position: relative;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border: 1px solid var(--base-color);
  color: #000;
}
@media only screen and (max-width: 768px) {
  .card_list .card_item {
    padding: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card_list .card_item:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    background: var(--base-color);
  }
}
.card_list .title {
  color: var(--base-color);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .card_list .title {
    font-size: 1.8rem;
  }
}
.card_list .title .small {
  font-size: 0.5333333333em;
  line-height: 1.6;
  display: inline-block;
  font-weight: 400;
}
.card_list .note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75em;
}
.card_list .tag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
.card_list .tag_list .tag {
  background: #000;
  border: 1px solid #000;
  border-radius: 99px;
  color: #fff;
  font-weight: 500;
  padding: 0.5em 1em;
  text-align: center;
  min-width: 5em;
  text-box: trim-both cap alphabetic;
}
@media only screen and (max-width: 768px) {
  .card_list .tag_list .tag {
    font-size: 1.2rem;
    min-width: 4em;
  }
}
.card_list .tag_list .tag.--white {
  background: #fff;
  color: #000;
}
.card_list .dl_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
}
.card_list .dl_info.shikaku {
  display: block;
  background-color: var(--bg-color);
  padding: 1rem;
}
.card_list .dl_info.shikaku dt {
  font-weight: 600;
}
.card_list .dl_info.shikaku dd {
  text-indent: -2rem;
  padding-left: 3rem;
}
.card_list .arrow {
  width: 35px;
  aspect-ratio: 1/1;
  position: relative;
  margin-left: auto;
  background: #000;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  margin-top: auto;
}
.card_list .arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg) translate(-10%, 0);
          transform: rotate(45deg) translate(-10%, 0);
}
.card_list .lead {
  font-size: 2.7rem;
  font-weight: 700;
  color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  .card_list .lead {
    font-size: 1.6rem;
  }
}
.card_list.--scholarship .card_item {
  padding: 0;
  gap: 0;
}
.card_list.--scholarship .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.5rem 2rem;
  background: var(--base-color);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .card_list.--scholarship .head {
    padding: 0.5rem 1rem;
  }
}
.card_list.--scholarship .desc {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.card_list.--scholarship .title {
  color: #fff;
}
.card_list.--scholarship .title-line {
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_list.--scholarship .title-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

.bg_qa {
  background: var(--bg-color-2);
}

.sec_qa .headline .type-03 {
  background: unset;
}

.qa_list {
  max-width: 940px;
  margin: 0 auto;
}
.qa_list .accordion {
  cursor: pointer;
}
.qa_list .en {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .qa_list .en {
    font-size: 3rem;
  }
}
.qa_list .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  padding: 1.5rem 6rem 1.5rem 2rem;
  margin-bottom: 3rem;
  background: var(--base-color);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .qa_list .question {
    font-size: 1.5rem;
    padding: 1rem 4rem 1rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.qa_list .question:before, .qa_list .question::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}
.qa_list .question::before {
  height: 2px;
  width: 3rem;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .qa_list .question::before {
    right: 1rem;
    width: 2rem;
  }
}
.qa_list .question::after {
  height: 3rem;
  width: 2px;
  top: 0;
  bottom: 0;
  right: 3.25rem;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .qa_list .question::after {
    right: 1.8rem;
    height: 2rem;
  }
}
.qa_list .question .en {
  color: #fff;
}
.qa_list .accordion-menu {
  display: none;
}
.qa_list .answer {
  padding: 0 2rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  padding: 0 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .qa_list .answer {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
  }
}
.qa_list .answer .en {
  color: var(--base-color);
}
.qa_list .answer .small {
  font-size: 0.75em;
}
.qa_list .answer a {
  text-decoration: underline;
}
.qa_list .--active .question::after {
  height: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アコーディオン */
.acdn__toggle.accordion {
  cursor: pointer;
}
.acdn__toggle.accordion .btn {
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  padding: 1.5rem 6rem 1.5rem 2rem;
  background: #000;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .acdn__toggle.accordion .btn {
    font-size: 1.5rem;
    padding: 1rem 4rem 1rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.acdn__toggle.accordion .btn:before, .acdn__toggle.accordion .btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}
.acdn__toggle.accordion .btn::before {
  height: 2px;
  width: 3rem;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .acdn__toggle.accordion .btn::before {
    right: 1rem;
    width: 2rem;
  }
}
.acdn__toggle.accordion .btn::after {
  height: 3rem;
  width: 2px;
  top: 0;
  bottom: 0;
  right: 3.25rem;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .acdn__toggle.accordion .btn::after {
    right: 1.8rem;
    height: 2rem;
  }
}
.acdn__toggle.accordion .btn .en {
  color: #fff;
}
.acdn__toggle.--active .btn::after {
  height: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: モーダル */
.dialog-modal {
  border: unset;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .dialog-modal {
    padding: 2rem;
  }
}
.dialog-modal .dialog-inner {
  display: grid;
  gap: 1em;
}
.dialog-modal .dialog-title {
  background: var(--base-color);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  .dialog-modal .dialog-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .dialog-modal p {
    font-size: 1.3rem;
  }
}
.dialog-modal .copy {
  font-size: 2rem;
  color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  .dialog-modal .copy {
    font-size: 1.6rem;
  }
}
.dialog-modal table {
  border: unset;
}
.dialog-modal table th {
  background: #000;
  color: #fff;
  white-space: nowrap;
}
.dialog-modal table th,
.dialog-modal table td {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .dialog-modal table th,
  .dialog-modal table td {
    font-size: 1.2rem;
  }
}
.dialog-modal table th:first-child,
.dialog-modal table td:first-child {
  border-left: unset;
}
.dialog-modal table th:last-child,
.dialog-modal table td:last-child {
  border-right: unset;
}
.dialog-modal .js-modal-close {
  all: unset;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .dialog-modal .js-modal-close {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
  }
}
.dialog-modal.--video iframe {
  aspect-ratio: 16/9;
  width: 80vw;
  max-width: 900px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .dialog-modal.--video iframe {
    width: 80vw;
    max-width: 600px;
  }
}

.modal-open {
  overflow: hidden; /* スクロールを無効にする */
}

.page-scholarship .dialog-modal table {
  border-right: 1px solid #727171;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page css */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* beauty_8points */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#page__beauty_8points .content__title,
#page__food_8points .content__title {
  background-image: none;
  padding: 0;
}

._8points .point-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
  max-width: 1440px;
  margin: 0 auto;
  padding-block: 10rem;
}
@media only screen and (max-width: 768px) {
  ._8points .point-list {
    padding-block: 5rem 10rem;
    gap: 10rem;
  }
}
._8points .item {
  padding-bottom: 7rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ._8points .item {
    padding-bottom: 3rem;
  }
}
._8points .text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5rem 4rem;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  ._8points .text-box {
    padding: 7rem 1rem 1rem;
    position: static;
  }
}
._8points .text-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  ._8points .text-box:before {
    width: 25rem;
    aspect-ratio: 21/8;
    right: 0;
    left: unset;
    bottom: 2rem;
  }
}
._8points .text-box .num {
  color: var(--base-color);
  font-size: 48rem;
  line-height: 0.6875;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ._8points .text-box .num {
    font-size: 18rem;
  }
}
.food ._8points .text-box .num {
  color: var(--food-main-color);
}
._8points .text-box .title {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.4;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 0 var(--beauty-main-color));
          filter: drop-shadow(2px 2px 0 var(--beauty-main-color));
}
@media only screen and (max-width: 768px) {
  ._8points .text-box .title {
    font-size: 1.8rem;
    -webkit-filter: drop-shadow(2px 2px 0 var(--beauty-main-color));
            filter: drop-shadow(2px 2px 0 var(--beauty-main-color));
  }
}
.food ._8points .text-box .title {
  -webkit-filter: drop-shadow(2px 2px 0 var(--food-main-color));
          filter: drop-shadow(2px 2px 0 var(--food-main-color));
}
._8points .text-box .text {
  color: #fff;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 2px var(--beauty-main-color));
          filter: drop-shadow(2px 2px 2px var(--beauty-main-color));
}
.food ._8points .text-box .text {
  -webkit-filter: drop-shadow(2px 2px 2px var(--food-main-color));
          filter: drop-shadow(2px 2px 2px var(--food-main-color));
}
._8points .img {
  display: block;
  width: 1170px;
  aspect-ratio: 117/40;
}
@media only screen and (max-width: 768px) {
  ._8points .img {
    width: 33rem;
    aspect-ratio: 33/14;
    position: absolute;
    top: 0;
  }
}
._8points .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._8points .btn_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  ._8points .btn_list {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 1rem;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}
@media only screen and (max-width: 768px) {
  ._8points .btn_list a.type__normal {
    font-size: 12px;
    width: 48%;
    min-width: 11rem;
    line-height: 1.4;
  }
}
._8points .btn_list a.type__normal::before {
  background-color: var(--beauty-accent-color-2);
}
.food ._8points .btn_list a.type__normal::before {
  background-color: var(--food-accent-color-2);
}
.food ._8points .btn_list a.type__normal {
  background-color: var(--food-main-color);
}
._8points .point:nth-child(odd) {
  margin-right: 7rem;
}
@media only screen and (max-width: 768px) {
  ._8points .point:nth-child(odd) {
    margin-right: 0;
  }
}
._8points .point:nth-child(odd) .img {
  margin-right: auto;
}
._8points .point:nth-child(odd) .text-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: 0;
}
._8points .point:nth-child(odd) .text-box:before {
  background-color: var(--beauty-accent-color-2);
  background-image: url(../images/page/8points/beauty/right.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.food ._8points .point:nth-child(odd) .text-box:before {
  background-color: var(--food-accent-color-2);
  background-image: url(../images/page/8points/food/right.png);
}
._8points .point:nth-child(even) {
  margin-left: 7rem;
}
@media only screen and (max-width: 768px) {
  ._8points .point:nth-child(even) {
    margin-left: 0;
  }
}
._8points .point:nth-child(even) .img {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  ._8points .point:nth-child(even) .img {
    right: 0;
  }
}
._8points .point:nth-child(even) .text-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  left: 0;
}
._8points .point:nth-child(even) .text-box:before {
  background-color: var(--beauty-accent-color-2);
  background-image: url(../images/page/8points/beauty/left.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  ._8points .point:nth-child(even) .text-box:before {
    right: unset;
    left: 0;
  }
}
.food ._8points .point:nth-child(even) .text-box:before {
  background-color: var(--food-accent-color-2);
  background-image: url(../images/page/8points/food/left.png);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* college */
/* 目次 */
/* __00: 共通設定 */
/* __10: タイトル */
/* __20: ページ内ナビ */
/* __30: Achievements */
/* __40: Scholarship */
/* __50: Interview */
/* __60: Open Campus */
/* __70: Entrance Examination */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.college footer {
  background-color: #efead9;
}

#page__college {
  --college-font-color: #595757;
}
#page__college .anchor {
  margin-top: -112px;
  padding-top: 112px;
}
@media only screen and (max-width: 768px) {
  #page__college .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
#page__college .contents__inner {
  padding-block: 6rem;
}
@media only screen and (max-width: 768px) {
  #page__college .contents__inner {
    padding-block: 4rem;
  }
}
#page__college .contents__block .block {
  background-color: #fff;
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  #page__college .contents__block .block {
    padding: 2rem 1rem;
  }
}
#page__college .head {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  #page__college .head {
    margin-bottom: 2rem;
  }
}
#page__college .head + .block {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #page__college .head + .block {
    margin-top: 2rem;
  }
}
#page__college .head .lead .en {
  display: block;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  #page__college .head .lead .en {
    font-size: 2.4rem;
  }
}
#page__college .head .bg span {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0 0.5em;
  margin: 0 auto;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#e9629d), to(#e74661));
  background: -webkit-linear-gradient(left, #e9629d 0%, #e74661 100%);
  background: linear-gradient(90deg, #e9629d 0%, #e74661 100%);
}
#page__college .head .bg span:first-child {
  margin-bottom: 0.5em;
}
.beauty-home #page__college .head .bg span {
  background: -webkit-gradient(linear, left top, right top, from(#e9629d), to(#e74661));
  background: -webkit-linear-gradient(left, #e9629d 0%, #e74661 100%);
  background: linear-gradient(90deg, #e9629d 0%, #e74661 100%);
}
.food-home #page__college .head .bg span {
  background: -webkit-gradient(linear, left top, right top, from(#35a32d), to(#bad87b));
  background: -webkit-linear-gradient(left, #35a32d 0%, #bad87b 100%);
  background: linear-gradient(90deg, #35a32d 0%, #bad87b 100%);
}
#page__college .button {
  font-size: 1.6rem;
  background-color: #fff;
  color: var(--beauty-main-color-2);
  border: 1px solid var(--beauty-main-color-2);
  border-radius: calc(infinity * 1px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page__college .button {
    max-width: 278px;
    font-size: 14px;
  }
}
#page__college .button:hover {
  opacity: 0.7;
}
.food-home #page__college .button {
  color: var(--food-main-color-2);
  border-color: var(--food-main-color-2);
}
#page__college .button::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid var(--beauty-main-color-2);
  border-right: 1px solid var(--beauty-main-color-2);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.food-home #page__college .button::after {
  border-color: var(--food-main-color-2);
}
#page__college .buttons-box {
  background-color: #ededed;
  padding: 1rem;
  max-width: 496px;
  margin: 2rem auto 0;
}
@media only screen and (max-width: 768px) {
  #page__college .buttons-box {
    max-width: inherit;
  }
}
#page__college .buttons-box p {
  font-weight: 700;
  text-align: center;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #page__college .buttons-box p {
    font-size: 18px;
    padding-bottom: 1rem;
  }
}
#page__college .buttons-box .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  #page__college .buttons-box .buttons {
    grid-template-columns: 1fr;
  }
}
#page__college .buttons-box .buttons a {
  font-size: 1.4rem;
  min-width: unset;
  width: 100%;
}
#page__college {
  /* __30: Achievements */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#page__college .sec01 .text {
  text-align: center;
}
#page__college .sec01 .data-box {
  display: grid;
  grid-template-columns: 60% 35%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
  #page__college .sec01 .data-box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#page__college .sec01 .data dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page__college .sec01 .data dl + dl {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #000;
}
#page__college .sec01 .data dl dt {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #page__college .sec01 .data dl dt {
    font-size: 1.6rem;
  }
}
#page__college .sec01 .data dl dd {
  color: var(--base-color);
  font-size: 6rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #page__college .sec01 .data dl dd {
    font-size: 4rem;
  }
}
#page__college .sec01 .data dl dd .en {
  font-family: var(--ffGabarito);
}
#page__college .sec01 .data dl dd .unit {
  font-size: 0.5em;
}
#page__college .sec01 .data .caption {
  text-align: right;
}
#page__college .sec01 .graph svg {
  fill: var(--base-color);
}
#page__college .sec01 .graph svg .f {
  fill: none;
  stroke: #000;
}
#page__college .sec01 .graph svg .f,
#page__college .sec01 .graph svg .g {
  stroke-linejoin: round;
}
#page__college .sec01 .graph svg .f,
#page__college .sec01 .graph svg .g,
#page__college .sec01 .graph svg .e {
  stroke-linecap: round;
}
#page__college .sec01 .graph svg .g {
  fill: var(--bg-color);
}
#page__college .sec01 .graph svg .g,
#page__college .sec01 .graph svg .e {
  stroke: #fff;
}
#page__college .sec01 .graph svg .h {
  fill: #fff;
}
#page__college .sec01 .graph svg .e {
  stroke-miterlimit: 10;
}
#page__college .sec01 .cta-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec01 .cta-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page__college .sec01 .cta-box .buttons-box {
  max-width: inherit;
  margin: 0;
}
#page__college .sec01 .img-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec01 .img-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page__college .sec01 .record-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec01 .record-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page__college .sec01 .record-box .record {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
  background-color: var(--beauty-accent-color-2);
}
#page__college .sec01 .record-box .record.--food {
  background-color: var(--food-accent-color-2);
}
#page__college .sec01 .record-box .record.--food dl {
  color: var(--food-main-color);
}
#page__college .sec01 .record-box .record.--food .dept {
  font-weight: 600;
  color: #fff;
  background: var(--food-main-color);
}
#page__college .sec01 .record-box .record .desc {
  margin-top: auto;
  padding: 1rem;
  text-align: center;
}
#page__college .sec01 .record-box .record .dept {
  font-weight: 600;
  color: #fff;
  background: var(--beauty-main-color);
}
#page__college .sec01 .record-box .record .name {
  font-weight: 600;
}
#page__college .sec01 .record-box .record .count {
  font-weight: 600;
}
#page__college .sec01 .record-box .record .date {
  color: #adadad;
  line-height: 1.2;
}
#page__college .sec01 .record-box .record dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: var(--beauty-main-color);
}
#page__college .sec01 .record-box .record dl dt {
  font-weight: 500;
  line-height: 1;
  margin: 5px;
}
#page__college .sec01 .record-box .record dl dd {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  margin: 5px;
}
#page__college .sec01 .record-box .record .image img {
  width: 100%;
}
#page__college {
  /* __40: Scholarship */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#page__college .sec02 {
  background-color: var(--bg-color);
}
#page__college .sec02 .support_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .support_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page__college .sec02 .support {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40%;
}
#page__college .sec02 .support__inner {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .support__inner {
    padding: 1em;
  }
}
#page__college .sec02 .support .head {
  margin-bottom: 0;
}
#page__college .sec02 .support .head h4 {
  text-align: center;
  color: #fff;
  padding: 0.5em 1em;
  background: -webkit-linear-gradient(60deg, #e6809c 0%, #e28299 35%, #7dbd5e 85%);
  background: linear-gradient(30deg, #e6809c 0%, #e28299 35%, #7dbd5e 85%);
}
#page__college .sec02 .support .price {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
#page__college .sec02 .support .price .val {
  font-family: var(--ffGabarito);
  display: inline-block;
  font-size: 2em;
  vertical-align: baseline;
  color: #e55658;
  line-height: 1.5;
}
#page__college .sec02 .support .price .tag {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0.5em;
  margin-left: 0.25em;
  vertical-align: super;
  color: #fff;
  background-color: #e55658;
  border-radius: calc(infinity * 1px);
}
#page__college .sec02 .support .price .tag.--c1 {
  background-color: #e55658;
}
#page__college .sec02 .support .price .tag.--c2 {
  background-color: #0092bb;
}
#page__college .sec02 .support .price .plus {
  display: inline-block;
  font-size: 2.5em;
  font-weight: 900;
  vertical-align: baseline;
  color: #e55658;
  margin-right: 5px;
  line-height: 1;
}
#page__college .sec02 .support .price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .support .price-box {
    display: block;
  }
}
#page__college .sec02 .support table {
  border: unset;
}
#page__college .sec02 .support table th {
  width: 50%;
  text-align: center;
  background-color: #adadad;
  border: unset;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .support table th {
    font-size: 1.2rem;
  }
}
#page__college .sec02 .support table td {
  border: unset;
  background-color: #ececec;
  font-weight: 700;
  text-align: center;
}
#page__college .sec02 .support table td span {
  display: block;
  text-align: center;
}
#page__college .sec02 .support .lead {
  margin: 1em 0;
}
#page__college .sec02 .support .lead .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 1em;
}
#page__college .sec02 .support .lead .tag span {
  letter-spacing: 0;
  color: #fff;
  padding: 0 2em;
  font-weight: 700;
  background-color: var(--base-color);
  border-radius: calc(infinity * 1px);
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .support .lead .tag span {
    font-size: 11px;
  }
}
#page__college .sec02 .support .lead p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .support .lead p {
    font-size: 1.6rem;
  }
}
#page__college .sec02 .acdn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .acdn-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page__college .sec02 .acdn-head {
  cursor: pointer;
  position: relative;
}
#page__college .sec02 .acdn-head::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#page__college .sec02 .acdn-head.--active::after {
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}
#page__college .sec02 .acdn-head h5 {
  text-align: center;
  background: #808080;
  color: #fff;
  padding: 0.5rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .acdn-head h5 {
    font-size: 1.4rem;
  }
}
#page__college .sec02 .acdn-body {
  display: none;
  background-color: #f8f8f8;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .acdn-body {
    padding: 1em;
  }
}
#page__college .sec02 .acdn-body .grid-box {
  display: grid;
  gap: 3rem;
}
#page__college .sec02 .acdn-body h6 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .acdn-body h6 {
    font-size: 1.6rem;
  }
}
#page__college .sec02 .acdn-body p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .acdn-body .box {
    width: 100%;
  }
}
#page__college .sec02 .acdn-body .box + .box {
  border-top: 1px dashed var(--college-font-color);
  margin-top: 2rem;
  padding-top: 2rem;
}
#page__college .sec02 .acdn-body .box p {
  font-weight: 700;
  color: var(--base-color);
  line-height: 1.4;
}
#page__college .sec02 .acdn-body .box p span {
  font-size: 2em;
}
#page__college .sec02 .acdn-body .box p small {
  font-size: 0.8em;
  display: block;
  color: var(--font-color);
}
#page__college .sec02 .acdn-body .btn {
  font-size: 1.5rem;
}
#page__college .sec02 .acdn-body .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 1em;
}
#page__college .sec02 .acdn-body .step .num {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .acdn-body .step .num {
    font-size: 2rem;
  }
}
#page__college .sec02 .acdn-body .step h6 {
  line-height: 1.5;
}
#page__college .sec02 .acdn-body .step p {
  padding-top: 0.5em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #page__college .sec02 .acdn-body .text-box p {
    text-align: left;
  }
}
#page__college {
  /* __50: Interview */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#page__college .sec03 .content-separater .douga-block {
  padding-top: 0;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec03 .content-separater .douga-block {
    padding-bottom: 6rem;
  }
}
#page__college .sec03 .interview-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec03 .interview-box {
    grid-template-columns: 1fr;
  }
}
#page__college .sec03 .interview.--beauty .profile {
  background: var(--beauty-main-color);
}
#page__college .sec03 .interview.--beauty .tag {
  color: var(--beauty-main-color);
}
#page__college .sec03 .interview.--beauty h5 span {
  color: var(--beauty-main-color);
}
@media only screen and (max-width: 768px) {
  #page__college .sec03 .interview.--food {
    width: 100%;
  }
}
#page__college .sec03 .interview.--food .profile {
  background: var(--food-main-color);
}
#page__college .sec03 .interview.--food .tag {
  color: var(--food-main-color);
}
#page__college .sec03 .interview.--food h5 span {
  color: var(--food-main-color);
}
#page__college .sec03 .interview__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #page__college .sec03 .interview__head {
    display: block;
  }
}
#page__college .sec03 .interview__head img {
  display: block;
}
#page__college .sec03 .interview__head.--active .toggle__icon {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
#page__college .sec03 .interview .profile {
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page__college .sec03 .interview .profile h4 {
  font-size: 1.6rem;
  color: #fff;
}
#page__college .sec03 .interview .profile hr {
  display: block;
  border: none;
  background-color: #fff;
  width: 100%;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  #page__college .sec03 .interview .profile hr {
    height: 1px;
  }
}
@media only screen and (max-width: 768px) {
  #page__college .sec03 .interview .profile .tag_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
  }
}
#page__college .sec03 .interview .profile p {
  font-weight: 700;
  color: #fff;
  padding-top: 0.5em;
}
#page__college .sec03 .interview .profile p .tag {
  background-color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
}
#page__college .sec03 .interview .profile p.name {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #page__college .sec03 .interview .profile p.name {
    font-size: 1.8rem;
  }
}
#page__college .sec03 .interview .profile p.toggle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: right;
  margin-top: auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #page__college .sec03 .interview .profile p.toggle {
    font-size: 1.2rem;
  }
}
#page__college .sec03 .interview .profile p.toggle .toggle__icon {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  font-size: 1em;
  margin-left: 0.3em;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#page__college .sec03 .interview .profile p.toggle .toggle__icon::before, #page__college .sec03 .interview .profile p.toggle .toggle__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  inset: 0;
  margin: auto;
  background-color: #fff;
}
#page__college .sec03 .interview .profile p.toggle .toggle__icon::after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
#page__college .sec03 .interview__body {
  display: none;
  padding: 1em;
}
#page__college .sec03 .interview__body h5:not(:first-child) {
  border-top: 1px solid;
  margin-top: 1em;
  padding-top: 1em;
}
#page__college .sec03 .interview__body h5 span {
  font-family: var(--ffGabarito);
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  margin-right: 1rem;
  vertical-align: middle;
  line-height: 1;
}
#page__college .sec03 .interview__body .btn_list {
  margin-top: 1em;
}
#page__college {
  /* __60: Open Campus */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#page__college .sec04 .oc-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec04 .oc-box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#page__college .sec04 .card {
  background-color: #efead9;
  text-decoration: none;
  display: grid;
  grid-template-rows: 1fr 0.7fr;
}
@media only screen and (max-width: 768px) {
  #page__college .sec04 .card {
    grid-template-rows: 1fr auto;
  }
}
#page__college .sec04 .card img {
  width: 100%;
}
#page__college .sec04 .card .inner {
  padding: 3rem 1.5rem;
  display: grid;
  place-items: center;
  place-content: center;
  position: relative;
}
#page__college .sec04 .card .bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
}
#page__college .sec04 .card .bg span {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0.5em;
  color: #fff;
  background: var(--base-color);
}
#page__college .sec04 .card h4 {
  text-align: center;
  color: #000;
  line-height: 1.4;
  margin: auto;
}
#page__college .sec04 .card .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
#page__college .sec04 .card .tag span {
  font-weight: 700;
  color: #fff;
  border-radius: calc(infinity * 1px);
  padding: 0em 1em;
  background-color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  #page__college .sec04 .card .tag span {
    font-size: 12px;
  }
}
#page__college {
  /* __70: Entrance Examination */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#page__college .sec05 .entrance {
  max-width: 700px;
  margin: auto;
}
#page__college .sec05 .entrance table {
  border: unset;
  border-collapse: separate;
  border-spacing: 5px;
}
#page__college .sec05 .entrance table th,
#page__college .sec05 .entrance table td {
  padding: 1rem;
}
#page__college .sec05 .entrance table th {
  color: #fff;
  text-align: center;
  background-color: var(--base-color);
  border: unset;
  vertical-align: middle;
  white-space: nowrap;
}
#page__college .sec05 .entrance table td {
  border: unset;
  background-color: #fff;
}
#page__college .sec05 .entrance table td span {
  display: inline-block;
}
#page__college .sec05 .entrance .button-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 768px) {
  #page__college .sec05 .entrance .button-box {
    grid-template-columns: 1fr;
    gap: 0 1rem;
  }
}
#page__college .sec05 .entrance .button-box .btn_list {
  gap: 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  #page__college .sec05 .entrance .button-box .btn_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page__college .sec05 .entrance .button-box .head {
  margin: 0;
}
#page__college .sec05 .entrance .button-box .head .underline span {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--base-color);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #page__college .sec05 .entrance .button-box .head .underline span {
    font-size: 1.4rem;
  }
}
#page__college .sec06 .grid {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page__college .sec06 .lead {
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 2em;
  margin-bottom: 2em;
  position: relative;
  font-weight: 500;
}
#page__college .sec06 .lead span {
  color: var(--base-color);
  display: inline-block;
}
#page__college .sec06 .lead .arrow {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  margin: auto;
  width: 2em;
  height: 2em;
  background-color: #fff;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#page__college .sec06 .lead .arrow:after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
#page__college .sec06 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  text-align: center;
}
#page__college .sec06 .title b {
  font-size: 1.5em;
  color: var(--base-color);
}
#page__college .sec06 svg {
  height: 10rem;
  stroke: var(--base-color);
  stroke-width: 1.5px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#page__college .sec07 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  color: #fff;
}
#page__college .sec07 .title span {
  background: -webkit-linear-gradient(60deg, #e6809c 0%, #e28299 35%, #7dbd5e 85%);
  background: linear-gradient(30deg, #e6809c 0%, #e28299 35%, #7dbd5e 85%);
  padding: 0 1rem;
}
#page__college .sec07 .yellow-line span {
  color: var(--base-color);
}
#page__college .sec07 .yellow-line b {
  font-size: 1.5em;
}
#page__college .sec07 svg {
  width: 28rem;
  display: block;
  margin: 0 auto;
  stroke: var(--base-color);
  stroke-width: 1.5px;
  fill: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#page__college .sec07 svg .f {
  fill: var(--bg-color);
}
#page__college .sec07 .note {
  font-size: 0.8em;
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* oc */
/* 目次 */
/* __00: 共通設定 */
/* __10: OC TOP */
/* __20: 交通費補助 */
/* __30: 無料送迎バス */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.headline title {
  color: #fff;
}

.cpt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fceeef;
}
.food .cpt, .food-home .cpt, html.food-home .cpt {
  background-color: #e1eed5;
}
@media only screen and (max-width: 768px) {
  .cpt .contents__block {
    padding: 4rem 0;
  }
}
.cpt h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3.6rem;
  color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  .cpt h2 {
    font-size: 1.6rem;
  }
}
.cpt .btn-wrapper {
  padding-top: 0;
}
.cpt .btn {
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0px 6px 10px 5px rgba(237, 129, 169, 0.2);
          box-shadow: 0px 6px 10px 5px rgba(237, 129, 169, 0.2);
}
.food .cpt .btn, .food-home .cpt .btn, html.food-home .cpt .btn {
  -webkit-box-shadow: 0px 6px 10px 5px rgba(35, 172, 56, 0.2);
          box-shadow: 0px 6px 10px 5px rgba(35, 172, 56, 0.2);
}
.cpt .btn .label {
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cpt .btn {
    width: 280px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cpt .btn:hover::before {
    width: 100%;
  }
}
.cpt .btn::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0;
  height: 100%;
  background-color: var(--beauty-accent-color-1);
  top: 0;
  left: 0;
  bottom: 0;
}
.food .cpt .btn::before, .food-home .cpt .btn::before, html.food-home .cpt .btn::before {
  background-color: var(--food-accent-color-1);
}
.cpt .btn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cpt .text-slider {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  gap: 6.4rem;
  will-change: transform;
  -webkit-animation: loopSlider__text 20s linear 0s infinite forwards;
          animation: loopSlider__text 20s linear 0s infinite forwards;
}
@media only screen and (max-width: 768px) {
  .cpt .text-slider {
    -webkit-animation: loopSlider__text_sp 30s linear 0s infinite forwards;
            animation: loopSlider__text_sp 30s linear 0s infinite forwards;
    gap: 3.2rem;
  }
}
.cpt .text-slider span {
  min-width: 1076px;
  font-size: 14rem;
  font-weight: bold;
  color: #fae1e2;
}
.food .cpt .text-slider span, .food-home .cpt .text-slider span, html.food-home .cpt .text-slider span {
  color: var(--food-accent-color-3);
}
@media only screen and (max-width: 768px) {
  .cpt .text-slider span {
    min-width: 542px;
    font-size: 7rem;
  }
}
@-webkit-keyframes loopSlider__text {
  to {
    -webkit-transform: translateX(-3420px);
            transform: translateX(-3420px);
  }
}
@keyframes loopSlider__text {
  to {
    -webkit-transform: translateX(-3420px);
            transform: translateX(-3420px);
  }
}
@-webkit-keyframes loopSlider__text_sp {
  to {
    -webkit-transform: translateX(-1722px);
            transform: translateX(-1722px);
  }
}
@keyframes loopSlider__text_sp {
  to {
    -webkit-transform: translateX(-1722px);
            transform: translateX(-1722px);
  }
}

.oc-bnr__list {
  grid-template-columns: repeat(var(--bnr-count), 1fr);
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .oc-bnr__list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.oc-bnr__list a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .oc-bnr__list a:hover {
    opacity: 0.7;
  }
}

/* __10: OC TOP */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.index__oc {
  overflow: hidden;
}
.index__oc + footer {
  background-color: var(--beauty-accent-color-3);
}
.index__oc .content__title {
  background: unset;
}
.index__oc {
  /* __10: sec01 */
}
.index__oc .sec01 .merit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec01 .merit {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.6rem;
  }
}
.index__oc .sec01 .merit::before {
  content: "";
  position: absolute;
  width: 12rem;
  aspect-ratio: 1/1;
  background-color: #c9e0b3;
  bottom: -2rem;
  left: -2rem;
}
.index__oc .sec01 .merit::after {
  content: "";
  position: absolute;
  width: 12rem;
  aspect-ratio: 1/1;
  background-color: #f4d1d1;
  bottom: -6rem;
  right: -16%;
}
.index__oc .sec01 .merit__item {
  position: relative;
  z-index: 2;
}
.index__oc .sec01 .merit__item .num {
  width: 10rem;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media only screen and (max-width: 768px) {
  .index__oc .sec01 .merit__item .num {
    width: 8rem;
  }
}
.index__oc .sec01 .merit__item .img {
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec01 .merit__item .img {
    padding: 1rem;
  }
}
.index__oc .sec01 .merit__item .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  display: grid;
  justify-items: end;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec01 .merit__item .txt {
    font-size: 1.2rem;
    gap: 0.5rem;
  }
}
.index__oc .sec01 .merit__item .txt span {
  background-color: #000;
  padding: 0 1rem;
}
.index__oc .sec01 .oc__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec01 .oc__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.index__oc .sec01 .card .btn {
  margin-top: auto;
  min-width: unset;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec01 .card .btn {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.index__oc .sec01 .topics {
  padding: 0;
}
.index__oc .sec01 .tag {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec01 .tag {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
}
.index__oc .sec01 .tag p {
  border: 1px solid #000;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.3em;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec01 .tag p {
    font-size: 0.8rem;
    padding: 0.2em;
  }
}
.index__oc .sec01 .tag p:nth-child(even) {
  background-color: var(--food-accent-color-2);
}
.index__oc .sec01 .tag p:nth-child(odd) {
  background-color: var(--beauty-accent-color-2);
}
.index__oc .sec01 .tag.--online p {
  border: 1px solid #727171;
  background-color: #fff;
  color: #727171;
}
.index__oc .sec01 .bnr a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--font-color);
}
@media (hover: hover) and (pointer: fine) {
  .index__oc .sec01 .bnr a:hover {
    opacity: 0.7;
  }
}
.index__oc {
  /* __20: sec02 */
}
.index__oc .sec02 .img-wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.index__oc .sec02 .icon {
  width: 16%;
  max-width: 170px;
  position: absolute;
  top: -26%;
  right: 5%;
}
.index__oc .sec02 .img {
  max-width: 1100px;
  margin: 0 auto;
}
.index__oc .sec02 .img img {
  width: 100%;
}
.index__oc .sec02 .text-box {
  text-align: center;
  padding-top: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec02 .text-box {
    padding-top: 2.4rem;
  }
}
.index__oc .sec02 .text-box h3 {
  margin-bottom: 1em;
}
.index__oc .sec02 .text-box h3 > span {
  display: inline-block;
}
.index__oc .sec02 .text-box h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.index__oc .sec02 .text-box h4::before, .index__oc .sec02 .text-box h4::after {
  content: "";
  display: block;
  width: 1.5rem;
  border: 1px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(transparent 50%, #ffffff 50%);
  background: linear-gradient(transparent 50%, #ffffff 50%);
}
@media only screen and (max-width: 768px) {
  .index__oc .sec02 .text-box h4::before, .index__oc .sec02 .text-box h4::after {
    width: 1rem;
  }
}
.index__oc .sec02 .text-box h4::before {
  border-right: unset;
}
.index__oc .sec02 .text-box h4::after {
  border-left: unset;
}
.index__oc .sec02 .text-box h4 .label {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(transparent 50%, #ffffff 50%);
  background: linear-gradient(transparent 50%, #ffffff 50%);
  font-size: 2.1rem;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec02 .text-box h4 .label {
    padding: 0 1rem;
    font-size: 1.6rem;
  }
}
.index__oc .sec02 .text-box h4 {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index__oc .sec02 .text-box p > span {
  display: inline-block;
}
.index__oc .sec02 .text-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 3.2rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec02 .text-box ul {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .index__oc .sec02 .text-box ul {
    grid-template-columns: 1fr;
  }
}
.index__oc .sec02 .text-box ul li {
  border: 1px solid #000;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.2rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec02 .text-box ul li {
    display: block;
  }
}
.index__oc .sec02 .text-box ul li p {
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec02 .text-box ul li p {
    font-size: 1.4rem;
  }
}
.index__oc .sec02 .text-box.--box01 h3 {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .index__oc .sec02 .text-box.--box01 h3 {
    font-size: 1.6rem;
  }
}
.index__oc .sec02 .text-box.--box01 h3 > * {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffef97));
  background: -webkit-linear-gradient(transparent 65%, #ffef97 35%);
  background: linear-gradient(transparent 65%, #ffef97 35%);
  display: inline;
}
.index__oc .sec02 .text-box.--box02 h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.index__oc .sec02 .text-box.--box02 h3:before, .index__oc .sec02 .text-box.--box02 h3:after {
  content: "";
  width: 3px;
  height: 1.5384615385em;
  background-color: #000;
}
.index__oc .sec02 .text-box.--box02 h3:before {
  margin-right: 1.1538461538em;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.index__oc .sec02 .text-box.--box02 h3:after {
  margin-left: 1.1538461538em;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media only screen and (max-width: 768px) {
  .index__oc .sec02 .text-box.--box02 h3 {
    font-size: 1.6rem;
  }
}
.index__oc {
  /* __30: sec03 */
}
.index__oc .sec03 .schedule {
  display: grid;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .index__oc .sec03 .schedule {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .index__oc .sec03 .schedule-table + .schedule-table {
    padding-top: 2.4rem;
  }
}
.index__oc .sec03 .schedule-table p {
  font-size: var(--font-base-xs);
}
.index__oc .sec03 table {
  border-color: #727171;
}
.index__oc .sec03 table th,
.index__oc .sec03 table td {
  font-size: clamp(1rem, 0.9243rem + 0.2018vw, 1.2rem);
  font-weight: 400;
  text-align: center;
}
.index__oc .sec03 table th {
  background-color: var(--beauty-accent-color-3);
}
html.beauty-home .index__oc .sec03 table th {
  background-color: var(--beauty-accent-color-3);
}
html.food-home .index__oc .sec03 table th {
  background-color: var(--food-accent-color-3);
}
.index__oc .sec03 table th:first-child {
  width: 40%;
}
.index__oc .sec03 table th.year {
  background-color: #f4d1d1;
}
html.beauty-home .index__oc .sec03 table th.year {
  background-color: #f4d1d1;
}
html.food-home .index__oc .sec03 table th.year {
  background-color: var(--food-accent-color-1);
}
.index__oc .sec03 table td {
  background-color: #fff;
}

/* __20: 交通費補助 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.--bg-color01 {
  background-color: var(--base-color);
}

.--bg-color02 {
  background-color: #7dbd5e;
}

.index__t-expenses .content__title {
  background-image: none;
  padding: 0;
}
.index__t-expenses .--bg-color03 {
  background-color: #e4dbbf;
}
.index__t-expenses .--bg-accent01 {
  background-color: #fffbc7;
}
.index__t-expenses .--bg-accent02 {
  background-color: #d5ead8;
}
.index__t-expenses .--bg-accent03 {
  background-color: #d3edfb;
}
.index__t-expenses .--bg-accent04 {
  background-color: var(--beauty-accent-color-6);
}
.index__t-expenses .t-expenses__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .index__t-expenses .t-expenses__list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.index__t-expenses .t-expenses__list .headline {
  grid-column: 1/3;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .index__t-expenses .t-expenses__list .headline {
    grid-column: 1;
  }
}
.index__t-expenses .t-expenses__list .text {
  text-align: center;
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  .index__t-expenses .t-expenses__list .text {
    grid-column: 1;
  }
}
.index__t-expenses .t-expenses__list .text p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto;
  padding: 0 0.25em;
  background-color: #fff;
}
.index__t-expenses .t-expenses__list .text p > span {
  display: inline-block;
}
.index__t-expenses .t-expenses__list .img {
  text-align: center;
}
.index__t-expenses .t-expenses__list table th {
  text-align: center;
}
.index__t-expenses .t-expenses__list table thead th {
  color: #231815;
  background-color: #fff;
}
.index__t-expenses .t-expenses__list table tbody tr:not([class*="--bg"]) {
  background-color: #fff;
}
.index__t-expenses .t-expenses__list table tbody th {
  vertical-align: middle;
  background-color: transparent;
  width: 26%;
}
.index__t-expenses .t-expenses__list table tbody td {
  vertical-align: middle;
}
.index__t-expenses .t-expenses__list table tbody td .bold {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
.index__t-expenses .t-expenses__list .attention {
  font-size: var(--font-base-xs);
}
.index__t-expenses .step {
  max-width: 640px;
  margin: 0 auto;
}
.index__t-expenses .step .headline h2 {
  font-size: clamp(1.6rem, 1.1459rem + 1.2109vw, 2.7rem);
  text-align: center;
  color: #fff;
  background-color: var(--base-color);
  padding: 0.5em 0;
}
.index__t-expenses .step__list dl {
  position: relative;
}
.index__t-expenses .step__list dl:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 24px 0 24px;
  border-color: #e6809c transparent transparent transparent;
  margin: 3rem auto;
}
@media only screen and (max-width: 768px) {
  .index__t-expenses .step__list dl:not(:last-child)::after {
    margin: 2rem auto;
  }
}
.food .index__t-expenses .step__list dl:not(:last-child)::after, .food-home .index__t-expenses .step__list dl:not(:last-child)::after, html.food-home .index__t-expenses .step__list dl:not(:last-child)::after {
  border-color: #7dbd5e transparent transparent transparent;
}
.index__t-expenses .step__list dt {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(1.6rem, 1.0702rem + 1.4127vw, 2rem);
  font-weight: bold;
  padding: 0.5em 1em;
  line-height: 1;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
  border-radius: 0.5rem;
  background-color: var(--base-color);
}
.index__t-expenses .step__list dd {
  font-size: clamp(1.6rem, 1.0702rem + 1.4127vw, 2rem);
  font-weight: bold;
  text-align: center;
  background-color: #fceeef;
  padding: 1em 0;
}
.food .index__t-expenses .step__list dd, .food-home .index__t-expenses .step__list dd, html.food-home .index__t-expenses .step__list dd {
  background-color: #ebf5ec;
}
.index__t-expenses .outline.--grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-count), 1fr);
  gap: 4.8rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 768px) {
  .index__t-expenses .outline.--grid {
    grid-template-columns: repeat(var(--grid-count-sp), 1fr);
  }
}
.index__t-expenses .outline.--grid dl {
  margin-top: 0;
}
.index__t-expenses .outline + .outline {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .index__t-expenses .outline + .outline {
    margin-top: 2.4rem;
  }
}
.index__t-expenses .outline dl + dl {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .index__t-expenses .outline dl + dl {
    margin-top: 2.4rem;
  }
}
.index__t-expenses .outline dt {
  font-size: clamp(1.6rem, 1.1459rem + 1.2109vw, 2.7rem);
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
}
.index__t-expenses .outline dd {
  font-size: var(--font-base-lg);
}
.index__t-expenses .outline dd.--align-center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .index__t-expenses .outline dd.--align-center {
    text-align: left;
  }
}
.index__t-expenses .outline dd > span {
  display: block;
  font-size: 0.9em;
  margin-top: 1em;
}
.index__t-expenses .outline dd li {
  padding-left: 1em;
  text-indent: -1em;
}
.index__t-expenses .outline dd li::before {
  content: "・";
  margin-right: 0.5em;
}
.index__t-expenses .post-pickup {
  overflow: hidden;
}
.index__t-expenses .post-pickup__list-item {
  display: block;
  max-width: 590px;
}
.index__t-expenses .post-pickup__list-item a {
  height: 100%;
  min-height: inherit;
  max-height: inherit;
}
.index__t-expenses .sec01 .contents__block.pt-none {
  padding-top: 0;
}

/* __30: 無料送迎バス */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.index__free-shuttle-bus .content__title {
  background-image: none;
  padding: 0;
}
.index__free-shuttle-bus .headline h2 {
  color: #fff;
  text-align: center;
  padding: 0.25em 0;
  background-color: var(--beauty-accent-color-5);
}
html.beauty-home .index__free-shuttle-bus .headline h2 {
  background-color: var(--beauty-accent-color-5);
}
html.food-home .index__free-shuttle-bus .headline h2 {
  background-color: var(--food-accent-color-5);
}
.index__free-shuttle-bus .lead {
  text-align: center;
}
.index__free-shuttle-bus .lead p {
  font-size: clamp(1.3rem, 0.8838rem + 1.11vw, 2.4rem);
  line-height: 2;
}
.index__free-shuttle-bus .route {
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
  padding-top: 12.8rem;
}
@media only screen and (max-width: 768px) {
  .index__free-shuttle-bus .route {
    display: block;
    padding-top: 6.4rem;
  }
}
.index__free-shuttle-bus .route h2 {
  font-size: clamp(1.3rem, 0.9973rem + 0.8073vw, 2.1rem);
  text-align: center;
  color: #fff;
  border-radius: 50px;
  padding: 0.25em 0;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .index__free-shuttle-bus .route h2 {
    margin-bottom: 1.6rem;
  }
}
.index__free-shuttle-bus .route__list li {
  display: grid;
  grid-template-columns: 104px auto 104px;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .index__free-shuttle-bus .route__list li {
    grid-template-columns: 65px auto 65px;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}
.index__free-shuttle-bus .route__list li span {
  font-size: clamp(1.3rem, 1.073rem + 0.6054vw, 1.9rem);
  font-weight: 700;
  text-align: center;
}
.index__free-shuttle-bus .route__list li .go {
  background-color: #bce2e9;
  grid-column: 1;
}
.index__free-shuttle-bus .route__list li .end {
  background-color: #e0eecb;
  grid-column: 3;
}
.index__free-shuttle-bus .route__list li .bottom {
  grid-column: 1;
}
.index__free-shuttle-bus .route__list li .top {
  grid-column: 3;
}
.index__free-shuttle-bus .route__list li:first-child {
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.index__free-shuttle-bus .route__list li:not(:first-child):not(:last-child) {
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #e6e6e5;
}
.index__free-shuttle-bus .route__list li:nth-child(2) span:last-child {
  color: #e72a25;
}
.index__free-shuttle-bus .route__list li:last-child span:nth-child(2) {
  color: var(--beauty-accent-color-5);
}
html.food-home .index__free-shuttle-bus .route__list li:last-child span:nth-child(2) {
  color: var(--food-accent-color-5);
}
@media only screen and (max-width: 768px) {
  .index__free-shuttle-bus .route__map {
    padding-top: 3.4rem;
  }
}
.index__free-shuttle-bus .route__map__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .index__free-shuttle-bus .route__map__list {
    gap: 0.8rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* feature */
/* 目次 */
/* __00: 共通設定 */
/* __10: 交通アクセス */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#map_canvas {
  height: 500px;
}
@media only screen and (max-width: 768px) {
  #map_canvas {
    height: 350px;
  }
}

.list_access-flow {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media only screen and (max-width: 768px) {
  .list_access-flow {
    gap: 6rem;
  }
}
.list_access-flow li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .list_access-flow li {
    gap: 2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.list_access-flow li:last-child::after {
  display: none;
}
.list_access-flow li::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -7.5rem;
  left: 150px;
  background: url(../2023/images/page/access/arrow-flow.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .list_access-flow li::after {
    width: 25px;
    height: 25px;
    left: 20%;
    margin: auto;
    bottom: -4rem;
  }
}
.list_access-flow .access-flow-thumbnail {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .list_access-flow .access-flow-thumbnail {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.list_access-flow .access-flow-text {
  width: calc(100% - 390px);
  font-size: clamp(11px, 1.5vw, 21px);
}
@media only screen and (max-width: 768px) {
  .list_access-flow .access-flow-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.list_access-flow .access-flow-text .number {
  color: var(--base-color);
  font-size: clamp(28px, 4.2857142857vw, 60px);
  font-style: italic;
  line-height: 1;
  margin-bottom: 1rem;
}

.list_access-building, .list_access-parking, .list_access-faility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem 4.2857142857vw;
  margin: auto;
}
.list_access-building li, .list_access-parking li, .list_access-faility li {
  width: calc((100% - 8.6428571429vw) / 3);
  counter-increment: number;
}
@media only screen and (max-width: 768px) {
  .list_access-building li, .list_access-parking li, .list_access-faility li {
    width: 100%;
  }
}
.list_access-building .thumbnail, .list_access-parking .thumbnail, .list_access-faility .thumbnail {
  text-align: center;
  margin-bottom: 1rem;
}
.list_access-building .title, .list_access-parking .title, .list_access-faility .title {
  font-size: clamp(16px, 1.2857142857vw, 18px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.list_access-building .title::before, .list_access-parking .title::before, .list_access-faility .title::before {
  content: counter(number);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--base-color);
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  width: clamp(26px, 2.1428571429vw, 30px);
  height: clamp(26px, 2.1428571429vw, 30px);
  border-radius: 999px;
}
.list_access-building .copy, .list_access-parking .copy, .list_access-faility .copy {
  font-size: clamp(14px, 1.1428571429vw, 16px);
  margin-top: 1rem;
}

.list_access-parking {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_access-parking li {
  counter-increment: alpha;
}
.list_access-parking .title::before {
  content: counter(alpha, upper-alpha);
}

.list_access-building li {
  width: calc((100% - 4.4285714286vw) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .list_access-building li {
    width: 100%;
  }
}
.list_access-building .headline {
  width: 100%;
}
.list_access-building .desc {
  width: 50%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .list_access-building .desc {
    width: 100%;
    white-space: normal;
  }
}
.list_access-building .thumbnail {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .list_access-building .thumbnail {
    width: 100%;
  }
}
.list_access-building .dept {
  color: #595858;
  font-size: clamp(14px, 1.1428571429vw, 16px);
}

.outline dl + dl {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .outline dl + dl {
    margin-top: 2.4rem;
  }
}
.outline dt {
  font-size: clamp(1.6rem, 1.1459rem + 1.2109vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0.25em 0;
  margin-bottom: 1em;
}
.outline dd {
  font-size: var(--font-base-lg);
}
.outline dd.--align-center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .outline dd.--align-center {
    text-align: left;
  }
}
.outline dd > span {
  display: block;
  font-size: 0.9em;
  margin-top: 1em;
}

/* __10: 交通アクセス */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.index__access .btn-wrapper {
  padding-top: 2rem;
}
.index__access .btn {
  width: 480px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  border-color: var(--base-color);
  color: #fff;
  font-size: var(--font-base-lg);
  border-radius: 50px;
  position: relative;
  margin: 0 auto;
  margin-left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .index__access .btn {
    margin-left: auto;
    width: 280px;
    height: 52px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .index__access .btn:hover {
    opacity: 0.7;
  }
}
.index__access .btn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.index__access .--bg-color03 {
  background-color: #e4dbbf;
}
.index__access .--bg-accent01 {
  background-color: #fffbc7;
}
.index__access .--bg-accent02 {
  background-color: #d5ead8;
}
.index__access .--bg-accent03 {
  background-color: #d3edfb;
}
.index__access .--bg-accent04 {
  background-color: var(--beauty-accent-color-6);
}
.index__access .contents__inner {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .index__access .contents__inner {
    padding-top: 3rem;
  }
}
.index__access .img {
  margin: auto;
  text-align: center;
  display: block;
}
.index__access .headline h2 {
  font-size: clamp(1.6rem, 1.1459rem + 1.2109vw, 2.8rem);
  text-align: center;
  color: #fff;
  background-color: var(--base-color);
  padding: 0.5rem 0;
}
.index__access .headline h3 {
  font-size: clamp(1.6rem, 1.1459rem + 1.2109vw, 2.8rem);
  text-align: center;
  color: #fff;
  background-color: var(--base-color);
  padding: 0.5rem 0;
}
.index__access .lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .index__access .lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.index__access .lead .desc {
  white-space: nowrap;
}
.index__access .lead .title {
  color: var(--base-color);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.380952381;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .index__access .lead .title {
    margin-bottom: 2rem;
  }
}
.index__access .lead .copy {
  font-size: clamp(14px, 1.5vw, 21px);
}
@media only screen and (max-width: 768px) {
  .index__access .lead .img {
    display: none;
  }
}
.index__access .outline {
  margin-bottom: 4.8rem;
}
.index__access .bnr {
  text-align: center;
}
.index__access .bnr a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index__access .bnr a:hover {
  opacity: 0.8;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 春キャン2026 */
.spring2026-beauty {
  --color: #0091c7;
  --color1: #ed85a7;
  --color2: #fde6ec;
  --color3: #e0ebee;
  --color4: #e74473;
}

.spring2026-food {
  --color: #0091c7;
  --color1: #83c36b;
  --color2: #fde6ec;
  --color3: #e0ebee;
  --color4: #e74473;
}

.ocspring-header {
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  .ocspring-header {
    margin: 0 auto 50px;
  }
}
.ocspring-header img {
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .ocspring-header img {
    height: auto;
  }
}
.ocspring-header > section {
  margin: 0 auto 90px;
}
@media only screen and (max-width: 768px) {
  .ocspring-header > section {
    margin: 0 auto 60px;
  }
}
.ocspring-header .nav {
  width: 100%;
  margin: 5rem auto 0;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, auto);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .ocspring-header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    width: 90%;
    margin: 3rem auto 0;
  }
}
.ocspring-header .nav a {
  width: 100%;
  min-width: 0;
}
@media only screen and (max-width: 768px) {
  .ocspring-header .nav a[href="#03"] {
    width: 100%;
  }
  .ocspring-header .nav a[href="#07"],
  .ocspring-header .nav a[href="#08"] {
    width: 48%;
  }
}

.ocspring-can {
  width: 100%;
  background: var(--color2);
  padding-top: 80px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .ocspring-can {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.ocspring-can .inner {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.ocspring-can h3 {
  width: 66%;
  max-width: 378px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
  .ocspring-can h3 {
    margin: 0 auto 30px;
  }
}
.ocspring-can .can {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .ocspring-can .can {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: 90%;
    margin: auto;
  }
}
.ocspring-can .can div {
  width: 26%;
}
@media only screen and (max-width: 768px) {
  .ocspring-can .can div {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ocspring-contents {
  position: relative;
  background: var(--color3);
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents {
    padding-top: 50px;
  }
}
.ocspring-contents > section {
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents > section {
    padding-bottom: 50px;
  }
}
.ocspring-contents > section > hr {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents > section > hr {
    width: 90%;
  }
}
.ocspring-contents .anchor_target {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ocspring-contents img {
  width: 100%;
  vertical-align: middle;
}
.ocspring-contents .menu.bnr {
  max-width: 1100px;
}
.ocspring-contents .menu.bnr a {
  position: relative;
}
.ocspring-contents .links0 {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 1280px;
  margin: auto;
}
.ocspring-contents input {
  display: none;
}
.ocspring-contents .bnr,
.ocspring-contents label {
  width: 94%;
  max-width: 1100px;
  margin: auto;
  display: block;
  cursor: pointer;
  position: relative;
}
.ocspring-contents .bnr:hover .image img,
.ocspring-contents label:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ocspring-contents .bnr .image,
.ocspring-contents label .image {
  width: 62.5%;
  margin-left: auto;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .bnr .image,
  .ocspring-contents label .image {
    width: 100%;
  }
}
.ocspring-contents .bnr .image img,
.ocspring-contents label .image img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ocspring-contents .bnr .copy,
.ocspring-contents label .copy {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48.2142857143%;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .bnr .copy,
  .ocspring-contents label .copy {
    width: 100%;
    position: static;
  }
}
.ocspring-contents .button-list {
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .button-list {
    margin-top: 20px;
  }
}
.ocspring-contents .button-list .button-arrow-right {
  padding: 1.4rem 2rem;
}
.ocspring-contents .button-list .button-arrow-right:after {
  color: var(--color);
  background-color: #fff;
  border-radius: 50%;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2;
}
.ocspring-contents .button-list .button-arrow-right.button {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .button-list .button-arrow-right.button {
    font-size: 1.6rem;
  }
}
.ocspring-contents .button-list .button-arrow-right.button-02 {
  color: #fff !important;
}
.ocspring-contents .button-list .button-arrow-right.button-02:after {
  color: var(--color4);
}
.ocspring-contents .button-list .button-arrow-right.button-03 {
  color: #fff;
}
.ocspring-contents .button-list .button-arrow-right.button-03:after {
  color: #f29600;
}
.ocspring-contents .button-list .button-arrow-right.button-05 {
  color: #fff;
  background: var(--color4);
  border-color: var(--color);
}
.ocspring-contents .bnr .button-list .button {
  background: #29abe2;
  border-color: #29abe2;
}
.ocspring-contents .schedule {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 150px;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .schedule {
    margin-bottom: 70px;
  }
}
.ocspring-contents .link-box_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .link-box_flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    margin: 30px auto;
  }
}
.ocspring-contents .link-box_flex .icon {
  max-width: 148px;
  width: 10.2777777778vw;
  border: 0;
  position: absolute;
  top: 0;
  display: block;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 0;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .link-box_flex .icon {
    width: 40%;
  }
}
.ocspring-contents .link-box_flex .icon img {
  width: 100%;
}
.ocspring-contents .link-box_flex .link-box {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .link-box_flex .link-box {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc((100% - 10px) / 2);
  }
}
.ocspring-contents .corner-title {
  width: 90%;
  max-width: 1100px;
  background-color: #fff;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .corner-title {
    margin-bottom: 30px;
  }
}
.ocspring-contents .corner-title h2 {
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .ocspring-contents .corner-title h2 {
    font-size: 18px;
  }
}
.ocspring-contents .text_strong {
  text-align: center;
  margin-top: 60px;
  color: var(--color1);
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .text_strong {
    margin-top: 30px;
    font-size: 18px;
  }
}
.ocspring-contents .special_title {
  text-align: center;
  margin: 30px auto;
  font-size: clamp(18px, 1.875vw, 27px);
  font-weight: bold;
}
.ocspring-contents .department-name {
  background: var(--color1);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px 3px;
  font-size: clamp(14px, 1.25vw, 18px);
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .department-name {
    font-size: 13px;
  }
}
.ocspring-contents .department-name a {
  color: #fff;
  letter-spacing: -0.5px;
}
.ocspring-contents .department-name a:hover {
  opacity: 0.8;
}
.ocspring-contents .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--color2);
  padding: 20px;
  gap: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .list {
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.ocspring-contents .list li {
  background: #fff;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ocspring-contents .list li:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .list li:nth-child(1) {
    grid-column: unset;
  }
}
.ocspring-contents .list li:nth-child(2) {
  grid-column: 3/4;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .list li:nth-child(2) {
    grid-column: unset;
  }
}
.ocspring-contents .list li:nth-child(3) {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .list li:nth-child(3) {
    grid-column: unset;
  }
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .list li {
    grid-row: unset !important;
  }
}
.ocspring-contents .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .flexBox {
    gap: 25px;
    padding: 2rem 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ocspring-contents .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .flexbox {
    margin: 30px auto;
    gap: 10px;
  }
}
.ocspring-contents .flexbox .img_box {
  width: calc((100% - 3rem) / 4);
}
@media only screen and (max-width: 768px) {
  .ocspring-contents .flexbox .img_box {
    width: calc((100% - 10px) / 2);
  }
}
.ocspring-contents .flexbox.colum1 .img_box {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ocspring-contents .flexbox.colum1 .img {
  background: var(--color2);
  padding: 1rem;
}
.ocspring-contents.threedays label img {
  border-radius: 10px;
}

.ocspring .content {
  display: block;
  margin: 150px auto 40px;
}
@media only screen and (max-width: 1024px) {
  .ocspring .content {
    margin: 70px auto 20px;
  }
}
.ocspring .img_box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .ocspring .img_box {
    margin-bottom: 30px;
  }
}
.ocspring .gridBox {
  width: 90%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 160px;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .ocspring .gridBox {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 70px;
    gap: 2rem;
  }
}
.ocspring .gridBox .img_box {
  position: relative;
  margin-bottom: 0;
}
.ocspring .gridBox .img_box a {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ocspring .gridBox .img_box a:hover {
  opacity: 0.8;
}
.ocspring .gridBox.--column3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .ocspring .gridBox.--column3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ocspring .gridBox.--column3 .department-name {
  background: #8e79b5;
}
.ocspring .gridBox.--column3 .img_box {
  border: 1px solid #8e79b5;
}
.ocspring .gridBox.--column3 .img_box.--blue {
  border-color: #4593d0;
}
.ocspring .gridBox.--column3 .img_box.--blue .department-name {
  background: #4593d0;
}
.ocspring .gridBox.--column3 .img_box.--food {
  border-color: var(--color1);
}
.ocspring .gridBox.--column3 .img_box.--food .department-name {
  background: var(--color1);
}
.ocspring .session {
  margin: 0 auto 150px;
}
@media only screen and (max-width: 768px) {
  .ocspring .session {
    margin: 0 auto 60px;
  }
}
.ocspring .session .gridBox,
.ocspring .support .gridBox {
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 50px;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .ocspring .session .gridBox,
  .ocspring .support .gridBox {
    display: block;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  .ocspring .session .gridBox .img_box,
  .ocspring .support .gridBox .img_box {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .ocspring .support .gridBox {
    width: 94%;
  }
}
@media only screen and (max-width: 768px) {
  .ocspring .support .gridBox .img_box:nth-child(3) {
    margin-bottom: 40px;
  }
}
.ocspring.ocspring-sec01 .session .gridBox {
  margin: 0 auto;
}
.ocspring .pickup {
  width: 94%;
  max-width: 1260px;
  background: #fff1c1;
  padding: 80px 0 30px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  .ocspring .pickup {
    width: 100%;
    padding: 40px 0 20px;
    margin: 0 auto 60px;
  }
}
.ocspring .pickup .corner-title {
  width: 87%;
  background: #4d5aa6;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .ocspring .pickup .corner-title {
    margin: 0 auto 20px;
  }
}
.ocspring .pickup .inner {
  width: 87%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ocspring .pickup .inner {
    width: 94%;
  }
}
.ocspring .bep {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 150px;
}
@media only screen and (max-width: 768px) {
  .ocspring .bep {
    width: 94%;
    background-color: #fff;
    margin: 0 auto 60px;
    padding-bottom: 40px;
  }
}
.ocspring .bep .inner {
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .ocspring .bep .inner {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .ocspring .bep .button-list {
    margin: 0;
  }
}
.ocspring .button-list {
  margin: 60px 0 0;
}
@media only screen and (max-width: 1024px) {
  .ocspring .button-list {
    margin: 30px 0 0;
  }
}
.ocspring .button-list .button {
  background: var(--color);
  border-color: var(--color);
  border-radius: 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .ocspring .button-list .button {
    width: 80%;
  }
}
.ocspring .button-list .button.button-02 {
  color: #fff !important;
  background: var(--color4);
  border-color: var(--color4);
}
.ocspring .button-list .button.button-03 {
  background: #f29600;
  border-color: #fff697;
}
.ocspring .menu_bar:checked ~ .links0 {
  height: auto;
  opacity: 1;
}

.ocspring-sec02 .corner .gridBox.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ocspring-sec02 .corner .gridBox.flex .img_box {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .ocspring-sec02 .corner .gridBox.flex .img_box {
    width: 47%;
  }
}
.ocspring-sec02 .corner .gridBox.flex .img_box:first-child, .ocspring-sec02 .corner .gridBox.flex .img_box:nth-child(8) {
  width: 100%;
}
.ocspring-sec02 .corner .gridBox.flex .img_box:nth-child(3), .ocspring-sec02 .corner .gridBox.flex .img_box:nth-child(4) {
  width: 47%;
}

#specialplan.ocspring-contents {
  background-color: #fff;
}
#specialplan.ocspring-contents label,
#specialplan.ocspring-contents .links0 {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
#specialplan.ocspring-contents .content {
  margin: 0 auto;
  background-color: #4694d1;
  padding: 0 3% 3% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#specialplan.ocspring-contents .specialclass-inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 4% 4% 1px 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  #specialplan.ocspring-contents .specialclass-inner {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .specialclass-inner {
    border-radius: 10px;
  }
}
#specialplan.ocspring-contents .specialclass-inner h3 {
  color: #4694d1;
  font-weight: bold;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 5px solid #4694d1;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .specialclass-inner h3 {
    font-size: 20px;
  }
}
#specialplan.ocspring-contents .specialclass-inner h4 {
  text-align: center;
  color: #4694d1;
  font-size: 30px;
  margin: 0 auto 20px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .specialclass-inner h4 {
    font-size: 20px;
    margin: 0 auto 10px;
  }
}
#specialplan.ocspring-contents .specialclass-inner .info {
  margin: 20px auto;
}
#specialplan.ocspring-contents .specialclass-inner .img01 {
  width: 90%;
  margin: auto;
  max-width: 870px;
}
#specialplan.ocspring-contents .specialclass-inner .text01 {
  margin: 20px auto;
  max-width: 800px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .specialclass-inner .text01 {
    font-size: 1.5rem;
    text-align: center;
  }
}
#specialplan.ocspring-contents .specialclass-inner .text02 {
  text-align: center;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .specialclass-inner .text02 {
    font-size: 16px;
  }
}
#specialplan.ocspring-contents .specialclass-inner .button-list {
  margin: 20px 0 60px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .specialclass-inner .button-list {
    margin: 10px 0 30px;
  }
}
#specialplan.ocspring-contents .specialclass-inner .button-list .button {
  width: 60%;
  max-width: 545px;
  border-radius: 10px;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .specialclass-inner .button-list .button {
    width: 90%;
    padding: 1.5rem;
  }
}
#specialplan.ocspring-contents .specialclass-inner .button-list .button.button-04 {
  background: #1cb08b;
  border-color: #1cb08b;
}
#specialplan.ocspring-contents .specialclass-inner .button-list .button.button-05 {
  background: #e50012;
  border-color: #e50012;
}
#specialplan.ocspring-contents .specialclass-inner .button-list .button.button-arrow-right:after {
  font-family: unset;
  display: none;
}
#specialplan.ocspring-contents .specialclass-inner .button-list .button.button-arrow-right span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
#specialplan.ocspring-contents .specialclass-inner .button-list .button.button-arrow-right span:after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #fff;
  width: 12px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#specialplan.ocspring-contents .specialclass-inner .button-list .button.button-arrow-right:hover span:after {
  right: -7px;
}
#specialplan.ocspring-contents .ocspring-sec05 .content {
  border: 5px solid #1cb08b;
  background-color: #fffcdf;
  padding: 4% 4% 1px 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner h3 {
  color: #1cb08b;
  border-bottom: none;
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner h4 {
  color: #1cb08b;
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .sub {
  color: #1cb08b;
  font-size: 3rem;
  border-bottom: 4px solid #1cb08b;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec05 .session-inner .sub {
    font-size: 1.5rem;
  }
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex01 .box {
  width: calc(33.3333333333% - 10px);
  background-color: #1cb08b;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex01 .box {
    width: 100%;
    margin: auto auto 10px;
  }
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex01 .box .text01 {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex01 .box .text01 {
    font-size: 20px;
  }
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex01 .box .text02 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex01 .box .text02 {
    font-size: 15px;
  }
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .content-ttl {
  background-color: #1cb08b;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec05 .session-inner .content-ttl {
    font-size: 18px;
  }
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #66cab1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex02 {
    margin-bottom: 20px;
  }
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex02 .box {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex02 .box {
    width: 100%;
    margin: auto auto 20px;
  }
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex02 .box h4 {
  color: #fff362;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex02 .box h4 {
    font-size: 16px;
  }
}
#specialplan.ocspring-contents .ocspring-sec05 .session-inner .flex02 .box p {
  background-color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  color: #66cab1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
#specialplan.ocspring-contents .ocspring-sec06 .content {
  background-color: #eb6671;
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner h3 {
  color: #eb6671;
  border-bottom: 5px solid #eb6671;
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner h4 {
  color: #eb6671;
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner h4.left {
  color: #000;
  text-align: left;
  padding-left: 12px;
  position: relative;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin: 40px auto 20px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner h4.left {
    margin: 20px auto;
    font-size: 18px;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner h4.left span {
  margin-left: 20px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner h4.left span {
    margin: auto;
    font-size: 14px;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner h4.left::before {
  content: "";
  background-color: #eb6671;
  width: 8px;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .img {
  width: 13%;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .img {
    width: 20%;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text {
  font-size: 2rem;
  width: calc(87% - 10px);
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text {
    font-size: 1.5rem;
    width: 77%;
    margin-left: 3%;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text .info {
  color: #eb6671;
  font-family: "Oswald", sans-serif;
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text .info .text01 {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text .info .text01 {
    font-size: 20px;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text .info .text02 {
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text .info .text02 {
    font-size: 30px;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text .info .text03 {
  color: #fff;
  font-size: 25px;
  background-color: #eb6671;
  border-radius: 50%;
  padding: 0px 5px 3px;
  vertical-align: super;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text .info .text03 {
    font-size: 14px;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text .info .time {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .flex-info .text .info .time {
    margin: auto;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .text04 {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .text04 {
    font-size: 15px;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .text05 {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .text05 {
    font-size: 14px;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .text06 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .text06 {
    font-size: 13px;
  }
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .img01,
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .img02 {
  margin: 10px auto;
}
#specialplan.ocspring-contents .ocspring-sec06 .seminar-inner .img01 {
  width: 100%;
  max-width: 100%;
}

#time-performance.ocspring-contents {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}
#time-performance.ocspring-contents .menu.bnr {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 768px) {
  #time-performance.ocspring-contents .menu.bnr {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#time-performance.ocspring-contents .menu.bnr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#time-performance.ocspring-contents .button-list {
  display: block;
  margin: 40px 0 0 auto;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #time-performance.ocspring-contents .button-list {
    text-align: center;
  }
}

#qa.ocspring-contents {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}
#qa.ocspring-contents .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.spring2026-food .ocspring .corner {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .spring2026-food .ocspring .corner {
    margin-bottom: 70px;
  }
}
.spring2026-food .ocspring .corner .gridBox {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .spring2026-food .ocspring .corner .gridBox {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .spring2026-food .ocspring .corner .gridBox .img_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .spring2026-food .ocspring .corner .gridBox .img_box:last-child {
    margin-bottom: 0;
  }
}
.spring2026-food .ocspring .corner .select {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}
.spring2026-food .ocspring .pickup .corner-title {
  background: #7a6a56;
}

.button-list.large {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .button-list.large {
    margin-top: 3rem;
  }
}
.button-list.large .button-arrow-right:after {
  color: #e50012;
  background-color: #fff;
  border-radius: 50%;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2;
}
.button-list.large .button-arrow-right.button-large {
  font-size: 2rem;
  background: #e50012;
  border-color: #e50012;
  width: 90%;
  max-width: 545px;
  border-radius: 50px;
  padding: 2rem;
  position: relative;
  color: #fff !important;
}
.button-list.large .button-arrow-right.button-large:hover {
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .button-list.large .button-arrow-right.button-large {
    max-width: 100%;
    font-size: 1.6rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 春キャン2025 */
.summer2025-beauty {
  --color: #ed1e79;
  --color1: #ed85a7;
  --color2: #fadeee;
}

.summer2025-food {
  --color: #22ac38;
  --color1: #83c36b;
  --color2: #cfe4bd;
}

.highschool-header,
.ocsummer-header {
  width: 100%;
  margin: auto;
  max-width: 1100px;
}
.highschool-header img,
.ocsummer-header img {
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .highschool-header img,
  .ocsummer-header img {
    height: auto;
  }
}
.highschool-header > section,
.ocsummer-header > section {
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .highschool-header > section,
  .ocsummer-header > section {
    margin: 20px auto;
  }
}
.highschool-header .nav,
.ocsummer-header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .highschool-header .nav,
  .ocsummer-header .nav {
    gap: 10px;
    width: 90%;
  }
}
.highschool-header .nav a,
.ocsummer-header .nav a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc((100% - 2rem) / 3);
  min-width: calc((100% - 2rem) / 3);
}
@media only screen and (max-width: 768px) {
  .highschool-header .nav a,
  .ocsummer-header .nav a {
    min-width: calc((100% - 10px) / 2);
  }
}

.ocsummer-contents {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents {
    padding-bottom: 60px;
  }
}
.ocsummer-contents > section {
  position: relative;
}
.ocsummer-contents > section > hr {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents > section > hr {
    width: 90%;
  }
}
.ocsummer-contents .anchor_target {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ocsummer-contents img {
  width: 100%;
  vertical-align: middle;
}
.ocsummer-contents .menu {
  width: 100%;
  margin: auto;
  padding-block: 60px;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .menu {
    padding-block: 30px;
  }
}
.ocsummer-contents .menu.bnr {
  max-width: 1100px;
}
.ocsummer-contents .menu.bnr a {
  position: relative;
}
.ocsummer-contents .menu.bnr .title {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .menu.bnr .title {
    padding-bottom: 30px;
  }
}
.ocsummer-contents .links0 {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .links0 {
    padding: 0 5%;
  }
}
.ocsummer-contents input {
  display: none;
}
.ocsummer-contents .bnr,
.ocsummer-contents label {
  max-width: 1100px;
  margin: auto;
  display: block;
  cursor: pointer;
  position: relative;
}
.ocsummer-contents .bnr:hover .image img,
.ocsummer-contents label:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ocsummer-contents .bnr .image,
.ocsummer-contents label .image {
  width: 62.5%;
  margin-left: auto;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .bnr .image,
  .ocsummer-contents label .image {
    width: 100%;
  }
}
.ocsummer-contents .bnr .image img,
.ocsummer-contents label .image img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ocsummer-contents .bnr .copy,
.ocsummer-contents label .copy {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48.2142857143%;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .bnr .copy,
  .ocsummer-contents label .copy {
    width: 100%;
    position: static;
  }
}
.ocsummer-contents .bnr .button-list,
.ocsummer-contents label .button-list {
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .bnr .button-list,
  .ocsummer-contents label .button-list {
    margin-top: 20px;
  }
}
.ocsummer-contents .bnr .button-list .button,
.ocsummer-contents label .button-list .button {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .bnr .button-list .button,
  .ocsummer-contents label .button-list .button {
    margin: 0 auto;
  }
}
.ocsummer-contents .bnr .button-list .button.arrow-down:after,
.ocsummer-contents label .button-list .button.arrow-down:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ocsummer-contents .bnr .button-list .button.arrow-down:hover:after,
.ocsummer-contents label .button-list .button.arrow-down:hover:after {
  right: 10px;
}
.ocsummer-contents .bnr .button-list .button {
  background: #3cb4be;
  border-color: #3cb4be;
}
.ocsummer-contents .bnr .button-list .button.--purple {
  background: #7864aa;
  border-color: #7864aa;
}
.ocsummer-contents .schedule {
  font-size: 30px;
  font-weight: bold;
  color: var(--color);
}
@media only screen and (max-width: 1024px) {
  .ocsummer-contents .schedule {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.ocsummer-contents .schedule span {
  font-size: 24px;
  background: #fff;
  border: 1px solid var(--color);
  padding: 5px;
}
@media only screen and (max-width: 1024px) {
  .ocsummer-contents .schedule span {
    display: inline-block;
    font-size: 16px;
  }
}
.ocsummer-contents .link-box_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .link-box_flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    margin: -20px auto 30px;
  }
}
.ocsummer-contents .link-box_flex .icon {
  max-width: 148px;
  width: 10.2777777778vw;
  border: 0;
  position: absolute;
  top: 0;
  display: block;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 0;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .link-box_flex .icon {
    width: 40%;
  }
}
.ocsummer-contents .link-box_flex .icon img {
  width: 100%;
}
.ocsummer-contents .link-box_flex .link-box {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .link-box_flex .link-box {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc((100% - 10px) / 2);
  }
}
.ocsummer-contents .corner-title {
  background: -webkit-linear-gradient(135deg, var(--color2) 25%, #ffffff 25%, #ffffff 50%, var(--color2) 50%, var(--color2) 75%, #ffffff 75%, #ffffff);
  background: linear-gradient(-45deg, var(--color2) 25%, #ffffff 25%, #ffffff 50%, var(--color2) 50%, var(--color2) 75%, #ffffff 75%, #ffffff);
  background-size: 13px 13px;
  padding: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .corner-title {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.ocsummer-contents .corner-title h2 {
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .ocsummer-contents .corner-title h2 {
    font-size: 18px;
  }
}
.ocsummer-contents .corner-title h2 .small {
  display: block;
  font-size: 0.6em;
  margin-top: 5px;
}
.ocsummer-contents .corner-title-bg {
  background: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .corner-title-bg {
    margin-bottom: 20px;
  }
}
.ocsummer-contents .text_strong {
  text-align: center;
  margin-top: 60px;
  color: var(--color1);
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .text_strong {
    margin-top: 30px;
    font-size: 18px;
  }
}
.ocsummer-contents .special_title {
  text-align: center;
  margin: 30px auto;
  font-size: clamp(18px, 1.875vw, 27px);
  font-weight: bold;
}
.ocsummer-contents .department-name {
  background: var(--color1);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px 3px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .department-name {
    font-size: 15px;
  }
}
.ocsummer-contents .department-name a {
  color: #fff;
  letter-spacing: -0.5px;
}
.ocsummer-contents .department-name a:hover {
  opacity: 0.8;
}
.ocsummer-contents .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--color2);
  padding: 20px;
  gap: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .list {
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.ocsummer-contents .list li {
  background: #fff;
  display: grid;
}
.ocsummer-contents .list li:nth-child(3), .ocsummer-contents .list li:nth-child(4) {
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .list li:nth-child(3), .ocsummer-contents .list li:nth-child(4) {
    grid-column: unset;
  }
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .list li {
    grid-row: unset !important;
  }
}
.ocsummer-contents .list.--food {
  grid-template-columns: repeat(1, 1fr);
}
.ocsummer-contents .list.--food li:nth-child(3), .ocsummer-contents .list.--food li:nth-child(4) {
  grid-column: unset;
}
.ocsummer-contents .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .flexBox {
    gap: 25px;
    padding: 2rem 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ocsummer-contents .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .flexbox {
    margin: 30px auto;
    gap: 10px;
  }
}
.ocsummer-contents .flexbox .img_box {
  width: calc((100% - 3rem) / 4);
}
@media only screen and (max-width: 768px) {
  .ocsummer-contents .flexbox .img_box {
    width: calc((100% - 10px) / 2);
  }
}
.ocsummer-contents .flexbox.colum1 .img_box {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ocsummer-contents .flexbox.colum1 .img {
  background: var(--color2);
  padding: 1rem;
}

.ocsummer .content {
  display: block;
  margin: 40px auto;
}
@media only screen and (max-width: 1024px) {
  .ocsummer .content {
    margin: 20px auto;
  }
}
.ocsummer .img_box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .ocsummer .img_box {
    margin-bottom: 30px;
  }
}
.ocsummer .lead {
  color: var(--color);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .ocsummer .lead {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.ocsummer .gridBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px auto;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .ocsummer .gridBox {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 20px auto;
    gap: 3rem 10px;
  }
}
.ocsummer .gridBox .img_box {
  position: relative;
  margin-bottom: 0;
}
.ocsummer .gridBox .img_box a {
  display: block;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.ocsummer .gridBox .img_box .catch {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: var(--color);
}
@media only screen and (max-width: 768px) {
  .ocsummer .gridBox .img_box .catch {
    font-size: 14px;
  }
}
.ocsummer .gridBox.--column3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .ocsummer .gridBox.--column3 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
.ocsummer .gridBox.--column3 .department-name {
  background: #8e79b5;
}
.ocsummer .gridBox.--column3 .img_box {
  border: 1px solid #8e79b5;
}
.ocsummer .gridBox.--column3 .img_box.--blue {
  border-color: #4593d0;
}
.ocsummer .gridBox.--column3 .img_box.--blue .department-name {
  background: #4593d0;
}
.ocsummer .gridBox.--column3 .img_box.--food {
  border-color: var(--color1);
}
.ocsummer .gridBox.--column3 .img_box.--food .department-name {
  background: var(--color1);
}
.ocsummer .--01 .gridBox,
.ocsummer .--02 .gridBox,
.ocsummer .--03 .gridBox,
.ocsummer .--02food .gridBox,
.ocsummer .--03food .gridBox {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3rem;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--01 .gridBox,
  .ocsummer .--02 .gridBox,
  .ocsummer .--03 .gridBox,
  .ocsummer .--02food .gridBox,
  .ocsummer .--03food .gridBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.ocsummer .--01 .gridBox.--column3,
.ocsummer .--02 .gridBox.--column3,
.ocsummer .--03 .gridBox.--column3,
.ocsummer .--02food .gridBox.--column3,
.ocsummer .--03food .gridBox.--column3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .ocsummer .--01 .gridBox.--column3,
  .ocsummer .--02 .gridBox.--column3,
  .ocsummer .--03 .gridBox.--column3,
  .ocsummer .--02food .gridBox.--column3,
  .ocsummer .--03food .gridBox.--column3 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
.ocsummer .--01food .gridBox {
  padding: 2rem;
  border: 2rem solid var(--color1);
  margin-top: 0;
  border-top: 0;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--01food .gridBox {
    padding: 1rem;
    border-width: 1rem;
  }
}
.ocsummer .--01food .gridBox .img_box:nth-child(1) {
  grid-column: span 4;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--01food .gridBox .img_box:nth-child(1) {
    grid-column: unset;
  }
}
.ocsummer .gridBox-note {
  max-width: 470px;
  width: 80%;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ocsummer .gridBox-note {
    width: 90%;
    font-size: 14px;
  }
}
.ocsummer .button-list {
  margin: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .ocsummer .button-list {
    margin: 30px 0;
  }
}
.ocsummer .button-list .button {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
  border-radius: 50px;
  margin: 0;
  padding: 1em;
}
.ocsummer .menu_bar:checked ~ .links0 {
  height: auto;
  opacity: 1;
}
.ocsummer .menu_bar:checked ~ label .arrow-down:after {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}
.ocsummer .--seminar label {
  position: relative;
}
.ocsummer .--seminar label .button-list {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--seminar label .button-list {
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  .ocsummer .--seminar .links0 {
    padding: 0;
  }
}
.ocsummer .--seminar .content {
  border: 24px solid #fff23f;
  border-top: 0;
  margin-top: 0;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--seminar .content {
    padding: 15px;
    border-width: 8px;
  }
}
.ocsummer .--seminar .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.ocsummer .--seminar .title::after, .ocsummer .--seminar .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.ocsummer .--seminar .table {
  border: none;
}
.ocsummer .--seminar .table th,
.ocsummer .--seminar .table td {
  padding: 20px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--seminar .table th,
  .ocsummer .--seminar .table td {
    font-size: 14px;
    padding: 10px;
  }
}
.ocsummer .--seminar .table th {
  background: #2c7f4d;
  color: #fff;
  white-space: nowrap;
  width: 180px;
  border-color: #fff;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--seminar .table th {
    width: 80px;
  }
}
.ocsummer .--seminar .table td {
  border-width: 0 0 1px;
  border-color: #2c7f4d;
}
.ocsummer .--seminar .table .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 1em;
}
.ocsummer .--seminar .table .flex span {
  padding-left: 1em;
  text-indent: -1em;
}
.ocsummer .--seminar .table .small {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}
.ocsummer .--seminar .table .red {
  color: #e22948;
}
.ocsummer .--seminar .table .ruby {
  color: #2c7f4d;
  padding-top: 10px;
  display: block;
}
.ocsummer .--seminar .table hr {
  border: 1px dashed #2c7f4d;
}
.ocsummer .--weekdays {
  --color: #7864aa;
  --color2: #e1e3f1;
}
.ocsummer .--weekdays .list-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--weekdays .list-01 {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.ocsummer .--weekdays .list-01 img {
  width: 190px;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--weekdays .list-01 img {
    width: 140px;
  }
}
.ocsummer .--weekdays .list-02 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom: 60px;
}
.ocsummer .--weekdays .list-03 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom: 60px;
}
.ocsummer .--weekdays .list-03 p {
  background: var(--color2);
  padding: 15px;
  font-weight: bold;
  color: var(--color);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.4;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--weekdays .list-03 p {
    font-size: 20px;
  }
}
.ocsummer .--weekdays .table th,
.ocsummer .--weekdays .table td {
  border-color: var(--color);
  background: unset;
  vertical-align: middle;
  font-weight: bold;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--weekdays .table th,
  .ocsummer .--weekdays .table td {
    padding: 10px;
  }
}
.ocsummer .--weekdays .table th {
  color: var(--color);
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--weekdays .table th {
    font-size: 14px;
  }
}
.ocsummer .--weekdays .table span {
  display: inline-block;
  padding-right: 1em;
  font-size: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .ocsummer .--weekdays .table span {
    font-size: 13px;
  }
}
.ocsummer .--weekdays .table span b {
  color: var(--color);
}
.ocsummer .--weekdays .table thead th {
  background: var(--color);
  color: #fff;
  font-weight: bold;
}

.highschool-header .kv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.highschool-header .lead {
  font-size: 2em;
  font-weight: bold;
  color: #172da0;
  text-align: center;
  line-height: 1.5;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .highschool-header .lead {
    font-size: 1.2em;
  }
}
.highschool-header .copy {
  text-align: center;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .highschool-header .copy {
    text-align: left;
  }
}

.highschool-contents .title {
  text-align: center;
}
.highschool-contents .title img {
  max-width: 750px;
}
.highschool-contents .container {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .highschool-contents .container {
    gap: 30px;
  }
}
.highschool-contents section {
  padding-block: 120px;
}
@media only screen and (max-width: 768px) {
  .highschool-contents section {
    padding-block: 60px;
  }
}
.highschool-contents .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .highschool-contents .card-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.highschool-contents .card-list .card-title {
  grid-column: span 4;
}
.highschool-contents .card-list .card:nth-child(2) {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .highschool-contents .card-list .card:nth-child(2) {
    grid-row: unset;
    grid-column: unset;
    align-self: unset;
  }
}
.highschool-contents picture {
  display: block;
  text-align: center;
  max-width: calc(var(--img-width, 50%) * 2);
  width: 100%;
  margin: auto;
}
.highschool-contents .imgbtn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.highschool-contents .imgbtn:hover {
  opacity: 0.8;
}
.highschool-contents .copy {
  font-size: 2rem;
}
.highschool-contents .trial-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  border: 15px solid #fa7dbe;
  padding: 2rem;
  padding-top: 4rem;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .highschool-contents .trial-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    border-width: 8px;
  }
}
.highschool-contents .trial-list.--02 {
  border-color: #19c8fa;
}
.highschool-contents .trial-list .trial-title {
  grid-column: span 4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: auto;
  container-type: inline-size;
}
.highschool-contents .trial-list .trial-title img {
  position: relative;
  z-index: 2;
}
.highschool-contents .trial-list .trial-title::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 380px;
  height: 100%;
  background: #ffffe1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .highschool-contents .trial-list .trial-title::before {
    width: 51%;
  }
}
.highschool-contents .trial-list .item {
  position: relative;
  z-index: 1;
}
.highschool-contents .qa-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .highschool-contents .qa-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}
.highschool-contents .qa-list .item:nth-child(even) {
  padding-top: 30%;
}
@media only screen and (max-width: 768px) {
  .highschool-contents .qa-list .item:nth-child(even) {
    padding-top: 0;
  }
}
.highschool-contents ._01 {
  background: #deffff;
}
.highschool-contents ._02 {
  background: #fff;
}
.highschool-contents ._03 {
  background: #ffffe1;
}
.highschool-contents ._04 {
  background: #fff;
}
.highschool-contents ._05 {
  background: #ffe3f6;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 冬キャン2025 */
.winter2025-highschool {
  --color: #ed1e79;
  --color1: #ed85a7;
  --color2: #fadeee;
}
.winter2025-highschool a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.winter2025-highschool a:hover {
  opacity: 0.8;
}
.winter2025-highschool .highschool-header {
  width: 100%;
  margin: auto;
  max-width: 1100px;
}
.winter2025-highschool .highschool-header img {
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .winter2025-highschool .highschool-header img {
    height: auto;
  }
}
.winter2025-highschool .highschool-header > section {
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-header > section {
    margin: 20px auto;
  }
}
.winter2025-highschool .highschool-header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-header .nav {
    gap: 10px;
    width: 90%;
  }
}
.winter2025-highschool .highschool-header .nav a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc((100% - 2rem) / 3);
  min-width: calc((100% - 2rem) / 3);
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-header .nav a {
    min-width: calc((100% - 10px) / 2);
  }
}
.winter2025-highschool .highschool-header {
  position: relative;
}
.winter2025-highschool .highschool-header .kv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.winter2025-highschool .highschool-header .lead {
  font-size: 2em;
  font-weight: bold;
  color: #df0615;
  text-align: center;
  line-height: 1.5;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-header .lead {
    font-size: 1.2em;
  }
}
.winter2025-highschool .highschool-header .copy {
  text-align: center;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-header .copy {
    text-align: left;
  }
}
.winter2025-highschool .highschool-header .mv-link-button {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 320px;
  right: 100px;
  width: clamp(100px, 26.6666666667vw, 160px);
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-header .mv-link-button {
    top: 120px;
    right: 15px;
    width: clamp(100px, 26.6666666667vw, 140px);
  }
}
@media (max-width: 640px) {
  .winter2025-highschool .highschool-header .mv-link-button {
    top: auto;
    right: 5px;
    bottom: 70px;
  }
}
.winter2025-highschool .highschool-header .mv-link-button a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-header .mv-link-button a {
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
.winter2025-highschool .highschool-header .mv-link-button.--hidden a {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
}
.winter2025-highschool .highschool-contents .title {
  text-align: center;
  width: 50%;
  max-width: 630px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents .title {
    width: 90%;
  }
}
.winter2025-highschool .highschool-contents .container {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents .container {
    gap: 30px;
  }
}
.winter2025-highschool .highschool-contents section {
  padding-block: 120px;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents section {
    padding-block: 60px;
  }
}
.winter2025-highschool .highschool-contents .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents .card-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.winter2025-highschool .highschool-contents .card-list .card-title {
  grid-column: span 4;
}
.winter2025-highschool .highschool-contents .card-list .card:nth-child(2) {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents .card-list .card:nth-child(2) {
    grid-row: unset;
    grid-column: unset;
    align-self: unset;
  }
}
.winter2025-highschool .highschool-contents picture {
  display: block;
  text-align: center;
  max-width: calc(var(--img-width, 50%) * 2);
  width: 100%;
  margin: auto;
}
.winter2025-highschool .highschool-contents .copy {
  font-size: 2rem;
}
.winter2025-highschool .highschool-contents .trial-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  border: 15px solid #df0615;
  padding: 2rem;
  padding-top: 4rem;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents .trial-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    border-width: 8px;
  }
}
.winter2025-highschool .highschool-contents .trial-list.--02 {
  border-color: #008c45;
}
.winter2025-highschool .highschool-contents .trial-list .trial-title {
  grid-column: span 4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: auto;
  container-type: inline-size;
}
.winter2025-highschool .highschool-contents .trial-list .trial-title img {
  position: relative;
  z-index: 2;
}
.winter2025-highschool .highschool-contents .trial-list .trial-title::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 380px;
  height: 100%;
  background: #ffffe1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents .trial-list .trial-title::before {
    width: 60%;
  }
}
.winter2025-highschool .highschool-contents .trial-list .item {
  position: relative;
  z-index: 1;
}
.winter2025-highschool .highschool-contents .qa-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents .qa-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}
.winter2025-highschool .highschool-contents .qa-list .item:nth-child(even) {
  padding-top: 30%;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents .qa-list .item:nth-child(even) {
    padding-top: 0;
  }
}
.winter2025-highschool .highschool-contents ._01,
.winter2025-highschool .highschool-contents ._05 {
  background: #fbdcde;
}
.winter2025-highschool .highschool-contents ._02 {
  background: #fff;
}
.winter2025-highschool .highschool-contents ._03 {
  background: #ffffe1;
}
.winter2025-highschool .highschool-contents ._04 {
  background: #fff;
}
.winter2025-highschool .highschool-contents ._04 .anchor-wrapper {
  width: 80%;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._04 .anchor-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.winter2025-highschool .highschool-contents ._04 .anchor-wrapper ul {
  width: 48%;
}
.winter2025-highschool .highschool-contents ._04 .anchor-wrapper ul li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._04 .anchor-wrapper ul li {
    margin-bottom: 15px;
  }
}
.winter2025-highschool .highschool-contents ._04 .anchor-wrapper ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(223, 6, 21)), color-stop(86%, rgb(223, 6, 21)), color-stop(86%, rgb(0, 140, 69)), to(rgb(0, 140, 69)));
  background: -webkit-linear-gradient(top, rgb(223, 6, 21) 0%, rgb(223, 6, 21) 86%, rgb(0, 140, 69) 86%, rgb(0, 140, 69) 100%);
  background: linear-gradient(180deg, rgb(223, 6, 21) 0%, rgb(223, 6, 21) 86%, rgb(0, 140, 69) 86%, rgb(0, 140, 69) 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.winter2025-highschool .highschool-contents ._04 .anchor-wrapper ul li a img {
  width: 100%;
  height: 100%;
}
.winter2025-highschool .highschool-contents ._04 .anchor-wrapper ul.food li a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 140, 69)), color-stop(86%, rgb(0, 140, 69)), color-stop(86%, rgb(223, 6, 21)), to(rgb(223, 6, 21)));
  background: -webkit-linear-gradient(top, rgb(0, 140, 69) 0%, rgb(0, 140, 69) 86%, rgb(223, 6, 21) 86%, rgb(223, 6, 21) 100%);
  background: linear-gradient(180deg, rgb(0, 140, 69) 0%, rgb(0, 140, 69) 86%, rgb(223, 6, 21) 86%, rgb(223, 6, 21) 100%);
}
.winter2025-highschool .highschool-contents ._04 h4 {
  font-size: 1.8em;
  font-weight: bold;
  color: #df0615;
  text-align: center;
  line-height: 1.5;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._04 h4 {
    font-size: 1.4em;
  }
}
.winter2025-highschool .highschool-contents ._04 .btn-flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._04 .btn-flex {
    display: block;
  }
}
.winter2025-highschool .highschool-contents ._04 .btn-flex a {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._04 .btn-flex a {
    width: 100%;
    margin-top: 30px;
  }
}
.winter2025-highschool .highschool-contents ._06 .card-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.winter2025-highschool .highschool-contents ._06 .card-list .card:nth-child(2) {
  grid-row: 1;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._06 .card-list .card:nth-child(2) {
    grid-row: unset;
  }
}
.winter2025-highschool .highschool-contents ._06 .card-list .card a {
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(18%, rgba(0, 0, 0, 0)), color-stop(18%, rgb(237, 133, 167)), to(rgb(237, 133, 167)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgb(237, 133, 167) 18%, rgb(237, 133, 167) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgb(237, 133, 167) 18%, rgb(237, 133, 167) 100%);
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._06 .card-list .card a {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(14%, rgba(0, 0, 0, 0)), color-stop(14%, rgb(237, 133, 167)), to(rgb(237, 133, 167)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgb(237, 133, 167) 14%, rgb(237, 133, 167) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgb(237, 133, 167) 14%, rgb(237, 133, 167) 100%);
  }
}
.winter2025-highschool .highschool-contents ._06 .card-list .card a img {
  width: 64%;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._06 .card-list .card a img {
    width: 100%;
  }
}
.winter2025-highschool .highschool-contents ._06 .card-list .card:nth-child(2) a, .winter2025-highschool .highschool-contents ._06 .card-list .card:nth-child(3) a {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(18%, rgba(0, 0, 0, 0)), color-stop(18%, rgb(131, 195, 107)), to(rgb(131, 195, 107)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgb(131, 195, 107) 18%, rgb(131, 195, 107) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgb(131, 195, 107) 18%, rgb(131, 195, 107) 100%);
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._06 .card-list .card:nth-child(2) a, .winter2025-highschool .highschool-contents ._06 .card-list .card:nth-child(3) a {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(14%, rgba(0, 0, 0, 0)), color-stop(14%, rgb(131, 195, 107)), to(rgb(131, 195, 107)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgb(131, 195, 107) 14%, rgb(131, 195, 107) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14%, rgb(131, 195, 107) 14%, rgb(131, 195, 107) 100%);
  }
}
.winter2025-highschool .highschool-contents ._07,
.winter2025-highschool .highschool-contents ._08 {
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
}
@media only screen and (max-width: 768px) {
  .winter2025-highschool .highschool-contents ._07,
  .winter2025-highschool .highschool-contents ._08 {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}

.tie-up .img-shadow {
  -webkit-box-shadow: 0 0 10px rgba(101, 100, 100, 0.568627451);
          box-shadow: 0 0 10px rgba(101, 100, 100, 0.568627451);
}

.tie-up p.text {
  color: #4d4d4d;
}

.tie-up .yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffec94));
  background: -webkit-linear-gradient(transparent 50%, #ffec94 50%);
  background: linear-gradient(transparent 50%, #ffec94 50%);
  margin: 10px 0;
}

.tie-up .biyou-industry {
  background: url(../img/tie-up/background-01.png);
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 250px;
}

.tie-up .biyou-industry .industry-title {
  width: 350px;
  margin: 0 auto;
}

.tie-up .biyou-industry .industry-title img {
  margin-bottom: 10px;
  max-width: 350px;
  width: 100%;
}

.tie-up .biyou-industry .bf-toniguy {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.tie-up .biyou-industry .bf-toniguy .toniguy-logo {
  width: 455px;
  margin: 0 auto;
}

.tie-up .biyou-industry .bf-toniguy .toniguy-logo img {
  margin: 10px 0;
  max-width: 450px;
  width: 100%;
}

.tie-up .biyou-industry .text_catch {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 10px 0;
}

.tie-up .biyou-industry .bf-toniguy .info {
  margin: 10px auto;
  width: 542px;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tie-up .biyou-industry .bf-toniguy .info-left {
  display: inline-block;
  margin-right: 15px;
  width: 96px;
}

.tie-up .biyou-industry .bf-toniguy .info-right {
  display: inline-block;
}

.tie-up .biyou-industry .bf-toniguy .info-right .info-text {
  font-size: 26px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
  padding: 10px;
}

.tie-up .biyou-industry .bf-toniguy h4 {
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.tie-up .biyou-industry .bf-toniguy .text {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}

.tie-up .biyou-industry .toniguy-about {
  text-align: right;
  position: relative;
  margin-top: 20px;
}

.tie-up .biyou-industry .toniguy-about .toniguy-video {
  display: inline-block;
  max-width: 640px;
  height: 360px;
  width: 90%;
  position: relative;
}

.tie-up .biyou-industry .toniguy-about .toniguy-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.tie-up .biyou-industry .toniguy-about .info-more {
  width: 544px;
  position: absolute;
  top: 40px;
  background: #fff;
  z-index: 2;
}

.tie-up .biyou-industry .toniguy-about .bland {
  position: relative;
  margin-top: 20px;
  max-width: 440px;
  margin-left: auto;
  margin-right: 100px;
}

.tie-up .biyou-industry .info-more .info-text {
  font-size: 26px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
  padding: 30px 0 30px 60px;
  text-align: left;
}

.tie-up .biyou-industry .info-more .text {
  padding: 0 90px 60px 60px;
  letter-spacing: 3px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

.tie-up .biyou-industry .bf-toniguy .daihyo {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
}

.tie-up .biyou-industry .bf-toniguy .daihyo img {
  position: relative;
  z-index: 1;
  max-width: 320px;
}

.tie-up .biyou-industry .bf-toniguy .daihyo .daihyo-info {
  width: 778px;
  position: absolute;
  top: 80px;
  left: 200px;
  background: #fff;
  padding: 60px 60px 60px 90px;
}

.tie-up .biyou-industry .bf-toniguy .daihyo .text {
  text-align: left;
  letter-spacing: 3px;
  line-height: 1.5em;
}

.tie-up .biyou-industry .bf-toniguy .syuryo {
  width: 1150px;
  position: relative;
}

.tie-up .biyou-industry .bf-toniguy .bf-get {
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  text-align: left;
}

.tie-up .biyou-industry .bf-toniguy .bf-get .bf-get-text {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
}

.tie-up .biyou-industry .bf-toniguy .bf-get .bf-get-text .get-text {
  font-size: 18px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
}

.tie-up .biyou-industry .bf-toniguy .bf-get .bf-get-text .text {
  text-align: left;
}

.tie-up .biyou-industry .bf-toniguy .bf-get .bf-get-image {
  display: inline-block;
}

.tie-up .biyou-industry .bf-toniguy .bf-get .bf-get-image img {
  width: 134px;
  height: auto;
  padding-left: 40px;
}

.tie-up .biyou-industry .bf-toniguy .syuryo-image {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 30px;
  max-width: 600px;
}

.tie-up .biyou-industry .bf-loreal {
  max-width: 1150px;
  margin: 60px auto auto;
}

.tie-up .biyou-industry .bf-loreal .loreal-logo {
  max-width: 355px;
  margin: 30px auto 0;
}

.tie-up .biyou-industry .bf-loreal .loreal-syuryo .loreal-get {
  width: 500px;
  margin: 20px;
  position: absolute;
  top: 0;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tie-up .biyou-industry .bf-loreal .loreal-get .loreal-get-text {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
}

.tie-up .biyou-industry .bf-loreal .loreal-get .loreal-get-text .get-text {
  font-size: 18px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
  text-align: left;
}

.tie-up .biyou-industry .bf-loreal .loreal-get .loreal-get-text .text {
  text-align: left;
}

.tie-up .biyou-industry .bf-loreal .loreal-get .loreal-get-image {
  display: inline-block;
}

.tie-up .biyou-industry .bf-loreal .loreal-get .loreal-get-image img {
  width: 134px;
  height: auto;
}

.tie-up .biyou-industry .loreal-about {
  text-align: right;
  position: relative;
  margin-top: 20px;
}

.tie-up .biyou-industry .loreal-about .loreal-syuryo {
  position: relative;
}

.tie-up .biyou-industry .loreal-about img {
  position: relative;
  z-index: 3;
  max-width: 640px;
  width: 100%;
}

.tie-up .biyou-industry .loreal-about .info-more {
  width: 512px;
  position: absolute;
  top: 80px;
  left: 30px;
  background: #fff;
  z-index: 2;
}

.tie-up .make-industry {
  background: url(../img/tie-up/background-02.png);
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 200px;
}

.tie-up .make-industry .industry-title {
  max-width: 350px;
  margin: 0 auto;
}

.tie-up .make-industry .industry-title img {
  margin-bottom: 10px;
}

.tie-up .make-industry .bf-jma {
  max-width: 1150px;
  margin: 0 auto;
}

.tie-up .make-industry .bf-jma .jma-logo {
  max-width: 400px;
  margin: 20px auto 0;
}

.tie-up .make-industry .text_catch {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 20px 0;
}

.tie-up .make-industry .jma-about {
  position: relative;
  margin-top: 20px;
}

.tie-up .make-industry .jma-about img {
  position: relative;
  z-index: 3;
  max-width: 640px;
  width: 100%;
}

.tie-up .make-industry .jma-about .info-more {
  width: 512px;
  position: absolute;
  top: 80px;
  right: 30px;
  background: #fff;
  z-index: 2;
}

.tie-up .make-industry .info-more .info-text {
  font-size: 26px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
  padding: 30px 0 30px 60px;
  text-align: left;
}

.tie-up .make-industry .info-more .text {
  padding: 0 60px 60px 60px;
  letter-spacing: 3px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

.tie-up .make-industry .bf-forum {
  max-width: 1150px;
  margin: 60px auto auto;
}

.tie-up .make-industry .bf-forum .forum-logo {
  max-width: 462px;
  margin: 80px auto 0;
}

.tie-up .make-industry .forum-about {
  text-align: right;
  position: relative;
  margin-top: 20px;
}

.tie-up .make-industry .forum-about .info-more {
  width: 512px;
  position: absolute;
  top: 80px;
  left: 30px;
  background: #fff;
  z-index: 2;
}

.tie-up .make-industry .forum-about .info-more .info-text {
  font-size: 26px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
  padding: 60px 0 30px 60px;
  text-align: left;
}

.tie-up .make-industry .forum-about .right {
  width: 60%;
  display: inline-block;
}

.tie-up .make-industry .forum-about img {
  position: relative;
  z-index: 3;
  max-width: 640px;
  width: 100%;
}

.tie-up .make-industry .forum-about .forum-syuryo {
  position: relative;
}

.tie-up .make-industry .bf-forum .forum-get {
  width: 600px;
  display: inline-block;
  text-align: right;
  margin: 20px 0 0;
  position: absolute;
  top: 0;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tie-up .make-industry .bf-forum .forum-get .forum-get-text {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
}

.tie-up .make-industry .bf-forum .forum-get .forum-get-text .get-text {
  font-size: 18px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
  text-align: left;
}

.tie-up .make-industry .bf-forum .forum-get .forum-get-text .text {
  text-align: left;
}

.tie-up .make-industry .bf-forum .forum-get .forum-get-image {
  display: inline-block;
}

.tie-up .make-industry .bf-forum .forum-get .forum-get-image img {
  width: 192px;
  height: auto;
}

.tie-up .salon-industry {
  background: url(../img/tie-up/background-01.png);
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 60px;
}

.tie-up .salon-industry .industry-title {
  max-width: 484px;
  margin: 0 auto;
}

.tie-up .salon-industry .text_catch {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 20px 0;
}

.tie-up .salon-industry .bf-aea {
  max-width: 1150px;
  margin: 0 auto;
}

.tie-up .salon-industry .bf-aea .aea-logo {
  max-width: 244px;
  display: inline-block;
  position: absolute;
  right: 150px;
  top: -50px;
}

.tie-up .salon-industry .aea-about {
  position: relative;
  margin-top: 70px;
}

.tie-up .salon-industry .aea-about img {
  position: relative;
  z-index: 3;
  max-width: 640px;
  width: 100%;
}

.tie-up .salon-industry .aea-about .info-more {
  width: 544px;
  height: 380px;
  position: absolute;
  top: 50px;
  right: 30px;
  background: #fff;
  z-index: 2;
}

.tie-up .salon-industry .aea-about .info-more .info-text {
  font-size: 26px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
  padding: 60px 50px 30px 100px;
  text-align: left;
  letter-spacing: 3px;
}

.tie-up .salon-industry .aea-about .info-more .text {
  padding: 0 70px 60px 100px;
  letter-spacing: 2px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

.tie-up .salon-industry .bf-spa {
  max-width: 1150px;
  margin: 60px auto auto;
}

.tie-up .salon-industry .bf-spa .spa-logo {
  max-width: 244px;
  display: inline-block;
  position: absolute;
  left: 150px;
}

.tie-up .salon-industry .spa-about {
  text-align: right;
  position: relative;
  margin-top: 100px;
}

.tie-up .salon-industry .spa-about img {
  position: relative;
  z-index: 3;
  max-width: 640px;
  width: 100%;
}

.tie-up .salon-industry .spa-about .info-more {
  width: 512px;
  position: absolute;
  top: 100px;
  left: 30px;
  background: #fff;
  z-index: 2;
}

.tie-up .salon-industry .spa-about .info-more .info-text {
  font-size: 26px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
  padding: 60px 100px 30px 60px;
  text-align: left;
  letter-spacing: 3px;
}

.tie-up .salon-industry .spa-about .info-more .text {
  padding: 0 80px 60px 60px;
  letter-spacing: 2px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

.tie-up .salon-industry .bf-spa .spa-get {
  width: 1150px;
  /*			display: inline-block;*/
  margin: 80px 0 0;
}

.tie-up .salon-industry .bf-spa .spa-get .spa-get-text {
  width: 53%;
  display: inline-block;
  margin: 0 30px;
}

.tie-up .salon-industry .bf-spa .spa-get .spa-get-text .get-text {
  font-size: 18px;
  color: var(--beauty-main-color-2);
  font-weight: 700;
  text-align: left;
}

.tie-up .salon-industry .bf-spa .spa-get .spa-get-text .text {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
}

.tie-up .salon-industry .bf-spa .spa-get .ipsn {
  width: 40%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.tie-up .salon-industry .bf-spa .spa-get .ipsn .text {
  color: var(--beauty-main-color-2);
  font-size: 14px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .tie-up {
    /* make-sp */
    /* salon-sp */
  }
  .tie-up .biyou-industry {
    width: 100%;
    padding-bottom: 40px;
  }
  .tie-up .biyou-industry .industry-title {
    width: 95%;
    text-align: center;
  }
  .tie-up .biyou-industry .bf-toniguy {
    width: 95%;
  }
  .tie-up .biyou-industry .bf-toniguy .toniguy-logo {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .tie-up .biyou-industry .bf-toniguy .info {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .tie-up .biyou-industry .bf-toniguy .info-right .info-text {
    font-size: 19px;
  }
  .tie-up .biyou-industry .bf-toniguy .info-left {
    float: none;
  }
  .tie-up .biyou-industry .bf-toniguy .info-left img {
    width: 70px;
    height: 70px;
  }
  .tie-up .biyou-industry .bf-toniguy h4 {
    font-size: 16px;
    /*				text-align: left;*/
    margin-top: 20px;
  }
  .tie-up .biyou-industry .bf-toniguy .text {
    font-size: 14px;
    /*				text-align: left;*/
    padding: 0 0 10px;
    letter-spacing: 1px;
  }
  .tie-up .biyou-industry .toniguy-about {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .tie-up .biyou-industry .toniguy-about .toniguy-video {
    display: block;
    margin: auto;
    height: auto;
    width: 100%;
  }
  .tie-up .biyou-industry .toniguy-about .toniguy-video video {
    position: relative;
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  .tie-up .biyou-industry .toniguy-about .info-more {
    width: 100%;
    text-align: center;
    position: static;
    margin-top: 20px;
  }
  .tie-up .biyou-industry .info-more .info-text {
    font-size: 19px;
    padding: 10px;
    text-align: center;
  }
  .tie-up .biyou-industry .toniguy-about .bland {
    width: 100%;
    text-align: center;
    margin-right: auto;
  }
  .tie-up .biyou-industry .toniguy-about .bland img {
    position: static;
  }
  .tie-up .biyou-industry .bf-toniguy .daihyo {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .tie-up .biyou-industry .bf-toniguy .daihyo img {
    margin-bottom: 20px;
  }
  .tie-up .biyou-industry .bf-toniguy .daihyo .daihyo-info {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: static;
    padding: 15px 15px 0;
  }
  .tie-up .biyou-industry .bf-toniguy .daihyo .text {
    letter-spacing: 1px;
  }
  .tie-up .biyou-industry .bf-toniguy .syuryo {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .tie-up .biyou-industry .bf-toniguy .bf-get {
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .tie-up .biyou-industry .bf-toniguy .bf-get .bf-get-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 60px auto auto;
    width: 100%;
    max-width: 321px;
  }
  .tie-up .biyou-industry .bf-toniguy .bf-get .bf-get-image img {
    padding: 0;
    width: 100%;
  }
  .tie-up .biyou-industry .bf-toniguy .bf-get .bf-get-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
  .tie-up .biyou-industry .bf-toniguy .bf-get .bf-get-text .get-text {
    font-size: 17px;
    /*				text-align: left;*/
  }
  .tie-up .biyou-industry .bf-toniguy .syuryo-image {
    width: 100%;
    text-align: center;
    position: static;
  }
  .tie-up .biyou-industry .bf-loreal .loreal-logo {
    width: 95%;
    margin: 20px auto;
    text-align: center;
  }
  .tie-up .biyou-industry .text_catch {
    text-align: center;
    font-size: 20px;
    width: 95%;
    margin: 10px auto;
  }
  .tie-up .biyou-industry .loreal-about {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
  .tie-up .biyou-industry .loreal-about .info-more {
    position: static;
    width: 100%;
    margin: 20px auto;
  }
  .tie-up .biyou-industry .info-more .text {
    padding: 0 15px 15px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0 auto 20px;
  }
  .tie-up .biyou-industry .bf-loreal .loreal-syuryo .loreal-get {
    position: static;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tie-up .biyou-industry .bf-loreal .loreal-get .loreal-get-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 321px;
    margin: auto;
  }
  .tie-up .biyou-industry .bf-loreal .loreal-get .loreal-get-image img {
    width: 50%;
  }
  .tie-up .biyou-industry .bf-loreal .loreal-get .loreal-get-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px auto 0;
    width: 100%;
  }
  .tie-up .biyou-industry .bf-loreal .loreal-get .loreal-get-text .get-text {
    font-size: 17px;
    text-align: center;
  }
  .tie-up .loreal-get-text .text {
    font-size: 14px;
    margin: 10px 0;
  }
  .tie-up .make-industry {
    width: 100%;
    padding-bottom: 40px;
  }
  .tie-up .make-industry .industry-title {
    width: 95%;
    text-align: center;
  }
  .tie-up .make-industry .bf-jma .jma-logo {
    width: 95%;
    text-align: center;
  }
  .tie-up .make-industry .text_catch {
    text-align: center;
    font-size: 20px;
    width: 95%;
    margin: 20px auto;
  }
  .tie-up .make-industry .jma-about {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .tie-up .make-industry .jma-about .info-more {
    position: static;
    width: 100%;
    margin: 20px auto;
  }
  .tie-up .make-industry .info-more .info-text {
    font-size: 19px;
    padding: 10px;
    text-align: center;
  }
  .tie-up .make-industry .info-more .text {
    padding: 0 15px 15px;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .tie-up .make-industry .bf-forum .forum-logo {
    width: 95%;
    margin: 20px auto;
    text-align: center;
  }
  .tie-up .make-industry .forum-about {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .tie-up .make-industry .forum-about .info-more {
    position: static;
    width: 100%;
    margin: 20px auto;
  }
  .tie-up .make-industry .forum-about .info-more .info-text {
    font-size: 19px;
    padding: 10px;
    text-align: center;
  }
  .tie-up .make-industry .bf-forum .forum-get {
    position: static;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .tie-up .make-industry .bf-forum .forum-get .forum-get-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    width: 100%;
    max-width: 321px;
    margin: auto;
  }
  .tie-up .make-industry .bf-forum .forum-get .forum-get-image img {
    width: 100%;
  }
  .tie-up .make-industry .bf-forum .forum-get .forum-get-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px auto 0;
    width: 100%;
  }
  .tie-up .make-industry .bf-forum .forum-get .forum-get-text .get-text {
    font-size: 17px;
    text-align: center;
  }
  .tie-up .make-industry .bf-forum .forum-get .forum-get-text .text {
    font-size: 14px;
    margin: 10px 0;
  }
  .tie-up .salon-industry {
    padding-bottom: 40px;
  }
  .tie-up .salon-industry .industry-title {
    width: 95%;
    height: 88px;
    text-align: center;
  }
  .tie-up .salon-industry .text_catch {
    text-align: center;
    font-size: 20px;
    width: 95%;
    margin: 20px auto;
  }
  .tie-up .salon-industry .bf-aea .aea-logo {
    position: static;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .tie-up .salon-industry .aea-about {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .tie-up .salon-industry .aea-about .info-more {
    position: static;
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .tie-up .salon-industry .aea-about .info-more .info-text {
    font-size: 19px;
    padding: 10px;
    text-align: center;
    letter-spacing: 2px;
  }
  .tie-up .salon-industry .aea-about .info-more .text {
    padding: 0 15px 15px;
    letter-spacing: 0;
    font-size: 14px;
  }
  .tie-up .salon-industry .bf-spa .spa-logo {
    position: static;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .tie-up .salon-industry .spa-about {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .tie-up .salon-industry .spa-about .info-more {
    position: static;
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .tie-up .salon-industry .spa-about .info-more .info-text {
    font-size: 19px;
    padding: 10px;
    text-align: center;
    letter-spacing: 0;
  }
  .tie-up .salon-industry .spa-about .info-more .text {
    padding: 0 15px 15px;
    letter-spacing: 0;
    font-size: 14px;
  }
  .tie-up .salon-industry .bf-spa .spa-get {
    width: 95%;
    margin: 0 auto;
  }
  .tie-up .salon-industry .bf-spa .spa-get .spa-get-text {
    width: auto;
    margin: 0 0 20px;
  }
  .tie-up .salon-industry .bf-spa .spa-get .spa-get-text .get-text {
    font-size: 17px;
    text-align: center;
  }
  .tie-up .salon-industry .bf-spa .spa-get .spa-get-text .text {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  .tie-up .salon-industry .bf-spa .spa-get .ipsn {
    width: auto;
  }
  .tie-up .salon-industry .bf-spa .spa-get .ipsn .text {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page-weekdays .mv {
  background-color: #ffffc3;
  padding-block: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .mv {
    padding-block: 1rem 3rem;
  }
}
.page-weekdays .mv .contents__block {
  position: relative;
  padding: 0;
}
.page-weekdays .mv .mv__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 23rem;
  display: grid;
  place-items: center;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
@media only screen and (max-width: 768px) {
  .page-weekdays .mv .mv__copy {
    width: 7.4rem;
  }
}
.page-weekdays .mv .btn_list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media only screen and (max-width: 768px) {
  .page-weekdays .mv .btn_list {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 90%;
    margin-top: 2rem;
  }
  .page-weekdays .mv .btn_list .btn {
    min-width: unset;
    width: 100%;
  }
}
.page-weekdays .grid {
  display: grid;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .grid {
    gap: 3rem;
  }
}
.page-weekdays .title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .title {
    font-size: 2.4rem;
  }
}
.page-weekdays .title .sublabel {
  display: block;
  font-weight: 600;
  font-size: 0.8em;
  color: var(--gray, #adadad);
}
@media only screen and (max-width: 768px) {
  .page-weekdays .title .sublabel {
    font-size: 1.4rem;
  }
}
.page-weekdays .sub-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sub-title {
    font-size: 2rem;
  }
}
.page-weekdays .sub-title .border-line {
  border: 1px solid #000;
  padding: 0 1em;
}
.page-weekdays .sub-title .label {
  background: #fff;
  margin: -2px 0;
  padding: 0 1em;
  display: block;
}
.page-weekdays .sec01 .list {
  max-width: 800px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 6rem;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec01 .list {
    gap: 0 2rem;
  }
}
.page-weekdays .sec01 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: calc((100% - 9rem) / 4);
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec01 .list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-weekdays .sec01 .list li img {
  aspect-ratio: 8/9;
  width: 100%;
}
.page-weekdays .sec01 .list li .label {
  font-weight: 600;
  text-align: center;
}
.page-weekdays .sec01 .lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec01 .lead {
    font-size: 1.6rem;
  }
}
.page-weekdays .sec02 {
  background-color: var(--bg-color-2);
}
.page-weekdays .sec02 h3 .label {
  background-color: var(--bg-color-2);
}
.page-weekdays .sec02 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec02 .list {
    gap: 2rem;
    display: grid;
  }
}
.page-weekdays .sec02 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #fff;
  padding: 0.5rem 2rem;
}
.page-weekdays .sec02 .list li i {
  color: var(--base-color);
  font-size: 3.5rem;
  font-weight: 600;
  font-style: inherit;
}
.page-weekdays .sec02 .list li .label {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec02 .list li .label {
    font-size: 1.4rem;
  }
}
.page-weekdays .sec03 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec03 .list {
    gap: 4rem;
    display: grid;
  }
}
.page-weekdays .sec03 .list .item {
  border: 3px dotted #000;
  border-radius: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 3rem 6rem 2rem;
  position: relative;
}
.page-weekdays .sec03 .list .item h4.label {
  background: #ffff00;
  font-size: 1.8rem;
  font-weight: 600;
  width: 80%;
  text-align: center;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec03 .list .item h4.label {
    font-size: 1.6rem;
  }
}
.page-weekdays .sec03 .list .item .text {
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  margin: auto;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec03 .list .item .text {
    font-size: 1.6rem;
  }
}
.page-weekdays .sec03 .list .item .text b {
  font-size: 1.4444444444em;
}
.page-weekdays .sec03 .list .item .btn {
  min-width: unset;
  background: #adadad;
}
.page-weekdays .sec04 {
  background-color: #ffffc3;
}
.page-weekdays .sec04 h3 .label {
  background-color: #ffffc3;
}
.page-weekdays .sec04 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  margin: auto;
}
.page-weekdays .sec04 .list .item {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  padding: 2em 1.5em;
  border-bottom: 1px solid #000;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec04 .list .item {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-weekdays .sec04 .list .item::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  background: #fff;
  background-image: url(../images/page/oc/weekdays/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}
.page-weekdays .sec04 .list .item:last-child {
  border-bottom: none;
}
.page-weekdays .sec04 .list .item:last-child::before {
  display: none;
}
.page-weekdays .sec04 .list .item h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.page-weekdays .sec04 .list .item h4 .label {
  background: #ffff00;
  padding: 0.2em 1em;
  font-size: 1.8rem;
  font-weight: 600;
}
.page-weekdays .sec04 .list .item h4 .num {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: var(--base-color);
}
.page-weekdays .sec04 .list .item h4 .num b {
  font-size: 2.3333333333em;
}
.page-weekdays .sec04 .list .item .text {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec04 .list .item .text {
    font-size: 1.4rem;
    text-align: center;
  }
}
.page-weekdays .sec04 .list .box {
  background: #f9e6e6;
  padding: 1em;
  border-radius: 1em;
  font-weight: 600;
  white-space: nowrap;
  display: grid;
  place-items: center;
  gap: 0.5em;
}
.food-home .page-weekdays .sec04 .list .box {
  background: #e1eed5;
}
.page-weekdays .sec04 .list .box .label {
  background: var(--base-color);
  padding: 0.2em 1em;
  color: #fff;
  text-align: center;
}
.page-weekdays .sec04 .list .box .text {
  text-align: center;
  font-size: 0.85em;
  color: var(--base-color);
}
.page-weekdays .sec04 .list .btn-wrapper {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.page-weekdays .sec04 .lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec04 .lead {
    font-size: 1.8rem;
  }
}
.page-weekdays .sec04 .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-size: 4rem;
  font-weight: 600;
}
.page-weekdays .sec04 .tel i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
}
.page-weekdays .sec04 .bnr_list {
  margin: 6rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec04 .bnr_list {
    margin: 3rem auto 0;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.page-weekdays .sec04 .bnr_list .item {
  display: grid;
  gap: 1rem;
}
.page-weekdays .sec04 .bnr_list img {
  aspect-ratio: 16/8;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-weekdays .sec04 .bnr_list .label {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .sec04 .bnr_list .label {
    font-size: 1.6rem;
  }
}
.page-weekdays .sec04 .bnr_list .label::before {
  content: "";
  display: block;
  height: 1.5em;
  width: 2px;
  background: #000;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.page-weekdays .sec04 .bnr_list .label::after {
  content: "";
  display: block;
  height: 1.5em;
  width: 2px;
  background: #000;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.page-weekdays .note {
  padding: 0 1em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-weekdays .note li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-weekdays hr {
  height: 2px;
  width: 100%;
  background: #000;
  border: none;
  margin: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .page-weekdays hr {
    margin: 1rem 0;
  }
}
.page-weekdays .anchor-target {
  margin-top: -14rem;
  padding-top: 14rem;
}
@media only screen and (max-width: 768px) {
  .page-weekdays .anchor-target {
    margin-top: -5rem;
    padding-top: 5rem;
  }
}
.page-weekdays #online .yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffc882));
  background: -webkit-linear-gradient(transparent 65%, #ffc882 35%);
  background: linear-gradient(transparent 65%, #ffc882 35%);
}
.page-weekdays #online .sec03 .list .item h4.label {
  background: #ffc882;
}
.page-weekdays #online .sec04 {
  background: #ffecd4;
}
.page-weekdays #online .sec04 h3 .label {
  background: #ffecd4;
}
.page-weekdays #online .sec04 .list .item h4 .label {
  background: #ffc882;
}

/*youtubeoc*/
.youtubeoc-header img {
  width: 100%;
}
.youtubeoc-contents .button-wrapper {
  padding: 50px 0;
}
.youtubeoc-contents .button-wrapper .button-radius {
  width: 50%;
  border-radius: 50px;
  padding: 5px 2rem;
}
.youtubeoc-contents .title {
  margin: auto 20px 20px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}
.youtubeoc-contents .title span {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 0 10px;
}
.youtubeoc-contents .title span::before, .youtubeoc-contents .title span::after {
  position: absolute;
  content: "";
  background-color: #e5628b;
  width: 2px;
  height: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.youtubeoc-contents .title span::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  left: 0;
}
.youtubeoc-contents .title span::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  right: 0;
}
.youtubeoc-contents .title span .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #fff100));
  background: -webkit-linear-gradient(transparent 65%, #fff100 35%);
  background: linear-gradient(transparent 65%, #fff100 35%);
  border: none;
}
.youtubeoc-contents .title span .line::before, .youtubeoc-contents .title span .line::after {
  content: none;
}
.youtubeoc-contents .block01-back {
  background-color: #f3eddf;
  padding: 100px 0;
  position: relative;
}
.youtubeoc-contents .block01-back::before {
  position: absolute;
  content: "";
  background-image: url(../2024/images/ocyoutube/model01.png);
  width: 127px;
  height: 268px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 5%;
  top: 3%;
}
.youtubeoc-contents .block01-back .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.youtubeoc-contents .block01-back .flex .box {
  width: calc(25% - 10px - 0.1px);
  margin: 0 5px;
}
.youtubeoc-contents .block02-back {
  padding: 100px 0;
  position: relative;
}
.youtubeoc-contents .block02-back::before {
  position: absolute;
  content: "";
  background-image: url(../2024/images/ocyoutube/model02.png);
  width: 106px;
  height: 298px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 5%;
  top: -5%;
}
.youtubeoc-contents .block02-back .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.youtubeoc-contents .block02-back .flex .box {
  width: calc(33.3333333333% - 20px - 0.1px);
  margin: 0 10px 5px;
}
.youtubeoc-contents .block03-back {
  background-image: url(../2024/images/ocyoutube/back.jpg);
  padding: 100px 0;
  position: relative;
  background-size: 46px;
}
.youtubeoc-contents .block03-back::before {
  position: absolute;
  content: "";
  background-image: url(../2024/images/ocyoutube/model03.png);
  width: 132px;
  height: 266px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 5%;
  top: -2%;
}
.youtubeoc-contents .block03-back .white {
  background-color: #fff;
  padding: 10%;
  max-width: 1100px;
  width: 90%;
  margin: auto;
  border-radius: 10px;
}
.youtubeoc-contents .block03-back .white .arrow {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #e6528b;
  width: 28px;
  height: 14px;
  margin: 20px auto;
}
.youtubeoc-contents .block03-back .white h3 {
  border-top: 1px solid #e6528b;
  border-bottom: 1px solid #e6528b;
  text-align: center;
  color: #e6528b;
  position: relative;
  margin: 50px auto 30px;
}
.youtubeoc-contents .block03-back .white h3::before {
  position: absolute;
  content: "";
  background-image: url(../2024/images/ocyoutube/model04.png);
  width: 158px;
  height: 367px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -30%;
  top: -20%;
}
.youtubeoc-contents .block03-back .white .title_temp {
  background: -webkit-gradient(linear, right top, left top, from(#e74661), to(#e9629d));
  background: -webkit-linear-gradient(right, #e74661, #e9629d);
  background: linear-gradient(-90deg, #e74661, #e9629d);
  color: #fff;
}
.youtubeoc-contents .block03-back .white .title_temp.color02 {
  background: -webkit-gradient(linear, right top, left top, from(#3f842f), to(#71ba48));
  background: -webkit-linear-gradient(right, #3f842f, #71ba48);
  background: linear-gradient(-90deg, #3f842f, #71ba48);
}
.youtubeoc-contents .block03-back .white .title_temp::after {
  background: #fff;
}
.youtubeoc-contents .block03-back .white .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
}
.youtubeoc-contents .block03-back .white .flex01::after {
  position: absolute;
  content: "";
  background-image: url(../2024/images/ocyoutube/model08.png);
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -25%;
  bottom: -5%;
}
.youtubeoc-contents .block03-back .white .flex02::before {
  position: absolute;
  content: "";
  background-image: url(../2024/images/ocyoutube/model09.png);
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -30%;
  bottom: -5%;
}
.youtubeoc-contents .block03-back .white .flex02::after {
  position: absolute;
  content: "";
  background-image: url(../2024/images/ocyoutube/model05.png);
  width: 155px;
  height: 364px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -20%;
  bottom: 0%;
}
.youtubeoc-contents .block03-back .white .flex03::before {
  position: absolute;
  content: "";
  background-image: url(../2024/images/ocyoutube/model06.png);
  width: 149px;
  height: 419px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -30%;
  top: 0%;
}
.youtubeoc-contents .block03-back .white .flex .box {
  width: calc(33.3333333333% - 20px - 0.1px);
  margin: 0 10px 20px;
}
.youtubeoc-contents .block03-back .white .flex .box p {
  font-weight: bold;
}
.youtubeoc-contents .block03-back .white .flex .box .btn {
  background-color: #e6528b;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  position: relative;
  max-width: 140px;
  margin: 10px auto;
  padding: 5px 10px;
}
.youtubeoc-contents .block03-back .white .flex .box .btn.coming {
  background-color: #8e8e8e;
}
.youtubeoc-contents .block03-back .white .flex .box .btn.coming::after {
  content: none;
}
.youtubeoc-contents .block03-back .white .flex .box .btn.food {
  background-color: #71bb48;
}
.youtubeoc-contents .block03-back .white .flex .box .btn::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  width: 7px;
  height: 9px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.youtubeoc-contents .block03-back .white .flex .box .btn a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.youtubeoc-contents .block03-back .white .flex .border {
  border: 1px solid #e8e8e8;
}
.youtubeoc-contents .block03-back .white .entry {
  margin: 50px auto auto;
  background-color: #faec21;
  padding: 20px;
  border-radius: 10px;
}
.youtubeoc-contents .block03-back .white .entry-btn {
  max-width: 380px;
  margin: 20px auto;
}
.youtubeoc-contents .block04-back {
  padding: 100px 0;
  position: relative;
}
.youtubeoc-contents .block04-back::before {
  position: absolute;
  content: "";
  background-image: url(../2024/images/ocyoutube/model07.png);
  width: 116px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10%;
  top: 5%;
}
.youtubeoc-contents .block04-back h3 {
  text-align: center;
}
.youtubeoc-contents .block04-back h3 span {
  position: relative;
  padding: 0.5rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 2px solid #f9dbe8;
  color: #e6528b;
  font-weight: bold;
  font-size: 28px;
}
.youtubeoc-contents .block04-back h3 span::before, .youtubeoc-contents .block04-back h3 span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.youtubeoc-contents .block04-back h3 span::before {
  border: 10px solid;
  border-color: transparent;
  border-top-color: #f9dbe8;
  margin-left: -16px;
}
.youtubeoc-contents .block04-back h3 span::after {
  border: 6px solid;
  border-color: transparent;
  border-top-color: #fff;
  margin-left: -12px;
}
.youtubeoc-contents .block04-back .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
  max-width: 1000px;
}
.youtubeoc-contents .block04-back .flex .box {
  width: 48%;
  margin-bottom: 10px;
}
.youtubeoc-contents .block04-back .flex .btn_list a {
  min-width: unset;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .youtubeoc-contents .block04-back .flex .btn_list a {
    min-width: 240px;
  }
}
.youtubeoc-contents #link {
  padding-top: 110px;
  margin-top: -110px;
}

@media screen and (max-width: 750px) {
  .youtubeoc-contents .button-wrapper {
    background-color: #f3eddf;
  }
  .youtubeoc-contents .button-wrapper .button-radius {
    width: 90%;
  }
  .youtubeoc-contents .button-wrapper.sp-back {
    background-color: #fff;
  }
  .youtubeoc-contents .title {
    font-size: 22px;
  }
  .youtubeoc-contents .title span {
    line-height: 25px;
  }
  .youtubeoc-contents .block01-back {
    padding: 50px 0;
  }
  .youtubeoc-contents .block01-back::before {
    display: none;
  }
  .youtubeoc-contents .block01-back .sp-img {
    width: 30%;
    margin: auto auto 20px;
  }
  .youtubeoc-contents .block01-back .flex {
    width: 90%;
    margin: auto;
  }
  .youtubeoc-contents .block01-back .flex .box {
    width: calc(50% - 10px - 0.1px);
    margin: 0 5px 10px;
  }
  .youtubeoc-contents .block02-back {
    padding: 50px 0;
  }
  .youtubeoc-contents .block02-back::before {
    display: none;
  }
  .youtubeoc-contents .block02-back .sp-img {
    width: 30%;
    margin: auto auto 20px;
  }
  .youtubeoc-contents .block02-back .flex {
    width: 90%;
    margin: auto;
  }
  .youtubeoc-contents .block02-back .flex .box {
    width: calc(50% - 10px - 0.1px);
    margin: 0 5px 5px;
  }
  .youtubeoc-contents .block03-back {
    padding: 50px 0;
    overflow: hidden;
  }
  .youtubeoc-contents .block03-back::before {
    display: none;
  }
  .youtubeoc-contents .block03-back .sp-img {
    width: 30%;
    margin: auto auto 20px;
  }
  .youtubeoc-contents .block03-back .white {
    padding: 10% 5%;
  }
  .youtubeoc-contents .block03-back .white h3::before {
    display: none;
  }
  .youtubeoc-contents .block03-back .white .flex01::after {
    display: none;
  }
  .youtubeoc-contents .block03-back .white .sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .youtubeoc-contents .block03-back .white .sp-flex .img01 {
    width: 85%;
  }
  .youtubeoc-contents .block03-back .white .sp-flex .img02 {
    width: 60%;
    margin-right: -25%;
    margin-left: -20%;
  }
  .youtubeoc-contents .block03-back .white .sp-flex .img03 {
    width: 60%;
    margin-left: -25%;
    margin-right: -20%;
  }
  .youtubeoc-contents .block03-back .white .sp-flex .img04 {
    width: 85%;
  }
  .youtubeoc-contents .block03-back .white .sp-flex .img05 {
    width: 85%;
  }
  .youtubeoc-contents .block03-back .white .sp-flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .youtubeoc-contents .block03-back .white .flex {
    margin: auto;
  }
  .youtubeoc-contents .block03-back .white .flex .box {
    width: 100%;
    margin: 0 auto 40px;
  }
  .youtubeoc-contents .block03-back .white .flex02::before, .youtubeoc-contents .block03-back .white .flex02::after {
    display: none;
  }
  .youtubeoc-contents .block03-back .white .flex03::before {
    display: none;
  }
  .youtubeoc-contents .block04-back {
    padding: 50px 0;
  }
  .youtubeoc-contents .block04-back::before {
    display: none;
  }
  .youtubeoc-contents .block04-back .sp-img {
    width: 30%;
    margin: auto auto 20px;
  }
  .youtubeoc-contents .block04-back h3 span {
    font-size: 18px;
  }
  .youtubeoc-contents .block04-back .flex {
    width: 90%;
    margin: 40px auto;
  }
  .youtubeoc-contents .block04-back .flex .box {
    width: 100%;
    margin: 10px auto;
    padding: 5%;
  }
  .youtubeoc-contents .block04-back .flex .flex-link .btn_center a {
    font-size: 12px;
  }
  .youtubeoc-contents .block04-back .flex .flex-link .btn_center a::after {
    right: 15px;
  }
  .youtubeoc-contents #link {
    padding-top: 50px;
    margin-top: -50px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* course */
main[class*=-course] .sec__dept {
  padding-bottom: 12rem;
}
main[class*=-course] .sec__dept .contents__block {
  padding-top: 0;
}
main[class*=-course] .sec__dept .dept__list {
  grid-template-columns: 1fr;
  gap: 6rem 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list {
    gap: 5rem 0;
  }
}
main[class*=-course] .sec__dept .dept__list-item {
  -webkit-transform: unset;
          transform: unset;
}
main[class*=-course] .sec__dept .dept__list-item a {
  padding-top: 12rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item a {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  main[class*=-course] .sec__dept .dept__list-item a:hover .btn::before {
    width: 100%;
  }
}
main[class*=-course] .sec__dept .dept__list-item a::before {
  bottom: 6rem;
  right: 0;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item a::before {
    bottom: 5rem;
  }
}
main[class*=-course] .sec__dept .dept__list-item h3 {
  display: grid;
  position: absolute;
  top: 4rem;
  width: auto;
  z-index: 2;
  -webkit-filter: drop-shadow(0 0 2px white);
          filter: drop-shadow(0 0 2px white);
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item h3 {
    top: 4.5rem;
  }
}
main[class*=-course] .sec__dept .dept__list-item h3 .en {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item h3 .en {
    font-size: 1.8rem;
  }
}
main[class*=-course] .sec__dept .dept__list-item h3 .name {
  font-size: 4rem;
  line-height: 1.24;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item h3 .name {
    font-size: 2rem;
  }
}
main[class*=-course] .sec__dept .dept__list-item .img {
  width: 90rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item .img {
    width: 100%;
  }
}
main[class*=-course] .sec__dept .dept__list-item .img img {
  aspect-ratio: 90/38;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item .img img {
    aspect-ratio: 30/20;
  }
}
main[class*=-course] .sec__dept .dept__list-item .bg {
  aspect-ratio: 81/46;
  width: 73.6363636364%;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item .bg {
    width: 100%;
  }
}
main[class*=-course] .sec__dept .dept__list-item .bg.--small {
  aspect-ratio: 55/25;
  width: 50%;
  opacity: 0.15;
}
main[class*=-course] .sec__dept .dept__list-item .copy {
  top: 10rem;
  bottom: unset;
  right: unset;
  left: unset;
  -webkit-transform: unset;
          transform: unset;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item .copy {
    bottom: 6rem;
    top: unset;
  }
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item .copy span {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item .copy span:not(:first-child) {
    margin-top: 0.5em;
  }
}
main[class*=-course] .sec__dept .dept__list-item .btn-wrapper {
  position: absolute;
  bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  main[class*=-course] .sec__dept .dept__list-item .btn-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(odd) .bg {
  left: -7rem;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(odd) .bg.--small {
  right: -7rem;
  bottom: 0;
  left: unset;
  top: unset;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(odd) h3 {
  text-align: left;
  left: 5%;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(odd) .copy {
  left: unset;
  right: 0;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(odd) .btn-wrapper {
  right: 0;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(even) .bg {
  right: -7rem;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(even) .bg.--small {
  left: -7rem;
  bottom: 0;
  top: unset;
  right: unset;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(even) h3 {
  text-align: right;
  right: 5%;
  left: unset;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(even) .img {
  margin-left: auto;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(even) .copy {
  left: 0;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(even) .copy span {
  margin-left: auto;
  margin-right: 0;
}
main[class*=-course] .sec__dept .dept__list-item:nth-child(even) .btn-wrapper {
  left: 0;
}

.course-page .headline h2 span.purple-line,
.course-page .headline h2 span.pink-line,
.course-page .headline h2 span.green-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, var(--bg-color-2)));
  background: -webkit-linear-gradient(transparent 65%, var(--bg-color-2) 35%);
  background: linear-gradient(transparent 65%, var(--bg-color-2) 35%);
}
.course-page .headline .type-03::before, .course-page .headline .type-03::after,
.course-page .headline .type-03 > * {
  background: none;
}

.area_course-job .type-03,
.block_course-curriculum .headline .type-03,
.qualification-block h2.type-03,
.douga-block h2.type-03,
.work-block h2.type-03,
.news-block h2.type-03,
.oc-block h2.type-03,
.heishu-block h2.type-03,
.block_course-other h2.type-03,
.guidance-block h2.type-03 {
  color: var(--dept-color);
}
.area_course-job .type-03::before,
.block_course-curriculum .headline .type-03::before,
.qualification-block h2.type-03::before,
.douga-block h2.type-03::before,
.work-block h2.type-03::before,
.news-block h2.type-03::before,
.oc-block h2.type-03::before,
.heishu-block h2.type-03::before,
.block_course-other h2.type-03::before,
.guidance-block h2.type-03::before {
  border: 1px solid var(--dept-color);
  border-right: unset;
}
.area_course-job .type-03::after,
.block_course-curriculum .headline .type-03::after,
.qualification-block h2.type-03::after,
.douga-block h2.type-03::after,
.work-block h2.type-03::after,
.news-block h2.type-03::after,
.oc-block h2.type-03::after,
.heishu-block h2.type-03::after,
.block_course-other h2.type-03::after,
.guidance-block h2.type-03::after {
  border: 1px solid var(--dept-color);
  border-left: unset;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 背景色・学科色 */
.page-business,
.page-total_fashion {
  --bg-color: #e3e7ff;
  --bg-color-2: #b6bbdb;
  --dept-color: #5876b8;
}
.page-business .bg-dept-00,
.page-total_fashion .bg-dept-00 {
  background-color: #ffffff;
}
.page-business .bg-dept-01,
.page-total_fashion .bg-dept-01 {
  background-color: #d4d6eb;
  color: #5876b8;
}
.page-business .bg-dept-02,
.page-total_fashion .bg-dept-02 {
  background-color: #fbe4ee;
  color: #c24e77;
}
.page-business .block_course-curriculum .table_base td:nth-child(1), .page-business .block_course-curriculum .table_base td:nth-child(2),
.page-total_fashion .block_course-curriculum .table_base td:nth-child(1),
.page-total_fashion .block_course-curriculum .table_base td:nth-child(2) {
  background: var(--bg-color);
}
.page-business .bloke_pickup,
.page-total_fashion .bloke_pickup {
  padding-bottom: 0;
}
.page-business .bloke_pickup a,
.page-total_fashion .bloke_pickup a {
  display: block;
  max-width: 500px;
  margin: auto;
}
.page-business .bloke_course-youtube .btn_list .btn-wrapper.--align-center,
.page-total_fashion .bloke_course-youtube .btn_list .btn-wrapper.--align-center {
  max-width: 330px;
  width: 90%;
}
.page-business .bloke_course-youtube .btn_list .btn-wrapper.--align-center a.type__normal,
.page-total_fashion .bloke_course-youtube .btn_list .btn-wrapper.--align-center a.type__normal {
  width: 100%;
}

.page-total_fashion {
  --bg-color: #e3ffe5;
  --bg-color-2: #b6dbba;
  --dept-color: #007b38;
}
.page-total_fashion .block_course-curriculum .table-tag span {
  color: #ec6c00;
}
.page-total_fashion .block_course-curriculum .table-tag span i {
  background-color: #fce3bc;
}
.page-total_fashion .block_course-curriculum .table-tag span:first-child {
  color: var(--dept-color);
}
.page-total_fashion .block_course-curriculum .table-tag span:first-child i {
  background: #e7f1d0;
}
.page-total_fashion .block_course-curriculum .table-tag span:first-child span {
  color: var(--dept-color);
}
.page-total_fashion .bg-dept-01 {
  background-color: #fce3bc;
  color: #ec6c00;
}
.page-total_fashion .bg-dept-02 {
  background-color: #e7f1d0;
  color: var(--dept-color);
}
.page-total_fashion .block_manabi .manabi-flex .m-desc .m-text {
  color: #ec6c00;
}

.page-hair_artist {
  --bg-color: #f9e6e6;
  --bg-color-2: #f5c4d1;
  --dept-color: #ec6d76;
}

.page-hair_make {
  --bg-color: #fad9cb;
  --bg-color-2: #ffb7b0;
  --dept-color: #e94736;
}

.page-total_beauty {
  --bg-color: #feeed1;
  --bg-color-2: #f3d3a0;
  --dept-color: #f39800;
}

.page-bridal_cordination {
  --bg-color: #e4f3f8;
  --bg-color-2: #b3dee9;
  --dept-color: #68c5d9;
}

.page-fashion {
  --bg-color: #e8f2da;
  --bg-color-2: #cce0b5;
  --dept-color: #91c658;
}

.page-tusin {
  --bg-color: #fadbdb;
  --dept-color: #f15a6d;
}
.page-tusin .list_course-point .course-point-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-tusin .list_course-point .course-point-desc {
  width: 56%;
}
@media only screen and (max-width: 768px) {
  .page-tusin .list_course-point .course-point-desc {
    width: 100%;
  }
}

.page-culinary {
  --bg-color: #f0e6da;
  --bg-color-2: rgba(159, 96, 39, 0.6);
  --dept-color: #b28146;
}

.page-food {
  --bg-color: #e7f0da;
  --bg-color-2: #d0eeb5;
  --dept-color: #71bb48;
  --dept-color-2: #21701a;
}

.page-patissier {
  --bg-color: #fadde1;
  --bg-color-2: rgba(243, 165, 157, 0.6);
  --dept-color: #e8546b;
}

.page-boulanger {
  --bg-color: #fbe4cc;
  --bg-color-2: rgba(238, 120, 0, 0.6);
  --dept-color: #ed7700;
}

.page-cooks {
  --bg-color: #f4ccce;
  --bg-color-2: rgba(198, 0, 11, 0.6);
  --dept-color: #c6000b;
}

.page-confectionery {
  --bg-color: #d6e7f4;
  --bg-color-2: rgba(51, 134, 200, 0.6);
  --dept-color: #3386c8;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フード シェフページ */
.page-food .spot_course-info .course-info-text span {
  background: var(--dept-color-2);
}
.page-food .list_course-point .course-point-box:nth-child(2) .course-point-desc.nopc {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .page-food .list_course-point .course-point-box:nth-child(2) .course-point-desc.nopc {
    display: block !important;
  }
}
.page-food .list_course-point .course-point-box:nth-child(2) .course-point-box-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .page-food .list_course-point .course-point-box:nth-child(2) .course-point-box-sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-food .list_course-point .course-point-box .course-point-text span {
  color: var(--dept-color);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page-food .list_course-point .course-point-box .course-point-text span {
    padding: 0.25em 0.5em;
    background: transparent; /*背景透明に*/
    border-left: solid 7px var(--dept-color);
    display: inline-block;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 学科一覧ページ */
main.page-course[class*=-course] {
  background: var(--beauty-dept-fashion-gradation-3);
}
main.page-course[class*=-course] .course-wrapper {
  background-image: url(../images/home/beauty/bg_dept.svg), url(../images/home/beauty/bg_dept_pink.svg);
  background-size: 100% auto, 100% auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}
main.page-course[class*=-course] .block_course-top::before {
  background-color: transparent;
}
main.page-course[class*=-course] .course-top-text {
  position: relative;
  z-index: 1;
}
main.page-course[class*=-course] .sec__dept .contents__inner {
  margin-top: 12rem;
  padding-top: 0;
  padding-bottom: 6rem;
  background-image: none;
  background-image: url(../images/course/top/corse-top-bg.png);
  background-size: 94% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  main.page-course[class*=-course] .sec__dept .contents__inner {
    margin-top: 4rem;
    padding-bottom: 3rem;
    background-image: none;
  }
}
main.page-course[class*=-course] .sec__dept .dept__list {
  gap: 8rem 0;
}
@media only screen and (max-width: 768px) {
  main.page-course[class*=-course] .sec__dept .dept__list {
    gap: 5rem 0;
  }
}
main.page-course[class*=-course] .sec__dept .dept__list-item a {
  padding-block: 0;
}
main.page-course[class*=-course] .sec__dept .dept__list-item h3 {
  position: static;
  text-align: center;
}
main.page-course[class*=-course] .sec__dept .dept__list-item h3 .en {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  main.page-course[class*=-course] .sec__dept .dept__list-item h3 .en {
    font-size: 2rem;
  }
}
main.page-course[class*=-course] .sec__dept .dept__list-item h3 .name {
  font-size: 4.6rem;
  font-family: "Zen Maru Gothic", serif;
}
@media only screen and (max-width: 768px) {
  main.page-course[class*=-course] .sec__dept .dept__list-item h3 .name {
    font-size: 2.5rem;
  }
}
main.page-course[class*=-course] .sec__dept .dept__list-item .wrap {
  position: relative;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  main.page-course[class*=-course] .sec__dept .dept__list-item .wrap {
    width: 100%;
  }
}
main.page-course[class*=-course] .sec__dept .dept__list-item .wrap .img {
  width: 100%;
  margin: auto;
}
main.page-course[class*=-course] .sec__dept .dept__list-item .wrap .icon {
  right: 1rem;
  top: 1rem;
  width: 15.6rem;
}
@media only screen and (max-width: 768px) {
  main.page-course[class*=-course] .sec__dept .dept__list-item .wrap .icon {
    width: 24%;
    right: 0.5rem;
    top: unset;
    bottom: 0.5rem;
  }
}
main.page-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper {
  position: static;
}
main.page-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper a.type__normal,
main.page-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper span.type__normal {
  margin: 30px auto 0;
  background-color: var(--dept-color);
}
main.page-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper a.type__normal::before,
main.page-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper span.type__normal::before {
  background-color: var(--bg-color) !important;
}
@media (hover: hover) and (pointer: fine) {
  main.page-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper a.type__normal:hover .label,
  main.page-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper span.type__normal:hover .label {
    color: #000;
  }
}
main.page-course[class*=-course] .sec__dept .dept__list-item .copy {
  top: unset;
  bottom: 0;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--business {
  --bg-color: #e3e7ff;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--business .btn-wrapper a.type__normal::before,
main.page-course[class*=-course] .sec__dept .dept__list-item.--business .btn-wrapper span.type__normal::before {
  background-color: #e3e7ff !important;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--totalfashion {
  --bg-color: #e3ffe5;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--totalfashion .btn-wrapper a.type__normal::before,
main.page-course[class*=-course] .sec__dept .dept__list-item.--totalfashion .btn-wrapper span.type__normal::before {
  background-color: #e3ffe5 !important;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--hairartist {
  --bg-color: #f9e6e6;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--hairartist .btn-wrapper a.type__normal::before,
main.page-course[class*=-course] .sec__dept .dept__list-item.--hairartist .btn-wrapper span.type__normal::before {
  background-color: #f9e6e6 !important;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--hairmake {
  --bg-color: #fad9cb;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--hairmake .btn-wrapper a.type__normal::before,
main.page-course[class*=-course] .sec__dept .dept__list-item.--hairmake .btn-wrapper span.type__normal::before {
  background-color: #fad9cb !important;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--totalbeauty {
  --bg-color: #feeed1;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--totalbeauty .btn-wrapper a.type__normal::before,
main.page-course[class*=-course] .sec__dept .dept__list-item.--totalbeauty .btn-wrapper span.type__normal::before {
  background-color: #feeed1 !important;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--wedding {
  --bg-color: #e4f3f8;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--wedding .btn-wrapper a.type__normal::before,
main.page-course[class*=-course] .sec__dept .dept__list-item.--wedding .btn-wrapper span.type__normal::before {
  background-color: #e4f3f8 !important;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--fashion {
  --bg-color: #e8f2da;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--fashion .btn-wrapper a.type__normal::before,
main.page-course[class*=-course] .sec__dept .dept__list-item.--fashion .btn-wrapper span.type__normal::before {
  background-color: #e8f2da !important;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--tusin {
  --bg-color: #fadbdb;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--tusin .btn-wrapper a.type__normal::before,
main.page-course[class*=-course] .sec__dept .dept__list-item.--tusin .btn-wrapper span.type__normal::before {
  background-color: #fadbdb !important;
}
main.page-course[class*=-course] .sec__dept .dept__list-item.--totalfashion .icon {
  display: block;
  left: 1rem;
  right: unset;
}
@media only screen and (max-width: 768px) {
  main.page-course[class*=-course] .sec__dept .dept__list-item.--totalfashion .icon {
    left: 0.5rem;
    top: unset;
    bottom: 0.5rem;
  }
}
main.page-course[class*=-course] .sec__dept .dept__list-item:nth-child(odd) .copy {
  left: 0;
  right: unset;
}
main.page-course[class*=-course] .sec__dept .dept__list-item:nth-child(even) .copy {
  left: unset;
  right: 0;
}
main.page-course[class*=-course] .sec__dept .dept__list-item:nth-child(3) .copy span, main.page-course[class*=-course] .sec__dept .dept__list-item:nth-child(7) .copy span {
  margin-left: 0;
}
main.page-course[class*=-course] .sec__dept .dept__list-item:nth-child(8) .copy {
  right: unset;
  left: 0;
}
main.page-course[class*=-course] .sec__dept .dept__list-item:nth-child(8) .copy span {
  margin-left: 0;
}
main.page-course[class*=-course] .circle {
  width: 38%;
  max-width: 257px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  main.page-course[class*=-course] .circle {
    max-width: 140px;
    margin: 0 auto 15px;
  }
}
main.page-course[class*=-course] .circle a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main.page-course[class*=-course] .circle a:hover {
  opacity: 0.8;
}
main.page-course[class*=-course] .circle + .btn-wrapper .btn {
  background-color: var(--beauty-main-color) !important;
}
main.page-course[class*=-course] .circle + .btn-wrapper .btn:hover {
  opacity: 0.8;
}
main.page-course[class*=-course] .circle + .btn-wrapper .btn::before {
  background-color: var(--beauty-accent-color-2) !important;
}
main.page-course[class*=-course] .circle + .btn-wrapper.--food .btn {
  background-color: var(--food-main-color) !important;
}
main.page-course[class*=-course] .circle + .btn-wrapper.--food .btn::before {
  background-color: var(--food-accent-color-1) !important;
}

main.page-food-course[class*=-course] {
  background: var(--food-dept-gradation);
}
main.page-food-course[class*=-course] .course-wrapper {
  background-image: url(../images/home/food/bg_dept.svg), url(../images/home/food/bg_dept_green.svg);
  background-size: 100% auto, 100% auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}
main.page-food-course[class*=-course] .block_course-top::before {
  background-color: transparent;
}
main.page-food-course[class*=-course] .course-top-text {
  position: relative;
  z-index: 1;
}
main.page-food-course[class*=-course] .sec__dept .contents__inner {
  margin-top: 12rem;
  padding-top: 0;
  padding-bottom: 6rem;
  background-image: none;
  background-image: url(../images/course/top/corse-top-bg-food.png);
  background-size: 94% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  main.page-food-course[class*=-course] .sec__dept .contents__inner {
    margin-top: 4rem;
    padding-bottom: 3rem;
    background-image: none;
  }
}
main.page-food-course[class*=-course] .sec__dept .dept__list {
  gap: 8rem 0;
}
@media only screen and (max-width: 768px) {
  main.page-food-course[class*=-course] .sec__dept .dept__list {
    gap: 5rem 0;
  }
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item a {
  padding-block: 0;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item h3 {
  position: static;
  text-align: center;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item h3 .en {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  main.page-food-course[class*=-course] .sec__dept .dept__list-item h3 .en {
    font-size: 2rem;
  }
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item h3 .name {
  font-size: 4.6rem;
  font-family: "Zen Maru Gothic", serif;
}
@media only screen and (max-width: 768px) {
  main.page-food-course[class*=-course] .sec__dept .dept__list-item h3 .name {
    font-size: 2.5rem;
  }
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item .wrap {
  position: relative;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  main.page-food-course[class*=-course] .sec__dept .dept__list-item .wrap {
    width: 100%;
  }
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item .wrap .img {
  width: 100%;
  margin: auto;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item .wrap .icon {
  display: block;
  right: 1rem;
  top: 1rem;
  width: 15.6rem;
}
@media only screen and (max-width: 768px) {
  main.page-food-course[class*=-course] .sec__dept .dept__list-item .wrap .icon {
    width: 24%;
    right: 0.5rem;
    top: unset;
    bottom: 0.5rem;
  }
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper {
  position: static;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper a.type__normal,
main.page-food-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper span.type__normal {
  margin: 30px auto 0;
  background-color: var(--dept-color);
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper a.type__normal::before,
main.page-food-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper span.type__normal::before {
  background-color: var(--bg-color) !important;
}
@media (hover: hover) and (pointer: fine) {
  main.page-food-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper a.type__normal:hover .label,
  main.page-food-course[class*=-course] .sec__dept .dept__list-item .btn-wrapper span.type__normal:hover .label {
    color: #000;
  }
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item .copy {
  top: unset;
  bottom: 0;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--culinary {
  --bg-color: #f0e6da;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--culinary .btn-wrapper a.type__normal::before,
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--culinary .btn-wrapper span.type__normal::before {
  background-color: #f0e6da !important;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--chef {
  --bg-color: #e7f0da;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--chef .btn-wrapper a.type__normal::before,
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--chef .btn-wrapper span.type__normal::before {
  background-color: #e7f0da !important;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--patissier {
  --bg-color: #fadde1;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--patissier .btn-wrapper a.type__normal::before,
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--patissier .btn-wrapper span.type__normal::before {
  background-color: #fadde1 !important;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--breadcafe {
  --bg-color: #fbe4cc;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--breadcafe .btn-wrapper a.type__normal::before,
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--breadcafe .btn-wrapper span.type__normal::before {
  background-color: #fbe4cc !important;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--cooks {
  --bg-color: #f4ccce;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--cooks .btn-wrapper a.type__normal::before,
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--cooks .btn-wrapper span.type__normal::before {
  background-color: #f4ccce !important;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--confectionery {
  --bg-color: #d6e7f4;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--confectionery .btn-wrapper a.type__normal::before,
main.page-food-course[class*=-course] .sec__dept .dept__list-item.--confectionery .btn-wrapper span.type__normal::before {
  background-color: #d6e7f4 !important;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item:nth-child(odd) .copy {
  left: 0;
  right: unset;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item:nth-child(even) .copy {
  left: unset;
  right: 0;
}
main.page-food-course[class*=-course] .sec__dept .dept__list-item:nth-child(3) .copy span {
  margin-left: 0;
}
main.page-food-course[class*=-course] .circle {
  width: 38%;
  max-width: 257px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  main.page-food-course[class*=-course] .circle {
    max-width: 140px;
    margin: 0 auto 15px;
  }
}
main.page-food-course[class*=-course] .circle a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main.page-food-course[class*=-course] .circle a:hover {
  opacity: 0.8;
}
main.page-food-course[class*=-course] .circle + .btn-wrapper .btn {
  background-color: var(--food-main-color) !important;
}
main.page-food-course[class*=-course] .circle + .btn-wrapper .btn:hover {
  opacity: 0.8;
}
main.page-food-course[class*=-course] .circle + .btn-wrapper .btn::before {
  background-color: var(--food-accent-color-1) !important;
}
main.page-food-course[class*=-course] .circle + .btn-wrapper.--beauty .btn {
  background-color: var(--beauty-main-color) !important;
}
main.page-food-course[class*=-course] .circle + .btn-wrapper.--beauty .btn::before {
  background-color: var(--beauty-accent-color-2) !important;
}

.area_course-hero .course-info-text--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .area_course-hero .course-info-text--sp {
    display: grid;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 2;
    margin-top: 0;
    gap: 0.5rem;
    justify-items: start;
  }
}
.area_course-hero .course-info-text--sp span {
  background: var(--dept-color);
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 0 0.5rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 学科詳細 */
.block_course-top {
  position: relative;
  overflow: hidden;
}
.block_course-top::before {
  content: "";
  position: absolute;
  background-color: var(--bg-color);
  height: 100%;
  width: 100%;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .block_course-top::before {
    height: 100%;
  }
}

.spot_course-info {
  position: absolute;
  z-index: 2;
  left: 13rem;
  right: 13rem;
  padding: 6rem 8rem;
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .spot_course-info {
    left: 0;
    right: 0;
    padding: 1.6rem 1.4rem;
  }
}
.spot_course-info .course-title {
  font-family: var(--ffGabarito);
  font-size: 4rem;
  line-height: 1.3;
  color: #fff;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(51, 51, 51, 0.8));
          filter: drop-shadow(2px 2px 2px rgba(51, 51, 51, 0.8));
}
@media only screen and (max-width: 768px) {
  .spot_course-info .course-title {
    font-size: 1.7rem;
  }
}
.spot_course-info .course-title-jp {
  font-size: 4.4rem;
  line-height: 1.3;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.8));
}
@media only screen and (max-width: 768px) {
  .spot_course-info .course-title-jp {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.spot_course-info .course-info-teiin {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .spot_course-info .course-info-teiin {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.8));
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.spot_course-info .course-info-text {
  display: grid;
  gap: 1rem;
  justify-items: start;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .spot_course-info .course-info-text {
    display: none;
    gap: 0.5rem;
  }
}
.spot_course-info .course-info-text span {
  background: var(--dept-color);
  color: #fff;
  display: block;
  font-size: 2rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .spot_course-info .course-info-text span {
    font-size: 1.1rem;
    padding: 0 0.5rem;
  }
}

.ancur-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .ancur-menu {
    gap: 1.5rem;
  }
}
.ancur-menu .ancur-list {
  width: 18.6%;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .ancur-menu .ancur-list {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc(50% - 1rem);
  }
}
.ancur-menu .ancur-list a.btn.type__normal {
  width: 100%;
  max-width: 192px;
  min-width: auto;
  border: 1px solid #000;
  color: #fff;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 0.5rem 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .ancur-menu .ancur-list a.btn.type__normal {
    max-width: 100%;
    font-size: 1.2rem;
  }
}
.ancur-menu .ancur-list a.btn.type__normal::after {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg) translate(0, 50%);
          transform: rotate(135deg) translate(0, 50%);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.area_course-menu {
  color: #fff;
  padding: 3rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .area_course-menu {
    padding: 2rem 0;
  }
}
.area_course-menu::before {
  background-color: var(--bg-color-2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area_course-menu .course-info-text {
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .area_course-menu .course-info-text {
    font-size: 1.4em;
  }
}
.area_course-menu.back01 {
  background: unset;
}

.area_course-hero {
  position: relative;
  z-index: 1;
  margin: auto;
}
.area_course-hero img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.area_course-hero img:nth-child(2) {
  max-width: 39.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .area_course-hero img:nth-child(2) {
    max-width: 13rem;
    width: 32%;
  }
}
.area_course-hero img:nth-child(3) {
  max-width: 30rem;
  position: absolute;
  bottom: 5rem;
  left: 27.7777777778%;
}
@media only screen and (max-width: 768px) {
  .area_course-hero img:nth-child(3) {
    max-width: 10rem;
    width: 24%;
    left: 16%;
    bottom: 12rem;
  }
}
.area_course-hero .img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.area_course-hero .img img:nth-child(2) {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
  position: static;
}
.area_course-hero .icon {
  position: absolute;
  width: 15rem;
  aspect-ratio: 1/1;
  border: none;
  bottom: 5rem;
  right: 10rem;
}
@media only screen and (max-width: 768px) {
  .area_course-hero .icon {
    width: 6rem;
    top: 7rem;
    bottom: unset;
    right: 0.6rem;
  }
}
.area_course-hero .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.oc-banner {
  width: 67%;
  max-width: 400px;
  position: absolute;
  z-index: 3;
  right: 10%;
  bottom: 2%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .oc-banner {
    right: 3%;
    bottom: 10%;
  }
}
.oc-banner.is-visible {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
.oc-banner.is-near-footer {
  opacity: 0;
  visibility: hidden;
}
.oc-banner.is-dismissed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.oc-banner__close {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #e8e8e8;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media only screen and (max-width: 768px) {
  .oc-banner__close {
    top: -6px;
    right: -6px;
    width: 24px;
    height: 24px;
  }
}
.oc-banner__close:hover {
  background: #fff;
}
.oc-banner__close img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.oc-banner a {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.oc-banner a:hover img {
  opacity: 0.8;
}

.bloke_course-youtube .area_movie {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 80%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .bloke_course-youtube .area_movie {
    max-width: 100%;
  }
}
.bloke_course-youtube .area_movie.vertical {
  margin: auto;
  width: 100%;
  aspect-ratio: auto;
}
.bloke_course-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.area_course-job {
  background: var(--bg-color);
}
.area_course-job .headline {
  padding-bottom: 2rem;
}
.area_course-job .type-03 {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 768px) {
  .area_course-job .type-03 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.dl_course-info {
  display: grid;
  grid-template-columns: 1fr 27rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .dl_course-info {
    grid-template-columns: 1fr;
  }
}
.dl_course-info + * {
  margin-top: 4rem;
}
.dl_course-info .btn {
  white-space: nowrap;
  padding-inline: 2em;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .dl_course-info .btn {
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .dl_course-info .job-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
  }
}
.dl_course-info .job-list + * {
  margin-top: 1rem;
}
.dl_course-info ul + * {
  margin-top: 1rem;
}
.dl_course-info ul li {
  display: inline-block;
}
.dl_course-info ul li:after {
  content: "／";
}
.dl_course-info ul li:last-child:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .dl_course-info ul li {
    display: list-item;
  }
  .dl_course-info ul li:after {
    display: none;
  }
}
.block_course-point {
  position: relative;
}
.block_course-point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.block_course-point .headline {
  padding-bottom: 0;
}
.block_course-point .headline h2 {
  font-size: 3.3rem;
}
@media only screen and (max-width: 768px) {
  .block_course-point .headline h2 {
    font-size: 1.8rem;
  }
}
.block_course-point h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: var(--dept-color);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .block_course-point h3 {
    font-size: 1.6rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index:併修先大学 */
.partner_uni {
  width: 54%;
  max-width: 614px;
  margin: 9em auto 16rem;
}
@media only screen and (max-width: 768px) {
  .partner_uni {
    width: 90%;
    margin: 3em auto 6rem;
  }
}
.partner_uni .img {
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ポイント */
.list_course-point {
  max-width: 1060px;
  width: 93%;
  display: grid;
  gap: 8rem;
  margin: 6rem auto;
}
@media only screen and (max-width: 768px) {
  .list_course-point {
    width: 100%;
    margin: 3rem 0;
    gap: 5rem 0;
  }
}
.list_course-point .course-point-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.list_course-point .course-point-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list_course-point .course-point-box.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-box.center {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.list_course-point .course-point-box.center .course-point-desc {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-box.center .course-point-desc {
    width: 100%;
  }
}
.list_course-point .course-point-img {
  min-width: 56rem;
  width: 53%;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-img {
    min-width: unset;
    width: 100%;
  }
}
.list_course-point .course-point-desc {
  min-width: 46rem;
  width: 43%;
  height: 100%;
  padding: 1.6em;
  display: grid;
  gap: 2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-desc {
    gap: 1rem;
    min-width: unset;
    padding: 1em;
    width: 100%;
  }
}
.list_course-point .course-point-desc::before {
  background: var(--bg-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-desc::before {
    width: 100%;
    border-radius: 30px;
  }
}
.list_course-point .course-point-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #000;
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-title {
    gap: 1rem;
  }
}
.list_course-point .course-point-title .num {
  font-family: var(--ffGabarito);
  font-size: 7rem;
  text-transform: uppercase;
  color: var(--dept-color);
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-title .num {
    font-size: 5rem;
  }
}
.list_course-point .course-point-title .num span {
  font-size: 0.8em;
}
.list_course-point .course-point-title .label {
  color: var(--dept-color);
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .list_course-point .course-point-title .label {
    font-size: 1.6rem;
  }
}
.list_course-point .course-point-text {
  font-size: 1.6rem;
}
.list_course-point .btn_list {
  margin-top: 0;
}

.all-genres_title {
  font-size: 1.8em;
  text-align: center;
  color: var(--dept-color);
}
@media only screen and (max-width: 768px) {
  .all-genres_title {
    font-size: 1.4em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: カリキュラム */
.curriculum-table {
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-spacing: 1rem;
  border-collapse: separate;
  border-radius: 2px;
  min-width: 600px;
}
.curriculum-table th,
.curriculum-table td {
  border: none;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  position: relative;
}
.curriculum-table th:after,
.curriculum-table td:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(95%);
          transform: translateX(95%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: auto;
  width: 1.4rem;
  height: 2.4rem;
  height: 100%;
  background: inherit;
  z-index: 9;
}
.curriculum-table th {
  background: #666;
  color: #fff;
}
.curriculum-table th:first-child:after {
  display: none;
}
.curriculum-table th:nth-child(2) {
  background: #898989;
}
.curriculum-table th:nth-child(3) {
  background: #333;
}
.curriculum-table th:nth-child(4) {
  background: #111;
}
.curriculum-table th:last-child {
  background: #666;
}
.curriculum-table th:last-child:after {
  display: none;
}
.curriculum-table td {
  background: #81a9d9;
  color: #fff;
}
.curriculum-table td.cooks {
  background: #d7633f;
}
.curriculum-table td.boulanger {
  background: #f4a351;
}
.curriculum-table td.patissier {
  background: #f08e94;
}
.curriculum-table td.food {
  background: #6a9751;
}
.curriculum-table td span {
  display: inline-block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 0.2em 1em;
  border-radius: 4px;
}

.curriculum-grid {
  display: grid;
  gap: 4rem;
}

.block_manabi .headline {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .block_manabi .headline {
    margin-bottom: 3rem;
  }
}
.block_manabi .all-genres_title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .block_manabi .all-genres_title {
    margin-bottom: 2rem;
  }
}
.block_manabi .m-img {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .block_manabi .m-img {
    margin-bottom: 4rem;
  }
}
.block_manabi .m-img img {
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .block_manabi .m-img img {
    border-radius: 30px;
  }
}
.block_manabi .curriculum-grid {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .block_manabi .curriculum-grid {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .block_manabi .curriculum-grid .flex-list {
    display: block;
  }
}
.block_manabi .curriculum-grid .flex-list li {
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .block_manabi .curriculum-grid .flex-list li {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .block_manabi .curriculum-grid .flex-list li:last-child {
    margin-bottom: 0;
  }
}
.block_manabi .curriculum-grid .flex-list li img {
  border-radius: 30px;
}
.block_manabi .manabi-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7rem auto 9rem;
}
@media only screen and (max-width: 768px) {
  .block_manabi .manabi-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin: 3rem auto 6rem;
  }
}
.block_manabi .manabi-flex .m-box {
  width: 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .block_manabi .manabi-flex .m-box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.block_manabi .manabi-flex .m-box:last-child {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .block_manabi .manabi-flex .m-box:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.block_manabi .manabi-flex .m-box .img {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.block_manabi .manabi-flex .m-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .block_manabi .manabi-flex .m-box .img img {
    border-radius: 20px;
  }
}
.block_manabi .manabi-flex .m-title {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  color: var(--dept-color);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .block_manabi .manabi-flex .m-title {
    font-size: 1.4em;
  }
}
.block_manabi .manabi-flex .m-desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 2rem;
  border-radius: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .block_manabi .manabi-flex .m-desc {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    border-radius: 20px;
  }
}
.block_manabi .manabi-flex .m-desc .m-text {
  width: 90%;
  font-size: 1.4em;
  line-height: 1.5;
  color: #c14d76;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .block_manabi .manabi-flex .m-desc .m-text {
    font-size: 1.2em;
    position: static;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.block_manabi .m-img {
  width: 100%;
}

.block_course-curriculum {
  background: var(--bg-color);
}
.block_course-curriculum .headline {
  padding: 0;
}
.block_course-curriculum .headline h2 {
  font-size: 3.3rem;
}
.block_course-curriculum .headline .type-03 {
  margin-bottom: 4rem;
}
.block_course-curriculum .table-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.block_course-curriculum .table-tag span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--dept-color);
  font-weight: 700;
}
.block_course-curriculum .table-tag span span {
  color: #000;
}
.block_course-curriculum .table-tag span i {
  width: 1.5em;
  height: 1em;
  border-radius: 2px;
  display: block;
  background: #d4d6eb;
}
.block_course-curriculum .table-tag span:first-child i {
  background: #fbe4ee;
}
.block_course-curriculum .table-tag span:first-child {
  color: #c24e77;
}
.block_course-curriculum .js-scrollable + p {
  line-height: normal;
}
.block_course-curriculum .table_base {
  text-align: center;
  background: #fff;
  min-width: 500px;
}
.block_course-curriculum .table_base th {
  background: var(--dept-color);
  width: 17%;
  color: #fff;
  text-align: center;
  border: 1px solid var(--bg-color);
}
.block_course-curriculum .table_base td {
  text-align: center;
  font-weight: 700;
  border: 1px solid var(--dept-color);
}
@media only screen and (max-width: 768px) {
  .block_course-curriculum .table_base td {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
.block_course-curriculum .table_base td:nth-child(1), .block_course-curriculum .table_base td:nth-child(2) {
  background: var(--bg-color-2);
}
.block_course-curriculum .table_base .back td {
  background: var(--bg-color);
}

.curriculum-name {
  color: var(--dept-color);
  font-size: 2rem;
}
.curriculum-name small {
  font-size: 0.8em;
}

.curriculum-qualification {
  color: var(--dept-color);
}

.caption {
  font-size: 0.8em;
}

.list_curriculum .curriculum-img {
  text-align: center;
}
.list_curriculum .curriculum-img img {
  width: 100%;
}
.list_curriculum.flex-list {
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .list_curriculum.flex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: auto;
    gap: 2rem;
  }
}
.list_curriculum.flex-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list_curriculum li {
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .list_curriculum li {
    margin: 0;
  }
}
.list_curriculum .area_text {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .list_curriculum .area_text {
    padding: 1.5rem;
  }
}

.list_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_select > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .list_select > li {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
  }
}
.list_select .area_text {
  padding: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .list_select .area_text {
    padding: 1.5rem;
    text-align: left;
  }
}
.list_select .area_curriculum-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .list_select .flex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.curriculum-course-title {
  display: grid;
  grid-template-columns: 34rem auto;
  gap: 2rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 768px) {
  .curriculum-course-title {
    max-width: 600px;
    margin-bottom: 2rem;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.curriculum-course-title h4 {
  background: var(--dept-color);
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .curriculum-course-title h4 {
    font-size: 1.6rem;
  }
}
.curriculum-course-title p {
  color: var(--dept-color);
  border: 1px solid var(--dept-color);
  border-width: 3px 0;
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .curriculum-course-title p {
    border-top: 0;
  }
}

.achievements-block .achievements-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.achievements-block .box {
  width: calc((100% - 4rem) / 3);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  background-color: var(--bg-color);
}
@media only screen and (max-width: 768px) {
  .achievements-block .box {
    width: 100%;
  }
}
.achievements-block .box .title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  color: var(--dept-color);
}
.achievements-block .box .title span {
  font-size: 1.8em;
  font-weight: 500;
}
.achievements-block .box .title .en {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}
.achievements-block .box .sub {
  font-size: 0.8em;
  color: #adadad;
}

.qualification-block .qualification-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.qualification-block .qualification {
  width: calc((100% - 4rem) / 3);
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bg-color);
}
@media only screen and (max-width: 768px) {
  .qualification-block .qualification {
    width: 100%;
  }
}
.qualification-block .qualification .text01 {
  color: #000;
}
.qualification-block .qualification .text02 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  color: var(--dept-color);
}
.qualification-block .qualification .text02 span {
  font-size: 1.4em;
}
.qualification-block .qualification .text02 .en {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}
.qualification-block .qualification .text03 {
  font-size: 0.8em;
  color: #adadad;
}

.course-point-list .title {
  color: var(--dept-color);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: この学科の動画 */
.douga-block {
  padding-top: 6rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 学生作品 */
.work-block {
  padding-top: 6rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お知らせ */
.news-block {
  padding-top: 6rem;
}
.news-block .box {
  padding: 0 1rem;
}
.news-block .post__list-item a {
  border: 1px solid #000;
  padding: 1.5rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .news-block .post__list-item a {
    padding: 1rem;
  }
}
.news-block .post__list-item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-block .thumbnail-img {
  overflow: hidden;
}
.news-block img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-block .default {
  background: #eee;
}
.news-block .default img {
  padding: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-block .title {
  font-weight: 600;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: オープンキャンパス */
.oc-block {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.oc-block .box {
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .oc-block .box {
    padding: 0 1rem;
  }
}
.oc-block .box a {
  color: var(--font-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oc-block .box a:hover {
  color: var(--dept-color);
}
.oc-block .txt {
  margin-top: 1rem;
  display: block;
}
.oc-block .day {
  font-size: 5rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .oc-block .day {
    font-size: 2.4rem;
  }
}
.oc-block .week {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .oc-block .week {
    font-size: 1.4rem;
  }
}
.oc-block .time {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .oc-block .time {
    font-size: 1.4rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 大学併修制度特設ページはこちら */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: インタビュー */
.block_course-interview {
  background: var(--bg-color);
}
.block_course-interview h4 {
  color: var(--dept-color);
}
.block_course-interview .btn-wrapper {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .block_course-interview .btn-wrapper {
    margin-top: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
}

.interview-list {
  display: grid;
  gap: 6rem;
}

.area_interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .area_interview {
    display: block;
  }
}
.area_interview .white-base {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .area_interview .white-base {
    width: 100%;
  }
}

.interview-image {
  width: 65%;
  aspect-ratio: 128/72;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.interview-image:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .interview-image {
    width: 100%;
  }
}
.interview-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.interview-image img.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.interview-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.interview-image .play-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 68px;
  height: 48px;
  z-index: 2;
}
.interview-image .play-icon svg {
  fill: #fff;
}

.spot_text {
  width: 35%;
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  .spot_text {
    width: 100%;
    text-align: center;
    padding: 1.5rem;
  }
}
.page-movie .spot_text {
  background: #fff;
}

.interview-job {
  border-bottom: 1px solid #000;
  color: var(--dept-color);
  font-size: 2.1rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .interview-job {
    font-size: 1.4rem;
  }
}
.interview-job span {
  font-size: 0.8em;
  font-weight: 500;
  display: inline-block;
}

.interview-name {
  font-size: 2.7rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .interview-name {
    font-size: 2rem;
    display: inline-block;
  }
}
.page-movie .interview-name small {
  display: inline-block;
  font-size: 0.7em;
}

@media only screen and (max-width: 768px) {
  .interview-year {
    display: inline-block;
  }
}

.interview-comment {
  background: #fff;
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  .interview-comment {
    padding: 0 1.5rem 1.5rem;
  }
}

.interview-qa-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .interview-qa-box {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.dl_interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.dl_interview dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .dl_interview dt {
    font-size: 1.6rem;
  }
}
.dl_interview dt .text-q {
  color: var(--base-color);
  font-weight: bold;
  font-size: 3rem;
  display: block;
  line-height: 1;
  font-family: "Century Gothic";
  font-style: italic;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .dl_interview dt .text-q {
    font-size: 2.4rem;
  }
}
.dl_interview dd {
  background: #fff;
  padding: 3rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .dl_interview dd {
    padding: 1.5rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 他の学科も見る */
.block_course-other {
  padding: 60px 0;
}

.other-link .other-link-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .other-link .other-link-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.business .other-link .link-list.--business {
  display: none;
}
.total_fashion .other-link .link-list.--totalfashion {
  display: none;
}
.hair_artist .other-link .link-list.--hairartist {
  display: none;
}
.hair_make .other-link .link-list.--hairmake {
  display: none;
}
.total_beauty .other-link .link-list.--totalbeauty {
  display: none;
}
.bridal_cordination .other-link .link-list.--wedding {
  display: none;
}
.fashion .other-link .link-list.--fashion {
  display: none;
}
.culinary .other-link .link-list.--culinary {
  display: none;
}
.food .other-link .link-list.--chef {
  display: none;
}
.patissier .other-link .link-list.--patissier {
  display: none;
}
.boulanger .other-link .link-list.--breadcafe {
  display: none;
}
.cooks .other-link .link-list.--cooks {
  display: none;
}
.confectionery .other-link .link-list.--confectionery {
  display: none;
}
.other-link a {
  display: block;
  background-color: var(--dept-color);
  position: relative;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .other-link a {
    padding: 1rem;
  }
}
.other-link a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.other-link .img {
  overflow: hidden;
}
.other-link .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.other-link .en {
  color: var(--dept-color);
  font-size: 2.6rem;
  text-align: right;
  display: block;
  line-height: 1;
  position: absolute;
  top: 1.6rem;
  right: 2.2rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .other-link .en {
    top: 0.8rem;
    right: 1rem;
    font-size: 1.5rem;
  }
}
.other-link .name {
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  padding: 0.5em;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .other-link .name {
    font-size: 1rem;
    left: 0.5rem;
    bottom: 0.5rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 対象者別案内 */
.guidance-block {
  padding-bottom: 6rem;
}
.guidance-block .box {
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .guidance-block .box {
    padding: 0 1rem;
  }
}
.guidance-block a {
  color: var(--font-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guidance-block a:hover {
  color: var(--dept-color);
}
.guidance-block a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.guidance-block .img {
  overflow: hidden;
}
.guidance-block .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guidance-block .title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .guidance-block .title {
    font-size: 1.6rem;
  }
}
.guidance-block .sub {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .guidance-block .sub {
    font-size: 1.2rem;
  }
}

.food-home .guidance-block a {
  color: var(--font-color);
}
.food-home .guidance-block a:hover {
  color: var(--dept-color);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘアメイク学科 */
@media only screen and (max-width: 768px) {
  .page-hair_make .spot_course-info .course-info-text {
    margin-top: 5rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ビューティ_7つのポイント_03 フード_8つのポイント_05 */
.qualification h2 {
  margin-bottom: 3rem;
}
.qualification .sup {
  font-weight: bold;
  text-align: right;
}
.qualification .kv {
  width: 100%;
  margin: auto;
}
.qualification .kv img {
  width: 100%;
}
.qualification .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .qualification .flex-box {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .qualification .list {
    overflow-x: scroll;
    position: relative;
  }
  .qualification .list:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "スクロール →";
  }
  .qualification .list table {
    min-width: 630px;
    width: 100%;
    margin-top: 2rem;
  }
}
.qualification .list .bg-odd {
  background-color: #a2d7d4;
}
.foodver .qualification .list .bg-odd {
  background-color: #e0f1f0;
}
.qualification .list .bg-even {
  background-color: rgba(162, 215, 212, 0.6);
}
.foodver .qualification .list .bg-even {
  background-color: #fff;
}
.qualification .list table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border-color: #ddd;
}
.qualification .list th,
.qualification .list td {
  padding: 5px;
  vertical-align: middle;
  border-width: 0 1px;
  border-color: #ddd;
  font-size: 0.8em;
}
@media only screen and (max-width: 768px) {
  .qualification .list th,
  .qualification .list td {
    font-size: 12px;
  }
}
.qualification .list tr:nth-child(odd) {
  background-color: #fff;
}
.qualification .list tr:nth-child(even) {
  background-color: #f4f4f4;
}
.foodver .qualification .list tr:nth-child(even) {
  background-color: #e0f1f0;
}
.qualification .list th {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  width: 12%;
  background: #595757;
  border: none;
}
@media only screen and (max-width: 768px) {
  .qualification .list th {
    width: 80px;
  }
}
.qualification .list th.item01 {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  .qualification .list th.item01 {
    width: 80px;
  }
}
.foodver .qualification .list th.item01 {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .foodver .qualification .list th.item01 {
    width: 80px;
  }
}
.qualification .list th.item02 {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .qualification .list th.item02 {
    width: 150px;
  }
}
.qualification .list th.item03 {
  background-color: #e95377;
}
.foodver .qualification .list th.item03 {
  background-color: #7bbf4b;
}
.qualification .list th.item04 {
  background-color: #ea5514;
}
.foodver .qualification .list th.item04 {
  background-color: #e95377;
}
.qualification .list th.item05 {
  background-color: #2ea7e0;
}
.foodver .qualification .list th.item05 {
  background-color: #ea5514;
}
.qualification .list th.item06 {
  background-color: #8fc31f;
}
.foodver .qualification .list th.item06 {
  background-color: #2ea7e0;
}
.qualification .list th.item07 {
  background-color: #e60012;
}
.qualification .list th.item08 {
  background-color: #6c69ae;
}
.foodver .qualification .list th.item08 {
  background-color: #bb9f5d;
}
.qualification .list th.item09 {
  background-color: #007b38;
}
.foodver .qualification .list th.item09 {
  background-color: #947d48;
}
.qualification .list td {
  font-weight: bold;
  position: relative;
}
.qualification .list td::after {
  position: absolute;
  content: "●";
  font-size: 14px;
  line-height: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  display: none;
}
.qualification .list td span {
  color: #00afcc;
}
.qualification .list td.item01 {
  line-height: 1.2;
  text-align: center;
}
.qualification .list td.item03::after {
  display: block;
  color: #e95377;
}
.foodver .qualification .list td.item03::after {
  color: #7bbf4b;
}
.qualification .list td.item04::after {
  display: block;
  color: #ea5514;
}
.foodver .qualification .list td.item04::after {
  color: #e95377;
}
.qualification .list td.item05::after {
  display: block;
  color: #2ea7e0;
}
.foodver .qualification .list td.item05::after {
  color: #ea5514;
}
.qualification .list td.item06::after {
  display: block;
  color: #8fc31f;
}
.foodver .qualification .list td.item06::after {
  color: #2ea7e0;
}
.qualification .list td.item07::after {
  display: block;
  color: #e60012;
}
.qualification .list td.item08::after {
  display: block;
  color: #6c69ae;
}
.foodver .qualification .list td.item08::after {
  color: #bb9f5d;
}
.qualification .list td.item09::after {
  display: block;
  color: #007b38;
}
.foodver .qualification .list td.item09::after {
  color: #947d48;
}
.qualification .point {
  color: #00afcc;
  font-weight: bold;
  margin: 5px 0;
}
.qualification .sec3 {
  background-color: #d9eeed;
}
.qualification .sec3 h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.qualification .record-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.qualification .record-list + * {
  margin-top: 2rem;
}
.qualification .record {
  background-color: #fff;
  width: calc((100% - 4rem) / 3);
}
.foodver .qualification .record {
  width: calc((100% - 4rem) / 2);
}
.qualification .record {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .qualification .record {
    width: calc(50% - 1rem);
  }
  .foodver .qualification .record {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .qualification .record {
    width: 100%;
    margin: 0 auto 1rem;
  }
  .foodver .qualification .record {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.qualification .record.--image-right {
  width: calc((100% - 2rem) / 2);
}
.qualification .record.--image-right .name {
  font-size: 1.5em;
}
.qualification .record .name {
  font-weight: 600;
  text-align: center;
  padding: 1.5rem 5rem;
  margin: auto;
  line-height: 1.5;
}
.qualification .record .name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  aspect-ratio: 1/1;
  background-size: cover;
  display: none;
  -webkit-transform: translate(15%, -15%);
          transform: translate(15%, -15%);
}
.qualification .record .name.only::after {
  background-image: url(../img/course/qualification/icon-only.png);
  display: block;
}
.foodver .qualification .record .name.only::after {
  background-image: url(../img/course/qualification/icon-no1.png);
}
.qualification .record .name.only02::after {
  background-image: url(../images/page/qualification/icon-only.svg);
  display: block;
}
.foodver .qualification .record .name.only02::after {
  background-image: url(../2024/images/qualification/icon-no1.png);
}
.qualification .record .count {
  font-weight: bold;
  text-align: center;
}
.qualification .record dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: #00afcc;
}
.beauty-home .qualification .record dl {
  color: var(--base-color);
}
.food-home .qualification .record dl {
  color: var(--base-color);
}
.qualification .record dl dt {
  font-size: 2em;
  font-weight: bold;
}
.qualification .record dl dd {
  font-size: 3.4em;
  font-weight: bold;
  line-height: 1;
}
.qualification .record .image img {
  width: 100%;
}
.qualification .record .date {
  text-align: right;
  padding: 0 1rem;
}

.block_course-top-university {
  background-color: #fdec21;
}
.block_course-top-university .contents__block {
  padding-block: 1rem;
  text-align: center;
}
.block_course-top-university .contents__block img {
  max-width: 640px;
}

.block_course-top.--university .university-icon {
  position: absolute;
  width: 15rem;
  aspect-ratio: 1/1;
  border: none;
  bottom: 5rem;
  right: 26rem;
}
@media only screen and (max-width: 768px) {
  .block_course-top.--university .university-icon {
    width: 6rem;
    bottom: unset;
    top: 0.5rem;
    right: 0.6rem;
  }
}
.block_course-top.--university .university-icon img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-business .block_course-top.--university .area_course-hero .icon {
    top: unset;
    bottom: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-business .block_course-top.--university .university-icon {
    top: unset;
    bottom: 16.5rem;
  }
}
.block_course-top.--university .university-copy {
  position: absolute;
  top: 10rem;
  right: 30%;
  -webkit-filter: drop-shadow(0 0 0.75rem white);
          filter: drop-shadow(0 0 0.75rem white);
}
@media only screen and (max-width: 768px) {
  .block_course-top.--university .university-copy {
    top: 10rem;
  }
}
.block_course-top.--university .university-copy img {
  -webkit-filter: drop-shadow(0 0 0.75rem white);
          filter: drop-shadow(0 0 0.75rem white);
  aspect-ratio: 250/120;
  max-width: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .block_course-top.--university .university-copy img {
    max-width: 40cqi;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 県外向けページ */
.visual-header.kengai {
  background: url(../images/page/for/kengai/bg.jpg) no-repeat left center/cover !important;
  width: 100%;
  height: auto;
}
.visual-header.kengai .visual-header-inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.visual-header.kengai h1 {
  color: #000;
  font-size: 45px;
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: unset;
          transform: unset;
}
.visual-header.kengai h1::after {
  display: block;
  content: "";
  bottom: 30px;
  width: 150px;
  height: 3px;
  background: var(--base-color);
}
.visual-header.kengai h1 span {
  display: inline;
  width: auto;
}
.visual-header.kengai h1 .pink {
  color: var(--base-color);
}
.visual-header.kengai h1 .yellow {
  color: #f48fa7;
}
.visual-header.kengai .text {
  position: absolute;
  bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .visual-header.kengai h1 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 3px;
    padding: 30px 0 50px;
    position: static;
  }
  .visual-header.kengai h1::after {
    width: 80px;
  }
  .visual-header.kengai .text {
    font-size: 16px;
    position: static;
  }
}

.pagejump {
  background: var(--base-color);
  padding: 2rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .pagejump {
    top: 50px;
    padding: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.pagejump a {
  width: calc(20% - 4rem);
  background-color: #fff;
  border-radius: 6px;
  display: block;
  font-weight: bold;
  padding: 0.75em 2em;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pagejump a {
    width: calc(50% - 1rem);
    font-size: 1.2rem;
  }
}
.pagejump a:hover {
  opacity: 0.8;
}
.pagejump a::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid var(--base-color);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg) translate(-25%);
          transform: rotate(135deg) translate(-25%);
}
@media only screen and (max-width: 768px) {
  .pagejump a::after {
    right: 1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.page_kengai {
  padding-bottom: 6rem;
}
.page_kengai .inner {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}
.page_kengai section .inner {
  padding: 5em 0;
}
@media only screen and (max-width: 768px) {
  .page_kengai section .inner {
    padding: 3em 0;
  }
}
.page_kengai .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_kengai .section-title {
  font-size: 3rem;
  line-height: 1.25;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_kengai .section-title {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
.page_kengai .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: var(--base-color);
}
@media only screen and (max-width: 768px) {
  .page_kengai .section-title::after {
    width: 55px;
  }
}
.page_kengai .section-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 30px auto 50px;
}
.page_kengai .section-text.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_kengai .section-text {
    font-size: 15px;
    width: 100%;
  }
}
.page_kengai .pink {
  color: var(--base-color);
}
.page_kengai .headline {
  padding: 0;
  margin: 4rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .page_kengai .headline {
    margin: 2rem 0;
  }
}
.page_kengai .headline h2 {
  font-size: clamp(16px, 1.4285714286vw, 20px);
  text-align: center;
  color: #fff;
  background-color: var(--beauty-accent-color-5);
  padding: 0.5rem 0;
}
.page_kengai .headline h3 {
  font-size: clamp(16px, 1.4285714286vw, 20px);
  text-align: center;
  color: #fff;
  background-color: var(--beauty-accent-color-5);
  padding: 0.5rem 0;
}
.page_kengai .box1-content {
  border: 2px solid var(--base-color);
  border-radius: 20px;
  padding: 3rem;
  background: #fff;
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .page_kengai .box1-content {
    padding: 5%;
  }
}
.page_kengai .box1-content h4 {
  color: var(--base-color);
  font-weight: bold;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-top: -3em;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media only screen and (max-width: 768px) {
  .page_kengai .box1-content h4 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.page_kengai .box1-content h4 span {
  border: 2px solid var(--base-color);
  background: #fff;
  border-radius: 999px;
  padding: 1rem 2rem;
}
.page_kengai .box1-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
.page_kengai .box1-content ul li {
  width: calc(50% - 0.5rem);
  background: #f3eddf;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page_kengai .box1-content ul li {
    font-size: 13px;
  }
}
.page_kengai .sec01 {
  background: #f3eddf;
}
.page_kengai .sec01 .box-wrapper {
  background: #fff;
  border: 2px solid var(--base-color);
  border-radius: 20px;
  padding: 60px 30px;
  position: relative;
}
.page_kengai .sec01 .box-wrapper .num {
  position: absolute;
  width: 10rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  color: var(--base-color);
  border: 2px solid var(--base-color);
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box-wrapper .num {
    width: 8rem;
    font-size: 4rem;
  }
}
.page_kengai .sec01 .box h3 {
  display: inline;
  font-size: 42px;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffff00));
  background: -webkit-linear-gradient(transparent 75%, #ffff00 75%);
  background: linear-gradient(transparent 75%, #ffff00 75%);
}
.page_kengai .sec01 .box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-top: 45px;
}
.page_kengai .sec01 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.page_kengai .sec01 .box1 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page_kengai .sec01 .acdn-toggle {
  background-color: var(--beauty-accent-color-5);
  padding: 0.5rem 0;
  cursor: pointer;
}
.page_kengai .sec01 .acdn-toggle:hover {
  opacity: 0.7;
}
.page_kengai .sec01 .acdn-toggle h3 {
  padding: 0;
}
.page_kengai .sec01 .acdn-toggle .label {
  font-size: clamp(16px, 1.4285714286vw, 20px);
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.page_kengai .sec01 .acdn-container {
  display: none;
}
.page_kengai .sec01 .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.page_kengai .sec01 .box2 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page_kengai .sec01 .box2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.page_kengai .sec01 .box2 .box p {
  margin: 0;
}
.page_kengai .sec01 .box2 .box .btn {
  margin: 0;
}
.page_kengai .sec01 .box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.page_kengai .sec01 .box3 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page_kengai .sec01 .box3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.page_kengai .sec01 .box3 .box p {
  margin: 0;
}
.page_kengai .sec01 .box3 .box .btn {
  margin: 0;
}
.page_kengai .sec01 .box3-1 {
  background: #f3eddf;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box3-1 {
    background: unset;
    padding: 0;
  }
}
.page_kengai .sec01 .box3-1 img {
  margin-bottom: 10px;
}
.page_kengai .sec01 .box3-1 small {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
}
.page_kengai .sec01 .box3-1 a {
  color: #0066bc;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box3-1 a {
    font-size: 10px;
  }
}
.page_kengai .sec01 .box4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.page_kengai .sec01 .box4 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page_kengai .sec01 .box4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.page_kengai .sec01 .box4 .box p {
  margin: 0;
}
.page_kengai .sec01 .box4 .box .btn {
  margin: 0;
}
.page_kengai .sec01 .box4 h4 {
  font-size: 25px;
  color: var(--base-color);
}
.page_kengai .sec01 .box5 h4 {
  font-size: 25px;
  color: var(--base-color);
}
.page_kengai .sec01 .box5 p {
  margin-top: 2rem;
}
.page_kengai .sec01 .box5 .img {
  margin: 2rem 0;
  display: block;
}
.page_kengai .sec01 .box5 .alone-box {
  padding: 2rem 0;
}
.page_kengai .sec01 .box5 .alone-box .acdn-toggle {
  display: block;
  border: none;
  width: 100%;
  margin-top: 1rem;
}
.page_kengai .sec01 .box5 .alone-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box5 .alone-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .section-text.center {
    margin: 30px auto;
    text-align: left;
  }
  .page_kengai .sec01 .box-wrapper {
    border-radius: 15px;
    margin: 60px auto 30px;
    padding: 15% 5% 5%;
  }
  .page_kengai .sec01 .box h3 {
    font-size: 25px;
    line-height: 1.5;
  }
  .page_kengai .sec01 .box p {
    font-size: 14px;
  }
  .page_kengai .sec01 .box4 h4 {
    font-size: 18px;
  }
}
.page_kengai .sec02 {
  background: url(../2023/images/page/for/kengai/bg.jpg) no-repeat left center/cover !important;
}
.page_kengai .sec02 .box {
  margin: 50px auto 0;
  text-align: center;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec02 .box {
    margin: 25px auto;
  }
}
.page_kengai .sec03 {
  background: #f3eddf;
}
.page_kengai .sec03 .ttl {
  margin: 100px auto -150px;
}
.page_kengai .sec03 .flex-box {
  margin: 100px auto 0;
}
.page_kengai .sec03 .flex-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 60px auto 0;
}
.page_kengai .sec03 .flex-box .img {
  margin-right: 5%;
  width: 25%;
}
.page_kengai .sec03 .flex-box.reverse .img {
  margin-right: 0;
  margin-left: 5%;
}
.page_kengai .sec03 .flex-box .img .txt {
  margin-left: 10%;
}
.page_kengai .sec03 .flex-box .img .course {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.page_kengai .sec03 .flex-box .img .name {
  font-size: 35px;
  font-weight: bold;
  margin: 10px auto 0;
}
.page_kengai .sec03 .flex-box .img .name span {
  font-size: 50%;
}
.page_kengai .sec03 .flex-box .img small {
  font-size: 14px;
}
.page_kengai .sec03 .flex-box .text {
  background: #fff;
  border-radius: 10px;
  padding: 3% 5%;
  position: relative;
  width: 70%;
}
.page_kengai .sec03 .flex-box .text::before {
  position: absolute;
  content: "";
  top: 25%;
  left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 69.3px 40px 0;
  border-color: transparent #fff transparent transparent;
}
.page_kengai .sec03 .flex-box.reverse .text::before {
  top: 25%;
  left: inherit;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 69.3px;
  border-color: transparent transparent transparent #fff;
}
.page_kengai .sec03 .flex-box .text dt,
.page_kengai .sec03 .flex-box .text dd {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 0.5em auto;
  padding: 0.5em 1em;
  position: relative;
}
.page_kengai .sec03 .flex-box .text dt {
  background: #e6f4f4;
  line-height: 1;
}
.page_kengai .sec03 .flex-box .text dd {
  background: #f7f2f1;
  line-height: 2;
}
.page_kengai .sec03 .flex-box .text dt img,
.page_kengai .sec03 .flex-box .text dd img {
  position: absolute;
  width: 40px;
  vertical-align: middle;
}
.page_kengai .sec03 .flex-box .text dt img {
  top: 0;
  bottom: 0;
  left: -2em;
  margin: auto;
}
.page_kengai .sec03 .flex-box .text dd img {
  top: -0.5em;
  left: -2em;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec03 .ttl {
    margin: 30px auto -140px;
  }
  .page_kengai .sec03 .flex-box.reverse {
    margin: 30px auto 0;
  }
  .page_kengai .sec03 .flex-box .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 100%;
  }
  .page_kengai .sec03 .flex-box.reverse .img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page_kengai .sec03 .flex-box .img figure {
    width: 45%;
  }
  .page_kengai .sec03 .flex-box .img .txt {
    margin: auto;
    width: 55%;
  }
  .page_kengai .sec03 .flex-box .img .course {
    margin: 0;
    font-size: 16px;
  }
  .page_kengai .sec03 .flex-box .img .name {
    font-size: 25px;
    margin: 5px auto;
  }
  .page_kengai .sec03 .flex-box .img small {
    font-size: 13px;
  }
  .page_kengai .sec03 .flex-box .text {
    border-radius: 5px;
    padding: 5%;
    width: 100%;
  }
  .page_kengai .sec03 .flex-box .text::before {
    top: -25px;
    left: inherit;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 100px;
    border-color: transparent transparent transparent #fff;
  }
  .page_kengai .sec03 .flex-box.reverse .text::before {
    top: -25px;
    left: 0;
    right: inherit;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent #fff transparent;
  }
  .page_kengai .sec03 .flex-box .text dt,
  .page_kengai .sec03 .flex-box .text dd {
    display: block;
    font-size: 14px;
    margin: 0.75em 0 0.75em auto;
    width: 90%;
  }
  .page_kengai .sec03 .flex-box .text dt img,
  .page_kengai .sec03 .flex-box .text dd img {
    top: -0.5em;
    bottom: inherit;
    left: -1.5em;
    width: 30px;
  }
}
.page_kengai .sec04 .banner {
  margin: 50px auto 80px;
}
.page_kengai .sec04 .flex-box figure {
  width: 45%;
}
.page_kengai .sec04 .flex-box .text-box {
  background: #f3eddf;
  width: 48%;
  margin-top: 8%;
  margin-left: -5%;
  padding: 5% 5% 5% 10%;
  z-index: -1;
}
.page_kengai .sec04 .flex-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 3%;
}
.page_kengai .sec04 .flex-box.reverse .text-box {
  margin-left: 0;
  margin-right: -5%;
  padding: 5% 10% 5% 5%;
}
.page_kengai .sec04 .flex-box .text-box h3 {
  font-size: 28px;
  font-weight: bold;
}
.page_kengai .sec04 .flex-box .text-box small {
  color: var(--base-color);
  display: block;
  font-size: 14px;
}
.page_kengai .sec04 .flex-box .text-box p {
  font-weight: bold;
  line-height: 1.75;
  margin-top: 2em;
}
.page_kengai .sec04 .flex-box .text-box span {
  background: var(--base-color);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.page_kengai .sec04 .box {
  padding: 2rem 0 4rem;
}
.page_kengai .sec04 .box .lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--base-color);
  font-weight: 700;
  font-size: 2em;
  gap: 0.7em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .box .lead {
    font-size: 1.5em;
  }
}
.page_kengai .sec04 .box .lead::before, .page_kengai .sec04 .box .lead::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.4em;
  background-color: var(--base-color);
}
.page_kengai .sec04 .box .lead::before {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.page_kengai .sec04 .box .lead::after {
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .inner {
    padding: 3em 0;
  }
  .page_kengai .sec04 .flex-box figure {
    margin: 0 auto 0 calc(50% - 50vw);
    width: 100%;
  }
  .page_kengai .sec04 .flex-box .text-box {
    margin: -40% calc(50% - 50vw) 0 auto;
    padding: 50% 5% 5%;
    width: 90vw;
  }
  .page_kengai .sec04 .flex-box .text-box h3 {
    font-size: 25px;
  }
  .page_kengai .sec04 .flex-box .text-box small {
    font-size: 13px;
    padding: 5px 0;
  }
  .page_kengai .sec04 .flex-box .text-box p {
    font-size: 14px;
    line-height: 2;
    margin-top: 1em;
  }
  .page_kengai .sec04 .flex-box.reverse {
    display: block;
    margin-top: 10%;
  }
  .page_kengai .sec04 .flex-box.reverse figure {
    margin: 0 calc(50% - 50vw) 0 auto;
    width: 100%;
  }
  .page_kengai .sec04 .flex-box.reverse .text-box {
    margin: -40% calc(50% - 50vw) 0;
    padding: 50% 5% 5%;
    width: 100%;
  }
  .page_kengai .sec04 .section-text.center {
    text-align: left;
    margin-bottom: 30px;
  }
  .page_kengai .sec04 .banner {
    margin: 30px auto 40px;
  }
}
.page_kengai .sec05 {
  background: url(../images/page/for/kengai/bg.jpg) no-repeat left center/cover;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec05 .section-text.center {
    margin: 30px auto 15px;
  }
}
.page_kengai .visit-oc {
  position: relative;
}
.page_kengai .visit-oc .btn {
  position: absolute;
  bottom: 10%;
  right: 5%;
}
@media only screen and (max-width: 768px) {
  .page_kengai .visit-oc .btn {
    max-width: 90%;
    left: 0;
    right: 0;
    bottom: 5%;
  }
}

#scholarship .small {
  font-size: 0.8em;
}
#scholarship .text_strong b {
  font-size: 1.5em;
}
#scholarship td {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #scholarship td {
    font-size: 1.4rem;
  }
}
#scholarship td .yellow-line {
  font-size: 2em;
}
#scholarship td b {
  font-size: 1.2em;
}
#scholarship th {
  white-space: nowrap;
}
#scholarship th b {
  font-size: 1.2em;
}
#scholarship .note {
  text-align: right;
  font-size: 0.8em;
}
@media only screen and (max-width: 768px) {
  #scholarship .note {
    text-align: left;
  }
}
#scholarship .merit ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  #scholarship .merit ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#scholarship .merit ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--bg-color);
  border: 1px solid #eee;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 1em;
}

.school-event-section {
  padding: 9rem 0;
}
@media only screen and (max-width: 768px) {
  .school-event-section {
    padding: 6rem 0 9rem;
  }
}

.school-event {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .school-event {
    grid-template-columns: 1fr;
  }
}
.school-event .school-event__content {
  display: grid;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
}
@media only screen and (max-width: 768px) {
  .school-event .school-event__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.school-event .item {
  white-space: nowrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
.school-event dt {
  font-size: 3.6rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .school-event dt {
    font-size: 2.4rem;
  }
}
.school-event dt b {
  font-size: 2em;
  display: inline-block;
  width: 1em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .school-event dt b {
    font-size: 1.6em;
  }
}
.school-event dd {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .school-event dd {
    justify-self: center;
    font-size: 1.6rem;
  }
}
.school-event .school-event__img {
  display: grid;
  gap: 4rem 0;
}

.school-schedule {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .school-schedule {
    grid-template-columns: repeat(1, 1fr);
  }
}
.school-qa-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .school-qa-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.school-qa-list .item {
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .school-qa-list .item {
    padding: 2rem 0;
  }
}
.school-qa-list .item:not(:last-child) {
  border-right: 1px solid var(--font-color);
}
@media only screen and (max-width: 768px) {
  .school-qa-list .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--font-color);
  }
}

.page-d-class {
  background-image: url(../img/d-class/back.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-d-class .section,
.page-d-class .section01 {
  margin: 0 auto;
  width: 1100px;
}
.page-d-class .title {
  text-align: center;
  margin: -100px auto -50px;
}
.page-d-class .read {
  margin: -30px auto 100px;
}
.page-d-class .read .img {
  max-width: 350px;
  width: 90%;
  margin: auto;
}
.page-d-class .read .text {
  color: #00ab67;
  text-align: center;
  font-size: 43px;
  font-weight: 600;
}
.page-d-class .read .text .top {
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.page-d-class .read .text .top span.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  border: none;
}
.page-d-class .read .text .top span.nami {
  background: url(../img/d-class/nami.png) bottom repeat-x;
  background-size: 200px 5px;
  padding-bottom: 10px;
}
.page-d-class .read .text02 {
  font-size: 20px;
  color: #3e3a39;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-d-class .read .text02 {
    font-size: 1em;
  }
}
.page-d-class .read .text02 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #fff000));
  background: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0) 80%, #fff000 80%);
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0) 80%, #fff000 80%);
  font-weight: bold;
}
.page-d-class .lineup {
  padding: 100px 0;
}
.page-d-class .lineup .midashi {
  background: -webkit-gradient(linear, left top, right top, from(#3eaf49), to(#e8e968));
  background: -webkit-linear-gradient(left, #3eaf49, #e8e968);
  background: linear-gradient(90deg, #3eaf49, #e8e968);
  border-radius: 15px;
  padding: 15px 18%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.page-d-class .lineup .midashi .font01 {
  font-size: 28px;
  line-height: 35px;
}
.page-d-class .lineup .midashi .font01 span {
  color: #fff57f;
}
.page-d-class .lineup .midashi .font02 {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}
.page-d-class .lineup .midashi .icon {
  width: 22%;
  position: absolute;
  right: -1%;
  bottom: -50px;
  border: none;
}
.page-d-class .lineup .block {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 15px 3px, 3px 15px, 15px 3px, 3px 15px;
  /* 左の線 */
  background-position: left top, right top, right bottom, left bottom;
  /* 左の線 */
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  /* 左の線 */
  margin-bottom: 50px;
}
.page-d-class .lineup .block.color01 {
  background-image: -webkit-linear-gradient(left, #b3d13f, #b3d13f 10px, transparent 10px, transparent 10px), -webkit-linear-gradient(top, #b3d13f, #b3d13f 10px, transparent 10px, transparent 10px), -webkit-linear-gradient(right, #b3d13f, #b3d13f 10px, transparent 10px, transparent 10px), -webkit-linear-gradient(bottom, #b3d13f, #b3d13f 10px, transparent 10px, transparent 10px);
  background-image: linear-gradient(to right, #b3d13f, #b3d13f 10px, transparent 10px, transparent 10px), linear-gradient(to bottom, #b3d13f, #b3d13f 10px, transparent 10px, transparent 10px), linear-gradient(to left, #b3d13f, #b3d13f 10px, transparent 10px, transparent 10px), linear-gradient(to top, #b3d13f, #b3d13f 10px, transparent 10px, transparent 10px);
  /* 左の線 */
}
.page-d-class .lineup .block.color02 {
  background-image: -webkit-linear-gradient(left, #f6ae28, #f6ae28 10px, transparent 10px, transparent 10px), -webkit-linear-gradient(top, #f6ae28, #f6ae28 10px, transparent 10px, transparent 10px), -webkit-linear-gradient(right, #f6ae28, #f6ae28 10px, transparent 10px, transparent 10px), -webkit-linear-gradient(bottom, #f6ae28, #f6ae28 10px, transparent 10px, transparent 10px);
  background-image: linear-gradient(to right, #f6ae28, #f6ae28 10px, transparent 10px, transparent 10px), linear-gradient(to bottom, #f6ae28, #f6ae28 10px, transparent 10px, transparent 10px), linear-gradient(to left, #f6ae28, #f6ae28 10px, transparent 10px, transparent 10px), linear-gradient(to top, #f6ae28, #f6ae28 10px, transparent 10px, transparent 10px);
  /* 左の線 */
}
.page-d-class .lineup .block .top {
  margin: auto auto 20px;
  font-size: 40px;
  color: #51bc65;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
.page-d-class .lineup .block .top span {
  font-size: 60px;
}
.page-d-class .lineup .block.color02 .top {
  margin: auto 0 20px;
  color: #ef8558;
}
.page-d-class .lineup .block .top-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-d-class .lineup .block .top-flex .right {
  width: 35%;
}
.page-d-class .lineup .block .lineup-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-d-class .lineup .block .lineup-flex .box {
  width: calc(33.3333333333% - 30px - 0.1px);
  margin: 0 0 30px;
}
.page-d-class .lineup .block .lineup-flex .box.box02 {
  width: calc(25% - 30px - 0.1px);
  margin: 0 0 30px;
}
.page-d-class .lineup .block .lineup-flex .box .box01 {
  border-right: 2px dotted #b4b4b5;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-d-class .lineup .block .lineup-flex .border {
  border-bottom: 2px dotted #b4b4b5;
  width: 100%;
  height: 1px;
  margin: 20px auto;
}
.page-d-class .lineup .block .lineup-flex .box:last-child .box01 {
  border-right: 2px dotted #fff;
}
.page-d-class .lineup .block .top-flex .obi {
  color: #fff;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 10px;
  font-size: 18px;
  margin: auto auto 10px;
}
.page-d-class .lineup .block .lineup-flex .box .box01 .obi {
  color: #fff;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 10px;
  font-size: 18px;
  margin: auto auto 10px;
}
.page-d-class .lineup .block .lineup-flex .box .box01.color01 .obi {
  background-image: url(../img/d-class/obi-01.png);
}
.page-d-class .lineup .block .lineup-flex .box .box01.color02 .obi {
  background-image: url(../img/d-class/obi-02.png);
}
.page-d-class .lineup .block .lineup-flex .box .box01.color03 .obi {
  background-image: url(../img/d-class/obi-03.png);
}
.page-d-class .lineup .block .right.color04 .obi {
  background-image: url(../img/d-class/obi-04.png);
  margin-bottom: 0;
}
.page-d-class .lineup .block .lineup-flex .box .box01 .font01 {
  font-size: 35px;
  text-align: center;
  margin: 10px auto;
  line-height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-d-class .lineup .block .lineup-flex .box .box01 .font01.height {
  height: 70px;
}
.page-d-class .lineup .block .lineup-flex .box .box01.color01 .font01 {
  color: #00aa67;
}
.page-d-class .lineup .block .lineup-flex .box .box01.color02 .font01 {
  color: #e74657;
}
.page-d-class .lineup .block .lineup-flex .box .box01.color03 .font01 {
  color: #036eb7;
}
.page-d-class .lineup .block .lineup-flex .box .box01 .font02 {
  color: #3e3a39;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-d-class .lineup .block .lineup-flex .box .box01 .font02.height {
  height: 90px;
}
.page-d-class .lineup .block .lineup-flex .box.box02 .font01 {
  font-size: 25px;
  line-height: 25px;
  color: #f29600;
}
.page-d-class .lineup .block .lineup-flex .box.box02 .font01.height {
  height: 50px;
}
.page-d-class .lineup .block .lineup-flex .box.box02 .font02.height {
  height: 135px;
}
@media only screen and (max-width: 768px) {
  .page-d-class .section {
    width: 90%;
  }
  .page-d-class .section01 {
    width: 100%;
  }
  .page-d-class .title {
    margin: 20px auto;
  }
  .page-d-class .read {
    margin: 20px auto 60px;
  }
  .page-d-class .read .text {
    font-size: 18px;
  }
  .page-d-class .read .text .top {
    padding: 0 60px;
  }
  .page-d-class .read .text .top span.icon {
    width: 50px;
  }
  .page-d-class .lineup {
    padding: 60px 0 20px;
  }
  .page-d-class .lineup .midashi {
    padding: 10px 10px 45px;
  }
  .page-d-class .lineup .midashi .font01 {
    font-size: 20px;
  }
  .page-d-class .lineup .midashi .font02 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 15px;
  }
  .page-d-class .lineup .block .lineup-flex .box {
    width: 100%;
  }
  .page-d-class .lineup .block .lineup-flex .box.box02 {
    width: 100%;
    margin: auto;
  }
  .page-d-class .lineup .block .lineup-flex .box .box01 {
    border: none;
  }
  .page-d-class .lineup .midashi .icon {
    width: 150px;
  }
  .page-d-class .lineup .block .top {
    font-size: 25px;
    margin-bottom: 0;
  }
  .page-d-class .lineup .block.color02 .top {
    margin-bottom: 0;
  }
  .page-d-class .lineup .block .top span {
    font-size: 40px;
  }
  .page-d-class .lineup .block .lineup-flex .box .box01 {
    padding: 0;
  }
  .page-d-class .lineup .block .lineup-flex .box .box01 .obi {
    font-size: 18px;
  }
  .page-d-class .lineup .block .lineup-flex .box .box01 .font01 {
    font-size: 25px;
  }
  .page-d-class .lineup .block .lineup-flex .box .box01 .font01.height {
    height: auto;
  }
  .page-d-class .lineup .block .lineup-flex .box .box01 .font02 {
    font-size: 14px;
  }
  .page-d-class .lineup .block .lineup-flex .box .box01 .font02.height {
    height: auto;
  }
  .page-d-class .lineup .block .top-flex .right {
    width: 100%;
  }
}

.page-highschool001 .history .section-inner .right {
  position: relative;
}
.page-highschool001 .history .section-inner .right .scroll-down {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page-highschool001 .history .section-inner .right .scroll-down {
    display: none;
  }
}
.page-highschool001 .history .section-inner .right .scroll-down span {
  background-color: #d8ff00;
  border-radius: 99px;
  border: 1px solid #000;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 1em;
}
@media only screen and (max-width: 768px) {
  .page-highschool001 .history .section-inner .right .story {
    overflow: hidden;
    height: auto;
  }
}
.page-highschool001 .history .story .goal .detail .photo {
  position: static;
  max-width: unset;
  margin-top: 1em;
}
.page-highschool001 .history .story .goal .detail {
  padding: 20px;
}
.page-highschool001 .step04 .tabs {
  gap: 10px;
}
.page-highschool001 .step04 .tabs a {
  padding: 2px 0.8em;
}

.beauty-home .page-bf-restaurant .title,
.beauty-home .page-skill_up .title {
  padding: 0 1rem;
  margin-bottom: unset;
}
.page-bf-restaurant .re__img,
.page-skill_up .re__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.page-bf-restaurant .re_img_box,
.page-skill_up .re_img_box {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-bf-restaurant .re__img2,
.page-skill_up .re__img2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-bf-restaurant .re_img_all,
.page-skill_up .re_img_all {
  display: grid;
  gap: 12px;
}
.page-bf-restaurant .title_line,
.page-skill_up .title_line {
  border: none;
  height: 2px;
  background: #000;
  margin: 4rem 0;
}
.page-bf-restaurant .skill_up,
.page-skill_up .skill_up {
  background: #fff;
}
.page-bf-restaurant .curriculum-course-title h4,
.page-skill_up .curriculum-course-title h4 {
  background: #fff;
  color: #000;
}
.page-bf-restaurant h3,
.page-skill_up h3 {
  font-size: 6rem;
}
.page-bf-restaurant h4,
.page-skill_up h4 {
  text-align: center;
  margin-bottom: 2rem;
}
.page-bf-restaurant .curriculum-course-title,
.page-skill_up .curriculum-course-title {
  display: grid;
  grid-template-columns: 19rem auto;
  gap: 2rem;
  margin: 40px 0 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.page-bf-restaurant .curriculum-course-title p,
.page-skill_up .curriculum-course-title p {
  border: 1px solid #000;
  border-width: 1px 0;
  padding: 0.5rem 0;
  font-size: 2rem;
}
.page-bf-restaurant .menu_img_box,
.page-skill_up .menu_img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.page-bf-restaurant .skill_title,
.page-skill_up .skill_title {
  font-size: 4.5rem;
  text-align: center;
}
.page-bf-restaurant .cafe_img_ab,
.page-skill_up .cafe_img_ab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.page-bf-restaurant .cafe_img_ab p,
.page-skill_up .cafe_img_ab p {
  position: relative;
}
.page-bf-restaurant .cafe_img_box,
.page-skill_up .cafe_img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.page-bf-restaurant .cafe_img_box1,
.page-skill_up .cafe_img_box1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.page-bf-restaurant .re__img p,
.page-skill_up .re__img p {
  position: relative;
}
.page-bf-restaurant .cafe21,
.page-skill_up .cafe21 {
  margin: 12px 0 0 0;
  width: 100%;
}
.page-bf-restaurant .label,
.page-skill_up .label {
  color: #adadad;
}
.page-bf-restaurant .img_label,
.page-skill_up .img_label {
  color: #fff;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
}
.page-bf-restaurant .img_label_cafe,
.page-skill_up .img_label_cafe {
  bottom: unset;
  top: 0;
}
.page-bf-restaurant .skill_up,
.page-skill_up .skill_up {
  background-image: none;
  background-color: #fff;
}
.page-bf-restaurant .sec3,
.page-skill_up .sec3 {
  background-color: #f7f3ea;
}
.page-bf-restaurant .skill_up .margin-wrap,
.page-skill_up .skill_up .margin-wrap {
  background: none;
}
.page-bf-restaurant .s14,
.page-skill_up .s14 {
  margin: 0 0 12px 0;
  position: relative;
}
.page-bf-restaurant .cafe_title,
.page-skill_up .cafe_title {
  position: relative;
}
.page-bf-restaurant .cafe_title .headline,
.page-skill_up .cafe_title .headline {
  padding-bottom: 0;
}
.page-bf-restaurant .cafe_title .cafe14,
.page-skill_up .cafe_title .cafe14 {
  position: absolute;
  bottom: -6rem;
  left: 0;
  width: 200px;
  aspect-ratio: 1/1;
}
.page-bf-restaurant .cafe_title .cafe15,
.page-skill_up .cafe_title .cafe15 {
  position: absolute;
  bottom: -4rem;
  right: 0;
  width: 200px;
  aspect-ratio: 1/1;
}
.page-bf-restaurant .img_label_bottom,
.page-skill_up .img_label_bottom {
  position: relative;
}

body.skill_up {
  background: none;
}

@media only screen and (max-width: 768px) {
  .page-skill_up .skill_title {
    font-size: 3rem;
  }
  .page-skill_up .label {
    font-size: 1rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  .page-skill_up .menu_img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-skill_up .menu_img_box p {
    font-size: 1.4rem;
    line-height: normal;
  }
  .page-skill_up .re__img {
    display: grid;
  }
  .page-skill_up .re_img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-skill_up .re__img2 {
    display: grid;
  }
  .img_label_cafe,
  .img_label_pan {
    font-size: 1.1rem;
  }
  .img_label_sita {
    font-size: 1.1rem;
  }
  .page-skill_up .cafe_img_box {
    display: block;
  }
  .cafe_img_a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin: 0 0 12px 0;
  }
  .page-skill_up .cafe_img_ab {
    display: grid;
    gap: 12px;
  }
  .page-skill_up .s14 {
    margin: unset;
    max-width: 500px;
  }
  .page-skill_up .cafe_title .cafe14 {
    width: 24%;
    bottom: -3rem;
    max-width: 56.3%;
  }
  .page-skill_up .cafe_title .cafe15 {
    width: 24%;
    margin-right: unset;
    right: 10px;
    bottom: -1.5rem;
  }
  .page-skill_up .title_line {
    margin: 1.5rem;
  }
  .curriculum-course-title h3 {
    display: block;
    font-size: 3rem;
    text-align: center;
    margin: 6rem 0 0 0;
  }
  .page-skill_up .curriculum-course-title p {
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    line-height: 1.5;
    height: 26px;
    border: 1px solid #000;
    border-width: 1px 0;
    padding: 4px 0 0 0;
    text-align: center;
  }
  .page-skill_up .img_label_cake2 {
    left: 11px;
    bottom: 305px;
    font-size: 1.1rem;
  }
  .page-skill_up .img_label {
    font-size: 1.1rem;
  }
  .page-skill_up .img_label_cake {
    font-size: 1.1rem;
  }
  .page-skill_up .img_label_pan1 {
    color: #fff;
    background-color: #000;
    position: absolute;
    font-size: 1.1rem;
  }
  .page-skill_up .img_label_pan {
    left: 2.7%;
    font-size: 1.1rem;
  }
  .page-skill_up .curriculum-course-title {
    display: grid;
    margin: auto;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  .img_label_bottom {
    max-width: 600px;
  }
  .page-skill_up .s14 {
    width: 770px;
  }
}
.page-lesson .re__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.page-lesson .re_img_box {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-lesson .re__img2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-lesson .re_img_all {
  display: grid;
  gap: 12px;
}
.page-lesson .res4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 12px 0 0 0;
}
.page-lesson .skill_title {
  font-size: 4.5rem;
}
.page-lesson .title_line {
  border: none;
  height: 2px;
  background: #000;
  margin: 4rem 0;
}
.page-lesson .glo_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
}
.page-lesson .glo_all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.page-lesson h5 {
  text-align: left;
  font-size: 24px;
  color: #7DBD5E;
}
.page-lesson .glo_left p {
  font-size: 16px;
}
.page-lesson .glo_h5_p {
  background-color: #fff;
  padding: 17px;
}
.page-lesson .cod_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
.page-lesson .cod_img_box1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.page-lesson .cod_h5_p {
  padding: 17px;
}
.page-lesson .cod_left {
  background-color: #E1EED5;
}
.page-lesson .un_19 {
  padding: 0 23px 0 23px;
}
.page-lesson .cake_img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.page-lesson .cake_im2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.page-lesson h6 {
  font-size: 4.5rem;
}
.page-lesson .curriculum-course-title {
  margin: 40px 0 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-lesson .label {
  color: #adadad;
}
.page-lesson .lesson {
  background-image: none;
  background-color: #fff;
}
.page-lesson .sec3 {
  background-color: #F7F3EA;
}
.page-lesson .sec5 {
  background-color: #F7F3EA;
}

body.lesson {
  background-image: none;
}

@media screen and (max-width: 768px) {
  .page-lesson .re_img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-lesson .re__img {
    display: grid;
  }
  .page-lesson .glo_all {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .page-lesson .glo_img {
    width: unset;
  }
  .page-lesson .cod_img {
    display: grid;
  }
  .page-lesson .cake_img {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-lesson .cake_im2 {
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.2rem;
  }
  .lesson .sec5 h3 {
    background: none;
    color: #000;
  }
  .page-lesson h6 {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
  }
  .curriculum-course-title {
    max-width: 600px;
    margin-bottom: 2rem;
    grid-template-columns: 1fr;
    gap: 0;
    justify-items: center;
  }
  .page-lesson .curriculum-course-title p {
    margin: 20px 0 5px 0;
    font-size: 1.05rem;
    line-height: 1.5;
    /* width: 260px; */
    height: 26px;
    border: 1px solid #000;
    border-width: 1px 0;
    padding: 4px 0 0 0;
    text-align: center;
  }
  .page-lesson .skill_title {
    font-size: 3rem;
  }
  .page-lesson h5 {
    font-size: 2rem;
  }
  .page-lesson .glo_left p {
    font-size: 1.4rem;
  }
  .page-lesson .label {
    font-size: 1rem;
  }
}
.page-pro-lesson .content__title {
  display: none;
  background-image: none;
  padding: 0;
}
.page-pro-lesson .pl__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-block: 10rem;
}
@media screen and (max-width: 768px) {
  .page-pro-lesson .pl__list {
    width: 95%;
    padding-block: 5rem 10rem;
    gap: 6rem;
  }
}
.page-pro-lesson .pl__list .pro-lesson {
  width: 91%;
  max-width: 1270px;
}
@media screen and (max-width: 768px) {
  .page-pro-lesson .pl__list .pro-lesson {
    width: 100%;
  }
}
.page-pro-lesson .pl__list .pro-lesson:nth-child(odd) {
  margin-right: 9%;
}
@media screen and (max-width: 768px) {
  .page-pro-lesson .pl__list .pro-lesson:nth-child(odd) {
    margin-right: 0;
  }
}
.page-pro-lesson .pl__list .pro-lesson:nth-child(even) {
  margin-left: 9%;
}
@media screen and (max-width: 768px) {
  .page-pro-lesson .pl__list .pro-lesson:nth-child(even) {
    margin-left: 0;
  }
}
.page-pro-lesson .pl__list .link-container {
  width: 100%;
  max-width: 1270px;
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: -9rem;
}
@media only screen and (max-width: 768px) {
  .page-pro-lesson .pl__list .link-container {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-top: -3rem;
  }
}
.page-pro-lesson .pl__list .link-container span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-pro-lesson .pl__list .link-container span {
    font-size: 1.6rem;
  }
}
.page-pro-lesson .pl__list .link-container .link-bg {
  display: inline-block;
  width: 38%;
  background-color: #ff0000;
  border-radius: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .page-pro-lesson .pl__list .link-container .link-bg {
    width: 58%;
    border-radius: 10px;
  }
}
.page-pro-lesson .pl__list .link-container .link-bg img {
  width: 100%;
}
.page-pro-lesson .pl__list .link-container .link-bg:hover {
  opacity: 0.8;
}
.page-pro-lesson .pl__list .link-container .link-bg._1 {
  background-color: #eb6311;
}
.page-pro-lesson .pl__list .link-container .link-bg._2 {
  width: 26.6%;
  background-color: #ff0000;
}
@media only screen and (max-width: 768px) {
  .page-pro-lesson .pl__list .link-container .link-bg._2 {
    width: 58%;
    margin-top: 10px;
  }
}
.page-pro-lesson .pl__list .link-container .link-bg._3 {
  background-color: #e2007e;
}
.page-pro-lesson .pl__list .link-container .link-bg._4 {
  background-color: #3aa0e7;
}

.rent_table .table_base {
  margin-bottom: 30px;
}
.rent_table .table_base .table-sub-head td {
  text-align: right;
}
.rent_table .table_base .table-sub-head th {
  text-align: left;
}
.rent_table .table_base thead .table-sub-head > * {
  background: var(--beauty-main-color);
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.food-home .rent_table .table_base thead .table-sub-head > * {
  background: var(--food-main-color);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: BFウェディング */
.bbwedding .section3 > img {
  max-width: 570px;
  width: 90%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* index: ブロック */
.contents__block .block_base {
  padding: unset;
}
.contents__block .block_course-top,
.contents__block h1.title_common {
  display: none;
}
.contents__block .margin-wrap {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .contents__block .margin-wrap {
    width: 100%;
  }
}

.area_sitemap a {
  color: var(--beauty-main-color);
}
.food-home .area_sitemap a {
  color: var(--food-main-color);
}
.area_sitemap a:hover {
  color: var(--beauty-main-color);
}
.food-home .area_sitemap a:hover {
  color: var(--food-main-color);
}
.area_sitemap a:visited {
  color: var(--beauty-main-color-1);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 就職実績*/
.recruitment_01 {
  --dept-color: #ff7695;
  --dept-color-2: #c6cde7;
  --dept-color-3: #fbe2e8;
}
.recruitment_01.--food {
  --dept-color: var(--food-main-color);
  --dept-color-2: #f3eddf;
  --dept-color-3: #fbe2e8;
}
.recruitment_01 .grid {
  display: grid;
  gap: 4rem;
}
.recruitment_01 .recruitment_date {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruitment_01 .recruitment_date {
    gap: 1rem;
  }
}
.recruitment_01 .recruitment_date .item {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  place-items: center;
  padding: 3rem;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .recruitment_01 .recruitment_date .item {
    border-radius: 1rem;
    padding: 1.5rem 1rem;
  }
}
.recruitment_01 .recruitment_date .item:nth-child(odd) {
  background: var(--dept-color-3);
}
.recruitment_01 .recruitment_date .item:nth-child(even) {
  background: var(--dept-color-2);
}
.recruitment_01 .recruitment_date .item:nth-child(1) {
  grid-column: 1/3;
  background: var(--dept-color);
  color: #fff;
}
.recruitment_01 .recruitment_date .item:nth-child(1) .title {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .recruitment_01 .recruitment_date .item:nth-child(1) .title {
    font-size: 2rem;
  }
}
.recruitment_01 .recruitment_date .item:nth-child(1) .num {
  font-size: 7rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .recruitment_01 .recruitment_date .item:nth-child(1) .num {
    font-size: 4rem;
  }
}
.recruitment_01 .recruitment_date .item .title {
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recruitment_01 .recruitment_date .item .title {
    font-size: 2rem;
  }
}
.recruitment_01 .recruitment_date .item .num {
  color: var(--dept-color);
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .recruitment_01 .recruitment_date .item .num {
    font-size: 2rem;
  }
}
.recruitment_01 .recruitment_date .item .num b {
  font-size: 2em;
}
.recruitment_01 .recruitment_date .item .copy {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruitment_01 .recruitment_date .item .copy {
    font-size: 1.5rem;
  }
}

.recruitment_02 {
  background: #f3eddf;
  padding: 6rem 0;
  --dept-color: #ff7695;
}
.recruitment_02.--food {
  --dept-color: var(--food-main-color);
}
.recruitment_02 .news-block {
  padding: 0;
}
.recruitment_02 .box {
  padding: 0 1rem;
}
.recruitment_02 .post__list-item a {
  border: none;
  background: #fff;
  padding: 0;
  aspect-ratio: 240/350;
  display: grid;
  grid-template-rows: 1fr 0.5fr;
}
.recruitment_02 .post__list-item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.recruitment_02 .post__list-item::before {
  display: none;
}
.recruitment_02 .thumbnail-img {
  overflow: hidden;
}
.recruitment_02 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitment_02 .default {
  background: #eee;
}
.recruitment_02 .default img {
  padding: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruitment_02 .content {
  padding: 1rem;
  display: block;
  display: grid;
}
.recruitment_02 .title {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recruitment_02 .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.recruitment_02 .meta .tag {
  background: var(--dept-color);
  padding: 0 0.5em;
  color: #fff;
  font-size: 0.8em;
}

.recruitment_03 .title-under-text {
  margin-bottom: 0;
}
.recruitment_03 .recruitment_list {
  display: grid;
  gap: 4rem;
}
.recruitment_03 .--business {
  --dept-color: #6d98d0;
}
.recruitment_03 .--hairartist {
  --dept-color: #ff7695;
}
.recruitment_03 .--hairmake {
  --dept-color: #ec7457;
}
.recruitment_03 .--totalbeauty {
  --dept-color: #f5aa00;
}
.recruitment_03 .--wedding {
  --dept-color: #8bcfdb;
}
.recruitment_03 .--fashion {
  --dept-color: #aad17e;
}
.recruitment_03 .--tusin {
  --dept-color: #f15a6d;
}
.recruitment_03 .--culinary {
  --dept-color: #b28146;
}
.recruitment_03 .--chef {
  --dept-color: var(--food-main-color);
}
.recruitment_03 .--patissier {
  --dept-color: #e8546b;
}
.recruitment_03 .--breadcafe {
  --dept-color: #ed7700;
}
.recruitment_03 .--cooks {
  --dept-color: #c6000b;
}
.recruitment_03 .--confectionery {
  --dept-color: #3386c8;
}
.recruitment_03 .item {
  display: grid;
  gap: 2rem;
}
.recruitment_03 .item .division {
  background: var(--dept-color);
  color: #fff;
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .recruitment_03 .item .division {
    grid-template-columns: 120px 1fr;
  }
}
.recruitment_03 .item .division .image {
  aspect-ratio: 16/9;
}
.recruitment_03 .item .division .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.recruitment_03 .item .division .title {
  font-size: 2.7rem;
  font-weight: bold;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitment_03 .item .division .title {
    font-size: 1.7rem;
  }
}
.recruitment_03 .item .accordion.--active .job_title .accordion_btn::after {
  height: 0;
}
.recruitment_03 .item .job_title {
  padding: 1rem;
  background: #eee;
  color: var(--dept-color);
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 768px) {
  .recruitment_03 .item .job_title {
    font-size: 1.6rem;
  }
}
.recruitment_03 .item .job_title:hover .accordion_btn {
  opacity: 0.8;
}
.recruitment_03 .item .job_title .accordion_btn {
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  aspect-ratio: 1/1;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .recruitment_03 .item .job_title .accordion_btn {
    width: 2.8rem;
    height: 2.8rem;
    right: 1rem;
  }
}
.recruitment_03 .item .job_title .accordion_btn:before, .recruitment_03 .item .job_title .accordion_btn::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--dept-color);
}
.recruitment_03 .item .job_title .accordion_btn::before {
  height: 3px;
  border-radius: 3px;
  width: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruitment_03 .item .job_title .accordion_btn::before {
    width: 1.6rem;
  }
}
.recruitment_03 .item .job_title .accordion_btn::after {
  width: 3px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruitment_03 .item .job_title .accordion_btn::after {
    height: 1.6rem;
  }
}
.recruitment_03 .item table {
  border: none;
}
.recruitment_03 .item th,
.recruitment_03 .item td {
  border-color: #ddd;
}
@media only screen and (max-width: 768px) {
  .recruitment_03 .item th,
  .recruitment_03 .item td {
    text-align: left;
  }
}
.recruitment_03 .item tr td:first-child {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .recruitment_03 .item tr td:first-child {
    width: 30%;
  }
}
.recruitment_03 .item tr td:nth-child(2) {
  width: 15%;
}
.recruitment_03 .item tr td:nth-child(3) {
  width: 15%;
}
.recruitment_03 .item tr td:nth-child(4) {
  width: 15%;
}
.recruitment_03 .item tr td:last-child {
  width: 8%;
  white-space: nowrap;
}
.recruitment_03 .item .table-head {
  background: #fff;
  border: none;
}
.recruitment_03 .item .table-head th {
  background: transparent;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .recruitment_03 .item .table-head th {
    line-height: 1.4;
  }
}
.recruitment_03 .item .table-head th::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: var(--dept-color);
  margin: auto;
  opacity: 0.3;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */