@charset "utf-8";


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

	サイト設定

============================== */
body, html {
	font-size: 18px;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'Noto Serif JP', serif;*/
}

a,
a img {
	transition: all 0.2s ease 0s;
	text-decoration: none;
}

p:not(:last-child) {
	margin-bottom: 20px;
}


@media only screen and (max-width: 821px){
	body, html {
		font-size: 16px;
	}
}



/* タイトル */
h1 {
	font-size: 2.6rem;
	font-weight: bold;
}

h2 {
	position: relative;
	margin-bottom: 0;
}

h2 + p {
	margin-bottom: 40px;
}

h3 {
	margin-bottom: 20px;
	font-size: 1.6rem;
}


/* クエリループ */
.wp-block-query h2 {
	font-size: 1.4rem;
	margin-top: 0;
}


.wp-block-query img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 5 / 3;
}


/* テーブル */
.wp-block-table table {
	background-color: #fff;
    border-spacing: 5px;
    border-collapse: separate!important;
    width: 100%!important;
}

.wp-block-table table td,
.wp-block-table table th {
	border: none;
	padding: 20px;
}

.wp-block-table table td:nth-of-type(odd) {
	background-color: #dedede;
	font-weight: bold;
	white-space:nowrap;
	text-align: center;
}

.wp-block-table table td:nth-of-type(even) {
	background-color: #fff;
}

@media only screen and (max-width: 821px){
	.wp-block-table table td,
	.wp-block-table table th {
		display: block;
		width: 100%;
	}
}



/* カラー */
.red {
	color: #6E0B0B;
	font-weight: bold;
}

.line_y {
	background: linear-gradient(transparent 60%, #FBED11 0%);
	font-weight: bold;
}


/* ボタン */
.wp-block-button a {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 360px;
	padding: 10px 40px;
	background: none;
	color: #000;
	border-top: 1px solid #6B5E56;
	border-bottom: 1px solid #6B5E56;
}

.wp-block-button a:hover {
	box-shadow: none;
	transform: translateX(5px);
}

.microcopy {
	font-weight: bold;;
}

.btn_grp {
	margin-top: 60px;
}


@media only screen and (max-width: 821px){
	.btn_grp {
		margin-top: 30px;
	}
	
	.wp-block-button a {
		width: 100%;
		padding: 10px 40px;
	}
	
}

/* フォーム */
.contact_form th {
	color: #555;
}

.contact_form th .attention {
	background-color: #FF7B7B;
}

.form_radio label input[type="radio"]:checked + span,
.form_radio label input[type="checkbox"]:checked + span {
	background-color: #69b661;
	border: 1px solid #69b661;
	color: #FFF;
}

#contact_form .submit-btn .return {
	/*box-shadow: 0px 10px 0px #555;*/
}

.contact_form input[type="submit"] {
	background-color: #69b661;
	color: #FFF;
	/*box-shadow: 0px 10px 0px #555;*/
}


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

	共通ブロック

============================== */
/* wrap */
.wrap {
	padding-top: 0;
}

/* headder */
header {
	top: 0;
}

header .inner {
	align-items: flex-start;
}

header .header_R {
	text-align: center;
}

header .header_tel-no {
	font-weight: bold;
	font-size: 2rem;
}

header .g-nav {
	background: none;
}

header .g-nav ul a {
	color: #010101;
}

header .g-nav a:hover {
	background-color: #FFF;
}

.header_logo img {
	width: 100%;
}

@media only screen and (max-width: 821px){
	.header_logo img {
		max-width: 70%;
	}
}

.g-nav ul a {
	font-size: 1rem;
}

.g-nav ul li {
	border-right: 1px solid #010101;
}

.g-nav ul li:first-child {
	border-left: 1px solid #010101;
}


/* g-nav */
@media only screen and (max-width: 821px) {
	header .header_R {
		display: none;
	}

	header .g-nav ul a {
		color: #FFF;
	}
	
	.fix_nav li {
		background-color: rgba(255,128,0,0.9);
	}

	.fix_nav li a:hover {
		opacity: 1;
	}
}

