/*!
Theme Name: 陰陽五行象
Theme URI: http://underscores.me/
Author: 12ban
Author URI: https://12ban.jp/
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: inyogogyosho
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.

inyogogyosho 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

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

/*--------------------------------------------------------------
# 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 {
	font-size: 62.5%;
	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 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: #1D0E0B;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	margin:0;
	clear: both;
}

p {
	line-height: 1.8;
	letter-spacing: 0.25rem;
	margin:0;
}
p + p{
	margin-top: 1.5em;
}


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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	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: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

ul,
ol {
	padding-left:1.8em;
	margin: 0.25em 0;
}

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 0;
}

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

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

figure {
	margin: 1em 0;
}
.wp-block-column figure {
	margin-top: 0;
}


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

/* Links
--------------------------------------------- */
a {
	color: #000;
	text-decoration:none;
	background-color:transparent;
	border:0;
	transition: all 0.3s ease-in-out 0s;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #8b400a;
}

a:focus {
	outline: thin dotted;
}

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

/* 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 10px;
}

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 0 1.5em; */
}

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

.page-content,
.entry-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,
.entry-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;
}




@media screen and (min-width: 768px) {
	.pc-none,
	.sp-content{
		display:none;
	}
}
@media screen and (max-width: 767px) {
	body, button, input, select, optgroup, textarea {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.sp-none,
	.pc-content{
		display:none;
	}
	
	p {
		line-height: 2.2;
	}
}





/* Page遷移時のアニメーション
--------------------------------------------- */
body{
	animation: fadein 2s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}




/* Reset
--------------------------------------------- */

dl,
dd{
	margin:0;
}

em{
	font-style:normal;
}

ul.list{
	padding:0;
	margin:0;
	list-style:none;
}

/* Parts
--------------------------------------------- */
.w1300{
	max-width:1300px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w1200{
	max-width:1200px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w1100{
	max-width:1100px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w1000{
	max-width:1000px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w-page,
.w980{
	max-width:980px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w950{
	max-width:950px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w900{
	max-width:900px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w800{
	max-width:800px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w700{
	max-width:700px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w600{
	max-width:600px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}

.narrow{
	letter-spacing: 0.02em;
}

.color{
	color:#ba9f6c;
}
.black{
	color:#1D0E0B;
}
.white{
	color:#fff;
}

.gray-content{
	background:#EBEBEB;
	padding:145px 0;
}

.m-lr5{
	margin-left:5px;
	margin-right:5px;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}

.flex{
	display:flex;
}
.flex-bet{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.col-2,
.col-3,
.col-4{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.col-2 > *{
	width:46%;
}
.col-3 > *{
	width:31.0%;
}
.col-3-w > *{
	width:31.0%;
}
.col-4 > *{
	width:20.4%;
}

.heading{
	font-size:3.0rem;
}
.subheading{
	font-size:1.5rem;
	line-height: 2.5;
	margin-bottom: 3em;
}

.block-title + .heading{
	margin-top: 2.5em;
}
.heading + .subheading,
.heading + p{
	margin-top: 2.5em;
}

.f24{
	font-size:2.4rem;
}
.f22{
	font-size:2.2rem;
}
.f20{
	font-size:2.0rem;
}
.f18{
	font-size:1.8rem;
}
.f17{
	font-size:1.7rem;
}
.f16{
	font-size:1.6rem;
}
.f15{
	font-size:1.5rem;
}
.f14{
	font-size:1.4rem;
}
.f13{
	font-size:1.3rem;
}
.f12{
	font-size:1.2rem;
}

.small{
	font-size:0.8em;
}

.table > dl{
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px dashed rgba(0,0,0,0.5);
	padding:1.2em 0;
}
.table > dl:fast-child{
/* 	border-top-style:dashed; */
	border-top:1px dashed rgba(0,0,0,0.5);
}
.table > dl > dt{
	width:100px;
	font-weight:bold;
}
.table > dl > dd{
	width:calc(100% - 100px);
	padding-left:1em;
}

.letter-wide{
	letter-spacing: 0.4rem;
}

.list a .img{
	padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}
.list a .img img{
	height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out 0s;
}
.list a:hover .img img{
	transform: translate(-50%, -50%) scale(1.1);
}

.tel-num-wrap{
	flex-wrap:wrap;
	align-items: center;
}
.tel-num-wrap .icon{
	display: flex;
	width:16px;
	margin-right: 1.8em;
}
.tel-num{
	font-size:4.2rem;
	letter-spacing: 0.5rem;
    font-weight: bold;
    line-height: 1;
}

.cat-name{
	display:inline-block;
	font-size:1.2rem;
	color:#fff;
	line-height:1;
	border-radius:20px;
	background:#1D0E0B;
	padding: 7px 15px;
}

.btn{
	text-align:center;
}
.btn a,
.btn > span{
	display:flex;
	justify-content: center;
	align-items:center;
	max-width:190px;
	font-size:1.4rem;
	color:#fff;
	line-height:1;
	border-radius:25px;
	background: url(img/bg_rainbow.png) center center no-repeat;
    background-size: cover;
    padding: 15px 30px;
    margin:0 auto;
}
.btn.no-icon a{
	display:inline-block;
	max-width:none;
}
.btn a::after,
.btn > span::after{
	content:"";
	display:block;
	height:9px;
	width:9px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform:rotate(45deg);
}
.no-icon a::before,
.no-icon a::after{
	display: none !important;
}
.btn.line-btn a{
	color:#fff;
	background:#3FB156;
}

p + .btn{
	margin-top:2em;
}

.wp-block-button .wp-block-button__link{
    font-size: 1em;
	color:#fff;
	background: url(img/bg_rainbow.png) center center no-repeat;
	background-size: cover;
	padding: calc(.5em + 2px) calc(2.5em + 2px);
}


.btn2{
	text-align:center;
	padding:8rem 0;
}
.btn2 a{
	font-size:1.8rem;
	border:1px solid #000;
	border-radius:40px;
	padding:20px 50px;
	transition: all 0.3s ease-in-out 0s;
}
.btn2 a:hover{
	color:#fff;
	border-color:#ba9f6c;
	background:#ba9f6c;
}

.btn-link a{
	display:flex;
	align-items:center;
	justify-content: center;
    width: 100%;
	height:60px;
	font-size:1.2rem;
	border:1px solid #000;
	padding:10px 45px 10px 15px;
	position: relative;
}
.btn-link a::after{
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:url(img/icon_arrow_link_blank.svg) center center no-repeat;
	position: absolute;
    top: 20px;
    right: 15px;
}

.btn-wrap{
	display:flex;
}
.btn-wrap .btn-link + .btn-link{
	margin-left:1em;
}

.underline{
	border-bottom:4px solid #BFA87B;
	padding-bottom: 0.3em;
}


.dummy{
	margin-bottom:0 !important;
	border:0px !important;
	background-color:transparent !important;
	padding:0 !important;
}


.bg-white{
	background:#fff;
}

.block-inner{
	padding:180px 0;
}

.block-title-wrap{
	margin-bottom:5em;
}
.tit-center .block-title-wrap{
	text-align:center;
}
.block-title{
	font-size:2.6rem;
	font-weight:bold;
}
.block-title .small{
	font-size:1.5rem;
	font-weight:normal;
}
.block-title + P{
	line-height:2.5;
	margin-top:3em;
}

.heading{
	letter-spacing: 0.3rem;
}

.en,
.title-en,
#primary-menu{
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

a[target="_blank"]::after{
	content:"\f08e";
	font: var(--fa-font-solid);
	margin-left:0.5em;
}

.polygon-box{
	background:url(img/polygon01_white_bg.png) center center no-repeat;
	background-size:100% 100%;
	padding:80px 6.5% 140px;
}



@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
	.w1300,
	.w1200,
	.w1100,
	.w1000,
	.w-page,
	.w980,
	.w950,
	.w900,
	.w800,
	.w700,
	.w600{
		width: 85%;
	}
	
	.m-lr5 {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	
	.col-2 > *,
	.col-3 > *,
	.col-3-w > *,
	.col-4 > *{
/* 		width:auto; */
	}
	
	.sp-col-1 > *{
		width:auto;
	}
	.sp-col-2 > *{
		width:47.5%;
	}
	.sp-col-3 > *{
		width:31.0%;
	}
	.sp-col-3-w > *{
		width:31.0%;
	}
	.sp-col-4 > *{
		width:20.4%;
	}
	
	.heading {
	    font-size: 2.2rem;
	}
	.subheading {
	    font-size: 1.3rem;
	    line-height: 2.2;
	}
	.block-title + .heading {
		margin-top: 1.2em;
	}
	.heading + .subheading,
	.heading + p {
		margin-top: 2em;
	}

	.table.sp-col-1 > dl:first-child {
		border-top: 1px dashed rgba(0,0,0,0.5);
	}
	.table.sp-col-1 > dl > dt,
	.table.sp-col-1 > dl > dd{
		width:100%;
		padding-left: 0;
	}

	.cat-name{
		font-size:1.0rem;
		padding: 5px 12px;
	}
	
	.tel-num {
/* 		font-size: 3.6rem; */
		font-size: 7vw;
	}
	.tel-num-wrap .icon {
		width: 20px;
	}
	
	.list a .img {
/* 		padding-bottom: 85%; */
	}
	
	.gray-content {
	    padding: 80px 0;
	}
	
	.btn a {
	    font-size: 1.4rem;
	}
	
	.underline {
		padding-bottom: 0.2em;
	}
	
	
	.block-inner {
	    padding: 20vw 0;
	}
	.block-title-wrap {
		margin-bottom: 2.5em;
	}
}



/* Base Layout
--------------------------------------------- */

#masthead{
	width:100%;
	padding:30px 3% 0;
	position:fixed;
	top:0;
	left:0;
	z-index: 2;
	transition: all 0.3s ease-in-out 0s;
}
.change #masthead{
	padding-top:20px;
}
#masthead a,
#masthead.program.user-voice a,
#masthead.program.user-voice.news.faq a,
body.page-id-2 #masthead.about-understand.features-course a{
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.1);
}
#masthead.program a,
#masthead.program.user-voice.news a,
body.single-format-standard #masthead a,
body.page-id-2 #masthead.about-understand a,
body.page-id-2 #masthead.about-understand.features-course.check a,
body.archive.category #masthead a,
body.page-id-14 #masthead a,
body.post-type-archive-instructor #masthead a,
body.single-instructor #masthead a {
	color:#1D0E0B;
	text-shadow:none;
}

.site-header-inner{
	display:flex;
	justify-content: space-between;
	max-width:1350px;
	width:100%;
	margin:0 auto;
}
.logo-set{
	width:90px;
	text-align:center;
	line-height: 1;
}
.logo-set a{
	display:flex;
	align-items:center;
	justify-content: flex-start;
}
.logo-set,
.logo-set *{
/* 	margin:0 auto; */
	transition: all 0.3s ease-in-out 0s;
}
.logo-set .logo-mark,
.logo-set .logo-text-bottom{
	width:90px;
	max-width:90px;
	margin:auto;
}
.logo-set .logo-text-side{
	width:0px;
}

body.change .logo-set{
	width:230px;
}
body.change .logo-set .logo-mark{
	width:72px;
	margin-right:20px;
}
body.change .logo-set .logo-text-bottom{
	width:0;
	height:0;
	opacity: 0;
}
body.change .logo-set .logo-text-side{
	width:calc(100% - 92px);
}


ul.menu{
	display:flex;
	justify-content: flex-end;
	gap:1em;
}
#primary-menu li a{
	display:block;
	font-size:1.7rem;
	font-weight:bold;
	line-height:1;
	border-radius:30px;
	background-image:none;
	padding:10px 15px;
}
#primary-menu li.gnav-contact a{
	color:#fff !important;
	background:url(img/bg_rainbow.png) center center no-repeat;
	background-size:cover;
	padding:10px 25px;
}



footer#colophon{
	color:#fff;
	background:#5B4C46;
	padding:60px 0 120px;
}
footer#colophon a{
	color:#fff;
}
footer#colophon .site-info{
	display:flex;
	align-items:center;
	justify-content: space-between;
	max-width:1150px;
	width:85%;
	margin:0 auto;
}
footer#colophon .site-info .logo{
	max-width:240px;
	width:100%;
}
#colophon #primary-menu .gnav-sns{
	display:none;
}


