@charset "UTF-8";
/*!
Theme Name: up
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: up
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
up is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# up-educational-project
## up-educational-project foundation
	- base
--------------------------------------------------------------*/
.has-brand-color {
	color: #005BAC;
}
.has-cv-color {
	color: #F1610B;
}
.has-alert-color {
	color: #D5160B;
}
.has-text-normal-color {
	color: #181818;
}
.has-text-gray-color {
	color: #666666;
}
.has-text-white-color {
	color: #FFFFFF;
}
.has-text-pink-color {
	color: #D93F72;
}
.has-text-blue-disable-color {
	color: #004693;
}
.has-surface-blue-color {
	color: #DAEBFB;
}
.has-bg-gray-color {
	color: #F7F7F7;
}
.has-bg-blue_light-color {
	color: #F4F9FB;
}
.has-brand-background-color {
	background-color: #005BAC;
}
.has-cv-background-color {
	background-color: #F1610B;
}
.has-alert-background-color {
	background-color: #D5160B;
}
.has-text-normal-background-color {
	background-color: #181818;
}
.has-text-gray-background-color {
	background-color: #666666;
}
.has-text-white-background-color {
	background-color: #FFFFFF;
}
.has-text-pink-background-color {
	background-color: #D93F72;
}
.has-text-blue-disable-background-color {
	background-color: #004693;
}
.has-surface-blue-background-color {
	background-color: #DAEBFB;
}
.has-bg-gray-background-color {
	background-color: #F7F7F7;
}
.has-bg-blue-light-background-color {
	background-color: #F4F9FB;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #181818;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

h1,
h2,
h3,
h4 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	margin: 0;
}

@media screen and (min-width: 768px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-weight: 300;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f4f8f6ee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #cce8d0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

/* li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
} */

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

picture{
	display: block;
	text-align: center;
}

figure {
	margin: 1em 0;
	margin-top: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
	text-decoration: underline;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry-content .alignfull {
	margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
	width: calc(var(--vw, 1vw) * 100);
	min-width: 320px;
}

@media screen and (min-width: 768px) {
	.entry-content .alignfull {
		margin: 0 calc(50% - (1140px / 2));
		width: 1140px;
	}
}

@media screen and (min-width: 1140px) {
	.entry-content .alignfull {
		margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
		width: calc(var(--vw, 1vw) * 100);
	}
}

/*--------------------------------------------------------------
# up-educational-project
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## up-educational-project component
--------------------------------------------------------------*/
/*---見出し---*/
/*---モジュール：h1---*/
.head-h1__wrap,
.head-h1__wrap > div {
	background-color: #004693;
	width: 100%;
	/* margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
	width: calc(var(--vw, 1vw) * 100); */
}

h1 {
	color: #FFFFFF;
	font-size: 24px;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	letter-spacing: 0.04em;
	line-height: 140%;
	padding: 16px;
	font-weight: 700;
}

/*---モジュール：h2---*/
h2 {
	font-size: 20px;
	margin-bottom: 32px;
	padding-bottom: 10px;
	position: relative;
	line-height: 140%;
	font-weight: 700;
	margin-top: 80px;
}

h2::before, h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

h2::before {
	left: 0;
	width: 80px;
	border-bottom-color: #004693;
}

h2::after {
	width: calc(100% - 80px);
	right: 0;
	border-bottom-color: #eaeaea;
}

/* h2:not(:first-of-type) {
	margin-top: 36px;
} */

@media screen and (min-width: 768px) {
	h1{
		font-size: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	h2 {
		font-size: 24px;
	}
	/* h2:not(:first-of-type) {
		margin-top: 48px;
	} */
}

/*---モジュール：h3---*/
h3 {
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 160%;
	color: #004693;
	font-weight: 700;
	margin-top: 48px;
}

@media screen and (min-width: 768px) {
	h3 {
		font-size: 20px;
		margin-bottom: 24px;
	}
}

/*---モジュール：h4---*/
h4 {
	font-size: 16px;
	border-left: 3px solid #004693;
	padding-left: 16px;
	margin-bottom: 16px;
	font-weight: 700;
	line-height: 140%; 
	margin-top: 24px;
}

.c-section-title {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	padding-top: 30px;
	font-size: 22px;
	text-align: center;
}

.c-section-title::before, .c-section-title::after {
	content: none;
}

.c-section-title-em {
	color: #e1299b;
}

.c-catch-title {
	margin: 0;
	padding: 5px 0;
	background-image: url(/wp-content/themes/up/images/commons/title-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #000;
}

@media screen and (min-width: 768px) {
	.c-section-title {
		margin-bottom: 50px;
		padding-top: 18px;
		font-size: 36px;
	}
	.head-h1__wrap {
		width: 1140px;
		margin: 0 calc(50% - (1140px / 2));
	}
}

@media screen and (min-width: 1140px) {
	.head-h1__wrap {
		margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
		width: calc(var(--vw, 1vw) * 100);
	}
}

/*---3-1 通常テキスト---*/
p {
	font-size: 16px;
	margin: 0;
}

p+p {
	margin-top: 16px;
}

p.is-style-end-message {
	text-align: center;
	font-size: 22px;
	padding: 16px;
	font-weight: normal;
	color: #fff;
	background-color: #6B686D;
}

@media screen and (min-width: 768px) {
	p {
		font-size: 16px;
	}
	p.is-style-end-message {
		font-size: 24px;
		font-weight: bold;
		padding: 15px 0;
	}
}

/*---3-2 強調テキスト黒---*/
strong,
.u-strong {
	font-weight: bold;
}

/*---3-3 強調テキスト青---*/
.u-strong-blue {
	font-weight: bold;
	color: #004693;
}

@media screen and (min-width: 768px) {
	.u-strong-maker {
		padding: 4px 4px;
	}
}

/* ---3-9 アイコン付きタグ--- */
p.is-style-tag-icon-pencil,
p.is-style-tag-icon-school,
p.is-style-tag-icon-flag,
p.is-style-tag-icon-book,
p.is-style-tag-icon-schedule,
p.is-style-tag-icon-test {
	position: relative;
	margin-top: 0!important;
}

p.is-style-tag-icon-flag,
p.is-style-tag-icon-book {
	font-size: 12px;
	color: #666;
}

p.is-style-tag-icon-pencil::before,
p.is-style-tag-icon-school::before,
p.is-style-tag-icon-flag::before,
p.is-style-tag-icon-book::before,
p.is-style-tag-icon-schedule::before,
p.is-style-tag-icon-test::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: baseline;
	background-image: url("/wp-content/themes/up/images/commons/icon_tag-flag.svg");
}
p.is-style-tag-icon-pencil::before {
	background-image: url("/wp-content/themes/up/images/commons/icon_tag-pencil.svg");
}
p.is-style-tag-icon-school::before {
	background-image: url("/wp-content/themes/up/images/commons/icon_tag-school.svg");
}
p.is-style-tag-icon-flag::before {
	background-image: url("/wp-content/themes/up/images/commons/icon_tag-flag.svg");
}
p.is-style-tag-icon-book::before {
	background-image: url("/wp-content/themes/up/images/commons/icon_tag-book.svg");
}
p.is-style-tag-icon-schedule::before {
	background-image: url("/wp-content/themes/up/images/commons/icon_tag-schedule.svg");
}
p.is-style-tag-icon-test::before {
	background-image: url("/wp-content/themes/up/images/commons/icon_tag-test.svg");
}

p.is-style-tag-icon-pencil a,
p.is-style-tag-icon-school a,
p.is-style-tag-icon-flag a,
p.is-style-tag-icon-book a,
p.is-style-tag-icon-schedule a,
p.is-style-tag-icon-test a {
	color: #005BAC;
	text-decoration: underline;
	transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
	p.is-style-tag-icon-pencil a:hover,
	p.is-style-tag-icon-school a:hover,
	p.is-style-tag-icon-flag a:hover,
	p.is-style-tag-icon-book a:hover,
	p.is-style-tag-icon-schedule a:hover,
	p.is-style-tag-icon-test a:hover {
		opacity: .7;
	}
}

/*---モジュール：ul---*/
ul {
	list-style: none;
	padding: 0;
	margin: 4px 0 0;
	counter-reset: item;
	font-size: 16px;
	line-height: 160%;
}

ul ul {
	padding-left: 1em;
}

ul ul li {
	margin: 4px 0 0;
}

ul li::marker {
	content: none;
}

/*---モジュール：ol---*/
ol {
	list-style: none;
	padding: 0;
	margin: 4px 0 0;
	counter-reset: item;
	font-size: 16px;
	line-height: 160%;
}

ol ol {
	padding-left: 1.5em;
}

ol ol li {
	margin: 4px 0 0;
}

ol li::marker {
	content: none;
}

ol > li {
	list-style-type: none;
}

ol > li::before {
	counter-increment: item;
	content: counter(item) ".";
}

/*---モジュール：li---*/
li {
	position: relative;
	margin: 4px 0 0;
}

li:first-child {
	margin-top: 0;
}

li > p:first-child {
	margin-top: 0;
}

li::before {
	content: "・";
	display: inline-block;
	display: inline;
}

/*---4-3 注釈リスト---*/
.is-style-note {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.is-style-note li {
	font-size: 12px;
	line-height: 140%;
}

.is-style-note li::before {
	content: "※";
	padding-right: 0.5em;
}

.is-style-note-red {
	text-indent: -1.5em;
	padding-left: 1.5em;
	color:#d5160b;
}

.is-style-note-red li {
	font-size: 12px;
	line-height: 140%;
}

.is-style-note-red li::before {
	content: "※";
	padding-right: 0.5em;
	color:#d5160b;
}

/*---4-5 ポイントリスト---*/
.is-style-list-li_note-point {
	padding: 16px 15px;
	background-color: #F4F9FB;
}

.is-style-list-li_note-point li {
	font-size: 16px;
	line-height: 160%;
	font-weight: 500;
	padding-left: 1em;
  position: relative;
}

.is-style-list-li_note-point li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 12px;
	height: 12px;
	background-color: #004693;
	border-radius: 50%;
}
@media screen and (min-width: 768px) {
	.is-style-list-li_note-point {
		padding: 16px 24px;
		background-color: #F4F9FB;
	}
}

/*---4-7 注釈番号付きリスト---*/
.is-style-list-li_note-number {
	text-indent: -2em;
	padding-left: 2em;
}

.is-style-list-li_note-number li {
	font-size: 12px;
	line-height: 140%;
}

.is-style-list-li_note-number li::before {
	counter-increment: item 1;
	content: "※" counter(item);
	padding-right: 0.5em;
}


/*---4-9 フロー---*/
.c-list-flow {
	padding-left: 0;
	counter-reset: item;
	list-style-type: none;
}

.c-list-flow__title {
	position: relative;
	padding: 24px 24px 24px 64px;
	font-weight: bold;
}

.c-list-flow__title p {
	font-weight: bold;
}

.c-list-flow__title p:first-child {
	margin: 0;
}

.c-list-flow__title ul:first-child,
.c-list-flow__title ol:first-child {
	margin: 0;
}

.c-list-flow__title ul:first-child li:first-child,
.c-list-flow__title ol:first-child li:first-child {
	margin: 0;
}

.c-list-flow__title::before {
	counter-increment: item 1;
	content: counter(item) ".";
	left: 24px;
	color: #005BAC;
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.c-list-flow__content {
	padding: 8px 24px 24px;
}

.c-list-flow__content p:first-child {
	margin-top: 0;
}

.c-list-flow__content ul:first-child,
.c-list-flow__content ol:first-child {
	margin-top: 0;
}

.c-list-flow__content ul:first-child li:first-child,
.c-list-flow__content ol:first-child li:first-child {
	margin-top: 0;
}

.c-list-flow__item {
	border: 1px solid #C3C3C3;
	margin: 30px 0 0 0;
	position: relative;
}

.c-list-flow__item::before {
	content: none;
}

.c-list-flow__item::after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 14px 18px 0 18px;
	border-color: #DAEBFB transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: -23px;
}

.c-list-flow__item:last-child::after {
	content: none;
}

.c-list-flow .wp-block-lazyblock-list-flow-accordion{
	position: relative;
}

.c-list-flow .wp-block-lazyblock-list-flow-accordion::after{
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 14px 18px 0 18px;
	border-color: #DAEBFB transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: -23px;
}

.c-list-flow .wp-block-lazyblock-list-flow-accordion:last-child::after {
	content: none;
}

.c-list-flow--no-arrow .c-list-flow__item::after {
	content: none;
}

.c-list-flow__item {
	transition: ease-out 0.2s;
}


@media screen and (max-width: 768px) {
	.c-list-flow__title{
		padding: 16px 15px 16px 47px;
	}
	.c-list-flow__content {
		padding: 8px 15px 24px;
	}
	.c-list-flow__title::before{
		left: 15px;
	}
}

/*---4-9 フロー（カラム内包）---*/
.wp-block-buttons > .wp-block-button {
	margin: 0 auto;
}

.wp-block-buttons {
	margin-top: 24px;
}

.wp-block-buttons.wp-block-buttons-is-layout-flex{
	gap: 16px 24px;
}

/*---4-10 フロー（開閉式））---*/
.c-accordion__item {
	cursor: pointer;
}

.c-accordion__target {
	cursor: auto;
	display: none;
}

.c-accordion__switch {
	position: relative;
	cursor: pointer;
	padding: 16px 16px 16px 56px;
}

.c-accordion__icon {
	position: relative;
	width: 16px;
  height: 16px;
}

.c-list-flow .c-accordion__icon-wrap {
	margin: 0;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.c-accordion__icon::before, .c-accordion__icon::after {
	transition: 0.2s;
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #005BAC;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.is-open .c-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.c-accordion--no-icon .c-accordion__switch {
	padding-left: 24px !important;
	font-weight: 500;
}

.c-accordion--no-icon .c-accordion__switch::before {
	content: none;
}

.c-accordion--no-icon .c-accordion__target::before {
	content: none;
}

.c-accordion .c-list-flow__item::before {
	content: none;
}

.c-accordion-flow {
	padding-left: 0;
	counter-reset: item;
	list-style-type: none;
}

.c-accordion-flow__item {
	border: 1px solid #979797;
	margin: 24px 0 0 0;
	position: relative;
	transition: ease-out 0.2s;
}

.c-accordion-flow__title {
	position: relative;
	padding: 24px 24px 24px 64px;
	font-weight: bold;
}

.c-accordion-flow__title::before {
	counter-increment: item 1;
	content: counter(item) ".";
	left: 21px;
	color: #501b86;
	font-size: 28px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.c-accordion-flow__content {
	padding: 0 24px 24px;
}

@media screen and (max-width: 768px) {
	.c-accordion__item > .c-list-flow__title {
		padding-right: 40px;
		padding-left: 47px;
	}
}

/* テキストアコーディオン */
.c-text-accordion{
	margin-top: 10px;
}
.c-text-accordion__head{
	color: #005BAC;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 4px;
}
.c-text-accordion__head__title{
	text-decoration: underline;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
}
.c-text-accordion__head__icon{
	position: relative;
}
.c-text-accordion__head__icon::before, .c-text-accordion__head__icon::after {
	transition: 0.2s;
	content: "";
	display: block;
	width: 12px;
	height: 1.4px;
	background-color: #005BAC;
	position: absolute;
	top: 50%;
}
.c-text-accordion__head__icon::after {
	transform:rotate(90deg);
}
.is-open .c-text-accordion__head__icon::after {
	transform:rotate(0deg);
}
.c-text-accordion__body .wp-block-list li{
	font-size: 14px;
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	.c-text-accordion__head{
		cursor: pointer;
		transition: 0.2s;
	}
	.c-text-accordion__head:hover{
		color: #979797;
	}
}

/*---4-11 FAQ---*/
.schema-faq {
	list-style: none;
	padding: 0;
	margin: 16px 0 0;
}

.schema-faq-section {
	position: relative;
	font-size: 16px;
	border: 1px solid #C3C3C3;
	transition: ease-out 0.2s;
	cursor: pointer;
	font-weight: 500 !important;
	line-height: 160%;
}

.schema-faq-section:nth-child(n + 2) {
	margin-top: 16px;
}

.schema-faq-section::before {
	position: absolute;
	content: "Q.";
	display: block;
	left: 24px;
	color: #004693;
	font-size: 24px;
	font-weight: bold;
	top: 15px;
}

strong.schema-faq-question{
	font-weight: 500!important;
}

.schema-faq-question {
	padding: 16px 16px 16px 56px;
	display: block;
}

.schema-faq-question::before, .schema-faq-question::after {
	transition: 0.2s;
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #005BAC;
	top: 28px;
	right: 16px;
	z-index: 1;
}

.schema-faq-question::after {
	transform: rotate(90deg);
}

.is-open .schema-faq-question::after {
	transform: rotate(0deg);
}

.schema-faq-answer {
	margin-top: 0;
	padding: 0 24px 24px 52px;
	display: none;
	cursor: auto;
	font-weight: normal;
	position: relative;
}

.schema-faq-answer img {
	display: block;
	margin-right: 16px;
	float: left;
}

.schema-faq-answer::before {
	position: absolute;
	content: "A.";
	font-weight: bold;
	display: block;
	left: 24px;
	top: auto;
	color: #181818;
	font-size: 18px;
}

.schema-faq-answer::after {
	content: "";
	display: block;
	clear: both;
}


@media screen and (max-width: 767px) {
	.schema-faq-question {
		padding: 15px 30px 15px 47px;
	}
	.schema-faq-answer {
		padding: 8px 15px 24px 55px;
	}
	.schema-faq-answer::before {
		top: 10px;
	}
	.schema-faq-section::before{
    left: 15px;
	}
	.schema-faq-answer::before{
		font-size: 24px;
	}
}

/* 8-3 タグ */
.tag{
	max-width: 132px;
	width: 100%;
	height: auto;
	padding: 2px 8px;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin: 0;
	border-radius: 2px;
}

.tag__wrap .wp-block-group__inner-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.tag--min{
	max-width: none;
	font-size: 12px;
	width: auto;
}

.tag--blue{
	background-color: #DAEBFB;
	color: #004693;
}

.tag--org{
	background-color: #FBE7DA;
	color: #B92B00;
}

.tag--green{
	background-color: #E5F7DE;
	color: #026725;
}

.tag--sky{
	background-color: #E0F5F2;
	color: #015771;
}


/*--- 8-3 タブ ---*/
.c-tab {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	padding-left: 0;
	width: 100%;
	margin-bottom: 40px;
}

.c-tab__item {
	margin-top: 0;
	/* max-width: 33.33%; */
	width: 100%;
	border-bottom: 1px solid #C3C3C3;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: ease-out 0.2s;
	color: #666;
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	text-align: center;
}

.c-tab__item::before {
	content: none !important;
}

.c-tab__item.is-active {
	color: #005BAC;
	border-bottom: 4px solid #005BAC;
	padding-bottom: 7px;
}

.c-tab__item::before {
	content: none;
}

.c-tab__wrap {
	width: 100%;
	margin-top: 32px;
}

.c-tab__content {
	display: none;
	width: 100%;
}

.c-tab__content.is-active {
	display: block;
}

@media screen and (min-width: 768px) {
	.c-tab__item {
		font-size: 18px;
		padding: 16px 0;
	}
	.c-tab__item.is-active, .c-tab__item:hover {
		color: #005BAC;
		border-bottom: 4px solid #005BAC;
	  padding-bottom: 13px;
	}
}

/*--- 8-4 セレクトボックスタブ切り替え ---*/
.c-change-section select {
	width: 100%;
	height: 56px;
	padding-left: 16px;
	border-radius: 4px;
	font-size: 14px;
}

.c-change-content {
	display: none;
	width: 100%;
	height: 56px;
	border: 1px solid #eaeaea;
	padding: 16px;
	margin-top: 8px;
	border-radius: 4px;
	font-size: 14px;
}

.c-change-content.is-active {
	display: block;
}

@media screen and (min-width: 768px) {
	.c-change-section select {
		width: 372px;
		font-size: 18px;
	}
	.c-change-content {
		font-size: 18px;
	}
}

.u-column {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.u-column [class^="u-column-"] {
	margin: 20px;
}

.u-column__wrap {
	overflow: hidden;
}

.u-column--sp-row .u-column-2 {
	width: calc(50% - 20px * 2);
}

.u-column--sp-row .u-column-3 {
	width: calc(50% - 20px * 2);
}

.u-column--sp-row .u-column-3-2 {
	width: calc(50% - 20px * 2);
}

.u-column--sp-row .u-column-4 {
	width: calc(50% - 20px * 2);
}

.u-grid-1 {
	width: calc(8.33% - 20px * 2);
}

.u-grid-2 {
	width: calc(16.66% - 20px * 2);
}

.u-grid-3 {
	width: calc(25% - 20px * 2);
}

.u-grid-4 {
	width: calc(33.33% - 20px * 2);
}

.u-grid-5 {
	width: calc(41.66% - 20px * 2);
}

.u-grid-6 {
	width: calc(50% - 20px * 2);
}

.u-grid-7 {
	width: calc(58.33% - 20px * 2);
}

.u-grid-8 {
	width: calc(66.66% - 20px * 2);
}

.u-grid-9 {
	width: calc(75% - 20px * 2);
}

.u-grid-10 {
	width: calc(83.33% - 20px * 2);
}

.u-grid-11 {
	width: calc(91.66% - 20px * 2);
}

.u-grid-12 {
	width: calc(100% - 20px * 2);
}

.u-column-2 {
	width: calc(100% - 20px * 2);
}

.u-column-3 {
	width: calc(100% - 20px * 2);
}

.u-column-4 {
	width: calc(100% - 20px * 2);
}

.u-column-2 {
	width: calc(100% - 20px * 2);
}

.u-column-3 {
	width: calc(100% - 20px * 2);
}

.u-column-4 {
	width: calc(100% - 20px * 2);
}

/* wp標準のカラムカスタマイズ
 * sp時 横幅100%
 * .is-style-sp-2-col 配下の時のみ width:50% */
.wp-block-columns {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.wp-block-columns + .wp-block-columns {
	margin-top: 40px;
}

.wp-block-columns .wp-block-column > p:first-child {
	margin-top: 0;
}

.wp-block-columns .wp-block-column ul:first-child,
.wp-block-columns .wp-block-column ol:first-child {
	margin-top: 0;
}

.wp-block-columns .wp-block-column ul:first-child li:first-child,
.wp-block-columns .wp-block-column ol:first-child li:first-child {
	margin-top: 0;
}

.wp-block-columns.is-style-2-col-row {
	justify-content: space-between;
}

.wp-block-columns.is-style-2-col-row .wp-block-column:first-child {
	flex: 2;
}

.wp-block-columns.is-style-2-col-row .wp-block-column:nth-child(2n) {
	flex: 1;
}

.wp-block-columns.is-style-2-col-row-reverse .wp-block-column:first-child {
	flex: 1;
}

.wp-block-columns.is-style-2-col-row-reverse .wp-block-column:nth-child(2n) {
	flex: 2;
}

@media screen and (max-width: 768px) {
	.wp-block-columns.is-style-sp-3-col {
		flex-wrap: nowrap;
		align-items: baseline;
	}
	.wp-block-columns.is-style-sp-3-col .wp-block-image {
		margin-top: 0;
	}
	.wp-block-columns .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}
	.wp-block-columns .wp-block-column:nth-child(2n) {
		margin-left: 0;
		/* margin-top: 40px; */
	}
	.wp-block-columns .wp-block-column:nth-child(n + 2) {
		/* margin-top: 32px; */
	}
	.wp-block-columns.is-style-2-col-row-reverse .wp-block-column:first-child {
		margin-left: 0;
	}
	.wp-block-columns.is-style-2-col-row-reverse .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.wp-block-columns.is-not-stacked-on-mobile.is-style-sp-2-col {
		flex-wrap: wrap!important;
	}
	.is-style-sp-2-col .wp-block-column:not(:only-child) {
		width: calc(50% - 1em) !important;
    flex-basis: auto !important;
    flex-grow: unset;
	}
	.is-style-sp-2-col .wp-block-column:nth-child(2n) {
		margin-top: 0;
		/* margin-left: 40px; */
	}
	.is-style-sp-2-col .wp-block-column:nth-child(n + 2) {
		margin-top: 0;
	}
	.is-style-sp-2-col .wp-block-column:nth-child(n + 3) {
		/* margin-top: 40px; */
	}
}

@media screen and (min-width: 768px) {
	.u-column [class^="u-column-"]:nth-child(n + 3) {
		display: block;
	}
	.u-column--sp-row .u-column-2 {
		width: calc(50% - 20px * 2);
	}
	.u-column--sp-row .u-column-3 {
		width: calc(33.33% - 20px * 2);
	}
	.u-column--sp-row .u-column-3-2 {
		width: calc(66.66% - 20px * 2);
	}
	.u-column--sp-row .u-column-4 {
		width: calc(25% - 20px * 2);
	}
	.u-column-2 {
		width: calc(50% - 20px * 2);
	}
	.u-column-3 {
		width: calc(33.33% - 20px * 2);
	}
	.u-column-4 {
		width: calc(25% - 20px * 2);
	}
	.wp-block-columns {
		flex-wrap: nowrap;
	}
	.wp-block-columns .wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 20px);
	}
	.wp-block-columns .wp-block-column:nth-child(2n) {
		/* margin-left: 40px; */
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
		/* margin-left: var(--wp--style--block-gap, 2em); */
	}
}

/*---モジュール：a---*/
a {
	color: #005BAC;
	transition: ease-out 0.2s;
	background-color: transparent;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a:hover {
	color: #979797;
}

/*---5-2 テキストリンク（別ウィンドウ展開）---*/
a[target="_blank"]::before, a[target="_blank"]::after {
	width: 1.2em;
	height: 1em;
	vertical-align: text-bottom;
	background-image: url("/wp-content/themes/up/images/commons/icon-blank.png");
}

/*---5-3 テキストリンク（PDF展開）---*/
a[href$=".pdf"]::before, a[href$=".pdf"]::after {
	width: 1em;
	height: 1em;
	vertical-align: text-bottom;
	background-image: url("/wp-content/themes/up/images/commons/icon_pdf.png");
}

/*---5-6 詳細リンク---*/
.is-style-details a {
	padding: 0 50px 16px 0;
	text-decoration: underline;
	position: relative;
	padding-left: 8px;
}

.is-style-details:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 2px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	vertical-align: text-bottom;
	background-image: url("/wp-content/themes/up/images/commons/icon-link-arrow.png");
}

/*---5-7 詳細リンク（横並び）---*/
.is-style-details__wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/* テキストリンク */
.c-txt__link{
	position: relative;
	padding-left: 18px;
	color: #005BAC;
}
.c-txt__link::before {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 7.691px;
	height: 12.667px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/footer-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.c-txt__link a{
	text-decoration: none;
}
.c-txt__link--none{
	color: #181818;
}

/*---5-13 アンカーリンク---*/
.anchor-link{
	margin-top: 0;
	font-size: 16px;
}
.anchor-link a {
	display: inline-block;
	color: #181818;
	text-align: center;
	width: 100%;
	padding: 16px 16px 16px 0;
	text-decoration: none;
	border-bottom: 1px solid #C3C3C3;
	transition: all 0.3s ease;
	position: relative;
}

.anchor-link a:hover {
	opacity: .7;
}

.anchor-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/wp-content/themes/up/images/commons/icon-link-anchor.svg");
	transition: all 0.3s ease;
}

.anchor-link a:hover::after{
	top: 55%;
}

/*---5-14 アンカーリンク（PC横並び）---*/
@media screen and (min-width: 768px) {
	.anchor-link-list > div {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 36px;
	}
	.anchor-link-list .anchor-link{
		flex-basis: calc((100% - (36px * 2)) / 3);
	}
}

/*---5-16 アンカーリンク（目次）---*/
.anchor-list-box {
	margin-top: 20px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	border: 1px solid #979797;
}

.anchor-list-box_ttl {
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
	display: flex;
	align-items: center;
}

.anchor-list-box_ttl:after {
	border-top: 1px solid #979797;
	content: "";
	flex-grow: 1;
	margin-left: 5px;
}

.anchor-list-box p.anchor-list {
	margin-left: 16px;
}

.anchor-list-box p.anchor-list a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.anchor-list-box p.anchor-list a:after {
	display: none;
}

.anchor-list-box p.anchor-list a:hover {
	color: #bbb;
}

.anchor-list-box p.anchor-list.module-list-box--column_normal_txt {
	padding-left: 1em;
}

.anchor-list-box p.anchor-list.module-list-box--column_normal_txt a {
	font-weight: normal;
}

/*---5-17 アンカーリンクボタン---*/
.modules-anchor-list {
	display: flex;
	flex-wrap: wrap;
}

.modules-anchor-list__item {
	width: 25%;
	border: 1px solid #979797;
	border-left: none;
	margin-top: 0;
}

.modules-anchor-list__item::before {
	display: none;
}

.modules-anchor-list__item .anchor-link {
	margin-top: 0;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	text-decoration: underline;
}

.modules-anchor-list__item .anchor-link a {
	padding: 16px;
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
}

.modules-anchor-list__item .anchor-link a::after {
	left: auto;
	right: 8px;
	top: calc(50% - 8px);
}

.modules-anchor-list__item:first-child {
	border-left: 1px solid #979797;
}

.modules-anchor-list__item::before {
	content: "";
}

.modules-anchor-list__item p.is-style-details {
	transition: ease-out 0.2s;
}

.modules-anchor-list__item p.is-style-details a {
	display: block;
	padding: 16px;
	padding-right: 32px;
}

.modules-anchor-list__item p.is-style-details::before {
	position: absolute;
	left: auto;
	right: 8px;
	top: calc(50% - 11px);
}

.modules-anchor-list__item p.is-style-details:hover {
	opacity: 0.5;
}

.modules-anchor-list__item:nth-child(n + 5) {
	border-top: 0;
}

.modules-anchor-list__item:nth-child(4n + 1) {
	border-left: 1px solid #979797;
}

@media screen and (max-width: 768px) {
	.modules-anchor-list {
		display: flex;
	}
	.modules-anchor-list__item {
		width: 50%;
		border: 1px solid #979797;
	}
	.modules-anchor-list__item:nth-child(n + 2) {
		border-left: none;
	}
	.modules-anchor-list__item:nth-child(n + 3) {
		border-left: 1px solid #979797;
		border-top: none;
	}
	.modules-anchor-list__item:nth-child(even) {
		border-left: none;
	}
	.modules-anchor-list__item .anchor-link a {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-right: 32px;
		padding-left: 16px;
		position: relative;
	}
	.modules-anchor-list__item .anchor-link a::after {
		position: absolute;
		left: auto;
		right: 8px;
		top: calc(50% - 8px);
	}
}

@media screen and (max-width: 768px) {
	.modules-anchor-list__item .anchor-link a {
		text-align: left;
	}
}

a[target="_blank"], a[href$=".pdf"] {
	padding-right: 0.2em;
}

a[target="_blank"]::before, a[href$=".pdf"]::before, a[target="_blank"]::after, a[href$=".pdf"]::after {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

a[target="_blank"]::after, a[href$=".pdf"]::after {
	content: "";
	margin-left: 0.1em;
}

.is-style-icon-left a[href$=".pdf"],
.is-style-icon-left a[target="_blank"] {
	padding-right: 0;
}

.is-style-icon-left a[href$=".pdf"]::before,
.is-style-icon-left a[target="_blank"]::before {
	content: "";
	margin-left: 0;
	margin-right: 0.1em;
}

.is-style-icon-left a[href$=".pdf"]::after,
.is-style-icon-left a[target="_blank"]::after {
	content: none;
	margin-right: 0;
}

.c-link-circle-arrow > a,
.c-link-circle-arrow > span {
	position: relative;
	padding-left: 24px;
	display: inline-block;
}

.c-link-circle-arrow > a::before,
.c-link-circle-arrow > span::before {
	width: 16px;
	height: 16px;
	background-image: url("/wp-content/themes/up/images/commons/icon-circle-link.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 52%;
	transform: translateY(-50%);
	position: absolute;
	content: "";
	display: inline-block;
	left: 4px;
}

/*---8-1 パンくず---*/
.yoast-breadcrumbs {
	font-size: 14px;
}

.yoast-breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs {
	/* margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
	width: calc(var(--vw, 1vw) * 100); */
	background-color: #f2f2f2;
}

#breadcrumbs > span {
	padding: 4px 0 4px 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
}

#breadcrumbs > span > span {
	font-size: 12px;
	display: block;
}

#breadcrumbs > span > span a {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	#breadcrumbs {
		/* width: 1140px;
		margin: 0 calc(50% - (1140px / 2)); */
	}
	#breadcrumbs > span {
		max-width: 1170px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#breadcrumbs > span > span {
		font-size: 14px;
	}
}

@media screen and (min-width: 1140px) {
	#breadcrumbs {
		margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
		width: calc(var(--vw, 1vw) * 100);
	}
}