/* g-navが2段の時はコメントアウト */
@media only screen and (min-width: 1281px){
	.header_inner {
		margin: 0 auto;
		width: 1100px;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.header_inner .w1100 {
		width: 100%;
	}
}

@media only screen and (max-width: 1280px){
	.header_inner {
		margin: 0 auto;
		width: 96%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header_inner .w1100 {
		width: 100%;
	}
}
/* g-navが2段の時はコメントアウト */


/* footer */
footer {
	margin-top: 40px;
	padding: 0;
}

footer .wp-block-columns {
	margin-bottom: 0;
}

footer p {
}

footer div div div p {
	margin: 0px auto;
}

.footer_info {
	justify-content: center
}

footer .footer_info_logo {
	width: 20%;	
}

.footer_info_txt {
	flex-basis: auto!important;
	text-align: left;
}

.footer_info_txt h2 {
	color: #FFF;
	font-size: 2rem;
	margin-bottom: 10px;
}

footer .footer_btn {
	align-items: flex-end!important;
}

footer .footer_waku{
	border: 2px solid #FFF;
	line-height: 35px;
	padding: 20px 40px;
}

#top footer h2:before {
	display: none;
}

footer .wp-block-button {
	width: auto;
}

.footer_copyright {
	padding: 5px 0;
}

@media only screen and (max-width: 821px){
	footer {
		padding-bottom: 30px;
	}

	footer .wp-block-image img {
		width: 60%;
	}

	#site-footer .footer_info .footer_info_logo {
		width: 50%;
		flex-basis: auto!important;
		flex-grow: inherit;
	}
}


.footer_link {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer_link a {
	color: #FFF;
}

/* bottom_link */
.bottom_link {
	padding: 100px 0!important;
}

.bottom_link h2 {
	text-align: center;
}

.bottom_link .w960{
	margin-bottom: 0;
}

.bottom_link_txt {
	padding: 60px 0;
	background-size: cover;
	padding: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: rgba(255,255,255,0.5);
}

#top .bottom_link h2::before {
	display: none;
}

@media only screen and (max-width: 821px){
	.bottom_link_txt {
		padding: 30px;
	}
}




/* fix_nav */
@media only screen and (max-width: 821px) {
	.fix_nav li {
		background-color: rgba(255,128,0,0.9);
	}

	.fix_nav li a:hover {
		opacity: 1;
	}
}

@media only screen and (min-width: 822px){
	.fix_nav a {
		background-color: #6B5E56;
		font-size: 1.0rem;
		font-weight: bold;
		border-radius: 10px 0 0 10px;
	}
}




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

	下層ページ共通

============================== */
/* low */
.page-template-page-low .low_mv {
	margin-bottom: 100px;
}



/* other_mv */
.other_mv {
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.other_mv h1 {
	display: table;
	font-size: 2rem;
	color: #FFF;
}

@media only screen and (max-width: 821px){
	.other_mv {
		height: auto;
		padding: 40px 20px;
		padding-top: 80px;
	}
	
	.other_mv h1 {
		display: table;
		font-size: 1.6rem;
		line-height: 1.2;
	}
}









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

	wp調整

============================== */
/* top */
.is-layout-flow .wp-block-group {
	padding: 0!important;
}

.wp-block-image.size-full {
	margin-bottom: 100px;
}


.top_intro {
	margin-top: 60px;
}

@media only screen and (min-width: 821px){
	.top_intro_R {
		margin-left: -500px;
	}
}

@media only screen and (max-width: 821px){
	iframe {
		width: 100%;
	}
}





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

	トップページ

============================== */
/* top_mv */
#top_mv {
	height: 100vh;
}



/* top_training */
#top_training {
	margin-top: 160px;
}

#top_training h2 {
	margin-bottom: 40px;
}

#top_training h2::before {
	content: '';
	display: block;
	background: url('../img/h2_training.svg') no-repeat center / contain;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


#top_training h3 {
	font-size: 1.0rem;
	margin-top: 10px;
}

#top_training .wp-block-columns {
	flex-wrap: wrap!important;
	justify-content: center;
}

#top_training .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	width: 46%;
	flex-basis: initial;
    flex-grow: initial;
}

#top_training figure img {
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
}

#top_training figure img {
	border-radius: 10px;
}