.line-fix-btn{
	position:fixed;
	top:50%;
	right:0;
	z-index: 1;
	transform: translate(0%, -50%);
}
.line-fix-btn a{
	display:block;
	color: #fff;
	text-align: center;
	line-height: 1.5;
    background: #3FB156;
    padding:20px 12px;
}
.line-fix-btn a i{
	font-size:2em;
	margin-bottom:0.35em;
}
.line-fix-btn a .fa-line{
	height:2em;
}
.line-fix-btn a .text{
	writing-mode: vertical-rl;
	text-align: left;
}


@media screen and (min-width: 768px) {
	#nav-wrapper,
	#masthead #primary-menu .gnav-sns{
		display:none;
	}
	#colophon #primary-menu li.gnav-contact a{
		display:block;
		font-size:1.7rem;
		font-weight:bold;
		line-height:1;
		border-radius:20px;
		background-image:none;
		padding:10px 15px;
	}
}
@media screen and (max-width: 767px) {
	#masthead {
	    padding: 30px 7.5% 0;
	}
	.logo-set .logo-mark,
	.logo-set .logo-text-bottom{
		width: 75px;
		max-width: 75px;
	}
	body.change .logo-set {
	    width: 180px;
	}
	body.change .logo-set .logo-mark{
		width: 50px;
		margin-right:10px;
	}
	#masthead #site-navigation{
		display:none;
	}




	#nav-wrapper{
		display: block;
        position: fixed;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 3;
	}
	.hamburger {
		position: absolute;
		right: 30px;
		top: 32px;
		width: 35px;
		height: 25px;
		cursor: pointer;
		z-index: 300;
	}
	
	.hamburger__line {
		position: absolute;
		width: 35px;
		height: 2px;
		right: 0;
		background-color: #1D0E0B;
		transition: all 0.5s;
	}
