@charset 'UTF-8';
/*==========================================================================

   mixin

===========================================================================*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css');
html {
	box-sizing: border-box;
	/* Prevent adjustments of font size after orientation changes in iOS */
	word-break: break-word;
	-moz-tab-size: 4;
	     tab-size: 4;

	-webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
	background-repeat: no-repeat;
}

::before,
::after {
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
	text-decoration: inherit;
}

* {
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
	padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
	height: 0;
	/* Add the correct box sizing in Firefox */
}

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

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

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

pre {
	font-size: 1em;
	/* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

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

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

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

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	color: inherit;
	cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	border-style: none;
	background-color: transparent;
}

/* Style select like a standard input */
select {
	/* Firefox 36+ */
	-webkit-appearance: none;

	   -moz-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	border: 0;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
	fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~='screen'] {
		display: inherit;
	}
	[hidden~='screen']:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* webfont */
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
	font-family: 'pc';
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	head {
		font-family: 'sp';
	}
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-family: 'YakuHanJP', 'Noto Sans Japanese', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.os-mac body {
	font-weight: 400;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	body {
		width: 100%;
		min-width: 320px;
		height: auto;
		font-size: 15px;
		line-height: 1.5;
	}
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
	color: inherit;
	outline: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
	text-decoration: none;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
	word-wrap: break-word;
	outline: none;
}

img {
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

/* Placeholder
-----------------------------------------------*/
::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

::-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

:-moz-placeholder {
	color: rgba(255, 255, 255, .6);
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/

::selection {
	background-color: #b3d4fc;
	color: #fff;
	text-shadow: none;
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	vertical-align: middle;
	white-space: normal;
	-webkit-appearance: none;

	   -moz-appearance: none;
	        appearance: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
	box-sizing: content-box;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
	box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
	width: 13px;
	height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
	display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	/* Fix IE7 display bug */
	overflow: visible;
	width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
	padding: 0;
	border: 0;
	background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
	/* Turn off scroll bars in IE unless needed */
	overflow: auto;
	/* Move the label to the top */
	vertical-align: top;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
	/* Move the label to the top */
	vertical-align: top;
}

/*--------------------------------------------------------------------------
   l-page
---------------------------------------------------------------------------*/
.l-page-wrapper {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.l-page-wrapper {
		width: 100%;
		height: 100%;
	}
}

.is-loading .l-page-wrapper {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.load-complete .l-page-wrapper {
	visibility: visible;
}

@media only screen and (max-width: 767px) {
	.l-page {
		overflow-x: hidden;
		width: 100%;
		height: 100%;
		padding-bottom: 76px;
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width: 767px) {
	.is-loading .l-page {
		overflow-y: hidden;
	}
}

/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.l-wrap {
		width: auto;
		padding: 0 25px;
	}
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
	box-sizing: border-box;
}

.l-grid::after {
	display: table;
	clear: both;
	content: '';
}

.l-grid__item {
	display: block;
	box-sizing: inherit;
	float: left;
}

.l-grid__item--1of2 {
	width: 50%;
}

.l-grid__item--1of3 {
	width: 33.33333333%;
}

.l-grid__item--1of4 {
	width: 25%;
}

.l-grid__item--1of5 {
	width: 20%;
}

.l-grid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-inline-grid {
	box-sizing: border-box;
	white-space: nowrap;
}

.l-inline-grid__item {
	display: inline-block;
	box-sizing: inherit;
}

.l-inline-grid__item--1of2 {
	width: 50%;
}

.l-inline-grid__item--1of3 {
	width: 33.33333333%;
}

.l-inline-grid__item--1of4 {
	width: 25%;
}

.l-inline-grid__item--1of5 {
	width: 20%;
}

.l-inline-grid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-flex-grid
---------------------------------------------------------------------------*/
.l-flex-grid {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/* .l-flex-grid__posi {
	justify-content: space-between;
} */

.l-flex-grid__item {
	box-sizing: inherit;
}

.l-flex-grid__item--full {
	width: 100%;
}

.l-flex-grid__item--1of2 {
	width: 50%;
}

.l-flex-grid__item--1of3 {
	width: 33.33333333%;
}

.l-flex-grid__item--1of4 {
	width: 25%;
}

.l-flex-grid__item--1of5 {
	width: 20%;
}

.l-flex-grid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   c-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
	*zoom: 1;
}

.cf:after {
	display: table;
	clear: both;
	content: '';
}

/**
 *
 *  LOADER
 *
 */
/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: white;
}

#Loader #progress {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #000;
}

/* trans
-------------------------------------------*/
#Loader {
	transition: all 1s ease;
}

/* anima
-------------------------------------------*/
.load-complete #Loader {
	opacity: 0;
}