/* top_spec */
#top_spec {
	margin-top: 100px;
}

#top_spec h2 {
	line-height: 0.8;
	margin-bottom: 40px;
}

#top_spec h2 span {
	font-size: 1.6rem;
}

#top_spec h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

#top_spec p {
	background: #d9d9d9;
	padding: 1rem;
	border-radius: 10px;
}

#top_spec p:not(:last-child) {
	margin-bottom: 30px;
}





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

	業界情報

============================== */
/* 一覧 */
.list_entry_image img {
	border-radius: 10px;
}

.list_entry_cat a {
	color: #FFF;
	border-radius: 10px;
	font-weight: bold;
	padding: 0.1rem 0.5rem;
}


/* 詳細 */
.entry h2 {
	border: none;
	font-size: 1.6rem;
	border-radius: 10px;
	padding: 1.6rem;
}

.entry h3 {
	padding-top: 30px;
	font-size: 1.2rem;
}

.link-category a {
	color: #FFF;
	border-radius: 10px;
	font-weight: bold;
	padding: 0.1rem 0.5rem;
	font-size: 0.8rem;
}


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

	sense LMS共通

============================== */
/* デザイン */
.sensei h2 {
	margin-top: 100px;
	margin-bottom: 20px;
}

.sensei h3 {
	padding: 6px;
	padding-right: 0;
}

.sensei h4 {
	font-size: 1.2rem;
}

.sensei .wp-block-group {
	margin-bottom: 40px;
}

.sensei p:not(:last-child) {
	margin-bottom: 40px;
}

#g-nav_wrapper p {
	margin-bottom: 0;
}


/* 非表示 */
.sensei .post-meta,
.sensei .post-entries,
.sensei .sensei-breadcrumb,
#comment {
	display: none;
}

.lesson-template-default .wp-block-columns {
	margin-bottom: 40px;
}




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

	試験ページ

============================== */
/* single-quiz */
.single-quiz .question-title {
	display: none;
}

#sensei-quiz-list .wp-block-sensei-lms-quiz-question{
	margin-top: 20px;
}

.single-quiz .wp-block-sensei-lms-question-description {
	font-weight:  bold;
}

.single-quiz .wp-block-sensei-lms-question-description p {
	margin-bottom: 5px;
}

.single-quiz .wp-block-sensei-lms-question-answers ul {
	margin-top: 0;
	margin-bottom: 20px;
	list-style-type: none;
	gap:10px;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.single-quiz input[type="radio"],
.single-quiz input[type="checkbox"] {
	display: none;
}

.form_radio {
	margin-top: 20px;
}

.single-quiz label {
	border: 1px solid #a5a5a5;
	border-radius: 4px;
	padding: 10px 20px;
	transition: all 0.2s ease 0s;
	display: block;
}

.single-quiz input[type="radio"]:checked + label {
	border: 1px solid #838383;
	background-color: #838383;
	color: #FFF;
}


.sensei-lms-question__answer-feedback {
	border-radius: 10px;
	margin-bottom: 40px;
}

.sensei-lms-question__answer-feedback .sensei-lms-question__answer-feedback__header {
	padding: 0.5rem 1rem;
	font-weight: bold;
}

.sensei-lms-question__answer-feedback .sensei-lms-question__answer-feedback__content {
	padding: 0.5rem 1rem;
}

.sensei-lms-question__answer-feedback p {
	margin-bottom: 0;
}

.sensei-lms-question__answer-feedback--correct {
	border: 2px solid #58cfa9;
}

.sensei-lms-question__answer-feedback--correct .sensei-lms-question__answer-feedback__header {
	background-color: #58cfa9;
}


.sensei-lms-question__answer-feedback--incorrect {
	border: 2px solid #ffa5a5;
}

.sensei-lms-question__answer-feedback--incorrect .sensei-lms-question__answer-feedback__header {
	background-color: #ffa5a5;
}



ul.page-btn {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

ul.page-btn li a{
	display: block;
	border-radius: 5px;
	border: 1px solid #666;
	background-color: #efefef;
	color: #666;
	padding: 5px 20px;
	font-weight: bold;
}

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

	端末ごとの調整

============================== */
/* iPad 縦 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) { 
}