/*
	.mv-scroll .hamburger__line{
		background-color: #000;
	}
*/
	.open .hamburger__line{
		background-color: #fff;
	}
	
	.hamburger__line--1 {
		top: 0px;
	}
	.hamburger__line--2 {
		top: 12px;
	}
	.hamburger__line--3 {
		top: 24px;
	}
	
	.open .hamburger__line--1 {
		transform: rotate(-45deg);
		top: 11px;
	}
	.open .hamburger__line--2 {
		opacity:0;
	}
	.open .hamburger__line--3 {
		transform: rotate(45deg);
		top: 11px;
	}
	
	.sp-nav {
		position: fixed;
		left: -15%;
		top: 0;
		width: 70%;
		height: 100vh;
		height: 100svh;
		transition: all 0.8s;
		z-index: 200;
		overflow-y: auto;
		pointer-events: none;
	}
	.sp-nav .logo{
		width:25%;
		margin: 12% 10%;
		position: relative;
/* 		left: -200px; */
		opacity:0;
		transition: all 0.3s ease-in-out 0s;
	}
	sp-nav .menu-global-nav-container{
		height: 100%;
		position: relative;
	}
	.sp-nav ul#primary-menu{
		display: block;
		padding:0px 15% 18%;
		margin:0;
		list-style:none;
/*
		opacity: 0;
		transition: all 2.0s;
*/
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.open .sp-nav ul#primary-menu{
/* 		opacity: 1; */
	}
	.open .sp-nav,
	.open .sp-nav ul#primary-menu{
		pointer-events:auto;
	}
	.sp-nav ul#primary-menu > li{
		text-align:left;
        opacity:0;
        margin-bottom: 0.5em;
	}
	.sp-nav ul#primary-menu > li:last-child{
        margin-bottom: 0;
	}
	.sp-nav ul#primary-menu > li > a{
		display: inline-block;
		font-size: 1.9rem;
		color:#fff;
		padding: 10px 15px 10px 35px;
		position:relative;
	}
	.sp-nav ul#primary-menu > li > a::before {
		content: "";
		display: block;
		height: 9px;
		width: 9px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		position:absolute;
		top:calc(50% - 5px);
		left:0;
	}
	
	.sp-nav ul#primary-menu > li.gnav-contact{
		margin-top:3em;
	}
	.sp-nav ul#primary-menu > li.gnav-contact a{
		padding: 13px 35px;
	}
	.sp-nav ul#primary-menu > li.gnav-contact > a::before {
		display: none;
	}


	.sp-nav ul#primary-menu .gnav-sns{
		display:flex;
		align-items: center;
	}
	.sp-nav ul#primary-menu .gnav-sns ul{
		padding:0;
		margin:0 0 0 1em;
		list-style:none;
	}
	.sp-nav ul#primary-menu .gnav-sns ul li{
		margin:0;
	}
	.sp-nav ul#primary-menu .gnav-sns ul li a{
		font-size: 2.2rem;
		color:#fff;
		padding: 0;
	}

	.open .sp-nav {
		left: 0;
	}
	.open .sp-nav .logo{
		left: 0px;
		opacity:1;
	}

	@keyframes fade {
	    0% { opacity: 0; }
	    100% { opacity: 1; }
	}
	.open .sp-nav ul li:first-child {
	    animation: fade .4s ease-in-out .2s 1 normal forwards;
	}
	.open .sp-nav ul li:nth-child( 2 ) {
	    animation: fade .4s ease-in-out .3s 1 normal forwards;
	}
	.open .sp-nav ul li:nth-child( 3 ) {
	    animation: fade .4s ease-in-out .4s 1 normal forwards;
	}
	.open .sp-nav ul li:nth-child( 4 ) {
	    animation: fade .4s ease-in-out .5s 1 normal forwards;
	}
	.open .sp-nav ul li:nth-child( 5 ) {
	    animation: fade .4s ease-in-out .6s 1 normal forwards;
	}
	.open .sp-nav ul li:nth-child( 6 ) {
	    animation: fade .4s ease-in-out .7s 1 normal forwards;
	}
	.open .sp-nav ul li:nth-child( 7 ) {
	    animation: fade .4s ease-in-out .8s 1 normal forwards;
	}
	.open .sp-nav ul li:nth-child( 8 ) {
	    animation: fade .4s ease-in-out .9s 1 normal forwards;
	}

	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 5;
		background-color: #5B4C46;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
		cursor: pointer;
		z-index: 100;
	}
	
	.open .black-bg {
		opacity: 1;
		visibility: visible;
	}





	.tit-center .block-title-wrap {
/* 	    text-align: left; */
	}
	
	footer#colophon .site-info{
		display:block;
		position:relative;
	}
	footer#colophon {
		padding: 8vw 0 16vw;
	}
	footer#colophon .site-info .logo {
	    max-width: 85px;
	    width: 30%;
	    margin-bottom: 10vw;
	}
	footer#colophon ul.menu{
		display:block;
	}
	
	footer#colophon li a{
		padding:1em 0;
	}
	footer#colophon #primary-menu a::after {
	    content: attr(data-desc);
	    font-size: 1.2rem;
	    font-weight:normal;
	    margin-left:2em;
	}
	footer#colophon .gnav-contact{
		position:absolute;
		top:0;
		right:0;
	}
	footer#colophon  #primary-menu .gnav-contact a::after{
		display:none;
	}
	
	.line-fix-btn{
		top:auto;
		bottom:0;
		transform: translate(0%, 0%);
	}
	.line-fix-btn a {
		line-height: 1.4;
		padding: 15px 8px;
	}
}





/* TOP
--------------------------------------------- */
#site-lead{

}
#site-lead .site-lead-inner{
	padding:45px 0 70px;
	position:relative;
}
#site-lead .inyogogyosho-circle{
	max-width:800px;
	width:100%;
	padding-right:5%;
	margin:0 auto;
}
#site-lead .lead-text{
	max-width:550px;
	width:75%;
	text-align:right;
	position:absolute;
	right:0;
	bottom:0;
}
#site-lead .lead-text .heading{
	font-size:2.6rem;
	margin:0 0 0.75em;
}
#site-lead .lead-text p{
	margin:0;
}