/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.mi-pc {
	display: block;
}

img.mi-pc {
	display: inline;
}

.mi-sp {
	display: none;
}

/* media query -> sp
========================================*/
@media only screen and (max-width: 767px) {
	.mi-pc,
	img.mi-pc {
		display: none;
	}
	.mi-sp {
		display: block;
	}
	img.mi-sp {
		display: inline;
	}
}

/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.mi-note,
.mi-list-note li {
	padding-left: 1em;
	text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.mi-img-max {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------------------
   HOVER
---------------------------------------------------------------------------*/
/*
 hov01
 -- 透過
*/
/* setting */
/* core */
.mi-hov01 {
	transition: all .2s ease-in-out;
}

.mi-hov01:hover {
	opacity: .7;
}

.mi-hov01-all > * {
	transition: all .2s ease-in-out;
}

.mi-hov01-all > *:hover {
	opacity: .7;
}

/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   .g-header
---------------------------------------------------------------------------*/
.g-header {
	height: 80px;
	margin: 0 auto;
	background-color: #f5f2eb;

	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.g-header {
		display: block;
		width: 100%;
		min-width: 100%;
		height: 50px;
		background-color: #fff;
		text-align: center;
	}
}

.g-header__logo {
	width: calc(50% - 480px / 2);
	height: 80px;
	padding: 5px 0 0 2.6%;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.g-header__logo {
		width: 100%;
		height: 50px;
		padding: 4px 0 0;
	}
}

.g-header__logo img {
	width: 330px;
	height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.g-header__logo img {
		width: 80%;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__logo img {
		width: 187px;
	}
}

.g-header__btns {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	width: calc(50% - 480px / 2);
	height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.g-header__btns {
		width: calc((1200px - 480px) / 2);
	}
}

@media only screen and (max-width: 767px) {
	.g-header__btns {
		display: none;
	}
}

.g-header__btns .btns-item {
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.g-header__btns .btns-item {
		width: 100%;
	}
}

.g-header__btns .btns-item a {
	display: block;
	position: relative;
	height: 80px;
	color: #fff;
	font-family: 'Noto selif Japanese', serif;
	font-size: 18px;
	line-height: 1.2;
	transition: .3s;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1210px) {
	.g-header__btns .btns-item a {
		font-size: 17px;
	}
}

.g-header__btns .btns-item a::before {
	position: absolute;
	top: calc(50% - 5px);
	right: 7.8%;
	width: 13.44px;
	height: 13.44px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	transform: rotate(45deg);
}

.g-header__btns .btns-item:first-child a {
	border: 1px solid #da421c;
	background-color: #da421c;
}

.mode-pc .g-header__btns .btns-item:first-child a:hover {
	background-color: #fff;
	color: #da421c;
}

.mode-pc .g-header__btns .btns-item:first-child a:hover::before {
	border-top: 1px solid #da421c;
	border-right: 1px solid #da421c;
}

.g-header__btns .btns-item:last-child a {
	border: 1px solid #151E55;
	background-color: #151E55;
}

.mode-pc .g-header__btns .btns-item:last-child a:hover {
	background-color: #fff;
	color: #151E55;
}

.mode-pc .g-header__btns .btns-item:last-child a:hover::before {
	border-top: 1px solid #151E55;
	border-right: 1px solid #151E55;
}

/*--------------------------------------------------------------------------
   global-footer
---------------------------------------------------------------------------*/
#global-footer > .site {
	width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#global-footer > .site {
		width: auto;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.sec-dummy {
		width: 50%;
	}
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.sec-dummy {
		width: 50%;
	}
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-mv {
	margin: 0 auto;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.sec-mv {
		display: block;
		width: 100%;
		min-width: 100%;
	}
}

.sec-mv__img {
	width: calc(50% - 480px / 2);
	height: 580px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sec-mv__img--02 {
	margin-left: 480px;
}

@media only screen and (max-width: 767px) {
	.sec-mv__img {
		width: 100%;
		height: auto;
		background-image: none;
	}
}

.sec-mv__img img {
	width: auto;
	height: 580px;
}

@media only screen and (max-width: 767px) {
	.sec-mv__img img {
		width: 100%;
		height: auto;
	}
}

.sec-mv__img:first-child {
	background-image: url(../../assets/img/index/mv_img01.jpg);
}

.sec-mv__img:last-child {
	background-image: url(../../assets/img/index/mv_img02.jpg);
}

.sec-mv__box {
	width: 480px;
	height: 660px;
	background-color: #EAECF5;;
	text-align: center;
	position: absolute;
	top: 0;
	left: calc(50% - 480px / 2);
}

@media only screen and (max-width: 1200px) {
	.sec-mv__box {
		left: 360px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-mv__box {
		width: 100%;
		height: auto;
	}
}

.sec-mv__hdg {
	width: 85.41666666666666%;
	margin: 111px auto 70px;
}

.sec-mv__hdg img {
	width: 100%;
	height: auto;
}

.sec-mv__txt {
	font-size: 16px;
	line-height: 1.8;
}

/*--------------------------------------------------------------------------
   #sec-recommend
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-recommend {
	width: 100%;
}

.sec-course .course-btn:last-child a {
    margin-top: 24px;
}

.sec-recommend__hdg {
	padding: 14px 0;
	background-color: #b9a978;
	text-align: center;
	color: #fff;
	font-family: 'Noto selif Japanese', serif;
	font-size: 24px;
	line-height: 1;
}

.preparation-sec-recommend__hdg{
	background-color: #31373E;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__hdg {
		padding: 15px 0;
		font-size: 23px;
		line-height: 1.25;
	}
}

@media only screen and (max-width: 767px) {
	.sec-recommend__wrap {
		display: block;
	}
}

.sec-recommend__bg {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__bg {
		display: block;
		width: 100%;
	}
}

.sec-recommend__bg:first-of-type {
	border-right: 1px solid #fff;
}

.sec-recommend__bg:last-of-type {
	background-color: #f3f2ee;
}

.preparation-recommend__bg:last-of-type {
	background-color: rgba(47, 54, 62, 0.14);
}


.sec-recommend__bg:last-of-type .preparation-recommend__unit {
	padding-left: 0px;
	position: relative;
    width: 490px;
    margin: 0 auto;
}

.preparation-recommend__bg:first-of-type .preparation-recommend__unit::before {
	position: absolute;
    bottom: 34%;
    left: -98%;
    width: 250px;
    height: 180px;
	background-image: url(../../assets/img/index/recommended_deco03.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.preparation-recommend__bg:last-of-type .preparation-recommend__unit::after {
	position: absolute;
    bottom: -25%;
    right: -90%;
    width: 200px;
    height: 180px;
	background-image: url(../../assets/img/index/recommended_deco04.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
.preparation-recommend__bg {
    width: 100%;
}

@media(max-width: 600px) {
	.sec-recommend__bg:last-of-type .preparation-recommend__unit {
		width: 100%;
		padding: 60px 20px;
	}
    .preparation-recommend__bg:first-of-type .preparation-recommend__unit::before {
        left: 0%;
		top: -20px;
		width: 25%;
    }
	.sec-recommend__bg:last-of-type .preparation-recommend__unit .unit_txt{
		font-size: 17px;
	}
	.preparation-recommend__bg:last-of-type .preparation-recommend__unit::after{
		width: 25%;
		bottom: -25px;
	}

}



.preparation-recommend__bg:last-of-type .preparation-recommend__unit .unit-txt {
	color: #31373E;
}

.preparation-recommend__bg:last-of-type .preparation-recommend__unit .unit-txt::before {
	background-image: url(../../assets/img/index/recommended_ico03.png);
}

.preparation-recommend__unit .unit-txt {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
	margin-bottom: 12px;
}
.preparation-recommend__unit .unit-txt:last-child{
	margin-bottom: 0;
}
.preparation-recommend__unit{
	padding: 50px 0;
}

@media(max-width: 600px) {
	.preparation-recommend__unit .unit-txt{
		font-size: 17px;
	}
	.sec-recommend__wrap .preparation-recommend__bg .preparation-recommend__unit{
		padding-left: 20px;
	}

}


.preparation-recommend__unit .unit-txt::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

@media only screen and (max-width: 767px) {

	.preparation-recommend__unit .unit-txt::before {
		top: 5px;
	}
}

/*--------------------------------------------------------------------------
   #online-course
---------------------------------------------------------------------------*/

.sec-course__hdg.online-course__hdg{
	color: #574009;
	text-align: center;
}

/*--------------------------------------------------------------------------
   #sec-benefit
---------------------------------------------------------------------------*/

.sec-benefit{
	width: 1200px;
  margin: 0 auto 100px;
	padding: 60px 0 52px;
	border: 1px solid #31373E57;
}

@media only screen and (max-width: 767px) {
	.sec-benefit{
		width: calc(100% - 20px);
    margin: 0 10px 50px;
    padding:35px 0 30px;
	}
}

.sec-benefit__hdg{
	color: #31373E;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-benefit__hdg{
		font-size: 25px;
		margin: 0 20px;
	}
}

.sec-benefit__sub-hdg{
	margin-top: 10px;
	color: #31373E;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.sec-benefit__sub-hdg a{
	color: #761D3D;
	text-decoration: underline;
}

.sec-benefit__sub-hdg a:hover{
	text-decoration: none;
	transition: .3s linear;
}

@media only screen and (max-width: 767px) {
	.sec-benefit__sub-hdg{
		font-size: 22px;
    margin: 10px 20px 0;
	}
}

.sec-benefit__num ul{
	display: flex;
	justify-content: space-between;
	margin: 64px 0 0;
	padding: 0 60px;
}

.sec-benefit__num ul li{
	width: 29.685%;
}

.sec-benefit__num ul li img,
.sec-benefit__num ul li .sec-benefit__title{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.sec-benefit__num ul li .sec-benefit__title{
	margin: 30px 0 0;
	color: #414141;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.sec-benefit__num ul li .sec-benefit__txt{
	margin: 12px 0 0;
	padding: 19px 0 0;
	background: linear-gradient(to right, #707070 2px, transparent 2px) left top repeat-x transparent;
	background-size: 4px 1px;
	line-height: 2;
}

.sec-benefit .sec-benefit__annotation{
	margin-top: 40px;
	padding: 0 60px;
	font-size: 14px;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.sec-benefit__num ul{
		display: block;
		margin: 32px 0 0;
	}

	.sec-benefit__num ul li{
		width: 100%;
	}

	.sec-benefit__num ul li + li{
		margin: 32px 0 0;
	}

	.sec-benefit__num ul li img{
		width: 120px;
		height: auto;
	}

	.sec-benefit__num ul li .sec-benefit__title{
		font-size: 18px;
	}

	.sec-benefit__num ul li .sec-benefit__txt{
		font-size: 14px;
	}

	.sec-benefit .sec-benefit__annotation{
		display: block;
		max-width: 275px;
		margin: 30px 0 0 auto;
		padding: 0 20px;
		font-size: 12px;
	}

}





/*--------------------------------------------------------------------------
   #sec-course
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-course {
	width: 1200px;
  margin: 0 auto 100px;
	padding: 50px 0 97px;
	background-color: #EAECF5;
	/* .sec-course__wrap
-----------------------------------------------------------------*/
	/* .sec-course__detail
-----------------------------------------------------------------*/
	/* .sec-course__voice
-----------------------------------------------------------------*/
	/* .sec-course__curriculum
-----------------------------------------------------------------*/
	/* .sec-course__price
-----------------------------------------------------------------*/
}

@media only screen and (max-width: 767px) {
	.sec-course {
		width: 100%;
    margin-bottom: 50px;
    padding-top: 40px;
	}
}

.sec-course__hdg {
	width: 1200px;
	margin: 0 auto 50px;
	padding-top: 50px;
	color: #B9A978;
	font-family: 'Noto selif Japanese', serif;
	font-size: 46px;
}

@media only screen and (max-width: 767px) {
	.sec-course__hdg {
		width: 100%;
		margin: 0 auto 40px;
		padding: 40px 2.66% 0;
		font-size: 28px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__hdg {
		font-size: 25px;
	}
}

.sec-course__hdg span {
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-course__hdg span {
		font-size: 20px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__hdg span {
		font-size: 18px;
	}
}


.sec-course .course-btn a {
	background-color: #761d3d;
}

.sec-course__detail {
	margin-top: 80px;
	padding-top: 250px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail {
		margin-top: 40px;
		padding: 0 10px;
	}
}

.sec-course__detail .detail-box {
	width: 500px;
	padding: 45px 30px 48px 50px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box {
		width: 100%;
		padding: 20px 33px 24px;
	}
}

.sec-course__detail .detail-box__opening-date {
	display: inline-block;
	padding: 0 8px;
	margin: 0 0 9px;
	border: 1px solid #761D3D;
	color: #761D3D;
	font-size: 13px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__opening-date {
		font-size: 12px;
	}
}

.sec-course__detail .detail-box__sub-hdg{
	margin-bottom: 4px;
	color: #761d3d;
	font-family: 'Noto selif Japanese', serif;
	font-size: 18px;
	line-height: 1.4444444444444444;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__sub-hdg{
		font-size: 16px;
	}
}

.sec-course__detail .detail-box__hdg {
	position: relative;
	margin-bottom: 20px;
	color: #761d3d;
	font-family: 'Noto selif Japanese', serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__hdg {
		margin-bottom: 15px;
		font-size: 20px;
	}
}

.sec-course__detail .detail-box__hdg::before {
	position: absolute;
	top: 0;
	left: -50px;
	width: 3px;
	height: 100%;
	border-left: 3px solid #88193c;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__hdg::before {
		left: -33px;
	}
}

.sec-course__detail .detail-box__txt {
	color: #414141;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__txt {
		font-size: 14px;
		line-height: 1.7;
	}
}

.sec-course__detail .detail-box__plan{
	width: 100%;
	margin: 24px auto 0;
	padding: 23px 0;
	background-color: #F6F5F4;
	color: #414141;
	font-size: 16px;
	text-align: center;
}

.sec-course__detail .detail-box__plan .strong{
	color: #DA421D;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__plan{
		max-width: 400px;
		padding: 15px 0;
		font-size: 15px;
	}

	.sec-course__detail .detail-box__plan .strong{
		font-size: 18px;
	}
}

/* .sec-course__detail .detail-box__price{
	margin: 24px 0 0;
	padding: 13px 23px 26px;
	background-color: #DA421D1A;
	color: #414141;
	font-size: 15px;
}

.sec-course__detail .detail-box__price dl{
	display: flex;
	flex-wrap: wrap;
}

.sec-course__detail .detail-box__price dl dt{
	width: 27.38%;
}

.sec-course__detail .detail-box__price dl dt:first-of-type{
	display: flex;
	align-items: center;
}

.sec-course__detail .detail-box__price dl dd{
	width: 72.62%;
}

.sec-course__detail .detail-box__price dl dt,
.sec-course__detail .detail-box__price dl dd{
	margin: 2px 0 0;
}

.sec-course__detail .detail-box__price dl dd.price{
	color: #DA421D;
}

.sec-course__detail .detail-box__price dl dd.price span{
	font-size: 28px;
}

@media only screen and (max-width: 767px) {

	.sec-course__detail .detail-box__price{
		padding: 15px 15px 20px;
		font-size: 14px;
	}

	.sec-course__detail .detail-box__price dl dt{
		width: 30%;
	}

	.sec-course__detail .detail-box__price dl dd{
		width: 70%;
	}

	.sec-course__detail .detail-box__price dl dd.price span{
		font-size: 22px;
	}
}
*/

.sec-course__detail .detail-box__unit .unit-hdg {
	margin-top: 1em;
	color: #761d3d;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__unit .unit-hdg {
		font-size: 14px;
		line-height: 1.7;
	}
}

.sec-course__detail .detail-box__unit .unit-txt {
	color: #414141;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__unit .unit-txt {
		font-size: 14px;
		line-height: 1.7;
	}
}

.sec-course__detail .detail-box__list .list-item {
	color: #414141;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__list .list-item {
		margin-bottom: 5px;
		padding-left: 1.4em;
		text-indent: -1.4em;
	}
}

.sec-course__detail .detail-box__list .list-item span {
	margin-right: 5px;
	color: #761d3d;
}

.sec-course__detail .detail-box__link{
	margin-top: 21px;
	text-align: center;
}

.sec-course__detail .detail-box__link a {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 13px 0 15px;
	text-align: center;
	background-color: #1E275C;
	transition: .3s ease;
}

.sec-course__detail .detail-box__link a.non-active {
	opacity: 0.7;
	pointer-events: none;
}

.sec-course__detail .detail-box__link a span{
	display: block;
	font-size: 16px;
	font-family: 'Noto selif Japanese', serif;
	color: #fff;
}

.sec-course__detail .detail-box__link a span.emphasis{
	font-size: 20px;
}

.sec-course__detail .detail-box__link a:hover{
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__link a {
		width: 100%;
		padding: 13px 0 16px;
	}

	.sec-course__detail .detail-box__link a span{
		font-size: 14px;
	}

	.sec-course__detail .detail-box__link a span.emphasis{
		font-size: 16px;
	}
}

.sec-course__detail--01 {
	margin-top: 0;
	background-image: url(../../assets/img/index/online_img01.jpg);
	background-size: 62.5%;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--01 {
		background-image: none;
	}
}

.sec-course__detail--02 {
	margin-bottom: 130px;
	background-image: url(../../assets/img/index/online_img04.jpg);
	background-size: 62.5%;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--02 {
		margin-bottom: 60px;
		background-image: none;
	}
}

.sec-course__detail--03 {
	background-image: url(../../assets/img/index/online_img04.jpg);
	background-size: 62.5%;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--03 {
		background-image: none;
	}
}

/* .sec-course__detail--03 {
	margin-bottom: 130px;
	background-image: url(../../assets/img/index/online_img02.jpg);
	background-size: 62.5%;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--03 {
		margin-bottom: 60px;
		background-image: none;
	}
} */

.sec-course__detail--04 {
	margin-bottom: 130px;
	background-image: url(../../assets/img/index/online_img05.jpg);
	background-size: 62.5%;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--04 {
		margin-bottom: 60px;
		background-image: none;
	}

}

.sec-course__detail--01,
.sec-course__detail--03,
.sec-course__detail--05 {
	background-position: 0 0;
}

.sec-course__detail--01 .detail-box,
.sec-course__detail--03 .detail-box,
.sec-course__detail--05 .detail-box {
	margin: 0 50px 0 auto;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--01 .detail-box,
	.sec-course__detail--03 .detail-box,
	.sec-course__detail--05 .detail-box{
		margin: 0 auto;
	}
}

.sec-course__detail--02,
.sec-course__detail--04 {
	background-position: 100% 0;
}

.sec-course__detail--02 .detail-box,
.sec-course__detail--04 .detail-box {
	margin: 0 auto 0 50px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--02 .detail-box,
	.sec-course__detail--04 .detail-box {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-img img {
		width: 100%;
		height: auto;
	}
}

.intro-hdg {
	color: #414141;
	font-family: 'Noto selif Japanese', serif;
	font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
	.intro-hdg {
		font-size: 22px;
    line-height: 1.44;
	}
}

.intro-hdg span {
	color: #761d3d;
}

.sec-course__voice {
	position: relative;
	width: 1100px;
	margin: 0 auto 99px;
	padding: 75px 80px 56px;
	background-color: #F4F5FA;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice {
		width: 89.3%;
		margin: 0 auto 55px;
		padding: 36px 23px 20px;
	}
}

.sec-course__voice::before {
	position: absolute;
	top: -51px;
	right: -22px;
	width: 190px;
	height: 86px;
	background-image: url(../../assets/img/index/img_deco03.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-course__voice::before {
		top: -32px;
		right: 0;
		width: 110px;
		height: 50px;
	}
}

.sec-course__voice .voice-hdg {
	margin-bottom: 32px;
	text-align: center;
	color: #761d3d;
	font-family: 'Noto selif Japanese', serif;
	font-size: 30px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-hdg {
    margin-bottom: 20px;
		font-size: 20px;
	}
}

.sec-course__voice .voice-hdg span {
	font-size: 26px;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-hdg span {
		font-size: 18px;
	}
}

.sec-course__voice .voice-wrap {
  margin-top: 66px;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap {
    margin-top: 30px;
	}
}

.sec-course__voice .voice-wrap__unit+.voice-wrap__unit {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap__unit {
		display: block;
		clear: both;
		width: 100%;
	}
}

.sec-course__voice .voice-wrap__unit .unit-img {
  background: top / cover no-repeat;
  width: 150px;
  height: 150px;
}
.sec-course__voice .voice-wrap__unit:nth-of-type(1) .unit-img {background-image: url(../img/index/course_voice01.jpg);}
.sec-course__voice .voice-wrap__unit:nth-of-type(2) .unit-img {background-image: url(../img/index/course_voice02.jpg);}
.sec-course__voice .voice-wrap__unit:nth-of-type(3) .unit-img {background-image: url(../img/index/course_voice03.jpg);}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap__unit .unit-img {
    float: left;
    margin-right: 12px;
		width: 100px;
		height: 100px;
	}
}

.sec-course__voice .voice-wrap__unit {
  justify-content: space-between;
  margin: 0 auto;
}

.sec-course__voice .voice-wrap__unit .unit-txt {
  max-width: 755px;
  width: 100%;
  color: #414141;
}

.sec-course__voice .voice-wrap__unit .unit-txt .text {
  font-size: 15px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap__unit .unit-txt .text {
    font-size: 13px;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap__unit + .voice-wrap__unit {
		margin-top: 10px;
		padding-top: 30px;
	}
}

.sec-course__curriculum {
	padding: 0 50px;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum {
		width: 96.5%;
		margin: 0 auto;
		padding: 0;
	}
}

.sec-course__curriculum .curriculum-hdg {
	margin-bottom: 25px;
	text-align: center;
	color: #761d3d;
	font-family: 'Noto selif Japanese', serif;
	font-size: 30px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-hdg {
		font-size: 20px;
		line-height: 1.5;
	}
}

.sec-course__curriculum .curriculum-hdg span {
	color: #dd5c3c;
}

.sec-course__curriculum .curriculum-hdg .large {
	font-size: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-hdg .large {
		font-size: 25px;
	}
}

.sec-course__price {
	width: 1100px;
	margin: 0 auto 100px;
	padding: 24px 0 20px;
	border-top: 1px solid #761d3d;
	background-color: #fff;

	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.sec-course__price {
		width: 96.5%;
		margin: 0 auto 50px;
		padding: 22px 30px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__price {
		padding: 18px 15px;
	}
}

.sec-course__price .price-hdg {
	margin: 0 214px 0 80px;
	color: #574009;
	font-family: 'Noto selif Japanese', serif;
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-course__price .price-hdg {
		width: 34.8%;
		margin: 0;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__price .price-hdg {
		font-size: 18px;
	}
}

.sec-course__price .price-detail {
	color: #444;
}

@media only screen and (max-width: 767px) {
	.sec-course__price .price-detail {
		width: 64.8%;
		font-size: 15px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__price .price-detail {
		font-size: 14px;
	}
}

.sec-course__price .price-detail span {
	color: #da421d;
}

.sec-course__price .price-detail .large {
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-course__price .price-detail .large {
		font-size: 23px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__price .price-detail .large {
		font-size: 20px;
	}
}


.seminar-btn a {
	display: block;
	position: relative;
	width: 460px;
	height: 80px;
	padding: 30px 0;
	box-shadow: 0 1px 9px 1px rgba(0, 0, 0, .2);
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	background-color: #da421c;
	font-family: 'Noto selif Japanese', serif;
	font-size: 20px;
	line-height: 1;
	transition: .3s;
}

.seminar-btn.btn-layout a{
	margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
	.seminar-btn a {
		width: 77.3%;
		padding: 18px 0;
		font-size: 17px;
		line-height: 1.3;
	}
	.sec-course__intro .seminar-btn a{
		width: 84%;
	}
	.btn__small{
		font-size: 13px;
	}
}

@media only screen and (max-width: 374px) {
	.seminar-btn a {
		font-size: 14px;
	}
}

.mode-pc .seminar-btn a:hover {
	opacity: .65;
}

.seminar-btn a::before {
	position: absolute;
	top: calc(50% - 5px);
	right: 24px;
	width: 13.44px;
	height: 13.44px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.seminar-btn a::before {
		top: calc(50% - 6px);
	}
}

.sec-course .course-btn a {
	display: block;
	position: relative;
	width: 460px;
	height: 80px;
	margin: 0 auto;
	padding: 30px 0;
	box-shadow: 0 1px 9px 1px rgba(0, 0, 0, .2);
	border: 1px solid #fff;
	text-align: center;
	background-color: #151E55;
	color: #fff;
	font-family: 'Noto selif Japanese', serif;
	font-size: 20px;
	line-height: 1;
	transition: .3s;
}

@media only screen and (max-width: 767px) {
	.sec-course .course-btn a {
		width: 77.3%;
		padding: 18px 0;
		font-size: 17px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course .course-btn a {
		font-size: 14px;
	}
}

.mode-pc .sec-course .course-btn a:hover {
	opacity: .65;
}

.sec-course .course-btn a::before {
	position: absolute;
	top: calc(50% - 5px);
	right: 24px;
	width: 13.44px;
	height: 13.44px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.sec-course .course-btn a::before {
		top: calc(50% - 6px);
	}
}

/*--------------------------------------------------------------------------
   #sec-cp
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-cp {
	width: 100%;
	background-color: #f0eede;
	text-align: center;
	font-weight: 500;
	line-height: 1;
}

.sec-cp__hdg {
	padding: 80px 0 60px;
}

@media(max-width: 768px) {
	.sec-cp__hdg {
		padding: 38px 0 26px;
	}
}

@media(max-width: 768px) {
	.sec-cp__hdg img {
		width: 78.1%;
		height: auto;
		margin: 0 auto;
	}
}

@media(min-width: 768px) {
	.sec-cp__num {
		display: flex;
		justify-content: space-between;
		width: 1200px;
		margin: 0 auto;
	}
}

@media(max-width: 768px) {
	.sec-cp__num {
		width: 84.6%;
		margin: 0 auto;
	}
}

.sec-cp__sec {
	width: 385px;
	background-color: rgba(185,169,120,0.1);
}

@media(max-width: 768px) {
	.sec-cp__sec {
		width: 100%;
		margin-bottom: 15px;
	}
}

.sec-cp__sec-title {
	padding: 6px 0;
	margin-bottom: 30px;
	background-color: #B9A978;
	color: #fff;
	font-size: 14px;
	height: 26px;
}

@media(max-width: 768px) {
	.sec-cp__sec-title {
		padding: 6px 0;
		margin-bottom: 20px;
		font-size: 13px;
	}
}

.sec-cp__catch {
	font-size: 20px;
	font-family: 'Noto selif Japanese', serif;
	margin-bottom: 14px;
	color: #333333;
}

@media(max-width: 768px) {
	.sec-cp__catch {
		margin-bottom: 12px;
		font-size: 15px;
	}
}

.sec-cp__cp-title {
	margin-bottom: 24px;
	font-size: 30px;
	font-family: 'Noto selif Japanese', serif;
	font-weight: 600;
	color: #333333;
}
.sec-cp__cp-title_2{
	line-height: 1.25;
}

@media(max-width: 768px) {
	.sec-cp__cp-title {
		margin-bottom: 20px;
		font-size: 25px;
	}
}

.sec-cp__strong {
	color: #DD5C3C;
	font-family: 'Noto selif Japanese', serif;
}

.sec-cp__from {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 500;
}

@media(max-width: 768px) {
	.sec-cp__from {
		font-size: 18px;
		margin-bottom: 5px;
	}
}

.sec-cp__dis {
	font-size: 58px;
	font-weight: 600;
	margin-bottom: 32px;
	letter-spacing: 0.01em;
}

@media(max-width: 768px) {
	.sec-cp__dis {
		font-size: 45px;
		margin-bottom: 15px;
	}
}

.sec-cp__small {
	font-size: 30px;
	font-weight: 700;
}

@media(max-width: 768px) {
	.sec-cp__small {
		font-size: 24px;
	}
}

.sec-cp__coupon {
	display: inline-block;
	padding: 13px 21.3px 14px 19.7px;
	background-color: #f9f8f2;
	border-radius: 100px;
	font-size: 17px;
}

.sec-cp__coupon.coupon-large{
	padding: 13px 15px 14px;
	border-radius: 5px;
}

.coupon-text__small{
	display: block;
	margin: 7px 0 0;
	font-size: 14px;
	line-height: 1.5;
}

@media(max-width: 768px) {
	.sec-cp__coupon {
		display: inline-block;
		padding: 10px 20px 10px 18px;
		border-radius: 100px;
		font-size: 14px;
	}

	.sec-cp__coupon.coupon-large{
		padding: 10px 45px;
	}
}

.sec-cp__cond {
	font-size: 14px;
	line-height: 1.6;
	padding: 14.8px 0 31.8px;
	color: #333333;
}

@media(max-width: 768px) {
	.sec-cp__cond {
		font-size: 14px;
		line-height: 1.57;
		padding: 13px 0 26px;
		width: 60vw;
		margin: auto;
	}
}

.sec-cp__at {
	padding: 50px 0 60.8px;
	color: #414141;
}

@media(max-width: 768px) {
	.sec-cp__at {
		padding: 10px 0 36.8px;
		width: 74.7%;
		margin: 0 auto;
	}
}

.sec-cp__txt-title {
	display: inline-block;
	border-bottom: solid 1px #B9A978;
	padding-bottom: 2px;
	font-size: 16x;
	height: 19px;
	/*width: 265px;*/
}

/*
@media(max-width: 768px) {
	.sec-cp__txt-title {
		width: 249px;
	}
}
*/

.sec-cp__txt-detail {
	line-height: 2;
	font-size: 14px;
}

.sec-cp__txt-detail:nth-child(2) {
	padding-top: 12px;
}

@media(max-width: 768px) {
	.sec-cp__txt-detail {
		line-height: 1.6;
	}

	.sec-cp__txt-detail:nth-child(2) {
		padding-top: 13.8px;
	}

	.sec-cp__txt-detail:nth-child(3) {
		padding-top: 7.6px;
	}
}


/*
.sec-cp__cond .mi-pc {
	display: inline;
}
*/


/*--------------------------------------------------------------------------
   #sec-fixed-bnr
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-fixed-bnr__btns {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sec-fixed-bnr__btns {
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		bottom: -100px;
		left: 0;
		z-index: 100;
		width: 100%;
		transition: bottom .2s;
	}
	.sec-fixed-bnr__btns .btns-item {
		width: 50%;
	}
	.sec-fixed-bnr__btns .btns-item a {
		display: block;
		position: relative;
		padding: 14px;
		color: #fff;
		font-family: 'Noto selif Japanese', serif;
		font-size: 17px;
		line-height: 1.44;
	}
	.sec-fixed-bnr__btns .btns-item a::before {
		position: absolute;
		top: calc(50% - 5px);
		right: 8%;
		width: 13.44px;
		height: 13.44px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		content: '';
		transform: rotate(45deg);
	}
	.sec-fixed-bnr__btns .btns-item:first-child a {
		background-color: #da421c;
	}
	.sec-fixed-bnr__btns .btns-item:last-child a {
		background-color: #151E55;
	}
}

@media only screen and (max-width: 767px) {
	.sec-fixed-bnr__btns.is-show {
		bottom: 0;
	}
}
