@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400&display=swap");
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

body { margin: 0; }

h1 { font-size: 2em; margin: 0.67em 0; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

a { background-color: transparent; }

abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

small { font-size: 80%; }

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

button, input { /* 1 */ overflow: visible; }

button, select { /* 1 */ text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ }

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

[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

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

::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

/******************************************************************
reset
******************************************************************/
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd { margin: 0; padding: 0; }

li { list-style: none; }

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

iframe { border: 0; }

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

em { font-style: normal; font-weight: bold; }

fieldset { border: 0; padding: 0; margin: 0; }

address { font-style: normal; }

/******************************************************************
base
******************************************************************/
body { min-width: 375px; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 1rem; letter-spacing: .025em; color: #2f2f2f; line-height: 1.8; -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 736px) { body { font-size: 0.9rem; } }

body[data-menu-open="true"] { overflow: hidden; }

@media print { body { width: 1400px; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

a { color: #009dc9; text-decoration: none; }

a:hover { color: #004d63; text-decoration: underline; }

h1, h2 { line-height: 1.5; }

h3 { line-height: 1.6; }

h4 { line-height: 1.7; }

small { line-height: 1.6; }

img { max-width: 100%; height: auto; vertical-align: middle; -webkit-backface-visibility: hidden; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #d5d5d5; }

button, input, optgroup, select, textarea { color: #2f2f2f; line-height: inherit; }

/******************************************************************
image-noselect
******************************************************************/
img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; /* Prevents dragging of images/divs etc */ user-drag: none; -webkit-touch-callout: none; }

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper { width: 100%; overflow: hidden; min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.l-wrapper main { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

/******************************************************************
component - bg-arrow
******************************************************************/
.c-bg-arrow { position: relative; padding-left: 5px; padding-left: 0.75em; }

.c-bg-arrow::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(5px, 2px) rotate(135deg); -ms-transform: translate(5px, 2px) rotate(135deg); transform: translate(5px, 2px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 6px; height: 6px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-bg-arrow.is-active::after { -webkit-transform: translate(0px, 2px) rotate(-45deg); -ms-transform: translate(0px, 2px) rotate(-45deg); transform: translate(0px, 2px) rotate(-45deg); }

.c-bg-arrow--white::after { border-color: #ffffff; }

/******************************************************************
component - bg-top-arrow
******************************************************************/
a.c-bg-top-arrow { display: inline-block; }

.c-bg-top-arrow { position: relative; padding-left: 5px; padding-left: 0.75em; }

.c-bg-top-arrow::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(5px, 0.8em) rotate(135deg); -ms-transform: translate(5px, 0.8em) rotate(135deg); transform: translate(5px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 6px; height: 6px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-bg-top-arrow.is-active::after { -webkit-transform: translate(0px, 0.8em) rotate(-45deg); -ms-transform: translate(0px, 0.8em) rotate(-45deg); transform: translate(0px, 0.8em) rotate(-45deg); }

.c-bg-top-arrow--white::after { border-color: #ffffff; }

/******************************************************************
component - heading
******************************************************************/
.c-heading1 { margin-top: 3.5rem; margin-bottom: 3rem !important; font-size: 2rem; font-weight: normal; color: #009dc9; }

@media screen and (max-width: 736px) { .c-heading1 { margin-top: 1.875rem; margin-bottom: 1.5rem !important; font-size: 1.5rem; } }

.c-heading1--department { margin-bottom: 2rem !important; }

.color-faculty-bungaku .c-heading1 { color: #6994b7; }

.color-faculty-life .c-heading1 { color: #cb7786; }

.color-faculty-human .c-heading1 { color: #7eaaa9; }

.color-faculty-junior .c-heading1 { color: #857da7; }

.color-bungaku .c-heading1 { color: #5ca5bb; }

.color-eibungaku .c-heading1 { color: #5bbfe1; }

.color-bibi .c-heading1 { color: #8ea0ac; }

.color-diet .c-heading1 { color: #e39e8a; }

.color-environment .c-heading1 { color: #d2a663; }

.color-seibun .c-heading1 { color: #b594bc; }

.color-gendaiseikatsu .c-heading1 { color: #f0889d; }

.color-sociology .c-heading1 { color: #91b19b; }

.color-Japanese-commu .c-heading1 { color: #a89eab; }

.color-english-commu .c-heading1 { color: #9bb2da; }

.color-department-bungaku .c-heading1 { color: #6994b7; }

.color-department-life .c-heading1 { color: #cb7786; }

.color-department-human .c-heading1 { color: #7eaaa9; }

.c-heading1 + .c-heading2, .c-card__body .c-heading2 { margin-top: 0 !important; }

.c-heading2 { font-weight: normal; font-size: 1.5rem; position: relative; padding-left: 5.8em; }

.c-heading2:not(:first-child) { margin-top: 3rem; }

@media screen and (max-width: 736px) { .c-heading2:not(:first-child) { margin-top: 2.625rem; } }

@media screen and (max-width: 736px) { .c-heading2 { font-size: 1.3rem; } }

@media screen and (max-width: 736px) { .c-heading2 { padding-left: 2.8em; } }

.c-heading2::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0.65em; left: 0; width: 5em; height: 1px; background-color: #000; }

@media screen and (max-width: 736px) { .c-heading2::before { width: 2.3em; } }

.c-heading2--link::before { background-color: #009dc9; }

.c-heading-brackets { font-weight: normal; font-size: 1.2rem; }

@media screen and (max-width: 736px) { .c-heading-brackets { font-size: 1rem; } }

.c-heading-brackets span { display: inline-block; position: relative; padding: 0 1em; }

.c-heading-brackets span:before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 6px; height: 100%; border: 1px solid #000; border-right: 0; }

.c-heading-brackets span:after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 6px; height: 100%; border: 1px solid #000; border-left: 0; }

.c-heading-exam { text-align: center; font-weight: normal; font-size: 1rem; }

@media screen and (max-width: 736px) { .c-heading-exam { font-size: 0.9rem; } }

.c-heading-exam span { display: block; color: #c355a3; font-size: 1.6rem; font-weight: bold; }

@media screen and (max-width: 736px) { .c-heading-exam span { font-size: 1.44rem; } }

.c-heading-academy__en { display: block; color: #009dc9; font-size: 0.8rem; line-height: 1.6; }

@media screen and (max-width: 736px) { .c-heading-academy__en { font-size: 0.8rem; } }

.c-heading-academy__main { font-weight: normal; display: block; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 2rem; }

@media screen and (max-width: 736px) { .c-heading-academy__main { font-size: 1.8rem; } }

.c-heading-campus { font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 0.9rem; text-align: center; margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .c-heading-campus { font-size: 0.81rem; } }

@media screen and (max-width: 736px) { .c-heading-campus { margin-bottom: 0.75rem; } }

.c-heading-campus span { color: #009dc9; }

.c-heading-1week { padding-bottom: 0.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; font-weight: normal; border-bottom: 2px solid #009dc9; }

@media screen and (max-width: 736px) { .c-heading-1week { font-size: 1.2rem; } }

.color-faculty-bungaku .c-heading-1week { border-color: #6994b7; }

.color-faculty-life .c-heading-1week { border-color: #cb7786; }

.color-faculty-human .c-heading-1week { border-color: #7eaaa9; }

.color-faculty-junior .c-heading-1week { border-color: #857da7; }

.color-bungaku .c-heading-1week { border-color: #5ca5bb; }

.color-eibungaku .c-heading-1week { border-color: #5bbfe1; }

.color-bibi .c-heading-1week { border-color: #8ea0ac; }

.color-diet .c-heading-1week { border-color: #e39e8a; }

.color-environment .c-heading-1week { border-color: #d2a663; }

.color-seibun .c-heading-1week { border-color: #b594bc; }

.color-gendaiseikatsu .c-heading-1week { border-color: #f0889d; }

.color-sociology .c-heading-1week { border-color: #91b19b; }

.color-Japanese-commu .c-heading-1week { border-color: #a89eab; }

.color-english-commu .c-heading-1week { border-color: #9bb2da; }

.color-department-bungaku .c-heading-1week { border-color: #6994b7; }

.color-department-life .c-heading-1week { border-color: #cb7786; }

.color-department-human .c-heading-1week { border-color: #7eaaa9; }

.c-heading-1week__number { margin-right: 0.4em; color: #009dc9; }

.color-faculty-bungaku .c-heading-1week__number { color: #6994b7; }

.color-faculty-life .c-heading-1week__number { color: #cb7786; }

.color-faculty-human .c-heading-1week__number { color: #7eaaa9; }

.color-faculty-junior .c-heading-1week__number { color: #857da7; }

.color-bungaku .c-heading-1week__number { color: #5ca5bb; }

.color-eibungaku .c-heading-1week__number { color: #5bbfe1; }

.color-bibi .c-heading-1week__number { color: #8ea0ac; }

.color-diet .c-heading-1week__number { color: #e39e8a; }

.color-environment .c-heading-1week__number { color: #d2a663; }

.color-seibun .c-heading-1week__number { color: #b594bc; }

.color-gendaiseikatsu .c-heading-1week__number { color: #f0889d; }

.color-sociology .c-heading-1week__number { color: #91b19b; }

.color-Japanese-commu .c-heading-1week__number { color: #a89eab; }

.color-english-commu .c-heading-1week__number { color: #9bb2da; }

.color-department-bungaku .c-heading-1week__number { color: #6994b7; }

.color-department-life .c-heading-1week__number { color: #cb7786; }

.color-department-human .c-heading-1week__number { color: #7eaaa9; }

.c-heading3 { font-weight: normal; color: #009dc9; font-size: 1.3rem; }

@media screen and (max-width: 736px) { .c-heading3 { font-size: 1.1rem; } }

.c-heading3--link { position: relative; padding-left: 8px; padding-left: 15px; }

.c-heading3--link::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(8px, 4px) rotate(135deg); -ms-transform: translate(8px, 4px) rotate(135deg); transform: translate(8px, 4px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-heading3--link::after { top: -3px; }

.c-heading4 { font-size: 1rem; }

@media screen and (max-width: 736px) { .c-heading4 { font-size: 1rem; } }

.c-heading4--link { position: relative; padding-left: 8px; padding-left: 13px; }

.c-heading4--link::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(8px, 4px) rotate(135deg); -ms-transform: translate(8px, 4px) rotate(135deg); transform: translate(8px, 4px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-heading5 { font-size: 0.9rem; }

@media screen and (max-width: 736px) { .c-heading5 { font-size: 0.8rem; } }

.c-heading5--link { position: relative; padding-left: 8px; padding-left: 13px; }

.c-heading5--link::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(8px, 4px) rotate(135deg); -ms-transform: translate(8px, 4px) rotate(135deg); transform: translate(8px, 4px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-heading6 { font-size: 0.9rem; }

@media screen and (max-width: 736px) { .c-heading6 { font-size: 0.8rem; } }

.c-heading6--link { position: relative; padding-left: 8px; padding-left: 13px; }

.c-heading6--link::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(8px, 4px) rotate(135deg); -ms-transform: translate(8px, 4px) rotate(135deg); transform: translate(8px, 4px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-heading-catch { font-weight: normal; font-size: 1.7rem; }

.c-heading-catch strong { font-weight: normal; }

@media screen and (max-width: 736px) { .c-heading-catch { font-size: 1.4rem; } }

.c-heading-catch--link { position: relative; padding-left: 10px; padding-left: 16px; }

.c-heading-catch--link::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(10px, 5.5px) rotate(135deg); -ms-transform: translate(10px, 5.5px) rotate(135deg); transform: translate(10px, 5.5px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 13px; height: 13px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-heading-catch-s { font-weight: normal; font-size: 1.3rem; }

.c-heading-catch-s strong { font-weight: normal; }

@media screen and (max-width: 736px) { .c-heading-catch-s { font-size: 1.1rem; } }

.c-heading-catch-s--link { position: relative; padding-left: 8px; padding-left: 15px; }

.c-heading-catch-s--link::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(8px, 4px) rotate(135deg); -ms-transform: translate(8px, 4px) rotate(135deg); transform: translate(8px, 4px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-heading-catch-s--link::after { top: -3px; }

/******************************************************************
component - heading-news
******************************************************************/
.c-heading1news { font-size: 2rem; }

@media screen and (max-width: 736px) { .c-heading1news { font-size: 1.5rem; } }

.c-heading2news { font-size: 2rem; }

.c-heading2news:not(:first-child) { margin-top: 2rem; }

@media screen and (max-width: 736px) { .c-heading2news:not(:first-child) { margin-top: 1.5rem; } }

@media screen and (max-width: 736px) { .c-heading2news { font-size: 1.5rem; } }

.c-heading3news { font-size: 1.75rem; }

@media screen and (max-width: 736px) { .c-heading3news { font-size: 1.25rem; } }

.c-heading4news { font-size: 1.5rem; }

@media screen and (max-width: 736px) { .c-heading4news { font-size: 1rem; } }

.c-heading5news { font-size: 1rem; }

@media screen and (max-width: 736px) { .c-heading5news { font-size: 0.9rem; } }

.c-heading6news { font-size: 0.9rem; }

@media screen and (max-width: 736px) { .c-heading6news { font-size: 0.8rem; } }

/******************************************************************
component - button
******************************************************************/
.c-button { color: inherit; text-decoration: none; display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid transparent; line-height: 1.5; padding: 0.5em 1.5em; }

.c-button:hover { color: #009dc9; text-decoration: none; }

.c-button--radius { border-radius: 6px; }

.c-button--circle { border-radius: 3em; }

.c-button--full { display: block; width: 100%; padding: 0.5em 1em; }

.c-button--bg-form { background-color: #9f5799; color: #ffffff !important; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-button--bg-form:hover { background-color: #7e4579; }

.c-button--bglight-form { background-color: #f5f3f5; color: #872d7f; -webkit-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-button--bglight-form:hover { background-color: #9f5799; color: #ffffff; }

.c-button--bglight-border-form { background-color: #f5f3f5; border: 1px solid #7e4579; color: #872d7f; -webkit-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-button--bglight-border-form:hover { background-color: #9f5799; color: #ffffff; }

.c-button--bglight-borderlight-form { background-color: #f5f3f5; border: 1px solid #c696c2; color: #872d7f; -webkit-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-button--bglight-borderlight-form:hover { background-color: #9f5799; color: #ffffff; }

.c-button--border-form { border: 1px solid #7e4579; color: #872d7f !important; -webkit-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-button--border-form:hover { background-color: #f5f3f5; }

.c-button--borderlight-form { border: 1px solid #c696c2; color: #872d7f !important; -webkit-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-button--borderlight-form:hover { background-color: #f5f3f5; }

.c-button:disabled { opacity: 0.6; cursor: not-allowed; }

/******************************************************************
component - badge
******************************************************************/
.c-badge { display: inline-block; text-align: center; vertical-align: 1px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1; font-size: 0.85em; border: 1px solid transparent; padding: 0.45em 0.5em 0.35em; }

@media all and (-ms-high-contrast: none) { .c-badge { padding-top: 0.65em; } }

.c-badge--full { display: block; width: 100%; }

.c-badge--new { margin: 0 0 0 8px; padding: 2px 4px; background-color: #cc475d; border-radius: 2px; color: #ffffff; font-size: 11px; font-weight: bold; }

.c-badge--new-prepend { margin: 0 8px 0 0; padding: 2px 4px; background-color: #cc475d; border-radius: 2px; color: #ffffff; font-size: 11px; font-weight: bold; }

.c-badge--required { border-radius: 3px; background-color: #dc3545; color: #ffffff; margin-right: 0.5em; padding: 0.35em 0.3em 0.25em; }

@media all and (-ms-high-contrast: none) { .c-badge--required { padding-top: 0.55em; } }

.c-badge--admission { min-width: 4.5em; }

.c-badge--admission:last-child { margin-left: 1px; }

.c-badge--people-taeget1 { color: #ffffff; border-radius: 60px; background-color: #5c97ad; padding-left: 0.8em; padding-right: 0.8em; }

.c-badge--people-alumni { border-radius: 60px; border-color: #595959; padding-left: 0.8em; padding-right: 0.8em; }

.c-badge--people-currentstudents { color: #872d7f; border-radius: 60px; border-color: #872d7f; padding-left: 0.8em; padding-right: 0.8em; }

.c-badge--people-event, .c-badge--event { border-radius: 60px; border-color: #595959; padding-left: 0.8em; padding-right: 0.8em; }

.c-badge--people-event-all, .c-badge--event-all { color: #2f2f2f !important; border-color: #2f2f2f; }

.c-badge--people-event-elementary, .c-badge--event-elementary { color: #18971e !important; border-color: #18971e; }

.c-badge--people-event-middle, .c-badge--event-middle { color: #7c1b1b !important; border-color: #7c1b1b; }

.c-badge--people-event-high, .c-badge--event-high { color: #212190 !important; border-color: #212190; }

.c-badge--people-event-exam, .c-badge--event-exam { color: #b42020 !important; border-color: #b42020; }

.c-badge--people-event-student, .c-badge--event-student { color: #872d7f !important; border-color: #872d7f; }

.c-badge--people-event-graduate, .c-badge--event-graduate { color: #595959 !important; border-color: #595959; }

.c-badge--people-event-guardian, .c-badge--event-guardian { color: #d85f77 !important; border-color: #d85f77; }

.c-badge--people-event-teacher, .c-badge--event-teacher { color: #928110 !important; border-color: #928110; }

.c-badge--people-event-international, .c-badge--event-international { color: #2a809f !important; border-color: #2a809f; }

.c-badge--people-event-general, .c-badge--event-general { color: #2f2f2f !important; border-color: #2f2f2f; }

.c-badge--people-list2-faculty-bungaku { background-color: #6994b7; color: #ffffff; }

.c-badge--people-list2-faculty-life { background-color: #cb7786; color: #ffffff; }

.c-badge--people-list2-faculty-human { background-color: #7eaaa9; color: #ffffff; }

.c-badge--people-list2-faculty-junior { background-color: #857da7; color: #ffffff; }

.c-badge--people-list2-bungaku { background-color: #5ca5bb; color: #ffffff; }

.c-badge--people-list2-eibungaku { background-color: #5bbfe1; color: #ffffff; }

.c-badge--people-list2-bibi { background-color: #8ea0ac; color: #ffffff; }

.c-badge--people-list2-diet { background-color: #e39e8a; color: #ffffff; }

.c-badge--people-list2-environment { background-color: #d2a663; color: #ffffff; }

.c-badge--people-list2-seibun { background-color: #b594bc; color: #ffffff; }

.c-badge--people-list2-gendaiseikatsu { background-color: #f0889d; color: #ffffff; }

.c-badge--people-list2-sociology { background-color: #91b19b; color: #ffffff; }

.c-badge--people-list2-Japanese-commu { background-color: #a89eab; color: #ffffff; }

.c-badge--people-list2-english-commu { background-color: #9bb2da; color: #ffffff; }

.c-badge--people-list2-department-bungaku { background-color: #6994b7; color: #ffffff; }

.c-badge--people-list2-department-life { background-color: #cb7786; color: #ffffff; }

.c-badge--people-list2-department-human { background-color: #7eaaa9; color: #ffffff; }

.c-badge--bg-news-all { background-color: #dcdddd; color: inherit; }

.c-badge--bg-news-activity { background-color: #f3cccc; color: inherit; }

.c-badge--bg-news-event { background-color: #c7d2e2; color: inherit; }

.c-badge--bg-news-global { background-color: #dbd0e6; color: inherit; }

.c-badge--bg-news-info { background-color: #d6e9ca; color: inherit; }

.c-badge--bg-news-exam { background-color: #f8e58c; color: inherit; }

.c-badge--bg-graduate { background-color: #1740a8; color: #ffffff; }

.c-badge--bg-university { background-color: #bd9c00; color: #ffffff; }

.c-badge--bg-college { background-color: #74ad18; color: #ffffff; }

.c-badge--bg-common { background-color: #af4695; color: #ffffff; }

.c-badge--bg-hino { background-color: #25adb6; color: #ffffff; }

.c-badge--bg-shibuya { background-color: #ff770a; color: #ffffff; }

.c-badge--bg-news-career { background-color: #c5d9f1; color: inherit; }

.c-badge--bg-news-life { background-color: #e6d3bd; color: inherit; }

.c-badge--border-faculty-bungaku { border: 1px solid #6994b7; color: #6994b7; }

.c-badge--border-faculty-life { border: 1px solid #cb7786; color: #cb7786; }

.c-badge--border-faculty-human { border: 1px solid #7eaaa9; color: #7eaaa9; }

.c-badge--border-faculty-junior { border: 1px solid #857da7; color: #857da7; }

.c-badge--border-bungaku { border: 1px solid #5ca5bb; color: #5ca5bb; }

.c-badge--border-eibungaku { border: 1px solid #5bbfe1; color: #5bbfe1; }

.c-badge--border-bibi { border: 1px solid #8ea0ac; color: #8ea0ac; }

.c-badge--border-diet { border: 1px solid #e39e8a; color: #e39e8a; }

.c-badge--border-environment { border: 1px solid #d2a663; color: #d2a663; }

.c-badge--border-seibun { border: 1px solid #b594bc; color: #b594bc; }

.c-badge--border-gendaiseikatsu { border: 1px solid #f0889d; color: #f0889d; }

.c-badge--border-sociology { border: 1px solid #91b19b; color: #91b19b; }

.c-badge--border-Japanese-commu { border: 1px solid #a89eab; color: #a89eab; }

.c-badge--border-english-commu { border: 1px solid #9bb2da; color: #9bb2da; }

.c-badge--border-department-bungaku { border: 1px solid #6994b7; color: #6994b7; }

.c-badge--border-department-life { border: 1px solid #cb7786; color: #cb7786; }

.c-badge--border-department-human { border: 1px solid #7eaaa9; color: #7eaaa9; }

/******************************************************************
component - list-disc
******************************************************************/
.c-list-disc__item { margin-left: 1.5em; list-style: disc; }

/******************************************************************
component - wysiwyg - list-disc
******************************************************************/
.wysiwyg ul li { margin-left: 1.5em; list-style: disc; }

/******************************************************************
component - list-disc-glid
******************************************************************/
.c-list-disc-glid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1rem; }

.c-list-disc-glid__item2 { width: calc( 50% - 1rem); margin-right: 1rem; }

.c-list-disc-glid__item3 { width: calc( 33.33333% - 1rem); margin-right: 1rem; }

.c-list-disc-glid__item4 { width: calc( 25% - 1rem); margin-right: 1rem; }

.c-list-disc-glid__item5 { width: calc( 20% - 1rem); margin-right: 1rem; }

.c-list-disc-glid__maker { display: list-item; list-style-type: disc; margin-left: 1.5em; }

@media screen and (max-width: 736px) { .c-list-disc-glid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 0; }
  .c-list-disc-glid__item2 { width: 100%; margin-right: 0; }
  .c-list-disc-glid__item3 { width: 100%; margin-right: 0; }
  .c-list-disc-glid__item4 { width: 100%; margin-right: 0; }
  .c-list-disc-glid__item5 { width: 100%; margin-right: 0; } }

/******************************************************************
component - list-order
******************************************************************/
.c-list-order__item { margin-left: 1.5em; list-style: decimal; }

/******************************************************************
component - wysiwyg - list-order
******************************************************************/
.wysiwyg ol li { margin-left: 1.5em; list-style: decimal; }

/******************************************************************
component - list-order-glid
******************************************************************/
.c-list-order-glid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1rem; }

.c-list-order-glid__item2 { width: calc( 50% - 1rem - 1.5em); margin-right: 1rem; display: list-item; list-style-type: decimal; margin-left: 1.5em; }

.c-list-order-glid__item3 { width: calc( 33.33333% - 1rem - 1.5em); margin-right: 1rem; display: list-item; list-style-type: decimal; margin-left: 1.5em; }

.c-list-order-glid__item4 { width: calc( 25% - 1rem - 1.5em); margin-right: 1rem; display: list-item; list-style-type: decimal; margin-left: 1.5em; }

.c-list-order-glid__item5 { width: calc( 20% - 1rem - 1.5em); margin-right: 1rem; display: list-item; list-style-type: decimal; margin-left: 1.5em; }

@media screen and (max-width: 736px) { .c-list-order-glid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 0; }
  .c-list-order-glid__item2 { width: 100%; margin-right: 0; }
  .c-list-order-glid__item3 { width: 100%; margin-right: 0; }
  .c-list-order-glid__item4 { width: 100%; margin-right: 0; }
  .c-list-order-glid__item5 { width: 100%; margin-right: 0; } }

/******************************************************************
component - list-notes
******************************************************************/
.c-list-notes { display: table; }

.c-list-notes__row { display: table-row; }

.c-list-notes__head { display: table-cell; white-space: nowrap; padding-right: 0.5em; }

.c-list-notes__body { display: table-cell; }

@media screen and (max-width: 736px) { .c-list-notes.sp-vertial { display: block; }
  .c-list-notes.sp-vertial > .c-list-notes__row { display: block; }
  .c-list-notes.sp-vertial > .c-list-notes__row > .c-list-notes__head { display: block; white-space: normal; padding-right: 0; }
  .c-list-notes.sp-vertial > .c-list-notes__row > .c-list-notes__body { display: block; } }

/******************************************************************
component - list-arrow
******************************************************************/
.c-list-arrow__item { position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow__item::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(14px, 0.8em) rotate(135deg); -ms-transform: translate(14px, 0.8em) rotate(135deg); transform: translate(14px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-list-arrow__item-s { position: relative; padding-left: 11px; padding-left: 1.5em; }

.c-list-arrow__item-s::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(11px, 0.8em) rotate(135deg); -ms-transform: translate(11px, 0.8em) rotate(135deg); transform: translate(11px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 6px; height: 6px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

/******************************************************************
component - list-arrow-glid
******************************************************************/
.c-list-arrow-glid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1rem; }

.c-list-arrow-glid__item2 { width: calc( 50% - 1rem); margin-right: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-glid__item2::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(14px, 0.8em) rotate(135deg); -ms-transform: translate(14px, 0.8em) rotate(135deg); transform: translate(14px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-list-arrow-glid__item3 { width: calc( 33.33333% - 1rem); margin-right: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-glid__item3::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(14px, 0.8em) rotate(135deg); -ms-transform: translate(14px, 0.8em) rotate(135deg); transform: translate(14px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-list-arrow-glid__item4 { width: calc( 25% - 1rem); margin-right: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-glid__item4::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(14px, 0.8em) rotate(135deg); -ms-transform: translate(14px, 0.8em) rotate(135deg); transform: translate(14px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-list-arrow-glid__item5 { width: calc( 20% - 1rem); margin-right: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-glid__item5::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(14px, 0.8em) rotate(135deg); -ms-transform: translate(14px, 0.8em) rotate(135deg); transform: translate(14px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .c-list-arrow-glid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 0; }
  .c-list-arrow-glid__item2 { width: 100%; margin-right: 0; }
  .c-list-arrow-glid__item3 { width: 100%; margin-right: 0; }
  .c-list-arrow-glid__item4 { width: 100%; margin-right: 0; }
  .c-list-arrow-glid__item5 { width: 100%; margin-right: 0; } }

/******************************************************************
component - list-arrow-bottom-glid
******************************************************************/
.c-list-arrow-bottom-glid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1rem; }

.c-list-arrow-bottom-glid__item2 { width: calc( 50% - 1rem); margin-right: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-bottom-glid__item2::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; -webkit-transform: translate(6px, -1.5px) rotate(-45deg); -ms-transform: translate(6px, -1.5px) rotate(-45deg); transform: translate(6px, -1.5px) rotate(-45deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-bottom: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-list-arrow-bottom-glid__item3 { width: calc( 33.33333% - 1rem); margin-right: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-bottom-glid__item3::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; -webkit-transform: translate(6px, -1.5px) rotate(-45deg); -ms-transform: translate(6px, -1.5px) rotate(-45deg); transform: translate(6px, -1.5px) rotate(-45deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-bottom: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-list-arrow-bottom-glid__item4 { width: calc( 25% - 1rem); margin-right: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-bottom-glid__item4::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; -webkit-transform: translate(6px, -1.5px) rotate(-45deg); -ms-transform: translate(6px, -1.5px) rotate(-45deg); transform: translate(6px, -1.5px) rotate(-45deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-bottom: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-list-arrow-bottom-glid__item5 { width: calc( 20% - 1rem); margin-right: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-bottom-glid__item5::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; -webkit-transform: translate(6px, -1.5px) rotate(-45deg); -ms-transform: translate(6px, -1.5px) rotate(-45deg); transform: translate(6px, -1.5px) rotate(-45deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-bottom: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .c-list-arrow-bottom-glid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 0; }
  .c-list-arrow-bottom-glid__item2 { width: 100%; margin-right: 0; }
  .c-list-arrow-bottom-glid__item3 { width: 100%; margin-right: 0; }
  .c-list-arrow-bottom-glid__item4 { width: 100%; margin-right: 0; }
  .c-list-arrow-bottom-glid__item5 { width: 100%; margin-right: 0; } }

/******************************************************************
component - list-arrow-inline
******************************************************************/
.c-list-arrow-inline > *:not(:last-child) { margin-right: 1rem; }

@media screen and (max-width: 736px) { .c-list-arrow-inline > *:not(:last-child) { margin-right: 0.75rem; } }

.c-list-arrow-inline__item { display: inline-block; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-inline__item::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(14px, 0.8em) rotate(135deg); -ms-transform: translate(14px, 0.8em) rotate(135deg); transform: translate(14px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

/******************************************************************
component - list-arrow-bottom-inline
******************************************************************/
.c-list-arrow-bottom-inline > *:not(:last-child) { margin-right: 1rem; }

@media screen and (max-width: 736px) { .c-list-arrow-bottom-inline > *:not(:last-child) { margin-right: 0.75rem; } }

.c-list-arrow-bottom-inline__item { display: inline-block; position: relative; padding-left: 20px; padding-left: 1.8em; }

.c-list-arrow-bottom-inline__item::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; -webkit-transform: translate(6px, -2.5px) rotate(-45deg); -ms-transform: translate(6px, -2.5px) rotate(-45deg); transform: translate(6px, -2.5px) rotate(-45deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-bottom: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

/******************************************************************
component - define-disc
******************************************************************/
.c-define-disc__head { display: list-item; list-style-type: disc; margin-left: 1.5em; font-weight: bold; }

.c-define-disc__body { margin-left: 1.5em; }

/******************************************************************
component - define-arrow
******************************************************************/
.c-define-arrow__head { font-weight: bold; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-define-arrow__head::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(14px, 0.8em) rotate(135deg); -ms-transform: translate(14px, 0.8em) rotate(135deg); transform: translate(14px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-define-arrow__body { margin-left: 1.5em; }

.c-define-arrow--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-define-arrow--bordersand { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.c-define-arrow--border > .c-define-arrow__head:not(:first-child) { border-top: 1px solid #d5d5d5; padding-top: 1rem; }

.c-define-arrow--border > .c-define-arrow__head:not(:first-child)::after { top: 1rem; }

.c-define-arrow--border > .c-define-arrow__body:not(:last-child) { padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-define-arrow--border > .c-define-arrow__head:not(:first-child) { padding-top: 0.75rem; }
  .c-define-arrow--border > .c-define-arrow__head:not(:first-child)::after { top: 0.75rem; }
  .c-define-arrow--border > .c-define-arrow__body:not(:last-child) { padding-bottom: 0.75rem; } }

/******************************************************************
component - image
******************************************************************/
.c-image > a { display: inline-block; }

.c-image--center { text-align: center; }

.c-image--right { text-align: right; }

.blog-life .p-department-blog .c-image img { border: 10px solid #c290be; }

.p-department-blog .c-image img { -webkit-box-sizing: border-box; box-sizing: border-box; }

.blog-bungaku .p-department-blog .c-image img { border: 10px solid #8bbfcf; }

.blog-eibungaku .p-department-blog .c-image img { border: 10px solid #7ecce8; }

.blog-bibi .p-department-blog .c-image img { border: 10px solid #a5b4bd; }

.blog-diet .p-department-blog .c-image img { border: 10px solid #ebb9ab; }

.blog-environment .p-department-blog .c-image img { border: 10px solid #dbb883; }

.blog-seibun .p-department-blog .c-image img { border: 10px solid #c7adcc; }

.blog-gendaiseikatsu .p-department-blog .c-image img { border: 10px solid #f5acbb; }

.blog-sociology .p-department-blog .c-image img { border: 10px solid #a9c2b1; }

.blog-Japanese-commu .p-department-blog .c-image img { border: 10px solid #bcb4be; }

.blog-english-commu .p-department-blog .c-image img { border: 10px solid #b9c9e5; }

.c-image__title { display: block; text-align: left; line-height: 1.5; font-weight: bold; font-size: 1.2rem; line-height: 1.6; }

@media screen and (max-width: 736px) { .c-image__title { font-size: 1.08rem; } }

.c-image--center .c-image__title { margin-right: auto; margin-left: auto; }

.c-image--right .c-image__title { margin-left: auto; }

.c-image__caption { display: block; text-align: left; line-height: 1.5; }

.c-image--center .c-image__caption { margin-right: auto; margin-left: auto; }

.c-image--right .c-image__caption { margin-left: auto; }

.c-image img:not(:first-child) { margin-top: 0.5rem; }

@media screen and (max-width: 736px) { .c-image img:not(:first-child) { margin-top: 0.375rem; } }

.c-image img:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-image img:not(:last-child) { margin-bottom: 0.375rem; } }

/******************************************************************
component - image-row
******************************************************************/
.c-image-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; margin-bottom: -1rem; }

.c-image-row--center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.c-image-row--right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.c-image-row__item { margin-right: 0.5rem; margin-left: 0.5rem; margin-bottom: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 736px) { .c-image-row:not(.sp-keep):not(.sp-grid) { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 0; margin-left: 0; margin-bottom: -0.75rem; }
  .c-image-row:not(.sp-keep):not(.sp-grid) > .c-image-row__item { width: 100%; margin-right: 0; margin-left: 0; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -0.375rem; margin-left: -0.375rem; margin-bottom: -0.75rem; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item2 { width: calc( 50% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item3 { width: calc( 33.33333% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item4 { width: calc( 25% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item5 { width: calc( 20% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item6 { width: calc( 16.66667% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; } }

/******************************************************************
component - text-row
******************************************************************/
.c-text-row { display: -webkit-box; display: -ms-flexbox; display: flex; }

.c-text-row--bg-gray { background-color: #f3f3f2; }

.c-text-row--bg-gray > .c-text-row__body-right { padding: 1.5rem 1.5rem 1.5rem 0.5rem; }

@media screen and (max-width: 736px) { .c-text-row--bg-gray > .c-text-row__body-right { padding: 0 1.125rem 1.125rem 1.125rem; } }

.c-text-row--bg-gray > .c-text-row__body-left { padding: 1.5rem 0.5rem 1.5rem 1.5rem; }

@media screen and (max-width: 736px) { .c-text-row--bg-gray > .c-text-row__body-left { padding: 0 1.125rem 1.125rem 1.125rem; } }

.c-text-row--inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.c-text-row--center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-text-row--end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.c-text-row > .c-text-row__head-left { -webkit-box-sizing: border-box; box-sizing: border-box; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-right: 1rem; }

.c-text-row > .c-text-row__head-left .c-text-row__bg-border { position: relative; display: inline-block; margin-bottom: 15px; }

.c-text-row > .c-text-row__head-left .c-text-row__bg-border::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border.png); -webkit-transform: translate(15px, 15px); -ms-transform: translate(15px, 15px); transform: translate(15px, 15px); }

.c-text-row > .c-text-row__head-left .c-text-row__bg-border img { position: relative; z-index: +1; }

.c-text-row > .c-text-row__head-right { -webkit-box-sizing: border-box; box-sizing: border-box; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 1rem; }

.c-text-row > .c-text-row__head-right .c-text-row__bg-border { margin-top: 15px; }

.c-text-row > .c-text-row__head-right .c-text-row__bg-border-inner { position: relative; display: inline-block; }

.c-text-row > .c-text-row__head-right .c-text-row__bg-border-inner::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border.png); -webkit-transform: translate(-15px, -15px); -ms-transform: translate(-15px, -15px); transform: translate(-15px, -15px); }

.c-text-row > .c-text-row__head-right .c-text-row__bg-border-inner img { position: relative; z-index: +1; }

.c-text-row > .c-text-row__body-right { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.c-text-row > .c-text-row__body-left { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

@media print, screen and (max-width: 800px) { .c-text-row > .c-text-row__head-left { max-width: 50%; }
  .c-text-row > .c-text-row__head-right { max-width: 50%; } }

@media screen and (max-width: 736px) { .c-text-row--center:not(.sp-keep) { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .c-text-row--center:not(.sp-keep) > .c-text-row__head-left { width: 100%; }
  .c-text-row--center:not(.sp-keep) > .c-text-row__head-right { width: 100%; }
  .c-text-row--center:not(.sp-keep) > .c-text-row__body-right { width: 100%; }
  .c-text-row--center:not(.sp-keep) > .c-text-row__body-left { width: 100%; }
  .c-text-row:not(.sp-keep) { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .c-text-row:not(.sp-keep) > .c-text-row__head-left { margin-right: 0; margin-bottom: 0.75rem; text-align: center; max-width: none; }
  .c-text-row:not(.sp-keep).sp-bottom > .c-text-row__head-left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-bottom: 0; margin-top: 0.75rem; }
  .c-text-row:not(.sp-keep) > .c-text-row__head-right { margin-left: 0; margin-bottom: 0.75rem; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; text-align: center; max-width: none; }
  .c-text-row:not(.sp-keep).sp-bottom > .c-text-row__head-right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-bottom: 0; margin-top: 0.75rem; }
  .c-text-row:not(.sp-keep).sp-bottom > .c-text-row__body-right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .c-text-row:not(.sp-keep) > .c-text-row__body-left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .c-text-row:not(.sp-keep).sp-bottom > .c-text-row__body-left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .c-text-row.sp-keep > .c-text-row__head-left { margin-right: 0.75rem; max-width: 40%; }
  .c-text-row.sp-keep > .c-text-row__head-right { margin-left: 0.75rem; max-width: 40%; } }

.c-text-row--2x > .c-text-row__head-left { margin-right: 2rem; }

.c-text-row--2x > .c-text-row__head-right { margin-left: 2rem; }

@media screen and (max-width: 736px) { .c-text-row--2x:not(.sp-keep) > .c-text-row__head-left, .c-text-row--2x:not(.sp-keep) > .c-text-row__head-right { margin-bottom: 1.5rem; }
  .c-text-row--2x:not(.sp-keep).sp-bottom > .c-text-row__head-left, .c-text-row--2x:not(.sp-keep).sp-bottom > .c-text-row__head-right { margin-top: 1.5rem; }
  .c-text-row--2x.sp-keep > .c-text-row__head-left { margin-right: 1.5rem; }
  .c-text-row--2x.sp-keep > .c-text-row__head-right { margin-left: 1.5rem; } }

/******************************************************************
component - text-around
******************************************************************/
.c-text-around::after { content: ""; display: block; clear: both; }

.c-text-around--bg-gray { background-color: #f3f3f2; }

.c-text-around--bg-gray > .c-text-around__body--right { padding: 1.5rem; }

@media screen and (max-width: 736px) { .c-text-around--bg-gray > .c-text-around__body--right { padding: 0 1.125rem 1.125rem 1.125rem; } }

.c-text-around--bg-gray > .c-text-around__body--left { padding: 1.5rem; }

@media screen and (max-width: 736px) { .c-text-around--bg-gray > .c-text-around__body--left { padding: 0 1.125rem 1.125rem 1.125rem; } }

.c-text-around > .c-text-around__image--left { display: block; float: left; margin-right: 1rem; margin-bottom: 1rem; }

.c-text-around > .c-text-around__image--left .c-text-around__bg-border { position: relative; display: inline-block; margin-bottom: 15px; }

.c-text-around > .c-text-around__image--left .c-text-around__bg-border::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border.png); -webkit-transform: translate(15px, 15px); -ms-transform: translate(15px, 15px); transform: translate(15px, 15px); }

.c-text-around > .c-text-around__image--left .c-text-around__bg-border img { position: relative; z-index: +1; }

.c-text-around > .c-text-around__image--right { display: block; float: right; margin-left: 1rem; margin-bottom: 1rem; }

.c-text-around > .c-text-around__image--right .c-text-around__bg-border { margin-top: 15px; }

.c-text-around > .c-text-around__image--right .c-text-around__bg-border-inner { position: relative; display: inline-block; }

.c-text-around > .c-text-around__image--right .c-text-around__bg-border-inner::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border.png); -webkit-transform: translate(-15px, -15px); -ms-transform: translate(-15px, -15px); transform: translate(-15px, -15px); }

.c-text-around > .c-text-around__image--right .c-text-around__bg-border-inner img { position: relative; z-index: +1; }

@media print, screen and (max-width: 1260px) { .c-text-around > .c-text-around__image--left { max-width: 50%; }
  .c-text-around > .c-text-around__image--right { max-width: 50%; } }

@media screen and (max-width: 736px) { .c-text-around:not(.sp-keep) > .c-text-around__image--left { float: none; margin-right: 0; margin-bottom: 0.75rem; text-align: center; max-width: none; }
  .c-text-around:not(.sp-keep) > .c-text-around__image--right { float: none; margin-left: 0; margin-bottom: 0.75rem; text-align: center; max-width: none; }
  .c-text-around.sp-keep > .c-text-around__image--left { margin-right: 0.75rem; max-width: 40%; }
  .c-text-around.sp-keep > .c-text-around__image--right { margin-left: 0.75rem; max-width: 40%; } }

.c-text-around--2x > .c-text-around__image--left { margin-right: 2rem; margin-bottom: 2rem; }

.c-text-around--2x > .c-text-around__image--right { margin-left: 2rem; margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .c-text-around--2x:not(.sp-keep) > .c-text-around__image--left, .c-text-around--2x:not(.sp-keep) > .c-text-around__image--right { margin-bottom: 1.5rem; }
  .c-text-around--2x.sp-keep > .c-text-around__image--left { margin-right: 1.5rem; }
  .c-text-around--2x.sp-keep > .c-text-around__image--right { margin-left: 1.5rem; } }

/******************************************************************
component - table
******************************************************************/
.c-table { width: 100%; }

.c-table__caption { font-weight: bold; font-size: 1.2rem; line-height: 1.6; text-align: left; }

@media screen and (max-width: 736px) { .c-table__caption { font-size: 1.08rem; } }

.p-department-blog .c-table__data { background: #ffffff; }

.c-table--type1 .c-table__data--bg { background-color: #f6f6f6; }

.c-table--type2 .c-table__data { border-color: #009dc9; }

.c-table--type2 .c-table__data--bg { background-color: #e5f4f8; }

.c-table__data { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d5d5d5; text-align: left; padding-right: 1rem; padding-left: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; }

@media screen and (max-width: 736px) { .c-table__data { padding-right: 0.75rem; padding-left: 0.75rem; } }

@media screen and (max-width: 736px) { .c-table__data { padding-top: 0.5625rem; padding-bottom: 0.5625rem; } }

.c-table__calendartitle { background-color: #f2f0f2; text-align: center; }

.c-table .holiday span.date { color: #b05050 !important; }

.c-table .weekend span.date { color: #316c99 !important; }

.c-table__calendartd { vertical-align: top; height: 5em; }

.c-table__s-calendartitle { background-color: #f2f0f2; text-align: center; }

@media screen and (max-width: 736px) { .c-table__s-calendartitle { padding-right: 0rem; padding-left: 0rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .c-table__s-calendartitle { padding-right: 0rem; padding-left: 0rem; } }

.c-table__s-calendartd { text-align: center; padding-right: 0.5rem; padding-left: 0.5rem; }

@media screen and (max-width: 736px) { .c-table__s-calendartd { padding-right: 0.375rem; padding-left: 0.375rem; } }

@media screen and (max-width: 736px) { .c-table__s-calendartd { padding-right: 0rem; padding-left: 0rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .c-table__s-calendartd { padding-right: 0rem; padding-left: 0rem; } }

/******************************************************************
component - wysiwyg - table
******************************************************************/
.wysiwyg table { width: 100%; }

.wysiwyg table th, .wysiwyg table td { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d5d5d5; padding-right: 1rem; padding-left: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; }

@media screen and (max-width: 736px) { .wysiwyg table th, .wysiwyg table td { padding-right: 0.75rem; padding-left: 0.75rem; } }

@media screen and (max-width: 736px) { .wysiwyg table th, .wysiwyg table td { padding-top: 0.5625rem; padding-bottom: 0.5625rem; } }

.wysiwyg table th { background-color: #009dc9; color: #ffffff; text-align: left; }

.wysiwyg table .bg { background-color: #f3f3f3; }

.wysiwyg table th.bg { color: inherit; font-weight: normal; }

/******************************************************************
component - table-borderrow
******************************************************************/
.c-table-borderrow { width: 100%; border-bottom: 1px solid #d5d5d5; }

.c-table-borderrow--stripe *:not(thead) tr:nth-child(odd) { background-color: #fafafa; }

.c-table-borderrow--stripe-even *:not(thead) tr:nth-child(even) { background-color: #fafafa; }

.c-table-borderrow__caption { font-weight: bold; font-size: 1.2rem; line-height: 1.6; text-align: left; }

@media screen and (max-width: 736px) { .c-table-borderrow__caption { font-size: 1.08rem; } }

@media screen and (max-width: 736px) { .c-table-borderrow.sp-column { display: block; width: 100%; }
  .c-table-borderrow.sp-column tbody, .c-table-borderrow.sp-column__data { display: block; width: 100%; } }

.c-table-borderrow__data { -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 1px solid #d5d5d5; text-align: left; padding-right: 1rem; padding-left: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; }

@media screen and (max-width: 736px) { .c-table-borderrow__data { padding-right: 0.75rem; padding-left: 0.75rem; } }

@media screen and (max-width: 736px) { .c-table-borderrow__data { padding-top: 0.5625rem; padding-bottom: 0.5625rem; } }

/******************************************************************
component - table-scroll
******************************************************************/
.c-table-scroll { overflow-x: auto; }

.c-table-scroll::-webkit-scrollbar { width: 5px; background: #F1F1F1; }

.c-table-scroll::-webkit-scrollbar:horizontal { height: 5px; background: #F1F1F1; }

.c-table-scroll::-webkit-scrollbar-thumb { background: #BCBCBC; border-radius: 2px; }

.c-table-scroll::-webkit-scrollbar-thumb:horizontal { background: #BCBCBC; border-radius: 2px; }

@media screen and (max-width: 736px) { .c-sp-table-scroll { overflow-x: auto; }
  .c-sp-table-scroll::-webkit-scrollbar { width: 5px; background: #F1F1F1; }
  .c-sp-table-scroll::-webkit-scrollbar:horizontal { height: 5px; background: #F1F1F1; }
  .c-sp-table-scroll::-webkit-scrollbar-thumb { background: #BCBCBC; border-radius: 2px; }
  .c-sp-table-scroll::-webkit-scrollbar-thumb:horizontal { background: #BCBCBC; border-radius: 2px; } }

/******************************************************************
component - news-row
******************************************************************/
.c-news-row { display: table; width: 100%; }

.c-news-row--side .c-news-row__time { padding-left: 1rem; }

.c-news-row--side .c-news-row__body { padding-right: 1rem; }

.c-news-row--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-row--bordersand { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__time, .c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__body { border-top: 1px solid #d5d5d5; padding-top: 1rem; }

.c-news-row__item { display: table-row; }

.c-news-row__item:not(:last-child) .c-news-row__body { padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-row__item:not(:last-child) .c-news-row__body { padding-bottom: 0.75rem; } }

.c-news-row__time { display: table-cell; vertical-align: top; white-space: nowrap; width: 1%; color: #009dc9; }

.color-faculty-bungaku .c-news-row__time { color: #6994b7; }

.color-faculty-life .c-news-row__time { color: #cb7786; }

.color-faculty-human .c-news-row__time { color: #7eaaa9; }

.color-faculty-junior .c-news-row__time { color: #857da7; }

.color-bungaku .c-news-row__time { color: #5ca5bb; }

.color-eibungaku .c-news-row__time { color: #5bbfe1; }

.color-bibi .c-news-row__time { color: #8ea0ac; }

.color-diet .c-news-row__time { color: #e39e8a; }

.color-environment .c-news-row__time { color: #d2a663; }

.color-seibun .c-news-row__time { color: #b594bc; }

.color-gendaiseikatsu .c-news-row__time { color: #f0889d; }

.color-sociology .c-news-row__time { color: #91b19b; }

.color-Japanese-commu .c-news-row__time { color: #a89eab; }

.color-english-commu .c-news-row__time { color: #9bb2da; }

.color-department-bungaku .c-news-row__time { color: #6994b7; }

.color-department-life .c-news-row__time { color: #cb7786; }

.color-department-human .c-news-row__time { color: #7eaaa9; }

.c-news-row__body { display: table-cell; vertical-align: top; padding-left: 0.6rem; }

.c-news-row__body a { color: inherit; text-decoration: none; }

.c-news-row__body a:hover { color: #009dc9; text-decoration: none; }

@media screen and (max-width: 736px) { .c-news-row { display: block; }
  .c-news-row--side .c-news-row__time { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-news-row--side .c-news-row__body { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__time { padding-top: 0.75rem; }
  .c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__body { border-top: 0; padding-top: 0; }
  .c-news-row__item { display: block; }
  .c-news-row__time { display: block; width: auto; color: #009dc9; }
  .color-faculty-bungaku .c-news-row__time { color: #6994b7; }
  .color-faculty-life .c-news-row__time { color: #cb7786; }
  .color-faculty-human .c-news-row__time { color: #7eaaa9; }
  .color-faculty-junior .c-news-row__time { color: #857da7; }
  .color-bungaku .c-news-row__time { color: #5ca5bb; }
  .color-eibungaku .c-news-row__time { color: #5bbfe1; }
  .color-bibi .c-news-row__time { color: #8ea0ac; }
  .color-diet .c-news-row__time { color: #e39e8a; }
  .color-environment .c-news-row__time { color: #d2a663; }
  .color-seibun .c-news-row__time { color: #b594bc; }
  .color-gendaiseikatsu .c-news-row__time { color: #f0889d; }
  .color-sociology .c-news-row__time { color: #91b19b; }
  .color-Japanese-commu .c-news-row__time { color: #a89eab; }
  .color-english-commu .c-news-row__time { color: #9bb2da; }
  .color-department-bungaku .c-news-row__time { color: #6994b7; }
  .color-department-life .c-news-row__time { color: #cb7786; }
  .color-department-human .c-news-row__time { color: #7eaaa9; }
  .c-news-row__body { display: block; padding-left: 0; }
  .c-news-row__body a { color: inherit; text-decoration: none; }
  .c-news-row__body a:hover { color: #009dc9; text-decoration: none; } }

/******************************************************************
component - news-icon-row
******************************************************************/
.c-news-icon-row { display: table; width: 100%; }

.c-news-icon-row--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-icon-row--bordersand { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__time, .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__icon, .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__body { border-top: 1px solid #d5d5d5; padding-top: 1rem; }

.c-news-icon-row__item { display: table-row; vertical-align: top; }

.c-news-icon-row__item:not(:last-child) .c-news-icon-row__body { padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-icon-row__item:not(:last-child) .c-news-icon-row__body { padding-bottom: 0.75rem; } }

.c-news-icon-row__time { display: table-cell; vertical-align: top; white-space: nowrap; width: 1%; padding-right: 0.6rem; color: #009dc9; }

@media screen and (max-width: 736px) { .c-news-icon-row__time { padding-right: 0.45rem; } }

.color-faculty-bungaku .c-news-icon-row__time { color: #6994b7; }

.color-faculty-life .c-news-icon-row__time { color: #cb7786; }

.color-faculty-human .c-news-icon-row__time { color: #7eaaa9; }

.color-faculty-junior .c-news-icon-row__time { color: #857da7; }

.color-bungaku .c-news-icon-row__time { color: #5ca5bb; }

.color-eibungaku .c-news-icon-row__time { color: #5bbfe1; }

.color-bibi .c-news-icon-row__time { color: #8ea0ac; }

.color-diet .c-news-icon-row__time { color: #e39e8a; }

.color-environment .c-news-icon-row__time { color: #d2a663; }

.color-seibun .c-news-icon-row__time { color: #b594bc; }

.color-gendaiseikatsu .c-news-icon-row__time { color: #f0889d; }

.color-sociology .c-news-icon-row__time { color: #91b19b; }

.color-Japanese-commu .c-news-icon-row__time { color: #a89eab; }

.color-english-commu .c-news-icon-row__time { color: #9bb2da; }

.color-department-bungaku .c-news-icon-row__time { color: #6994b7; }

.color-department-life .c-news-icon-row__time { color: #cb7786; }

.color-department-human .c-news-icon-row__time { color: #7eaaa9; }

.c-news-icon-row__icon { display: table-cell; vertical-align: top; white-space: nowrap; width: 1%; }

.c-news-icon-row__icon > * { display: block; }

.c-news-icon-row__icon--long .c-badge { min-width: 9em; display: inline-block; }

.c-news-icon-row__body { display: table-cell; vertical-align: top; padding-left: 0.6rem; }

.c-news-icon-row__body a { color: inherit; text-decoration: none; }

.c-news-icon-row__body a:hover { color: #009dc9; text-decoration: none; }

@media screen and (max-width: 736px) { .c-news-icon-row { display: block; }
  .c-news-icon-row--side .c-news-icon-row__time { padding-left: 0.75rem; }
  .c-news-icon-row--side .c-news-icon-row__body { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__time, .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__icon, .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__body { padding-top: 0.75rem; }
  .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__body { border-top: 0; padding-top: 0; }
  .c-news-icon-row__item { display: block; }
  .c-news-icon-row__time { display: block; width: auto; float: left; color: #009dc9; }
  .color-faculty-bungaku .c-news-icon-row__time { color: #6994b7; }
  .color-faculty-life .c-news-icon-row__time { color: #cb7786; }
  .color-faculty-human .c-news-icon-row__time { color: #7eaaa9; }
  .color-faculty-junior .c-news-icon-row__time { color: #857da7; }
  .color-bungaku .c-news-icon-row__time { color: #5ca5bb; }
  .color-eibungaku .c-news-icon-row__time { color: #5bbfe1; }
  .color-bibi .c-news-icon-row__time { color: #8ea0ac; }
  .color-diet .c-news-icon-row__time { color: #e39e8a; }
  .color-environment .c-news-icon-row__time { color: #d2a663; }
  .color-seibun .c-news-icon-row__time { color: #b594bc; }
  .color-gendaiseikatsu .c-news-icon-row__time { color: #f0889d; }
  .color-sociology .c-news-icon-row__time { color: #91b19b; }
  .color-Japanese-commu .c-news-icon-row__time { color: #a89eab; }
  .color-english-commu .c-news-icon-row__time { color: #9bb2da; }
  .color-department-bungaku .c-news-icon-row__time { color: #6994b7; }
  .color-department-life .c-news-icon-row__time { color: #cb7786; }
  .color-department-human .c-news-icon-row__time { color: #7eaaa9; }
  .c-news-icon-row__icon { display: block; width: auto; }
  .c-news-icon-row__icon > * { width: auto; }
  .c-news-icon-row__body { display: block; padding-left: 0; }
  .c-news-icon-row__body a { color: inherit; text-decoration: none; }
  .c-news-icon-row__body a:hover { color: #009dc9; text-decoration: none; } }

/******************************************************************
component - forms-row
******************************************************************/
.c-forms-row { display: table; width: 100%; }

.c-forms-row--side .c-forms-row__head { padding-left: 1rem; }

.c-forms-row--side .c-forms-row__body { padding-right: 1rem; }

.c-forms-row--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; }

.c-forms-row--bordersand .c-forms-row__item:first-child .c-forms-row__head, .c-forms-row--bordersand .c-forms-row__item:first-child .c-forms-row__body { padding-top: 1rem; }

.c-forms-row--bordersand .c-forms-row__item:last-child .c-forms-row__head, .c-forms-row--bordersand .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 1rem; }

.c-forms-row--border .c-forms-row__item:not(:first-child) .c-forms-row__head, .c-forms-row--border .c-forms-row__item:not(:first-child) .c-forms-row__body { border-top: 1px solid #d5d5d5; padding-top: 1rem; }

.c-forms-row--stripe .c-forms-row__item:nth-child(odd) { background-color: #ecefef; }

.c-forms-row--stripe .c-forms-row__head, .c-forms-row--stripe .c-forms-row__body { padding-top: 1rem; }

.c-forms-row--stripe .c-forms-row__item:last-child .c-forms-row__head, .c-forms-row--stripe .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 1rem; }

.c-forms-row--stripe-even .c-forms-row__item:nth-child(even) { background-color: #ecefef; }

.c-forms-row--stripe-even .c-forms-row__item:not(:first-child) .c-forms-row__head, .c-forms-row--stripe-even .c-forms-row__item:not(:first-child) .c-forms-row__body { padding-top: 1rem; }

.c-forms-row--stripe-even .c-forms-row__item:last-child .c-forms-row__head, .c-forms-row--stripe-even .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 1rem; }

.c-forms-row__item { display: table-row; }

.c-forms-row__item:not(:last-child) .c-forms-row__head, .c-forms-row__item:not(:last-child) .c-forms-row__body { padding-bottom: 1rem; }

.c-forms-row__head { display: table-cell; vertical-align: top; width: 25%; min-width: 25%; padding-right: 1rem; }

.c-forms-row__head > :first-child { padding-top: 0.25em; }

.c-forms-row__title { display: block; font-weight: bold; }

.c-forms-row__body { display: table-cell; vertical-align: top; }

@media screen and (max-width: 736px) { .c-forms-row { display: block; }
  .c-forms-row--side .c-forms-row__head { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-forms-row--side .c-forms-row__body { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-forms-row--bordersand .c-forms-row__item:first-child .c-forms-row__head { padding-top: 0.75rem; }
  .c-forms-row--bordersand .c-forms-row__item:first-child .c-forms-row__body { padding-top: 0; }
  .c-forms-row--bordersand .c-forms-row__item:last-child .c-forms-row__head { padding-bottom: 0; }
  .c-forms-row--bordersand .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 0.75rem; }
  .c-forms-row--border .c-forms-row__item:not(:first-child) .c-forms-row__head { padding-top: 0.75rem; }
  .c-forms-row--border .c-forms-row__item:not(:first-child) .c-forms-row__body { border-top: 0; padding-top: 0; }
  .c-forms-row--stripe .c-forms-row__head { padding-top: 0.75rem; }
  .c-forms-row--stripe .c-forms-row__body { padding-top: 0; }
  .c-forms-row--stripe .c-forms-row__item:last-child .c-forms-row__head { padding-bottom: 0; }
  .c-forms-row--stripe .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 0.75rem; }
  .c-forms-row--stripe-even .c-forms-row__item:nth-child(even) { background-color: #ecefef; }
  .c-forms-row--stripe-even .c-forms-row__item:not(:first-child) .c-forms-row__head { padding-top: 0.75rem; }
  .c-forms-row--stripe-even .c-forms-row__item:not(:first-child) .c-forms-row__body { padding-top: 0; }
  .c-forms-row--stripe-even .c-forms-row__item:last-child .c-forms-row__head { padding-bottom: 0; }
  .c-forms-row--stripe-even .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 0.75rem; }
  .c-forms-row__item { display: block; }
  .c-forms-row__item:not(:last-child) .c-forms-row__head { padding-bottom: 0; }
  .c-forms-row__item:not(:last-child) .c-forms-row__body { padding-bottom: 0.75rem; }
  .c-forms-row__head { display: block; width: auto; min-width: 0; padding-right: 0; }
  .c-forms-row__head > :first-child { padding-top: 0; }
  .c-forms-row__body { display: block; } }

/******************************************************************
component - form-control
******************************************************************/
input.c-form-control, textarea.c-form-control { -webkit-appearance: none; }

.c-form-control { -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; padding: 0.25em 0.5em; background-color: #ffffff; border-radius: 6px; border: 1px solid #d5d5d5; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

select.c-form-control { height: calc(1.8em + ($form-gutter-vertical*2) + 2px); }

.c-form-control:disabled { background: #EEE; opacity: 0.6; cursor: not-allowed; }

.c-form-control.is-valid { border: 1px solid #76c26e; background: #f6fef2; }

.c-form-control.is-invalid { border: 1px solid #f17995; background: #fff1f1; }

.c-form-control:focus:not([readonly]) { border-color: #cccccc; -webkit-box-shadow: 0 0 2px 3px rgba(204, 204, 204, 0.25); box-shadow: 0 0 2px 3px rgba(204, 204, 204, 0.25); outline: 0; }

.c-form-control--full { display: block; width: 100%; }

.c-invalid { color: #f40940; }

@media screen and (max-width: 736px) { .c-sp-form-control--full { display: block; width: 100%; }
  .c-sp-form-control--full select { width: 100%; } }

/******************************************************************
component - check-control
******************************************************************/
.c-check-control--row { display: inline-block; margin-right: 0.75em; }

.c-check-control [type="checkbox"], .c-check-control [type="radio"] { margin-right: 0.3em; vertical-align: middle; }

/******************************************************************
component - check-style
******************************************************************/
.c-check-style { min-height: 25px; }

.c-check-style--row { display: inline-block; margin-right: 0.75em; }

.c-check-style [type="checkbox"], .c-check-style [type="radio"] { display: none; }

.c-check-style__checkbox, .c-check-style [type="checkbox"] + * { position: relative; padding-left: calc(25px + 0.5em); }

.c-check-style__checkbox::before, .c-check-style__checkbox::after, .c-check-style [type="checkbox"] + *::before, .c-check-style [type="checkbox"] + *::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; }

.c-check-style__checkbox::before, .c-check-style [type="checkbox"] + *::before { top: 0; bottom: 0; left: 0; width: 25px; height: 25px; border: 1px solid #d5d5d5; border-radius: 2px; }

.c-check-style__checkbox::after, .c-check-style [type="checkbox"] + *::after { top: 0; bottom: -2.5px; left: 7.5px; width: 10px; height: 15px; border-bottom: 3px solid #9f5799; border-right: 3px solid #9f5799; -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transform: rotate(40deg) scale(0); -ms-transform: rotate(40deg) scale(0); transform: rotate(40deg) scale(0); }

.c-check-style [type="checkbox"]:checked + *::after { bottom: 2.5px; -webkit-transform: rotate(40deg) scale(1); -ms-transform: rotate(40deg) scale(1); transform: rotate(40deg) scale(1); }

.c-check-style.is-active .c-check-style__checkbox::after { bottom: 2.5px; -webkit-transform: rotate(40deg) scale(1); -ms-transform: rotate(40deg) scale(1); transform: rotate(40deg) scale(1); }

.c-check-style [type="checkbox"]:disabled + * { opacity: 0.6; cursor: not-allowed; }

.c-check-style [type="checkbox"]:disabled + *::before { background: #EEE; }

.c-check-style.is-valid [type="checkbox"] + * { color: #448e3c; }

.c-check-style.is-valid [type="checkbox"] + *::before { border-color: #76c26e; background: #f6fef2; }

.c-check-style.is-valid [type="checkbox"] + *::after { border-color: #448e3c; }

.c-check-style.is-invalid [type="checkbox"] + * { color: #e71d4c; }

.c-check-style.is-invalid [type="checkbox"] + *::before { border-color: #f17995; background: #fff1f1; }

.c-check-style.is-invalid [type="checkbox"] + *::after { border-color: #e71d4c; }

.c-check-style__radio, .c-check-style [type="radio"] + * { position: relative; padding-left: calc(25px + 0.5em); }

.c-check-style__radio::before, .c-check-style__radio::after, .c-check-style [type="radio"] + *::before, .c-check-style [type="radio"] + *::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; border-radius: 100%; }

.c-check-style__radio::before, .c-check-style [type="radio"] + *::before { top: 0; bottom: 0; left: 0; width: 25px; height: 25px; border: 1px solid #d5d5d5; background-color: #ffffff; }

.c-check-style__radio::after, .c-check-style [type="radio"] + *::after { top: 0; bottom: 0; left: 5px; width: 15px; height: 15px; background-color: #9f5799; -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

.c-check-style [type="radio"]:checked + *::after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.c-check-style.is-active .c-check-style__radio::after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.c-check-style [type="radio"]:disabled + * { opacity: 0.6; cursor: not-allowed; }

.c-check-style [type="radio"]:disabled + *::before { background: #EEE; }

.c-check-style.is-valid [type="radio"] + * { color: #448e3c; }

.c-check-style.is-valid [type="radio"] + *::before { border-color: #76c26e; background: #f6fef2; }

.c-check-style.is-valid [type="radio"] + *::after { background: #448e3c; }

.c-check-style.is-invalid [type="radio"] + * { color: #e71d4c; }

.c-check-style.is-invalid [type="radio"] + *::before { border-color: #f17995; background: #fff1f1; }

.c-check-style.is-invalid [type="radio"] + *::after { background: #e71d4c; }

/******************************************************************
component - select-style
******************************************************************/
.c-select-style { display: inline-block; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; border-radius: 6px; border: 1px solid #d5d5d5; }

.c-select-style::before { content: ""; position: absolute; margin: auto; top: 0; bottom: 0.3em; right: 0.9em; width: 5px; height: 5px; border-top: 2px solid #9f5799; border-right: 2px solid #9f5799; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }

.c-select-style.is-valid { border: 1px solid #76c26e; background: #f6fef2; }

.c-select-style.is-invalid { border: 1px solid #f17995; background: #fff1f1; }

.c-select-style--full { display: block; width: 100%; }

.c-select-style select { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; vertical-align: middle; padding: 0.25em 1.9em 0.25em 0.5em; border: 0; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; background: transparent; position: relative; z-index: +1; -moz-appearance: none; -webkit-appearance: none; appearance: none; }

.c-select-style select::-ms-expand { display: none; }

.c-select-style select:disabled { background: #EEE; opacity: 0.6; cursor: not-allowed; }

.c-select-style select:focus { border-color: #cccccc; -webkit-box-shadow: 0 0 2px 3px rgba(204, 204, 204, 0.25); box-shadow: 0 0 2px 3px rgba(204, 204, 204, 0.25); outline: 0; }

@media screen and (max-width: 736px) { .c-sp-select-style--full { display: block; width: 100%; }
  .c-sp-select-style--full select { width: 100%; } }

/******************************************************************
component - youtube
******************************************************************/
.c-youtube { max-width: 480px; }

.c-youtube--center { margin-right: auto; margin-left: auto; }

.c-youtube--right { margin-left: auto; }

.c-youtube--full { max-width: none; }

.c-youtube__title { display: block; text-align: left; line-height: 1.5; font-weight: bold; font-size: 1.2rem; line-height: 1.6; }

@media screen and (max-width: 736px) { .c-youtube__title { font-size: 1.08rem; } }

.c-youtube__caption { display: block; text-align: left; line-height: 1.5; }

.c-youtube__inner { position: relative; padding-top: 56.25%; }

.c-youtube__inner > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.c-youtube__inner:not(:first-child) { margin-top: 0.5rem; }

@media screen and (max-width: 736px) { .c-youtube__inner:not(:first-child) { margin-top: 0.375rem; } }

.c-youtube__inner:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-youtube__inner:not(:last-child) { margin-bottom: 0.375rem; } }

/******************************************************************
component - card
******************************************************************/
.c-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 1px solid #b9b9b9; }

a.c-card { color: inherit; text-decoration: none; }

a.c-card:hover { color: #009dc9; text-decoration: none; }

.c-card--borderless { border: 0 !important; }

.c-card--bordersand { border-left: 0 !important; border-right: 0 !important; }

.c-card--overlap + .c-card { border-top: 0 !important; }

.c-card--radius { border-radius: 6px; }

.c-card--radius .c-card__head, .c-card--radius .c-card__headimage img { border-top-right-radius: 6px; border-top-left-radius: 6px; }

.c-card--radius .c-card__body { border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }

.c-card--border-type1 { border: 1px solid #b9b9b9; }

.c-card--border-type2 { border: 1px solid #009dc9; }

.c-card--bg-type1 { background-color: #fbfbfb; }

.c-card--bg-type2 { background-color: #e5f4f8; }

.c-card__head { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding-top: 0.75rem; padding-bottom: 0.75rem; padding-right: 1rem; padding-left: 1rem; min-height: 0%; }

@media screen and (max-width: 736px) { .c-card__head { padding-top: 0.5625rem; padding-bottom: 0.5625rem; } }

@media screen and (max-width: 736px) { .c-card__head { padding-right: 0.75rem; padding-left: 0.75rem; } }

.c-card__heading { font-weight: normal; }

.c-card__heading--link { color: #009dc9; font-size: 1.3rem; position: relative; padding-left: 8px; padding-left: 15px; }

@media screen and (max-width: 736px) { .c-card__heading--link { font-size: 1.1rem; } }

.c-card__heading--link::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(8px, 4px) rotate(135deg); -ms-transform: translate(8px, 4px) rotate(135deg); transform: translate(8px, 4px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-card__heading--link::after { top: -3px; }

.c-card__head + .c-card__body { border-top: 1px solid #b9b9b9; }

.c-card__body { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding: 1rem; min-height: 0%; }

@media screen and (max-width: 736px) { .c-card__body { padding: 0.75rem; } }

.c-card__title { font-weight: normal; }

.c-card__title--link { color: #009dc9; font-size: 1.3rem; position: relative; padding-left: 8px; padding-left: 15px; }

@media screen and (max-width: 736px) { .c-card__title--link { font-size: 1.1rem; } }

.c-card__title--link::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(8px, 4px) rotate(135deg); -ms-transform: translate(8px, 4px) rotate(135deg); transform: translate(8px, 4px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-card__title--link::after { top: -3px; }

.c-card__headimage { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; text-align: center; min-height: 0%; }

/******************************************************************
component - vertical-area
******************************************************************/
/******************************************************************
component - vertical-area
******************************************************************/
.c-vertical-area { position: absolute; z-index: +1; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-vertical-area--top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.c-vertical-area--bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.c-vertical-area__inner { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }

.c-vertical-area__title { color: #ffffff; font-weight: bold; padding: 1rem; font-size: 2rem; }

@media screen and (max-width: 736px) { .c-vertical-area__title { font-size: 1.8rem; } }

@media screen and (max-width: 736px) { .c-vertical-area__title { font-size: 1.5rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .c-vertical-area__title { font-size: 1.35rem; } }

/******************************************************************
component - feature
******************************************************************/
.c-feature { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; background-position: center center; background-repeat: no-repeat; background-size: cover; }

/******************************************************************
component - feature-ratio
******************************************************************/
.c-feature-ratio { position: relative; padding-top: 75%; -webkit-box-sizing: border-box; box-sizing: border-box; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.c-feature-ratio--wide { padding-top: 56.25%; }

.c-feature-ratio--cinema { padding-top: 42.55319%; }

.c-feature-ratio--square { padding-top: 100%; }

.c-feature-ratio--aside { padding-top: 90%; }

@media screen and (max-width: 736px) { .c-feature-ratio--aside { padding-top: 7vw; } }

@media screen and (max-width: 736px) { .c-feature-ratio.sp-standard { padding-top: 75%; }
  .c-feature-ratio.sp-wide { padding-top: 56.25%; }
  .c-feature-ratio.sp-cinema { padding-top: 42.55319%; }
  .c-feature-ratio.sp-square { padding-top: 100%; } }

/******************************************************************
component - feature-img
******************************************************************/
.c-feature-img { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }

.c-feature-img__img img { width: 100%; }

/******************************************************************
component - grid
******************************************************************/
.c-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1rem; margin-bottom: -1rem; }

.c-grid--center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.c-grid--right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.c-grid > .c-grid__item1 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 8.33333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item2 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 16.66667% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item3 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 25% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item4 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 33.33333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item5 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 41.66667% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item6 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 50% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item7 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 58.33333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item8 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 66.66667% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item9 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 75% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item10 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 83.33333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item11 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 91.66667% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item12 { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 100% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item5col { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc( 20% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid--vertical > .c-grid__item1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item5 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item6 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item7 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item8 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item9 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item10 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item11 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item12 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-grid--vertical > .c-grid__item5col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 736px) { .c-grid:not(.sp-keep) { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 0; margin-bottom: -0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item1 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item2 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item3 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item4 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item5 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item6 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item7 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item8 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item9 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item10 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item11 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item12 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item5col { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid.sp-keep { margin-right: -0.75rem; margin-bottom: -0.75rem; }
  .c-grid.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item3 { width: calc( 25% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item6 { width: calc( 50% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item9 { width: calc( 75% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item12 { width: calc( 100% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item5col { width: calc( 20% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item3 { width: calc( 25% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item6 { width: calc( 50% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item9 { width: calc( 75% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item12 { width: calc( 100% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item5col { width: calc( 20% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; } }

.c-grid--2s { margin-right: -0.5rem; margin-bottom: -0.5rem; }

.c-grid--2s > .c-grid__item1 { width: calc( 8.33333% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item2 { width: calc( 16.66667% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item3 { width: calc( 25% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item4 { width: calc( 33.33333% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item5 { width: calc( 41.66667% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item6 { width: calc( 50% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item7 { width: calc( 58.33333% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item8 { width: calc( 66.66667% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item9 { width: calc( 75% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item10 { width: calc( 83.33333% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item11 { width: calc( 91.66667% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item12 { width: calc( 100% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item5col { width: calc( 20% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-grid--2s:not(.sp-keep) { margin-bottom: -0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep { margin-right: -0.375rem; margin-bottom: -0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item3 { width: calc( 25% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item6 { width: calc( 50% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item9 { width: calc( 75% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item12 { width: calc( 100% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item5col { width: calc( 20% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item3 { width: calc( 25% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item6 { width: calc( 50% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item9 { width: calc( 75% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item12 { width: calc( 100% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item5col { width: calc( 20% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; } }

.c-grid--l { margin-right: -1.25rem; margin-bottom: -1.25rem; }

.c-grid--l > .c-grid__item1 { width: calc( 8.33333% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item2 { width: calc( 16.66667% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item3 { width: calc( 25% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item4 { width: calc( 33.33333% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item5 { width: calc( 41.66667% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item6 { width: calc( 50% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item7 { width: calc( 58.33333% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item8 { width: calc( 66.66667% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item9 { width: calc( 75% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item10 { width: calc( 83.33333% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item11 { width: calc( 91.66667% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item12 { width: calc( 100% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item5col { width: calc( 20% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

@media screen and (max-width: 736px) { .c-grid--l:not(.sp-keep) { margin-bottom: -0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep { margin-right: -0.9375rem; margin-bottom: -0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item3 { width: calc( 25% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item6 { width: calc( 50% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item9 { width: calc( 75% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item12 { width: calc( 100% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item5col { width: calc( 20% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item3 { width: calc( 25% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item6 { width: calc( 50% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item9 { width: calc( 75% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item12 { width: calc( 100% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item5col { width: calc( 20% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; } }

.c-grid--2x { margin-right: -2rem; margin-bottom: -2rem; }

.c-grid--2x > .c-grid__item1 { width: calc( 8.33333% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item2 { width: calc( 16.66667% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item3 { width: calc( 25% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item4 { width: calc( 33.33333% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item5 { width: calc( 41.66667% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item6 { width: calc( 50% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item7 { width: calc( 58.33333% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item8 { width: calc( 66.66667% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item9 { width: calc( 75% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item10 { width: calc( 83.33333% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item11 { width: calc( 91.66667% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item12 { width: calc( 100% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item5col { width: calc( 20% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .c-grid--2x:not(.sp-keep) { margin-bottom: -1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item1 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item2 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item3 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item4 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item5 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item6 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item7 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item8 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item9 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item10 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item11 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item12 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item5col { margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep { margin-right: -1.5rem; margin-bottom: -1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item3 { width: calc( 25% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item6 { width: calc( 50% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item9 { width: calc( 75% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item12 { width: calc( 100% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item5col { width: calc( 20% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item1 { width: calc( 8.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item2 { width: calc( 16.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item3 { width: calc( 25% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item4 { width: calc( 33.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item5 { width: calc( 41.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item6 { width: calc( 50% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item7 { width: calc( 58.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item8 { width: calc( 66.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item9 { width: calc( 75% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item10 { width: calc( 83.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item11 { width: calc( 91.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item12 { width: calc( 100% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item5col { width: calc( 20% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; } }

.c-grid--3x { margin-right: -3rem; margin-bottom: -3rem; }

.c-grid--3x > .c-grid__item1 { width: calc( 8.33333% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item2 { width: calc( 16.66667% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item3 { width: calc( 25% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item4 { width: calc( 33.33333% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item5 { width: calc( 41.66667% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item6 { width: calc( 50% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item7 { width: calc( 58.33333% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item8 { width: calc( 66.66667% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item9 { width: calc( 75% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item10 { width: calc( 83.33333% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item11 { width: calc( 91.66667% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item12 { width: calc( 100% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item5col { width: calc( 20% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

@media screen and (max-width: 736px) { .c-grid--3x:not(.sp-keep) { margin-bottom: -2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item1 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item2 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item3 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item4 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item5 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item6 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item7 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item8 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item9 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item10 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item11 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item12 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item5col { margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep { margin-right: -2.25rem; margin-bottom: -2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item3 { width: calc( 25% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item6 { width: calc( 50% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item9 { width: calc( 75% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item12 { width: calc( 100% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item5col { width: calc( 20% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item1 { width: calc( 8.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item2 { width: calc( 16.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item3 { width: calc( 25% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item4 { width: calc( 33.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item5 { width: calc( 41.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item6 { width: calc( 50% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item7 { width: calc( 58.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item8 { width: calc( 66.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item9 { width: calc( 75% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item10 { width: calc( 83.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item11 { width: calc( 91.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item12 { width: calc( 100% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item5col { width: calc( 20% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; } }

@media screen and (max-width: 736px) { .c-grid.sp-2s:not(.sp-keep) { margin-bottom: -0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep { margin-right: -0.375rem; margin-bottom: -0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item3 { width: calc( 25% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item6 { width: calc( 50% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item9 { width: calc( 75% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item12 { width: calc( 100% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item5col { width: calc( 20% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item3 { width: calc( 25% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item6 { width: calc( 50% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item9 { width: calc( 75% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item12 { width: calc( 100% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item5col { width: calc( 20% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; } }

@media screen and (max-width: 736px) { .c-grid.sp-l:not(.sp-keep) { margin-bottom: -0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep { margin-right: -0.9375rem; margin-bottom: -0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item3 { width: calc( 25% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item6 { width: calc( 50% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item9 { width: calc( 75% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item12 { width: calc( 100% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item5col { width: calc( 20% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item3 { width: calc( 25% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item6 { width: calc( 50% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item9 { width: calc( 75% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item12 { width: calc( 100% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item5col { width: calc( 20% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; } }

@media screen and (max-width: 736px) { .c-grid.sp-2x:not(.sp-keep) { margin-bottom: -1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item1 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item2 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item3 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item4 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item5 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item6 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item7 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item8 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item9 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item10 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item11 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item12 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item5col { margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep { margin-right: -1.5rem; margin-bottom: -1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item3 { width: calc( 25% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item6 { width: calc( 50% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item9 { width: calc( 75% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item12 { width: calc( 100% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item5col { width: calc( 20% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item1 { width: calc( 8.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item2 { width: calc( 16.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item3 { width: calc( 25% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item4 { width: calc( 33.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item5 { width: calc( 41.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item6 { width: calc( 50% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item7 { width: calc( 58.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item8 { width: calc( 66.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item9 { width: calc( 75% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item10 { width: calc( 83.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item11 { width: calc( 91.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item12 { width: calc( 100% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item5col { width: calc( 20% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .c-grid.sp-3x:not(.sp-keep) { margin-bottom: -2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item1 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item2 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item3 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item4 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item5 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item6 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item7 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item8 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item9 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item10 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item11 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item12 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item5col { margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep { margin-right: -2.25rem; margin-bottom: -2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item3 { width: calc( 25% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item6 { width: calc( 50% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item9 { width: calc( 75% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item12 { width: calc( 100% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item5col { width: calc( 20% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item1 { width: calc( 8.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item2 { width: calc( 16.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item3 { width: calc( 25% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item4 { width: calc( 33.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item5 { width: calc( 41.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item6 { width: calc( 50% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item7 { width: calc( 58.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item8 { width: calc( 66.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item9 { width: calc( 75% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item10 { width: calc( 83.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item11 { width: calc( 91.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item12 { width: calc( 100% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item5col { width: calc( 20% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; } }

.c-grid--13px { margin-right: -13px; margin-bottom: -13px; }

.c-grid--13px > .c-grid__item1 { width: calc( 8.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item2 { width: calc( 16.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item3 { width: calc( 25% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item4 { width: calc( 33.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item5 { width: calc( 41.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item6 { width: calc( 50% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item7 { width: calc( 58.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item8 { width: calc( 66.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item9 { width: calc( 75% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item10 { width: calc( 83.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item11 { width: calc( 91.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item12 { width: calc( 100% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item5col { width: calc( 20% - 13px); margin-right: 13px; margin-bottom: 13px; }

@media screen and (max-width: 736px) { .c-grid--13px:not(.sp-keep) { margin-bottom: -13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item1 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item2 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item3 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item4 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item5 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item6 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item7 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item8 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item9 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item10 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item11 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item12 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item5col { margin-bottom: 13px; }
  .c-grid--13px.sp-keep { margin-right: -13px; margin-bottom: -13px; }
  .c-grid--13px.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item3 { width: calc( 25% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item6 { width: calc( 50% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item9 { width: calc( 75% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item12 { width: calc( 100% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item5col { width: calc( 20% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item1 { width: calc( 8.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item2 { width: calc( 16.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item3 { width: calc( 25% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item4 { width: calc( 33.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item5 { width: calc( 41.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item6 { width: calc( 50% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item7 { width: calc( 58.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item8 { width: calc( 66.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item9 { width: calc( 75% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item10 { width: calc( 83.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item11 { width: calc( 91.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item12 { width: calc( 100% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item5col { width: calc( 20% - 13px); margin-right: 13px; margin-bottom: 13px; } }

.c-grid--fit { margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item1 { width: 8.33333%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item2 { width: 16.66667%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item3 { width: 25%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item4 { width: 33.33333%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item5 { width: 41.66667%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item6 { width: 50%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item7 { width: 58.33333%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item8 { width: 66.66667%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item9 { width: 75%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item10 { width: 83.33333%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item11 { width: 91.66667%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item12 { width: 100%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item5col { width: 20%; margin-right: 0; margin-bottom: 0; }

@media screen and (max-width: 736px) { .c-grid--fit:not(.sp-keep) { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0; }
  .c-grid--fit.sp-keep { margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item1 { width: 8.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item2 { width: 16.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item3 { width: 25%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item4 { width: 33.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item5 { width: 41.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item6 { width: 50%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item7 { width: 58.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item8 { width: 66.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item9 { width: 75%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item10 { width: 83.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item11 { width: 91.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item12 { width: 100%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item5col { width: 20%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item1 { width: 8.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item2 { width: 16.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item3 { width: 25%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item4 { width: 33.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item5 { width: 41.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item6 { width: 50%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item7 { width: 58.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item8 { width: 66.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item9 { width: 75%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item10 { width: 83.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item11 { width: 91.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item12 { width: 100%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item5col { width: 20%; margin-right: 0; margin-bottom: 0; } }

/******************************************************************
component - flex
******************************************************************/
.c-flex { display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: -1rem; }

.c-flex--inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.c-flex--center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.c-flex--right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.c-flex--between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.c-flex--wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: -1rem; }

.c-flex > .c-flex__item { -webkit-box-sizing: border-box; box-sizing: border-box; margin-right: 1rem; }

.c-flex--wrap > .c-flex__item { margin-bottom: 1rem; }

.c-flex--vertical { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 736px) { .c-flex:not(.sp-keep) { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 0; margin-bottom: -0.75rem; }
  .c-flex:not(.sp-keep) > .c-flex__item { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-flex.sp-keep { margin-right: -0.75rem; }
  .c-flex.sp-keep > .c-flex__item { margin-right: 0.75rem; }
  .c-flex--wrap.sp-keep { margin-bottom: -0.75rem; }
  .c-flex--wrap.sp-keep > .c-flex__item { margin-bottom: 0.75rem; } }

.c-flex--2s { margin-right: -0.5rem; }

.c-flex--2s.c-flex--wrap { margin-bottom: -0.5rem; }

.c-flex--2s > .c-flex__item { margin-right: 0.5rem; }

.c-flex--2s.c-flex--wrap > .c-flex__item { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-flex--2s:not(.sp-keep) { margin-bottom: -0.375rem; }
  .c-flex--2s:not(.sp-keep) > .c-flex__item { margin-bottom: 0.375rem; }
  .c-flex--2s.sp-keep { margin-right: -0.375rem; }
  .c-flex--2s.sp-keep > .c-flex__item { margin-right: 0.375rem; }
  .c-flex--2s.c-flex--wrap.sp-keep { margin-bottom: -0.375rem; }
  .c-flex--2s.c-flex--wrap.sp-keep > .c-flex__item { margin-bottom: 0.375rem; } }

.c-flex--2x { margin-right: -2rem; }

.c-flex--2x.c-flex--wrap { margin-bottom: -2rem; }

.c-flex--2x > .c-flex__item { margin-right: 2rem; }

.c-flex--2x.c-flex--wrap > .c-flex__item { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .c-flex--2x:not(.sp-keep) { margin-bottom: -1.5rem; }
  .c-flex--2x:not(.sp-keep) > .c-flex__item { margin-bottom: 1.5rem; }
  .c-flex--2x.sp-keep { margin-right: -1.5rem; }
  .c-flex--2x.sp-keep > .c-flex__item { margin-right: 1.5rem; }
  .c-flex--2x.c-flex--wrap.sp-keep { margin-bottom: -1.5rem; }
  .c-flex--2x.c-flex--wrap.sp-keep > .c-flex__item { margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .c-flex.sp-2s:not(.sp-keep) { margin-bottom: -0.375rem; }
  .c-flex.sp-2s:not(.sp-keep) > .c-flex__item { margin-bottom: 0.375rem; }
  .c-flex.sp-2s.sp-keep { margin-right: -0.375rem; }
  .c-flex.sp-2s.sp-keep > .c-flex__item { margin-right: 0.375rem; } }

@media screen and (max-width: 736px) { .c-flex.sp-2x:not(.sp-keep) { margin-bottom: -1.5rem; }
  .c-flex.sp-2x:not(.sp-keep) > .c-flex__item { margin-bottom: 1.5rem; }
  .c-flex.sp-2x.sp-keep { margin-right: -1.5rem; }
  .c-flex.sp-2x.sp-keep > .c-flex__item { margin-right: 1.5rem; } }

.c-flex--fit { margin-right: 0; }

.c-flex--fit > .c-flex__item { margin-right: 0; }

@media screen and (max-width: 736px) { .c-flex--fit:not(.sp-keep) { margin-bottom: 0; }
  .c-flex--fit:not(.sp-keep) > .c-flex__item { margin-bottom: 0; }
  .c-flex--fit.sp-keep { margin-right: 0; }
  .c-flex--fit.sp-keep > .c-flex__item { margin-right: 0; } }

/******************************************************************
component - qa
******************************************************************/
.c-qa__head { padding-left: 1rem; font-size: 1rem; font-weight: normal; color: #009dc9; cursor: pointer; border: 1px solid #b9b9b9; outline: 0; }

@media screen and (max-width: 736px) { .c-qa__head { padding-left: 0.75rem; } }

.c-qa__headinner { display: block; position: relative; padding-top: 1rem; padding-bottom: 1rem; padding-right: 1em; padding-left: 2em; }

.c-qa__headinner::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 1.5em; height: 1.5em; border-radius: 100%; line-height: 1; background: #009dc9; color: #fff; content: "Q"; }

@media screen and (max-width: 736px) { .c-qa__headinner { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

@media screen and (max-width: 736px) { .c-qa__headinner { padding-right: 1em; } }

.c-qa__headinner2 { display: block; position: relative; padding-right: 27px; }

.c-qa__headinner2::before, .c-qa__headinner2::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; }

.c-qa__headinner2::before { border-top: 2px solid #6b6b6b; width: 20px; height: 0; top: 0; bottom: 0; right: 0; }

.c-qa__headinner2::after { border-left: 2px solid #6b6b6b; width: 0; height: 20px; top: 0; bottom: 0; right: 9px; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-qa__head[aria-expanded="true"] .c-qa__headinner2::after { height: 0; }

.c-qa__head:hover .c-qa__headinner2::before { border-top-color: #009dc9; }

.c-qa__head:hover .c-qa__headinner2::after { border-left-color: #009dc9; }

.c-qa__body { display: none; }

/******************************************************************
component - tab
******************************************************************/
.c-tab__menu { margin-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-tab__menu { margin-bottom: 0.75rem; } }

@media print, screen and (min-width: 737px) { .c-tab__menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; border-bottom: 1px solid #d5d5d5; } }

@media screen and (max-width: 736px) { .c-tab__menu { border-left: 1px solid #d5d5d5; } }

.c-tab__menu--full > * { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

.c-tab__item { display: block; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }

@media print, screen and (min-width: 737px) { .c-tab__item { text-align: center; padding: 1em 1em; } }

@media screen and (max-width: 736px) { .c-tab__item { padding: 0.5em 1em; } }

.c-tab__body { display: none; }

.c-tab__item { outline: 0; -webkit-transition-property: background color; -o-transition-property: background color; transition-property: background color; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-tab__item[aria-expanded="true"] { font-weight: bold; color: #009dc9; }

.c-tab__item[aria-expanded="true"]::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; }

@media print, screen and (min-width: 737px) { .c-tab__item[aria-expanded="true"]::after { border-bottom: 3px solid #009dc9; bottom: -1px; } }

@media screen and (max-width: 736px) { .c-tab__item[aria-expanded="true"]::after { border-left: 3px solid #009dc9; } }

.c-tab__item:hover { color: #009dc9; }

/******************************************************************
component - more-read
******************************************************************/
.c-more-read__taeget { display: none; }

.c-more-read__button { text-align: center; }

.c-more-read__button a { display: inline-block; color: inherit; text-decoration: none; }

.c-more-read__button a:hover { color: #009dc9; text-decoration: none; }

.c-more-read__button a[aria-expanded="false"] { position: relative; padding-bottom: 10px; padding-bottom: 0.8em; }

.c-more-read__button a[aria-expanded="false"]::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; right: 0; -webkit-transform: translate(6px, 0px) rotate(-45deg); -ms-transform: translate(6px, 0px) rotate(-45deg); transform: translate(6px, 0px) rotate(-45deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; border-bottom: 2px solid #989898; border-left: 2px solid #989898; width: 12px; height: 12px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-more-read__button a[aria-expanded="false"]:hover::after { border-color: #009dc9; }

.c-more-read__button a[aria-expanded="false"]:hover::after { bottom: -5px; }

.c-more-read__button a[aria-expanded="true"] { position: relative; padding-top: 10px; padding-top: 0.8em; }

.c-more-read__button a[aria-expanded="true"]::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; right: 0; -webkit-transform: translate(6px, 0px) rotate(45deg); -ms-transform: translate(6px, 0px) rotate(45deg); transform: translate(6px, 0px) rotate(45deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 2px solid #989898; border-left: 2px solid #989898; width: 12px; height: 12px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-more-read__button a[aria-expanded="true"]:hover::after { border-color: #009dc9; }

.c-more-read__button a[aria-expanded="true"]:hover::after { top: -5px; }

/******************************************************************
component - section
******************************************************************/
.c-section { position: relative; padding-right: 30px; padding-left: 30px; padding-top: 0.1px; padding-bottom: 0.1px; }

@media screen and (max-width: 736px) { .c-section { padding-right: 20px; padding-left: 20px; } }

@media print, screen and (min-width: 737px) { .c-section--contentsrow { padding-right: 0; padding-left: 0; } }

.c-section--bg1 { background: url(/common/img/bg_1.png) left top no-repeat; }

@media screen and (max-width: 736px) { .c-section--bg1 { background-size: 30% auto; } }

.c-section--bg2 { background: url(/common/img/bg_2.png) right top no-repeat; }

@media screen and (max-width: 736px) { .c-section--bg2 { background-size: 30% auto; } }

.c-section--bg3 { background: url(/common/img/bg_3.png) right top no-repeat; }

@media screen and (max-width: 736px) { .c-section--bg3 { background-size: 30% auto; } }

.c-section--bg4 { background: url(/common/img/bg_4.png) left top no-repeat; }

@media screen and (max-width: 736px) { .c-section--bg4 { background-size: 30% auto; } }

.c-section--bordertop { border-top: 1px solid #d5d5d5; }

.c-section--borderbottom { border-bottom: 1px solid #d5d5d5; }

.c-section--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; }

.c-section__fit { max-width: 1200px; margin-right: auto; margin-left: auto; }

.c-section__top { max-width: 1200px; margin-right: auto; margin-left: auto; margin-top: 6rem; }

@media screen and (max-width: 736px) { .c-section__top { margin-top: 3rem; } }

.c-section__bottom { max-width: 1200px; margin-right: auto; margin-left: auto; margin-bottom: 6rem; }

@media screen and (max-width: 736px) { .c-section__bottom { margin-bottom: 3rem; } }

.c-section__vertical { max-width: 1200px; margin: 6rem auto 6rem auto; }

@media screen and (max-width: 736px) { .c-section__vertical { margin: 3rem auto 3rem auto; } }

.c-section__information-disclosure { max-width: 700px; }

.c-section--bottom { margin-bottom: 6rem; }

@media screen and (max-width: 736px) { .c-section--bottom { margin-bottom: 3rem; } }

.c-section--bg-gray { background-color: #f3f3f2; }

.c-section__top--3s { margin-top: 2.1rem; }

.c-section__bottom--3s { margin-bottom: 2.1rem; }

.c-section__vertical--3s { margin: 2.1rem auto 2.1rem auto; }

@media screen and (max-width: 736px) { .c-section__top--3s { margin-top: 1.05rem; }
  .c-section__bottom--3s { margin-bottom: 1.05rem; }
  .c-section__vertical--3s { margin: 1.05rem auto 1.05rem auto; } }

.c-section__top--2s { margin-top: 3rem; }

.c-section__bottom--2s { margin-bottom: 3rem; }

.c-section__vertical--2s { margin: 3rem auto 3rem auto; }

@media screen and (max-width: 736px) { .c-section__top--2s { margin-top: 1.5rem; }
  .c-section__bottom--2s { margin-bottom: 1.5rem; }
  .c-section__vertical--2s { margin: 1.5rem auto 1.5rem auto; } }

.c-section__top--academy { margin-top: 3.9rem; }

.c-section__bottom--academy { margin-bottom: 3.9rem; }

.c-section__vertical--academy { margin: 3.9rem auto 3.9rem auto; }

@media screen and (max-width: 736px) { .c-section__top--academy { margin-top: 1.95rem; }
  .c-section__bottom--academy { margin-bottom: 1.95rem; }
  .c-section__vertical--academy { margin: 1.95rem auto 1.95rem auto; } }

.c-section__top--l { margin-top: 7.5rem; }

.c-section__bottom--l { margin-bottom: 7.5rem; }

.c-section__vertical--l { margin: 7.5rem auto 7.5rem auto; }

@media screen and (max-width: 736px) { .c-section__top--l { margin-top: 3.75rem; }
  .c-section__bottom--l { margin-bottom: 3.75rem; }
  .c-section__vertical--l { margin: 3.75rem auto 3.75rem auto; } }

@media screen and (max-width: 736px) { .c-section__top.sp-3s { margin-top: 1.05rem; }
  .c-section__bottom.sp-3s { margin-bottom: 1.05rem; }
  .c-section__vertical.sp-3s { margin: 1.05rem auto 1.05rem auto; }
  .c-section__top.sp-2s { margin-top: 1.5rem; }
  .c-section__bottom.sp-2s { margin-bottom: 1.5rem; }
  .c-section__vertical.sp-2s { margin: 1.5rem auto 1.5rem auto; }
  .c-section__top.sp-academy { margin-top: 1.95rem; }
  .c-section__bottom.sp-academy { margin-bottom: 1.95rem; }
  .c-section__vertical.sp-academy { margin: 1.95rem auto 1.95rem auto; }
  .c-section__top.sp-l { margin-top: 3.75rem; }
  .c-section__bottom.sp-l { margin-bottom: 3.75rem; }
  .c-section__vertical.sp-l { margin: 3.75rem auto 3.75rem auto; } }

/******************************************************************
component - gutter
******************************************************************/
.c-gutter > *:not(:last-child) { margin-bottom: 1rem; }

.c-gutter-2s > *:not(:last-child) { margin-bottom: 0.5rem; }

.c-gutter-s > *:not(:last-child) { margin-bottom: 0.75rem; }

.c-gutter-l > *:not(:last-child) { margin-bottom: 1.25rem; }

.c-gutter-2l > *:not(:last-child) { margin-bottom: 1.5rem; }

.c-gutter-2x > *:not(:last-child) { margin-bottom: 2rem; }

.c-gutter-3x > *:not(:last-child) { margin-bottom: 3rem; }

.c-gutter-4x > *:not(:last-child) { margin-bottom: 4rem; }

.c-gutter-5x > *:not(:last-child) { margin-bottom: 5rem; }

@media screen and (max-width: 736px) { .c-gutter > *:not(:last-child) { margin-bottom: 0.75rem; }
  .c-gutter-2s > *:not(:last-child) { margin-bottom: 0.375rem; }
  .c-gutter-s > *:not(:last-child) { margin-bottom: 0.5625rem; }
  .c-gutter-l > *:not(:last-child) { margin-bottom: 0.9375rem; }
  .c-gutter-2l > *:not(:last-child) { margin-bottom: 1.125rem; }
  .c-gutter-2x > *:not(:last-child) { margin-bottom: 1.5rem; }
  .c-gutter-3x > *:not(:last-child) { margin-bottom: 2.25rem; }
  .c-gutter-4x > *:not(:last-child) { margin-bottom: 3rem; }
  .c-gutter-5x > *:not(:last-child) { margin-bottom: 3.75rem; }
  .c-sp-gutter > *:not(:last-child) { margin-bottom: 0.75rem; }
  .c-sp-gutter-2s > *:not(:last-child) { margin-bottom: 0.375rem; }
  .c-sp-gutter-s > *:not(:last-child) { margin-bottom: 0.5625rem; }
  .c-sp-gutter-l > *:not(:last-child) { margin-bottom: 0.9375rem; }
  .c-sp-gutter-2l > *:not(:last-child) { margin-bottom: 1.125rem; }
  .c-sp-gutter-2x > *:not(:last-child) { margin-bottom: 1.5rem; }
  .c-sp-gutter-3x > *:not(:last-child) { margin-bottom: 2.25rem; }
  .c-sp-gutter-4x > *:not(:last-child) { margin-bottom: 3rem; }
  .c-sp-gutter-5x > *:not(:last-child) { margin-bottom: 3.75rem; } }

/******************************************************************
project - carousel-slick
******************************************************************/
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; }

.slick-arrow.slick-hidden { display: none; }

.p-top-visual__slick { position: relative; }

@media print, screen and (max-width: 1000px) { .p-top-visual__slick .p-carousel-slick { margin-bottom: 1rem; } }

.p-top-visual__slick .slick-slide { line-height: 0; }

.p-top-visual__slick .slick-slide img { width: 100%; }

.p-top-visual__slick .slick-prev, .p-top-visual__slick .slick-next { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); width: 30px; height: 30px; overflow: hidden; text-indent: -999px; }

@media print, screen and (max-width: 1000px) { .p-top-visual__slick .slick-prev, .p-top-visual__slick .slick-next { display: none !important; } }

.p-top-visual__slick .slick-prev { left: 10px; position: relative; position: absolute; z-index: +1; }

.p-top-visual__slick .slick-prev::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(3px, 0) rotate(225deg); -ms-transform: translate(3px, 0) rotate(225deg); transform: translate(3px, 0) rotate(225deg); border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; width: 16px; height: 16px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-visual__slick .slick-next { right: 10px; position: relative; position: absolute; }

.p-top-visual__slick .slick-next::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(-3px, 0) rotate(45deg); -ms-transform: translate(-3px, 0) rotate(45deg); transform: translate(-3px, 0) rotate(45deg); border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; width: 16px; height: 16px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-visual__slick .slick-dots { position: absolute; width: 100%; bottom: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 0.5rem; height: 8px; }

@media print, screen and (max-width: 1000px) { .p-top-visual__slick .slick-dots { bottom: -15px; } }

.p-top-visual__slick .slick-dots li { margin: 0 10px; }

@media print, screen and (max-width: 1000px) { .p-top-visual__slick .slick-dots li { margin: 0 6px; } }

.p-top-visual__slick .slick-dots li button { display: block; width: 8px; height: 8px; border-radius: 100%; overflow: hidden; text-indent: -999px; background: #f3f3f2; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-visual__slick .slick-dots li button:hover { background: #dbdbd7; }

.p-top-visual__slick .slick-dots li.slick-active button { background: #ad3aa3; }

/******************************************************************
project - carousel-swiper
******************************************************************/
/** Swiper 4.5.0 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2014-2019 Vladimir Kharlampidi Released under the MIT License Released on: February 22, 2019 */
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; -o-transition-property: transform, height; transition-property: transform, height; transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock { display: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: 300ms opacity; -o-transition: 300ms opacity; transition: 300ms opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: 0.2; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0px, -50%, 0); transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: 200ms top, 200ms -webkit-transform; transition: 200ms top, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms top; transition: 200ms transform, 200ms top; transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 200ms left, 200ms -webkit-transform; transition: 200ms left, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms left; transition: 200ms transform, 200ms left; transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 200ms right, 200ms -webkit-transform; transition: 200ms right, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms right; transition: 200ms transform, 200ms right; transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active { background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active { background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000000; }

.swiper-pagination-lock { display: none; }

/* Scrollbar */
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.swiper-scrollbar-lock { display: none; }

.swiper-zoom-container { 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; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; }

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.swiper-slide-zoomed { cursor: move; }

/* Preloader */
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-image: url(/125th/common/css/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after { background-image: url(/125th/common/css/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube { overflow: visible; }

.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: 0.6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

.swiper-container-flip { overflow: visible; }

.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective: 1200px; }

.p-carousel-swiper { position: relative; }

.p-carousel-swiper:not(.p-carousel-swiper--insufficient) { padding-left: 50px; padding-right: 50px; }

@media screen and (max-width: 736px) { .p-carousel-swiper:not(.p-carousel-swiper--insufficient) { padding-left: 25px; padding-right: 25px; } }

.p-carousel-swiper__prev, .p-carousel-swiper__next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: +10; cursor: pointer; outline: 0; width: 45px; height: 45px; }

@media screen and (max-width: 736px) { .p-carousel-swiper__prev, .p-carousel-swiper__next { width: 30px; height: 30px; } }

.p-carousel-swiper__prev { left: 0; position: relative; position: absolute; }

.p-carousel-swiper__prev::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(8px, 0) rotate(225deg); -ms-transform: translate(8px, 0) rotate(225deg); transform: translate(8px, 0) rotate(225deg); border-top: 2px solid #6b6b6b; border-right: 2px solid #6b6b6b; width: 36px; height: 36px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-carousel-swiper__prev { left: -4px; position: relative; position: absolute; }
  .p-carousel-swiper__prev::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(3px, 0) rotate(225deg); -ms-transform: translate(3px, 0) rotate(225deg); transform: translate(3px, 0) rotate(225deg); border-top: 2px solid #6b6b6b; border-right: 2px solid #6b6b6b; width: 16px; height: 16px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } }

.p-carousel-swiper__prev:hover::after { border-color: #009dc9; }

.p-carousel-swiper__prev:hover::after { left: -6px; }

.p-carousel-swiper__prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.p-carousel-swiper__next { right: 0; position: relative; position: absolute; }

.p-carousel-swiper__next::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(-8px, 0) rotate(45deg); -ms-transform: translate(-8px, 0) rotate(45deg); transform: translate(-8px, 0) rotate(45deg); border-top: 2px solid #6b6b6b; border-right: 2px solid #6b6b6b; width: 36px; height: 36px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-carousel-swiper__next { right: -4px; position: relative; position: absolute; }
  .p-carousel-swiper__next::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(-3px, 0) rotate(45deg); -ms-transform: translate(-3px, 0) rotate(45deg); transform: translate(-3px, 0) rotate(45deg); border-top: 2px solid #6b6b6b; border-right: 2px solid #6b6b6b; width: 16px; height: 16px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } }

.p-carousel-swiper__next:hover::after { border-color: #009dc9; }

.p-carousel-swiper__next:hover::after { left: 6px; }

.p-carousel-swiper__next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.p-carousel-swiper__prev-oc, .p-carousel-swiper__next-oc { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: +10; cursor: pointer; outline: 0; background-color: #ff2a7a; border-radius: 100%; }

@media screen and (max-width: 736px) { .p-carousel-swiper__prev-oc, .p-carousel-swiper__next-oc { width: 26px; height: 26px; } }

.p-carousel-swiper__prev-oc.swiper-button-disabled, .p-carousel-swiper__next-oc.swiper-button-disabled { background-color: #d3b9c3; }

.p-carousel-swiper__prev-oc { left: 0; }

@media screen and (max-width: 736px) { .p-carousel-swiper__prev-oc { left: -7px; position: relative; position: absolute; }
  .p-carousel-swiper__prev-oc::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(1.5px, 0) rotate(225deg); -ms-transform: translate(1.5px, 0) rotate(225deg); transform: translate(1.5px, 0) rotate(225deg); border-top: 2px solid #fff; border-right: 2px solid #fff; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } }

.p-carousel-swiper__prev-oc.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.p-carousel-swiper__next-oc { right: 0; }

@media screen and (max-width: 736px) { .p-carousel-swiper__next-oc { right: -7px; position: relative; position: absolute; }
  .p-carousel-swiper__next-oc::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(-1.5px, 0) rotate(45deg); -ms-transform: translate(-1.5px, 0) rotate(45deg); transform: translate(-1.5px, 0) rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } }

.p-carousel-swiper__next-oc.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

/******************************************************************
project - modal (Modaal)
******************************************************************/
/*! Modaal - accessible modals - v0.4.4 by Humaan, for all humans. http://humaan.com */
.modaal-noscroll { overflow: hidden; }

.modaal-accessible-hide { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

.modaal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; opacity: 0; }

.modaal-wrapper { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; overflow: auto; opacity: 1; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-overflow-scrolling: touch; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.modaal-wrapper * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; }

.modaal-wrapper .modaal-close { border: none; background: transparent; padding: 0; -webkit-appearance: none; }

.modaal-wrapper.modaal-start_none { display: none; opacity: 1; }

.modaal-wrapper.modaal-start_fade { opacity: 0; }

.modaal-wrapper *[tabindex="0"] { outline: none !important; }

.modaal-wrapper.modaal-fullscreen { overflow: hidden; }

.modaal-outer-wrapper { display: table; position: relative; width: 100%; height: 100%; }

.modaal-fullscreen .modaal-outer-wrapper { display: block; }

.modaal-inner-wrapper { display: table-cell; width: 100%; height: 100%; position: relative; vertical-align: middle; text-align: center; padding: 80px 25px; }

.modaal-fullscreen .modaal-inner-wrapper { padding: 0; display: block; vertical-align: top; }

.modaal-container { position: relative; display: inline-block; width: 100%; margin: auto; text-align: left; color: #000; max-width: 1000px; border-radius: 0px; background: #fff; -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); cursor: auto; }

.modaal-container.is_loading { height: 100px; width: 100px; overflow: hidden; }

.modaal-fullscreen .modaal-container { max-width: none; height: 100%; overflow: auto; }

.modaal-close { position: fixed; right: 20px; top: 20px; color: #fff; cursor: pointer; opacity: 1; width: 50px; height: 50px; background: rgba(0, 0, 0, 0); border-radius: 100%; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.modaal-close:focus, .modaal-close:hover { outline: none; background: #fff; }

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after { background: #9f5799; }

.modaal-close span { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

.modaal-close:before, .modaal-close:after { display: block; content: " "; position: absolute; top: 14px; left: 23px; width: 4px; height: 22px; border-radius: 4px; background: #fff; -webkit-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; }

.modaal-close:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.modaal-close:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.modaal-fullscreen .modaal-close { background: #afb7bc; right: 10px; top: 10px; }

.modaal-content-container { padding: 30px; }

.modaal-confirm-wrap { padding: 30px 0 0; text-align: center; font-size: 0; }

.modaal-confirm-btn { font-size: 14px; display: inline-block; margin: 0 10px; vertical-align: middle; cursor: pointer; border: none; background: transparent; }

.modaal-confirm-btn.modaal-ok { padding: 10px 15px; color: #fff; background: #555; border-radius: 3px; -webkit-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; }

.modaal-confirm-btn.modaal-ok:hover { background: #2f2f2f; }

.modaal-confirm-btn.modaal-cancel { text-decoration: underline; }

.modaal-confirm-btn.modaal-cancel:hover { text-decoration: none; color: #2f2f2f; }

@keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-o-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-moz-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-webkit-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-ms-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

.modaal-instagram .modaal-container { width: auto; background: transparent; -webkit-box-shadow: none !important; box-shadow: none !important; }

.modaal-instagram .modaal-content-container { padding: 0; background: transparent; }

.modaal-instagram .modaal-content-container > blockquote { width: 1px !important; height: 1px !important; opacity: 0 !important; }

.modaal-instagram iframe { opacity: 0; margin: -6px !important; border-radius: 0 !important; width: 1000px !important; max-width: 800px !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-animation: instaReveal 1s linear forwards; animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper { padding-left: 140px; padding-right: 140px; }

.modaal-image .modaal-container { width: auto; max-width: 100%; }

.modaal-gallery-wrap { position: relative; color: #fff; }

.modaal-gallery-item { display: none; }

.modaal-gallery-item img { display: block; }

.modaal-gallery-item.is_active { display: block; }

.modaal-gallery-label { position: absolute; left: 0; width: 100%; padding: 15px; font-size: 14px; background-color: #ffffff; line-height: 1.4; }

.modaal-gallery-label span { display: block; color: #b14e93; }

.modaal-gallery-label:focus { outline: none; }

.modaal-gallery-control { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); opacity: 1; cursor: pointer; color: #fff; width: 50px; height: 50px; background: rgba(0, 0, 0, 0); border: none; border-radius: 100%; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.modaal-gallery-control.is_hidden { opacity: 0; cursor: default; }

.modaal-gallery-control:focus, .modaal-gallery-control:hover { outline: none; background: #fff; }

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after { background: #afb7bc; }

.modaal-gallery-control span { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

.modaal-gallery-control:before, .modaal-gallery-control:after { display: block; content: " "; position: absolute; top: 16px; left: 25px; width: 4px; height: 18px; border-radius: 4px; background: #fff; -webkit-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; }

.modaal-gallery-control:before { margin: -5px 0 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.modaal-gallery-control:after { margin: 5px 0 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.modaal-gallery-next-inner { left: 100%; margin-left: 40px; }

.modaal-gallery-next-outer { right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after { left: 22px; }

.modaal-gallery-prev:before { margin: 5px 0 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.modaal-gallery-prev:after { margin: -5px 0 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.modaal-gallery-prev-inner { right: 100%; margin-right: 40px; }

.modaal-gallery-prev-outer { left: 45px; }

.modaal-video-wrap { margin: auto 50px; position: relative; }

.modaal-video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); background: #000; max-width: 1300px; margin-left: auto; margin-right: auto; }

.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.modaal-iframe .modaal-content { width: 100%; height: 100%; }

.modaal-iframe-elem { width: 100%; height: 100%; display: block; }

@media only screen and (min-width: 1400px) { .modaal-video-container { padding-bottom: 0; height: 731px; } }

@media only screen and (max-width: 1140px) { .modaal-image .modaal-inner-wrapper { padding-left: 25px; padding-right: 25px; }
  .modaal-gallery-control { top: auto; bottom: 20px; -webkit-transform: none; -ms-transform: none; transform: none; background: rgba(0, 0, 0, 0.7); }
  .modaal-gallery-control:before, .modaal-gallery-control:after { background: #fff; }
  .modaal-gallery-next { left: auto; right: 20px; }
  .modaal-gallery-prev { left: 20px; right: auto; } }

@media screen and (max-width: 900px) { .modaal-instagram iframe { width: 500px !important; } }

@media screen and (max-height: 1100px) { .modaal-instagram iframe { width: 700px !important; } }

@media screen and (max-height: 1000px) { .modaal-inner-wrapper { padding-top: 60px; padding-bottom: 60px; }
  .modaal-instagram iframe { width: 600px !important; } }

@media screen and (max-height: 900px) { .modaal-instagram iframe { width: 500px !important; }
  .modaal-video-container { max-width: 900px; max-height: 510px; } }

@media only screen and (max-width: 600px) { .modaal-instagram iframe { width: 280px !important; } }

.modaal-loading-spinner { background: none; position: absolute; width: 200px; height: 200px; top: 50%; left: 50%; margin: -100px 0 0 -100px; -webkit-transform: scale(0.25); -ms-transform: scale(0.25); transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner { 0% { opacity: 1; -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
  100% { opacity: .1; -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }

@-moz-keyframes modaal-loading-spinner { 0% { opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% { opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modaal-loading-spinner { 0% { opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% { opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes modaal-loading-spinner { 0% { opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% { opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner { 0% { opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% { opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div { width: 24px; height: 24px; margin-left: 4px; margin-top: 4px; position: absolute; }

.modaal-loading-spinner > div > div { width: 100%; height: 100%; border-radius: 15px; background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-delay: 0s; -o-animation-delay: 0s; animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) { -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div { -webkit-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .12s; -moz-animation-delay: .12s; -webkit-animation-delay: .12s; -o-animation-delay: .12s; animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) { -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div { -webkit-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .25s; -moz-animation-delay: .25s; -webkit-animation-delay: .25s; -o-animation-delay: .25s; animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) { -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div { -webkit-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .37s; -moz-animation-delay: .37s; -webkit-animation-delay: .37s; -o-animation-delay: .37s; animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) { -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div { -webkit-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .5s; -moz-animation-delay: .5s; -webkit-animation-delay: .5s; -o-animation-delay: .5s; animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) { -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div { -webkit-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .62s; -moz-animation-delay: .62s; -webkit-animation-delay: .62s; -o-animation-delay: .62s; animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) { -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div { -webkit-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .75s; -moz-animation-delay: .75s; -webkit-animation-delay: .75s; -o-animation-delay: .75s; animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) { -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .87s; -moz-animation-delay: .87s; -webkit-animation-delay: .87s; -o-animation-delay: .87s; animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) { -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/******************************************************************
project - top-visual
******************************************************************/
.p-top-visual { position: relative; }

.p-top-visual__scroll { bottom: 15px; left: 0; right: 0; z-index: +1; width: 6em; margin: 0 auto; position: relative; padding-bottom: 16px; position: absolute; color: #ffffff; text-align: center; }

.p-top-visual__scroll::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; right: 0; -webkit-transform: translate(10px, 0px) rotate(-45deg); -ms-transform: translate(10px, 0px) rotate(-45deg); transform: translate(10px, 0px) rotate(-45deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; width: 20px; height: 20px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-visual__headline { border-bottom: 1px solid #d5d5d5; background-color: rgba(255, 255, 255, 0.75); padding-top: 1.5rem; padding-bottom: 1.5rem; }

@media print, screen and (min-width: 737px) { .p-top-visual__headline { position: absolute; bottom: 0; z-index: +2; width: 100%; } }

@media screen and (max-width: 736px) { .p-top-visual__headline { padding: 20px; } }

.p-top-visual__headline-inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 736px) { .p-top-visual__headline-inner { display: block; padding: 0; } }

.p-top-visual h2 { font-family: serif; font-weight: normal; width: 118px; }

@media print, screen and (min-width: 737px) { .p-top-visual h2 { margin-right: 1.5rem; font-size: 1.4rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-top-visual h2 { font-size: 1.26rem; } }

@media screen and (max-width: 736px) { .p-top-visual h2 { font-size: 1.1rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-top-visual h2 { font-size: 0.99rem; } }

.p-top-visual__headline-main { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; line-height: 1.5; }

@media print, screen and (min-width: 737px) { .p-top-visual__headline-main { width: calc(100% - 118px); padding-left: 1.5rem; position: relative; border-left: 1px solid #696969; }
  .p-top-visual__headline-main::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: -3px; border-left: 1px solid #696969; }
  .p-top-visual__headline-main::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 1px; border-left: 1px solid #696969; } }

.p-top-visual__headline-main p + p { margin-top: 5px; }

.p-top-visual a { color: inherit; text-decoration: none; display: block; }

.p-top-visual a:hover { color: #009dc9; text-decoration: none; }

@media print, screen and (min-width: 737px) { .p-top-visual a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .p-top-visual a span:first-child { margin-right: 1rem; } }

/******************************************************************
project - campus-nav
******************************************************************/
@media print, screen and (min-width: 737px) { .p-campus-nav { margin: 3rem auto 0 auto; }
  .p-campus-nav .p-campus-nav__main { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .p-campus-nav .p-campus-nav__main li { width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .p-campus-nav .p-campus-nav__main li a { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; padding-top: 33.33333%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .p-campus-nav .p-campus-nav__main li a .c-vertical-area::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; width: 0; height: 100%; -webkit-transition-property: width; -o-transition-property: width; transition-property: width; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-campus-nav .p-campus-nav__main li a:hover .c-vertical-area::after { width: 100%; }
  .p-campus-nav .p-campus-nav__main li a .c-vertical-area__inner { z-index: +1; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__hino a { background: center center / cover no-repeat; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__hino a .c-vertical-area::after { background-color: #eebbcb; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__shibuya a { background: center center / cover no-repeat; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__shibuya a .c-vertical-area::after { background-color: #afbfe5; } }

@media screen and (max-width: 736px) { .p-campus-nav { margin: 1.5rem auto 0 auto; }
  .p-campus-nav .p-campus-nav__main { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .p-campus-nav .p-campus-nav__main li { width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .p-campus-nav .p-campus-nav__main li a { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; padding-top: 75%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .p-campus-nav .p-campus-nav__main li a .c-vertical-area__inner { padding: 1.875rem 3rem; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__hino a { background: url(/common/img/campus_hino.jpg) center center/cover no-repeat; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__shibuya a { background: url(/common/img/campus_shibuya.jpg) center center/cover no-repeat; } }

/******************************************************************
project - pickup-main
******************************************************************/
a.p-pickup-main { color: inherit; text-decoration: none; }

a.p-pickup-main:hover { color: #009dc9; text-decoration: none; }

.p-pickup-main { background-color: #f3f3f2; }

.p-pickup-main__img { border-right: 2px solid #009dc9; }

@media screen and (max-width: 736px) { .p-pickup-main__img { border-right: 0; border-bottom: 2px solid #009dc9; } }

.p-pickup-main__img img { width: 100%; }

.p-pickup-main__title { font-weight: normal; }

/******************************************************************
project - pickup-card
******************************************************************/
a.p-pickup-card { color: inherit; text-decoration: none; }

a.p-pickup-card:hover { color: #009dc9; text-decoration: none; }

.p-pickup-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.p-pickup-card__body { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; line-height: 1.6; }

.p-pickup-card__title { font-weight: normal; margin-bottom: 0.75rem; position: relative; padding-left: 8px; padding-left: 15px; }

@media screen and (max-width: 736px) { .p-pickup-card__title { margin-bottom: 0.5625rem; } }

.p-pickup-card__title::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(8px, 0.8em) rotate(135deg); -ms-transform: translate(8px, 0.8em) rotate(135deg); transform: translate(8px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-pickup-card__headimage { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-bottom: 1.3rem; min-height: 0%; }

@media screen and (max-width: 736px) { .p-pickup-card__headimage { margin-bottom: 0.975rem; } }

/******************************************************************
project - people-list
******************************************************************/
@media print, screen and (min-width: 737px) { .p-people-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .p-people-list a.p-people-list__item { color: inherit; text-decoration: none; }
  .p-people-list a.p-people-list__item:hover { color: #009dc9; text-decoration: none; }
  .p-people-list a.p-people-list__item img { -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-people-list a.p-people-list__item:hover img { -webkit-transform: translate(4px, 4px); -ms-transform: translate(4px, 4px); transform: translate(4px, 4px); }
  .p-people-list__body { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .p-people-list__title { font-weight: normal; position: relative; padding-left: 8px; padding-left: 15px; }
  .p-people-list__title::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(8px, 0.8em) rotate(135deg); -ms-transform: translate(8px, 0.8em) rotate(135deg); transform: translate(8px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-people-list__note { color: #009dc9; font-size: 0.8rem; line-height: 1.6; margin-top: 0.5rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-people-list__note { font-size: 0.8rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-people-list__note { margin-top: 0.375rem; } }

@media print, screen and (min-width: 737px) { .p-people-list__img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding-right: 30%; padding-bottom: 10%; margin-bottom: 1rem; }
  .p-people-list div:nth-child(1) .p-people-list__img { background: url(/common/img/people_pattern_1.png) right bottom/48% auto no-repeat; }
  .p-people-list div:nth-child(2) .p-people-list__img { background: url(/common/img/people_pattern_2.png) right bottom/76% auto no-repeat; }
  .p-people-list div:nth-child(3) .p-people-list__img { background: url(/common/img/people_pattern_3.png) right bottom/50% auto no-repeat; } }

@media screen and (max-width: 736px) { .p-people-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; color: inherit; text-decoration: none; }
  .p-people-list__item:hover { color: #009dc9; text-decoration: none; }
  .p-people-list__body { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 65%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 1rem; }
  .p-people-list__title { font-weight: normal; }
  .p-people-list__note { color: #009dc9; font-size: 0.8rem; line-height: 1.6; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-people-list__note { font-size: 0.8rem; } }

@media screen and (max-width: 736px) { .p-people-list__img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 35%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 1rem; padding-bottom: 7%; }
  .p-people-list div:nth-child(1) a { background: url(/common/img/people_pattern_1.png) 28% bottom/27% auto no-repeat; }
  .p-people-list div:nth-child(2) a { background: url(/common/img/people_pattern_2.png) 10% bottom/43% auto no-repeat; }
  .p-people-list div:nth-child(3) a { background: url(/common/img/people_pattern_3.png) 10% bottom/34% auto no-repeat; } }

/******************************************************************
project - news-genre-list
******************************************************************/
@media print, screen and (min-width: 737px) { .p-news-genre-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-right: -1rem; }
  .p-news-genre-list__item { margin-right: 1rem; }
  .p-news-genre-list a { color: inherit; text-decoration: none; }
  .p-news-genre-list a:hover { color: #009dc9; text-decoration: none; }
  .p-news-genre-list .c-badge { min-width: 9em; } }

@media screen and (max-width: 736px) { .p-news-genre-list { display: table; width: 100%; }
  .p-news-genre-list__item { display: table-cell; letter-spacing: -1px; }
  .p-news-genre-list__item a { display: block; min-width: 4em; } }

/******************************************************************
project - diary
******************************************************************/
@media print, screen and (min-width: 737px) { .p-diary { margin: 3rem auto 6rem auto; }
  .p-diary li { margin-right: 20px; }
  .p-diary li a { display: block; overflow: hidden; background-size: cover; background-position: center center; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-diary li a:hover { -webkit-transform: scale(1.02, 1.02); -ms-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02); } }

@media screen and (max-width: 736px) { .p-diary { margin: 1.5rem auto 3rem auto; }
  .p-diary li { margin-right: 10px; }
  .p-diary li a { display: block; background-size: cover; background-position: center center; }
  .p-diary li a img { width: 130px; } }

/******************************************************************
project - department-list
******************************************************************/
@media print, screen and (min-width: 737px) { .p-department-list__item a { display: block; position: relative; background-color: #f0f0ef; -webkit-transition-property: background, -webkit-box-shadow; transition-property: background, -webkit-box-shadow; -o-transition-property: background, box-shadow; transition-property: background, box-shadow; transition-property: background, box-shadow, -webkit-box-shadow; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-department-list__item a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; width: 100%; height: 0; -webkit-transition-property: height; -o-transition-property: height; transition-property: height; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-department-list__item a:hover { background-color: #ffffff; z-index: 100; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .p-department-list__item-new { display: none; position: absolute; top: 0; left: 0; width: 100%; } }

@media screen and (max-width: 736px) { .p-department-list__item a { display: block; position: relative; }
  .p-department-list__item-new { display: none; position: absolute; top: 0; left: 0; width: 100%; } }

/******************************************************************
project - top-news
******************************************************************/
.p-top-news { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -15px; margin-right: -30px; }

@media screen and (max-width: 736px) { .p-top-news { margin-right: -20px; } }

.p-top-news__item:nth-child(1), .p-top-news__item:nth-child(2) { width: calc(50% - 30px); margin-bottom: 15px; }

@media screen and (max-width: 736px) { .p-top-news__item:nth-child(1), .p-top-news__item:nth-child(2) { width: calc(100% - 20px); } }

.p-top-news__item:nth-child(1) .p-top-news__text, .p-top-news__item:nth-child(2) .p-top-news__text { -webkit-line-clamp: 2; }

.p-top-news__item { position: relative; width: calc(33.33333% - 30px); margin-top: 30px; margin-right: 30px; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 736px) { .p-top-news__item { width: calc(50% - 20px); margin-top: 20px; margin-right: 20px; line-height: 1.5; } }

.p-top-news__item > * { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.p-top-news__item a { color: #2f2f2f; }

.p-top-news__item a:hover { text-decoration: none; color: #009dc9; }

.p-top-news__badge { display: block; line-height: 1; position: absolute; top: 0; right: 0; z-index: +1; }

.p-top-news__badge span { min-width: 5em; color: #2f2f2f; }

@media screen and (max-width: 736px) { .p-top-news__badge span { font-size: 10px; } }

.p-top-news__img { display: block; overflow: hidden; }

.p-top-news__img img { width: 100%; aspect-ratio: 960 / 600; -o-object-fit: cover; object-fit: cover; }

.p-top-news__main { padding: 1rem; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

@media screen and (max-width: 736px) { .p-top-news__main { padding: 0.75rem; } }

.p-top-news__date { display: block; color: #009dc9; font-size: 14px; }

@media screen and (max-width: 736px) { .p-top-news__date { font-size: 12px; } }

.p-top-news__text { overflow: hidden; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

/******************************************************************
project - top-news-nav
******************************************************************/
.p-top-news-nav { text-align: center; }

.p-top-news-nav__item a { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; width: 23em; text-align: center; border: 1px solid #7c7a7c; padding: 1em 1.6em; color: #2f2f2f; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-top-news-nav__item a { max-width: 80vw; padding: .6em 1.6em; } }

.p-top-news-nav__item a span { display: inline-block; position: relative; padding-left: 8px; padding-left: 20px; }

.p-top-news-nav__item a span::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(8px, 0.8em) rotate(135deg); -ms-transform: translate(8px, 0.8em) rotate(135deg); transform: translate(8px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-news-nav__item a span::after { -webkit-transition-property: left; -o-transition-property: left; transition-property: left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-news-nav__item a:hover { text-decoration: none; background-color: #f5f5f5; }

.p-top-news-nav__item a:hover span::after { left: 4px; }

.p-top-news-nav__social { margin-top: 50px; }

@media screen and (max-width: 736px) { .p-top-news-nav__social { margin-top: 25px; } }

.p-top-news-nav__social a { -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-news-nav__social a::after { content: none !important; }

.p-top-news-nav__social a:hover { opacity: .7; }

/******************************************************************
project - top-event-wrap
******************************************************************/
@media print, screen and (min-width: 1001px) { .p-top-event-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: -30px; } }

.p-top-event-wrap__left { background-color: #fff; }

@media print, screen and (min-width: 1001px) { .p-top-event-wrap__left { width: calc(33.33333% - 30px); margin-right: 30px; } }

@media print, screen and (max-width: 1000px) { .p-top-event-wrap__left { margin: 0 auto 10px auto; } }

@media print, screen and (min-width: 1001px) { .p-top-event-wrap__right { width: calc(66.66666% - 30px); } }

/******************************************************************
project - top-event-head
******************************************************************/
.p-top-event-head > * { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 32px 16px 16px 16px; }

@media print, screen and (max-width: 1000px) { .p-top-event-head > * { padding: 32px 16px; } }

.p-top-event-head a { color: #2f2f2f; }

.p-top-event-head a:hover { text-decoration: none; color: #009dc9; }

.p-top-event-head__img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; overflow: hidden; text-align: center; margin-left: auto; margin-right: auto; width: 70% !important; }

@media print, screen and (max-width: 1000px) { .p-top-event-head__img { width: 50% !important; } }

.p-top-event-head__img img { aspect-ratio: 300 / 425; -o-object-fit: cover; object-fit: cover; }

.p-top-event-head__main { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 20px 0 0 0; }

.p-top-event-head__main > *:not(:last-child) { margin-bottom: 10px; }

.p-top-event-head__note { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.p-top-event-head__date { line-height: 1.3; font-weight: bold; text-align: center; font-size: 22px; }

.p-top-event-head__date .year { font-size: 14px; }

.p-top-event-head__date .week { font-size: 14px; }

.p-top-event-head__date .from { font-size: 14px; }

.p-top-event-head__time { text-align: center; /* 三点リーダー対応 */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.p-top-event-head__title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; font-weight: normal; font-size: 1rem; /* 三点リーダー対応 */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.p-top-event-head__badge { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: -6px; margin-right: -6px; }

@media print, screen and (max-width: 1000px) { .p-top-event-head__badge { margin-top: -4px; margin-right: -4px; } }

.p-top-event-head__badge li { margin-top: 6px; margin-right: 6px; }

@media print, screen and (max-width: 1000px) { .p-top-event-head__badge li { margin-top: 4px; margin-right: 4px; } }

@media print, screen and (max-width: 1000px) { .p-top-event-head__badge li span { font-size: 11px; } }

/******************************************************************
project - top-event
******************************************************************/
.p-top-event { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.p-top-event .slick-list { margin-top: -10px; margin-bottom: -10px; }

.p-top-event .slick-prev, .p-top-event .slick-next { position: absolute; left: 50%; -webkit-transform: translate(-50%, 0) translateZ(0); transform: translate(-50%, 0) translateZ(0); outline: none; overflow: hidden; text-indent: -999px; width: 30px; height: 30px; }

@media print, screen and (max-width: 1000px) { .p-top-event .slick-prev, .p-top-event .slick-next { width: 20px; height: 20px; } }

.p-top-event .slick-prev.slick-disabled, .p-top-event .slick-next.slick-disabled { display: none !important; }

.p-top-event .slick-prev { z-index: +1; top: -45px; position: relative; position: absolute; }

.p-top-event .slick-prev::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(10px, 1px) rotate(45deg); -ms-transform: translate(10px, 1px) rotate(45deg); transform: translate(10px, 1px) rotate(45deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 2px solid #989898; border-left: 2px solid #989898; width: 20px; height: 20px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-event .slick-prev:hover::after { border-color: #009dc9; }

.p-top-event .slick-prev:hover::after { top: -8px; }

.p-top-event .slick-next { bottom: -45px; position: relative; position: absolute; }

.p-top-event .slick-next::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(10px, 19px) rotate(-135deg); -ms-transform: translate(10px, 19px) rotate(-135deg); transform: translate(10px, 19px) rotate(-135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 2px solid #989898; border-left: 2px solid #989898; width: 20px; height: 20px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-event .slick-next:hover::after { border-color: #009dc9; }

.p-top-event .slick-next:hover::after { bottom: -8px; }

.p-top-event__item { margin-top: 10px; margin-bottom: 10px; background-color: #fff; }

.p-top-event__item > * { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

@media print, screen and (min-width: 1001px) { .p-top-event__item > * { overflow: hidden; } }

.p-top-event__item a { color: #2f2f2f; }

.p-top-event__item a:hover { text-decoration: none; color: #009dc9; }

.p-top-event__img { -ms-flex-negative: 0; flex-shrink: 0; }

@media print, screen and (min-width: 1001px) { .p-top-event__img img { height: 190px !important; aspect-ratio: 300 / 425; -o-object-fit: cover; object-fit: cover; } }

@media print, screen and (max-width: 1000px) { .p-top-event__img img { margin: 4vw; width: 20vw !important; aspect-ratio: 300 / 425; -o-object-fit: cover; object-fit: cover; } }

.p-top-event__main { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 20px; }

.p-top-event__main > *:not(:last-child) { margin-bottom: 7px; }

@media print, screen and (max-width: 1000px) { .p-top-event__main { padding: 15px 15px 15px 5px; } }

.p-top-event__note { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; line-height: 1.4; }

.p-top-event__date { display: inline-block; margin-right: .7em; line-height: 1.3; font-weight: bold; font-size: 22px; }

.p-top-event__date .year { font-size: 14px; }

.p-top-event__date .week { font-size: 14px; }

.p-top-event__date .from { font-size: 14px; }

@media print, screen and (max-width: 1000px) { .p-top-event__date { font-size: 18px; }
  .p-top-event__date .year { font-size: 12px; }
  .p-top-event__date .week { font-size: 12px; }
  .p-top-event__date .from { font-size: 12px; } }

.p-top-event__time { display: inline-block; /* 三点リーダー対応 */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }

.p-top-event__title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; font-weight: normal; font-size: 1rem; /* 三点リーダー対応 */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

@media print, screen and (max-width: 1000px) { .p-top-event__title { font-size: 14px; } }

.p-top-event__badge { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; margin-top: -6px; margin-right: -6px; }

@media print, screen and (max-width: 1000px) { .p-top-event__badge { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -4px; margin-right: -4px; } }

.p-top-event__badge li { margin-top: 6px; margin-right: 6px; }

@media print, screen and (max-width: 1000px) { .p-top-event__badge li { margin-top: 4px; margin-right: 4px; } }

.p-top-event__badge li span { white-space: nowrap; }

@media print, screen and (max-width: 1000px) { .p-top-event__badge li span { font-size: 11px; } }

/******************************************************************
project - top-event-nav
******************************************************************/
.p-top-event-nav { margin-top: 4rem; text-align: center; }

@media print, screen and (max-width: 1000px) { .p-top-event-nav { margin-top: 2rem; } }

.p-top-event-nav__item a { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; width: 23em; text-align: center; border: 1px solid #7c7a7c; padding: 1em 1.6em; color: #2f2f2f; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media print, screen and (max-width: 1000px) { .p-top-event-nav__item a { max-width: 80vw; padding: .6em 1.6em; } }

.p-top-event-nav__item a span { display: inline-block; position: relative; padding-left: 8px; padding-left: 20px; }

.p-top-event-nav__item a span::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(8px, 0.8em) rotate(135deg); -ms-transform: translate(8px, 0.8em) rotate(135deg); transform: translate(8px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-event-nav__item a span::after { -webkit-transition-property: left; -o-transition-property: left; transition-property: left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-top-event-nav__item a:hover { text-decoration: none; background-color: #fff; }

.p-top-event-nav__item a:hover span::after { left: 4px; }

/******************************************************************
project - calendar-s
******************************************************************/
.p-calendar-s__title { font-size: 1rem; text-align: center; }

@media screen and (max-width: 736px) { .p-calendar-s__title { font-size: 0.9rem; } }

.p-calendar-s__caption { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #9f5799; }

.p-calendar-s__caption p { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; color: #fff; font-weight: bold; text-align: center; padding: 0.5rem; }

@media screen and (max-width: 736px) { .p-calendar-s__caption p { padding: 0.375rem; } }

.p-calendar-s__prev { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 2em; display: -webkit-box; display: -ms-flexbox; display: flex; }

.p-calendar-s__prev a { width: 2em; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-calendar-s__prev a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(2px, 0) rotate(225deg); -ms-transform: translate(2px, 0) rotate(225deg); transform: translate(2px, 0) rotate(225deg); border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; width: 12px; height: 12px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-calendar-s__prev a:hover { opacity: 0.7; }

.p-calendar-s__next { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; width: 2em; display: -webkit-box; display: -ms-flexbox; display: flex; }

.p-calendar-s__next a { width: 2em; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-calendar-s__next a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(-2px, 0) rotate(45deg); -ms-transform: translate(-2px, 0) rotate(45deg); transform: translate(-2px, 0) rotate(45deg); border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; width: 12px; height: 12px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-calendar-s__next a:hover { opacity: 0.7; }

/******************************************************************
project - general-calendar
******************************************************************/
.p-general-calendar th { width: 15%; text-align: center; white-space: nowrap; color: #009dc9; }

.p-general-calendar th span { font-size: 3rem; }

@media screen and (max-width: 736px) { .p-general-calendar th span { font-size: 2.7rem; } }

@media screen and (max-width: 736px) { .p-general-calendar th span { font-size: 1.2rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-general-calendar th span { font-size: 1.08rem; } }

.p-general-calendar tr > :last-child { width: 25%; text-align: right; }

@media print, screen and (min-width: 737px) { .p-top-admissions { display: none; } }

.p-top-admissions { margin: 0.75rem; margin-bottom: 0; }

.p-top-admissions a { display: block; text-align: center; border: 1px solid #e2cfe0; background-color: #f8f3f8; font-weight: bold; padding: 0.7em; }

.p-top-admissions a span { display: inline-block; position: relative; padding-left: 7px; padding-left: 0.75em; }

.p-top-admissions a span::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0px; height: 8px; border-color: #9f5799; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

/******************************************************************
project - oc
******************************************************************/
.p-oc-body { background-color: #fbf5fe; }

.l-footer { background-color: #fff; }

.p-oc-menu { background-size: auto auto; background-color: #fbf5fe; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, #fbdffb 5px, #fbdffb 7px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 5px, #fbdffb 5px, #fbdffb 7px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #fbdffb 5px, #fbdffb 7px); }

.p-oc-menu__inner { padding-top: 2rem; padding-bottom: 2rem; }

@media screen and (max-width: 736px) { .p-oc-menu__inner { padding-top: 1rem; padding-bottom: 1rem; } }

.p-oc-menu__anker { border: 1px solid #f99bbe; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 12px 16px; color: #ff2a7a; text-decoration: none; text-align: center; line-height: 1.4; min-height: 4.6em; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-oc-menu__anker { min-height: 0; } }

.p-oc-menu__anker:hover { color: #ff2a7a; text-decoration: none; background-color: #fff9fb; }

.p-oc-heading2 { text-align: center; padding-left: 0; margin-top: 5rem; margin-bottom: 3rem !important; }

@media screen and (max-width: 736px) { .p-oc-heading2 { margin-top: 3rem; margin-bottom: 1.5rem !important; } }

.p-oc .c-heading2 { text-align: center; padding-left: 0; margin-top: 5rem; margin-bottom: 3rem !important; }

@media screen and (max-width: 736px) { .p-oc .c-heading2 { margin-top: 3rem; margin-bottom: 1.5rem !important; } }

.p-oc .c-heading2::before { content: none; }

.p-oc-learning__bungaku, .p-oc-learning__hles, .p-oc-learning__human_sociology, .p-oc-learning__junior_college { background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 6px 16px; text-decoration: none; text-align: center; line-height: 1.4; min-height: 4.6em; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-oc-learning__bungaku, .p-oc-learning__hles, .p-oc-learning__human_sociology, .p-oc-learning__junior_college { min-height: 3em; } }

.p-oc-learning__bungaku:hover, .p-oc-learning__hles:hover, .p-oc-learning__human_sociology:hover, .p-oc-learning__junior_college:hover { text-decoration: none; }

.p-oc-learning__bungaku { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); border: 1px solid #93b4cf; color: #106ab3; }

.p-oc-learning__bungaku:hover { opacity: 0.6; color: #106ab3; }

.p-oc-learning__hles { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); border: 1px solid #dd9da8; color: #de1c3f; }

.p-oc-learning__hles:hover { opacity: 0.6; color: #de1c3f; }

.p-oc-learning__human_sociology { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); border: 1px solid #a2c4c4; border: 1px solid #a2c4c4; color: #0a8885; }

.p-oc-learning__human_sociology:hover { opacity: 0.6; color: #0a8885; }

.p-oc-learning__junior_college { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); border: 1px solid #a7a2c2; color: #5438ca; }

.p-oc-learning__junior_college:hover { opacity: 0.6; color: #5438ca; }

.p-oc-movie .c-card { background-color: #fff; }

.p-oc-insta { background: -webkit-linear-gradient(315deg, #d0f1fc 0%, #fce9eb 100%); background: -o-linear-gradient(315deg, #d0f1fc 0%, #fce9eb 100%); background: linear-gradient(135deg, #d0f1fc 0%, #fce9eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ margin-top: 5rem; padding: 3rem; }

@media print, screen and (min-width: 737px) { .p-oc-insta { display: -webkit-box; display: -ms-flexbox; display: flex; } }

@media print, screen and (max-width: 1000px) { .p-oc-insta { padding: 5%; } }

@media screen and (max-width: 736px) { .p-oc-insta { margin-top: 3rem; padding: 1rem; } }

.p-oc-insta__main { text-align: center; }

@media print, screen and (min-width: 737px) { .p-oc-insta__main { width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.p-oc-insta__main-inner { display: inline-block; }

.p-oc-insta__main-inner iframe { min-width: 200px !important; }

.p-oc-insta__head { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3rem 2rem; width: calc(50% - 2rem); text-align: center; }

@media print, screen and (min-width: 737px) { .p-oc-insta__head { margin-right: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media print, screen and (max-width: 1000px) { .p-oc-insta__head { padding: 5% 5%; width: calc(50% - 2%); } }

@media screen and (max-width: 736px) { .p-oc-insta__head { padding: 1.5rem 1rem; width: 100%; margin-bottom: 0.9375rem; } }

.p-oc-insta__title { margin-bottom: 1rem; }

@media screen and (max-width: 736px) { .p-oc-insta__title { margin-bottom: 0.75rem; }
  .p-oc-insta__title img { max-width: 70%; } }

.p-oc-insta__copy { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .p-oc-insta__copy { margin-bottom: 1.125rem; } }

.p-oc-insta__btn a { display: inline-block; background-color: #ff2a7a; color: #fff; text-align: center; min-width: 13em; padding: 0.6em 0; border-radius: 4em; font-weight: bold; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-oc-insta__btn a:hover { color: #fff; text-decoration: none; background-color: #ff4e90; }

.p-oc-card--bungaku, .p-oc-card--hles, .p-oc-card--human_sociology, .p-oc-card--junior_college, .p-oc-card--other { background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-oc-card--bungaku, .p-oc-card--hles, .p-oc-card--human_sociology, .p-oc-card--junior_college, .p-oc-card--other { min-height: 0; } }

.p-oc-card--bungaku:hover, .p-oc-card--hles:hover, .p-oc-card--human_sociology:hover, .p-oc-card--junior_college:hover, .p-oc-card--other:hover { text-decoration: none; color: inherit !important; }

.p-oc-card--bungaku .c-card__title, .p-oc-card--hles .c-card__title, .p-oc-card--human_sociology .c-card__title, .p-oc-card--junior_college .c-card__title, .p-oc-card--other .c-card__title { font-size: 100%; }

.p-oc-card--bungaku { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); border: 1px solid #93b4cf; }

.p-oc-card--bungaku .c-card__title { color: #106ab3; }

.p-oc-card--hles { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); border: 1px solid #dd9da8; }

.p-oc-card--hles .c-card__title { color: #de1c3f; }

.p-oc-card--human_sociology { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); border: 1px solid #a2c4c4; border: 1px solid #a2c4c4; }

.p-oc-card--human_sociology .c-card__title { color: #0a8885; }

.p-oc-card--junior_college { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); border: 1px solid #a7a2c2; }

.p-oc-card--junior_college .c-card__title { color: #5438ca; }

.p-oc-card--other { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f7f7 4px, #f7f7f7 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f7f7 4px, #f7f7f7 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f7f7 4px, #f7f7f7 6px); border: 1px solid #c7c7c7; }

.p-oc__detail { padding: 2rem; }

@media screen and (max-width: 736px) { .p-oc__detail { padding: 1rem; } }

.p-oc__detail--bungaku { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); border: 1px solid #93b4cf; }

.p-oc__detail--hles { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); border: 1px solid #dd9da8; }

.p-oc__detail--human_sociology { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); border: 1px solid #a2c4c4; border: 1px solid #a2c4c4; }

.p-oc__detail--junior_college { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); border: 1px solid #a7a2c2; }

.p-oc__detail--other { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f7f7 4px, #f7f7f7 6px); background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #f7f7f7 4px, #f7f7f7 6px); background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f7f7 4px, #f7f7f7 6px); border: 1px solid #c7c7c7; }

.p-oc-back { text-align: center; }

.p-oc-back a { display: inline-block; background-color: #ff2a7a; color: #fff; text-align: center; min-width: 13em; padding: 0.6em 3em; border-radius: 4em; font-weight: bold; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-oc-back a:hover { color: #fff; text-decoration: none; background-color: #ff4e90; }

/******************************************************************
project - opencampus
******************************************************************/
.p-opencampus .c-heading2::before { background-color: #f5bebf; }

.p-opencampus .c-heading-catch { color: #c355a3; }

.p-opencampus .c-card--bg-type1 { background-color: #f3f3f2; }

.p-opencampus-copy { color: #ee9396; line-height: 1.4; font-size: 28px; }

@media screen and (max-width: 736px) { .p-opencampus-copy { font-size: 20px; } }

.p-opencampus-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -35px; margin-top: -35px; }

@media screen and (max-width: 736px) { .p-opencampus-list { margin-right: -1px; margin-top: -1px; } }

.p-opencampus-list__item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-right: 35px; margin-top: 35px; width: calc(50% - 35px); }

@media screen and (max-width: 736px) { .p-opencampus-list__item { margin-right: 1px; margin-top: 1px; width: calc(50% - 1px); } }

.p-opencampus-list__item--hino { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(left, transparent, transparent 2px, rgba(250, 222, 222, 0.68) 2px, rgba(250, 222, 222, 0.68) 4px); background-image: -o-repeating-linear-gradient(left, transparent, transparent 2px, rgba(250, 222, 222, 0.68) 2px, rgba(250, 222, 222, 0.68) 4px); background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(250, 222, 222, 0.68) 2px, rgba(250, 222, 222, 0.68) 4px); }

.p-opencampus-list__item--hino .p-opencampus-list__label { background-color: #f8d3d3; }

.p-opencampus-list__item--shibuya { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(left, transparent, transparent 2px, #dbe6ee 2px, #dbe6ee 4px); background-image: -o-repeating-linear-gradient(left, transparent, transparent 2px, #dbe6ee 2px, #dbe6ee 4px); background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #dbe6ee 2px, #dbe6ee 4px); }

.p-opencampus-list__item--shibuya .p-opencampus-list__label { background-color: #bfd3e1; }

.p-opencampus-list__item--online { background-size: auto auto; background-color: white; background-image: -webkit-repeating-linear-gradient(left, transparent, transparent 2px, #d8ecd2 2px, #d8ecd2 4px); background-image: -o-repeating-linear-gradient(left, transparent, transparent 2px, #d8ecd2 2px, #d8ecd2 4px); background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #d8ecd2 2px, #d8ecd2 4px); }

.p-opencampus-list__item--online .p-opencampus-list__label { background-color: #d3eacc; }

.p-opencampus-list__body { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 25px; }

@media screen and (max-width: 736px) { .p-opencampus-list__body { padding: 10px; font-size: 10px; } }

.p-opencampus-list__body > *:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .p-opencampus-list__body > *:not(:last-child) { margin-bottom: 0.375rem; } }

.p-opencampus-list__title { font-weight: normal; font-size: 22px; }

@media screen and (max-width: 736px) { .p-opencampus-list__title { font-size: 13px; } }

.p-opencampus-list__label { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 10px; left: 0; text-align: center; width: 6em; }

@media screen and (max-width: 736px) { .p-opencampus-list__label { top: 0; } }

.p-opencampus-list__department { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -4px; margin-right: -4px; }

@media screen and (max-width: 736px) { .p-opencampus-list__department { margin-top: -2px; margin-right: -2px; } }

.p-opencampus-list__department li { margin-top: 4px; margin-right: 4px; background-color: #fff; border-radius: 60px; border: 1px solid #bababa; padding: .45em .8em; line-height: 1; font-size: 13px; }

@media screen and (max-width: 736px) { .p-opencampus-list__department li { margin-top: 2px; margin-right: 2px; font-size: 10px; } }

.p-opencampus-list__copy { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

.p-opencampus-list__nav { margin-top: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -6px; margin-right: -6px; }

.p-opencampus-list__nav li { width: calc(50% - 6px); margin-top: 6px; margin-right: 6px; }

.p-opencampus-list__nav a { display: block; background-color: #fff; border: 1px solid #bababa; color: inherit; }

@media print, screen and (min-width: 737px) { .p-opencampus-list__nav a { position: relative; padding-left: 16.5px; padding: .4em 1em .4em 1.5em; }
  .p-opencampus-list__nav a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(16.5px, 3px) rotate(135deg); -ms-transform: translate(16.5px, 3px) rotate(135deg); transform: translate(16.5px, 3px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #888888; border-left: 1px solid #888888; width: 8px; height: 8px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } }

@media screen and (max-width: 736px) { .p-opencampus-list__nav a { padding: .6em .4em; font-size: 10px; text-align: center; } }

.p-opencampus-list__nav a:hover { text-decoration: none; color: #009dc9; }

.p-opencampus-list__img img { width: 100%; }

.p-opencampus-nav li { text-align: center; }

.p-opencampus-nav li:not(:last-child) { margin-bottom: 1rem; }

.p-opencampus-nav li a { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; text-decoration: none; border: 1px solid #888888; width: 30em; padding: 1rem 1.5rem; text-align: left; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.p-opencampus-nav li a:hover { color: #009dc9; text-decoration: none; }

@media screen and (max-width: 736px) { .p-opencampus-nav li a { width: 100%; } }

.p-opencampus-nav li a:hover { color: #009dc9; }

.p-opencampus-nav li a .p-opencampus-nav__txt { padding-right: 0.5rem; }

.p-opencampus-nav li a .p-opencampus-nav__arrow img { max-width: none; }

.p-opencampus-table__head { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; line-height: 1.3; color: #2f2f2f; background-color: #fdefef; font-weight: normal; }

.p-opencampus-table__date { white-space: nowrap; color: #2f2f2f; padding-left: 1rem !important; padding-right: 1rem !important; }

.p-opencampus-table__place { white-space: nowrap; color: #2f2f2f; }

.p-opencampus-table td { line-height: 1.5; color: #868686; padding-left: 6px; padding-right: 6px; }

/******************************************************************
project - academy
******************************************************************/
.p-academy-btn { display: inline-block; text-align: left; min-width: 14em; padding: 6px 10px; border: 1px solid #bc89b7; background: #ffffff url(/common/img/academy_arrow1.png) right 8px bottom 8px no-repeat; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media all and (-ms-high-contrast: none) { .p-academy-btn { padding: 8px 10px 4px 10px; } }

.p-academy-btn:hover { text-decoration: none; background: #ffffff url(/common/img/academy_arrow1.png) right 3px bottom 8px no-repeat; background-color: #fcf7fa; text-decoration: none; }

@media print, screen and (min-width: 737px) { .p-academy-chair { background: url(/common/img/academy_bg2.png) left top no-repeat, url(/common/img/academy_bg1.jpg) bottom center/contain no-repeat; }
  .p-academy-chair__main { padding-right: 40%; }
  .p-academy-chair__main > *:not(:last-child) { margin-bottom: 2rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-academy-chair__main > *:not(:last-child) { margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .p-academy-chair__title { padding: 15vw 40% 15vw 2vw; background: url(/common/img/academy_bg1.jpg) center right/115% no-repeat; } }

.p-academy-bg { background: url(/common/img/academy_bg3.png) right top repeat-y, url(/common/img/academy_bg4.png) left top repeat-y; }

@media print, screen and (max-width: 1000px) { .p-academy-bg { background: url(/common/img/academy_bg3.png) right top/20vw auto repeat-y, url(/common/img/academy_bg4.png) left top/20vw auto repeat-y; } }

@media print, screen and (min-width: 737px) { .p-academy-shimoda-text { border-top: 1px solid #6C6C6C; border-bottom: 1px solid #6C6C6C; padding-top: 2rem; padding-bottom: 2rem; } }

.p-academy-shimoda-menu__item { background-color: #f6f6f6; }

.p-academy-shimoda-menu__item a:hover { background-color: #e9e9e9; }

.p-academy-shimoda-menu__item:nth-child(even) { background-color: #ececec; }

.p-academy-shimoda-menu__item:nth-child(even) a:hover { background-color: #dfdfdf; }

.p-academy-shimoda-menu a { -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; color: inherit; text-decoration: none; }

.p-academy-shimoda-menu a:hover { color: #009dc9; text-decoration: none; }

.p-academy-shimoda-menu a:hover { color: inherit; }

.p-academy-shimoda-menu a:hover .c-vertical-area__inner { background: url(/common/img/academy_arrow2.png) right 3px bottom 8px no-repeat; }

.p-academy-shimoda-menu .c-vertical-area__inner { background: url(/common/img/academy_arrow2.png) right 8px bottom 8px no-repeat; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; padding: 2rem 1rem 2rem 1rem; }

@media screen and (max-width: 736px) { .p-academy-shimoda-menu .c-vertical-area__inner { padding: 1.4rem 1rem 1.4rem 1rem; } }

.p-academy-menu { border-top: 1px solid #009dc9; border-left: 1px solid #009dc9; }

.p-academy-menu__item { border-bottom: 1px solid #009dc9; border-right: 1px solid #009dc9; }

.p-academy-menu__item .c-vertical-area { -webkit-box-sizing: border-box; box-sizing: border-box; background: url(/common/img/academy_arrow3.png) right 8px bottom 8px no-repeat; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; background-color: #ffffff; min-height: 5.5em; padding: 0.5rem 1rem; }

@media screen and (max-width: 736px) { .p-academy-menu__item .c-vertical-area { min-height: 3.5em; padding: 0.375rem 0.75rem; } }

.p-academy-menu__item .c-vertical-area:hover { background: url(/common/img/academy_arrow3.png) right 3px bottom 8px no-repeat; background-color: #fcf7fa; text-decoration: none; }

.p-academy-menu__charm { display: block; background: url(/common/img/academy_arrow3.png) right 8px bottom 8px no-repeat; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; background-color: #ffffff; }

.p-academy-menu__charm-main { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1.5rem 2rem; }

@media screen and (max-width: 736px) { .p-academy-menu__charm-main { padding: 0.75rem 0.75rem; } }

.p-academy-menu__charm-title { font-weight: normal; margin-bottom: 0.75rem; font-size: 1.3rem; }

@media screen and (max-width: 736px) { .p-academy-menu__charm-title { font-size: 1.17rem; } }

.p-academy-menu__charm-copy { margin-bottom: 5px; }

.p-academy-menu__charm-text { font-size: 0.9rem; }

@media screen and (max-width: 736px) { .p-academy-menu__charm-text { font-size: 0.81rem; } }

.p-academy-menu__charm:hover { background: url(/common/img/academy_arrow3.png) right 3px bottom 8px no-repeat; background-color: #fcf7fa; text-decoration: none; }

@media print, screen and (min-width: 737px) { .p-academy-menu__dt { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .p-academy-menu__dt-title { min-width: 10em; border-right: 1px dotted #009dc9; }
  .p-academy-menu__dt-data { padding-left: 2em; } }

@media screen and (max-width: 736px) { .p-academy-menu__dt { padding: 0.375rem 0; }
  .p-academy-menu__dt-title { display: block; border-bottom: 1px dotted #009dc9; margin-bottom: 6px; }
  .p-academy-menu__dt-data { display: block; font-size: 0.8rem; line-height: 1.6; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-academy-menu__dt-data { font-size: 0.8rem; } }

/******************************************************************
project - exam
******************************************************************/
@media print, screen and (max-width: 768px) { .p-exam-visual { margin-top: 2rem; } }

.p-exam-visual .c-card { background-color: #ffffff; border-color: #dfe2e2; }

.p-exam-visual .c-card:hover { color: inherit; }

.p-exam-visual .c-card__body { padding-top: 2rem; padding-bottom: 2rem; line-height: 1.8; }

@media print, screen and (max-width: 768px) { .p-exam-visual .c-card__body { padding: 0.75rem; font-size: 0.9rem; } }

@media screen and (max-width: 768px) and (max-width: 736px) { .p-exam-visual .c-card__body { font-size: 0.81rem; } }

.p-exam-visual .c-card__title { padding-bottom: 2rem; color: #c355a3; text-align: center; font-size: 1.2rem; }

@media screen and (max-width: 736px) { .p-exam-visual .c-card__title { font-size: 1.08rem; } }

@media print, screen and (max-width: 768px) { .p-exam-visual .c-card__title { padding-bottom: 0.75rem; } }

.p-exam-visual .c-card__headimage { margin: 6px; }

@media print, screen and (max-width: 768px) { .p-exam-visual .c-card__headimage { margin: 3px; } }

.p-exam-nav { text-align: center; }

.p-exam-nav a { display: block; color: #c355a3; }

.p-exam-nav a:hover { text-decoration: none; }

.p-exam-nav__icon { display: block; border-radius: 100%; background: #c355a3; }

@media print, screen and (min-width: 769px) { .p-exam-nav__icon { position: relative; margin: 1.5rem auto 0 auto; width: 42px; height: 42px; -webkit-transition-property: background transform; -o-transition-property: background transform; transition-property: background transform; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-exam-nav__icon::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(6px, 11px) rotate(-135deg); -ms-transform: translate(6px, 11px) rotate(-135deg); transform: translate(6px, 11px) rotate(-135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 2px solid #ffffff; border-left: 2px solid #ffffff; width: 12px; height: 12px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } }

@media print, screen and (max-width: 768px) { .p-exam-nav__icon { position: relative; margin: 0.375rem auto 1.125rem auto; width: 32px; height: 32px; }
  .p-exam-nav__icon::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; -webkit-transform: translate(6px, 11px) rotate(-135deg); -ms-transform: translate(6px, 11px) rotate(-135deg); transform: translate(6px, 11px) rotate(-135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 2px solid #ffffff; border-left: 2px solid #ffffff; width: 12px; height: 12px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } }

@media print, screen and (min-width: 769px) { a:hover .p-exam-nav__icon { background: #d07bb7; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); } }

.p-exam__menu .c-grid__item3 { border: 1px solid #e2e2e2; background-color: #ffffff; }

.p-exam__menu a { -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; color: #c355a3; -webkit-transition-property: border background; -o-transition-property: border background; transition-property: border background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; font-size: 1.2rem; padding: 3rem 0.5rem; border: 5px solid #f6e7f1; }

@media screen and (max-width: 736px) { .p-exam__menu a { font-size: 1.08rem; } }

@media print, screen and (max-width: 768px) { .p-exam__menu a { font-size: 1rem; padding: 1.125rem 0.375rem; border: 3px solid #f6e7f1; } }

@media screen and (max-width: 768px) and (max-width: 736px) { .p-exam__menu a { font-size: 0.9rem; } }

.p-exam__menu a:hover { border: 5px solid #c355a3; background-color: #c355a3; color: #ffffff; text-decoration: none; }

@media print, screen and (max-width: 768px) { .p-exam__menu a:hover { border: 3px solid #c355a3; } }

@media print, screen and (min-width: 769px) { .p-exam-outer { padding-top: 3rem; }
  .p-exam { background-position: top center; background-repeat: no-repeat; background-size: cover; position: relative; margin-top: 3rem; }
  .p-exam--dot2, .p-exam--dot3, .p-exam--dot4 { margin-bottom: 3rem; }
  .p-exam::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: -3rem; right: 0; left: 0; width: 1200px; height: 3rem; }
  .p-exam--dot1::before { background: url(/common/img/exam_dot1.png); }
  .p-exam--dot2::before { background: url(/common/img/exam_dot2.png); }
  .p-exam--dot3::before { background: url(/common/img/exam_dot3.png); }
  .p-exam--dot4::before { background: url(/common/img/exam_dot4.png); }
  .p-exam::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; right: 0; bottom: -3rem; left: 0; width: 100%; height: 3rem; }
  .p-exam--dot2::after { background: url(/common/img/exam_dot2.png); }
  .p-exam--dot3::after { background: url(/common/img/exam_dot3.png); }
  .p-exam--dot4::after { background: url(/common/img/exam_dot4.png); }
  .p-exam--dot2 .p-exam__title { margin-left: auto; }
  .p-exam--dot4 .p-exam__title { margin-left: auto; }
  .p-exam__title { position: relative; top: -3rem; width: 36%; padding: 3rem 2rem; background-color: #ffffff; border: 1px solid #e2e2e2; }
  .p-exam__title h2 { font-weight: normal; color: #c355a3; font-size: 2rem; margin-bottom: 1.5rem; } }

@media screen and (min-width: 769px) and (max-width: 736px) { .p-exam__title h2 { font-size: 1.8rem; } }

@media print, screen and (max-width: 768px) { .p-exam-outer { padding-top: 1rem; }
  .p-exam { background-position: top center; background-repeat: no-repeat; background-size: 100% auto; position: relative; margin-top: 1rem; padding-top: 25vw; }
  .p-exam--dot2 .c-section__bottom, .p-exam--dot3 .c-section__bottom, .p-exam--dot4 .c-section__bottom { margin-bottom: 0; }
  .p-exam::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: -1rem; right: 0; left: 0; width: 100%; height: 1rem; }
  .p-exam--dot1::before { background: url(/common/img/exam_dot1.png); }
  .p-exam--dot2::before { background: url(/common/img/exam_dot2.png); }
  .p-exam--dot3::before { background: url(/common/img/exam_dot3.png); }
  .p-exam--dot4::before { background: url(/common/img/exam_dot4.png); }
  .p-exam::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; right: 0; bottom: -3rem; left: 0; width: 100%; height: 1rem; }
  .p-exam--dot2::after { background: url(/common/img/exam_dot2.png); }
  .p-exam--dot3::after { background: url(/common/img/exam_dot3.png); }
  .p-exam--dot4::after { background: url(/common/img/exam_dot4.png); }
  .p-exam__title { position: relative; padding: 1.5rem 1.5rem; background-color: #ffffff; border: 1px solid #e2e2e2; margin-bottom: 1rem; }
  .p-exam__title h2 { font-weight: normal; color: #c355a3; font-size: 1.6rem; margin-bottom: 1.125rem; } }

@media screen and (max-width: 768px) and (max-width: 736px) { .p-exam__title h2 { font-size: 1.44rem; } }

.p-exam-menu { background: url(/common/img/exam_dot1.png) left top; }

.p-exam-menu a { background-color: #ffffff; border: 1px solid #e2e2e2; padding: 0.8rem 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; color: inherit; text-decoration: none; -webkit-transition-property: color background; -o-transition-property: color background; transition-property: color background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media all and (-ms-high-contrast: none) { .p-exam-menu a { padding-top: 0.9rem; } }

.p-exam-menu a:hover { color: #009dc9; text-decoration: none; }

.p-exam-menu a:hover { color: #ffffff; background-color: #c355a3; }

.p-exam-banner { background: url(/common/img/exam_dot1.png); margin-top: 8rem; margin-bottom: 3rem; }

@media print, screen and (max-width: 768px) { .p-exam-banner { margin-top: 6rem; margin-bottom: 0; } }

.p-exam-banner > div:first-child a { -webkit-transform: translateY(-2em); -ms-transform: translateY(-2em); transform: translateY(-2em); }

@media print, screen and (max-width: 768px) { .p-exam-banner > div:first-child a { -webkit-transform: translateY(-1em); -ms-transform: translateY(-1em); transform: translateY(-1em); } }

.p-exam-banner > div:last-child a { margin-left: auto; -webkit-transform: translateY(2em); -ms-transform: translateY(2em); transform: translateY(2em); }

@media print, screen and (max-width: 768px) { .p-exam-banner > div:last-child a { -webkit-transform: translateY(1em); -ms-transform: translateY(1em); transform: translateY(1em); } }

.p-exam-banner a { width: 60%; }

@media print, screen and (max-width: 768px) { .p-exam-banner a { width: 90%; } }

.p-exam-banner .c-vertical-area__title { font-weight: normal; font-size: 1.8rem; }

@media screen and (max-width: 736px) { .p-exam-banner .c-vertical-area__title { font-size: 1.62rem; } }

@media screen and (max-width: 736px) { .p-exam-banner .c-vertical-area__title { font-size: 1.4rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-exam-banner .c-vertical-area__title { font-size: 1.26rem; } }

.p-exam-banner .c-vertical-area__title span { display: block; font-size: 0.8rem; line-height: 1.6; }

@media screen and (max-width: 736px) { .p-exam-banner .c-vertical-area__title span { font-size: 0.8rem; } }

.p-exam-contact { text-align: left; }

@media print, screen and (min-width: 769px) { .p-exam-contact { border: 6px solid #f6e7f1; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media print, screen and (max-width: 768px) { .p-exam-contact { border: 3px solid #f6e7f1; } }

@media print, screen and (min-width: 769px) { .p-exam-contact__left { padding: 1rem 3rem; } }

@media print, screen and (max-width: 768px) { .p-exam-contact__left { padding: 0.75rem; } }

.p-exam-contact__left a { color: #c355a3; }

@media print, screen and (min-width: 769px) { .p-exam-contact__right { border-left: 1px solid #e2e2e2; padding: 1.5rem; } }

@media print, screen and (max-width: 768px) { .p-exam-contact__right { border-top: 1px solid #e2e2e2; padding: 0.75rem; } }

/******************************************************************
project - philosophy
******************************************************************/
.p-philosophy { border: 0; }

.p-philosophy__body { border: 1px solid #b9b9b9; background-color: #e5f4f8; padding: 3rem; padding-bottom: 4rem; }

.p-philosophy__body > *:not(:last-child) { margin-bottom: 2.5rem; }

@media screen and (max-width: 736px) { .p-philosophy__body > *:not(:last-child) { margin-bottom: 1.875rem; } }

@media screen and (max-width: 736px) { .p-philosophy__body { padding: 1.125rem; padding-bottom: 1.875rem; }
  .p-philosophy__body > *:not(:last-child) { margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-philosophy__body > *:not(:last-child) { margin-bottom: 1.125rem; } }

.p-philosophy__copy { text-align: center; color: #009dc9; line-height: 1.6; font-size: 2.2rem; }

@media screen and (max-width: 736px) { .p-philosophy__copy { font-size: 1.98rem; } }

@media screen and (max-width: 736px) { .p-philosophy__copy { font-size: 1.8rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-philosophy__copy { font-size: 1.62rem; } }

/******************************************************************
project - people-info
******************************************************************/
.p-people-info { background: #fbfbfb; border: 1px solid #b9b9b9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1.5rem; }

@media screen and (max-width: 736px) { .p-people-info { padding: 1.125rem; } }

@media screen and (max-width: 736px) { .p-people-info { display: block; } }

.p-people-info__thum-inner { margin-right: 2rem; position: relative; display: inline-block; margin-bottom: 15px; }

.p-people-info__thum-inner::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border2.png); -webkit-transform: translate(15px, 15px); -ms-transform: translate(15px, 15px); transform: translate(15px, 15px); }

.p-people-info__thum-inner img { max-width: none; position: relative; z-index: +1; }

@media screen and (max-width: 736px) { .p-people-info__thum-inner { margin-right: 0; margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .p-people-info__thum { text-align: center; } }

.p-people-info__main { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

.p-people-info__catch { font-weight: normal; color: #009dc9; font-size: 1.5rem; }

.color-faculty-bungaku .p-people-info__catch { color: #6994b7; }

.color-faculty-life .p-people-info__catch { color: #cb7786; }

.color-faculty-human .p-people-info__catch { color: #7eaaa9; }

.color-faculty-junior .p-people-info__catch { color: #857da7; }

.color-bungaku .p-people-info__catch { color: #5ca5bb; }

.color-eibungaku .p-people-info__catch { color: #5bbfe1; }

.color-bibi .p-people-info__catch { color: #8ea0ac; }

.color-diet .p-people-info__catch { color: #e39e8a; }

.color-environment .p-people-info__catch { color: #d2a663; }

.color-seibun .p-people-info__catch { color: #b594bc; }

.color-gendaiseikatsu .p-people-info__catch { color: #f0889d; }

.color-sociology .p-people-info__catch { color: #91b19b; }

.color-Japanese-commu .p-people-info__catch { color: #a89eab; }

.color-english-commu .p-people-info__catch { color: #9bb2da; }

.color-department-bungaku .p-people-info__catch { color: #6994b7; }

.color-department-life .p-people-info__catch { color: #cb7786; }

.color-department-human .p-people-info__catch { color: #7eaaa9; }

@media screen and (max-width: 736px) { .p-people-info__catch { font-size: 1.35rem; } }

@media screen and (max-width: 736px) { .p-people-info__catch { font-size: 1.2rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-people-info__catch { font-size: 1.08rem; } }

.p-people-info__title { font-weight: normal; }

/******************************************************************
project - time-schedule
******************************************************************/
.p-time-schedule { border-top: 1px solid #d5d5d5; }

.p-time-schedule__item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #d5d5d5; padding-top: 1.4rem; padding-bottom: 1.4rem; }

@media screen and (max-width: 736px) { .p-time-schedule__item { padding-top: 1.05rem; padding-bottom: 1.05rem; } }

.p-time-schedule__time { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.p-time-schedule__time-img { margin-right: 0.5rem; }

.p-time-schedule__time-text { color: #009dc9; }

@media print, screen and (min-width: 737px) { .p-time-schedule__time-text { width: 140px; } }

.p-time-schedule__time-text span { font-size: 2rem; }

@media screen and (max-width: 736px) { .p-time-schedule__time-text span { font-size: 1.8rem; } }

.p-time-schedule__thum { margin-right: 1rem; }

@media screen and (max-width: 736px) { .p-time-schedule__thum img { width: 70px; } }

.p-time-schedule__main { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

@media screen and (max-width: 736px) { .p-time-schedule__main { width: 100%; } }

/******************************************************************
project - teacher-info
******************************************************************/
.p-teacher-info { background: #fbfbfb; border: 1px solid #b9b9b9; display: table; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 1.5rem; }

@media screen and (max-width: 736px) { .p-teacher-info { padding: 1.125rem; } }

@media screen and (max-width: 736px) { .p-teacher-info { display: block; } }

.p-teacher-info__thum { display: table-cell; vertical-align: top; width: 10%; }

@media screen and (max-width: 736px) { .p-teacher-info__thum { display: block; width: 100%; } }

.p-teacher-info__thum-inner { margin-right: 2rem; position: relative; display: inline-block; margin-bottom: 15px; }

.p-teacher-info__thum-inner::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border2.png); -webkit-transform: translate(15px, 15px); -ms-transform: translate(15px, 15px); transform: translate(15px, 15px); }

.p-teacher-info__thum-inner img { max-width: none; position: relative; z-index: +1; }

@media screen and (max-width: 736px) { .p-teacher-info__thum-inner { margin-right: 0; margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .p-teacher-info__thum { text-align: center; } }

.p-teacher-info__main { display: table-cell; vertical-align: top; }

@media screen and (max-width: 736px) { .p-teacher-info__main { display: block; } }

.p-teacher-info__position { color: #009dc9; margin-bottom: 1rem; }

.color-faculty-bungaku .p-teacher-info__position { color: #6994b7; }

.color-faculty-life .p-teacher-info__position { color: #cb7786; }

.color-faculty-human .p-teacher-info__position { color: #7eaaa9; }

.color-faculty-junior .p-teacher-info__position { color: #857da7; }

.color-bungaku .p-teacher-info__position { color: #5ca5bb; }

.color-eibungaku .p-teacher-info__position { color: #5bbfe1; }

.color-bibi .p-teacher-info__position { color: #8ea0ac; }

.color-diet .p-teacher-info__position { color: #e39e8a; }

.color-environment .p-teacher-info__position { color: #d2a663; }

.color-seibun .p-teacher-info__position { color: #b594bc; }

.color-gendaiseikatsu .p-teacher-info__position { color: #f0889d; }

.color-sociology .p-teacher-info__position { color: #91b19b; }

.color-Japanese-commu .p-teacher-info__position { color: #a89eab; }

.color-english-commu .p-teacher-info__position { color: #9bb2da; }

.color-department-bungaku .p-teacher-info__position { color: #6994b7; }

.color-department-life .p-teacher-info__position { color: #cb7786; }

.color-department-human .p-teacher-info__position { color: #7eaaa9; }

.p-teacher-info__title { font-weight: normal; }

.p-teacher-info__about th { width: 9em; font-weight: normal; vertical-align: top; text-align: left; }

.p-teacher-info__about td { width: calc(100% - 9em); vertical-align: top; }

/******************************************************************
project - department-grid
******************************************************************/
@media print, screen and (min-width: 801px) { .p-department-grid { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .p-department-grid__text { -webkit-box-sizing: border-box; box-sizing: border-box; width: 34.5%; margin-right: 2rem; }
  .p-department-grid__main { width: 65.5%; } }

@media print, screen and (max-width: 800px) { .p-department-grid__text { margin-bottom: 1.5rem; } }

/******************************************************************
project - department-blog
******************************************************************/
.p-department-blog-title { font-family: 'Kosugi Maru', sans-serif; text-align: center; margin-bottom: 1rem !important; }

.blog-life .p-department-blog-title, .blog-bungaku .p-department-blog-title, .blog-eibungaku .p-department-blog-title, .blog-bibi .p-department-blog-title, .blog-diet .p-department-blog-title, .blog-environment .p-department-blog-title, .blog-seibun .p-department-blog-title, .blog-gendaiseikatsu .p-department-blog-title, .blog-faculty-human .p-department-blog-title, .blog-sociology .p-department-blog-title, .blog-Japanese-commu .p-department-blog-title, .blog-english-commu .p-department-blog-title { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2.5rem 120px 1rem 120px; min-height: 120px; }

@media screen and (max-width: 736px) { .blog-life .p-department-blog-title, .blog-bungaku .p-department-blog-title, .blog-eibungaku .p-department-blog-title, .blog-bibi .p-department-blog-title, .blog-diet .p-department-blog-title, .blog-environment .p-department-blog-title, .blog-seibun .p-department-blog-title, .blog-gendaiseikatsu .p-department-blog-title, .blog-faculty-human .p-department-blog-title, .blog-sociology .p-department-blog-title, .blog-Japanese-commu .p-department-blog-title, .blog-english-commu .p-department-blog-title { padding: 0 63px 0.75rem 63px; min-height: 80px; } }

.blog-life .p-department-blog-title { background: url(/common/img/blog-hand-life.png) right bottom no-repeat, url(/common/img/blog-line-life.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-life .p-department-blog-title { background: url(/common/img/blog-hand-life.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-life.png) left bottom -6px repeat-x; text-align: left; padding-left: 0; font-size: 1.2rem; }
  .blog-life .p-department-blog-title img { max-width: 40%; } }

.blog-bungaku .p-department-blog-title { background: url(/common/img/blog-hand-bungaku.png) right bottom no-repeat, url(/common/img/blog-line-bungaku.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-bungaku .p-department-blog-title { background: url(/common/img/blog-hand-bungaku.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-bungaku.png) left bottom -6px repeat-x; } }

.blog-eibungaku .p-department-blog-title { background: url(/common/img/blog-hand-eibungaku.png) right bottom no-repeat, url(/common/img/blog-line-eibungaku.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-eibungaku .p-department-blog-title { background: url(/common/img/blog-hand-eibungaku.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-eibungaku.png) left bottom -6px repeat-x; } }

.blog-bibi .p-department-blog-title { background: url(/common/img/blog-hand-bibi.png) right bottom no-repeat, url(/common/img/blog-line-bibi.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-bibi .p-department-blog-title { background: url(/common/img/blog-hand-bibi.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-bibi.png) left bottom -6px repeat-x; } }

.blog-diet .p-department-blog-title { background: url(/common/img/blog-hand-diet.png) right bottom no-repeat, url(/common/img/blog-line-diet.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-diet .p-department-blog-title { background: url(/common/img/blog-hand-diet.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-diet.png) left bottom -6px repeat-x; } }

.blog-environment .p-department-blog-title { background: url(/common/img/blog-hand-environment.png) right bottom no-repeat, url(/common/img/blog-line-environment.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-environment .p-department-blog-title { background: url(/common/img/blog-hand-environment.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-environment.png) left bottom -6px repeat-x; } }

.blog-seibun .p-department-blog-title { background: url(/common/img/blog-hand-seibun.png) right bottom no-repeat, url(/common/img/blog-line-seibun.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-seibun .p-department-blog-title { background: url(/common/img/blog-hand-seibun.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-seibun.png) left bottom -6px repeat-x; } }

.blog-gendaiseikatsu .p-department-blog-title { background: url(/common/img/blog-hand-gendaiseikatsu.png) right bottom no-repeat, url(/common/img/blog-line-gendaiseikatsu.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-gendaiseikatsu .p-department-blog-title { background: url(/common/img/blog-hand-gendaiseikatsu.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-gendaiseikatsu.png) left bottom -6px repeat-x; } }

.blog-faculty-human .p-department-blog-title, .blog-sociology .p-department-blog-title { background: url(/common/img/blog-hand-sociology.png) right bottom no-repeat, url(/common/img/blog-line-sociology.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-faculty-human .p-department-blog-title, .blog-sociology .p-department-blog-title { background: url(/common/img/blog-hand-sociology.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-sociology.png) left bottom -6px repeat-x; } }

.blog-Japanese-commu .p-department-blog-title { background: url(/common/img/blog-hand-Japanese-commu.png) right bottom no-repeat, url(/common/img/blog-line-Japanese-commu.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-Japanese-commu .p-department-blog-title { background: url(/common/img/blog-hand-Japanese-commu.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-Japanese-commu.png) left bottom -6px repeat-x; } }

.blog-english-commu .p-department-blog-title { background: url(/common/img/blog-hand-english-commu.png) right bottom no-repeat, url(/common/img/blog-line-english-commu.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-english-commu .p-department-blog-title { background: url(/common/img/blog-hand-english-commu.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-english-commu.png) left bottom -6px repeat-x; } }

.p-department-blog-prev, .p-department-blog-next { color: inherit; }

.p-department-blog-prev { position: relative; padding-left: 13px; padding-left: 20px; }

.p-department-blog-prev::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(4px, 4px) rotate(-45deg); -ms-transform: translate(4px, 4px) rotate(-45deg); transform: translate(4px, 4px) rotate(-45deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 2px solid #6C6C6C; border-left: 2px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-department-blog-next { position: relative; padding-right: 13px; padding-right: 20px; }

.p-department-blog-next::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; -webkit-transform: translate(-4px, 4px) rotate(45deg); -ms-transform: translate(-4px, 4px) rotate(45deg); transform: translate(-4px, 4px) rotate(45deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; border-top: 2px solid #6C6C6C; border-right: 2px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-department-blog { font-family: 'Kosugi Maru', sans-serif; line-height: 2; background: url(/common/img/blog-line.png) left top; padding: 2rem; }

@media screen and (max-width: 736px) { .p-department-blog { padding: 0.75rem; } }

.p-department-blog__title { font-weight: normal; font-size: 1.5rem; padding-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .p-department-blog__title { font-size: 1.3rem; padding-bottom: 0.375rem; } }

.blog-life .p-department-blog { background-color: #f8f3f8; }

.blog-life .p-department-blog__title { border-bottom: 3px solid #9f5799; }

.blog-bungaku .p-department-blog { background-color: #fafcfd; }

.blog-bungaku .p-department-blog__title { border-bottom: 3px solid #5ca5bb; }

.blog-eibungaku .p-department-blog { background-color: #f7fcfd; }

.blog-eibungaku .p-department-blog__title { border-bottom: 3px solid #5bbfe1; }

.blog-bibi .p-department-blog { background-color: #f8f9fa; }

.blog-bibi .p-department-blog__title { border-bottom: 3px solid #8ea0ac; }

.blog-diet .p-department-blog { background-color: #fdf7f5; }

.blog-diet .p-department-blog__title { border-bottom: 3px solid #e39e8a; }

.blog-environment .p-department-blog { background-color: #fbf7f1; }

.blog-environment .p-department-blog__title { border-bottom: 3px solid #d2a663; }

.blog-seibun .p-department-blog { background-color: #f8f6f9; }

.blog-seibun .p-department-blog__title { border-bottom: 3px solid #b594bc; }

.blog-gendaiseikatsu .p-department-blog { background-color: #fef9fa; }

.blog-gendaiseikatsu .p-department-blog__title { border-bottom: 3px solid #f0889d; }

.blog-faculty-human .p-department-blog, .blog-sociology .p-department-blog { background-color: #f7f9f8; }

.blog-faculty-human .p-department-blog__title, .blog-sociology .p-department-blog__title { border-bottom: 3px solid #91b19b; }

.blog-Japanese-commu .p-department-blog { background-color: #f6f5f7; }

.blog-Japanese-commu .p-department-blog__title { border-bottom: 3px solid #a89eab; }

.blog-english-commu .p-department-blog { background-color: #f5f7fb; }

.blog-english-commu .p-department-blog__title { border-bottom: 3px solid #9bb2da; }

/******************************************************************
project - 1week-visual
******************************************************************/
.p-1week-visual { position: relative; margin-bottom: 15px; }

.p-1week-visual::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; -webkit-transform: translate(15px, 15px); -ms-transform: translate(15px, 15px); transform: translate(15px, 15px); }

.p-1week-visual--cold::after { background: url(/common/img/bg_1week_cold.png); }

.p-1week-visual--warm::after { background: url(/common/img/bg_1week_warm.png); }

.p-1week-visual__inner { background-color: #ffffff; position: relative; z-index: +1; padding: 1.2rem; }

@media screen and (max-width: 736px) { .p-1week-visual__inner { padding: 0.9rem; } }

.p-1week-visual__inner > *:not(:last-child) { margin-bottom: 1rem; }

@media screen and (max-width: 736px) { .p-1week-visual__inner > *:not(:last-child) { margin-bottom: 0.75rem; } }

.p-1week-visual__title { font-weight: normal; font-size: 1.8rem; }

@media screen and (max-width: 736px) { .p-1week-visual__title { font-size: 1.62rem; } }

@media screen and (max-width: 736px) { .p-1week-visual__title { font-size: 1.4rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-1week-visual__title { font-size: 1.26rem; } }

/******************************************************************
project - 1week-table
******************************************************************/
.p-1week-table-icon { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 1.4; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 736px) { .p-1week-table-icon { font-size: 0.8rem; line-height: 1.6; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-1week-table-icon { font-size: 0.8rem; } }

.p-1week-table-icon li { margin-right: 1em; margin-bottom: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.p-1week-table-icon__icon { width: 2.4em; height: 1.2em; border: 1px solid #d5d5d5; margin-right: 4px; }

.p-1week-table { width: 100%; line-height: 1.4; table-layout: fixed; margin-bottom: 2px; }

@media screen and (max-width: 736px) { .p-1week-table { font-size: 0.8rem; line-height: 1.6; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-1week-table { font-size: 0.8rem; } }

.p-1week-table__title { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d5d5d5; text-align: center; font-weight: normal; white-space: nowrap; padding-right: 0.1rem; padding-left: 0.1rem; padding-top: 0.1rem; padding-bottom: 0.1rem; }

@media screen and (max-width: 736px) { .p-1week-table__title { padding-right: 0.075rem; padding-left: 0.075rem; } }

@media screen and (max-width: 736px) { .p-1week-table__title { padding-top: 0.075rem; padding-bottom: 0.075rem; } }

.p-1week-table__title:first-child { width: 4%; }

.p-1week-table__title2 { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d5d5d5; text-align: center; font-weight: normal; white-space: nowrap; padding-right: 0.1rem; padding-left: 0.1rem; padding-top: 0.1rem; padding-bottom: 0.1rem; background-color: #818284; color: #fff; }

@media screen and (max-width: 736px) { .p-1week-table__title2 { padding-right: 0.075rem; padding-left: 0.075rem; } }

@media screen and (max-width: 736px) { .p-1week-table__title2 { padding-top: 0.075rem; padding-bottom: 0.075rem; } }

.p-1week-table__title2:first-child { width: 4%; }

.p-1week-table__data { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d5d5d5; text-align: center; padding-right: 0.2rem; padding-left: 0.2rem; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .p-1week-table__data { padding-right: 0.15rem; padding-left: 0.15rem; } }

@media screen and (max-width: 736px) { .p-1week-table__data { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

@media screen and (max-width: 736px) { .p-1week-table__data { font-size: 0.85rem; word-wrap: break-word; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-1week-table__data { font-size: 0.765rem; } }

/******************************************************************
project - cat-visual
******************************************************************/
.p-cat-visual { line-height: 1.2; }

@media print, screen and (min-width: 737px) { .p-cat-visual { min-height: 260px; } }

@media screen and (max-width: 736px) { .p-cat-visual { min-height: 180px; } }

.p-cat-visual--exam { background-position: top center; background-image: url(/common/img/exam_bg1.png); padding-bottom: 4rem; }

@media screen and (max-width: 736px) { .p-cat-visual--exam { padding-bottom: 1.5rem; background-image: none; background-color: #ffeefa; } }

@media print, screen and (min-width: 737px) { .p-cat-visual--academy { min-height: 484px; } }

@media screen and (max-width: 736px) { .p-cat-visual--academy { min-height: 250px; } }

@media print, screen and (min-width: 737px) { .p-cat-visual--department { min-height: 400px; } }

@media screen and (max-width: 736px) { .p-cat-visual--department { min-height: 250px; } }

.p-cat-visual__main { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

.p-cat-visual--academy .p-cat-visual__main { text-align: center; }

@media screen and (max-width: 736px) { .p-cat-visual--exam .p-cat-visual__main { padding-right: 20px; padding-left: 20px; } }

.p-cat-visual__main2 { display: inline-block; background: #ffffff; padding: 1.3rem 1.8rem; }

@media all and (-ms-high-contrast: none) { .p-cat-visual__main2 { padding-top: 1.7rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__main2 { padding: 0.975rem 1.35rem; } }

.p-cat-visual__subtitle { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.1rem; margin-bottom: 1rem; }

@media screen and (max-width: 736px) { .p-cat-visual__subtitle { font-size: 0.99rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__subtitle { font-size: 0.9rem; margin-bottom: 0.75rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-cat-visual__subtitle { font-size: 0.81rem; } }

.p-cat-visual__subtitle > *:first-child { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.p-cat-visual__subtitle > *:first-child span { color: #009dc9; }

.p-cat-visual__subtitle > *:last-child { border-left: 1px solid #2f2f2f; margin-left: 0.5em; padding-left: 0.5em; }

.p-cat-visual__title { font-size: 2.5rem; font-weight: normal; }

@media screen and (max-width: 736px) { .p-cat-visual__title { font-size: 1.2rem; } }

.p-cat-visual__exam-main { padding-top: 7rem; padding-bottom: 7rem; text-align: center; }

@media screen and (max-width: 736px) { .p-cat-visual__exam-main { padding: 4.875rem 0; background-position: top center; background-repeat: no-repeat; background-size: cover; background-image: url(/common/img/exam_bg1.png); } }

.p-cat-visual__exam-title { color: #c355a3; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; letter-spacing: 4px; font-weight: normal; font-size: 2.5rem; }

@media screen and (max-width: 736px) { .p-cat-visual__exam-title { font-size: 2rem; display: inline-block; background: #ffffff; padding: 0.75rem 0.9rem; } }

.p-cat-visual__academy-main { display: inline-block; background: rgba(0, 157, 201, 0.9); color: #ffffff; padding: 2.2rem 3.5rem; font-weight: normal; }

@media screen and (max-width: 736px) { .p-cat-visual__academy-main { padding: 1.05rem 1.8rem; } }

.p-cat-visual__academy-title1 { display: block; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.2rem; margin-bottom: 0.4rem; }

@media screen and (max-width: 736px) { .p-cat-visual__academy-title1 { font-size: 1.08rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__academy-title1 { font-size: 1rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-cat-visual__academy-title1 { font-size: 0.9rem; } }

.p-cat-visual__academy-title2 { display: block; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 2.4rem; margin-bottom: 0.4rem; }

@media screen and (max-width: 736px) { .p-cat-visual__academy-title2 { font-size: 2.16rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__academy-title2 { font-size: 1.7rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-cat-visual__academy-title2 { font-size: 1.53rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__academy-logo img { width: 60%; } }

.p-cat-visual-department { height: 20px; border-left: 30vw solid #595959; }

@media screen and (max-width: 736px) { .p-cat-visual-department { height: 10px; } }

.color-faculty-bungaku .p-cat-visual-department { border-color: #6994b7; background-color: #6994b7; }

.color-faculty-life .p-cat-visual-department { border-color: #cb7786; background-color: #cb7786; }

.color-faculty-human .p-cat-visual-department { border-color: #7eaaa9; background-color: #7eaaa9; }

.color-faculty-junior .p-cat-visual-department { border-color: #857da7; background-color: #857da7; }

.color-bungaku .p-cat-visual-department { border-color: #6994b7; background-color: #80b9ca; }

.color-eibungaku .p-cat-visual-department { border-color: #6994b7; background-color: #86d0e9; }

.color-bibi .p-cat-visual-department { border-color: #6994b7; background-color: #abb9c2; }

.color-diet .p-cat-visual-department { border-color: #cb7786; background-color: #edc0b3; }

.color-environment .p-cat-visual-department { border-color: #cb7786; background-color: #ddbd8b; }

.color-seibun .p-cat-visual-department { border-color: #cb7786; background-color: #cbb4d0; }

.color-gendaiseikatsu .p-cat-visual-department { border-color: #cb7786; background-color: #f69cae; }

.color-sociology .p-cat-visual-department { border-color: #7eaaa9; background-color: #afc6b6; }

.color-Japanese-commu .p-cat-visual-department { border-color: #857da7; background-color: #c1b9c3; }

.color-english-commu .p-cat-visual-department { border-color: #857da7; background-color: #c0cfe8; }

.color-department-bungaku .p-cat-visual-department { border-color: #6994b7; background-color: #6994b7; }

.color-department-life .p-cat-visual-department { border-color: #cb7786; background-color: #cb7786; }

.color-department-human .p-cat-visual-department { border-color: #7eaaa9; background-color: #7eaaa9; }

/******************************************************************
project - button
******************************************************************/
.p-button { color: inherit; text-decoration: none; }

.p-button:hover { color: #009dc9; text-decoration: none; }

.p-button:hover { color: #009dc9; }

.p-button > span { display: inline-block; position: relative; padding-left: 8px; padding-left: 20px; }

.p-button > span::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(8px, 0.8em) rotate(135deg); -ms-transform: translate(8px, 0.8em) rotate(135deg); transform: translate(8px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-button > span::after { -webkit-transition-property: left; -o-transition-property: left; transition-property: left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-button:hover > span::after { left: 4px; }

.p-button-border { border: 1px solid #7c7a7c; background: #ffffff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 12px 16px; min-height: 4.5em; color: inherit; text-decoration: none; -webkit-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media all and (-ms-high-contrast: none) { .p-button-border { padding-top: 16px; } }

@media screen and (max-width: 736px) { .p-button-border { min-height: auto; padding: 12px; } }

.p-button-border:hover { color: #009dc9; text-decoration: none; }

.p-button-border:hover { color: inherit; background-color: #f5f5f5; }

.p-button-border > span { position: relative; padding-left: 8px; padding-left: 20px; }

.p-button-border > span::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; -webkit-transform: translate(8px, 4px) rotate(135deg); -ms-transform: translate(8px, 4px) rotate(135deg); transform: translate(8px, 4px) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-button-border > span::after { -webkit-transition-property: left; -o-transition-property: left; transition-property: left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-button-border:hover > span::after { left: 4px; }

.p-button-border-bottom { border: 1px solid #7c7a7c; background: #ffffff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.8rem 1rem; min-height: 4.5em; color: inherit; text-decoration: none; -webkit-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-button-border-bottom { padding: 0.75rem 0.75rem; min-height: auto; } }

.p-button-border-bottom:hover { color: #009dc9; text-decoration: none; }

.p-button-border-bottom:hover { color: inherit; background-color: #f5f5f5; }

.p-button-border-bottom > span { position: relative; padding-right: 14px; padding-right: 24px; }

.p-button-border-bottom > span::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; -webkit-transform: translate(0px, 2.5px) rotate(45deg); -ms-transform: translate(0px, 2.5px) rotate(45deg); transform: translate(0px, 2.5px) rotate(45deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; border-bottom: 1px solid #6C6C6C; border-right: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-button-border-bottom > span::after { -webkit-transition-property: top; -o-transition-property: top; transition-property: top; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-button-border-bottom:hover > span::after { top: 4px; }

.p-button-border-right { border: 1px solid #7c7a7c; background: #ffffff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.8rem 1rem; min-height: 4.5em; color: inherit; text-decoration: none; -webkit-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-button-border-right { padding: 0.75rem 0.75rem; min-height: auto; } }

.p-button-border-right:hover { color: #009dc9; text-decoration: none; }

.p-button-border-right:hover { color: inherit; background-color: #f5f5f5; }

.p-button-border-right > span { position: relative; padding-right: 8px; padding-right: 24px; }

.p-button-border-right > span::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; -webkit-transform: translate(0px, 4px) rotate(45deg); -ms-transform: translate(0px, 4px) rotate(45deg); transform: translate(0px, 4px) rotate(45deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; border-top: 1px solid #6C6C6C; border-right: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-button-border-right > span::after { -webkit-transition-property: right; -o-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-button-border-right:hover > span::after { right: -4px; }

.p-button-right { color: inherit; text-decoration: none; text-align: right; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.p-button-right:hover { color: #009dc9; text-decoration: none; }

.p-button-right:hover { color: #009dc9; }

.p-button-right__txt { padding-right: 0.5rem; }

.p-button-right__arrow img { max-width: none; }

/******************************************************************
project - people-list2
******************************************************************/
a.p-people-list2 { display: block; color: inherit; text-decoration: none; }

a.p-people-list2:hover { color: #009dc9; text-decoration: none; }

.p-people-list2 { min-height: 256px; position: relative; }

.p-people-list2__title { font-weight: normal; font-size: 1.2rem; }

@media screen and (max-width: 736px) { .p-people-list2__title { font-size: 1.08rem; } }

.p-people-list2__title-link { position: relative; padding-left: 8px; padding-left: 15px; }

.p-people-list2__title-link::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; -webkit-transform: translate(8px, 0.8em) rotate(135deg); -ms-transform: translate(8px, 0.8em) rotate(135deg); transform: translate(8px, 0.8em) rotate(135deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; -webkit-transition-property: top, right, bottom, left; -o-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-people-list2__img { position: absolute; z-index: +1; top: 0; }

.p-people-list2__img { width: 192px; }

@media screen and (max-width: 736px) { .p-people-list2__img { width: 35%; } }

.c-grid .p-people-list2__img { width: 35%; }

.p-people-list2__main-title { padding-bottom: 1rem; position: relative; z-index: +1; }

.p-people-list2__main-title { padding-left: 216px; }

@media screen and (max-width: 736px) { .p-people-list2__main-title { padding-left: calc(35% + 24px); } }

.c-grid .p-people-list2__main-title { padding-left: calc(35% + 24px); }

.p-people-list2__main-text { padding: 24px; margin-left: 24px; }

.p-people-list2__main-text--color1 { background: url(/common/img/bg_people-list2_01.png); }

.p-people-list2__main-text--color2 { background: url(/common/img/bg_people-list2_02.png); }

.p-people-list2__main-text--color3 { background: url(/common/img/bg_people-list2_03.png); }

.p-people-list2__main-text--color4 { background: url(/common/img/bg_people-list2_03.png); }

.p-people-list2__main-text { padding-left: 192px; }

@media screen and (max-width: 736px) { .p-people-list2__main-text { padding-left: 35%; } }

.c-grid .p-people-list2__main-text { padding-left: 35%; }

/******************************************************************
project - accordion
******************************************************************/
.p-accordion-outer { border-top: 1px solid #d5d5d5; }

.p-accordion { border-bottom: 1px solid #d5d5d5; }

.p-accordion__open { display: none; }

@media print, screen and (min-width: 737px) { .p-accordion { padding: 2rem 0; }
  .p-accordion__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .p-accordion__title { width: 25%; margin-right: 3%; font-weight: normal; font-size: 1.2rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-accordion__title { font-size: 1.08rem; } }

@media print, screen and (min-width: 737px) { .p-accordion__inner2 { width: 72%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .p-accordion__main { width: calc(100% - 100px); }
  .p-accordion__button { width: 50px; }
  .p-accordion__button a { display: block; width: 50px; height: 50px; position: relative; }
  .p-accordion__button a::before, .p-accordion__button a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; }
  .p-accordion__button a::before { border-top: 2px solid #595959; width: 50px; height: 0; top: 0; bottom: 0; left: 0; }
  .p-accordion__button a::after { border-left: 2px solid #595959; width: 0; height: 50px; top: 0; bottom: 0; left: 24px; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-accordion__button a:hover::before { border-top-color: #009dc9; }
  .p-accordion__button a:hover::after { border-left-color: #009dc9; }
  .p-accordion__button a[aria-expanded="true"]::after { height: 0; }
  .p-accordion__open { width: 72%; margin-left: auto; } }

@media screen and (max-width: 736px) { .p-accordion { padding: 1.5rem 0; }
  .p-accordion__title { font-weight: normal; font-size: 1.2rem; padding-bottom: 1.125rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-accordion__title { font-size: 1.08rem; } }

@media screen and (max-width: 736px) { .p-accordion__button { padding-top: 0.75rem; }
  .p-accordion__button a { margin: 0 auto; display: block; width: 20px; height: 20px; position: relative; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-accordion__button a::before, .p-accordion__button a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; }
  .p-accordion__button a::before { border-top: 2px solid #595959; width: 20px; height: 0; top: 0; bottom: 0; left: 0; }
  .p-accordion__button a::after { border-left: 2px solid #595959; width: 0; height: 20px; top: 0; bottom: 0; left: 9px; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-accordion__button a[aria-expanded="true"]::after { height: 0; } }

/******************************************************************
project - point3
******************************************************************/
.p-point3__title { font-weight: normal; font-size: 1.3rem; }

.p-point3__title strong { font-weight: normal; }

@media screen and (max-width: 736px) { .p-point3__title { font-size: 1.1rem; } }

.p-point3__img { position: relative; text-align: center; }

.p-point3__img > img { border-radius: 100%; width: 80%; }

@media screen and (max-width: 736px) { .p-point3__img > img { width: 50%; } }

.p-point3__number { top: 0; left: 0; position: absolute; width: 44px; }

.p-point3__number svg { height: 62px; width: auto; fill: #595959; }

@media screen and (max-width: 736px) { .p-point3__number svg { height: 42px; } }

.color-faculty-bungaku .p-point3__number svg { fill: #8badc8; }

.color-faculty-life .p-point3__number svg { fill: #d99ca7; }

.color-faculty-human .p-point3__number svg { fill: #9dbebd; }

.color-faculty-junior .p-point3__number svg { fill: #a29bbc; }

.color-bungaku .p-point3__number svg { fill: #80b9ca; }

.color-eibungaku .p-point3__number svg { fill: #86d0e9; }

.color-bibi .p-point3__number svg { fill: #abb9c2; }

.color-diet .p-point3__number svg { fill: #edc0b3; }

.color-environment .p-point3__number svg { fill: #ddbd8b; }

.color-seibun .p-point3__number svg { fill: #cbb4d0; }

.color-gendaiseikatsu .p-point3__number svg { fill: #f6b5c2; }

.color-sociology .p-point3__number svg { fill: #afc6b6; }

.color-Japanese-commu .p-point3__number svg { fill: #c1b9c3; }

.color-english-commu .p-point3__number svg { fill: #c0cfe8; }

.color-department-bungaku .p-point3__number svg { fill: #8badc8; }

.color-department-life .p-point3__number svg { fill: #d99ca7; }

.color-department-human .p-point3__number svg { fill: #9dbebd; }

/******************************************************************
project - paper-list
******************************************************************/
@media print, screen and (min-width: 737px) { .p-paper-list { display: table; width: 100%; }
  .p-paper-list__title { display: table-cell; width: 10em; white-space: nowrap; padding-left: 1em; padding-right: 2em; vertical-align: middle; }
  .p-paper-list__main { display: table-cell; font-size: 0.9rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-paper-list__main { font-size: 0.81rem; } }

@media screen and (max-width: 736px) { .p-paper-list__title { margin-bottom: 0.75rem; } }

/******************************************************************
project - article-margin
******************************************************************/
.p-article-margin-top { margin-top: 3rem !important; }

@media screen and (max-width: 736px) { .p-article-margin-top { margin-top: 2.625rem !important; } }

.p-article-margin-bottom { margin-bottom: 3rem !important; }

@media screen and (max-width: 736px) { .p-article-margin-bottom { margin-bottom: 2.625rem !important; } }

.p-article-margin-vertical { margin-top: 3rem !important; margin-bottom: 3rem !important; }

@media screen and (max-width: 736px) { .p-article-margin-vertical { margin-top: 2.625rem !important; margin-bottom: 2.625rem !important; } }

/******************************************************************
project - site-change
******************************************************************/
#site-change-pc { display: none; }

#site-change-pc button { display: block; width: 100%; background-color: #a0659b; border: 1px solid #fff; color: #fff; border-radius: 6px; padding-top: 0.75rem; padding-bottom: 0.75rem; }

#site-change-pc button span { display: inline-block; background: #a0659b url(/common/img/header_pc.svg) left center/1.3em auto no-repeat; padding-left: 1.8em; }

#site-change-sp { display: none; text-align: center; margin-bottom: 3rem; }

#site-change-sp button { background-color: #009dc9; color: #fff; padding: .4em 2em; min-width: 300px; font-size: 150%; }

/******************************************************************
scroll-lock
******************************************************************/
body.is-scroll-lock { position: fixed; width: 100%; height: 100%; left: 0; }

html.is-locked { overflow: hidden; }

html.is-locked body { height: calc(var(--window-inner-height) - 1px); overflow: hidden; }

/******************************************************************
layout - header-fixed
******************************************************************/
.l-header-fixed { position: relative; z-index: 1000; }

.l-header-fixed.l-header-fixed--always .l-header-fixed__inner { position: fixed !important; top: 0; width: 100%; }

.l-header-fixed[data-header-fixed="false"] .l-header-fixed__inner { position: static; }

.l-header-fixed[data-header-fixed="true"] .l-header-fixed__inner { position: fixed; top: 0; width: 100%; }

/******************************************************************
layout - header
******************************************************************/
.l-header-fixed--always .l-header__inner .l-header__logo img { -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4)); filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4)); }

.l-header-fixed--always .l-header__inner::after { opacity: 0; }

.l-header-fixed--always.is-bgshow .l-header__inner .l-header__logo img { -webkit-filter: none; filter: none; }

.l-header-fixed--always.is-bgshow .l-header__inner::after { opacity: 1; }

.l-header { color: #fff; }

.l-header__inner { position: relative; }

.l-header__inner::after { -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(#6ac5c6), color-stop(49%, #54b3d9), to(#aaa6c9)); background: -webkit-linear-gradient(left, #6ac5c6 0%, #54b3d9 49%, #aaa6c9 100%); background: -o-linear-gradient(left, #6ac5c6 0%, #54b3d9 49%, #aaa6c9 100%); background: linear-gradient(to right, #6ac5c6 0%, #54b3d9 49%, #aaa6c9 100%); }

@media print, screen and (min-width: 737px) { .l-header__inner { padding-left: 30px; padding-right: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 12px; padding-bottom: 12px; }
  .l-header__logo { position: relative; z-index: +1; font-size: 1rem; } }

@media screen and (max-width: 736px) { .l-header__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 8px; padding-right: 12px; padding-top: 12px; padding-bottom: 12px; }
  .l-header__logo { position: relative; z-index: +1; font-size: 0.9rem; padding-left: 0.375rem; }
  .l-header__logo img { max-width: 70vw; } }

/******************************************************************
layout - nav-mega-overlay
******************************************************************/
.l-nav-mega-overlay { display: none; z-index: 999; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.7); }

/******************************************************************
layout - sp-nav-control
******************************************************************/
.l-sp-nav-control { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; padding: 5px 0; text-align: center; position: relative; z-index: 1001; }

@media print, screen and (min-width: 737px) { .l-sp-nav-control__item { display: inline-block; top: -1px; vertical-align: middle; position: relative; border-top: 2px solid #fff; width: 54px; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .l-sp-nav-control__item::before, .l-sp-nav-control__item::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; width: 0; height: 0; left: 0; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .l-sp-nav-control__item::before { border-bottom: 2px solid #fff; width: 54px; bottom: 13px; }
  .l-sp-nav-control__item::after { border-bottom: 2px solid #fff; width: 54px; bottom: -13px; } }

@media screen and (max-width: 736px) { .l-sp-nav-control__item { display: inline-block; top: -1px; vertical-align: middle; position: relative; border-top: 1px solid #fff; width: 32px; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .l-sp-nav-control__item::before, .l-sp-nav-control__item::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; width: 0; height: 0; left: 0; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .l-sp-nav-control__item::before { border-bottom: 1px solid #fff; width: 32px; bottom: 8px; }
  .l-sp-nav-control__item::after { border-bottom: 1px solid #fff; width: 32px; bottom: -8px; } }

.l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item { border-top-color: transparent; }

.l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item::before { bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item::after { bottom: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.l-sp-nav-control__text { display: block; font-size: 10px; color: #fff; }

.l-sp-nav-control:hover { text-decoration: none; }

/******************************************************************
layout - sp-nav-full
******************************************************************/
:root { --l-sp-nav-full--height: 0px; }

.l-sp-nav-full { display: none; position: fixed; z-index: 1000; overflow-y: auto; -webkit-overflow-scrolling: touch; right: 0; -webkit-box-sizing: border-box; box-sizing: border-box; outline: 0; max-height: calc(100vh - var(--l-sp-nav-full--height)); max-height: calc(100dvh - var(--l-sp-nav-full--height)); width: 50%; min-width: 800px; padding: 100px; box-sizing: border-box; background-color: rgba(0, 157, 201, 0.9); color: #ffffff; }

@media print, screen and (max-width: 1260px) { .l-sp-nav-full { padding: 7.93651vw; } }

@media screen and (max-width: 800px) { .l-sp-nav-full { width: 100%; min-width: auto; } }

@media screen and (max-width: 736px) { .l-sp-nav-full { width: 100%; min-width: auto; padding: 40px 20px; } }

.l-sp-nav-full--fullscreen { top: 0; }

.l-sp-nav-full a { color: #fff; line-height: 1.4; }

.l-sp-nav-full a:hover { text-decoration: none; }

.l-sp-nav-full__nav { margin-top: -32px; margin-bottom: 40px; }

@media screen and (max-width: 736px) { .l-sp-nav-full__nav { margin-bottom: 20px; } }

.l-sp-nav-full__nav div { border-bottom: 1px solid #fff; }

.l-sp-nav-full__nav div.no-border { border: 0; padding: 28px 0 0 0; }

@media print, screen and (min-width: 737px) { .l-sp-nav-full__nav div { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 28px 0; } }

@media screen and (max-width: 736px) { .l-sp-nav-full__nav div { padding: 28px 0; } }

.l-sp-nav-full__nav dt { display: block; line-height: 1.2; font-size: 27px; font-family: 'Inter', sans-serif; font-weight: 200; }

@media print, screen and (min-width: 737px) { .l-sp-nav-full__nav dt { width: 40%; } }

@media screen and (max-width: 736px) { .l-sp-nav-full__nav dt { padding-bottom: .6em; } }

.l-sp-nav-full__nav dt .l-sp-nav-full__nav-bold { font-weight: bold; }

.l-sp-nav-full__nav dt .l-sp-nav-full__nav-ja { display: block; line-height: 1.4; font-size: 16px; margin-top: .5em; }

@media screen and (max-width: 736px) { .l-sp-nav-full__nav dt .l-sp-nav-full__nav-ja { margin-top: .25em; } }

.l-sp-nav-full__nav dt a { display: block; line-height: 1.2; font-size: 27px; font-family: 'Inter', sans-serif; font-weight: 200; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.l-sp-nav-full__nav dt a:hover { opacity: .6; }

.l-sp-nav-full__nav dt a .l-sp-nav-full__nav-ja { background: url(/125th/common/img/ico-arrow-w.png) left 0.3em/14px auto no-repeat; padding: 0 0 0 20px; }

.l-sp-nav-full__nav dd { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

.l-sp-nav-full__nav ul > *:not(:last-child) { margin-bottom: 13px; }

@media screen and (max-width: 736px) { .l-sp-nav-full__nav li { padding-left: 1.5em; } }

.l-sp-nav-full__nav li a { display: inline-block; font-size: 15px; font-weight: bold; background: url(/125th/common/img/ico-arrow-w.png) left 0.2em/14px auto no-repeat; padding: 0 0 0 20px; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .l-sp-nav-full__nav li a { font-size: 14px; } }

.l-sp-nav-full__nav li a:hover { opacity: .6; }

.l-sp-nav-full__donations { text-align: center; margin-bottom: 40px; }

@media screen and (max-width: 736px) { .l-sp-nav-full__donations { margin-bottom: 20px; } }

.l-sp-nav-full__donations a { position: relative; border: 1px solid #fff; display: inline-block; font-weight: bold; background: #009dc9; font-size: 18px; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .l-sp-nav-full__donations a { font-size: 16px; } }

.l-sp-nav-full__donations a::after { z-index: -1; position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: -3px; left: 3px; width: 100%; height: 100%; background: #fff; }

.l-sp-nav-full__donations a span { position: relative; z-index: +1; display: block; padding: 0.9em 2.0em; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.l-sp-nav-full__donations a:hover span { background-color: rgba(255, 255, 255, 0.2); }

.l-sp-nav-full__footer-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; border-top: 1px solid #fff; border-right: 1px solid #fff; margin: 0 -50px -50px -50px; }

@media print, screen and (max-width: 1260px) { .l-sp-nav-full__footer-nav { margin: 0 -3.96825vw -3.96825vw -3.96825vw; } }

@media screen and (max-width: 736px) { .l-sp-nav-full__footer-nav { margin: 0; } }

.l-sp-nav-full__footer-nav li { -webkit-box-sizing: border-box; box-sizing: border-box; width: 50%; border-bottom: 1px solid #fff; border-left: 1px solid #fff; }

@media screen and (max-width: 736px) { .l-sp-nav-full__footer-nav li { width: 100%; } }

.l-sp-nav-full__footer-nav li a:not([target="_blank"]) { display: block; padding: 1.0em 30px 1.0em .8em; font-size: 14px; letter-spacing: 0; background: url(/125th/common/img/ico-arrow-w.png) right 8px center/16px auto no-repeat; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.l-sp-nav-full__footer-nav li a:not([target="_blank"]):hover { background-color: rgba(255, 255, 255, 0.2); }

.l-sp-nav-full__footer-nav li a[target="_blank"] { display: block; padding: 1.0em 30px 1.0em .8em; font-size: 14px; letter-spacing: 0; background: url(/125th/common/img/ico-blank-w.png) right 10px center no-repeat; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.l-sp-nav-full__footer-nav li a[target="_blank"]:hover { background-color: rgba(255, 255, 255, 0.2); }

/******************************************************************
layout - visual
******************************************************************/
.l-visual { position: relative; overflow: hidden; aspect-ratio: 1.74672; }

@media screen and (max-width: 736px) { .l-visual { aspect-ratio: 0.81878; } }

.l-visual:after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(#05b5af), color-stop(50%, #059fe5), to(#aa75ad)); background: -webkit-linear-gradient(left, #05b5af 0%, #059fe5 50%, #aa75ad 100%); background: -o-linear-gradient(left, #05b5af 0%, #059fe5 50%, #aa75ad 100%); background: linear-gradient(to right, #05b5af 0%, #059fe5 50%, #aa75ad 100%); -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 1.6s; -o-transition-duration: 1.6s; transition-duration: 1.6s; -webkit-transition-delay: 2.6s; -o-transition-delay: 2.6s; transition-delay: 2.6s; opacity: 1; }

.l-visual.is-visual:after { opacity: .5; }

.l-visual.is-visual .l-visual__inner-img1, .l-visual.is-visual .l-visual__inner-img2, .l-visual.is-visual .l-visual__inner-img3, .l-visual.is-visual .l-visual__inner-text { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.l-visual.is-scroll .l-visual__scroll { opacity: 1; }

.l-visual__top img, .l-visual__bottom img { width: 100%; }

.l-visual__scroll { position: absolute; z-index: +2; bottom: 0; opacity: 0; }

@media print, screen and (min-width: 737px) { .l-visual__scroll { max-width: 1200px; margin-left: auto; margin-right: auto; left: 0; right: 0; padding-left: 30px; padding-right: 30px; padding-bottom: 160px; }
  .l-visual__scroll::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 30px; height: 150px; border-left: 1px solid #fff; } }

@media screen and (max-width: 736px) { .l-visual__scroll { width: 100%; margin-left: 20px; margin-right: 20px; padding-bottom: 5vw; }
  .l-visual__scroll::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; height: 5vw; border-left: 1px solid #fff; } }

.l-visual__inner { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; z-index: +2; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: auto; margin-right: auto; left: 0; right: 0; color: #fff; text-align: left; line-height: 1.4; }

@media print, screen and (min-width: 737px) { .l-visual__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; width: 632px; max-width: 70vw; padding-top: 45px; } }

@media screen and (max-width: 736px) { .l-visual__inner { width: 82vw; padding-top: 8vw; } }

.l-visual__inner-img1 { display: block; opacity: 0; -webkit-transform: translateX(10%); -ms-transform: translateX(10%); transform: translateX(10%); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: opacity, transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; }

.l-visual__inner-img2 { display: block; opacity: 0; -webkit-transform: translateX(-10%); -ms-transform: translateX(-10%); transform: translateX(-10%); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: opacity, transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s; }

.l-visual__inner-img3 { display: block; opacity: 0; -webkit-transform: translateX(10%); -ms-transform: translateX(10%); transform: translateX(10%); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: opacity, transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-delay: 0.7s; -o-transition-delay: 0.7s; transition-delay: 0.7s; }

.l-visual__inner-text { display: block; opacity: 0; -webkit-transform: translateX(-10%); -ms-transform: translateX(-10%); transform: translateX(-10%); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: opacity, transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-delay: 0.8s; -o-transition-delay: 0.8s; transition-delay: 0.8s; margin-top: 1.8em; font-weight: bold; font-size: 19px; }

@media print, screen and (max-width: 1260px) { .l-visual__inner-text { font-size: 16px; } }

@media screen and (max-width: 736px) { .l-visual__inner-text { font-size: 3.2vw; } }

/******************************************************************
layout - headline
******************************************************************/
.l-headline { background-color: #f0f3f4; }

.l-headline__line { position: absolute; top: 0; height: 0; width: 1px; left: 30px; overflow: hidden; }

@media screen and (max-width: 736px) { .l-headline__line { left: 20px; } }

.l-headline__line-inner { position: absolute; top: 0; height: 100%; border-left: 1px solid #000; left: 0; }

.l-headline__inner { position: relative; }

@media print, screen and (min-width: 737px) { .l-headline__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 60px; padding-bottom: 60px; padding-left: 30px; padding-right: 30px; } }

@media screen and (max-width: 736px) { .l-headline__inner { padding: 40px 40px; } }

.l-headline__title { font-family: 'Inter', sans-serif; font-weight: 200; font-size: 36px; }

@media print, screen and (min-width: 737px) { .l-headline__title { text-align: center; width: 29.16667%; } }

@media print, screen and (max-width: 1260px) { .l-headline__title { font-size: 2.85714vw; } }

@media screen and (max-width: 736px) { .l-headline__title { font-size: 26px; margin-bottom: .5em; } }

.l-headline__title span { font-weight: 400; }

.l-headline__item:not(:last-child) { margin-bottom: .5em; }

.l-headline__item a { color: inherit; display: inline-block; }

/******************************************************************
layout - side-fixed
******************************************************************/
.l-side-fixed { position: relative; z-index: 101; display: block; }

@media print, screen and (min-width: 737px) { .l-side-fixed__inner { position: absolute; right: 0; margin-top: 20px; }
  .l-side-fixed[data-sidefixed="false"] .l-side-fixed__inner { position: absolute; }
  .l-side-fixed[data-sidefixed="true"] .l-side-fixed__inner { position: fixed; top: 0; }
  .l-side-fixed__item a { -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .l-side-fixed__item a:hover { opacity: .7; } }

@media screen and (max-width: 736px) { .l-side-fixed__inner { position: fixed; bottom: 0; width: 100%; }
  .l-side-fixed__item a { display: block; text-align: center; background-color: #009dc9; color: #fff; padding: .8em; font-weight: bold; }
  .l-side-fixed__item a:hover { text-decoration: none; } }

/******************************************************************
layout - breadcrumb
******************************************************************/
.l-breadcrumb { background-color: #f0f3f4; }

@media print, screen and (min-width: 737px) { .l-breadcrumb__inner { padding-left: 30px; padding-right: 30px; padding-top: 0.5rem; padding-bottom: 0.5rem; } }

@media screen and (max-width: 736px) { .l-breadcrumb__inner { padding: 0.375rem 20px; } }

/******************************************************************
layout - pagetop
******************************************************************/
[data-pagetop] { position: relative; }

@media print { [data-pagetop] { display: none; } }

@media print, screen and (min-width: 737px) { [data-pagetop] .l-pagetop__btn { display: none; position: absolute; bottom: 30px; right: 30px; }
  [data-pagetop="fixed"] .l-pagetop__btn { position: fixed; z-index: 100; }
  .l-pagetop__btn { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .l-pagetop__btn { width: 68px; height: 68px; border: 1px solid #000; background: #fff url(/125th/common/img/ico-arrow-top.png) center center no-repeat; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .l-pagetop__btn:hover { opacity: .6; } }

@media screen and (max-width: 736px) { [data-pagetop] { position: relative; }
  .l-pagetop__btn { display: block !important; -webkit-box-sizing: border-box; box-sizing: border-box; height: 43px; border-top: 1px solid #000; background: #fff url(/125th/common/img/ico-arrow-top.png) center center/12px auto no-repeat; } }

/******************************************************************
layout - footer-nav
******************************************************************/
.l-footer-nav { background: #fff; }

.l-footer-nav h2 { text-align: center; font-weight: normal; letter-spacing: .08em; font-size: clamp(18px, calc( 18px + (26 - 18) * ( (100vw - 736px) / (1260 - 736) )), 26px); margin-bottom: 40px; }

@media screen and (max-width: 736px) { .l-footer-nav h2 { margin-bottom: 30px; } }

.l-footer-nav h2 a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #2f2f2f; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.l-footer-nav h2 a:hover { text-decoration: none; opacity: .7; }

.l-footer-nav h2 img { margin-right: .5em; vertical-align: middle; }

@media screen and (max-width: 736px) { .l-footer-nav h2 img { width: 80px; } }

.l-footer-nav ul { line-height: 1.4; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -30px; margin-top: -25px; }

@media screen and (max-width: 736px) { .l-footer-nav ul { margin-top: -15px; } }

.l-footer-nav ul li { width: calc(50% - 30px); margin-right: 30px; margin-top: 25px; }

@media screen and (max-width: 736px) { .l-footer-nav ul li { width: calc(100% - 30px); margin-top: 15px; } }

.l-footer-nav ul li a { position: relative; display: block; color: inherit; border: 1px solid #000; padding: .8em 60px .8em 1.2em; -webkit-transition-property: background, -webkit-transform; transition-property: background, -webkit-transform; -o-transition-property: transform, background; transition-property: transform, background; transition-property: transform, background, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

@media screen and (max-width: 736px) { .l-footer-nav ul li a { font-size: 12px; padding: .8em 50px .8em 1.0em; } }

.l-footer-nav ul li a:not([target="_blank"])::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 50px; height: 50%; border-left: 1px solid #000; background: url(/125th/common/img/ico-arrow.png) center center/16px auto no-repeat; }

@media screen and (max-width: 736px) { .l-footer-nav ul li a:not([target="_blank"])::before { width: 40px; background-size: 12px auto; } }

.l-footer-nav ul li a[target="_blank"]::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 50px; height: 50%; border-left: 1px solid #000; background: url(/125th/common/img/ico-blank2-b.png) center center no-repeat; }

@media screen and (max-width: 736px) { .l-footer-nav ul li a[target="_blank"]::before { width: 40px; } }

.l-footer-nav ul li a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: -6px; left: -6px; width: 100%; height: 100%; border-left: 1px solid #000; border-bottom: 1px solid #000; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

.l-footer-nav ul li a:hover { text-decoration: none; -webkit-transform: translate(-6px, 6px); -ms-transform: translate(-6px, 6px); transform: translate(-6px, 6px); }

.l-footer-nav ul li a:hover::after { -webkit-transform: translate(5px, -5px); -ms-transform: translate(5px, -5px); transform: translate(5px, -5px); }

@media print, screen and (min-width: 737px) { .l-footer-nav__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; padding-top: 70px; padding-bottom: 70px; } }

@media screen and (max-width: 736px) { .l-footer-nav__inner { padding-top: 40px; padding-bottom: 40px; padding-left: 20px; padding-right: 20px; } }

/******************************************************************
layout - footer
******************************************************************/
.l-footer { color: #fff; background: #009dc9; text-align: center; }

@media print, screen and (min-width: 737px) { .l-footer__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; padding-top: 50px; padding-bottom: 50px; font-size: 14px; } }

@media screen and (max-width: 736px) { .l-footer__inner { padding: 25px 20px; font-size: 10px; } }

/******************************************************************
component - heading
******************************************************************/
.c-125heading1 { position: relative; margin-top: 4rem; background: url(/125th/common/img/ico-cube.png) no-repeat; background-position: left 0px; padding-left: 100px; min-height: 80px; }

@media screen and (max-width: 736px) { .c-125heading1 { margin-top: 2rem; } }

.c-125heading1::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: -4rem; left: 60px; height: calc(4rem + 10px); z-index: -1; border-left: 1px solid #000; }

@media screen and (max-width: 736px) { .c-125heading1::before { top: -2rem; left: 28px; height: calc(2rem + 10px); } }

@media screen and (max-width: 736px) { .c-125heading1 { background-size: 35px auto; padding-left: 50px; min-height: 40px; } }

.c-125heading1__title1 { display: block; font-size: 34px; line-height: 1.2; margin-bottom: .5em; }

@media print, screen and (max-width: 1260px) { .c-125heading1__title1 { font-size: 2.69841vw; } }

@media screen and (max-width: 736px) { .c-125heading1__title1 { font-size: 22px; } }

.c-125heading1__title1 span { font-weight: 400; }

.c-125heading1__title1 small { display: block; font-size: 16px; }

@media screen and (max-width: 736px) { .c-125heading1__title1 small { font-size: 14px; } }

.c-125heading1__title2 { position: relative; display: block; font-weight: normal; padding-left: 140px; font-size: 24px; }

@media print, screen and (max-width: 1260px) { .c-125heading1__title2 { font-size: 1.90476vw; } }

@media screen and (max-width: 736px) { .c-125heading1__title2 { padding-left: 50px; font-size: 14px; } }

.c-125heading1__title2:after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 120px; height: 1px; border-top: 1px solid #000; }

@media screen and (max-width: 736px) { .c-125heading1__title2:after { width: 40px; } }

/******************************************************************
component - feature-overlap-img
******************************************************************/
.c-feature-overlap-img__title { position: relative; font-size: 18px; padding-left: 2.8em; }

@media screen and (max-width: 736px) { .c-feature-overlap-img__title { font-size: 14px; } }

.c-feature-overlap-img__title::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0.65em; left: 0; height: 1px; width: 2.3em; background-color: #000; }

.c-feature-overlap-img__copy { line-height: 1.5; font-weight: bold; font-size: 26px; }

@media print, screen and (max-width: 1260px) { .c-feature-overlap-img__copy { font-size: 2.14286vw; } }

@media screen and (max-width: 736px) { .c-feature-overlap-img__copy { font-size: 18px; } }

.c-feature-overlap-img__btn { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -4px; margin-right: -4px; }

.c-feature-overlap-img__btn li { margin-top: 4px; margin-right: 4px; }

.c-feature-overlap-img__btn a { display: block; background-color: #009dc9; color: #fff; padding: .15em .4em; font-weight: bold; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.c-feature-overlap-img__btn a:hover { text-decoration: none; opacity: .6; }

@media print, screen and (min-width: 1001px) { .c-feature-overlap-img { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .c-feature-overlap-img__body-left { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; width: 52%; background-color: #fff; padding: 45px; }
  .c-feature-overlap-img__body-left > *:not(:last-child) { margin-bottom: 1rem; } }

@media print, screen and (min-width: 1001px) and (max-width: 1260px) { .c-feature-overlap-img__body-left { padding: 3.57143vw; } }

@media print, screen and (min-width: 1001px) { .c-feature-overlap-img__img-right { margin-left: auto; width: 650px; } }

@media print, screen and (min-width: 1001px) and (max-width: 1260px) { .c-feature-overlap-img__img-right { width: 55%; } }

@media print, screen and (min-width: 1001px) { .c-feature-overlap-img__img-right img { width: 100%; }
  .c-feature-overlap-img__body-right { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; right: 0; width: 52%; background-color: #fff; padding: 45px; }
  .c-feature-overlap-img__body-right > *:not(:last-child) { margin-bottom: 1rem; } }

@media print, screen and (min-width: 1001px) and (max-width: 1260px) { .c-feature-overlap-img__body-right { padding: 3.57143vw; } }

@media print, screen and (min-width: 1001px) { .c-feature-overlap-img__img-left { margin-right: auto; width: 650px; } }

@media print, screen and (min-width: 1001px) and (max-width: 1260px) { .c-feature-overlap-img__img-left { width: 55%; } }

@media print, screen and (min-width: 1001px) { .c-feature-overlap-img__img-left img { width: 100%; } }

@media print, screen and (max-width: 1000px) { .c-feature-overlap-img { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .c-feature-overlap-img__body-left { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: auto; margin-right: auto; width: 80%; background-color: #fff; padding: 20px; position: relative; z-index: +1; margin-top: -10%; } }

@media screen and (max-width: 1000px) and (max-width: 736px) { .c-feature-overlap-img__body-left { width: 90%; } }

@media print, screen and (max-width: 1000px) { .c-feature-overlap-img__body-left > *:not(:last-child) { margin-bottom: 1rem; }
  .c-feature-overlap-img__img-right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .c-feature-overlap-img__img-right img { width: 100%; }
  .c-feature-overlap-img__body-right { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: auto; margin-right: auto; width: 80%; background-color: #fff; padding: 20px; position: relative; z-index: +1; margin-top: -10%; } }

@media screen and (max-width: 1000px) and (max-width: 736px) { .c-feature-overlap-img__body-right { width: 90%; } }

@media print, screen and (max-width: 1000px) { .c-feature-overlap-img__body-right > *:not(:last-child) { margin-bottom: 1rem; }
  .c-feature-overlap-img__img-left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .c-feature-overlap-img__img-left img { width: 100%; } }

@media (min-width: 737px) and (max-width: 1360px) { .p-carousel-swiper { margin-left: 40px; margin-right: 40px; } }

/******************************************************************
project - breadcrumb
******************************************************************/
.p-breadcrumb::after { content: ""; display: block; clear: both; }

.p-breadcrumb__item { float: left; padding-right: 0.5em; font-size: 85%; }

.p-breadcrumb__item a { color: inherit; }

.p-breadcrumb__item:not(:last-child)::after { content: '>'; padding-left: 0.5em; }

/******************************************************************
project - about-donations
******************************************************************/
.p-about-donations { background: url(/125th/common/img/about-donations-bg.png) center center/cover no-repeat; background-attachment: fixed; }

.p-about-donations__inner { overflow: hidden; max-width: 1015px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; padding-top: 80px; padding-bottom: 80px; }

@media screen and (max-width: 736px) { .p-about-donations__inner { padding: 35px 20px; } }

.p-about-donations__main { -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; opacity: 0; -webkit-transform: translateY(30%); -ms-transform: translateY(30%); transform: translateY(30%); position: relative; z-index: +1; padding: 60px 80px 64px 80px; color: #fff; }

.p-about-donations__main.is-show { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

@media screen and (max-width: 736px) { .p-about-donations__main { padding: 30px 20px 34px 20px; } }

.p-about-donations__main::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(#43afb4), color-stop(58%, #53a2cb), to(#9f8eb2)); background: -webkit-linear-gradient(left, #43afb4 0%, #53a2cb 58%, #9f8eb2 100%); background: -o-linear-gradient(left, #43afb4 0%, #53a2cb 58%, #9f8eb2 100%); background: linear-gradient(to right, #43afb4 0%, #53a2cb 58%, #9f8eb2 100%); opacity: .8; z-index: -1; }

.p-about-donations__title { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; border-bottom: 1px solid #fff; margin: 0 auto 35px auto; padding: 0 .75em .25em; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight: normal; letter-spacing: .05em; font-size: clamp(18px, calc( 18px + (38 - 18) * ( (100vw - 736px) / (1260 - 736) )), 38px); }

.p-about-donations__copy { margin-bottom: 1rem; }

.p-about-donations__btn a { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-left: auto; color: inherit; border: 1px solid #fff; padding: .8em 60px .8em 1.2em; min-width: 250px; font-family: 'Inter', sans-serif; -webkit-transition-property: background, -webkit-transform; transition-property: background, -webkit-transform; -o-transition-property: transform, background; transition-property: transform, background; transition-property: transform, background, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

@media screen and (max-width: 736px) { .p-about-donations__btn a { font-size: 12px; padding: .8em 50px .8em 1.0em; min-width: 55vw; } }

.p-about-donations__btn a::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 50px; height: 50%; border-left: 1px solid #fff; background: url(/125th/common/img/ico-arrow-w.png) center center/16px auto no-repeat; }

@media screen and (max-width: 736px) { .p-about-donations__btn a::before { width: 40px; background-size: 12px auto; } }

.p-about-donations__btn a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: -6px; left: -6px; width: 100%; height: 100%; border-left: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

.p-about-donations__btn a:hover { text-decoration: none; -webkit-transform: translate(-6px, 6px); -ms-transform: translate(-6px, 6px); transform: translate(-6px, 6px); background-color: rgba(229, 244, 248, 0.2); }

.p-about-donations__btn a:hover::after { -webkit-transform: translate(5px, -5px); -ms-transform: translate(5px, -5px); transform: translate(5px, -5px); }

/******************************************************************
project - top-section
******************************************************************/
/******************************************************************
project - top-section
******************************************************************/
.p-top-section__head { position: relative; z-index: +2; }

@media print, screen and (min-width: 737px) { .p-top-section__head { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; padding-top: 80px; padding-bottom: 60px; }
  .p-top-section__head .p-top-section__line-slope-wrap { position: absolute; top: 0; height: 160px; }
  .p-top-section__head .p-top-section__line-slope { position: absolute; top: 0; height: 0; width: 61px; overflow: hidden; }
  .p-top-section__head .p-top-section__line-slope-inner { position: absolute; top: 0; left: 0; width: 61px; height: 160px; background: url(/125th/common/img/line.svg) left center/100% 100% no-repeat; }
  .p-top-section__head .p-top-section__line-wrap { position: absolute; top: calc(100% - 80px - 33px); height: calc(100% - 80px - 33px); }
  .p-top-section__head .p-top-section__line { position: absolute; height: 0; width: 1px; overflow: hidden; }
  .p-top-section__head .p-top-section__line-inner { position: absolute; top: 0; height: 100%; border-left: 1px solid #000; left: 0; } }

@media screen and (max-width: 736px) { .p-top-section__head { padding-top: 50px; padding-bottom: 20px; }
  .p-top-section__head .p-top-section__line-wrap { position: absolute; top: 0; height: 100%; width: 1px; left: 20px; overflow: hidden; }
  .p-top-section__head .p-top-section__line { position: absolute; height: 0; width: 1px; overflow: hidden; }
  .p-top-section__head .p-top-section__line-inner { position: absolute; top: 0; height: 100%; border-left: 1px solid #000; left: 0; } }

@media print, screen and (min-width: 737px) { .p-top-section--about .p-top-section__head .p-top-section__line-slope-wrap { left: 30px; }
  .p-top-section--about .p-top-section__head .p-top-section__line-wrap { left: 90px; } }

@media print, screen and (min-width: 737px) { .p-top-section--event .p-top-section__head .p-top-section__line-slope-wrap { left: 90px; }
  .p-top-section--event .p-top-section__head .p-top-section__line-wrap { left: 150px; } }

@media print, screen and (min-width: 737px) { .p-top-section--challenge .p-top-section__head .p-top-section__line-slope-wrap { left: 150px; }
  .p-top-section--challenge .p-top-section__head .p-top-section__line-wrap { left: 210px; } }

@media print, screen and (min-width: 737px) { .p-top-section--founder .p-top-section__head .p-top-section__line-slope-wrap { left: 210px; }
  .p-top-section--founder .p-top-section__head .p-top-section__line-wrap { left: 270px; } }

@media print, screen and (min-width: 737px) { .p-top-section--history .p-top-section__head .p-top-section__line-slope-wrap { left: 270px; }
  .p-top-section--history .p-top-section__head .p-top-section__line-wrap { left: 330px; } }

@media print, screen and (min-width: 737px) { .p-top-section--message .p-top-section__head .p-top-section__line-slope-wrap { left: 330px; }
  .p-top-section--message .p-top-section__head .p-top-section__line-wrap { left: 390px; } }

@media print, screen and (min-width: 737px) { .p-top-section--goods .p-top-section__head .p-top-section__line-slope-wrap { left: 330px; }
  .p-top-section--goods .p-top-section__head .p-top-section__line-slope-inner { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }
  .p-top-section--goods .p-top-section__head .p-top-section__line-wrap { display: none; } }

@media screen and (max-width: 736px) { .p-top-section--goods .p-top-section__head .p-top-section__line-wrap { height: 70px; } }

/******************************************************************
project - top-section
******************************************************************/
.is-line + .p-top-section__line-wrap + .p-top-section__title .p-top-section__title1 { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.is-line + .p-top-section__line-wrap + .p-top-section__title .p-top-section__title2 { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }

.p-top-section__title { position: relative; background: url(/125th/common/img/ico-cube.png) no-repeat; background-position: left 50px; padding-left: 100px; min-height: 130px; }

@media screen and (max-width: 736px) { .p-top-section__title { background-position: left 25px; background-size: 35px auto; padding-left: 50px; min-height: 70px; } }

.p-top-section__title1, .p-top-section__title2 { -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: opacity, transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; opacity: 0; -webkit-transform: translateX(-3%); -ms-transform: translateX(-3%); transform: translateX(-3%); }

.p-top-section__title1 { display: block; font-family: 'Inter', sans-serif; font-weight: 200; font-size: 66px; line-height: 1.2; }

@media print, screen and (max-width: 1260px) { .p-top-section__title1 { font-size: 5.2381vw; } }

@media screen and (max-width: 736px) { .p-top-section__title1 { font-size: 32px; } }

.p-top-section__title1 span { font-weight: 400; }

.p-top-section__title2 { position: relative; display: block; font-weight: normal; padding-left: 140px; font-size: 24px; }

@media print, screen and (max-width: 1260px) { .p-top-section__title2 { font-size: 1.90476vw; } }

@media screen and (max-width: 736px) { .p-top-section__title2 { padding-left: 50px; font-size: 14px; } }

.p-top-section__title2:after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 120px; height: 1px; border-top: 1px solid #000; }

@media screen and (max-width: 736px) { .p-top-section__title2:after { width: 40px; } }

@media screen and (max-width: 736px) { .p-top-section--about .p-top-section__title { margin-left: 10px; margin-right: 20px; } }

@media print, screen and (min-width: 737px) { .p-top-section--event .p-top-section__title { margin-left: 60px; } }

@media screen and (max-width: 736px) { .p-top-section--event .p-top-section__title { margin-left: 10px; margin-right: 20px; } }

@media print, screen and (min-width: 737px) { .p-top-section--challenge .p-top-section__title { margin-left: 120px; } }

@media screen and (max-width: 736px) { .p-top-section--challenge .p-top-section__title { margin-left: 10px; margin-right: 20px; } }

@media print, screen and (min-width: 737px) { .p-top-section--founder .p-top-section__title { margin-left: 180px; } }

@media screen and (max-width: 736px) { .p-top-section--founder .p-top-section__title { margin-left: 10px; margin-right: 20px; } }

@media print, screen and (min-width: 737px) { .p-top-section--history .p-top-section__title { margin-left: 240px; } }

@media screen and (max-width: 736px) { .p-top-section--history .p-top-section__title { margin-left: 10px; margin-right: 20px; } }

@media print, screen and (min-width: 737px) { .p-top-section--message .p-top-section__title { margin-left: 300px; } }

@media screen and (max-width: 736px) { .p-top-section--message .p-top-section__title { margin-left: 10px; margin-right: 20px; } }

@media print, screen and (min-width: 737px) { .p-top-section--goods .p-top-section__title { margin-left: 240px; } }

@media screen and (max-width: 736px) { .p-top-section--goods .p-top-section__title { margin-left: 10px; margin-right: 20px; } }

/******************************************************************
project - top-section
******************************************************************/
.p-top-section__main-wrap { position: relative; z-index: +2; }

.p-top-section--about .p-top-section__bg { position: absolute; bottom: -20px; left: 0; width: 100%; height: calc(100% + 5vw); background: #e5f4f8 url(/125th/common/img/about-bg.jpg) right bottom/auto 100% no-repeat; -webkit-clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%); clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%); background-attachment: fixed; }

@media screen and (max-width: 736px) { .p-top-section--about .p-top-section__bg { bottom: 0; background-position: right 30% bottom; } }

.p-top-section__main { position: relative; z-index: +1; }

.p-top-section__main:after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

.p-top-section--event .p-top-section__main:after { background-color: #f4f1f4; }

@media print, screen and (min-width: 737px) { .p-top-section--event .p-top-section__main:after { height: calc(100% - 50px); -webkit-transform: skewY(-6deg) translateY(-50px); -ms-transform: skewY(-6deg) translateY(-50px); transform: skewY(-6deg) translateY(-50px); } }

@media screen and (max-width: 736px) { .p-top-section--event .p-top-section__main:after { height: calc(100% - 20px); -webkit-transform: skewY(-6deg) translateY(-20px); -ms-transform: skewY(-6deg) translateY(-20px); transform: skewY(-6deg) translateY(-20px); } }

.p-top-section--challenge .p-top-section__main:after { background-color: #f0f3f4; }

@media print, screen and (min-width: 737px) { .p-top-section--challenge .p-top-section__main:after { height: calc(100% - 50px); -webkit-transform: skewY(-6deg) translateY(-50px); -ms-transform: skewY(-6deg) translateY(-50px); transform: skewY(-6deg) translateY(-50px); } }

@media screen and (max-width: 736px) { .p-top-section--challenge .p-top-section__main:after { height: calc(100% - 20px); -webkit-transform: skewY(-6deg) translateY(-20px); -ms-transform: skewY(-6deg) translateY(-20px); transform: skewY(-6deg) translateY(-20px); } }

.p-top-section--founder .p-top-section__main:after { background-color: #f4f1f4; }

@media print, screen and (min-width: 737px) { .p-top-section--founder .p-top-section__main:after { height: calc(100% - 40px); -webkit-transform: skewY(-6deg) translateY(-40px); -ms-transform: skewY(-6deg) translateY(-40px); transform: skewY(-6deg) translateY(-40px); } }

@media screen and (max-width: 736px) { .p-top-section--founder .p-top-section__main:after { height: calc(100% - 20px); -webkit-transform: skewY(-6deg) translateY(-20px); -ms-transform: skewY(-6deg) translateY(-20px); transform: skewY(-6deg) translateY(-20px); } }

.p-top-section--history .p-top-section__main:after { background-color: #e5f4f8; }

@media print, screen and (min-width: 737px) { .p-top-section--history .p-top-section__main:after { height: calc(100% - 36px); -webkit-transform: skewY(-6deg) translateY(-36px); -ms-transform: skewY(-6deg) translateY(-36px); transform: skewY(-6deg) translateY(-36px); } }

@media screen and (max-width: 736px) { .p-top-section--history .p-top-section__main:after { height: calc(100% - 20px); -webkit-transform: skewY(-6deg) translateY(-20px); -ms-transform: skewY(-6deg) translateY(-20px); transform: skewY(-6deg) translateY(-20px); } }

.p-top-section--message .p-top-section__main:after { background-color: #f0f3f4; }

@media print, screen and (min-width: 737px) { .p-top-section--message .p-top-section__main:after { height: calc(100% - 31px); -webkit-transform: skewY(-6deg) translateY(-31px); -ms-transform: skewY(-6deg) translateY(-31px); transform: skewY(-6deg) translateY(-31px); } }

@media screen and (max-width: 736px) { .p-top-section--message .p-top-section__main:after { height: calc(100% - 20px); -webkit-transform: skewY(-6deg) translateY(-20px); -ms-transform: skewY(-6deg) translateY(-20px); transform: skewY(-6deg) translateY(-20px); } }

.p-top-section--goods .p-top-section__main:after { background-color: #e5f4f8; }

@media print, screen and (min-width: 737px) { .p-top-section--goods .p-top-section__main:after { height: calc(100% - 32px); -webkit-transform: skewY(-6deg) translateY(-32px); -ms-transform: skewY(-6deg) translateY(-32px); transform: skewY(-6deg) translateY(-32px); } }

@media screen and (max-width: 736px) { .p-top-section--goods .p-top-section__main:after { height: calc(100% - 20px); -webkit-transform: skewY(-6deg) translateY(-20px); -ms-transform: skewY(-6deg) translateY(-20px); transform: skewY(-6deg) translateY(-20px); } }

@media print, screen and (min-width: 737px) { .p-top-section--goods .p-top-section__main { margin-bottom: 150px; } }

@media screen and (max-width: 736px) { .p-top-section--goods .p-top-section__main { margin-bottom: 60px; } }

/******************************************************************
project - top-section
******************************************************************/
.p-top-section__main-inner { position: relative; }

@media print, screen and (min-width: 737px) { .p-top-section__main-inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; } }

.p-top-section__main-inner .p-top-section__line { position: absolute; top: 0; height: 0; width: 1px; overflow: hidden; }

@media screen and (max-width: 736px) { .p-top-section__main-inner .p-top-section__line { left: 20px !important; } }

.p-top-section__main-inner .p-top-section__line .p-top-section__line-inner { position: absolute; top: 0; height: 100%; border-left: 1px solid #000; left: 0; }

@media print, screen and (min-width: 737px) { .p-top-section__main-inner { padding-top: 0px; padding-bottom: 100px; } }

@media screen and (max-width: 736px) { .p-top-section__main-inner { padding-top: 0px; padding-bottom: 50px; } }

.p-top-section--about .p-top-section__main-inner .p-top-section__line { left: 90px; }

.p-top-section--event .p-top-section__main-inner .p-top-section__line { left: 150px; }

.p-top-section--challenge .p-top-section__main-inner .p-top-section__line { left: 210px; }

.p-top-section--founder .p-top-section__main-inner .p-top-section__line { left: 270px; }

.p-top-section--history .p-top-section__main-inner .p-top-section__line { left: 330px; }

.p-top-section--message .p-top-section__main-inner .p-top-section__line { left: 390px; }

.p-top-section--goods .p-top-section__main-inner .p-top-section__line { display: none; }

.p-top-section__main-copy { text-align: center; font-size: 24px; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; padding-left: 20px; padding-right: 20px; }

@media screen and (max-width: 736px) { .p-top-section__main-copy { font-size: 18px; } }

.p-top-section__main-copy > span { border-bottom: 1px solid #000; }

/******************************************************************
project - top-about
******************************************************************/
#GREETING { margin-top: -40px; padding-top: 40px; }

.p-top-about { background-color: rgba(255, 255, 255, 0.6); margin: 0 95px; padding: 90px; }

@media print, screen and (max-width: 1260px) { .p-top-about { padding: 4.7619vw; } }

@media screen and (max-width: 736px) { .p-top-about { margin: 0 30px; padding: 20px; } }

.p-top-about__main { line-height: 2.0; }

.p-top-about__main > *:not(:last-child) { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .p-top-about__main > *:not(:last-child) { margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .p-top-about__main { line-height: 1.8; font-size: 14px; } }

.p-top-about__main-signature { text-align: right; font-size: 14px; }

@media screen and (max-width: 736px) { .p-top-about__main-signature { font-size: 11px; } }

.p-top-about__greeting { border-top: 1px solid #000; margin-top: 45px; padding-top: 45px; }

@media screen and (max-width: 736px) { .p-top-about__greeting { margin-top: 20px; padding-top: 20px; } }

.p-top-about__greeting-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-weight: 400; line-height: 1.0; padding-bottom: 45px; font-size: 24px; }

@media screen and (max-width: 736px) { .p-top-about__greeting-title { padding-bottom: 20px; } }

@media screen and (max-width: 736px) { .p-top-about__greeting-title { font-size: 20px; } }

.p-top-about__greeting-title > span:first-child { position: relative; padding-right: .7em; margin-right: .7em; font-family: 'Inter', sans-serif; font-weight: 200; font-size: 38px; }

@media screen and (max-width: 736px) { .p-top-about__greeting-title > span:first-child { font-size: 24px; } }

.p-top-about__greeting-title > span:first-child::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; height: 1em; border-right: 1px solid #000; }

.p-top-about__greeting-title > span:first-child span { font-weight: 400; }

.p-top-about__greeting-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 736px) { .p-top-about__greeting-flex { display: block; margin-bottom: 15px; } }

@media print, screen and (min-width: 737px) { .p-top-about__greeting-img { padding-right: 40px; } }

@media screen and (max-width: 736px) { .p-top-about__greeting-img { margin-bottom: 15px; text-align: center; } }

.p-top-about__greeting-body { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

@media screen and (max-width: 736px) { .p-top-about__greeting-body { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-left: auto; margin-right: auto; } }

.p-top-about__greeting-btn a { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-left: auto; color: inherit; border: 1px solid #000; padding: .8em 60px .8em 1.2em; min-width: 250px; font-family: 'Inter', sans-serif; -webkit-transition-property: background, -webkit-transform; transition-property: background, -webkit-transform; -o-transition-property: transform, background; transition-property: transform, background; transition-property: transform, background, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

@media screen and (max-width: 736px) { .p-top-about__greeting-btn a { font-size: 12px; padding: .8em 50px .8em 1.0em; min-width: 55vw; } }

.p-top-about__greeting-btn a::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 50px; height: 50%; border-left: 1px solid #000; background: url(/125th/common/img/ico-arrow.png) center center/16px auto no-repeat; }

@media screen and (max-width: 736px) { .p-top-about__greeting-btn a::before { width: 40px; } }

.p-top-about__greeting-btn a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: -6px; left: -6px; width: 100%; height: 100%; border-left: 1px solid #000; border-bottom: 1px solid #000; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

.p-top-about__greeting-btn a:hover { text-decoration: none; -webkit-transform: translate(-6px, 6px); -ms-transform: translate(-6px, 6px); transform: translate(-6px, 6px); }

.p-top-about__greeting-btn a:hover::after { -webkit-transform: translate(5px, -5px); -ms-transform: translate(5px, -5px); transform: translate(5px, -5px); }

/******************************************************************
project - top-events
******************************************************************/
.p-top-events { position: relative; z-index: +2; }

.p-top-events__network { margin-bottom: 80px; max-width: 775px; padding-left: 200px; padding-right: 200px; }

@media screen and (max-width: 1000px) { .p-top-events__network { margin-bottom: 6vw; } }

@media screen and (max-width: 1000px) { .p-top-events__network { padding-left: 18vw; padding-right: 18vw; } }

@media screen and (max-width: 736px) { .p-top-events__network { padding-left: 40px; padding-right: 20px; } }

.p-top-events__network-copy { margin-bottom: 80px; }

@media screen and (max-width: 1000px) { .p-top-events__network-copy { margin-bottom: 6vw; } }

.p-top-events__special { background-color: #fff; }

@media print, screen and (min-width: 737px) { .p-top-events__special { padding: 50px 0; } }

@media screen and (max-width: 736px) { .p-top-events__special { padding: 30px 0 0 0; margin-left: 40px; margin-right: 20px; } }

.p-top-events__special-head { text-align: center; font-weight: 400; font-size: 28px; margin-bottom: 50px; }

@media screen and (max-width: 736px) { .p-top-events__special-head { font-size: 22px; margin-bottom: 0; } }

.p-top-events__special-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.p-top-events__special-item { -webkit-box-sizing: border-box; box-sizing: border-box; }

@media print, screen and (min-width: 737px) { .p-top-events__special-item { width: 50%; padding: 0 50px 50px 50px; }
  .p-top-events__special-item:nth-child(odd) { border-right: 1px solid #000; }
  .p-top-events__special-item:not(:nth-child(1)):not(:nth-child(2)) { border-top: 1px solid #000; padding-top: 50px; } }

@media screen and (max-width: 736px) { .p-top-events__special-item { width: 100%; padding: 20px; }
  .p-top-events__special-item:not(:first-child) { border-top: 1px solid #000; } }

.p-top-events__special-img { text-align: center; }

.p-top-events__special-title { font-size: 22px; font-weight: 600; text-align: center; line-height: 1.5; margin: 30px 0; }

@media screen and (max-width: 736px) { .p-top-events__special-title { margin: 20px 0; font-size: 18px; } }

.p-top-events__special-title span { padding-bottom: 5px; display: inline; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f9deff), color-stop(100%, #f9deff), to(transparent)); background-image: -webkit-linear-gradient(top, transparent 65%, #f9deff 65%, #f9deff 100%, transparent 100%); background-image: -o-linear-gradient(top, transparent 65%, #f9deff 65%, #f9deff 100%, transparent 100%); background-image: linear-gradient(180deg, transparent 65%, #f9deff 65%, #f9deff 100%, transparent 100%); background-repeat: no-repeat; background-size: 100% 100%; }

.p-top-events__special-date { font-weight: 600; text-align: center; margin: 1em; }

.p-top-events__special-theme { margin-bottom: 1em; background: -webkit-repeating-linear-gradient(135deg, #f2f5f6, #f2f5f6 15px, #fff 0, #fff 30px); background: -o-repeating-linear-gradient(135deg, #f2f5f6, #f2f5f6 15px, #fff 0, #fff 30px); background: repeating-linear-gradient(-45deg, #f2f5f6, #f2f5f6 15px, #fff 0, #fff 30px); font-weight: 600; padding: 30px; }

.p-top-events__special-theme > *:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .p-top-events__special-theme > *:not(:last-child) { margin-bottom: 0.375rem; } }

@media screen and (max-width: 736px) { .p-top-events__special-theme { padding: 12px; } }

.p-top-events__special-theme ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.p-top-events__special-theme li { margin-right: 5px; margin-bottom: 5px; background-color: #fff; border: 2px solid #000; font-size: 15px; line-height: 1; padding: .4em .6em; }

@media screen and (max-width: 736px) { .p-top-events__special-theme li { font-size: 12px; } }

.p-top-events__special-text { margin-bottom: 1em; }

.p-top-events__special-btn { -ms-grid-row: 7; -ms-grid-column: 1; grid-area: btn; text-align: right; }

.p-top-events__special-btn a { display: inline-block; color: inherit; font-family: 'Inter', sans-serif; background: url(/125th/common/img/ico-arrow.png) right top 0.6em/1em auto no-repeat; padding-right: 1.5em; padding-top: .25em; position: relative; overflow: hidden; padding-bottom: .25em; }

.p-top-events__special-btn a:hover { text-decoration: none; }

.p-top-events__special-btn a::before { -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; width: 100%; border-bottom: 2px solid #000; }

.p-top-events__special-btn a::after { -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; width: 100%; border-bottom: 2px solid #000; -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); }

.p-top-events__special-btn a:hover::before { -webkit-transform: translateX(200%); -ms-transform: translateX(200%); transform: translateX(200%); }

.p-top-events__special-btn a:hover::after { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.p-top-events__special-result { background-color: #fff; }

@media print, screen and (min-width: 737px) { .p-top-events__special-result { margin-top: 50px; padding: 50px 0; } }

@media screen and (max-width: 736px) { .p-top-events__special-result { margin-top: 30px; padding: 30px 0 0 0; margin-left: 40px; margin-right: 20px; } }

.p-top-events__special-result-head { max-width: 740px; margin-left: auto; margin-right: auto; line-height: 1.3; margin-bottom: 50px; padding-left: 50px; padding-right: 50px; }

.p-top-events__special-result-head > *:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .p-top-events__special-result-head > *:not(:last-child) { margin-bottom: 0.375rem; } }

@media screen and (max-width: 736px) { .p-top-events__special-result-head { margin-bottom: 0; padding-left: 20px; padding-right: 20px; } }

.p-top-events__special-result-head > * { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-left: auto; margin-right: auto; }

.p-top-events__special-result-head h3 { font-weight: 400; font-size: 24px; }

@media screen and (max-width: 736px) { .p-top-events__special-result-head h3 { font-size: 20px; } }

.p-top-events__special-result-head-copy { font-weight: 500; text-align: center; font-weight: bold; font-size: 30px; }

@media screen and (max-width: 736px) { .p-top-events__special-result-head-copy { font-size: 23px; } }

.p-top-events__special-result-head-copy span { padding-bottom: 5px; display: inline; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f9deff), color-stop(100%, #f9deff), to(transparent)); background-image: -webkit-linear-gradient(top, transparent 65%, #f9deff 65%, #f9deff 100%, transparent 100%); background-image: -o-linear-gradient(top, transparent 65%, #f9deff 65%, #f9deff 100%, transparent 100%); background-image: linear-gradient(180deg, transparent 65%, #f9deff 65%, #f9deff 100%, transparent 100%); background-repeat: no-repeat; background-size: 100% 100%; }

.p-top-events__special-result-head-text { margin-top: 2em; }

.p-top-events__jnetwork-title { text-align: center; font-weight: 400; font-size: 28px; margin-top: 50px; margin-bottom: 30px; }

@media screen and (max-width: 736px) { .p-top-events__jnetwork-title { font-size: 22px; margin-top: 30px; margin-bottom: 15px; } }

.p-top-events__jnetwork { width: 100vw; margin: 0 calc(50% - 50vw); }

@media print, screen and (min-width: 737px) { .p-top-events__jnetwork li { margin-right: 20px; }
  .p-top-events__jnetwork li a { display: block; overflow: hidden; background-size: cover; background-position: center center; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-top-events__jnetwork li a:hover { -webkit-transform: scale(1.02, 1.02); -ms-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02); } }

@media screen and (max-width: 736px) { .p-top-events__jnetwork li { margin-right: 10px; }
  .p-top-events__jnetwork li a { display: block; background-size: cover; background-position: center center; }
  .p-top-events__jnetwork li a img { width: 130px; } }

/******************************************************************
project - top-challenge
******************************************************************/
.p-top-challenge__copy { padding-left: 230px; }

@media screen and (max-width: 736px) { .p-top-challenge__copy { padding-left: 40px; padding-right: 20px; font-size: 14px; } }

.p-top-challenge__block { position: relative; z-index: +1; margin-top: 80px; }

@media screen and (max-width: 736px) { .p-top-challenge__block { margin-top: 25px; } }

.p-top-challenge__item { position: relative; display: -ms-grid; display: grid; -ms-grid-columns: auto 35px 462px; grid-template-columns: auto 462px; -ms-grid-rows: auto 15px auto 15px 1fr 15px auto; grid-template-rows: auto auto 1fr auto; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; /* 上付きになる */ grid-template-areas: "num img" "title img" "text img" "btn img"; gap: 15px 35px; /* 古いSafari非対応 */ padding: 0 50px 50px 50px; }

.p-top-challenge__item:not(:first-child) { margin-top: 60px; }

@media screen and (max-width: 736px) { .p-top-challenge__item:not(:first-child) { margin-top: 30px; } }

.p-top-challenge__item::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; width: 100%; height: calc(100% - 36px); background-color: #fff; z-index: -1; }

@media screen and (max-width: 736px) { .p-top-challenge__item::before { height: calc(100% - 32vw); } }

.p-top-challenge__item:nth-child(odd) { margin-right: 80px; }

@media print, screen and (max-width: 1260px) { .p-top-challenge__item:nth-child(odd) { margin-right: 6.34921vw; } }

@media screen and (max-width: 736px) { .p-top-challenge__item:nth-child(odd) { margin-left: 10px; margin-right: 10px; } }

.p-top-challenge__item:nth-child(even) { margin-left: 80px; }

@media print, screen and (max-width: 1260px) { .p-top-challenge__item:nth-child(even) { margin-left: 6.34921vw; } }

@media screen and (max-width: 736px) { .p-top-challenge__item:nth-child(even) { margin-left: 10px; margin-right: 10px; } }

@media print, screen and (max-width: 1260px) { .p-top-challenge__item { -ms-grid-columns: auto 36.66667vw; grid-template-columns: auto 36.66667vw; gap: 1.98413vw 2.77778vw; padding: 0 3.96825vw 3.96825vw 3.96825vw; } }

@media screen and (max-width: 736px) { .p-top-challenge__item { gap: 10px 15px; /* 古いSafari非対応 */ padding: 0 25px 25px 25px; }
  .p-top-challenge__item:nth-child(odd) { -ms-grid-columns: auto 70%; grid-template-columns: auto 70%; -ms-grid-rows: auto 1fr; grid-template-rows: auto 1fr; grid-template-areas: "num img" "title title" "text text" "btn btn"; }
  .p-top-challenge__item:nth-child(even) { -ms-grid-columns: 70% auto; grid-template-columns: 70% auto; -ms-grid-rows: 1fr auto; grid-template-rows: 1fr auto; grid-template-areas: "img num" "title title" "text text" "btn btn"; }
  .p-top-challenge__item:nth-child(even) .p-top-challenge__num { margin-left: auto; }
  .p-top-challenge__item:nth-child(odd) > .p-top-events__special-btn { -ms-grid-row: 4; -ms-grid-column: 1; -ms-grid-column-span: 2; }
  .p-top-challenge__item:nth-child(even) > .p-top-events__special-btn { -ms-grid-row: 4; -ms-grid-column: 1; -ms-grid-column-span: 2; } }

.p-top-challenge__num { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: num; }

@media print, screen and (min-width: 737px) { .p-top-challenge__num { -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } }

@media screen and (max-width: 736px) { .p-top-challenge__num { -ms-flex-item-align: end; align-self: flex-end; height: 12vw; } }

.p-top-challenge__title { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: title; }

.p-top-challenge__title-line { padding-bottom: 5px; display: inline; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffeb00), color-stop(100%, #ffeb00), to(transparent)); background-image: -webkit-linear-gradient(top, transparent 65%, #ffeb00 65%, #ffeb00 100%, transparent 100%); background-image: -o-linear-gradient(top, transparent 65%, #ffeb00 65%, #ffeb00 100%, transparent 100%); background-image: linear-gradient(180deg, transparent 65%, #ffeb00 65%, #ffeb00 100%, transparent 100%); background-repeat: no-repeat; background-size: 100% 100%; font-size: 28px; }

@media screen and (max-width: 736px) { .p-top-challenge__title-line { font-size: 20px; } }

.p-top-challenge__title-icon { display: inline-block; border: 2px solid #000; line-height: 1.2; vertical-align: .1em; padding: .1em .4em; margin-left: .5em; font-size: 19px; }

@media screen and (max-width: 736px) { .p-top-challenge__title-icon { font-size: 12px; } }

.p-top-challenge__text { -ms-grid-row: 5; -ms-grid-column: 1; grid-area: text; }

@media screen and (max-width: 736px) { .p-top-challenge__text { font-size: 14px; } }

.p-top-challenge__btn { -ms-grid-row: 7; -ms-grid-column: 1; grid-area: btn; text-align: right; }

.p-top-challenge__btn a { display: inline-block; color: inherit; font-family: 'Inter', sans-serif; background: url(/125th/common/img/ico-arrow.png) right top 0.6em/1em auto no-repeat; padding-right: 1.5em; padding-top: .25em; position: relative; overflow: hidden; padding-bottom: .25em; }

.p-top-challenge__btn a:hover { text-decoration: none; }

.p-top-challenge__btn a::before { -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; width: 100%; border-bottom: 2px solid #000; }

.p-top-challenge__btn a::after { -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; width: 100%; border-bottom: 2px solid #000; -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); }

.p-top-challenge__btn a:hover::before { -webkit-transform: translateX(200%); -ms-transform: translateX(200%); transform: translateX(200%); }

.p-top-challenge__btn a:hover::after { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.p-top-challenge__img { -ms-grid-row: 1; -ms-grid-row-span: 7; -ms-grid-column: 3; grid-area: img; }

@media screen and (max-width: 736px){
  .p-top-challenge__item:nth-child(odd) > .p-top-challenge__num { -ms-grid-row: 1; -ms-grid-column: 1; }
  .p-top-challenge__item:nth-child(even) > .p-top-challenge__num { -ms-grid-row: 1; -ms-grid-column: 2; }
  .p-top-challenge__item:nth-child(odd) > .p-top-challenge__title { -ms-grid-row: 2; -ms-grid-column: 1; -ms-grid-column-span: 2; }
  .p-top-challenge__item:nth-child(even) > .p-top-challenge__title { -ms-grid-row: 2; -ms-grid-column: 1; -ms-grid-column-span: 2; }
  .p-top-challenge__item:nth-child(odd) > .p-top-challenge__text { -ms-grid-row: 3; -ms-grid-column: 1; -ms-grid-column-span: 2; }
  .p-top-challenge__item:nth-child(even) > .p-top-challenge__text { -ms-grid-row: 3; -ms-grid-column: 1; -ms-grid-column-span: 2; }
  .p-top-challenge__item:nth-child(odd) > .p-top-challenge__btn { -ms-grid-row: 4; -ms-grid-column: 1; -ms-grid-column-span: 2; }
  .p-top-challenge__item:nth-child(even) > .p-top-challenge__btn { -ms-grid-row: 4; -ms-grid-column: 1; -ms-grid-column-span: 2; }
  .p-top-challenge__item:nth-child(odd) > .p-top-challenge__img { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 2; }
  .p-top-challenge__item:nth-child(even) > .p-top-challenge__img { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 1; } }

/******************************************************************
project - top-founder
******************************************************************/
.p-top-founder { position: relative; z-index: +1; margin-left: 65px; margin-right: 65px; padding-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; }

@media print, screen and (max-width: 1260px) { .p-top-founder { margin-left: 5.15873vw; margin-right: 5.15873vw; } }

@media screen and (max-width: 736px) { .p-top-founder { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: 40px; margin-right: 40px; padding-top: 30px; } }

.p-top-founder__main { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; position: relative; z-index: +2; }

@media print, screen and (min-width: 737px) { .p-top-founder__main { padding-left: 100px; padding-top: 50px; } }

@media print, screen and (max-width: 1260px) { .p-top-founder__main { padding-left: 7.93651vw; padding-top: 3.96825vw; } }

@media screen and (max-width: 736px) { .p-top-founder__main { padding-top: 0; padding-left: 0; margin-top: 25px; } }

.p-top-founder__main > *:not(:last-child) { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .p-top-founder__main > *:not(:last-child) { margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .p-top-founder__main { font-size: 14px; } }

.p-top-founder__copy { font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; letter-spacing: .15em; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; line-height: 1.6; font-size: 30px; margin-bottom: 1.8em; }

@media screen and (max-width: 736px) { .p-top-founder__copy { font-size: 20px; margin-bottom: 1.5em; } }

.p-top-founder__copy strong { font-weight: normal; }

.p-top-founder__img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; position: relative; z-index: +1; -ms-flex-item-align: start; align-self: flex-start; }

@media print, screen and (min-width: 737px) { .p-top-founder__img { -ms-flex-negative: 0; flex-shrink: 0; width: 407px; } }

@media print, screen and (max-width: 1260px) { .p-top-founder__img { width: 32.30159vw; } }

@media screen and (max-width: 736px) { .p-top-founder__img { width: 50vw; margin-left: auto; margin-right: auto; } }

.p-top-founder__img:before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: -5%; left: -16%; width: 131.20393%; height: 143.68601%; z-index: -1; background: url(/125th/common/img/founder-img-bg2.png) left top/100% auto no-repeat; }

.p-top-founder__img-bg { position: absolute; z-index: -1; top: -5%; left: -16%; width: 131.20393%; height: 143.68601%; }

/******************************************************************
project - top-founder-more
******************************************************************/
.p-top-founder-more > *:not(:last-child) { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .p-top-founder-more > *:not(:last-child) { margin-bottom: 1.5rem; } }

.p-top-founder-more__taeget { display: none; }

.p-top-founder-more__taeget > *:not(:last-child) { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .p-top-founder-more__taeget > *:not(:last-child) { margin-bottom: 1.5rem; } }

.p-top-founder-more__button a { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; color: inherit; border: 1px solid #000; padding: .8em 60px .8em 1.2em; min-width: 250px; font-family: 'Inter', sans-serif; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

@media screen and (max-width: 736px) { .p-top-founder-more__button a { font-size: 12px; padding: .8em 50px .8em 1.0em; min-width: 55vw; margin-left: auto; margin-right: auto; } }

.p-top-founder-more__button a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: -6px; left: -6px; width: 100%; height: 100%; border-left: 1px solid #000; border-bottom: 1px solid #000; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

.p-top-founder-more__button a:hover { text-decoration: none; -webkit-transform: translate(-6px, 6px); -ms-transform: translate(-6px, 6px); transform: translate(-6px, 6px); }

.p-top-founder-more__button a:hover::after { -webkit-transform: translate(5px, -5px); -ms-transform: translate(5px, -5px); transform: translate(5px, -5px); }

[aria-expanded="false"] .p-top-founder-more__button a::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 50px; height: 50%; border-left: 1px solid #000; background: url(/125th/common/img/ico-arrow-bottom.png) center center/14px auto no-repeat; }

@media screen and (max-width: 736px) { [aria-expanded="false"] .p-top-founder-more__button a::before { width: 40px; background-size: 12px auto; } }

[aria-expanded="true"] .p-top-founder-more__button a::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 50px; height: 50%; border-left: 1px solid #000; background: url(/125th/common/img/ico-arrow-top.png) center center/14px auto no-repeat; }

@media screen and (max-width: 736px) { [aria-expanded="true"] .p-top-founder-more__button a::before { width: 40px; background-size: 12px auto; } }

/******************************************************************
project - top-history
******************************************************************/
.p-top-history { margin-top: 65px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 736px) { .p-top-history { margin-top: 30px; margin-bottom: -30px; } }

.p-top-history__item { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 50px; width: 50%; }

@media print, screen and (max-width: 1260px) { .p-top-history__item { padding: 0 3.96825vw; } }

@media screen and (max-width: 736px) { .p-top-history__item { width: 100%; max-width: 500px; padding: 0 40px; margin-left: auto; margin-right: auto; margin-bottom: 30px; } }

.p-top-history__item .c-youtube { background: -webkit-gradient(linear, left top, right top, from(rgba(143, 211, 212, 0.6)), to(rgba(191, 188, 214, 0.6))); background: -webkit-linear-gradient(left, rgba(143, 211, 212, 0.6) 0%, rgba(191, 188, 214, 0.6) 100%); background: -o-linear-gradient(left, rgba(143, 211, 212, 0.6) 0%, rgba(191, 188, 214, 0.6) 100%); background: linear-gradient(to right, rgba(143, 211, 212, 0.6) 0%, rgba(191, 188, 214, 0.6) 100%); }

.p-top-history__title { font-weight: normal; font-size: 18px; border: 1px solid #000; padding: .2em .8em; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-bottom: 28px; background-color: #e5f4f8; }

@media screen and (max-width: 736px) { .p-top-history__title { font-size: 14px; margin-bottom: 16px; } }

/******************************************************************
project - scroll-row
******************************************************************/
.p-scroll-row-arrow { text-align: right; margin-bottom: 10px; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-scroll-row-arrow { margin-right: 10px; } }

.p-scroll-row-arrow.is-scroll { opacity: 0; }

.p-scroll-row { position: relative; z-index: +1; width: calc(50% + 50vw); overflow: hidden; overflow-x: scroll; padding-bottom: 16px; overflow-x: auto; }

.p-scroll-row::-webkit-scrollbar { width: 12px; background: #fff; border-radius: 100vw; }

.p-scroll-row::-webkit-scrollbar:horizontal { height: 12px; background: #fff; border-radius: 100vw; }

.p-scroll-row::-webkit-scrollbar-thumb { background: #009dc9; border-radius: 100vw; }

.p-scroll-row::-webkit-scrollbar-thumb:horizontal { background: #009dc9; border-radius: 100vw; }

.p-scroll-row img { max-width: none; margin-right: 100px; height: 650px; }

@media screen and (max-width: 736px) { .p-scroll-row img { margin-left: 10px; margin-right: 10px; height: 450px; } }

/******************************************************************
project - top-message
******************************************************************/
.p-top-message { width: 100vw; margin: 0 calc(50% - 50vw); }

.p-top-message .slick-slider { overflow: hidden; }

.p-top-message .slick-track { display: -webkit-box; display: -ms-flexbox; display: flex; }

.p-top-message .slick-slide { float: none; height: auto; display: block; outline: 0; color: #000; -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; border: 2px solid #000; border-right: 1px solid #000; border-left: 1px solid #000; background-color: #fff; }

.p-top-message .slick-slide img { width: 100%; }

.p-top-message .slick-slide:hover { text-decoration: none; background-color: #e5f4f8; }

.p-top-message .slick-initialized .slick-slide { display: -webkit-box; display: -ms-flexbox; display: flex; }

.p-top-message .slick-initialized .slick-slide > * { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.p-top-message .p-carousel-slick { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; }

.p-top-message .p-carousel-slick__ico { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 20px; padding-right: 30px; text-align: right; }

.p-top-message .p-carousel-slick__ico img { width: auto; margin-left: auto; }

.p-top-message .p-carousel-slick__img { min-height: 0%; padding: 50px 50px 25px 50px; }

@media print, screen and (max-width: 1260px) { .p-top-message .p-carousel-slick__img { padding: 25px 25px 15px 25px; } }

@media screen and (max-width: 736px) { .p-top-message .p-carousel-slick__img { padding: 50px 50px 25px 50px; } }

.p-top-message .p-carousel-slick__body { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 15px; font-weight: 600; background: url(/125th/common/img/ico-arrow-circle.png) right 25px bottom 25px no-repeat; padding: 0 50px 85px 50px; }

@media print, screen and (max-width: 1260px) { .p-top-message .p-carousel-slick__body { padding: 0 25px 85px 25px; } }

@media screen and (max-width: 736px) { .p-top-message .p-carousel-slick__body { padding: 0 50px 85px 50px; } }

.p-top-message .p-carousel-slick__note { margin-top: 1.5em; font-weight: 400; }

.p-top-message .slick-prev, .p-top-message .slick-next { position: absolute; top: 50%; -webkit-transform: translate(0, -50%) translateZ(0); transform: translate(0, -50%) translateZ(0); outline: none; overflow: hidden; text-indent: -999px; width: 50px; height: 50px; }

@media screen and (max-width: 736px) { .p-top-message .slick-prev, .p-top-message .slick-next { width: 25px; height: 25px; } }

.p-top-message .slick-prev.slick-disabled, .p-top-message .slick-next.slick-disabled { display: none !important; }

.p-top-message .slick-prev { z-index: +1; left: 0; position: absolute; width: 50px; height: 50px; background: #009dc9 url(../img/ico-arrow-left-w.png) center center/19px auto no-repeat; }

@media screen and (max-width: 736px) { .p-top-message .slick-prev { position: absolute; width: 40px; height: 40px; background-size: 14px auto; } }

@media print, screen and (min-width: 737px) { .p-top-message .slick-prev { -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-top-message .slick-prev:hover { -webkit-transform: translate(-5px, -50%) translateZ(0); transform: translate(-5px, -50%) translateZ(0); } }

.p-top-message .slick-next { right: 0; position: absolute; width: 50px; height: 50px; background: #009dc9 url(/125th/common/img/ico-arrow-w.png) center center/19px auto no-repeat; }

@media screen and (max-width: 736px) { .p-top-message .slick-next { position: absolute; width: 40px; height: 40px; background-size: 14px auto; } }

@media print, screen and (min-width: 737px) { .p-top-message .slick-next { -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
  .p-top-message .slick-next:hover { -webkit-transform: translate(5px, -50%) translateZ(0); transform: translate(5px, -50%) translateZ(0); } }

/******************************************************************
project - top-goods
******************************************************************/
.p-top-goods { position: relative; z-index: +1; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 0 70px 60px; }

@media print, screen and (max-width: 1260px) { .p-top-goods { padding: 0 0 5.55556vw 4.7619vw; } }

@media screen and (max-width: 736px) { .p-top-goods { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 20px; margin-left: 20px; margin-right: 20px; } }

.p-top-goods::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; width: calc(100% - 70px); height: calc(100% - 60px); background-color: #fff; z-index: -1; }

@media print, screen and (max-width: 1260px) { .p-top-goods::before { width: calc(100% - 5.55556vw); height: calc(100% - 4.7619vw); } }

@media screen and (max-width: 736px) { .p-top-goods::before { width: 100%; height: calc(100% - 55vw); } }

.p-top-goods__main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 120px 60px 0 0; }

@media print, screen and (max-width: 1260px) { .p-top-goods__main { padding: 9.52381vw 4.7619vw 0 0; } }

@media screen and (max-width: 736px) { .p-top-goods__main { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding: 20px 0 0 0; } }

.p-top-goods__title { line-height: 1.5; margin-bottom: .6em; font-size: 24px; }

@media screen and (max-width: 736px) { .p-top-goods__title { font-size: 18px; } }

.p-top-goods__copy { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-bottom: 1.0em; }

.p-top-goods__btn a { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-left: auto; color: inherit; border: 1px solid #000; padding: .8em 60px .8em 1.2em; min-width: 250px; font-family: 'Inter', sans-serif; -webkit-transition-property: background, -webkit-transform; transition-property: background, -webkit-transform; -o-transition-property: transform, background; transition-property: transform, background; transition-property: transform, background, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

@media screen and (max-width: 736px) { .p-top-goods__btn a { font-size: 12px; padding: .8em 50px .8em 1.0em; min-width: 55vw; } }

.p-top-goods__btn a::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 50px; height: 50%; border-left: 1px solid #000; background: url(/125th/common/img/ico-blank2-b.png) center center no-repeat; }

@media screen and (max-width: 736px) { .p-top-goods__btn a::before { width: 40px; } }

.p-top-goods__btn a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: -6px; left: -6px; width: 100%; height: 100%; border-left: 1px solid #000; border-bottom: 1px solid #000; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

.p-top-goods__btn a:hover { text-decoration: none; -webkit-transform: translate(-6px, 6px); -ms-transform: translate(-6px, 6px); transform: translate(-6px, 6px); }

.p-top-goods__btn a:hover::after { -webkit-transform: translate(5px, -5px); -ms-transform: translate(5px, -5px); transform: translate(5px, -5px); }

.p-top-goods__img { -ms-flex-negative: 0; flex-shrink: 0; width: 420px; }

@media print, screen and (max-width: 1260px) { .p-top-goods__img { width: 33.33333vw; } }

@media screen and (max-width: 736px) { .p-top-goods__img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 60vw; margin-left: auto; } }

/******************************************************************
project - outer
******************************************************************/
.p-outer { width: 100vw; margin: 6rem calc(50% - 50vw) !important; position: relative; }

@media screen and (max-width: 736px) { .p-outer { margin: 4rem calc(50% - 50vw) !important; } }

.p-outer:after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-color: #f0f3f4; -webkit-transform: skewY(-6deg); -ms-transform: skewY(-6deg); transform: skewY(-6deg); height: 105%; }

@media print, screen and (min-width: 737px) { .p-outer__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; } }

@media screen and (max-width: 736px) { .p-outer__inner { padding-right: 20px; padding-left: 20px; } }

/******************************************************************
project - inline-link
******************************************************************/
.p-inline-link { margin-top: 4rem !important; margin-bottom: 4rem !important; border: 2px solid #000000; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-left: auto; margin-right: auto; line-height: 1.5; padding: 35px; display: table; }

@media screen and (max-width: 736px) { .p-inline-link { margin-top: 3rem !important; margin-bottom: 3rem !important; } }

@media print, screen and (max-width: 1260px) { .p-inline-link { padding: 2.77778vw; } }

@media screen and (max-width: 736px) { .p-inline-link { padding: 15px; } }

.p-inline-link li { display: table-row; }

.p-inline-link li span { display: table-cell; vertical-align: top; padding: .2em .4em; }

.p-inline-link li span:first-child { font-weight: bold; font-size: 120%; }

.p-inline-link li span:last-child { padding-top: .4em; }

.p-inline-link li a { display: inline-block; color: #000; }

.p-inline-link li a:hover { text-decoration: none; color: #009dc9; }

.p-inline-link li a img { width: 13px; margin-left: .4em; }

/******************************************************************
project - article-block
******************************************************************/
.p-article-block { margin-top: 4rem !important; margin-bottom: 4rem !important; }

@media screen and (max-width: 736px) { .p-article-block { margin-top: 3rem !important; margin-bottom: 3rem !important; } }

@media print, screen and (min-width: 737px) { .p-article-block { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.p-article-block__title { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media print, screen and (min-width: 737px) { .p-article-block__title { width: 356px; padding-right: 60px; -ms-flex-negative: 0; flex-shrink: 0; font-size: 22px; padding-top: 1em; }
  .p-article-block__title::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; width: 5em; border-top: 1px solid #000; } }

@media print, screen and (max-width: 1260px) { .p-article-block__title { width: 28.25397vw; padding-right: 4.7619vw; } }

@media screen and (max-width: 736px) { .p-article-block__title { width: auto; padding: 0; font-size: 18px; padding-top: 1em; margin-bottom: 1em; }
  .p-article-block__title::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; width: 5em; border-top: 1px solid #000; } }

/******************************************************************
project - links
******************************************************************/
.p-links { margin-top: 4rem !important; margin-bottom: 4rem !important; }

@media screen and (max-width: 736px) { .p-links { margin-top: 3rem !important; margin-bottom: 3rem !important; } }

.p-links__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -40px; margin-right: -40px; }

@media print, screen and (max-width: 1260px) { .p-links__inner { margin-top: -3.1746vw; margin-right: -3.1746vw; } }

@media screen and (max-width: 736px) { .p-links__inner { margin-top: -15px; margin-right: -15px; } }

.p-links li { margin-top: 40px; margin-right: 40px; width: calc(25% - 40px); }

@media print, screen and (max-width: 1260px) { .p-links li { margin-top: 3.1746vw; margin-right: 3.1746vw; width: calc(25% - 3.1746vw); } }

@media print, screen and (max-width: 1000px) { .p-links li { width: calc(50% - 3.1746vw); } }

@media screen and (max-width: 736px) { .p-links li { margin-top: 15px; margin-right: 15px; width: calc(50% - 15px); } }

.p-links a { position: relative; aspect-ratio: 1/1; display: block; background-position: center center; background-size: cover; }

.p-links a::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 157, 201, 0.7); -webkit-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.p-links a:hover { text-decoration: none; }

.p-links a:hover::before { background-color: rgba(0, 157, 201, 0.9); }

.p-links span { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: +1; width: 100%; aspect-ratio: 1/1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: url(/125th/common/img/ico-links-arrow.png) right 10% bottom 10% no-repeat; color: #fff; padding: 1.5em; font-weight: bold; text-align: center; font-size: 18px; }

@media screen and (max-width: 736px) { .p-links span { background-size: 30px auto; } }

@media screen and (max-width: 736px) { .p-links span { font-size: 16px; } }

/******************************************************************
project - 125btn
******************************************************************/
.p-125btn a { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: inline-block; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; color: inherit; border: 1px solid #000; padding: .8em 60px .8em 1.2em; min-width: 250px; font-family: 'Inter', sans-serif; text-align: left; -webkit-transition-property: background, -webkit-transform; transition-property: background, -webkit-transform; -o-transition-property: transform, background; transition-property: transform, background; transition-property: transform, background, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

@media screen and (max-width: 736px) { .p-125btn a { font-size: 12px; padding: .8em 50px .8em 1.0em; min-width: 55vw; } }

.p-125btn a:not([target="_blank"])::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 50px; height: 50%; border-left: 1px solid #000; background: url(/125th/common/img/ico-arrow.png) center center/16px auto no-repeat; }

@media screen and (max-width: 736px) { .p-125btn a:not([target="_blank"])::before { width: 40px; background-size: 12px auto; } }

.p-125btn a[target="_blank"]::before { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 50px; height: 50%; border-left: 1px solid #000; background: url(/125th/common/img/ico-blank2-b.png) center center no-repeat; }

@media screen and (max-width: 736px) { .p-125btn a[target="_blank"]::before { width: 40px; } }

.p-125btn a::after { position: absolute; content: ""; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; bottom: -6px; left: -6px; width: 100%; height: 100%; border-left: 1px solid #000; border-bottom: 1px solid #000; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

.p-125btn a:hover { text-decoration: none; -webkit-transform: translate(-6px, 6px); -ms-transform: translate(-6px, 6px); transform: translate(-6px, 6px); }

.p-125btn a:hover::after { -webkit-transform: translate(5px, -5px); -ms-transform: translate(5px, -5px); transform: translate(5px, -5px); }

/******************************************************************
utility - mediaQuery
******************************************************************/
.u-sp-media { display: none; }

@media screen and (max-width: 736px) { .u-pc-media { display: none; }
  .u-sp-media { display: block; }
  img.u-sp-media { display: inline-block; } }

/******************************************************************
utility - display
******************************************************************/
.u-block { display: block; }

.u-none { display: none; }

.u-inline { display: inline; }

.u-inline-block { display: inline-block; }

.u-table { display: table; }

.u-table-row { display: table-row; }

.u-table-cell { display: table-cell; }

.u-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }

.u-inline-flex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

@media screen and (max-width: 736px) { .u-sp-block { display: block; }
  .u-sp-none { display: none; }
  .u-sp-inline { display: inline; }
  .u-sp-inline-block { display: inline-block; }
  .u-sp-table { display: table; }
  .u-sp-table-row { display: table-row; }
  .u-sp-table-cell { display: table-cell; }
  .u-sp-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .u-sp-inline-flex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } }

/******************************************************************
utility - display-off
******************************************************************/
.u-display-off { position: absolute; width: 0px; height: 0px; top: -999px; overflow: hidden; }

@media screen and (max-width: 736px) { .u-sp-display-off { position: absolute; width: 0px; height: 0px; top: -999px; overflow: hidden; } }

/******************************************************************
utility - padding
******************************************************************/
.u-padding { padding: 1rem; }

.u-padding-l { padding: 1.25rem; }

.u-padding-2l { padding: 1.5rem; }

.u-padding-2x { padding: 2rem; }

@media screen and (max-width: 736px) { .u-padding { padding: 0.75rem; }
  .u-padding-l { padding: 0.9375rem; }
  .u-padding-2l { padding: 1.125rem; }
  .u-padding-2x { padding: 1.5rem; }
  .u-sp-padding { padding: 0.75rem; }
  .u-sp-padding-l { padding: 0.9375rem; }
  .u-sp-padding-2l { padding: 1.125rem; }
  .u-sp-padding-2x { padding: 1.5rem; } }

/******************************************************************
utility - padding-top
******************************************************************/
.u-padding-top { padding-top: 1rem; }

.u-padding-top-l { padding-top: 1.25rem; }

.u-padding-top-2l { padding-top: 1.5rem; }

.u-padding-top-2x { padding-top: 2rem; }

@media screen and (max-width: 736px) { .u-padding-top { padding-top: 0.75rem; }
  .u-padding-top-l { padding-top: 0.9375rem; }
  .u-padding-top-2l { padding-top: 1.125rem; }
  .u-padding-top-2x { padding-top: 1.5rem; }
  .u-sp-padding-top { padding-top: 0.75rem; }
  .u-sp-padding-top-l { padding-top: 0.9375rem; }
  .u-sp-padding-top-2l { padding-top: 1.125rem; }
  .u-sp-padding-top-2x { padding-top: 1.5rem; } }

/******************************************************************
utility - margin-top
******************************************************************/
.u-margin-top { margin-top: 1rem; }

.u-margin-top-2x { margin-top: 2rem; }

@media screen and (max-width: 736px) { .u-margin-top { margin-top: 0.75rem; }
  .u-margin-top-2x { margin-top: 1.5rem; }
  .u-sp-margin-top { margin-top: 0.75rem; }
  .u-sp-margin-top-2x { margin-top: 1.5rem; } }

/******************************************************************
utility - margin-bottom
******************************************************************/
.u-margin-bottom { margin-bottom: 1rem; }

.u-margin-bottom-2x { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .u-margin-bottom { margin-bottom: 0.75rem; }
  .u-margin-bottom-2x { margin-bottom: 1.5rem; }
  .u-sp-margin-bottom { margin-bottom: 0.75rem; }
  .u-sp-margin-bottom-2x { margin-bottom: 1.5rem; } }

/******************************************************************
utility - text-align
******************************************************************/
.u-center { text-align: center; }

.u-right { text-align: right; }

.u-left { text-align: left; }

@media screen and (max-width: 736px) { .u-sp-center { text-align: center; }
  .u-sp-right { text-align: right; }
  .u-sp-left { text-align: left; } }

/******************************************************************
utility - font-size-percent
******************************************************************/
.u-font-size50per { font-size: 50%; }

.u-font-size55per { font-size: 55%; }

.u-font-size60per { font-size: 60%; }

.u-font-size65per { font-size: 65%; }

.u-font-size70per { font-size: 70%; }

.u-font-size75per { font-size: 75%; }

.u-font-size80per { font-size: 80%; }

.u-font-size85per { font-size: 85%; }

.u-font-size90per { font-size: 90%; }

.u-font-size95per { font-size: 95%; }

.u-font-size100per { font-size: 100%; }

.u-font-size110per { font-size: 110%; }

.u-font-size120per { font-size: 120%; }

.u-font-size130per { font-size: 130%; }

.u-font-size140per { font-size: 140%; }

.u-font-size150per { font-size: 150%; }

.u-font-size160per { font-size: 160%; }

.u-font-size170per { font-size: 170%; }

.u-font-size180per { font-size: 180%; }

.u-font-size190per { font-size: 190%; }

.u-font-size200per { font-size: 200%; }

.u-font-size210per { font-size: 210%; }

.u-font-size220per { font-size: 220%; }

.u-font-size230per { font-size: 230%; }

.u-font-size240per { font-size: 240%; }

.u-font-size250per { font-size: 250%; }

.u-font-size260per { font-size: 260%; }

.u-font-size270per { font-size: 270%; }

.u-font-size280per { font-size: 280%; }

.u-font-size290per { font-size: 290%; }

.u-font-size300per { font-size: 300%; }

@media screen and (max-width: 736px) { .u-sp-font-size50per { font-size: 50%; }
  .u-sp-font-size55per { font-size: 55%; }
  .u-sp-font-size60per { font-size: 60%; }
  .u-sp-font-size65per { font-size: 65%; }
  .u-sp-font-size70per { font-size: 70%; }
  .u-sp-font-size75per { font-size: 75%; }
  .u-sp-font-size80per { font-size: 80%; }
  .u-sp-font-size85per { font-size: 85%; }
  .u-sp-font-size90per { font-size: 90%; }
  .u-sp-font-size95per { font-size: 95%; }
  .u-sp-font-size100per { font-size: 100%; }
  .u-sp-font-size110per { font-size: 110%; }
  .u-sp-font-size120per { font-size: 120%; }
  .u-sp-font-size130per { font-size: 130%; }
  .u-sp-font-size140per { font-size: 140%; }
  .u-sp-font-size150per { font-size: 150%; }
  .u-sp-font-size160per { font-size: 160%; }
  .u-sp-font-size170per { font-size: 170%; }
  .u-sp-font-size180per { font-size: 180%; }
  .u-sp-font-size190per { font-size: 190%; }
  .u-sp-font-size200per { font-size: 200%; }
  .u-sp-font-size210per { font-size: 210%; }
  .u-sp-font-size220per { font-size: 220%; }
  .u-sp-font-size230per { font-size: 230%; }
  .u-sp-font-size240per { font-size: 240%; }
  .u-sp-font-size250per { font-size: 250%; }
  .u-sp-font-size260per { font-size: 260%; }
  .u-sp-font-size270per { font-size: 270%; }
  .u-sp-font-size280per { font-size: 280%; }
  .u-sp-font-size290per { font-size: 290%; }
  .u-sp-font-size300per { font-size: 300%; } }

/******************************************************************
utility - font-weight
******************************************************************/
.u-font-normal { font-weight: normal; }

.u-font-bold { font-weight: bold; }

@media screen and (max-width: 736px) { .u-sp-font-normal { font-weight: normal; }
  .u-sp-font-bold { font-weight: bold; } }

.u-font-serif { font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/******************************************************************
utility - icon-arrow
******************************************************************/
.u-icon-arrow { display: inline-block; background: url(/125th/common/img/ico-arrow.png) right center/14px auto no-repeat; padding-left: 18px; height: 1em; vertical-align: middle; margin-left: .25em; }

/******************************************************************
utility - icon-blank
******************************************************************/
.u-icon-blank { display: inline-block; background: url(/125th/common/img/ico-blank2-b.png) right center/14px auto no-repeat; padding-left: 18px; height: 1em; vertical-align: middle; margin-left: .25em; }

/******************************************************************
utility - width-percent
******************************************************************/
.u-width0 { width: 0; }

.u-width1per { width: 1%; }

.u-width2per { width: 2%; }

.u-width3per { width: 3%; }

.u-width4per { width: 4%; }

.u-width5per { width: 5%; }

.u-width6per { width: 6%; }

.u-width7per { width: 7%; }

.u-width8per { width: 8%; }

.u-width9per { width: 9%; }

.u-width10per { width: 10%; }

.u-width11per { width: 11%; }

.u-width12per { width: 12%; }

.u-width13per { width: 13%; }

.u-width14per { width: 14%; }

.u-width15per { width: 15%; }

.u-width16per { width: 16%; }

.u-width17per { width: 17%; }

.u-width18per { width: 18%; }

.u-width19per { width: 19%; }

.u-width20per { width: 20%; }

.u-width21per { width: 21%; }

.u-width22per { width: 22%; }

.u-width23per { width: 23%; }

.u-width24per { width: 24%; }

.u-width25per { width: 25%; }

.u-width26per { width: 26%; }

.u-width27per { width: 27%; }

.u-width28per { width: 28%; }

.u-width29per { width: 29%; }

.u-width30per { width: 30%; }

.u-width31per { width: 31%; }

.u-width32per { width: 32%; }

.u-width33per { width: 33%; }

.u-width34per { width: 34%; }

.u-width35per { width: 35%; }

.u-width36per { width: 36%; }

.u-width37per { width: 37%; }

.u-width38per { width: 38%; }

.u-width39per { width: 39%; }

.u-width40per { width: 40%; }

.u-width41per { width: 41%; }

.u-width42per { width: 42%; }

.u-width43per { width: 43%; }

.u-width44per { width: 44%; }

.u-width45per { width: 45%; }

.u-width46per { width: 46%; }

.u-width47per { width: 47%; }

.u-width48per { width: 48%; }

.u-width49per { width: 49%; }

.u-width50per { width: 50%; }

.u-width51per { width: 51%; }

.u-width52per { width: 52%; }

.u-width53per { width: 53%; }

.u-width54per { width: 54%; }

.u-width55per { width: 55%; }

.u-width56per { width: 56%; }

.u-width57per { width: 57%; }

.u-width58per { width: 58%; }

.u-width59per { width: 59%; }

.u-width60per { width: 60%; }

.u-width61per { width: 61%; }

.u-width62per { width: 62%; }

.u-width63per { width: 63%; }

.u-width64per { width: 64%; }

.u-width65per { width: 65%; }

.u-width66per { width: 66%; }

.u-width67per { width: 67%; }

.u-width68per { width: 68%; }

.u-width69per { width: 69%; }

.u-width70per { width: 70%; }

.u-width71per { width: 71%; }

.u-width72per { width: 72%; }

.u-width73per { width: 73%; }

.u-width74per { width: 74%; }

.u-width75per { width: 75%; }

.u-width76per { width: 76%; }

.u-width77per { width: 77%; }

.u-width78per { width: 78%; }

.u-width79per { width: 79%; }

.u-width80per { width: 80%; }

.u-width81per { width: 81%; }

.u-width82per { width: 82%; }

.u-width83per { width: 83%; }

.u-width84per { width: 84%; }

.u-width85per { width: 85%; }

.u-width86per { width: 86%; }

.u-width87per { width: 87%; }

.u-width88per { width: 88%; }

.u-width89per { width: 89%; }

.u-width90per { width: 90%; }

.u-width91per { width: 91%; }

.u-width92per { width: 92%; }

.u-width93per { width: 93%; }

.u-width94per { width: 94%; }

.u-width95per { width: 95%; }

.u-width96per { width: 96%; }

.u-width97per { width: 97%; }

.u-width98per { width: 98%; }

.u-width99per { width: 99%; }

.u-width100per { width: 100%; }

@media screen and (max-width: 736px) { .u-sp-width0per { width: 0; }
  .u-sp-width1per { width: 1%; }
  .u-sp-width2per { width: 2%; }
  .u-sp-width3per { width: 3%; }
  .u-sp-width4per { width: 4%; }
  .u-sp-width5per { width: 5%; }
  .u-sp-width6per { width: 6%; }
  .u-sp-width7per { width: 7%; }
  .u-sp-width8per { width: 8%; }
  .u-sp-width9per { width: 9%; }
  .u-sp-width10per { width: 10%; }
  .u-sp-width11per { width: 11%; }
  .u-sp-width12per { width: 12%; }
  .u-sp-width13per { width: 13%; }
  .u-sp-width14per { width: 14%; }
  .u-sp-width15per { width: 15%; }
  .u-sp-width16per { width: 16%; }
  .u-sp-width17per { width: 17%; }
  .u-sp-width18per { width: 18%; }
  .u-sp-width19per { width: 19%; }
  .u-sp-width20per { width: 20%; }
  .u-sp-width21per { width: 21%; }
  .u-sp-width22per { width: 22%; }
  .u-sp-width23per { width: 23%; }
  .u-sp-width24per { width: 24%; }
  .u-sp-width25per { width: 25%; }
  .u-sp-width26per { width: 26%; }
  .u-sp-width27per { width: 27%; }
  .u-sp-width28per { width: 28%; }
  .u-sp-width29per { width: 29%; }
  .u-sp-width30per { width: 30%; }
  .u-sp-width31per { width: 31%; }
  .u-sp-width32per { width: 32%; }
  .u-sp-width33per { width: 33%; }
  .u-sp-width34per { width: 34%; }
  .u-sp-width35per { width: 35%; }
  .u-sp-width36per { width: 36%; }
  .u-sp-width37per { width: 37%; }
  .u-sp-width38per { width: 38%; }
  .u-sp-width39per { width: 39%; }
  .u-sp-width40per { width: 40%; }
  .u-sp-width41per { width: 41%; }
  .u-sp-width42per { width: 42%; }
  .u-sp-width43per { width: 43%; }
  .u-sp-width44per { width: 44%; }
  .u-sp-width45per { width: 45%; }
  .u-sp-width46per { width: 46%; }
  .u-sp-width47per { width: 47%; }
  .u-sp-width48per { width: 48%; }
  .u-sp-width49per { width: 49%; }
  .u-sp-width50per { width: 50%; }
  .u-sp-width51per { width: 51%; }
  .u-sp-width52per { width: 52%; }
  .u-sp-width53per { width: 53%; }
  .u-sp-width54per { width: 54%; }
  .u-sp-width55per { width: 55%; }
  .u-sp-width56per { width: 56%; }
  .u-sp-width57per { width: 57%; }
  .u-sp-width58per { width: 58%; }
  .u-sp-width59per { width: 59%; }
  .u-sp-width60per { width: 60%; }
  .u-sp-width61per { width: 61%; }
  .u-sp-width62per { width: 62%; }
  .u-sp-width63per { width: 63%; }
  .u-sp-width64per { width: 64%; }
  .u-sp-width65per { width: 65%; }
  .u-sp-width66per { width: 66%; }
  .u-sp-width67per { width: 67%; }
  .u-sp-width68per { width: 68%; }
  .u-sp-width69per { width: 69%; }
  .u-sp-width70per { width: 70%; }
  .u-sp-width71per { width: 71%; }
  .u-sp-width72per { width: 72%; }
  .u-sp-width73per { width: 73%; }
  .u-sp-width74per { width: 74%; }
  .u-sp-width75per { width: 75%; }
  .u-sp-width76per { width: 76%; }
  .u-sp-width77per { width: 77%; }
  .u-sp-width78per { width: 78%; }
  .u-sp-width79per { width: 79%; }
  .u-sp-width80per { width: 80%; }
  .u-sp-width81per { width: 81%; }
  .u-sp-width82per { width: 82%; }
  .u-sp-width83per { width: 83%; }
  .u-sp-width84per { width: 84%; }
  .u-sp-width85per { width: 85%; }
  .u-sp-width86per { width: 86%; }
  .u-sp-width87per { width: 87%; }
  .u-sp-width88per { width: 88%; }
  .u-sp-width89per { width: 89%; }
  .u-sp-width90per { width: 90%; }
  .u-sp-width91per { width: 91%; }
  .u-sp-width92per { width: 92%; }
  .u-sp-width93per { width: 93%; }
  .u-sp-width94per { width: 94%; }
  .u-sp-width95per { width: 95%; }
  .u-sp-width96per { width: 96%; }
  .u-sp-width97per { width: 97%; }
  .u-sp-width98per { width: 98%; }
  .u-sp-width99per { width: 99%; }
  .u-sp-width100per { width: 100%; } }

/******************************************************************
utility - bg
******************************************************************/
.u-bg-type1 { background-color: #fbfbfb; }

.u-bg-type2 { background-color: #e5f4f8; }

/******************************************************************
utility - bglight
******************************************************************/
/******************************************************************
utility - color
******************************************************************/
.u-color-supplementary { color: #999999; }

.u-color-emphasis { color: #cc0000; }

.u-color-emphasis2 { color: #009dc9; }

.color-faculty-bungaku .u-color-emphasis2 { color: #6994b7; }

.color-faculty-life .u-color-emphasis2 { color: #cb7786; }

.color-faculty-human .u-color-emphasis2 { color: #7eaaa9; }

.color-faculty-junior .u-color-emphasis2 { color: #857da7; }

.color-bungaku .u-color-emphasis2 { color: #5ca5bb; }

.color-eibungaku .u-color-emphasis2 { color: #5bbfe1; }

.color-bibi .u-color-emphasis2 { color: #8ea0ac; }

.color-diet .u-color-emphasis2 { color: #e39e8a; }

.color-environment .u-color-emphasis2 { color: #d2a663; }

.color-seibun .u-color-emphasis2 { color: #b594bc; }

.color-gendaiseikatsu .u-color-emphasis2 { color: #f0889d; }

.color-sociology .u-color-emphasis2 { color: #91b19b; }

.color-Japanese-commu .u-color-emphasis2 { color: #a89eab; }

.color-english-commu .u-color-emphasis2 { color: #9bb2da; }

.color-department-bungaku .u-color-emphasis2 { color: #6994b7; }

.color-department-life .u-color-emphasis2 { color: #cb7786; }

.color-department-human .u-color-emphasis2 { color: #7eaaa9; }

/******************************************************************
utility - over-opacity
******************************************************************/
.u-over-opacity { -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.u-over-opacity:hover { opacity: 0.7; }

/******************************************************************
utility - over-opacity-img
******************************************************************/
.u-over-opacity-img img { -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.u-over-opacity-img:hover img { opacity: 0.7; }

/******************************************************************
utility - over-scale-img
******************************************************************/
.u-over-scale-img { overflow: hidden; }

.u-over-scale-img img { width: 100%; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

a:hover .u-over-scale-img img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.u-over-scale-img--light img, .u-over-scale-img--dark img { -webkit-transition-property: all; -o-transition-property: all; transition-property: all; }

a:hover .u-over-scale-img--light img, a:hover .u-over-scale-img--dark img { opacity: 0.9; }

.u-over-scale-img--light { background-color: #ffffff; }

.u-over-scale-img--dark { background-color: #000000; }

/******************************************************************
utility - over-slide
******************************************************************/
.u-over-slide { position: relative; overflow: hidden; }

.u-over-slide::after { content: ""; position: absolute; display: block; top: 0; left: 0; width: 200%; height: 100%; background: rgba(0, 0, 0, 0.06); -webkit-transform: translateX(-120%); -ms-transform: translateX(-120%); transform: translateX(-120%); }

.u-over-slide::after { -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }

.u-over-slide:hover::after { -webkit-transform: translateX(-20%); -ms-transform: translateX(-20%); transform: translateX(-20%); }

/******************************************************************
utility - over-translate
******************************************************************/
.u-over-translate { -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

a:hover .u-over-translate { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }

/******************************************************************
utility - link-reset
******************************************************************/
.u-link-reset { color: inherit; text-decoration: none; }

.u-link-reset:hover { color: #009dc9; text-decoration: none; }

@media screen and (max-width: 736px) { .u-sp-link-reset { color: inherit; text-decoration: none; }
  .u-sp-link-reset:hover { color: #009dc9; text-decoration: none; } }

/******************************************************************
utility - position
******************************************************************/
.u-static { position: static; }

.u-relative { position: relative; }

.u-absolute { position: absolute; }

.u-fixed { position: fixed; }

@media screen and (max-width: 736px) { .u-sp-static { position: static; }
  .u-sp-relative { position: relative; }
  .u-sp-absolute { position: absolute; }
  .u-sp-fixed { position: fixed; } }

/******************************************************************
utility - radius-percent
******************************************************************/
.u-radius-percent10per { border-radius: 10%; }

.u-radius-percent20per { border-radius: 20%; }

.u-radius-percent30per { border-radius: 30%; }

.u-radius-percent40per { border-radius: 40%; }

.u-radius-percent50per { border-radius: 50%; }

.u-radius-percent60per { border-radius: 60%; }

.u-radius-percent70per { border-radius: 70%; }

.u-radius-percent80per { border-radius: 80%; }

.u-radius-percent90per { border-radius: 90%; }

.u-radius-percent100per { border-radius: 100%; }

@media screen and (max-width: 736px) { .u-sp-radius-percent10per { border-radius: 10%; }
  .u-sp-radius-percent20per { border-radius: 20%; }
  .u-sp-radius-percent30per { border-radius: 30%; }
  .u-sp-radius-percent40per { border-radius: 40%; }
  .u-sp-radius-percent50per { border-radius: 50%; }
  .u-sp-radius-percent60per { border-radius: 60%; }
  .u-sp-radius-percent70per { border-radius: 70%; }
  .u-sp-radius-percent80per { border-radius: 80%; }
  .u-sp-radius-percent90per { border-radius: 90%; }
  .u-sp-radius-percent100per { border-radius: 100%; } }