.about-contents-wrap{
	max-width:1140px;
	width:100%;
	text-align:center;
	padding:155px 7.5% 110px;
	margin:0 auto 50px;
	position:relative;
	overflow:hidden;
}
.about-contents-wrap .block-title-wrap,
.about-contents-wrap .block-contents{
	position:relative;
	z-index:1;
}
.about-contents-wrap .heading{
	font-size:2.6rem;
	line-height:1.7;
}
.about-contents-wrap p{
	line-height:2.8;
}
.about-contents-wrap .about-fig-wrap{
	min-width:1140px;
	width:100%;
	height:100%;
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.about-contents-wrap .about-fig-inner-wrap{
	width:100%;
	height:100%;
	position:relative;
}
.about-contents-wrap .about-fig{
	position:absolute;
}
.about-contents-wrap .about-fig-moku{
	width:68%;
	top:0;
	left:20%;
}
.about-contents-wrap .about-fig-sui{
	width:50%;
	top:10%;
	left:7%;
	transform: rotate(-100deg);
}
.about-contents-wrap .about-fig-kin{
	width:50%;
	bottom:6%;
	left:10%;
}
.about-contents-wrap .about-fig-do{
	width:45%;
	bottom:0;
	right:10%;
}
.about-contents-wrap .about-fig-ka{
	width:35%;
	top:25%;
	right:0;
}

#about .block-inner{
	padding-bottom: 120px;
}

.inyogogyosho-judge dl.judge-howto{
	text-align:center;
	background:#DFB43A;
	border-radius:50px 50px 0 0;
	padding:20px 35px;
}
.inyogogyosho-judge dl.judge-howto dt{
	font-size:1.7rem;
	color:#fff;
	margin-bottom:0.5em;
}
.inyogogyosho-judge dl.judge-howto dd{
	line-height:1.9;
}
.inyogogyosho-judge dl.judge-howto dd span.underline{
	font-size:1.6rem;
	color:#fff;
	border-bottom: 1px solid #fff;
    padding-bottom: 0em;
	margin:0 1em;
}
.inyogogyosho-judge-content{
	background:#FCF8E3;
	padding:20px;
	margin-bottom: 1em;
}
.judge-form{
	margin-bottom: 2.5em;
}
.judge-form form{
	display:flex;
	gap:10px;
}
.judge-form form > *{
	width:100%;
	color:#fff;
	border:0;
	padding:15px 20px;
	-webkit-appearance: none;
	appearance: none;
}
.judge-form form select{
	background:#977C49;
}
.judge-form form input[type="button"]{
	font-size:1.7rem;
	background: url(img/bg_rainbow.png) center center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.judge-result{
	color:#977C49;
	margin-bottom: 1em;
}
.judge-result dl{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.judge-result dl{
	padding-left:10%;
}
.judge-result dl dt{
	width:300px;
}
.judge-result dl dd{
	width:calc(100% - 300px);
	font-size:2.4rem;
	color:#977C49;
}

#program .block-contents{

}
#program .block-contents > *{
	width:100%;
}
#program .home-program-text .heading{
	font-size:3.5rem;
}
#program .home-program-text p{
	font-size:1.5rem;
}
.recommend{
	font-size:1.5rem;
	background:#D7CDC6;
	border-radius:15px;
	padding:30px 30px;
}
.recommend .title{
	border-bottom:1px solid rgba(0,0,0,0.5);
	padding-bottom: 0.5em;
	margin-bottom:1em;
}
#program .home-program-text p + .recommend{
	margin-top: 7em;
}

.program-list{
	margin-top:70px;
}
.home-program-list{
	margin-top:200px;
}
.program-list .program-list-item{
	border-right:1px solid rgba(0,0,0,0.5);
}
.program-list .program-list-item:first-child{
	border-left:1px solid rgba(0,0,0,0.5);
}
.program-list .program-list-item .program-item-data{
	padding:30px 25px 15px;
}
.program-list-item .program-item-title{
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap:wrap;
	line-height:1.4;
	margin-bottom:4em;
}
.program-list-item .program-item-title .num{
	width:52px;
	font-size:3.3rem;
}
.program-list-item .program-item-title .level-fee{
	width:calc(100% - 122px);
}
.program-list-item .program-item-title .ja-level{
	width:70px;
	font-size:2.6rem;
	text-align:right;
}
.home-program-list .program-list-item .program-item-data > p,
.post-type-archive-program .program-list .program-list-item .program-item-data > p{
	min-height:9em;
}
.program-list .program-list-item .program-item-data .recommend{
	padding: 20px 25px 20px 18px;
	margin-bottom:2em;
}
.program-list .program-list-item .program-item-data p + .recommend{
	margin-top:1.5em;
}


.single-program .program-list .program-list-item .color-box,
.post-type-archive-program .program-list .program-list-item .color-box{
	position:relative;
}
.single-program .program-list .program-list-item .color-box .ja-level,
.post-type-archive-program .program-list .program-list-item .color-box .ja-level{
	width: 100%;
	font-size:2.6rem;
	color:#fff;
	padding: 0.8em 1.2em;
	position:absolute;
	top:0;
	left:0;
}

.post-type-archive-program .program-list .program-list-item .program-item-data .recommend{
	background: rgba(255, 255, 255, 0.5);
}


.voice-slider{
	display:flex;
/* 	gap:75px; */

	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
.voice-slider .slider-item{
	max-width:370px;
	width: 100%;
	padding:50px 55px;
	margin: 0 30px 40px;
	position:relative;
}
.voice-slider .slider-item .heading{
	font-size:2.8rem;
	color:#DFB43A;
	line-height:1.4;
}
.voice-slider .slider-item p{
	font-size:1.5rem;
	text-align:center;
}
.voice-slider .slider-item .graduate-profile{
	width: 80%;
	border-top:2px dashed #DFB43A;
    padding-top: 2em;
    margin-top: 4em;
}
.voice-slider .slider-item .graduate-profile p{
	margin:0;
}
.voice-slider .slider-item::after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:url(img/inyogogyosho-fig-sui-white.svg) center center no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}


.voice-slider .slider-item:nth-child(3n-1) .heading{
	color:#EB6030;
}
.voice-slider .slider-item:nth-child(3n-1) .graduate-profile{
	border-color:#EB6030;
}
.voice-slider .slider-item:nth-child(3n-1)::after{
	width: 120%;
	background-image:url(img/inyogogyosho-fig-moku-white.svg);
    transform: translate(-50%, -40%);
}
.voice-slider .slider-item:nth-child(3n) .heading{
	color:#77AEB1;
}
.voice-slider .slider-item:nth-child(3n) .graduate-profile{
	border-color:#77AEB1;
}
.voice-slider .slider-item:nth-child(3n)::after{
	width: 120%;
	background-image:url(img/inyogogyosho-fig-kin-white.svg);
}
/*
.voice-slider .slider-item:nth-child(5n-1) .heading{
	color:#040000;
}
.voice-slider .slider-item:nth-child(5n-1) .graduate-profile{
	border-color:#040000;
}
.voice-slider .slider-item:nth-child(5n-1)::after{
	width: 120%;
	background-image:url(img/inyogogyosho-fig-do-white.svg);
}
.voice-slider .slider-item:nth-child(5n) .heading{
	color:#040000;
}
.voice-slider .slider-item:nth-child(5n) .graduate-profile{
	border-color:#040000;
}
.voice-slider .slider-item:nth-child(5n)::after{
	width: 120%;
	background-image:url(img/inyogogyosho-fig-ka-white.svg);
}
*/