.c-sns-icon {
	margin-top: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.c-sns-icon a::before,
.c-sns-icon a::after {
	content: none;
}

.c-sns-icon + .c-sns-icon {
	margin-left: 16px;
}

.c-link-circle-arrow + .c-link-circle-arrow {
	margin-top: 16px;
}

.c-link-circle-arrow > a,
.c-link-circle-arrow > span {
	color: #501b86;
}

.c-link-circle-arrow > a::after,
.c-link-circle-arrow > span::after {
	content: none;
}

/*-- 5-21 ページ上部への移動ボタン --*/
.c-anchor-top {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 38px;
	background-color: #6b686d;
}

.c-anchor-top::before {
	content: "";
	display: block;
	margin-right: 7px;
	margin-bottom: 4px;
	width: 11px;
	height: 13px;
	background-image: url("/wp-content/themes/up/images/commons/icon-anchor-top.png");
}

.c-anchor-top__link {
	display: block;
	font-size: 14px;
	color: #fff;
	transition: 0.3s ease opacity;
}

.c-anchor-top__link:hover {
	opacity: 0.6;
	text-decoration: none;
}

.c-list-box {
	padding-left: 0;
	margin-top: 24px;
}

.c-list-box .c-anchor-link,
.c-list-box .c-link-circle-arrow {
	display: inline-block;
	margin-right: 24px;
	margin-top: 0;
}

.c-list-box--column {
	padding: 24px;
	display: flex;
	flex-direction: column;
	border: 1px solid #585858;
}

.c-list-box--column .c-anchor-link:nth-child(n + 2) {
	margin-top: 24px;
	margin-right: auto;
}

.c-list-box__item {
	width: 100%;
	border: 1px solid #979797;
	margin-top: 0;
	display: flex;
	align-items: center;
}

.c-list-box__item:nth-child(n + 2) {
	border-top: none;
}

.c-list-box__item::before {
	content: none;
}

.c-list-box__item a:hover {
	text-decoration: none;
	background-color: #ddd;
}

.c-link-list {
	display: flex;
	flex-direction: column;
	padding-left: 0;
}

.c-link-list--spacer .c-link-list {
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}

.c-link-list--spacer .c-link-list__item {
	width: calc(50% - 2px);
}

.c-link-list--spacer .c-link-list__item:nth-child(n + 2) {
	margin-left: 4px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.c-link-list--spacer .c-link-list__item:nth-child(n + 3) {
	margin-top: 4px;
}

.c-link-list--spacer .c-link-list__item:nth-child(2n + 1) {
	margin-left: 0;
}

.c-link-list__item {
	width: 100%;
	border: 1px solid #ddd;
	margin-top: 0;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.c-link-list__item:nth-child(n + 2) {
	border-top: none;
}

.c-link-list__item::before {
	content: none;
}

.c-link-list__item a:hover {
	text-decoration: none;
	background-color: #ddd;
}

.c-link-list__item .c-anchor-link,
.c-link-list__item .c-link-arrow {
	margin-top: 0;
	width: 100%;
}

.c-link-list__item .c-anchor-link > a,
.c-link-list__item .c-link-arrow > a {
	padding: 16px 32px 16px 16px;
	display: block;
	width: 100%;
	position: relative;
}

.c-link-list__item .c-anchor-link > a::before,
.c-link-list__item .c-link-arrow > a::before {
	left: auto;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.c-link-list__item .c-anchor-link > a {
	padding: 16px 32px 16px 16px;
	display: block;
	width: 100%;
	position: relative;
}

.c-link-list__item .c-anchor-link > a::before {
	left: auto;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.c-link-list__item .c-link-arrow {
	position: relative;
}

.c-link-list__item .c-link-arrow::after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid;
	border-color: #501b86 #501b86 transparent transparent;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 16px;
}

.c-link-list--anchor {
	flex-direction: row;
	flex-wrap: wrap;
}

.c-link-list--anchor .c-link-list__item {
	width: 50%;
	border: 1px solid #ddd;
}

.c-link-list--anchor .c-link-list__item:nth-child(2) {
	border-top: 1px solid #ddd;
}

.c-link-list--anchor .c-link-list__item:nth-child(n + 3) {
	border-top: none;
}

.c-link-list--anchor .c-link-list__item:nth-child(even) {
	border-left: none;
}

.c-navigation {
	display: flex;
	justify-content: center;
	margin-top: 32px;
	width: 100%;
}

ul.page-numbers {
	display: flex;
}

ul.page-numbers > li {
	margin-top: 0;
}

ul.page-numbers > li::before {
	content: none;
}

ul.page-numbers > li:nth-child(n + 2) > * {
	margin-left: 4px;
}

li > .page-numbers {
	width: 35px;
	height: 35px;
	background-color: #fff;
	color: #005BAC;
	font-size: 16px;
	border: 1px solid #005BAC;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}
li > .page-numbers:hover {
	text-decoration: none;
	background-color: #DAEBFB;
}

li > .page-numbers.current {
	border-color: #005BAC;
	background-color: #DAEBFB;
	color: #005BAC;
}

li > .page-numbers.dots {
	border: none;
}

li > .page-numbers.prev, li > .page-numbers.next {
	position: relative;
	background-color: #005BAC;
}

li > .page-numbers.prev::before, li > .page-numbers.next::before {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	top: 50%;
}

li > .page-numbers.prev::before {
	left: 60%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

li > .page-numbers.next::before {
	transform: translate(-50%, -50%) rotate(45deg);
	left: 47%;
}

.c-contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 24px;
}

.c-contact__tel {
	margin: 0 auto;
}

.c-contact__tel a {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}

.c-contact__tel a::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 0.9em;
	background-image: url(/wp-content/themes/up/images/commons/icon-freedial.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 4px;
	vertical-align: top;
}

.c-contact__info {
	text-align: center;
	margin-top: 12px;
}

@media screen and (max-width: 768px) {
	li > .page-numbers{
		width: 44px;
    height: 44px;
	}
	li > .page-numbers.prev::before, li > .page-numbers.next::before{
		width: 9px;
    height: 9px;
	}
}

/*-- 5-19 画像付きリンク --*/
.c-link-box {
	display: flex;
}

.c-link-box__link {
	display: flex;
	text-decoration: none;
}

.c-link-box .wp-block-image {
	width: 600px;
	height: 380px;
	margin-top: 0;
	max-width: 100%;
	align-self: center;
	flex-shrink: 0;
}

.c-link-box__text {
	margin-left: 40px;
}

.c-link-box__text p {
	margin: 0;
}

.c-link-box__text p strong {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.c-link-box {
		flex-flow: column;
	}
	.c-link-box .wp-block-image {
		width: 100%;
		text-align: center;
		height: auto;
	}
	.c-link-box__link {
		margin: 0 auto;
	}
	.c-link-box__text {
		max-width: 100%;
		margin: 20px 0;
	}
}

/*---8-10 電話番号---*/
a[href^="tel:"] {
	text-decoration: none;
}
/* a[href^="tel:"] {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a[href^="tel:"]::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	vertical-align: text-bottom;
	background-image: url(/wp-content/themes/up/images/commons/icon-phone.png);
} */

/*-- 5-20 タグ付きリンク --*/
.c-article-box {
	margin-top: 24px;
	position: relative;
	padding-bottom: 16px;
}

.c-article-box::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #ddd, #ddd 3px, transparent 3px, transparent 6px);
	background-size: 6px 1px;
	background-repeat: repeat-x;
}

.c-article-box:last-child {
	padding-bottom: 0;
}

.c-article-box:last-child::after {
	content: none;
}

.c-article-box__link {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.c-article-box__link:hover {
	text-decoration: none;
}

.c-article-box__link:hover .c-link-circle-arrow a,
.c-article-box__link:hover .c-link-circle-arrow span {
	text-decoration: underline;
}

.c-article-box__image {
	margin: 0;
	width: 100%;
}

.c-article-box .wp-block-image {
	margin: 0 auto;
	max-width: 344px;
	max-height: 258px;
}

.c-article-box__content {
	/*margin-top: 16px;20230905変更*/
margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
}

.c-article-box__title {
	color: #333;
	/*font-size: 20px;20230411変更*/
font-size: 17px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 20px;
	text-decoration: underline;
}

.c-article-box__tag {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 12px;
}

/*220720追記*/
.c-article-box__tag[class*="c-article-box__tag--misyu"] {
	color: #43A7DB;
	border: 1px solid #43A7DB;
}

/*220720追記*/
.c-article-box__tag[class*="c-article-box__tag--sho"] {
	color: #43A7DB;
	border: 1px solid #43A7DB;
}

.c-article-box__tag[class*="c-article-box__tag--chu"] {
	color: #FE9217;
	border: 1px solid #FE9217;
}

.c-article-box__tag[class*="c-article-box__tag--kou"] {
	color: #59A77D;
	border: 1px solid #59A77D;
}

.c-article-box__tag--class_type {
	color: #fff;
	background-color: #501b86;
}

.c-article-box__tag--area, .c-article-box__tag--other {
	color: #501b86;
	border: 1px solid #501b86;
}

.c-article-box__event {
	margin-top: 16px;
}

.c-article-box__event p {
	color: #333;
}

.c-article-box__event p:first-child {
	margin-top: 0;
}

.c-article-box .c-text {
	margin-top: 8px;
	color: #333;
}

.c-article-box .c-link-circle-arrow {
	margin-top: 8px;
}

/*---5-20 タグ付きリンク---*/
.c-article-box__tag.c-article-box__tag--txt {
	color: #000;
	text-decoration: underline;
	font-size: 18px;
}

.c-article-box__tag.c-article-box__tag--txt:hover {
	color: #979797;
}

.c-article-box__tag.c-article-box__tag--new {
	background-color: #e1289B;
	border: 1px solid #e1289B;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.c-article-box__tag.c-article-box__tag--txt {
		font-size: 14px;
	}
	.c-article-box {
		margin-top: 24px;
	}
	.c-article-box__link {
		flex-direction: row;
	}
	.c-article-box__image {
		max-width: 344px;
		width: 100%;
		flex-shrink: 0;
		margin-right: 24px;
	}
	.c-article-box__content {
		margin-top: 0;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
	}
}

/*校舎ページのイベント一覧　高さスクロールする2023/9/5追記*/
.overflow-y-scroll{
max-height: 500px;
overflow-y: auto;	
	
}

.c-sitemap {
	display: flex;
	flex-direction: column;
}

.c-sitemap a {
	text-decoration: none;
}

.c-sitemap__item {
	margin-bottom: 32px;
	width: 100%;
}

.c-sitemap__title {
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	font-weight: bold;
}

.c-sitemap__title .c-link-circle-arrow {
	font-size: 18px;
	font-weight: bold;
}

.c-sitemap__title .c-link-circle-arrow::before {
	margin-top: 2px;
}

.c-sitemap__content {
	margin-top: 16px;
}

.c-sitemap__content p:nth-child(n + 2) {
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	.c-sns-icon {
		width: 30px;
		height: 30px;
	}
	.c-important_news {
		padding-top: 0;
		padding-bottom: 0;
	}
	.c-important_news__wrap {
		width: 1140px;
		margin: 0 calc(50% - (1140px / 2));
	}
	.c-important_news__title {
		margin-top: 0;
		font-weight: bold;
		display: flex;
		align-items: center;
		flex-shrink: 0;
		padding: 32px 40px 32px 0;
		font-size: 14px;
	}
	.c-important_news__text {
		display: inline;
	}
	.c-important_news__item {
		flex-direction: row;
		align-items: center;
		padding-left: 0;
	}
	.c-important_news__item::before {
		content: none;
	}
	.c-important_news__item dd {
		margin-left: 16px;
	}
	.c-important_news__item:nth-child(n + 2) {
		margin-top: 8px;
	}
	.c-contact__tel a {
		font-size: 32px;
		color: #501b86;
	}
	.c-link-list {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.c-link-list--spacer .c-link-list__item {
		width: calc(25% - 3px);
	}
	.c-link-list--spacer .c-link-list__item:nth-child(n + 2) {
		margin-left: 4px;
	}
	.c-link-list--spacer .c-link-list__item:nth-child(n + 3) {
		margin-top: 0;
	}
	.c-link-list--spacer .c-link-list__item:nth-child(n + 5) {
		margin-top: 4px;
	}
	.c-link-list--spacer .c-link-list__item:nth-child(4n + 1) {
		margin-left: 0;
	}
	.c-link-list__item {
		width: 25%;
	}
	.c-link-list__item:nth-child(n + 2) {
		border-left: none;
		border-top: 1px solid #ddd;
	}
	.c-link-list__item:nth-child(4n + 1) {
		border-left: 1px solid #ddd;
	}
	.c-link-list__item:nth-child(n + 5) {
		border-top: none;
	}
	.c-link-list--anchor .c-link-list__item {
		width: 25%;
	}
	.c-link-list--anchor .c-link-list__item:nth-child(n + 2) {
		border-top: 1px solid #ddd;
	}
	.c-sitemap {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.c-sitemap__item {
		margin-bottom: 32px;
		max-width: 32%;
	}
	.c-sitemap__item:nth-child(n + 2) {
		margin-left: 2%;
	}
	.c-sitemap__item:nth-child(3n + 1) {
		margin-left: 0;
	}
}

@media screen and (min-width: 1140px) {
	.c-important_news__wrap {
		margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
		width: calc(var(--vw, 1vw) * 100);
	}
}

.c-banner {
	margin-top: 20px;
}

.c-banner__item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
}

.c-banner__item:nth-child(n + 2) {
	margin-top: 20px;
}

.c-banner__item:nth-child(n + 2)::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #ddd, #ddd 3px, transparent 3px, transparent 6px);
	background-size: 6px 1px;
	background-repeat: repeat-x;
}

.c-banner .c-banner__item-wrap {
	display: flex;
	flex-direction: column;
}

.c-banner .c-banner__item-wrap .c-banner__item {
	margin-top: 0;
}

.c-banner .c-banner__item-wrap .c-banner__item:nth-child(n + 2)::after {
	content: none;
}

.c-banner .c-banner__link {
	display: inline-block;
	max-width: 252px;
	width: calc(50% - 12px);
	margin-right: 24px;
	margin-top: 24px;
	padding-right: 0;
}

.c-banner .c-banner__link:nth-child(2n) {
	margin-right: 0;
}

.c-banner .c-banner__link:nth-child(n + 3) {
	margin-top: 24px;
}

.c-banner .c-banner__link::after {
	content: none;
}

@media screen and (min-width: 768px) {
	.c-banner {
		margin-top: -20px;
	}
	.c-banner__item {
		justify-content: start;
	}
	.c-banner__item-wrap {
		flex-direction: row;
	}
	.c-banner .c-banner__item-wrap {
		flex-direction: row;
	}
	.c-banner .c-banner__link {
		max-width: 252px;
		width: 100%;
		margin-top: 24px;
		margin-right: 24px;
	}
	.c-banner .c-banner__link:nth-child(2n) {
		margin-right: 24px;
	}
	.c-banner .c-banner__link:nth-child(3n) {
		margin-right: 0;
	}
}

.c-button-group {
	background-color: #501b86;
	margin-bottom: 16px;
	padding: 25px 10px;
}

.c-button-group .c-button {
	margin-bottom: 15px;
}

.c-button-group .c-button:last-child {
	margin-bottom: 0;
}

.c-button-group .c-button__link {
	background-color: #fff;
	box-shadow: 5px 4px 4px -2px rgba(34, 17, 57, 0.5);
	color: #501b86;
}

.c-button-group .c-button__link::before, .c-button-group .c-button__link[target="_blank"]::before {
	background-color: #501b86;
}

.c-button-group .c-button__link::after, .c-button-group .c-button__link[target="_blank"]::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

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

.c-button__link {
	position: relative;
	display: block;
	padding: 18px 10px;
	background-color: #501b86;
	background-image: none;
	box-shadow: 5px 4px 4px -2px rgba(80, 27, 134, 0.5);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	transition: opacity 0.3s;
	line-height: 1.5;
	cursor: pointer;
	text-decoration: none;
}

.c-button__link::before, .c-button__link[target="_blank"]::before {
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	box-sizing: border-box;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	background-image: none;
	content: "";
}

.c-button__link::after, .c-button__link[target="_blank"]::after {
	position: absolute;
	right: 19px;
	top: 50%;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #501b86;
	border-right: 1px solid #501b86;
	transform: translateY(-50%) rotate(45deg);
	background-image: none;
	content: "";
}

.c-button__link:hover {
	text-decoration: none;
	opacity: 0.8;
}

/*---8-11 地図埋め込み---*/
.c-area-map {
	position: relative;
}

.c-area-map--top-wide {
	margin-top: 24px;
}

.c-area-map .pconly {
	display: none;
}

.c-area-map .sponly {
	display: block;
}

.c-area-map__img {
	max-width: 100%;
	height: auto;
}

.c-area-map__link {
	position: absolute;
}

.c-area-map__link a {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	min-height: 50px;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	border: solid 2px #501b86;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

.c-area-map__link a:hover {
	box-shadow: none;
	color: #bbb;
	border-color: #331057;
	transform: translate3d(0, 3px, 0);
}

.c-area-map__link--sanda {
	top: 24%;
	left: 32%;
}

.c-area-map__link--takarazuka {
	top: 26%;
	left: 54%;
}

.c-area-map__link--suita {
	top: 36%;
	right: 4%;
}

.c-area-map__link--kobe {
	top: 48%;
	left: 18%;
}

.c-area-map__link--amagasaki {/*20240613追加 SP*/
	/*top: 64%;*/top: 70%;
	left: 60%;
}

.c-area-map__link--itami {/*20240613追加 SP*/
	top: 50%;
	left: 62%;
}

.c-area-map__link--ashiya {
	top: 70%;
	left: 27%;
}

.c-area-map__link--toyonaka {
	bottom: 27%;
	right: 4%;
}

.c-area-map__link--nishinomiya {
	bottom: 37%;
	right: 40%;
}

@media screen and (min-width: 470px) {
	.c-area-map__link--suita {
		top: 42%;
	}
	.c-area-map__link--sanda {
		top: 28%;
		left: 25%;
	}
	.c-area-map__link--takarazuka {
		top: 30%;
		left: 50%;
	}
	.c-area-map__link--amagasaki {/*20240613追加*/
		/*top: 66%;*/top: 70%;
		left: 55%;
	}
	.c-area-map__link--itami {/*20240613追加*/
	top: 50%;
	left: 60%;
}

	
	.c-area-map__link--kobe {
		top: 55%;
		left: 20%;
	}
	.c-area-map__link--ashiya {
		top: 70%;
		left: 26%;
	}
	.c-area-map__link--toyonaka {
		right: 9%;
		bottom: 30%;
	}
	.c-area-map__link--nishinomiya {
		right: 48%;
		bottom: 39%;
	}
}

@media screen and (min-width: 768px) {
	/* .wp-block-buttons > .wp-block-button {
		max-width: 370px;
	} */
	.wp-block-button .wp-block-button__link {
		padding: 24px 40px 24px 24px;
	}
	.wp-block-button .wp-block-button__link::after {
		right: 24px;
	}
	.c-button-group {
		display: flex;
		justify-content: center;
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		padding: 60px 40px;
	}
	.c-button-group .c-button {
		width: 520px;
		margin-bottom: 0;
	}
	.c-button-group .c-button:nth-child(2n) {
		margin-left: 20px;
	}
	.c-button__link {
		padding-top: 26px;
		padding-bottom: 26px;
		font-size: 20px;
	}
	.c-button__link::before, .c-button__link[target="_blank"]::before {
		width: 17px;
		height: 17px;
	}
	.c-button__link::after, .c-button__link[target="_blank"]::after {
		right: 21px;
		width: 6px;
		height: 6px;
	}
	.c-area-map--top-wide {
		margin-top: 40px;
	}
	.c-area-map .pconly {
		display: block;
	}
	.c-area-map .sponly {
		display: none;
	}
	.c-area-map__img {
		width: 100%;
	}
	.c-area-map__link a {
		min-height: 50px;
		border-radius: 30px;
		line-height: 1.4;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 50px;
		padding-right: 64px;
		text-decoration: none;
	}
	.c-area-map__link a:after {
		position: absolute;
		display: block;
		right: 20px;
		top: calc(50% - 10px);
		width: 16px;
		height: 18px;
		background: url("/wp-content/themes/up/images/commons/arrow-right.png") no-repeat center;
		background-size: cover;
		content: "";
	}
	.c-area-map__link a .pconly {
		display: inline;
	}
	.c-area-map__link a:hover {
		text-decoration: none;
	}
	.c-area-map__link--sanda {
		top: 150px;
		left: 380px;
	}
	.c-area-map__link--takarazuka {
		top: 235px;
		left: 510px;
	}
	.c-area-map__link--suita {
		top: 250px;
		right: 250px;
	}
	.c-area-map__link--amagasaki {/*20240613追加 PC*/
	
		/*top: 384px;*/top: 420px;
		left: 502px;
	}
	.c-area-map__link--itami {/*20240613追加 PC*/
		top: 360px;
		left: 502px;
	}	
	
	.c-area-map__link--ashiya {
		top: 440px;
		left: 310px;
	}
	.c-area-map__link--kobe {
		top: 360px;
		left: 260px;
	}
	.c-area-map__link--toyonaka {
		bottom: 200px;
		right: 280px;
	}
	.c-area-map__link--nishinomiya {
		bottom: 250px;
		right: 587px;
	}
}

/*---5-8 通常ボタン---*/
.wp-block-buttons .wp-block-button {
	display: flex;
	justify-content: center;
	margin: 0;
	width: 100%;
	gap: 24px;
}

.wp-block-buttons .wp-block-button__link {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 16px;
	text-align: center;
	background-color: #fff;
	color: #005BAC;
	border: 1px solid #005BAC;
	position: relative;
	word-break: break-word;
	line-height: 140%;
	border-radius: unset;
	border-radius: 8px;
	box-sizing: border-box;
}

.wp-block-buttons .wp-block-button__link::after{
	position: absolute;
	right: 20px;
	width: 7.647px;
	height: 13.333px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/arrow-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wp-block-buttons .wp-block-button__link:hover {
	text-decoration: none;
	background-color: #E9F3FD;
	color: #005BAC;
}

@media screen and (min-width: 768px) {
	.wp-block-buttons .wp-block-button__link {
		font-size: 16px;
	}
}
@media screen and (max-width: 769px) {
	.wp-block-buttons .wp-block-button{
		max-width: 100% !important;
	}
}

/*---5-8 通常ボタン-S---*/
.wp-block-buttons .is-style-normal-small{
	max-width: 267px;
}

/*---5-8 通常ボタン-M---*/
.wp-block-buttons .is-style-normal-medium{
	max-width: 348px;
	/* min-width: 348px; */
}

/*---5-8 通常ボタン-L---*/
.wp-block-buttons .is-style-normal-large{
	max-width: 513px;
}

/*---5-7 セカンダリボタン-M---*/
.wp-block-buttons .is-style-secondary-medium{
	max-width: 348px;
}
.wp-block-buttons .is-style-secondary-medium .wp-block-button__link {
	font-size: 16px;
	font-weight: 700;
	background-color: #005BAC;
	color: #fff;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	width: 100%;
}

.wp-block-buttons .is-style-secondary-medium .wp-block-button__link::after{
	position: absolute;
	right: 20px;
	width: 7.647px;
	height: 13.333px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/arrow-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wp-block-buttons .is-style-secondary-medium .wp-block-button__link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #004693;
}

@media screen and (min-width: 768px) {
	.wp-block-buttons .is-style-secondary-medium .wp-block-button__link {
		font-size: 16px;
	}
}

/*---5-7 セカンダリボタン-L---*/
.wp-block-buttons .is-style-secondary-large{
	max-width: 513px;
}
.wp-block-buttons .is-style-secondary-large .wp-block-button__link {
	font-size: 16px;
	font-weight: 700;
	background-color: #005BAC;
	color: #fff;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	width: 100%;
}

.wp-block-buttons .is-style-secondary-large .wp-block-button__link::after{
	position: absolute;
	right: 20px;
	width: 7.647px;
	height: 13.333px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/arrow-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wp-block-buttons .is-style-secondary-large .wp-block-button__link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #004693;
}

@media screen and (min-width: 768px) {
	.wp-block-buttons .is-style-secondary-large .wp-block-button__link {
		font-size: 16px;
	}
}

/*---5-7 資料請求ボタン-M---*/
.wp-block-buttons .is-style-siryoseikyu-medium{
	max-width: 348px;
}

.wp-block-buttons .is-style-siryoseikyu-medium .wp-block-button__link {
	font-size: 16px;
	font-weight: 700;
	background-color: #005BAC;
	color: #fff;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	width: 100%;
}

.wp-block-buttons .is-style-siryoseikyu-medium .wp-block-button__link::before{
	position: relative;
	width: 18.333px;
	height: 18.333px;
	display: block;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/icon_siryo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	top: -1px;
}

.wp-block-buttons .is-style-siryoseikyu-medium .wp-block-button__link::after{
	position: absolute;
	right: 20px;
	width: 7.647px;
	height: 13.333px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/arrow-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wp-block-buttons .is-style-siryoseikyu-medium .wp-block-button__link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #004693;
}

@media screen and (min-width: 768px) {
	.wp-block-buttons .is-style-siryoseikyu-medium .wp-block-button__link {
		font-size: 16px;
	}
}

/*---5-7 資料請求ボタン-L---*/
.wp-block-buttons .is-style-siryoseikyu-large{
	max-width: 513px;
}
.wp-block-buttons .is-style-siryoseikyu-large .wp-block-button__link {
	font-size: 16px;
	font-weight: 700;
	background-color: #005BAC;
	color: #fff;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	width: 100%;
}

.wp-block-buttons .is-style-siryoseikyu-large .wp-block-button__link::before{
	position: relative;
	width: 18.333px;
	height: 18.333px;
	display: block;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/icon_siryo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	top: -1px;
}

.wp-block-buttons .is-style-siryoseikyu-large .wp-block-button__link::after{
	position: absolute;
	right: 20px;
	width: 7.647px;
	height: 13.333px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/arrow-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wp-block-buttons .is-style-siryoseikyu-large .wp-block-button__link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #004693;
}

@media screen and (min-width: 768px) {
	.wp-block-buttons .is-style-siryoseikyu-large .wp-block-button__link {
		font-size: 16px;
	}
}

/*---5-9 CVボタン-M---*/
.wp-block-buttons .is-style-conversion-medium{
	max-width: 348px;
}

.wp-block-buttons .is-style-conversion-medium .wp-block-button__link {
	font-size: 16px;
	font-weight: 700;
	background-color: #F1610B;
	color: #fff;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	width: 100%;
}

.wp-block-buttons .is-style-conversion-medium .wp-block-button__link::before{
	position: relative;
	width: 18.333px;
	height: 18.333px;
	display: block;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/icon_taiken.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	top: -1px;
}

.wp-block-buttons .is-style-conversion-medium .wp-block-button__link::after{
	position: absolute;
	right: 20px;
	width: 7.647px;
	height: 13.333px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/arrow-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wp-block-buttons .is-style-conversion-medium .wp-block-button__link:hover {
	background-color: #E3550B;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.wp-block-buttons .is-style-conversion-medium .wp-block-button__link {
		font-size: 16px;
	}
}

/*---5-9 CVボタン-L---*/
.wp-block-buttons .is-style-conversion-large{
	max-width: 513px;
}

.wp-block-buttons .is-style-conversion-large .wp-block-button__link {
	font-size: 16px;
	font-weight: 700;
	background-color: #F1610B;
	color: #fff;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	width: 100%;
}

.wp-block-buttons .is-style-conversion-large .wp-block-button__link::before{
	position: relative;
	width: 18.333px;
	height: 18.333px;
	display: block;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/icon_taiken.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	top: -1px;
}

.wp-block-buttons .is-style-conversion-large .wp-block-button__link::after{
	position: absolute;
	right: 20px;
	width: 7.647px;
	height: 13.333px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/arrow-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wp-block-buttons .is-style-conversion-large .wp-block-button__link:hover {
	background-color: #E3550B;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.wp-block-buttons .is-style-conversion-large .wp-block-button__link {
		font-size: 16px;
	}
}

/*---5-10 非アクティブボタン---*/
.wp-block-buttons .is-style-disabled{
	max-width: 364px;
}

.wp-block-buttons .is-style-disabled .wp-block-button__link {
	font-size: 16px;
	font-weight: 700;
	background-color: #D5D5D5;
	color: #666666;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	width: 100%;
	pointer-events: none;
}

.wp-block-buttons .is-style-disabled .wp-block-button__link::after{
	position: absolute;
	right: 20px;
	width: 12.333px;
	height: 12.333px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/arrow-gray.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.wp-block-buttons .is-style-disabled .wp-block-button__link {
		font-size: 16px;
	}
}

/*---5-8 コース用ボタン-S---*/
.wp-block-buttons .is-style-lecture-small{
	max-width: 160px;
}
.wp-block-buttons .is-style-lecture-small .wp-block-button__link{
	padding: 13px 28px 13px 24px;
}
.wp-block-buttons .is-style-lecture-small .wp-block-button__link::after{
	right: 8px;
}
@media screen and (max-width: 768px) {
	.wp-block-buttons .is-style-lecture-small .wp-block-button__link{
		padding: 16px;
	}
	.wp-block-buttons .is-style-lecture-small .wp-block-button__link::after{
		right: 20px;
	}
}

/*---5-8 コース用ボタン-M---*/
.wp-block-buttons .is-style-lecture-medium{
	max-width: 364px;
}

/*---PDFボタン-S---*/
.wp-block-buttons .is-style-pdf-small{
	max-width: 160px;
}
.wp-block-buttons .is-style-pdf-small .wp-block-button__link{
	padding: 13px 28px 13px 24px;
}
.wp-block-buttons .is-style-pdf-small .wp-block-button__link::after{
	right: 8px;
}
.wp-block-buttons .is-style-pdf-small .wp-block-button__link::after{
	width: 16.667px;
	height: 16.667px;
	right: 9px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/icon_pdf.png);
}
@media screen and (max-width: 768px) {
	.wp-block-buttons .is-style-pdf-small .wp-block-button__link{
		padding: 16px;
	}
	.wp-block-buttons .is-style-pdf-small .wp-block-button__link::after{
		right: 20px;
	}
}

/*---PDFボタン-M---*/
.wp-block-buttons .is-style-pdf-medium{
	max-width: 364px;
}
.wp-block-buttons .is-style-pdf-medium .wp-block-button__link::after{
	width: 16.667px;
	height: 16.667px;
	right: 9px;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/icon_pdf.png);
}

.c-box {
	padding: 16px 24px;
}

.c-box__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 8px;
	position: relative;
	padding-left: 30px;
}

.c-box--strong {
	border: 3px solid #501b86;
	background-color: #fff;
}

.c-box--caution {
	border: 1px solid #ffa700;
	background-color: #fffaea;
}

.c-box--point {
	border: 1px solid #D93F72;
	background-color: #FDF7F9;
	padding: 15px;
	max-width: 748px;
	width: 100%;
}

.c-box--point .c-box__title{
	color: #D93F72;
}

.c-box--point .c-box__title::before{
	position: absolute;
	width: 24px;
	height: auto;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/icon_point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.c-box--point p{
	margin-top: 0;
}

.c-box p:first-child {
	margin-top: 0;
}

.c-box > p:first-child {
	margin-top: 0;
}

.c-box ul:first-child,
.c-box ol:first-child {
	margin-top: 0;
}

.c-box ul:first-child li:first-child,
.c-box ol:first-child li:first-child {
	margin-top: 0;
}

.wp-block-columns .wp-block-column .wp-block-group,
.wp-block-group .wp-block-group__inner-container .wp-block-group {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.c-scroll-box {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.c-scroll-box::-webkit-scrollbar {
	display: none;
}

.c-scroll-box__info {
	margin-top: 8px;
}

.c-content-box {
	display: flex;
	flex-direction: column;
}

.c-content-box__title {
	width: 100%;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	padding-bottom: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 0 auto;
	line-height: 1.6;
}

.c-content-box__title::before, .c-content-box__title::after {
	content: none;
}

.c-content-box__content {
	width: 100%;
}

.c-content-box + .c-content-box {
	margin-top: 48px;
}

.c-topics {
	margin-top: 32px;
	border: 12px solid #ccc3d8;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.c-topics__content {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.c-topics__category {
	color: #501b86;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0;
}

.c-topics__category-text {
	margin-top: 16px;
}

.c-topics__title {
	margin: 8px 0 0;
	font-weight: bold;
	font-size: 24px;
}

.c-topics__text {
	margin-top: 16px;
}

.c-topics__image {
	width: 100%;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-topics__image .wp-block-image {
	margin-top: 0;
}

.c-successful {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
}

.c-successful__item {
	width: calc(50% - 2px);
	display: flex;
	flex-direction: column;
	padding: 32px 8px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 8px;
	align-items: center;
}

.c-successful__item:nth-child(even) {
	margin-left: 4px;
}

.c-successful__item:nth-child(n + 3) {
	margin-top: 4px;
}

.c-successful__title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #501b86;
}

.c-successful__school {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 24px;
}

.c-successful__successful-applicant {
	display: flex;
	color: #501b86;
	align-items: flex-end;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: auto;
}

.c-successful__total {
	writing-mode: vertical-rl;
	font-size: 16px;
	letter-spacing: 0.3em;
}

.c-successful__number {
	line-height: 1;
	font-size: 42px;
	font-family: "Arial";
}

.c-conversion {
	margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
	width: calc(var(--vw, 1vw) * 100);
	background-color: #501b86;
	padding: 16px;
}

.c-conversion__area {
	padding: 20px 16px;
	max-width: 1140px;
	margin: 0 auto;
	background-color: #fff;
}

.c-conversion__btns {
	display: flex;
	flex-direction: column;
}

.c-conversion__text {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.c-conversion__info {
	text-align: center;
	margin-top: 12px;
}

.c-conversion__info-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-conversion .c-conversion__tel {
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.c-conversion .c-conversion__tel a {
	text-align: center;
	margin: 16px auto 0;
	padding: 0;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	color: #501b86;
	line-height: 1;
}

.c-conversion .c-conversion__tel a::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 0.9em;
	background-image: url("/wp-content/themes/up/images/commons/icon-freedial.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 4px;
}

@media screen and (min-width: 768px) {
	.c-box {
		padding: 24px;
		margin-bottom: 24px;
	}
	.c-box--strong {
		border-width: 4px;
	}
	.c-box--point {
		padding: 16px 24px;
	}
	.c-content-box {
		flex-direction: row;
	}
	.c-content-box__title {
		max-width: 276px;
		text-align: left;
	}
	.c-content-box + .c-content-box {
		margin-top: 80px;
	}
	.c-topics {
		padding: 24px;
		flex-direction: row;
	}
	.c-topics__content {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
	}
	.c-topics__text {
		margin-top: 8px;
	}
	.c-topics__image {
		flex-shrink: 0;
		max-width: 344px;
		width: 100%;
		margin-top: 0;
		margin-left: 24px;
	}
	.c-topics__image .wp-block-image {
		margin-top: 0;
	}
	.c-conversion {
		width: 1140px;
		margin: 0 calc(50% - (1140px / 2));
		padding: 16px;
	}
	.c-conversion__btns {
		flex-direction: row;
	}
	.c-conversion__trial-btn {
		width: 100%;
	}
	.c-conversion__conversion-btn {
		width: 100%;
	}
	.c-conversion__info-area {
		flex-direction: row;
		justify-content: center;
	}
	.c-conversion .c-conversion__tel {
		margin: 0;
	}
	.c-conversion .c-conversion__tel a {
		font-size: 40px;
		margin-left: 24px;
		margin-right: 0;
	}
	.c-scroll-box__info {
		display: none;
	}
	.c-successful__item {
		width: calc(25% - 3px);
		display: flex;
		flex-direction: column;
		padding: 40px 6px;
	}
	.c-successful__item:nth-child(even) {
		margin-left: 4px;
	}
	.c-successful__item:nth-child(n + 2) {
		margin-top: 0;
		margin-left: 4px;
	}
	.c-successful__item:nth-child(n + 5) {
		margin-top: 4px;
	}
	.c-successful__item:nth-child(4n + 1) {
		margin-left: 0%;
	}
	.c-successful__title {
		font-size: 20px;
	}
	.c-successful__school {
		margin-top: 0;
		font-size: 28px;
	}
	.c-successful__successful-applicant {
		font-size: 24px;
		font-weight: bold;
	}
	.c-successful__total {
		font-size: 20px;
	}
	.c-successful__number {
		font-size: 58px;
	}
	.c-successful--col-3 .c-successful__item {
		width: calc(33.3% - 3px);
	}
	.c-successful--col-3 .c-successful__item:nth-child(even) {
		margin-left: 4px;
	}
	.c-successful--col-3 .c-successful__item:nth-child(n + 3) {
		margin-top: 0;
		margin-left: 4px;
	}
	.c-successful--col-3 .c-successful__item:nth-child(n + 4) {
		margin-top: 4px;
	}
	.c-successful--col-3 .c-successful__item:nth-child(3n + 1) {
		margin-left: 0%;
	}
}

@media screen and (min-width: 1140px) {
	.c-conversion {
		margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
		width: calc(var(--vw, 1vw) * 100);
	}
}

.l-footer > .c-conversion {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.l-footer > .c-conversion {
		min-width: 1140px;
		margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
		width: calc(var(--vw, 1vw) * 100);
	}
}

/*---11-3 強調ボックス---*/
.c-box-em {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.c-box-em__item {
	margin-bottom: 30px;
	padding: 20px 18px;
	border: 4px solid #501b86;
}

.c-box-em__item:last-of-type {
	margin-bottom: 0;
}

.c-box-em__title {
	margin-top: 0;
	font-size: 20px;
}

.c-box-em__text {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
}

.c-note-box {
	margin-top: 30px;
	padding: 20px 18px;
	border: 4px solid #501b86;
}

.c-note-box__list {
	margin-top: 0;
}

.c-note-box__item {
	padding-left: 0.6em;
	text-indent: -0.6em;
	font-size: 14px;
}

.c-note-box__item::before {
	content: "※";
	display: inline-block;
	margin-right: 3px;
}

@media screen and (min-width: 768px), print {
	.c-box-em {
		flex-direction: row;
	}
	.c-box-em__item {
		width: 290px;
		margin-right: 40px;
		margin-bottom: 0;
	}
	.c-box-em__item:nth-child(4n) {
		margin-right: 0;
	}
	.c-box-em__title {
		font-size: 24px;
		text-align: center;
	}
	.c-box-em__text {
		font-size: 16px;
	}
	.c-note-box__item {
		padding-left: 1.5em;
		font-size: 18px;
	}
}

table {
	margin: 32px 0 0;
	border-collapse: collapse;
	width: 100%;
}

th,
td {
	border: 1px solid #dfdfdf;
	padding: 16px;
	word-break: break-word;
}

th p:first-child,
td p:first-child {
	margin-top: 0;
}

th ul:first-child,
th ol:first-child,
td ul:first-child,
td ol:first-child {
	margin-top: 0;
}

th ul:first-child li:first-child,
th ol:first-child li:first-child,
td ul:first-child li:first-child,
td ol:first-child li:first-child {
	margin-top: 0;
}

th .c-map:first-child,
td .c-map:first-child {
	margin-top: 0;
}

th {
	background-color: #DAEBFB;
}

td {
	background-color: #fff;
}

.c-scroll-table {
	width: 100%;
}

.c-scroll-table td {
	vertical-align: top;
}

.c-scroll-table tbody th{
	background-color: #F4F9FB;
}

[class^="c-table-col-"] {
	width: 100%;
}

[class^="c-table-col-"] > * {
	width: 100%;
}

.c-table-col-2 th {
	width: 30%;
}

.c-table-col-2 td {
	width: 70%;
}

.c-table-col-2--sp-column {
	display: flex;
	flex-direction: column;
}

.c-table-col-2--sp-column th {
	width: 100%;
}

.c-table-col-2--sp-column td {
	width: 100%;
}

.c-col-table {
	display: flex;
	flex-direction: column;
	border: 0.5px solid #DDDDDD;
}

.c-col-table__tr {
	display: flex;
	flex-direction: column;
  gap: 0 !important;
}

.c-col-table__tr-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.wp-block-columns.c-col-table__tr, .wp-block-column.c-col-table__td{
	margin: 0!important;
}

.c-col-table__th, .c-col-table__td {
	border: 0.5px solid #DDDDDD;
	padding: 16px;
	width: 100%;
}

.c-col-table__th {
	background-color: #DAEBFB;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.c-col-table--surface-blue .c-col-table__th{
	background-color: #F4F9FB;
}

.c-accordion-table {
	margin-top: 0;
}

.c-accordion-table__switch th {
	background-color: inherit;
}

.c-accordion-table__icon {
	position: relative;
}

.c-accordion-table__icon::after, .c-accordion-table__icon::before {
	transition: 0.2s;
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #501b86;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-accordion-table__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.is-open .c-accordion-table__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.c-accordion-table__target {
	display: none;
}

.c-accordion-table__target > td {
	padding: 25px 17px;
}

.c-accordion-table__target table {
	margin-top: 0;
}

.c-accordion-table__target table th {
	width: 15%;
}

@media screen and (min-width: 768px) {
	.c-col-table__tr {
		flex-direction: row;
	}
	.c-scroll-table {
		width: 100%;
		overflow: auto;
	}
	.c-table-col-2 th {
		text-align: left;
	}
	.c-table-col-2--sp-column {
		display: table-row;
	}
	.c-table-col-2--sp-column th {
		width: 30%;
	}
	.c-table-col-2--sp-column td {
		width: 70%;
	}
	.c-table-col-3 td,
	.c-table-col-3 th {
		width: 33.33%;
	}
	.c-table-col-4 td,
	.c-table-col-4 th {
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.c-table-col-3 {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.c-table-col-3 td,
	.c-table-col-3 + .c-table-col-3 th {
		border-top: none;
	}
	.c-table-col-4 {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.c-table-col-4 td,
	.c-table-col-4 + .c-table-col-4 th {
		border-top: none;
	}
	.c-table-col-4 td:first-child {
		background-color: #ebe6f2;
	}
	.c-table-col-4:first-child td:first-child {
		border-top: 1px solid #dfdfdf;
	}
}

@media screen and (max-width: 768px) {
	th, .c-col-table__th {
		font-size: 15px;
	}
	td, .c-col-table__td {
		font-size: 14px;
	}
}

.c-slider {
	margin-bottom: 16px;
	padding: 0 15px;
}

.c-slider__inner{
	position: relative;
}

.c-slider__link {
	margin-top: 0;
	text-align: center;
}

.c-slider .c-slider__item::after {
	content: none;
}

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

.c-slider__wrap {
	position: relative;
}

.c-slider__nav {
	position: relative;
	/*max-width: 70px;*/
/* max-width: 200px; */
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
}

.c-slider__nav .swiper-pagination {
	position: static;
}

.c-slider__nav .swiper-pagination-bullet {
	opacity: 1;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #D5D5D5;
}

.c-slider__nav .swiper-pagination-bullet-active {
	background-color: #005BAC;
}

.c-slider .swiper-button-prev, .c-slider .swiper-button-next {
	width: 30px;
	height: 30px;
	background-image: url(/wp-content/themes/up/images/commons/icon-slider-button.svg);
	background-position: bottom;
	background-size: 96%;
	background-repeat: no-repeat;
}
.c-slider .swiper-button-prev::after, .c-slider .swiper-button-next::after{
	content: '';
	width: 0;
	height: 0;
}

.c-slider .swiper-button-prev {
	left: -15px;
}

.c-slider .swiper-button-next {
	right: -15px;
	transform: rotate(180deg);
}

@media screen and (min-width: 768px), print {
	.c-slider {
		/* margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
		margin-bottom: 25px;
		width: calc(var(--vw, 1vw) * 100); */
	}
	.c-slider__content {
		/* max-width: 1140px; */
	}
	.c-slider__nav {
		/*max-width: 120px;*/
/* max-width: 260px; */
	}
}

.c-summary__inner {
	position: relative;
	z-index: 1;
	margin-top: 25px;
	padding: 20px 10px 20px;
}

.c-summary__block {
	position: relative;
	margin-bottom: 40px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #fff;
}

.c-summary__block:last-child {
	margin-bottom: 0;
}

.c-summary__block::before {
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 134px;
	height: 20px;
	box-shadow: 0 0 5px rgba(10, 10, 10, 0.3);
	background-color: #fff;
	content: "";
}

.c-summary__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: -12px;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	background-color: transparent;
	font-size: 16px;
	text-align: center;
}

.c-summary__title::after {
	display: block;
	width: 70px;
	height: 1px;
	margin-top: 5px;
	background-color: #ccc3d8;
	content: "";
}

.c-summary__lead {
	margin: 0;
	margin-bottom: 20px;
	color: #181818;
	font-size: 14px;
	line-height: 1.7;
}

.c-summary__img-wrap {
	width: 100%;
	margin: 0;
}

.c-summary__img-wrap img {
	width: 100%;
	vertical-align: middle;
}

.c-summary__info-note {
	margin: 0;
	margin-bottom: 10px;
	color: #181818;
	font-size: 10px;
}

.c-summary-list {
	margin: 0;
	margin-bottom: 13px;
	padding-top: 20px;
	padding-left: 0;
}

.c-summary-list__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0;
	padding: 18px 15px 10px;
	border-bottom: 1px solid #585858;
}

.c-summary-list__item::before {
	content: none;
}

.c-summary-list__item:first-child {
	padding-top: 0;
}

.c-summary-list__title {
	margin: 0;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
}

.c-summary-list__title-em {
	display: inline-block;
	margin-top: 5px;
	color: #e1299b;
	font-size: 16px;
	line-height: 1;
}

.c-summary-list__title-em small {
	font-size: 12px;
}

.c-summary-list__text {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

.c-summary-list__text-em {
	display: inline-block;
	margin-right: 6px;
	color: #e1299b;
	font-size: 52px;
}

.c-summary-list__text--right-wide {
	padding-right: 30px;
}

.c-summary-point {
	margin: 0;
	margin-bottom: 15px;
	padding: 12px 0;
	background-color: #eee8f7;
}

.c-summary-point__item {
	display: flex;
	align-items: flex-end;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 14px;
	padding-left: 16px;
	border-bottom: 1px solid #c5c5c5;
	font-weight: bold;
	font-size: 14px;
}

.c-summary-point__item:last-child {
	border-bottom: none;
}

.c-summary-point__item-em {
	color: #e1299b;
}

.c-summary-point__item::before {
	display: inline-block;
	width: 23px;
	height: 28px;
	margin-right: 12px;
	background-image: url(/wp-content/themes/up/images/commons/icon-check-box.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}

.c-summary-col3 {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 20px;
	border-left: 1px solid #585858;
}

.c-summary-col3__item {
	flex-shrink: 0;
	width: 33.33333%;
	margin: 0;
	padding: 14px 0;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	box-sizing: border-box;
	color: #e1299b;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.c-summary-col3__item--font-large {
	font-size: 16px;
}

.c-summary-col3__item::before {
	content: none;
}

@media screen and (min-width: 768px), print {
	.c-summary__inner {
		display: flex;
		justify-content: space-between;
		max-width: 1140px;
		margin-right: auto;
		margin-left: auto;
		padding: 20px 0 60px;
	}
	.c-summary__block {
		width: 49.12280701%;
		margin-bottom: 0;
		padding-right: 20px;
		padding-left: 20px;
	}
	.c-summary__block::before {
		top: -35px;
		width: 210px;
		height: 40px;
	}
	.c-summary__title {
		top: -24px;
		font-size: 22px;
	}
	.c-summary__lead {
		margin-bottom: 25px;
		font-size: 18px;
	}
	.c-summary__info-note {
		margin-bottom: 20px;
		font-size: 12px;
	}
	.c-summary__button {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		padding: 0 20px;
	}
	.c-catch-title {
		padding: 10px 0;
		font-size: 22px;
	}
	.c-summary-list__title {
		font-size: 18px;
	}
	.c-summary-list__title-em {
		font-size: 22px;
	}
	.c-summary-list__title-em small {
		font-size: 18px;
	}
	.c-summary-list__text {
		font-size: 18px;
	}
	.c-summary-list__text-em {
		font-size: 72px;
	}
	.c-summary-list__text--right-wide {
		padding-right: 46px;
	}
	.c-summary-point {
		margin-bottom: 20px;
	}
	.c-summary-point__item {
		padding-top: 12px;
		padding-bottom: 17px;
		font-size: 18px;
	}
	.c-summary-point__item::before {
		width: 30px;
		height: 40px;
	}
	.c-summary-col3__item {
		padding: 17px 0;
		font-size: 22px;
	}
	.c-summary-col3__item--font-large {
		font-size: 32px;
	}
}

.c-tile {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.c-tile__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px;
}

.c-tile__item:last-child {
	margin-bottom: 0;
}

.c-tile__item--reverse {
	flex-flow: row-reverse;
}

.c-tile__item--reverse .c-tile__title {
	padding-left: 5px;
}

.c-tile__item--reverse .c-tile__text {
	margin-left: 5px;
	margin-right: 24px;
}

.c-tile__item--reverse .c-tile__img-wrap::after {
	left: auto;
	right: -10px;
}

.c-tile__img-wrap {
	flex-shrink: 0;
	position: relative;
	max-width: 133px;
	margin: 0;
}

.c-tile__img-wrap::after {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -10px;
	width: 133px;
	height: 140px;
	background-color: #eee8f7;
	content: "";
	z-index: -1;
}

.c-tile__title {
	margin-top: 5px;
	padding: 0;
	padding-left: 10px;
	font-size: 16px;
	line-height: 2;
	background-color: #fff;
	border-bottom: 1px solid #cbcbcb;
}

.c-tile__text {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.75;
	color: #181818;
}

@media screen and (min-width: 768px), print {
	.c-tile {
		display: flex;
		flex-wrap: wrap;
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 32px;
		padding: 0;
		padding-left: 20px;
	}
	.c-tile__item {
		flex-direction: column;
		width: 30.17857142%;
		margin-right: 4.7321428%;
	}
	.c-tile__item:nth-child(3n) {
		margin-right: 0;
	}
	.c-tile__item--reverse .c-tile__img-wrap::after {
		right: auto;
		left: -20px;
	}
	.c-tile__item--reverse .c-tile__text {
		margin-left: 0;
		margin-right: 0;
	}
	.c-tile__img-wrap {
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.c-tile__img-wrap img {
		width: 100%;
	}
	.c-tile__img-wrap::after {
		width: 338px;
		height: 358px;
		top: 20px;
		left: -20px;
	}
	.c-tile__title {
		padding-left: 0;
		font-size: 22px;
	}
	.c-tile__text {
		margin-top: 20px;
		margin-left: 0;
		font-size: 18px;
	}
}

/* 11-2 講師紹介 */
.c-teacher{
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	gap: 24px 36px;
}
.c-teacher__item{
	display: flex;
	gap: 16px;
	max-width: 552px;
}
.c-teacher__image{
	width: 22%;
	height: auto;
}
.c-teacher__content{
	width: 75%;
}
.c-teacher__title{
	font-weight: 700;
	line-height: 160%;
	font-size: 18px;
}
.c-teacher__text{
	font-weight: 500;
	line-height: 160%;
	font-size: 14px;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.c-teacher__image{
		width: 27%;
	}
	.c-teacher__item{
		gap: 15px;
	}
	.c-teacher__text{
		margin-top: 8px;
	}
	.c-teacher__content{
		width: 70%;
	}
}

/* 11-3 講座紹介 */
.c-teacher-point{
	display: flex;
	gap: 24px 36px;
	flex-wrap: wrap;
}
.c-teacher-point__item{
	max-width: 356px;
  width: 100%;
}
.c-teacher-point__title{
	background-color: #DAEBFB;
	color: #004693;
	font-weight: 700;
	line-height: 160%;
	font-size: 18px;
	text-align: center;
	padding: 8px 16px;
	position: relative;
}
.c-teacher-point__title::after{
	position: absolute;
	content: '';
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 13px solid #DAEBFB;
  border-bottom: 0;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -12px;
}
.c-teacher-point__content{
	margin-top: 16px;
}
.c-teacher-point__text{
	font-size: 16px;
	line-height: 160%;
}
@media screen and (max-width: 767px) {
	.c-teacher-point__item{
		max-width: none;
	}
	.c-teacher-point__image img{
		width: 100%;
	}
}

/*--- 11-5 合格者数 ---*/
.c-tile-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.c-tile-col__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 48.8372093%;
	margin-bottom: 8px;
	padding-top: 26px;
	padding-bottom: 26px;
	flex-shrink: 0;
	border: 1px solid #ccc;
}

.c-tile-col__body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-tile-col__rl {
	color: #e1299b;
	font-size: 18px;
	font-weight: bold;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	padding-top: 2px;
}

.c-tile-col__title {
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
}

.c-tile-col__text {
	margin-top: 8px;
	color: #e1299b;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}

.c-tile-col__text strong {
	margin-right: 5px;
	font-family: Arial, sans-serif;
	font-size: 42px;
}

@media screen and (min-width: 768px) {
	.c-tile-col__title {
		font-size: 28px;
	}
	.c-tile-col__rl {
		font-size: 20px;
		letter-spacing: 0.3em;
		padding-top: 12px;
	}
	.c-tile-col__text {
		font-size: 24px;
	}
	.c-tile-col__text strong {
		font-size: 58px;
	}
}

@media screen and (min-width: 768px), print {
	.c-tile {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.c-tile__item {
		margin-bottom: 0;
	}
	.c-tile__title {
		font-size: 28px;
		margin-bottom: calc(40px - (((18px * 1.6) - 18px) / 2));
	}
	.c-tile__img-wrap {
		margin-bottom: 40px;
	}
	.c-tile__text {
		font-size: 16px;
		line-height: 1.625;
	}
	.c-tile__text:last-child {
		margin-bottom: 0;
	}
	.c-tile--col2 {
		display: flex;
		flex-wrap: wrap;
	}
	.c-tile--col2 .c-tile__item {
		width: 48.4375%;
		margin-right: 3.125%;
	}
	.c-tile--col2 .c-tile__item:nth-child(2n) {
		margin-right: 0;
	}
	.c-tile-col {
		justify-content: start;
		margin-bottom: -40px;
	}
	.c-tile-col--col4 .c-tile-col__item {
		width: 255px;
	}
	.c-tile-col--col4 .c-tile-col__item:nth-child(4n) {
		margin-right: 0;
	}
	.c-tile-col--col3 .c-tile-col__item {
		width: 353px;
	}
	.c-tile-col--col3 .c-tile-col__item:nth-child(3n) {
		margin-right: 0;
	}
	.c-tile-col__item {
		border-radius: 0;
		margin-right: 40px;
		margin-bottom: 40px;
	}
}

/*------ 5-12 新着リンク -------*/
.c-news {
	margin-bottom: 40px;
}

.c-news__title {
	margin: 0;
    margin-bottom: 30px;
    padding: 0;
    padding-top: 30px;
    font-size: 22px;
    text-align: center;
}

.c-news__text {
	margin-bottom: 30px;
	color: #181818;
	font-size: 14px;
	text-align: center;
}

.c-news-tab__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin: 32px 0 16px;
}

.c-news-tab__item {
	background-color: #FFFFFF;
	border: 1px solid #979797;
	box-shadow: 5px 4px 4px -2px rgba(80, 27, 134, 0.50);
	color: #181818;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-news-tab__item::before {
	content: none;
}

.c-news-tab__item.is-active {
	color: #FFFFFF;
	background-color: #501B86;
	border: 1px solid #501B86;
	box-shadow: none;
}

.c-news-tab__item.is-active::after {
	content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #501B86;
    border-bottom: 0;
}

.c-news__body {
	background-color: #fff;
	max-height: 520px;
	padding: 0 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.c-news__content {
	display: none;
}

.c-news__content.is-show {
	display: block;
}

.c-news-tile + .c-news-tile {
	border-top: 1px solid #979797;
}

.c-news__title::before, .c-news__title::after {
	content: none;
}

.c-news-tile__inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.c-news-tile {
	background-color: #fff;
}

.c-news-tile .c-news__link {
	color: #181818;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-right: 22px;
	position: relative;
	transition: opacity 0.3s;
	text-decoration: none;
}

.c-news-tile .c-news__link:hover {
	opacity: 0.6;
	text-decoration: none;
}

.c-news-tile a[target="_blank"]::after {
	position: absolute;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
}

.c-news-tile__desc {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.c-news-tile__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-news-tile__date {
	margin: 0;
	color: #979797;
	font-size: 12px;
	line-height: 1;
	display: inline-flex;
	gap: 8px;
}

.c-news-tile__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.c-news-tile__tag {
	min-width: 112px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #F1610B;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 1.66;
	margin-top: 0;
}
.c-news-tile__tag.--taiken{
	background-color: #F1610B;
}
.c-news-tile__tag.--moshi{
	background-color: #3DA70F;
}
.c-news-tile__tag.--seminar{
	background-color: #08A0CE;
}
.c-news-tile__tag.--others{
	background-color: #666666;
}

.c-news-tile__label {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
}

.c-news-tile__label.--kikan{
	font-weight: 700;
	color: #005BAC;
}

.c-news-tile__label .c-news-tile__tag {
	/* background-color: #eee;
    border: 1px solid #eee;
    color: #181818; */
	font-size: 14px;
}

.c-news-tile__label .c-news-tile__label__text {
	/* font-size: 14px;
	line-height: 1.3; */
	font-size: 14px;
}

.c-news-tile__title {
	font-weight: bold;
	font-size: 18px;
}

.c-news-tile__title-sub {
	font-size: 14px;
}

.c-news-tile__thumb {
	position: relative;
}

.c-news-tile__target {
	position: absolute;
	top: 0;
	left: 0;
}

.c-news-tile__tag-new{
	font-size: 12px;
	color: #fff;
	border-radius: 20px;
	background-color: #D5160B;
	font-weight: 1.66;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 8px;
}

.c-news-tile__tag-school{
	padding: 0 8px;
	color: #666;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 166%;
	border: 1px solid #C3C3C3;
	border-radius: 2px;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.c-news__inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.c-news-tile {
        margin: 0 10px;
		padding: 20px 0 10px;
	}
	.c-news-tile__inner {
		gap: 10px;
		align-items: start;
	}
	.c-news-tile .c-news__link {
		align-items: center;
		padding-right: 0;
	}
	.c-news-tile__tag {
		min-width: calc(65vw/375*100);
	}
	.c-news-tile__title {
		font-size: 18px;
	}
	.c-news-tile__thumb {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: calc(120vw/375*100);
	}
	.c-news-tile__desc {
		flex: 1;
	}
	.c-news-tile__thumb.u-only-pc,
	.c-news-tile__head.u-only-pc,
	.c-news-tile__label.u-only-pc {
		display: none;
	}
}

@media screen and (min-width: 768px), print {
	.c-news {
		margin-bottom: 60px;
	}
	.c-news__title {
		padding-top: 60px;
		font-size: 36px;
	}
	.c-news__inner {
		max-width: 1140px;
		margin-right: auto;
		margin-left: auto;
	}
	.c-news-tab__list {
		margin: 0 0 37px;
	}
	.c-news-tab__item {
		min-height: 70px;
	}
	.c-news-tab__item:hover {
		cursor: pointer;
		color: rgba(151, 151, 151, 0.8);
	}
	.c-news-tab__item.is-active:hover {
		cursor: default;
		color: #FFFFFF;
	}
	.c-news__body {
		padding: 0 24px;
		max-height: 600px;
	}
	.c-news-tile__inner {
		gap: 20px;
		padding: 20px;
	}
	.c-news__list {
		display: flex;
    flex-direction: column;
		position: relative;
	}
	.c-news-tile__tag {
		min-width: 130px;
	}
	.c-news-tile__title {
		font-size: 16px;
	}
	.c-news-tile__thumb {
		width: 160px;
	}
	.c-news-tile__desc {
		flex: 1;
	}
	.c-news-tile__thumbs.u-only-sp,
	.c-news-tile__label.u-only-sp {
		display: none;
	}
}

/*5-13:緊急テキスト（リンク）*/
.c-important-news {
	width: calc(var(--vw, 1vw) * 100);
	margin: 0 calc((100% - (var(--vw, 1vw) * 100)) / 2);
	text-align: center;
	background-color: #f9d5d5;
}

.c-important-news__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #f20000;
	font-size: 12px;
	text-decoration: underline;
	line-height: 1.5;
	transition: opacity 0.3s;
}

.c-important-news .c-important-news__link::after {
	content: none;
}

.c-important-news .c-important-news__link::before, .c-important-news__link .c-important-news a[target="_blank"]::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	background-image: url(/wp-content/themes/up/images/commons/icon-exclamation.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.c-important-news__link:hover {
	opacity: 0.6;
}

.c-important-news__list li::before {
	content: none;
}

@media screen and (min-width: 768px), print {
	.c-important-news__link {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 16px;
	}
	.c-important-news .c-important-news__link::before, .c-important-news__link .c-important-news a[target="_blank"]::before {
		width: 22px;
		height: 22px;
		margin-right: 12px;
	}
}

.c-serch-accordion {
	margin-bottom: 20px;
}

.c-serch-accordion__item {
	border: 1px solid #C3C3C3;
	margin: 24px 0 0 0;
	position: relative;
}

.c-serch-accordion__switch {
	position: relative;
	cursor: pointer;
	padding: 15px;
	background-color: #F7F7F7;
}

.c-serch-accordion__title {
	font-size: 16px;
}

.c-serch-accordion__icon-wrap {
	margin: 0;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.c-serch-accordion__icon {
	position: relative;
	width: 16px;
	height: 16px;
}

.c-serch-accordion__icon::before, .c-serch-accordion__icon::after {
	transition: 0.2s;
	position: absolute;
	content: "";
	display: block;
	width: 13px;
	height: 2px;
	background-color: #005BAC;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-serch-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.c-serch-accordion__target {
	display: none;
}

.is-open .c-serch-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (min-width: 768px), print {
	.c-serch-accordion__switch {
		padding: 16px 24px;
	}
}

/*------ アコーディオンメニュー -------*/
.c-accordion__body {
	display: none;
	padding: 8px 15px 24px 15px;
}

.c-accordion__item {
	margin-bottom: 8px;
	border: 1px solid #C3C3C3;
}

.c-accordion__item:last-child{
	margin-bottom: 0;
}

.c-accordion__button {
	border: 0;
	border-radius: 0;
	outline: none;
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	font-size: 16px;
	text-align: left;
	overflow-anchor: none;
	appearance: none;
}

.c-accordion__button::before, .c-accordion__button::after {
	transition: 0.2s;
	position: absolute;
	content: "";
	display: inline-block;
	width: 13.3px;
	height: 1.6px;
	background-color: #005BAC;
	top: 50%;
	right: 15px;
}

.c-accordion__button::after {
	transform: rotate(90deg);
}

.c-accordion__button.is-open.c-accordion__button::after {
	transform: rotate(0deg);
	opacity: 0;
}

@media screen and (min-width: 768px), print {
	.c-accordion {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.c-accordion__body {
		padding: 8px 24px 24px 24px;
	}
	.c-accordion__button {
		cursor: pointer;
		padding: 16px 16px 16px 24px;
	}
	.c-accordion__button::before, .c-accordion__button::after {
		right: 24px;
	}
}

/*------ エリアリスト -------*/
.c-area-list {
	margin: 0;
}

.c-area-list__item {
	display: flex;
	align-items: center;
	margin: 0;
}

.c-area-list__item:last-child {
	border-bottom: none;
}

.c-area-list__item::before {
	content: none;
}

.c-area-list__link {
	position: relative;
	display: block;
	padding: 7px 0 7px 20px;
	text-decoration: none;
}

.c-area-list__link::before {
	content: "";
	position: absolute;
	display: block;
	width: 0.6em;
	height: 0.6em;
	border: 2px solid;
	border-color: #005BAC #005BAC transparent transparent;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 2px;
	background-image: none;
}

@media screen and (min-width: 768px), print {
	.c-area-list {
		display: flex;
		flex-wrap: wrap;
		gap: 0 24px;
	}
	.c-area-list__link {
		width: 100%;
		transition: color 0.3s;
	}
	.c-area-list__link::before {
		transition: all 0.3s;
	}
	.c-area-list__link:hover {
		opacity: .7;
	}
}

/*--------------------------------------------------------------
## up-educational-project layouts
--------------------------------------------------------------*/
html.is-open {
	overflow: hidden;
}

html.is-open body {
	overflow: visible;
}

.l-header {
	position: sticky;
	top: 0;
	z-index: 9999;
}

.c-header {
	border-bottom: 1px solid #C3C3C3;
}

.c-header__inner {
	display: flex;
	justify-content: space-between;
	height: 48px;
	background-color: #fff;
}

.c-header__logo {
	display: block;
	margin: 13px auto 13px 15px;
	padding: 0;
}

.c-header__logo__img{
	display: block;
}

.c-header__contact {
	display: flex;
	height: 100%;
}

.c-header__contact-btn {
	display: flex;
}

.c-header__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60px;
	height: 100%;
	padding-top: 7px;
	border-left: 1px solid #d5d5d5;
	color: #181818;
	font-size: 10px;
	transition: opacity 0.3s;
	text-decoration: none;
}

.c-header__btn:hover {
	opacity: 0.6;
	text-decoration: none;
}

.c-header .c-header__btn::after {
	content: none;
}

.c-header__btn-img {
	margin-bottom: 3px;
	max-height: 20px;
}

/*------ ハンバーガーメニュー -------*/
.c-hamburger-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 58px;
	padding-top: 9px;
	border-left: 1px solid #d5d5d5;
	background-color: #005BAC;
	cursor: pointer;
}

.c-hamburger-button__icon {
	position: relative;
	width: 20px;
	height: 15px;
	margin: 0;
	margin-bottom: 4px;
}

.is-open .c-hamburger-button__icon-line1 {
	transform: translateY(7px) rotate(-45deg);
}

.is-open .c-hamburger-button__icon-line2 {
	opacity: 0;
}

.is-open .c-hamburger-button__icon-line3 {
	transform: translateY(-7px) rotate(45deg);
}

.c-hamburger-button__icon-line {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all .4s;
}

.c-hamburger-button__icon-line1 {
	top: 0;
	height: 0.8px;
}

.c-hamburger-button__icon-line2 {
	top: 7px;
}

.c-hamburger-button__icon-line3 {
	top: 14px;
}

.c-hamburger-button__text {
	margin-left: 3px;
	color: #fff;
	font-size: 10px;
	letter-spacing: -.08em;
}

.c-hamburger-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 49px;
	z-index: 9999;
	width: 100%;
	overflow-y: scroll;
	/* height: calc(100vh - 49px); */
	/* margin-bottom: 50px; */
	/* padding-bottom: 50px; */
	border-bottom: 1px solid #C3C3C3;
	background-color: #fff;
	transition: opacity .5s ease-in-out ,visibility .5s ease-in-out;
	pointer-events: none;
}

.c-hamburger-menu.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.c-hamburger-menu__list {
	padding: 0 15px 16px 15px;
}

.c-hamburger-menu__item {
	margin-top: 0;
}

.c-hamburger-menu__item::before {
	content: none;
}

.c-hamburger-menu__item--col2 {
	display: flex;
	flex-wrap: wrap;
}

.c-hamburger-menu__item--col2 .c-hamburger-menu__link {
	width: 50%;
	padding-right: 38px;
}

.c-hamburger-menu__item--col2 .c-hamburger-menu__link:nth-child(odd)::before {
	right: 19px;
}

.c-hamburger-menu__item--col2 .c-hamburger-menu__link:nth-child(odd)::after {
	right: 23px;
}

.c-hamburger-menu__item--col2 .c-hamburger-menu__link:nth-child(even) {
	padding-left: 18px;
	border-left: 1px solid #d5d5d5;
}

.c-hamburger-menu__link {
	display: block;
	align-items: center;
	position: relative;
	padding: 14px 8px;
	border-bottom: 1px solid #d5d5d5;
	color: #181818;
	font-weight: 700;
	line-height: 140%;
	font-size: 14px;
	transition: opacity 0.3s;
	text-decoration: none;
}

.c-hamburger-menu__link:hover {
	opacity: 0.6;
	text-decoration: none;
}

.c-hamburger-menu__link--em {
	padding-top: 16px;
	padding-bottom: 16px;
	color: #181818;
	font-size: 18px;
}

.c-hamburger-menu__item a[target="_blank"]::after{
	content: none;
}

.c-hamburger-menu__item > .c-hamburger-menu__link::after {
	position: absolute;
	right: 20px;
	width: 6.61px;
	height: 11.67px;
	content: ""!important;
	background-image: url(/wp-content/themes/up/images/commons/header-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
}

.c-hamburger-menu__icon {
	display: flex;
	align-items: center;
	margin-right: 5px;
}

.c-hamburger-menu__footer {
	padding-right: 10px;
	padding-left: 10px;
}

.c-hamburger-menu__tel {
	display: block;
	margin-top: 0;
	margin-bottom: 18px;
	text-align: center;
}

.c-hamburger-menu .c-hamburger-menu__tel-num {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 3px;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.05em;
}

.c-hamburger-menu .c-hamburger-menu__tel-num::before {
	width: 22px;
	height: 18px;
}

.c-hamburger-menu__tel-text {
	font-size: 12px;
}

.c-hamburger-menu__button {
	margin-bottom: 20px;
	text-align: center;
}

.c-hamburger-menu__button-link {
	display: block;
	position: relative;
	padding: 10px 10px;
	border: 1px solid #979797;
	background-color: #ffffff;
	color: #181818;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	cursor: pointer;
	transition: opacity 0.3s;
	text-decoration: none;
}

.c-hamburger-menu__button-link:hover {
	opacity: 0.6;
	text-decoration: none;
}

.c-hamburger-menu__button-link::before, .c-hamburger-menu__button-link[target="_blank"]::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #501b86;
	content: "";
}

.c-hamburger-menu__button-link::after, .c-hamburger-menu__button-link[target="_blank"]::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%) rotate(45deg);
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
}

.c-hamburger-list-footer {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ece7f3;
}

.c-hamburger-list-footer__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
}

.c-hamburger-list-footer__item {
	width: 50%;
	margin-top: 0;
}

.c-hamburger-list-footer__item::before {
	content: none;
}

.c-hamburger-list-footer__item:nth-child(odd) {
	border-right: 1px solid #fff;
}

.c-hamburger-list-footer__item:nth-child(even) .c-hamburger-list-footer__link {
	padding-left: 20px;
}

.c-hamburger-list-footer__link {
	display: block;
	position: relative;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 14px;
	transition: opacity 0.3s;
	text-decoration: none;
}

.c-hamburger-list-footer__link:hover {
	opacity: 0.6;
	text-decoration: none;
}

.c-hamburger-list-footer__link::before, .c-hamburger-list-footer__link[target="_blank"]::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #501b86;
	content: "";
}

.c-hamburger-list-footer__link::after, .c-hamburger-list-footer__link[target="_blank"]::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%) rotate(45deg);
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
}

.c-header-overlay {
	display: block;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 48px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.c-header-overlay.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.c-hamburger-menu__btn__link__wrap{
	padding: 0 15px;
}

.c-hamburger-menu__btn__link__wrap .wp-block-button:not(:first-child) {
	margin-top: 8px;
}

.c-hamburger-menu__btn__bg{
	padding: 16px 15px;
	margin-top: 16px;
	background-color: #F4F9FB;
}

.c-hamburger-menu__btn .wp-block-button__link{
	font-size: 14px!important;
}

@media screen and (min-width: 768px) {
	.l-header {
		position: static;
		height: auto;
	}
	.c-header__inner {
		position: relative;
		width: 100%;
		max-width: 1140px;
		height: 76px;
		margin: 0 auto;
	}
	.c-header__logo {
		max-width: none;
		margin: auto 0;
		width: 230px;
		height: auto;
	}
	.c-header__logo-link {
		width: 280px;
	}
	.c-header__contact-btn {
		align-items: center;
	}
	.c-header__btn {
		flex-direction: row;
		width: auto;
		padding-top: 0;
		padding-right: 30px;
		padding-left: 30px;
		font-size: 16px;
		height: 24px;
		font-weight: 700;
	}
	.c-header__btn:first-child {
		border-left: none;
	}
	.c-header .c-header__btn[target="_blank"] {
		padding-right: 30px;
	}
	.c-header__btn-img {
		margin-right: 10px;
		width: 20px;
		height: 20px;
		margin-bottom: 0;
	}
	.c-hamburger-button {
		width: 86px;
		padding-top: 12px;
	}
	.c-hamburger-button__text {
		font-size: 16px;
		margin-left: 0;
		letter-spacing: normal;
	}
	.c-hamburger-button__icon {
		width: 49px;
		height: 27px;
		margin-bottom: 5px;
	}
	.c-hamburger-button__icon-line1 {
		height: 1px;
	}
	.c-hamburger-button__icon-line2 {
		top: 12px;
	}
	.c-hamburger-button__icon-line3 {
		top: auto;
		bottom: 0;
	}
	.is-open .c-hamburger-button__icon-line1 {
		transform: translateY(12px) rotate(-45deg);
	}
	.is-open .c-hamburger-button__icon-line2 {
		opacity: 0;
	}
	.is-open .c-hamburger-button__icon-line3 {
		transform: translateY(-14px) rotate(45deg);
	}
	.c-hamburger-menu {
		top: 76px;
		right: 10px;
		max-width: 300px;
		width: 100%;
		height: calc(100vh - 77);
		border: 1px solid #d5d5d5;
		border-top: none;
	}
	.c-hamburger-menu__list {
		padding: 0 16px 16px 16px;
		border-top: 1px solid #d5d5d5;
		margin-top: 0;
	}
	.c-hamburger-menu__link{
		font-size: 16px;
	}
	.c-hamburger-menu__item--col2 .c-hamburger-menu__link:nth-child(odd)::after {
		right: 25px;
	}
	.c-hamburger-menu__link--em {
		font-size: 22px;
	}
	.c-hamburger-menu__icon {
		margin-right: 10px;
	}
	.c-hamburger-menu__footer {
		padding-right: 20px;
		padding-left: 20px;
	}
	.c-hamburger-menu__button {
		margin-bottom: 30px;
	}
	.c-hamburger-menu .c-hamburger-menu__tel-num {
		font-size: 26px;
	}
	.c-hamburger-menu__tel {
		margin-bottom: 30px;
	}
	.c-hamburger-menu__tel-text {
		font-size: 14px;
	}
	.c-hamburger-menu__button-link {
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 18px;
	}
	.c-hamburger-list-footer {
		padding-right: 20px;
		padding-left: 20px;
	}
	.c-hamburger-list-footer__link {
		font-size: 18px;
	}
	.c-hamburger-list-footer__link::before, .c-hamburger-list-footer__link[target="_blank"]::before {
		width: 17px;
		height: 17px;
	}
	.c-hamburger-list-footer__link::after, .c-hamburger-list-footer__link[target="_blank"]::after {
		right: 21px;
		width: 6px;
		height: 6px;
	}
	.c-header-overlay {
		top: 76px;
		/* top: 108px; */
	}
	.c-hamburger-menu__btn .wp-block-buttons{
		margin: 0;
	} 
	.c-hamburger-menu__btn__link__wrap{
		padding: 0 16px;
	}
	.c-hamburger-menu__btn__bg{
		padding: 16px;
	}
}

@media screen and (min-width: 1140px) {
	.l-header {
		width: 100%;
		margin: 0 auto;
	}
}

.wp-block-group {
	margin: 0 16px;
}

.entry-content {
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 80px;
}

.entry-content > .alignfull {
	padding: 0;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	html {
		overflow-x: hidden;
	}
	.entry-content {
		padding: 40px 15px;
	}
}

@media screen and (min-width: 768px) {
	.entry-content{
		width: 1170px;
    padding: 40px 15px 80px;
    margin: 0 auto;
	}
	body {
		min-width: 1140px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1140px) {
	html {
		overflow-x: hidden;
	}
}

.c-footer__cv{
	background-color: #FCFAEE;
	padding: 40px 15px;
}
.c-footer__cv__block{
	width: 100%;
}
.c-footer__cv__block:not(:first-child){
	margin-top: 32px;
}
.c-footer__cv__block__ttl{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	text-align: center;
}
.c-footer__cv__block__txt{
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-size: 16px;
	margin-top: 8px;
	text-align: center;
}
.c-footer__cv__block__cont{
	margin-top: 16px;
}
.c-footer__cv__block__cont .wp-block-buttons{
	margin: 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 100%;
	gap: 16px;
}
.c-footer__cv__block__cont .wp-block-buttons .wp-block-button{
	margin: 0 auto;
}
.c-footer__cv__block__cont__tel-area{
	margin-bottom: 16px;
	text-align: center;
}
.c-footer__cv__block__cont__tel{
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #005BAC;
}
.c-footer__cv__block__cont__tel::before{
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0 6px;
	display: block;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/icon_tel.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: -2px;
}
.c-footer__cv__block__cont__tel-txt{
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-size: 14px;
	margin-top: 8px;
}
.c-footer__bnr-site{
	width: 100%;
	padding: 40px 15px;
}
.c-footer__bnr-site__inner{
	display: flex;
	gap: 16px;
	flex-direction: column;
}
.c-footer__bnr-site__item{
	width: 100%;
}
.c-footer__bnr-site__item__link{
	padding: 10px;
	border: 1px solid #C3C3C3;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	border-radius: 4px;
}
.c-footer__bnr-site__item__link:hover{
	text-decoration: none;
	opacity: 0.8;
}
.c-footer__bnr-site__item__img{
	max-width: 120px;
	width: 100%;
	border: 1px solid #C3C3C3;
}
.c-footer__bnr-site__item__ttl{
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	color: #005BAC;
	font-size: 16px;
}
.c-footer__bnr-site__item__txt{
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #181818;
	font-size: 12px;
	margin-top: 5px;
}

.c-footer{
	position: relative;
	background-color: #F4F9FB;
	padding: 40px 15px;
}

.c-footer__body {
	padding-top: 24px;
	padding-bottom: 24px;
	margin: 0 auto;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

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

.c-sns-link {
	text-align: center;
}

.c-sns-link__inner{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	gap: 19px;
	margin-bottom: 24px;
}

.c-sns-link .c-sns-link__link::after {
	content: none;
}

.c-sns-link__link:hover {
	opacity: 0.6;
	text-decoration: none;
}

.c-footer__logo {
	display: block;
	padding-right: 0;
	text-align: center;
	height: 32px;
	width: auto;
}

.c-footer__logo_inner--bene{
	margin-top: 30px;
}

.c-footer .c-footer__logo::after {
	content: none;
}

.c-footer__copyright {
	margin-top: 10px;
	color: #3D3D3D;
	font-size: 12px;
	text-align: center;
}

.c-footer__link-box{
	display: flex;
	flex-wrap: wrap;
	gap: 9px 24px
}

.c-footer__link {
	display: block;
	position: relative;
	padding-left: 18px;
	color: #005BAC;
	font-size: 14px;
	text-decoration: none;
}

.c-footer .c-footer__link[target="_blank"] {
	padding-right: 0px!important;
}

.c-footer__link::before {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 6.691px!important;
	height: 11.667px!important;
	content: "";
	background-image: url(/wp-content/themes/up/images/commons/footer-arrow.svg)!important;
	background-size: contain;
  background-repeat: no-repeat;
}

.c-footer__link:hover {
	text-decoration: none;
	opacity: 0.6;
}

.c-footer__copy {
	padding-top: 24px;
}

.l-footer a[target="_blank"]::after{
	content: none;
}

.l-footer .c-footer-banner__link {
	display: inline-block;
	flex-shrink: 0;
	width: auto;
	transition: opacity 0.3s;
	height: 20px;
}

.l-footer .c-footer-banner__link:hover {
	opacity: 0.6;
}

.l-footer .c-footer-banner__link img {
	vertical-align: top;
	height: 100%;
}

.l-footer .c-footer-banner__link::after {
	content: none;
}

.l-footer .c-footer-banner__item {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (min-width: 768px), print {
	.c-sns-link{
		margin: 0 auto;
	}
	.c-footer__cv{
		background-color: #FCFAEE;
		padding: 32px;
		max-width: 1140px;
	}
	.c-footer__cv .wp-block-group__inner-container{
		display: flex;
		justify-content: center;
	}
	.c-footer__cv__block{
		width: 50%;
		height: auto;
	}
	.c-footer__cv__block:not(:first-child){
		border-left: 1px solid #D9D9D9;
		margin-left: 24px;
		padding-left: 24px;
		margin-top: 0;
	}
	.c-footer__cv__block__ttl{
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 160%;
		text-align: center;
	}
	.c-footer__cv__block__txt{
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		font-size: 16px;
		text-align: center;
		margin-top: 16px;
	}
	.c-footer__cv__block__cont{
		margin-top: 16px;
	}
	.c-footer__cv__block:first-child .c-footer__cv__block__cont{
		margin-top:24px;
	}
	.c-footer__cv__block__cont .wp-block-buttons{
		margin: 0;
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		gap: 16px;
		padding-top: 8px;
	}
	.c-footer__cv__block__cont__btn .wp-element-button{
		margin: 0 auto;
		width: 513px;
		height: 54px;
	}
	.c-footer__cv__block__cont__btn::not(:first-child){
		margin-top: 16px;
	}
	.c-footer__cv__block__cont__tel-area{
		margin-bottom: 18px;
		text-align: center;
	}
	.c-footer__cv__block__cont__tel{
		font-family: "Open Sans";
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #005BAC;
	}
	.c-footer__cv__block__cont__tel::before{
		position: relative;
    width: 30px;
		height: 30px;
		padding: 0 6px;
    display: block;
    content: "";
    background-image: url(/wp-content/themes/up/images/commons/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
		top: -2px;
	}
	.c-footer__cv__block__cont__tel-txt{
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		font-size: 14px;
		margin-top: 8px;
	}
	.c-footer__bnr-site{
		max-width: 1140px;
		margin: 0 auto;
		padding: 0;
	}
	.c-footer__bnr-site__inner{
		display: flex;
		flex-direction: row;
		gap: 24px;
		padding: 48px 0;
	}
	.c-footer__bnr-site__item{
		max-width: 364px;
    width: 100%;
	}
	.c-footer__bnr-site__item__link{
		padding: 10px;
    border: 1px solid #C3C3C3;
    display: flex;
    align-items: center;
		gap: 8px;
		text-decoration: none;
		border-radius: 4px;
	}
	.c-footer__bnr-site__item__link:hover{
		text-decoration: none;
		opacity: 0.8;
	}
	.c-footer__bnr-site__item__img{
		max-width: 140px;
    width: 100%;
		border: 1px solid #C3C3C3;
	}
	.c-footer__bnr-site__item__ttl{
		font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #005BAC;
		font-size: 16px;
	}
	.c-footer__bnr-site__item__txt{
		font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #181818;
    font-size: 12px;
		margin-top: 8px;
	}
	.c-sns-link__txt{
		text-align: center;
	}
	.c-sns-link__inner{
		display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 20px;
		margin-bottom: 24px;
	}
	.c-footer__body {
		max-width: 1140px;
		margin: 0 auto;
		padding: 0;
		padding-top: 24px;
		padding-bottom: 24px;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
	}
	.c-footer__link-box{
		display: block;
	}
	.c-footer__link {
		padding-right: 0px;
		font-size: 14px;
		color: #005BAC;
		padding-left: 12px;
		margin-right: 24px;
		margin-bottom: 0px;
		display: inline-block;
		position: relative;
		text-decoration: none;
	}
	.c-footer .c-footer__link[target="_blank"] {
		padding-right: 24px;
	}
	.c-footer__link::before {
		left: 0px;
    top: 5px;
		width: 6.691px!important;
    height: 11.667px!important;
	}
	.c-footer{
		margin: 0 auto;
		padding: 40px 0;
	}
	.l-footer .c-footer-banner__item {
		border-top: none;
		margin-top: 36px;
		display: flex;
		gap: 24px;
		align-items: center;
	}
	.l-footer .c-footer-banner__link{
		margin-top: 0;
		display: block;
		height: 20px;
	}
	.l-footer .c-footer-banner__item img{
		height: 100%;
		display: block;
	}
	.c-footer__copy{
		padding-top: 24px;
	}
	.c-footer__logo{
		display: block;
    padding-right: 0;
    text-align: center;
		height: 33px;
    width: auto;
	}
	.c-footer__logo_inner--bene{
		margin-top: 30px;
	}
	.c-footer-banner__item a[href="https://up-edu.com/science-lab/"]{
		height: 16px;
	}
	.c-footer-banner__item a[href="https://up-edu.com/steamcampus/"]{
		height: 28px;
	}
	.c-footer-banner__item a[href="https://www.educast.app/"]{
		height: 23px;
	}
}

@media screen and (min-width: 1140px), print {
	.l-footer {
		width: 100%;
		margin: 0 auto;
	}
}

.wp-block-group {
	margin: 0 auto;
}

.alignfull.c-section {
	padding-top: 0;
	padding-bottom: 24px;
}

.alignfull.c-section:nth-child(n + 2) {
	padding-top: 24px;
}

.alignfull.c-section:last-child {
	padding-bottom: 0;
}

.c-section__inner {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 16px;
}

.c-section__title {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 0 auto;
	line-height: 1.6;
}

.c-section__title::before, .c-section__title::after {
	content: none;
}

@media screen and (min-width: 768px) {
	.alignfull.c-section {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.alignfull.c-section:nth-child(n + 2) {
		padding-top: 40px;
	}
	.alignfull.c-section:last-child {
		padding-bottom: 0;
	}
	.c-section__inner {
		padding: 0;
	}
}

@media print {
	.c-section {
		width: 100%;
		max-width: 95%;
		margin: 0 auto !important;
	}
}

/*--------------------------------------------------------------
## up-educational-project media
--------------------------------------------------------------*/
figure {
	margin: 0;
}

.wp-block-image {
	margin: 0 0 0;
	text-align: center;
}

.wp-block-image a[href$=".pdf"]::before, .wp-block-image a[href$=".pdf"]::after, .wp-block-image a[target="_blank"]::before, .wp-block-image a[target="_blank"]::after {
	content: none;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	margin: 8px 0;
}

.wp-block-media-text {
	margin: 8px 0;
}

.c-scroll-box > .wp-block-image {
	width: 100%;
}

img {
	max-height: 100%;
	border-style: none;
	vertical-align: bottom;
	object-fit: contain;
}

.c-map {
	position: relative;
	max-width: 100%;
	margin-top: 24px;
}

.c-map::after {
	display: block;
	/* padding-top: 380px; */
	content: "";
}

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

.c-map--tour::after {
	padding-top: 75%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
}

.wp-block-embed-youtube .wp-block-embed__wrapper::before {
	display: block;
	padding-top: 56.25%;
	content: "";
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-media__item {
	position: relative;
	margin-bottom: 40px;
	padding-top: 46px;
}

.c-media__title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	font-size: 22px;
	white-space: nowrap;
}

.c-media__title-em {
	color: #e1299b;
}

.c-media__title::before, .c-media__title::after {
	content: none;
}

.c-media__content {
	padding-right: 10px;
	padding-left: 10px;
}

.c-media__img-wrap {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}

.c-media__img-wrap img {
	width: 100%;
	vertical-align: middle;
}

.c-media__text {
	margin-top: 0;
	margin-bottom: 15px;
	color: #181818;
	font-size: 14px;
	line-height: 1.7;
}

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

.c-media__button-link {
	display: block;
	position: relative;
	padding: 10px 10px;
	border: 1px solid #979797;
	background-color: #fff;
	color: #181818;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	cursor: pointer;
	transition: opacity .3s;
	text-decoration: none;
}

.c-media__button-link::before, .c-media__button-link[target="_blank"]::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #000;
	content: "";
}

.c-media__button-link::after, .c-media__button-link[target="_blank"]::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%) rotate(45deg);
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
}

.c-media__button-link:hover {
	opacity: .8;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		margin: 0;
	}
	.c-media {
		max-width: 1140px;
		margin-right: auto;
		margin-bottom: 60px;
		margin-left: auto;
	}
	.c-media__item {
		display: flex;
		margin-bottom: 57px;
		padding-top: 0;
	}
	.c-media__item--reverse {
		flex-direction: row-reverse;
	}
	.c-media__item--reverse .c-media__img-wrap {
		margin-right: 0;
	}
	.c-media__item--reverse .c-media__content {
		margin-right: 30px;
	}
	.c-media__content {
		padding-right: 0;
		padding-left: 0;
	}
	.c-media__img-wrap {
		max-width: 600px;
		margin-right: 30px;
		margin-bottom: 0;
	}
	.c-media__title {
		position: static;
		transform: none;
		margin-bottom: 20px;
		font-size: 36px;
	}
	.c-media__text {
		margin-bottom: 28px;
		font-size: 18px;
	}
	.c-media__button-link {
		padding-top: 19px;
		padding-bottom: 19px;
		font-size: 20px;
	}
	.c-media__button-link::before, .c-media__button-link[target="_blank"]::before {
		width: 17px;
		height: 17px;
	}
	.c-media__button-link::after, .c-media__button-link[target="_blank"]::after {
		right: 21px;
		width: 6px;
		height: 6px;
	}
}

@media (max-width: 600px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding: 0;
	}
}

/*---11-4 ピックアップ---*/
.c-media-em {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	padding: 25px 20px 25px;
	border: 12px solid #dfdfdf;
}

.c-media-em p {
	margin: 0;
}

.c-media-em__content .wp-block-buttons {
	margin-top: 30px;
	margin-bottom: 0;
}

.c-media-em__heading {
	font-size: 28px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #501b86;
	line-height: 1.5;
}

.c-media-em__lead {
	margin-top: 6px;
	font-size: 13px;
}

.c-media-em__title {
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1em;
}

.c-media-em__text {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.c-media-em__img-wrap {
	margin-top: 30px;
}

.c-media-em__img-wrap img {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.c-media-em {
		flex-direction: row;
		align-items: flex-start;
		padding: 28px;
	}
	.c-media-em__content {
		margin-right: 65px;
	}
	.c-media-em__content .wp-block-buttons {
		margin-top: 20px;
	}
	.c-media-em__lead {
		margin-top: 12px;
		font-size: 15px;
	}
	.c-media-em__title {
		margin-top: 5px;
		font-size: 24px;
	}
	.c-media-em__text {
		margin-top: 12px;
		font-size: 18px;
	}
	.c-media-em__img-wrap {
		flex-shrink: 0;
		margin-top: 0;
	}
}

/*------ 11-5 コース講座詳細_アイテム -------*/
.c-course-detaisl-item__subttl{
	font-size: 14px;
	text-align: center;
}
.c-course-detaisl-item__ttl{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-top: 0;
	margin-bottom: 16px;
}
.c-course-detaisl-item__txt{
	margin-top: 16px;
}
.c-course-detaisl-item__tag-ttl{
	font-weight: 700;
}
.c-course-detaisl-item__tag-list{
	display: inline-flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 8px;
}
.c-course-detaisl-item__tag-item::before{
	content: "";
}
.c-course-detaisl-item__tag-item{
	color: #004693;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F4F9FB;
	border-radius: 40px;
}

/*------ 11-6 合格体験ヘッダー -------*/
.c-gokaku-header{
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: 16px;
	margin-top: 0;
}

.c-gokaku-header__block{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-gokaku-header__block--img{
	width: 120px;
	flex: none;
}

.c-gokaku-header__year{
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
}

.c-gokaku-header__school{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 8px;
}

.c-gokaku-header__name{
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.9px;
	margin-top: 16px;
}

.c-gokaku-header__name-after{
	padding-left: 4px;
	font-size: 14px;
	font-weight: 500;
}

.c-gokaku-header__school-sho{
	font-size: 14px;
	font-weight: 500;
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	.c-gokaku-header{
		max-width: 944px;
    margin: 0 auto;
	}
	.c-gokaku-header__block--img{
		width: 200px;
	}

	.c-gokaku-header__school{
		font-size: 28px;
	}

	.c-gokaku-header__name{
		font-size: 24px;
		letter-spacing: 1.2px;
	}
}

/*------ 11-7 イベント特別体験会コース詳細（各校の日程モーダル） -------*/
.c-special-event-detail{
	padding: 20px 15px;
	border: 1px solid #C3C3C3;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.c-special-event-detail__target{
	color: #004693;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	padding: 1.5px 8px;
	background-color: #DAEBFB;
}
.c-special-event-detail__course{
	color: #005BAC;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 4px;
}
.c-special-event-detail__img{
	width: 100%;
	margin-top: 8px;
}
.c-special-event-detail__txt{
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}
.c-special-event-detail .is-style-tag-icon-school,
.c-special-event-detail .is-style-tag-icon-schedule,
.c-special-event-detail .has-small-font-size{
	width: 100%;
}
.c-special-event-detail .is-style-tag-icon-schedule{
	margin-top: 4px;
}
.c-special-event-detail__buttons{
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
	.c-special-event-detail{
		padding: 20px;
	}
}

/* modal */
.c-modal__openbtn {
	color: #005BAC;
	text-decoration: underline;
	display: inline-block;
	margin-right: 4px;
	border: none;
	padding: 0;
	background-color: initial;
	font-size: inherit;
}
.c-modal__openbtn::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: .125em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/wp-content/themes/up/images/commons/icon-link-search.svg");
} 
.c-modal__overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
}
.c-modal__container{
	background-color: #fff;
	padding: 24px 15px;
	margin-right: 15px;
	margin-left: 15px;
	max-width: calc(100vw - 30px);
	max-height: 80vh;
	width: 100%;
	border-radius: 16px;
	box-sizing: border-box;
	position: relative;
}
.c-modal__close{
	position: absolute;
	top: -40px;
	right: 0;
	display: inline-block;
	margin-right: 4px;
	border: none;
	padding: 0;
	background-color: initial;
	font-size: inherit;
	width: 28px;
	height: 28px;
	margin: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/wp-content/themes/up/images/commons/icon-modal-close.svg");
}
.c-modal__inner{
	overflow-y: auto;
	max-height: calc(80vh - 48px);
	padding-right: 14px;
}
.c-modal__header{
	margin-bottom: 16px;
}
.c-modal__title{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.c-modal__container{
		margin-right: 30px;
		margin-left: 30px;
		max-width: 940px;
	}
}
/* modal animation */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.c-modal {
  display: none;
}

.c-modal.is-open {
  display: block;
}

html:has(.c-modal[aria-hidden="false"]),
body:has(.c-modal[aria-hidden="false"]){
	overflow: hidden;
}

.c-modal[aria-hidden="false"] .c-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden="false"] .c-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden="true"] .c-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden="true"] .c-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal .c-modal__container,
.c-modal .c-modal__overlay {
  will-change: transform;
}

/*--------------------------------------------------------------
## up-educational-project form
--------------------------------------------------------------*/
.c-search-box {
	background-color: #F6F6F6;
	padding: 24px 15px;
}

.c-search-box__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.c-search-box__wrap {
	padding: 0;
}

.c-search-box__section {
	width: 100%;
}

.c-search-box__title {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
}

.c-search-box__list {
	margin-top: 8px;
	border: 1px solid #C3C3C3;
}

.c-search-box__list__wrap .c-search-box__list{
	margin-top: 0;
}

.c-search-box__list .c-search-list-inner {
	margin-top: 0;
	margin-left: 0;
	padding: 8px 15px;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}

.c-search-box__list .c-search-list-inner__item {
	width: 50%;
	margin-top: 0;
}

.c-search-list-inner__item::before{
	content: none;
}

.c-search-box__item {
	display: inline-block;
	cursor: pointer;
}

.c-search-box__item--offset {
	width: 100%;
}

.c-search-box__item-wrap {
	background-color: #fff;
	border-bottom: 1px solid #C3C3C3;
	cursor: pointer;
}

.c-search-box__item-wrap.--all{
	background-color: #F4F9FB;
}

.c-search-box__item-wrap.--allparent{
	background-color: #DAEBFB;
}

.c-search-box__item-wrap + .c-search-box__item-wrap {
	margin-top: 0;
}

.c-search-box__item-wrap::before {
	content: none;
}

.c-search-box__item-wrap:last-of-type {
	border-bottom: none;
}

.c-search-box__item-title {
	margin-top: 0;
	padding-top: 9px;
	padding-left: 14px;
	padding-bottom: 9px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.c-search-box__checkbox {
	display: none;
}

.c-search-box__checkbox-parts {
	position: relative;
	padding: 13px 0 13px 24px;
	display: block;
	width: 100%;
	height: 100%;
	transition: ease-out 0.2s;
	font-size: 14px;
}

.c-search-box__checkbox-parts--parent {
	width: auto;
}

.c-search-box__checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #979797;
	border-radius: 2px;
	transform: translateY(-50%);
}

.c-search-box__checkbox:checked + .c-search-box__checkbox-parts::before {
	background-color: #005BAC;
}

.c-search-box__checkbox:checked + .c-search-box__checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 47%;
	left: 5px;
	width: 6px;
	height: 9px;
	transform: translateY(-50%) rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* .c-search-box-child {
	display: none;
	margin: 0;
	padding-left: 0 !important;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.c-search-box-child__item-wrap {
	margin-top: 0 !important;
	border-bottom: 1px solid #ddd;
}

.c-search-box-child__item-wrap::before {
	content: none;
}

.c-search-box-child__item-wrap:last-child {
	border-bottom: none;
}

.c-search-box-child__item-wrap .c-search-box__checkbox-parts {
	padding-left: 86px;
}

.c-search-box-child__item-wrap .c-search-box__checkbox-parts::before {
	left: 52px;
}

.c-search-box-child__item-wrap .c-search-box__checkbox:checked + .c-search-box__checkbox-parts::after {
	left: 60px;
}

.c-search-box-child .c-search-box__item {
	width: 100%;
} */

.c-search-button {
	margin-top: 40px;
	margin-bottom: 30px;
}

.c-search-button__inner {
	width: 100%;
}

.c-search-button__link {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	padding: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #005BAC;
	border-radius: 8px;
	color: #fff;
	position: relative;
	word-break: break-word;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	border: none;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.c-search-box {
		padding: 24px;
	}
	.c-search-box__section {
		margin-top: 0;
	}
	.c-search-box__list__wrap{
		display: flex;
	}
	.c-search-box__list.--allparent{
		width: 180px;
		min-width: 180px;
	}
	.c-search-bo__list__wrap > .c-search-box__list{
		width: 180px;
		min-width: 180px;
	}
	.c-search-box__list{
		display: flex;
	}
	.c-search-box__item-wrap{
		flex: 1;
		border-right: 1px solid #C3C3C3;
		border-bottom: none;
	}
	.c-search-box__item-wrap:last-of-type {
		border-right: none;
	}
	.c-search-box__item-wrap.--all{
		max-width: 180px;
		display: flex;
	}
	.c-search-box__list .c-search-list-inner {
		padding: 8px 16px;
		justify-content: start;
	}
	.c-search-box__list .c-search-list-inner__item {
		min-width: 18%;
		max-width: 24%;
	}
	.c-search-box__item-wrap.--all .c-search-list-inner__item {
		min-width: 100%;
		max-width: 100%;
	}
	.c-search-box__item-title {
		font-size: 16px;
	}
	.c-search-box__checkbox-parts {
	padding: 9px 0 9px 24px;
	}
	.c-search-button {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.c-search-button__link {
		margin-left: auto;
		margin-right: auto;
		width: 364px;
	}
}

@media screen and (max-width: 767px) {
	.c-search-box__list .c-search-list-inner.--flex-column-sp {
		flex-direction: column;
	}
	.c-search-list-inner.--flex-column-sp .c-search-list-inner__item{
		width: 100%;
		max-width: 100%;
	}
}

/*------ 合格者数リスト -------*/
.c-gokaku{
	display: flex;
	flex-wrap: wrap;
}
.c-gokaku__item{
	display: flex;
	width: 100%;
	max-width: 285px;
	justify-content: space-between;
	align-items: center;
	row-gap: 10px;
	border: 1px solid #DDDDDD;
	padding: 16px;
	margin-top: -0.8px;
	margin-left: -0.8px;
}
.c-gokaku__title{
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	color: #181818;
	font-size: 16px;
}
.c-gokaku__num{
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	font-size: 18px;
	color: #004693;
	display: flex;
	align-items: baseline;
	gap: 2px;
}
.c-gokaku__num__unit{
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;	
	color: #004693;
}

@media screen and (max-width: 768px) {
	.c-gokaku{
		justify-content: center;
		border: 1px solid #DDDDDD;
	}
	.c-gokaku__item{
		width: 100%;
		max-width: none;
		padding: 15px;
		border: 0px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
		margin-top: 0px;
		margin-left: 0px;
	}
	.c-gokaku__num{
		align-items: center;
	}
	.c-gokaku__item:first-child{
		border-top: 0px solid #DDDDDD;
	}
}

/* ブロック */
.topics{
	border: 12px solid #E9F3FD;
	padding: 28px;
}
.topics__min-ttl{
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	font-size: 16px;
	color: #005BAC;
}
.topics__ttl{
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	font-size: 24px;
	color: #005BAC;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.topics{
		padding: 18px;
	}
}

/* ロードマップ */
.c-list-road{
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.c-list-road__item{
	display: flex;
	width: 100%;
	gap: 24px;
	align-items: center;
}
.c-list-road__item:not(:first-child){
	margin-top: 24px;
}
.c-list-road__item::before{
	content: none!important;
	display: none!important;
}
.c-list-road__img{
	width: 15%
}
.c-list-road__content{
	width: 85%;
}
.c-list-road__title{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}
.c-list-road__text{
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	margin-top: 10px;
}
.c-list-road__wrap .wp-block-lazyblock-images-pc-sp{
	text-align: center;
}

@media screen and (max-width: 768px) {
	.c-list-road__img{
		width: 29%
	}
	.c-list-road__content{
		width: 67%;
	}
	.c-list-road__item{
		gap: 4%;
		align-items: flex-start;
	}
}

/* 特徴リスト */
.c-features-list{
	padding: 32px;
	background-color: #F4F9FB;
	counter-reset: item;
}
.c-features-list .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: flex-start;
}
.c-features-list__item{
	padding: 24px;
	border: 1px solid #C3D9EB;
	border-radius: 8px;
	max-width: 526px;
	width: 100%;
	position: relative;
	background-color: #fff;
	margin-top: 0;
}
.c-features-list__item::before{
	content: none!important;
	display: none!important;
}
.c-features-list__title::before{
	counter-increment: item 1;
	content: "0" counter(item);
	color: #005BAC;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	display: block;
	position: relative;
}
.c-features-list__title{
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	position: relative;
	padding-bottom: 16px;
	border-bottom: 1px solid #C3D9EB;
	display: flex;
  align-items: center;
	gap: 8px;
}
.c-features-list__content{
	padding-top: 16px;
}
.c-features-list__content p {
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.c-features-list{
		padding: 24px 15px;
	}
	.c-features-list .wp-block-group__inner-container {
		gap: 16px;
	}
	.c-features-list__item{
		padding: 20px 15px;
		max-width: 100%;
	}
	.c-features-list__title::before{
		font-size: 24px;
	}
	.c-features-list__title{
		font-size: 16px;
	}
	.c-features-list__content{
		padding-top: 16px;
	}
}

/* タグ付きアコーディオン（グレー） */
.c-list-flow__content-gray{
	padding: 24px;
	background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
	.c-accordion-has-tag-gray .c-list-flow__title{
		padding: 15px 39px 15px 15px!important;
	}
	.c-accordion-has-tag-gray h3{
		font-size: 20px;
	}
	.c-list-flow__content-gray{
		padding: 24px 15px;
	}
}

/* 保護者さまの声 */
.c-hogo-wrap{
	display: flex;
	gap: 24px 36px;
	align-items: flex-start;
	flex-wrap: wrap;
}
.c-hogo-item{
	padding: 24px 24px 0px 24px;
	width: 552px;
	background-color: #F4F9FB;
}
.c-hogo-header{
	display: flex;
	gap: 16px;
	align-items: flex-start;
	border-bottom: 1px solid #C3D9EB;
	padding-bottom: 20px;
	margin-bottom: 16px;
}
.c-hogo-header__block--img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
    overflow: hidden;
}
.c-hogo-header__block--txt{
	max-width: 388px;
}
.c-hogo-header__ttl{
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 10px;
}
.c-hogo-header__school,.c-hogo-header__name{
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	color: #666666;
}
.c-hogo-content-wrap {
  height: 141px; /* デフォルトの高さ */
  overflow: hidden; /* 高さを超えるコンテンツを非表示にする */
  transition: height 0.3s ease-out; /* スムーズなアニメーション効果 */
	position: relative;
	border-bottom: 1px solid #F4F9FB;
}
.c-hogo-content-wrap.is-close {
	height: 141px!important;
}
.c-hogo-content-wrap.is-open {
	height: auto;
}
.c-hogo-content{
	padding-bottom: 68px;
}
.c-hogo-btn-close {
  display: none; /* 閉じるボタンをデフォルトで非表示にする */
}
.c-hogo__buttons{
	position: absolute;
	bottom: 0;
	width: 504px;
	height: auto;
	text-align: center;
}
.c-hogo__buttons button{
	width: 100%;
	border: 0;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	color: #005BAC; 
	text-align: center;
	padding: 0;
}
.c-hogo-btn-more{
	height: 80px;
	background: linear-gradient(to bottom, rgba(244, 249, 251, 0.50) 0%, #F4F9FB 50%);
}
.c-hogo-btn-close{
	height: 68px;
	background-color: #F4F9FB;
	padding-bottom: 24px;
}
.c-hogo__buttons::before, .c-hogo__buttons::after {
	transition: 0.2s;
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #005BAC;
	top: 50%;
	right: 184px;
	transform: translate(-50%, -50%);
}
.c-hogo__buttons::after{
	transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .c-hogo__buttons::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
	.c-hogo-item{
		padding: 20px 15px 0px 15px;
	}
	.c-hogo-content-wrap{
		height: 132px;
	}
	.c-hogo-header{
		gap: 5%;
	}
	.c-hogo-header__block--img{
		width: 29%;
		height: auto;
	}
	.c-hogo-header__block--txt{
		width: 66%;
	}
	.c-hogo-header__ttl{
		font-size: 17px;
	}
	.c-hogo__buttons{
		width: 100%;
	}
	.c-hogo__buttons::before, .c-hogo__buttons::after{
		right: 80px;
	}
	.c-hogo__buttons button{
		padding: 0 24px 0 0;
	}
	.c-hogo-btn-close{
		height: 64px;
		padding: 0 20px 0 0;
	}
	.c-hogo-content-wrap.is-close{
		height: 132px !important;
	}
}

/* cvボックス */
.c-cv-box .wp-block-group__inner-container{
	padding: 32px;
	background-color: #FCFAEE;
}
.c-cv-box__ttl{
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}
.c-cv-box__txt{
	text-align: center;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-size: 14px;
	margin-bottom: 8px;
}
.c-cv-box .wp-block-buttons{
	margin-top: 0;
	margin-bottom: 0;
}
.c-cv-box .wp-block-columns{
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.c-cv-box .wp-block-group__inner-container{
		padding: 32px 15px;
	}
	.c-cv-box__ttl{
		font-size: 20px;
	}
	.c-cv-box .wp-block-columns{
		gap: 16px;
	}
}

/* KV画像出し分け */
.kv{
	margin-top: -40px;
	width: auto;
  display: block;
}
.kv img{
	width: 100%;
}
@media screen and (max-width: 768px) {
	.kv{
		margin: -40px -15px 0 -15px;
	}
}

/* 画像カルーセル（LP） */
@media screen and (min-width: 768px) {
	.lp-slider__slide{
		width: 960px!important;
		height: auto!important;
	}
}

/* 合格体験記 */
.c-success-box__wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.c-success-item{
	padding: 20px;
	border: 1px solid #C3D9EB;
	border-radius: 8px;
	max-width: 364px;
	width: 100%;
}
.c-success-item__head__img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.c-success-item__head{
	display: flex;
	gap: 15px;
	align-items: flex-start;
}
.c-success-item__head--right{
	width: 225px;
}
.c-success-item__head__year{
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	font-size: 12px;
	color: #666666;
}
.c-success-item__head__school{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	color: #005BAC;
	margin-top: 0;
}
.c-success-item__head__others{
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: 8px;
}
.c-success-item__head__name-area{
	display: flex;
	align-items: end;
}
.c-success-item__head__name{
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	color: #181818;
}
.c-success-item__head__honorific{
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	font-size: 12px;
	color: #181818;
	margin-top: 0;
}
.c-success-item__head__from{
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	font-size: 12px;
	color: #181818;
}
.c-success-item__txt{
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-size: 14px;
	color: #181818;
	margin-top: 12px;
}
.c-success-item__link{
	float: right;
	margin-top: 9px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.c-success-item{
		padding: 20px 15px;
		max-width: 100%;
	}
	.c-success-box__wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}
}

/* 合格体験記個人 */
.success_exp_cont_txtarea{
	max-width: 944px;
	margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
	.success_exp_cont_txtarea{
		max-width: 100%;
	}
}

/* 合格体験記個人ページナビ */
.c-pagenavi{
	display: flex;
	width: 944px;
	max-width: 1140px;
	padding-top: 16px;
	justify-content: center;
	border-top: 1px solid #C3C3C3;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	gap: 24px;
	align-items: center;
}
.c-pagenavi__item a{
	text-decoration: none;
	color: #005BAC;
	display: flex;
	align-items: center;
	gap: 4px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-size: 14px;
	position: relative;
}
.c-pagenavi__prev::before, .c-pagenavi__next::after{
	content: '';
	background-image: url(/wp-content/themes/up/images/commons/icon_pagination_link.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	display: block;
	position: relative;
}
.c-pagenavi__next::after{
	transform: rotate(180deg);
}
.c-pagenavi__item--line{
	width: 1px;
	height: 16px;
	background-color: #DDDDDD;
	align-items: center;
}
.is-deactive{
	color: #666666!important;
	pointer-events: none!important;
}
.is-deactive::before, .is-deactive::after{
	background-image: url(/wp-content/themes/up/images/commons/icon_pagination_link_deactive.svg);
}

@media screen and (max-width: 768px) {
	.c-pagenavi{
		width: 100%;
		max-width: 100%;
	}
}

/* コース詳細_イントロブロック */
.c-lecture-intro{
	width: 100%;
}
.c-lecture-intro__inner{
	text-align: center;
	background-color: #F4F9FB;
	padding: 40px 60px 24px;
	position: relative;
}
.c-lecture-intro__fuki{
	position: absolute;
	height: 44px;
	width: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -16px;
}
.c-lecture-intro__ttl{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	color: #004693;
}
.c-lecture-intro__txt{
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-size: 16px;
	margin-top: 8px;
}

@media screen and (max-width: 768px) {
	.c-lecture-intro__inner{
		padding: 40px 15px 24px;
	}
	.c-lecture-intro__ttl{
		font-size: 18px;
	}
	.c-lecture-intro__txt{
		font-size: 14px;
	}
}

/* コース詳細アコーディオン */
.c-accordion-course{
	margin-top: 16px;
}
.c-accordion-course__flag{
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 5px;
}
.c-accordion-course__head{
	padding: 16px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-accordion-course__name{
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-size: 14px;
}
.c-accordion-course__title{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	color: #005BAC;
}
.c-accordion-course__subTitle{
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	font-size: 14px;
	margin-left: 2px;
}
.c-accordion-course__contents{
	padding: 24px;
}
.c-accordion-course__contents h5{
	margin: 0 0 24px 0;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	font-size: 20px;
}
.c-accordion-course__contents .wp-block-buttons.wp-block-buttons-is-layout-flex{
	gap: 16px;
}
.lecture-tag-kome::after{
	content: '※';
	position: relative;
	display: inline-block;
	font-size: 12px;
	vertical-align: bottom;
}
.c-lecture-shiboukou-kouza{
	border-top: 1px solid #C3C3C3;
	margin-top: 16px!important;
}
.c-lecture-shiboukou-kengaku{
	gap:8px;
}
.c-accordion-course-link{
	text-decoration: none;
}
.c-accordion-course-link:hover{
	text-decoration: none;
}
.c-accordion__icon--link::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: relative;
	right: 3px;
	border-top: solid 3px #005BAC;
	border-right: solid 3px #005BAC;
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.c-accordion-course__head__inner{
		max-width: 291px;
	}
	.c-accordion-course__flag{
		display: block;
	}
	.c-accordion--no-icon .c-accordion-course__head{
		padding: 15px!important;
	}
	.c-accordion-course__contents{
		padding: 24px 15px;
	}
	.c-lecture-shiboukou-kengaku{
		gap:8px;
	}
	.c-lecture-shiboukou-kouza{
		border:none;
		padding-top: 0px;
		margin-top: 24px!important;
		margin-bottom: 20px;
	}
	.c-lecture-shiboukou-kouza h4{
		margin-top: 0;
	}
	.c-accordion__icon--link::after{
		right: 4px;
		border-top: solid 2px #005BAC;
		border-right: solid 2px #005BAC;
	}
}

/* 講座一覧ブロック */
.c-lecture-box__wrap{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 24px 36px;
	margin-top: 48px;
}
.c-lecture-box{
	width: calc((100% - 72px) / 3);
	border-radius: 8px;
	border: 1px solid #C3C3C3;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
}
.c-lecture-box__tags{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 4px;
}
.c-lecture-box__tags.--grade{
	margin-bottom: 12px;
}
.c-lecture-box__tags.--lecture_type{
	gap: 8px;
}
.c-lecture-box__tag.--lecture_type{
	padding: 0 8px;
	color: #666;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 166%;
	border: 1px solid #C3C3C3;
	border-radius: 2px;
}
.c-lecture-box__title{
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
}
.c-lecture-box__text{
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	margin-top: 8px;
}
.c-lecture-box__detail{
	color: #666;
	font-size: 12px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 8px;
}
.c-lecture-box__desc{
	margin-top: 16px;
	padding: 8px 16px;
	text-align: center;
	background-color: #F7F7F7;
	border-radius: 8px;
}
.c-lecture-box__desc p{
	font-size: 14px;
	font-weight: 500;
}
.c-lecture-box__desc p + p{
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.c-lecture-box__wrap{
		gap: 36px 24px;
	}
	.c-lecture-box{
		width: 100%;
	}
}

/* 校舎一覧トップブロック */
.c-access-top-list{
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	align-items: flex-start;
}
.c-access-top-item-station{
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	font-size: 12px;
}
.c-access-top h2:first-child{
	margin-top: 48px;
}
@media screen and (min-width: 768px) {
	.c-access-top-list .wp-block-button__link{
		padding: 16px 24px 16px 16px;
	}
}

/* イベント絞り込み */
.c-event-box__wrap{
	margin-top: 48px;
}

.c-news__body.--border{
	border: 1px solid #C3C3C3;
}

.c-news__body.--border .c-event-box__wrap{
	margin-top: 24px;
	margin-bottom: 24px;
}
.event-search-card{
	display: block;
	border-bottom: 1px solid #C3C3C3;
	padding: 20px 0;
	text-decoration: none;
	transition: opacity 0.3s;
}
.event-search-card:hover{
	text-decoration: none;
}
.c-event-box__content{
	display: flex;
	gap: 20px;
}
.c-event__thumb{
	max-width: 160px;
	width: 100%;
	height: auto;
}
.c-event-box__content a{
	text-decoration: none;
}
.c-event-box__tags{
	margin-bottom: 8px;
}
.c-event-box__title{
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	font-size: 18px;
	color: #181818;
}
.c-event-box__sub-title{
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	color: #181818;
	font-size: 14px;
}
.c-event-box__cost{
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	color: #181818;
	margin-top: 8px;
}
.c-event-box__cost::before{
	content: '参加費';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	margin-right: 8px;
	color: #181818;
}
.c-event-box__apply{
	font-style: normal;
	font-weight: 700;
	line-height: 160%; 
	font-size: 14px;
	color: #005BAC;
	margin-top: 0px;
}
.c-event-box__apply::before{
	content: '開催日';
	font-style: normal;
	font-weight: 700;
	line-height: 160%; 
	font-size: 14px;
	color: #005BAC;
	margin-right: 8px;
}
.c-event-box__online,.c-event-box__school{
	border: 1px solid #C3C3C3;
	padding: 0 8px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	font-size: 12px;
	color: #666666;
	border-radius: 2px;
	display: inline-block;
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	.event-search-card:hover{
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.c-event__thumb{
		max-width: 100%;
		width: 35%;
	}
	.c-event-box__content{
		gap: 3%;
	}
	.c-event-box__desc{
		width: 62%;
	}
	.c-event-box__title{
		font-size: 16px;
	}
}

/*--------------------------------------------------------------
# LPページ用スタイル
--------------------------------------------------------------*/
/*---LP用h2---*/
.lp-h2 {
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 140%;
text-align: center;
padding-bottom: 16px;
border-bottom: 2px solid #DAEBFB;
color: #004693;
margin-bottom: 40px;
margin-top: 80px;
}
.lp-h2::before, .lp-h2::after{
	display: none;
}

.lp-h2-wrap{
	margin-bottom: 40px;
	margin-top: 80px;
	text-align: center;
}

.lp-h2-wrap .lp-h2{
	margin-top: 12px;
	margin-bottom: 0;
}

.lp-h2-flag{
	font-size: 16px;
	padding: 2px 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	text-align: center;
	color: #004693;
	background-color: #F4F9FB;
	border: 1px solid #004693;
	margin: 0 auto;
	border-radius: 40px;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.lp-h2 {
		font-size: 28px;
		padding-bottom: 16px;
		margin-bottom: 32px;
		/* margin-top: 40px; */
	}
	.lp-h2-flag{
		font-size: 14px;
	}
	.lp-h2-wrap{
		margin-bottom: 32px;
		/* margin-top: 40px; */
	}
}

.padding-inline-15 {
    padding-inline: 15px;
}


/*--------------------------------------------------------------
## up-educational-project utilities
--------------------------------------------------------------*/
.u-hidden-pc {
	display: block !important;
}

.u-hidden-sp {
	display: none !important;
}

.u-hidden-tr-pc {
	display: table-row !important;
}

.u-hidden-tr-sp {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.u-hidden-pc {
		display: none !important;
	}
	.u-hidden-sp {
		display: block !important;
	}
	.u-hidden-tr-pc {
		display: none !important;
	}
	.u-hidden-tr-sp {
		display: table-row !important;
	}
}

.u-bg-corporate1 {
	background-color: #501b86;
}

.u-bg-corporate2 {
	background-color: #ebe6f2;
}

.u-bg-corporate3 {
	background-color: #e1299b;
}

.u-bg-corporate4 {
	background-color: #f6f3fb;
}

.u-bg-corporate5 {
	background-color: #ccc3d8;
}

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

@media screen and (min-width: 768px) {
	.u-bg-corporate2-onlyPc {
		background-color: #ebe6f2;
	}
}

.u-mt-0 {
	margin-top: 0 !important;
}

.u-mt-10 {
	margin-top: 10px !important;
}

.u-mt-20 {
	margin-top: 20px !important;
}

.u-mt-30 {
	margin-top: 30px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-50 {
	margin-top: 50px !important;
}

.u-mt-60 {
	margin-top: 60px !important;
}

.u-mt-70 {
	margin-top: 70px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

.u-mt-90 {
	margin-top: 90px !important;
}

.u-mt-100 {
	margin-top: 100px !important;
}

.u-mr-0 {
	margin-right: 0 !important;
}

.u-mr-10 {
	margin-right: 10px !important;
}

.u-mr-20 {
	margin-right: 20px !important;
}

.u-mr-30 {
	margin-right: 30px !important;
}

.u-mr-40 {
	margin-right: 40px !important;
}

.u-mr-50 {
	margin-right: 50px !important;
}

.u-mr-60 {
	margin-right: 60px !important;
}

.u-mr-70 {
	margin-right: 70px !important;
}

.u-mr-80 {
	margin-right: 80px !important;
}

.u-mr-90 {
	margin-right: 90px !important;
}

.u-mr-100 {
	margin-right: 100px !important;
}

.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mb-10 {
	margin-bottom: 10px !important;
}

.u-mb-20 {
	margin-bottom: 20px !important;
}

.u-mb-30 {
	margin-bottom: 30px !important;
}

.u-mb-40 {
	margin-bottom: 40px !important;
}

.u-mb-50 {
	margin-bottom: 50px !important;
}

.u-mb-60 {
	margin-bottom: 60px !important;
}

.u-mb-70 {
	margin-bottom: 70px !important;
}

.u-mb-80 {
	margin-bottom: 80px !important;
}

.u-mb-90 {
	margin-bottom: 90px !important;
}

.u-mb-100 {
	margin-bottom: 100px !important;
}

.u-ml-0 {
	margin-left: 0 !important;
}

.u-ml-10 {
	margin-left: 10px !important;
}

.u-ml-20 {
	margin-left: 20px !important;
}

.u-ml-30 {
	margin-left: 30px !important;
}

.u-ml-40 {
	margin-left: 40px !important;
}

.u-ml-50 {
	margin-left: 50px !important;
}

.u-ml-60 {
	margin-left: 60px !important;
}

.u-ml-70 {
	margin-left: 70px !important;
}

.u-ml-80 {
	margin-left: 80px !important;
}

.u-ml-90 {
	margin-left: 90px !important;
}

.u-ml-100 {
	margin-left: 100px !important;
}

.is-style-h2-block-bottom {
	height: 80px !important;
}

.is-style-h3-block-bottom {
	height: 48px !important;
}

.is-style-h4-block-bottom {
	height: 24px !important;
}

.is-style-2col-gap {
	height: 32px !important;
}

.is-style-pc80sp60 {
	height: 60px !important;
}

.is-style-pc64sp48 {
	height: 48px !important;
}

.is-style-pc56sp42 {
	height: 42px !important;
}

.is-style-pc48sp36 {
	height: 36px !important;
}

.is-style-pc40sp30 {
	height: 30px !important;
}

.is-style-pc32sp24 {
	height: 24px !important;
}

.is-style-pc24sp18 {
	height: 18px !important;
}

.is-style-pc16sp12 {
	height: 12px !important;
}

.is-style-pc8sp6 {
	height: 6px !important;
}

@media screen and (min-width: 768px) {
	.is-style-2col-gap {
		height: 36px !important;
	}
	.is-style-pc80sp60 {
		height: 80px !important;
	}
	.is-style-pc64sp48 {
		height: 64px !important;
	}
	.is-style-pc56sp42 {
		height: 56px !important;
	}
	.is-style-pc48sp36 {
		height: 48px !important;
	}
	.is-style-pc40sp30 {
		height: 40px !important;
	}
	.is-style-pc32sp24 {
		height: 32px !important;
	}
	.is-style-pc24sp18 {
		height: 24px !important;
	}
	.is-style-pc16sp12 {
		height: 16px !important;
	}
	.is-style-pc8sp6 {
		height: 8px !important;
	}
}

@media screen and (max-width: 767px) {
	.u-button-margin-narrow {
		margin-top: 24px;
	}
	.u-button-margin-narrow .wp-block-buttons {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-0 {
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-10 {
		margin-top: 10px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-20 {
		margin-top: 20px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-30 {
		margin-top: 30px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-40 {
		margin-top: 40px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-50 {
		margin-top: 50px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-60 {
		margin-top: 60px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-70 {
		margin-top: 70px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-80 {
		margin-top: 80px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-90 {
		margin-top: 90px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mt-100 {
		margin-top: 100px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-0 {
		margin-left: 0 !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-10 {
		margin-left: 10px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-20 {
		margin-left: 20px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-30 {
		margin-left: 30px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-40 {
		margin-left: 40px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-50 {
		margin-left: 50px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-60 {
		margin-left: 60px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-70 {
		margin-left: 70px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-80 {
		margin-left: 80px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-90 {
		margin-left: 90px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_ml-100 {
		margin-left: 100px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-0 {
		margin-right: 0 !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-10 {
		margin-right: 10px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-20 {
		margin-right: 20px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-30 {
		margin-right: 30px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-40 {
		margin-right: 40px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-50 {
		margin-right: 50px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-60 {
		margin-right: 60px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-70 {
		margin-right: 70px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-80 {
		margin-right: 80px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-90 {
		margin-right: 90px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mr-100 {
		margin-right: 100px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-0 {
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-10 {
		margin-bottom: 10px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-20 {
		margin-bottom: 20px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-30 {
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-40 {
		margin-bottom: 40px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-50 {
		margin-bottom: 50px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-60 {
		margin-bottom: 60px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-70 {
		margin-bottom: 70px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-80 {
		margin-bottom: 80px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-90 {
		margin-bottom: 90px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.u-only-sp_mb-100 {
		margin-bottom: 100px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-0 {
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-10 {
		margin-top: 10px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-20 {
		margin-top: 20px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-30 {
		margin-top: 30px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-40 {
		margin-top: 40px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-50 {
		margin-top: 50px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-60 {
		margin-top: 60px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-70 {
		margin-top: 70px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-80 {
		margin-top: 80px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-90 {
		margin-top: 90px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mt-100 {
		margin-top: 100px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-0 {
		margin-right: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-10 {
		margin-right: 10px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-20 {
		margin-right: 20px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-30 {
		margin-right: 30px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-40 {
		margin-right: 40px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-50 {
		margin-right: 50px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-60 {
		margin-right: 60px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-70 {
		margin-right: 70px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-80 {
		margin-right: 80px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-90 {
		margin-right: 90px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mr-100 {
		margin-right: 100px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-0 {
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-10 {
		margin-bottom: 10px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-20 {
		margin-bottom: 20px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-30 {
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-40 {
		margin-bottom: 40px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-50 {
		margin-bottom: 50px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-60 {
		margin-bottom: 60px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-70 {
		margin-bottom: 70px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-80 {
		margin-bottom: 80px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-90 {
		margin-bottom: 90px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_mb-100 {
		margin-bottom: 100px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-0 {
		margin-left: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-10 {
		margin-left: 10px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-20 {
		margin-left: 20px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-30 {
		margin-left: 30px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-40 {
		margin-left: 40px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-50 {
		margin-left: 50px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-60 {
		margin-left: 60px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-70 {
		margin-left: 70px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-80 {
		margin-left: 80px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-90 {
		margin-left: 90px !important;
	}
}

@media screen and (min-width: 768px) {
	.u-only-pc_ml-100 {
		margin-left: 100px !important;
	}
}

/*--------------------------------------------------------------
# up-educational-project
--------------------------------------------------------------*/
/* モジュールページ用h1 */
h1.module.heading {
	width: 100%;
	position: relative;
	left: 45%;
	transform: translateX(-45%);
	color: #333333;
	background-color: #fff;
	margin: 48px 0 24px;
	padding-bottom: 16px;
	position: relative;
	line-height: 1.5;
}

h1.module.heading::before, h1.module.heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

h1.module.heading::before {
	left: 0;
	width: 251px;
	border-bottom-color: #501B86;
}

h1.module.heading::after {
	width: calc(100% - 251px);
	right: 0;
	border-bottom-color: #eaeaea;
}

.c-scroll-box {
	overflow: auto;
	white-space: nowrap;
}

.c-scroll-table {
	margin-top: 0;
}