.home #news .category-list-wrap .category-list{
	justify-content: center;
}
.home #news .block-contents .btn{
	margin-top:5em;
}
.home #news .block-contents{
	max-width:1100px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
}


.faq-wrap dl{
	border-bottom:1px solid #1D0E0B;
}
.faq-wrap dl dt{
	font-size:1.9rem;
	padding:1em 2em 1em 2.5em;
	position:relative;
}
.faq-wrap dl dt::before{
	content:"Q";
	font-size:2.6rem;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	position:absolute;
	top:0.9em;
	left:0;
}
.faq-wrap dl dd{
	padding:0 0 2em 3.5em;
}

.acc-wrap {
	overflow: hidden;
}
.acc-btn {
	cursor: pointer;
	position: relative;
}
.acc-btn::after {
	content: '\f078';
	display: block;
	margin-left: .8em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
	transition: all .3s ease;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}
.acc-btn.acc-open::after {
    content: '\f077';
}
.acc-cont {
	display: none;
}


@media screen and (min-width: 768px) {
	#program .block-contents {
		display:flex;
		justify-content: space-between;
		gap:6%;
	    flex-direction: row-reverse;
	}
	
	.program-list{
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
	}
	.program-list .program-list-item{
		width:33.333%;
	}
	
	.block-title-wrap + .category-list-wrap{
		margin-top:-3em
	}
}
@media screen and (max-width: 767px) {
	#site-lead .site-lead-inner{
		width: 100%;
		padding-top:120px;
		padding-bottom: 20px;
	}
	#site-lead .inyogogyosho-circle{
		padding-right: 0;
	}
	#site-lead .lead-text .heading,
	.about-contents-wrap .heading,
	#program .home-program-text .heading{
		font-size: clamp(1.6rem, 6vw, 2.6rem);
	}
	#site-lead .lead-text {
	    width: 100%;
	    text-align: left;
	    padding: 10% 10% 0;
	    position: static;
	}
	
	.home #about .block-title-wrap,
	.home #news .block-title-wrap,
	.home #faq .block-title-wrap{
		text-align:left;
	}
	
	#about .block-inner {
	    padding-top: 0px;
	    padding-bottom: 10vw;
	}
	.about-contents-wrap{
		text-align:left;
		margin-bottom: 0;
	}
	.about-contents-wrap p {
	    line-height: 1.8;
	}
	
	#judgment{
		width:100%;
		margin-top: -120px;
	}
	.inyogogyosho-judge dl.judge-howto{
		border-radius:0;
		padding: 150px 10%;
	}
	.inyogogyosho-judge-content {
	    width: 85%;
	    margin: -100px auto 1em;
	}
	.judge-result dl {
		text-align: center;
		padding-left: 0;
	}
	.judge-result dl + dl {
		margin-top:2em;
	}
	.judge-result dl dd{
		width:100%;
	}
	.inyogogyosho-judge-content + p{
		line-height:1.7;
	}

	.judge-form form {
	    flex-wrap: wrap;
	    justify-content: space-between;
	    gap: 0px;
	}
	.judge-form form select {
	    width: calc(33.333% - 5px);
	    margin-bottom:10px;
	}
	
	.post-type-archive-program .program-list {
		margin-top: 0;
	}
	#program > .block-inner{
		width:100%;
	}
	#program > .block-inner > .block-title-wrap,
	#program > .block-inner .home-program-text{
		width:85%;
		margin-left:auto;
		margin-right:auto;
	}
	#program .home-program-text p + .recommend {
	    margin-top: 3em;
	}
	#program .block-contents > .img{
		margin-top: 25vw;
	}
	#program .block-contents > .img img{
		width: 100%;
		height: 85vw;
		object-fit: cover;
	}
	.home-program-list{
		border-top: 1px solid rgba(0, 0, 0, 0.5);
		border-radius: 15px;
		padding: 10% 5% 0;
		margin-top: 10vw;
	}
	.program-list .program-list-item{
		display:block;
		border-left: 1px solid rgba(0,0,0,0.5);
		border-bottom: 1px solid rgba(0,0,0,0.5);
		padding: 6.5% 6.5%;
	}
	.program-list .program-list-item:first-child{
		padding-top: 0;
	}
	.program-list-item .program-item-title {
		margin-bottom: 2em;
	}
	.program-list .color-box img{
		border-radius:10px;
	}
	.program-list .program-list-item .program-item-data {
		padding: 20px 0 15px;
	}
	.program-list .program-list-item .program-item-data .recommend {
		padding: 15px 20px 15px 10px;
	}
	
	#user-voice{
		overflow: hidden;
	}

	.block-title-wrap + .category-list-wrap{
		margin-top:-2em
	}
	.home #news .category-list-wrap .category-list {
		justify-content: flex-start;
	}
	.faq-wrap dl dt {
		font-size: 1.5rem;
		font-weight: normal;
	}
	.faq-wrap dl dt::before {
		font-size: 2.2rem;
		top: 0.8em;
	}
	.acc-btn::after {
		right: 1%;
	}
}




/* SECOND
--------------------------------------------- */
/*
body.page #primary,
body.single #primary,
body.archive #primary,
body.error404 #primary,
*/
#primary{
	padding:280px 0 160px;
}

body.home #primary{
	padding:0;
}

/*
body.page #primary .page-header,
body.single #primary .page-header,
body.archive #primary .page-header,
body.error404 #primary .page-header,
*/
#primary .page-header{
	margin-bottom: 3.5em;
}
/*
body.page #primary .page-header .page-title,
body.single #primary .page-header .page-title,
body.archive #primary .page-header .page-title,
body.error404 #primary .page-header .page-title,
*/
#primary .page-header .page-title{
	font-size:2.5rem;
}




/* About
--------------------------------------------- */
body.page-id-2 #primary{
	padding-bottom:0px;
}
.page-content .about-lead-block{
	margin-bottom: 6em;
}
.page-content .about-lead-block .heading {
    font-size: 3.5rem;
}
.page-content .about-lead-block p{
	line-height:2.5;
}

.about-inyogogyosho{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	background:#FCF8E3;
	border-radius:15px;
	padding:80px 65px;
	margin-bottom: 10em;
}
.about-inyogogyosho .img{
	width:25%;
}
.about-inyogogyosho .text{
	width:68%;
}
.about-inyogogyosho .heading + p {
    margin-top: 1.8em;
}
.about-inyogogyosho .heading{
    font-size: 2.6rem;
}
.about-inyogogyosho p {
    font-size: 1.3rem;
}


#about-future .voice-slider .slider-item .heading{
	font-size: 2.5rem;
	text-align:center;
}
#about-future .voice-slider .slider-item p {
    font-size: 1.3rem;
}
#about-future .voice-slider .slider-item {
    max-width: 470px;
    padding: 100px 90px;
}
#about-future .voice-slider .slider-item:nth-child(3n) .heading {
    position: relative;
    left: -15%;
}
#about-future .voice-slider .slider-item:first-child::after,
#about-future .voice-slider .slider-item:nth-child(3n-2)::after{
	height: 115%;
	transform: translate(-50%, -55%) rotate(25deg);
}
#about-future .voice-slider .slider-item:nth-child(3n-1)::after {
	height: 115%;
    transform: translate(-50%, -50%);
}
#about-future .voice-slider .slider-item:nth-child(3n){
	padding: 100px 120px 100px 60px;
}

#about-understand .block-title-wrap{
	display:flex;
	justify-content: space-between;
	margin-bottom: 8em;
}
#about-understand .block-title-wrap p{
	max-width: 500px;
	margin: 0;
}

.understand-list{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	padding:0;
	margin:0;
	list-style:none;
}
.understand-list li{
	width:31.333%;
	padding-top:31.333%;
	background:#FCF8E3;
	border-radius:50%;
	margin: 0 1%;
	position:relative;
}
.understand-list li > div{
	width:70%;
	text-align:center;
	position:absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -55%);
}
.understand-list li > div .illust{
	width: 65%;
    margin: 0 auto 1.2em;
}
.understand-list li > div dt{
	max-width: 170px;
	font-size:2.2rem;
	line-height:1;
	font-weight: normal;
	background:#75A8AA;
	padding: 8px 10px 12px;
    border-radius: 35px;
    margin: 0 auto 1em;
}
.understand-list li:nth-child(2) > div dt{
	background:#EB6030;
}
.understand-list li:nth-child(3) > div dt{
	background:#DFB43A;
}
.understand-list li:nth-child(4) > div dt{
	background:#EFEFEF;
}
.understand-list li:nth-child(5) > div dt{
	color:#fff;
	background:#040000;
}
.understand-list li > div dd{
	font-size:1.3rem;
}

#features-course{
	background:#DFB43A;
}
#features-course .course-wrap ul{
	display:flex;
	justify-content: center;
	padding:0;
	margin:0;
	list-style:none;
}
#features-course .course-wrap ul li{
	width:43%;
	text-align:center;
	background:#FCF8E3;
	padding:40px 30px;
	border-radius:15px;
	margin:0 2.5%;
}
#features-course .course-wrap ul li .heading{
	font-size:2.2rem;
}
#features-course .course-wrap ul li .heading::after{
	content: "";
    width: 30px;
    height: 1px;
    background: #1D0E0B;
    display: block;
    margin: 1em auto 0;
}
#features-course .course-wrap ul li p{
	font-size:1.3rem;
	letter-spacing: 0.1rem;
}


#check .check-wrap ul{
	padding:0;
	margin:0;
	list-style:none;
}
#check .check-wrap ul li{
	font-size:1.9rem;
	padding:1em 0.5em 1em 2.5em;
	border-bottom:1px solid #1D0E0B;
	position:relative;
}
#check .check-wrap ul li::before{
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	border:1px solid #1D0E0B;
	margin-right:1.2em;
	
	position: absolute;
	top: 1.6em;
	left: 0.5em;
}
#check .check-wrap ul li::after{
	content:"";
	display:block;
	width:32px;
	height:15px;
	background:url(img/icon_check.svg) center center no-repeat;
	background-size:100%;
	position:absolute;
	left: 0.2em;
    top: 27px;
}


#with-us{
	background-image:url(img/inyogogyosho-illust-set-color.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	padding:265px 0 230px;
}
#with-us .block-inner{
	background:url(img/inyogogyosho-circle2.svg) center center no-repeat;
	background-size:100%;
}
#with-us .block-contents{
	max-width:290px;
	text-align:center;
	margin:0 auto;
}
#with-us .block-contents .heading{
	font-size:2.2rem;
}
#with-us .block-contents p{
	font-size:1.3rem;
	line-height:2;
}


#about-program-list ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:0;
	margin:0;
	list-style:none;
}
#about-program-list ul li{
	width:31%;
}
#about-program-list ul li a{
	display:block;
	text-align:center;
	border-radius:15px;
	border:1px solid #231815;
	background:#FCF8E3;
	padding:50px 50px;
}
#about-program-list ul li .program-title01{
	font-size:1.5rem;
	margin-bottom:1.5em;
}
#about-program-list ul li .program-title02{
	font-size:2.2rem;
}
#about-program-list ul li .btn{
	margin-top:3.5em;
}


#company .block-inner{
	padding: 100px 0;
}
#company .company-info-wrap{
	max-width:630px;
	border-left:2px solid #1D0E0B;
	padding-left:2em;
}
#company p{
	font-size:1.3rem;
	line-height:2;
}
#company p + .company-info{
	margin-top:3em;
}
#company .company-info dl{
	display:flex;
	font-size:1.5rem;
}
#company .company-info dl + dl{
	margin-top:0.35em;
}
#company .company-info dl a[target="_blank"]::after{
	font-size:1.3em;
	position: relative;
    top: -0.1em;
}



/* Program
--------------------------------------------- */



.program-title-wrapper{
	display:flex;
	justify-content: space-between;
	align-items:flex-end;
	border-bottom:1px solid rgba(0,0,0,0.5);
	padding-bottom:0.5em;
	margin-bottom:3em;
}
.program-title-wrapper .program-num-title{
	display: flex;
	line-height:1.4;
}
.program-title-wrapper .program-num-title .num{
	font-size:3.3rem;
}
.program-title-wrapper .program-num-title .title{
	font-size:2.6rem;
}
.program-title-wrapper .program-num-title .num + .title{
	margin-left:0.75em;
}
.program-title-wrapper .program-level{
	font-size:2.6rem;
	line-height: 1.4;
}

.program-lead-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.program-lead-wrap .program-lead,
.program-lead-wrap .program-time-fee{
	width:47%;
}
.program-lead-wrap .program-lead p{
	line-height:2.5;
}

.program-lead-wrap .program-time-fee{
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.program-lead-wrap .program-time-fee .fee-note{
	width:100%;
	text-align:right;
	margin-top:1em;
}

.program-time-fee > div{
	width:100%;
	max-width:170px;
	border-radius:50%;
	background:url(img/bg_purple.png) center center no-repeat;
	background-size:100% 100%;
	padding-bottom:32.9%;
	position:relative;
}
.program-time-fee > div + div{
	margin-left:2%;
}
.program-time-fee > div dl{
	width:85%;
	color:#fff;
	text-align:center;
	letter-spacing:0.3em;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.program-time-fee > div dl dt{
	font-size:2.1rem;
	font-weight:normal;
}
.program-time-fee > div dl dd{
	font-size:1.6rem;
	font-weight:normal;
}
.program-time-fee > div dl dd .num{
	font-size:2.1rem;
}

#lesson-content .block-inner{
	padding: 80px 0;
}
.lesson-content-wrap{
	border-radius:15px;
	background:#FCF8E3;
	padding:55px 50px 15px;
}
.lesson-content-wrap .block-contents{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.lesson-content-wrap .block-contents > dl{
	width:29%;
	margin-bottom:3.5em;
	position:relative;
}
.lesson-content-wrap .block-contents > dl.dummy{
	margin-bottom:0;
}
.lesson-content-wrap .block-contents > dl:nth-child(n+2)::before{
	content:"";
	height:100%;
	width:1px;
	border-left:1px dashed #000;
	position:absolute;
	top:0;
	left:-12%;
}
.lesson-content-wrap .block-contents > dl:nth-child(4)::before,
.lesson-content-wrap .block-contents > dl:nth-child(7)::before,
.lesson-content-wrap .block-contents > dl.dummy::before{
	display:none;
}
.lesson-content-wrap .block-contents > dl dt{
	font-size:2.1rem;
	font-weight:normal;
	text-align:center;
	line-height: 1.4;
	background:#75A8AA;
	border-radius:35px;
	padding:8px 15px;
	margin-bottom:1.5em;
}
.lesson-content-wrap .block-contents > dl:nth-child(3n-1) dt {
    background: #EB6030;
}
.lesson-content-wrap .block-contents > dl:nth-child(3n) dt {
    background: #DFB43A;
}
.lesson-content-wrap .block-contents > dl dd{
	font-size:1.3rem;
}

.single-program #check .block-inner{
	padding: 30px 0 120px;
}


#change{
	background:#DFB43A;
}
#change .block-contents{
	margin-top: -10em;
}
#change .change-wrap ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	padding:0;
	margin:0;
	list-style:none;
}
#change .change-wrap ul li{
	max-width:450px;
	height:450px;
	width:100%;
	text-align:center;
	background:#FCF8E3;
	padding:0;
	border-radius:50%;
	margin:-11% -3% 0;
	position:relative;
}
#change .change-wrap ul li:nth-child(4){
	margin-top:-10%;
}
#change .change-wrap ul li .change-item{
	max-width:290px;
	width:90%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
@media screen and (min-width: 768px) {
	#change.change-count-4 .change-wrap ul{
		position:relative;
	}
	#change.change-count-4 .change-wrap ul::before{
		content:"";
		max-width:450px;
		height:450px;
		width:100%;
		background:#FCF8E3;
		border-radius:50%;
		position:absolute;
		top:50%;
		left:50%;
		transform: translate(-50%, -50%);
/* 		z-index: -1; */
	}
	#change.change-count-4 .change-wrap ul li{
		margin: -15% 4% 0;
	}
	#change.change-count-4 .change-wrap ul li:nth-child(4) {
		margin-top: -17%;
	}
}
#change .change-wrap ul li:first-child{
	margin:0 15%;
}


#change .change-wrap ul li .heading{
	font-size:2.2rem;
}
#change .change-wrap ul li .img{
	max-width:145px;
	margin:0 auto 1em;
}
#change .change-wrap ul li p{
	font-size:1.3rem;
	line-height:2;
	letter-spacing: 0.1rem;
	padding:0 3%;
}
#change .btn{
	margin-top:5em;
}
#change .btn a{
	display: inline-block;
	max-width:none;
	background-image:url(img/bg_purple.png);
	padding: 18px 50px;
}




/* News
--------------------------------------------- */
body.single-format-standard,
body.archive.category,
body.post-type-archive-instructor,
body.single-instructor,
body.page-id-14{
	background:#fff;
}
body.single-format-standard #primary,
body.archive #primary,
body.page-id-14 #primary,
{
	padding-bottom:160px;
}

body.page-id-14 #primary .page-header{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.category-list-wrap{
	margin-bottom:5em;
}
.category-list-wrap .category-list{
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:0;
	list-style:none;
}
.category-list-wrap .category-list li{
	font-size:2.1rem;
}
.category-list-wrap .category-list li + li{
	display: flex;
}
.category-list-wrap .category-list li + li::before{
	content:"/";
	margin:0 0.25em;
}
.category-list-wrap .category-list li,
.category-list-wrap .category-list li a{
	color:rgba(0,0,0,0.5);
}
.category-list-wrap .category-list li a.is-active{
	color:#1D0E0B;
}

#news-contents{
	margin-top:-1em;
}
#news-contents > article,
#news-contents > .post-navigation{
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}

.page-id-14 .news_list .list-item{
	margin-bottom:7em;
}
.news_list .list-item a{
	display:block;
	height: 100%;
}
.news_list .list-item .img-wrap{
	margin-bottom:3em;
}
.news_list .list-item .date-cat{
	justify-content: space-between;
	margin-bottom: 0.75em;
}
.news_list .list-item .title{
	font-size:1.9rem;
	line-height: 1.4;
}

.news-detail{
    border-radius: 15px;
    background: #FCF8E3;
    padding: 55px 10% 160px;
    margin-bottom: 4em;
}

.news-detail .entry-header{
	border-bottom:1px solid rgba(0,0,0,0.75);
    padding-bottom: 1.2em;
	margin-bottom:5em;
}
.news-detail .entry-header .entry-title{
	font-size:2.6rem;
	line-height: 1.5;
}

.news-detail h2{
	border-bottom:1px dashed rgba(0,0,0,0.5);
    padding-bottom: 0.75em;
    margin-bottom:1em;
}
.news-detail p + h2,
.news-detail ul + h2,
.news-detail ol + h2{
    margin-top:4em;
}
.news-detail p + h3{
    margin-top:1em;
}
.news-detail h2.has-background,
.news-detail h3.has-background,
.news-detail h4.has-background,
.news-detail h5.has-background,
.news-detail h6.has-background{
	display: inline-block;
	padding: 0.15em 0.5em;
	margin-bottom:0.25em;
}
.news-detail p + h2.has-background,
.news-detail p + h3.has-background,
.news-detail p + h4.has-background,
.news-detail p + h5.has-background,
.news-detail p + h6.has-background{
	margin-top:1em;
}
.news-detail p{
    line-height:2.5;
}


#instructor-contents,
.instructor-detail{
	padding-bottom: 100px;
}
.instructor-area-wrap + .instructor-area-wrap{
	margin-top:8em;
}
.instructor-item{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.instructor-list .instructor-item{
	margin-bottom:5em;
}
.instructor-item .img{
	width:30%;
}
.instructor-item .txt{
	width:65%;
}
.instructor-item .instructor-name{
	font-size:1.35em;
	font-weight:bold;
	margin-bottom:0.5em;
}
.instructor-item .instructor-shop-name{
	margin-bottom:0.5em;
}
.instructor-item .instructor-shop-name::before{
	content:"[";
}
.instructor-item .instructor-shop-name::after{
	content:"]";
}
.instructor-item .instructor-address{
	margin-bottom:1.5em;
}
.instructor-item .btn-wrap{
	padding:0;
	margin:0;
	list-style:none;
}
.instructor-item .btn-wrap > *{
	margin-right:1em;
}



@media screen and (min-width: 768px) {
	.news-detail{
		max-width:1100px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media screen and (max-width: 767px) {
	body.page #primary,
	body.single #primary,
	body.archive #primary {
		padding: 55vw 0 0;
	}
	body.page #primary .page-header,
	body.single #primary .page-header,
	body.archive #primary .page-header{
		margin-bottom: 8vw;
	}

	.block-title .small{
		font-size: clamp(1.5rem, 3.8vw, 1.8rem); /* 19px */
	}

	#about-program-list ul li .program-title01,
	.news_list .list-item .title{
		font-size: clamp(1.3rem, 3.7vw, 1.7rem); /* 14px */
	}
	.category-list-wrap .category-list li {
		font-size: clamp(1.5rem, 4.5vw, 1.9rem); /* 16px */
	}
	.block-title,
	body.page #primary .page-header .page-title,
	body.single #primary .page-header .page-title,
	body.archive #primary .page-header .page-title,
	#features-course .course-wrap ul li .heading,
	#about-future .voice-slider .slider-item .heading,
	#with-us .block-contents .heading,
	#about-program-list ul li .program-title02,
	.understand-list li > div dt{
		font-size: clamp(1.5rem, 5.1vw, 2.3rem); /* 18px */
	}

	.page-content .about-lead-block .heading,
	.news-detail .entry-header .entry-title{
		font-size: clamp(1.6rem, 6vw, 2.6rem); /* 22px */
	}
	
	.understand-list,
	#about-understand .block-title-wrap,
	#features-course .course-wrap ul,
	#about-program-list ul,
	.program-lead-wrap,
	.lesson-content-wrap .block-contents {
		display: block;
	}
	.about-inyogogyosho .text,
	#features-course .course-wrap ul li,
	.understand-list li,
	#with-us .block-inner,
	#about-program-list ul li,
	.program-lead-wrap .program-lead,
	.program-lead-wrap .program-time-fee,
	.lesson-content-wrap .block-contents > dl,
	.lesson-content-wrap,
	#check .polygon-box,
	#change .block-contents{
		width:100%;
	}
	
	.about-inyogogyosho{
		display:block;
		margin-left: -8.5%;
		margin-right: -8.5%;
		padding: 60px 10%;
	}
	.about-inyogogyosho .heading {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 10vw;
	}
	.about-inyogogyosho .img{
		width:80%;
		margin:0 auto 10vw;
	}

	#about-understand .block-title-wrap .block-title{
		margin-bottom: 10vw;
	}
	.understand-list li {
		padding-top: 100%;
		margin-bottom:7vw;
	}
	
	#features-course .course-wrap ul li{
		margin:0 0 7vw;
	}
	
	#about-future{
		overflow: hidden;
	}
	
	#about-future .voice-slider .slider-item,
	#about-future .voice-slider .slider-item:nth-child(3n) {
		padding: 100px 10%;
	}
	.voice-slider .slider-item::after{
		width: 140%;
	}
	#about-future .voice-slider .slider-item:first-child::after,
	#about-future .voice-slider .slider-item:nth-child(3n-2)::after {
		height: 130%;
		transform: translate(-50%, -55%) rotate(0);
	}
	.voice-slider .slider-item:nth-child(3n-1)::after {
		width: 150%;
	}
	.voice-slider .slider-item:nth-child(3n)::after {
		width: 200%;
	}
	.voice-slider .slider-item{
		padding: 100px 12%;
		margin: 0 0px 60px;
	}
	#check .check-wrap ul li{
		font-size: 1.4rem;
	}
	#check .check-wrap ul li::before {
		width: 12px;
		height: 12px;
	}
	#check .check-wrap ul li::after{
		width: 23px;
		top: 17px;
	}
	
	#with-us {
		padding: 35vw 0;
	}
	#with-us .block-inner{
		background-image:none;
	}
	#with-us .block-contents{
		max-width: none;
	}
	#with-us .block-contents .heading{
		margin-top: -1em;
	}
	#with-us .block-contents p {
		font-size: 1.5rem;
		padding: 0 10%;
		margin-bottom: 1em;
	}
	#about-program-list ul li{
		margin-bottom: 10vw;
	}
	#about-program-list ul li a {
		padding: 35px 10%;
	}
	#about-program-list ul li .program-title01 {
		margin-bottom: 0.5em;
	}
	#about-program-list ul li .btn {
		margin-top: 2em;
	}
	
	#company .company-info-wrap {
		border-left: 0;
		padding-left: 0;
	}
	
	.program-lead-wrap .program-lead p {
		line-height: 2;
	}
	.program-lead-wrap .program-time-fee{
		justify-content: space-between;
		margin-top: 10vw;
	}
	.program-time-fee > div{
		width:48.5%;
		max-width: none;
		padding-bottom: 48.5%;
	}
	.lesson-content-wrap .block-contents > dl:nth-child(n+2)::before{
		display:none;
	}
	.lesson-content-wrap {
		padding-left:7.5%;
		padding-right:7.5%;
	}
	#check .polygon-box{
		background-size: 150% 100%;
	}
	#change .block-contents {
		margin-top: 0;
	}
	#change{
		overflow:hidden;
	}
	#change .change-wrap ul li,
	#change .change-wrap ul li:first-child{
		width: 113%;
		max-width:none;
		height: 110vw;
		margin: -5vw -6.5% 0;
	}
	.single-program #program .program-list{
		width: 85%;
		margin: auto;
	}
	.post-type-archive-program .program-list .program-list-item:first-child,
	.single-program #program .program-list .program-list-item:first-child{
		border-top: 1px solid rgba(0,0,0,0.5);
		padding-top:6.5%;
	}
	.post-type-archive-program #program-contents{
		padding-bottom:120px;
	}
	
	.program-title-wrapper {
		align-items: center;
	}
	.program-title-wrapper .program-num-title .num + .title {
		margin-left: 0.5em;
	}
	.program-title-wrapper .program-level {
		font-size: 1.5rem;
	}
	.program-time-fee > div dl dt {
		font-size: 1.8rem;
	}
	
	.category-list-wrap{
		margin-bottom:3em;
	}
	
	.page-id-14 .news_list .list-item {
	    margin-bottom: 0;
	}
	body.page-id-14 #primary .page-header p{
		display:none;
	}
	
	.home #news .block-contents{
		width:100%;
	}

	.news_list.sp-col-2 .list-item{
		width:50%;
		position:relative;
	}
	.news_list.sp-col-2 .list-item:nth-child(2n)::before{
		content:"";
		display:block;
		height:100%;
		border-left:1px solid rgba(0,0,0,0.5);
		position:absolute;
		top:0;
		left:0;
		z-index:1;
	}
	.news_list .list-item .img-wrap {
		margin-bottom: 0;
	}
	.news_list .list-item .text {
		padding:10% 10%;
	}
	.news_list .list-item .text .date {
		font-size:1.1rem;
		margin-top:1em;
	}
	
	.news-detail p {
		line-height: 2.0;
	}
	
	#instructor-contents{
		width:100%;
	}
	
	.instructor-item,
	.instructor-item .btn-wrap{
		display:block;
	}
	.instructor-item .img,
	.instructor-item .txt{
		width:100%;
	}
	.instructor-item .img{
		margin-bottom:2em;
	}
	.instructor-item .btn-wrap a{
		margin:0 0 1em;
	}
}






