@charset "utf-8";
/*
Theme Name: portals_responsive
Author: portals
*/
/*==================================
* reset
* html5doctor.com Reset Stylesheet
* v1.6.1
* Last Updated: 2010-09-17
* Author: Richard Clark - http://richclarkdesign.com
* Twitter: @rich_clark
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,

label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colors to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colors to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border color to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
address {
	font-style: normal;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*==================================
WordPress Natie Styles
editor
==================================*/
img.wp-smiley,
img.emoji {
	height: 2% !important;
	width: 2% !important;
}
.post p {
	display: block;
	margin: 1em;
}
.post strong {
	font-weight: bold;
}
.post em {
	font-style: oblique;
}
.post blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
.post ul {
	list-style: disc;
	margin: 0 3em 1em;
}
.post ol {
	list-style: decimal;
	margin: 0 3em 1em;
}
/* img */
.aligncenter {
	display: block;
	margin: 0 auto 8px;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
/*==================================
SP_base
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left,
.img_right {
	margin: 0 auto 0.5em;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
.only_pc {
	display: none;
}
img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}
a:link {
	color: #83a139;
}
a:visited {
	color: #fcafa7;
}
a:hover {
	color: #baea83;
}
a:active {
	color: #baea83;
}
body {
	overflow-x: hidden;
	background: #fff;
	color: #3f3f3f;
	font-size: 15px;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	font-weight: 500;
}
/*==================================
SP_layout
==================================*/
#contents {
	margin:24px auto;
}
#main {
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	overflow: hidden;
}
.conts {
	margin: 0 12px 16px;
}
.conts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.conts .conts_inner {
	overflow: hidden;
}
.conts p:not([class]) {
	margin-bottom: 8px;
}
.ttl {
	margin: 0 4px 32px;
	text-align: center;
}
.bnr {
	margin: 0 4px 16px;
}
a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}

/*==================================
SP_heading
==================================*/
.h_style01 {
	position: relative;
	margin: 24px 5px 16px;
	padding: 8px 16px;
	background: #b3b3b3;
	border: dotted 1px #fff;
  box-shadow: 0px 0px 0px 5px #b3b3b3;
  border: dashed 1px #fff;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
}
.h_style01:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: #fff #fff #818181;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class]),
.block_wrapper h2:not(.nostyle) {
	clear: both;
	margin: 24px auto 16px;
	padding: 8px;
	font-size: 16px;
	color: #fff;
	background: #acac9d;
}
.h_style03,
.post h4,
.block_wrapper h3:not(.nostyle) {
	clear: both;
	margin: 32px 4px 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #79796a;
	border-bottom: dotted 2px #cfcfc7;
}
.h_style04,
.post h5,
.block_wrapper h4:not(.nostyle) {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 8px 2px 32px;
	font-weight: bold;
	border-bottom: dotted 2px #cfcfc7;
	font-size: 16px;
}
.h_style04::before,
.post h5::before,
.block_wrapper h4:not(.nostyle)::before {
	position: absolute;
	margin-top: -0.25em;
	top: 50%;
	left: 0.5em;
	content: "";
	display: inline-block;
	background: #fff;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #f0f0e1;
}
.h_style05,
.post h6,
.block_wrapper h5:not(.nostyle) {
	clear: both;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 4px 2px;
	font-weight: bold;
	border-bottom: double 4px #cfcfc7;
	font-size: 16px;
}
/*==================================
SP_header
==================================*/
#header {
	position: relative;
	z-index: 999999;
	background: #fff;
}
.h_upper {
	padding: 4px 8px;
background: #ffffff;
    color:#0c0000;
	box-sizing: border-box;
}
.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0;
	width: 95%;
	max-width: 1240px;
}
.h_upper > * {
	font-weight: normal;
	font-size: 13px;
}
.h_logo {
	margin: 8px auto;
	width: 70%;
}
.h_add {
	margin: 8px 0 0;
	font-size: 13px;
	text-align: center;
}
/*==================================
SP_navigation
==================================*/
nav {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
}
.gnav_sp {
	width: 100%;
	display: flex;
	margin: 0 auto;
	background: #d9d9d9;
}
.gnav_sp li {
	padding: 8px 0;
	width: 20%;
}
.gnav_sp img {
	width: 62.5%;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 999999;
}
.sp_contact {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background: rgba(255,255,255,.5)
}
.sp_contact > * {
	margin: 0 0.5%;
	width: 49%;
	max-width: 312px;
}
/*==================================
SP_mainimg
==================================*/
.main_img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
/*==================================
SP_contact
==================================*/
#footer {
	background: #eee;
}
.contact {
	padding: 2em 0;
}
.contact_conts {
	position: relative;
	margin: 0 4px;
}
.contact_uketsuke .block_uketsuke {
	margin: 1em auto 0;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.contact_uketsuke .block_uketsuke tr > :first-child {
	width: 8em;
}
.contact_uketsuke .block_uketsuke th, .contact_uketsuke .block_uketsuke td {
	padding: .3em .1em;
}
.contact_uketsuke_note {
	text-align: right;
	font-size: 18px;
}
.contact_info p {
	margin: 0 0 8px;
}
.contact_add {
	margin: 1em 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
}
.contact_add br {
	display: none;
}
.contact_bt > * {
	margin: 1.5em auto;
}
.contact_access {
	font-size: 16px;
}
.contact_map {
	text-align: center;
	height: 300px;
}
.page_top_pc {
	display: none;
}
/*==================================
SP_map
==================================*/
.map {
	position: relative;
	margin: 0 auto 1em;
	padding-bottom: 250px;
	width: 95%;
	max-width: 600px;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
address {
	margin: 0 auto 1em;
	font-size: 15px;
}
address span {
	display: block;
}
.add02 {
	margin-left: 3em;
}
.add03 {
	margin-left: 13em;
	color: #e34472;
	font-weight: bold;
}

/*==================================
SP_menu
==================================*/
.sideUpper,
.sideNav,
.sideLower,
.topUpper,
.topLower,
.blogNav {
	margin: 0 0 16px;
}
.side_fixed_menu {
	margin: 0 auto;
	border: none;
	width: 95%;
}
.side_fixed_menu a {
	border: none;
}
.side_fixed_menu li {
	margin: 0 auto 10px;
}
.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	background: #7d7d7d;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.widget_categories p,
.widget_recent_entries p {
	padding: 8px;
	background: #7d7d7d;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu,
.widget_categories,
.widget_recent_entries {
	width: 95%;
	margin: 0 auto 1em;
	border: solid 1px #aaa;
	box-sizing: border-box;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul  {
	margin: 16px;
}
.widget_nav_menu li,
.widget_categories li,
.widget_recent_entries li {
	margin: 0 0 8px;
	border-bottom: solid 1px #666;
}
.widget_nav_menu li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child  {
	border-bottom: solid 1px #666;
}
.widget_nav_menu a,
.widget_categories a,
.widget_recent_entries a{
	position: relative;
	display: block;
	padding: .5em 1.5em .5em .2em;
	background-size: 31px 31px;
	text-decoration: none;
	color: inherit;
}
.widget_nav_menu a::after,
.connection_menu a::after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	content:"▲";
	font-size: 20px;
	font-weight: bold;
	color: #7d7d7d;
	transform: rotate(90deg);
}

/*検索*/
.widget_search {
	text-align: center;
}
.widget_search label {
	display: none;
}
/*月別アーカイブ*/
.widget_archive {
	text-align: center;
}
.widget_archive label::before {
	content: "月別アーカイブ";
}
/*メタ情報*/
.widget_meta {
	border-bottom: solid 1px #666;
}
.widget_meta p {
	padding: 8px;
	border-bottom: solid 1px #666;
	text-align: center;
}
.widget_meta ul {
	margin: 16px 8px 0;
}
.widget_meta li {
	position: relative;
	margin: 0 0 8px;
	border-bottom: dotted 1px #666;
	font-size: 14px;
}
.widget_meta li:last-child {
	border-bottom: none;
}
/*==================================
SP_copyright
==================================*/
.copyright {
	background: #333;
	color: #fff;
	text-align: center;
}
.copyright small {
	font-size: 1rem;
	font-size: 10px;
}
/*==================================
SP_footer
==================================*/
.f_inner {
	display: none;
}
/*==================================
SP_voice
==================================*/
.voice {
	margin: 0 0 24px;
}
.voice_list li {
	margin: 0 4px 16px;
	padding: 16px;
	background: #f0f0e1;
	border: solid 1px #bdbdae;
	border-radius: 8px;
}
.voice_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
}
.voice_conts h3,
.voice_tit {
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border-bottom: dotted 2px #e3e3da;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_txt p {
	margin: 0 0 1em;
}
.voice_pic {
	width: 150px;
	margin: 0 auto 16px;
}
.voice_pic p > :first-child {
	display: block;
	margin: 0 auto 8px;
}
.menseki {
	overflow: hidden;
	margin: 16px 0 0;
	font-size: 12px;
	color: #79796a;
}

/*==================================
SP_toppage
==================================*/
.h2_top {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 1em;
	font-size: clamp(24px,5vw,40px);
	font-weight: bold;
	text-align: center;
}
.h2_top::before, .h2_top::after {
	content: '';
	display: block;
	width: 2em;
	height: 2px;
	background: #563e18;
}
.h2_top::before {
	margin-right: .5em;
}
.h2_top::after {
	margin-left: .5em;
}
.h2_top02 {
	padding: 1.5em .5em!important;
	font-size: clamp(28px,6vw,64px);
	font-weight: bold;
	text-shadow : 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.h2_top02:not(.contact_ttl)::first-line {
	font-size: 56.25%;
}
.top_inner {
	padding: 3em 0.5em;
}
.block_wrapper .top_inner:first-child {
	padding-top: 1em;
}
/*以前のディスカバリー*/
.top_sejutsu_bt {
	margin: 0 4px 16px;
	text-align: center;
}
.top_sejutsu_bt li {
	display: inline-block;
	margin: 0 0 8px;
	padding: 0 2px;
	width: 49%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top_point_list {
	margin: 0 8px 16px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: dotted 2px #e3e3da;
}
.top_point_list li:first-child {
	padding: 0 0 24px;
}
.top_point_list h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 18px;
	margin: 0 0 16px;
}
.top_point_list h3 span {
	display: contents;
}
.top_point_list h3 img {
	max-width: 50px;
	margin: 0 2vw 0 0;
}
.top_point_txt {
	clear: left;
	font-size: 14px;
}
.top_flow_list {
	text-align: center;
}
.top_flow_list li {
	display: inline-block;
	width: 47.6%;
	vertical-align: top;
	margin: 0 0 22px;
	max-width: 198px;
	text-align: left;
}
.top_flow_list p {
	padding: 10px 0px;
}
#se02 {
  background: linear-gradient(#ffffff, #50a103) fixed;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
}
#se02 .se02-upper {
  padding: 4% 4% 0 4%;
}
#se02 .se02-upper__txt01 {
  text-align: center;
  margin: 0 0 10px;
}
#se02 .se02-upper__txt01 p {
  display: inline;
  margin: 0;
  font-size: 15px;
  font-size: 4.6875vw;
  color: var(--base-color01);
}
#se02 .se02-upper__txt02 {
  margin: 0 0 10px;
  text-align: center;
}
#se02 .se02-upper__txt02 p {
  display: inline;
  margin: 0;
  font-size: 15px;
  font-size: 4.6875vw;
  color: var(--base-color01);
}
#se02 .se02-upper__txt03 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 15px;
  font-size: 4.6875vw;
  color: var(--base-color01);
  line-height: 1.2;
}
#se02 .se02-upper__txt03 span {
  font-size: 23px;
  font-size: 7.1875vw;
  color: var(--base-color03);
  -webkit-text-stroke: 1.5px var(--base-color01);
}
#se02 .se02-upper__img {
  margin: 20px 0 30px;
}
#se02 .se02-middol {
  background: #fff;
  margin: 60px 0 80px;
  position: relative;
  padding: 30px 0;
  text-align: center;
}
#se02 .se02-middol::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  background: url(image/top/se02_bgico.png) no-repeat center top;
  box-sizing: contain;
  width: 118px;
  height: 49px;
  right: 0;
  left: 0;
  bottom: -49px;
}
#se02 .se02-middol__inner__img {
  width: 70%;
  margin: 0 auto;
}
#se02 .se02-middol__inner__txt {
  font-size: 15px;
  font-size: 4.6875vw;
}
#se02 .se02-middol__inner__txt span {
  color: #ff962b;
}
#se02 .bnr {
  margin:20px;
padding:20px;
}
#se00 .se00-lower__ttl {
  background: none;
  color: var(--base-color01);
  text-align: center;
  font-size: 20px;
  font-size: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2% 4%;
	    padding-top: 31px;
}
#se00  {
  background: #fce6a9;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
	    margin-top: -40px;
}
.se00-lower__ttl {
  background: none;
  color: var(--base-color01);
  text-align: center;
  font-size: 20px;
  font-size: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 4% 30px;
}
#se00 .se00-lower__ttl::before {
  content: "";
  background: var(--base-color01);
  height: 2px;
  width: 20px;
}
#se00 .se00-lower__ttl::after {
  content: "";
  background: var(--base-color01);
  height: 2px;
  width: 20px;
}
#se00 .se00-lower__list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#se00 .se00-lower__list__item:nth-child(4) {
font-size:90%;
}
#se00 .se00-lower__list__item {
  width: 31.3%;
  height: 50px;
  margin: 0 1% 10px;
  background: #fff;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px var(--base-color01);
  box-sizing: border-box;
  border-radius: 2px;
  font-feature-settings: "palt";
}
.youtube {
    position: relative;
    width: 100%;
	height: 315px;
    margin-bottom: 20px;
}
#se03 .se03-conts {
  width: 96%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 1% 0px;
  box-sizing: border-box;
  border-radius: 2px;
}
#etc_conts__ttl{
  margin: 0;
  background: none;
  color: #5f2a04;
  text-align: center;
  font-size: 20px;
	font-size: 6vw;
}
#se03 .se03-conts__ttl {
  margin: 0;
  background: none;
  color: #5f2a04;
  text-align: center;
  font-size: 18px;
  font-size: 5.625vw;
  font-feature-settings: "palt";
}
#se03 .se03-conts__ryoukin {
  background: #fff8a7;
  width: 96%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
#se03 .se03-conts__ryoukin p {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 15px;
  font-size: 4.6875vw;
}
#se03 .se03-conts__schedule {
  width: 96%;
  margin: 0 auto 30px;
  padding: 0 0 20px;
}

#se03.sepoint{
  background: #219ec7;
  padding: 50px 0;
}

#se04 {
  margin-top: 123%;
}


#se04 .se07-list02__item {
  width: 48%;
  margin: 0 1% 20px;
}

#se05 {
   background: #fecd64;
    z-index: -2;
	margin: 8% 0 0 0;
	   padding: 2px;
}
#se05 p{
   margin:0px;

}
#se05 .se05-ttl {
  color: #fff;
  text-align: center;
  line-height: 1.2;
	z-index:-999;
	    margin: 5%;
	padding-top: 20px;
}
.se05-ttl img{
  margin:20px auto ;

}

#se05 .se05-point {
    width: 96%;
    margin: -62px auto 50px;
    padding: 8px 10px;
    box-sizing: border-box;
    z-index: 999;
	overflow:hidden;
}
#se05 .se05-point__item {
  background: #fff;
  margin: 0 0 40px;
  padding: 30px;
  box-sizing: border-box;
    z-index: 555;
    position: relative;
}
#se05 .se05-point__item__pic {
  margin: 0 auto 10px;
}
#se05 .se05-point__item__inner__no {
  text-align: center;
  font-size: 22px;
  font-size: 6.875vw;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  color: #483b0b text-shadow: 0 0 15px #fff;
  position: relative;
  z-index: 0;
  margin: 0 0 10px;
}
#se05 .se05-point__item__inner__no::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f08c0a;
  width: 100%;
  height: 0.8em;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#se05 .se05-point__item__inner h3 {
  margin: 0;
  border: none;
  text-align: center;
}
#se06{
  margin: -5px ;
position: relative;
}
#se06 ul{
 list-style:none;
	margin:0;
	    position: absolute;
	overflow: hidden;
	z-index: auto;
}
#se06 li:first-child{
    z-index: 999;
   position: absolute;
    margin: 0 0 -25px 0;
}
#se06 li{
    z-index: 1;
    display: block;
        margin: 143px 0;
}
#se06 img{
    z-index: 1;
    display: block;
   
}
#se07{
padding:2%;
background:#fff;
}
.schedule_list{
	border-collapse: separate;
	border:1px solid #b1a092;
	overflow: hidden;
	margin-top: 20px;
}

#se07 .se07-ttl {
  text-align: center;
  margin: 10px;
}
#se07 .se07-ttl h2 {
  background: none;
  color: var(--base-color00);
  font-size: 18px;
  font-size: 5.625vw;
  margin: 0;
  list-style: 1.2;
}
#se07 .se07-ttl p {
  background: none;
  color: var(--base-color00);
  font-size: 14px;
  font-size: 4.375vw;
  margin: 0 0 10px;
  list-style: 1.2;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
#se07 .se07-list01 {
  list-style: none;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
#se07 .se07-list01__item {
     margin: 0 0 30px;
    background: #fffae7;
    padding: 6%;
}
#se07 .se07-list01__item__pic {
  margin: 0 0 10px;
}
#se07 .se07-list01__item__name {
  font-size: clamp(18px, 3vw, 23px);
  text-align: center;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
#se07 .se07-list02 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
}
#se08{
padding:2%;
background:#f8f6f1;
}
#se09 .img_right{
width:60%;
}
	
#se09 .bold01{
font-size: clamp(16px, 1vw, 23px);
  font-weight: bold;
}
	
#se09 .bold02{
font-size: clamp(18px, 5vw, 23px);
  font-weight: bold;
}

#se10{

}
	
.schedule-ttl{
	color:#FFF;
	background-color: #f08c0a;	
	display:block;
	text-align:center;
	padding:5px 0;
	width: 100%;
}
.schedule_left{
	background-color: #fffbd6;
	border-right:solid 1px #c9c9c9;
	min-width: 120px;
    width: 37%;
	float:left;
	text-align:center;
}
.schedule_left li{
	padding: 7px 0 7px;

}
.schedule_left li:first-child{
	border-bottom:solid 1px #c9c9c9;

}

.schedule_left li:last-child{

}
.schedule_right{
	text-align:center;
width: 60%;
	max-width: 640px;
    float: left;
	margin:7px 0 0;
}
.schedule_right p{
	margin:0 0 0 0 !important;
}
.menseki {
	overflow: hidden;
	margin: 0 0 32px;
	color: #FF8705;
}
/*==================================
SP_page
==================================*/
/*キャッチ*/
.banner_area {
	margin: 0 0 32px;
}
.catch_list {
	overflow: hidden;
}
.catch_list ul {
	overflow: hidden;
	margin: 4px 0;
}
.catch_list li {
	margin: 0 0 4px;
	padding: 10px 0 8px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
	font-size: 15px;
	border-bottom: dotted 2px #c9c9ba;
}
.catch_list .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
/* 7月オンラインセミナー */
.semi_main_img2407{
	background-color:#FFF6B9;
}
.sec01,.sec02,.sec03,.sec04,.sec05{
	color:#603813;
}
.sec01{
    width: 94%;
    margin: 0 auto;
}
.dot {
    width: 3%;
	margin: 5% auto 5% auto;
}
.sec_title{
	background: #fff!important;
	margin: 0 auto 16px!important;
}
.sec01_list li {
    margin: 0 auto 1em;
    padding: 0 0 2px 30px;
    font-size: 1.1em;
    font-weight: bold;
    background: url(image/page/check.png) no-repeat left top #FFF4B8;
    background-size: 1.3em;
	box-shadow: 2px 2px 2px #E7E1DB;
}
.sec01_list .orange{
	color: #FE710F!important;
}
.fontlarger{
	font-size: 1.2em;
}
.sec02{
	background: #FFED70;
    padding: 3em 4% 3em;
}
.sec03::before{
	content: "";
	background-color: #FFED70;
	width: 12em;
	height: 2em;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	display: block;
	margin: 0 auto;
}
.sec03{
	background-color: #fffbe6;
}
.sec03 h3{
	margin: 3em auto 2em!important;
	padding: 0!important;
	width:98%;
	font-size: 1.3em!important;
	text-align: center;
	border:none!important;
}
.sec03_cont_txt{
	font-weight: bold;
}
.sec03_cont_txt li{
	color: #ff6600;
	list-style: none!important;
	border-bottom: solid 1px #ff6600;
	margin-bottom: 1em;
	padding-left: 18px;
	position: relative;
	display: inline-block;
}
.sec03_cont_txt li::before{
  content: '';
  position: absolute;
  top: 4px; /* 調整する */
  left: 0;
  height: 16px;
  width: 12px;
  background-color: #ff6600;
}
.sec03_cont_txt ul{
	margin:0 1em!important;
}
.profile{
	font-weight: 500;
	font-size: 0.9em;
	background-color: #fff;;
	width: 94%;
	margin: 0 auto;
	padding: 0.2em 0;
	border:solid 1px #6b4521!important;
	line-height: 1.8em;
	margin-bottom:2em;
}
.img_daihyou{
	width: 60%;
	margin: 0 auto;
	order: 1;
}
.sec03_cont{
	display: flex;
	flex-direction: column;
}
.sec03_cont_txt{
	order: 2;
}
.profile_cont::after {
	content: "";
	background-color: #ff6600;
	width: 12em!important;
	height: 2em!important;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	display: block;
	margin: 0 auto 2em;
}
.seminar_btn{
	width:94%;
	margin: 0 auto;
}
.seminar_btn a{
	display:block;
	margin:0 auto;
}
.sec03{
	padding-bottom: 3em;
}
.sec04{
	background-color: #fee3a7;
	padding-bottom: 2em;
}
.sec04::before{
	content: "";
	background-color: #fffbe6;
	width: 12em;
	height: 2em;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	display: block;
	margin: 0 auto 3em;
}
.sec04 img{
	width: 94%;
	margin: 0 auto 30px;
}
.check{
	width:94%;
	margin: 0 auto;
}
.check li{
	list-style: none!important;
}
.check h4::before{
	background:none!important;
	box-shadow:none!important;
}
.check li{
	margin: 0 0 2em;
	/* padding: 0 0 2px 30px; */
	font-size: 1.1em;
	font-weight: bold;
}
.check_h4{
	display: flex;
	justify-content:space-between ;
	align-items: center;
}
.check_h4 img{
	width:18%!important;
}
.check h4{
	font-size: 1.1em!important;
	background-color: #fff;
	padding:0 0.3em!important;
	display: inline-block;
	border-bottom:none!important;
	width:78%;
}
.check_cont p{
	font-size: 15px;
}
.check img{
	width: 100%;
	margin: 0 auto 2em;
}
.sec05 h3{
	text-align: center;
	margin: 0 6em 2em!important;
	font-size: 1.3em !important;
	border-left:none!important;
  border-bottom: none!important;
	border-bottom:solid 2px #6b4521!important;
}
.info_presenter{
	background: #fee3a7;
  margin-bottom: 2em;
	font-weight: bold;
}
.info_presenter p{
	font-size:1.2em;
}
.info{
	font-size: 1em !important;
	margin: 0 auto;
    padding: 1em;
}
.presenter{
	width: 94%;
	margin: 0 auto;
}
.profile_cont::after{
	content: "";
	background-color: #ff6600;
	width: 18em;
	height: 3em;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	display: block;
	margin: 0 auto 2em;
}
.sec05{
	margin-bottom: 2em;;
	}
	
.seminar_btn a{
	display: block;
	margin: 0 auto;
}


/*==================================
SP_price
==================================*/
.ryoukin_list01,
.ryoukin_list02 {
	margin: 0 auto 32px;
	width: 100%;
	text-align: center;
}
.ryoukin_list01 th,
.ryoukin_list01 td {
	width: 50%;
}
.ryoukin_list02 th,
.ryoukin_list02 td {
	width: 33.3%;
}
.ryoukin_list01 th,
.ryoukin_list01 td,
.ryoukin_list02 th,
.ryoukin_list02 td {
	padding: 3px;
	border: solid 1px #ccc;
}
.ryoukin_list01 th,
.ryoukin_list02 th {
	background: #f0f0e1;
}
.ryoukin_style01 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
}
.ryoukin_chui {
	text-indent: -1em;
	margin: 0 30px;
}
/*==================================
SP_form
==================================*/
.wpcf7-form {
	width: 96%;
	margin: 0 auto 30px;
}
.wpcf7-form p {
	margin: 0 auto 10px;
	line-height: 2em;
}
.privacy_policy {
	width: 92%;
	margin: 0 auto 30px;
	height: 300px;
	overflow: auto;
	border: solid 1px #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.privacy_policy dl dt {
	margin: 0 auto 10px;
	font-weight: bold;
}
.privacy_policy dl dd {
	margin: 0 auto 2em;
}
.required {
	background: #ffe6e6;
	color: #ff7373;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.any {
	background: #ffe599;
	color: #ff8000;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	line-height: 2em;
	font-size: 16px;
}
#form_contents article {
	margin: 0 auto;
	max-width: 640px;
}
.form_atention {
	background: #ffdfdf none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	margin: 0 auto 20px;
	padding: 15px;
	width: 96%;
	max-width: 640px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-width {
	max-width: 100%;
}
/*==================================
SP_blog
==================================*/
ul.blog_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
}
ul.blog_list li {
	width: 50%;
	margin-top: 0;
	padding: 0 0.2em;
	box-sizing: border-box;
}
.post_box {
	box-sizing: border-box;
	margin: 1em 0.5em;
}
h2.post_box_post_ttl {
	font-weight: 800;
	font-size: clamp(15px, 1.4vw, 22px);
}
h2.post_box_post_ttl a {
	color: inherit;
	text-decoration: none;
}
.post_box_post time {
	font-size: clamp(10px, 1vw, 14px);
}
.post_box_post time::before {
	font-family: "icomoon";
	content: "\e900";
	display: inline-block;
	margin-right: 2px;
	vertical-align: baseline;
}
.post_box_info {
	box-sizing: border-box;
}
p.post_box_info_cat a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-size: clamp(10px, 1vw, 14px);
	margin-right: 6px;
	transition: 0.4s;
}
p.post_box_info_cat a::before {
	font-family: "icomoon";
	content: "\e901";
	display: inline-block;
	margin-right: 2px;
	vertical-align: bottom;
}
p.post_box_info_cat a:hover {
	letter-spacing: 0.05em;
}
.post_box_thumb {
	overflow: hidden;
}
.post_box_thumb_img {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: auto;
	padding-top: 68%;
	overflow: hidden;
	transition-duration: 0.3s;
}

a:hover .post_box_thumb_img {
	transform: scale(1.1, 1.1); /*画像の拡大*/
}

@media screen and (min-width: 680px) {
	.post_box {
		margin: 14px;
		overflow: hidden;
	}
	.post_box_thumb {
		margin-bottom: 0.5em;
	}
}
/*==================================
SP_seminar
==================================*/
	.seminar_hidden{
		display: none;
	}
.semi_main_img{
	background: #d49045;
}
	.seminar_btn{
		display: block;
	}
.semi_henkin{
	background: #eadaca;
	padding: 4px 0;
}
.nayami_area ul{
    display: block;
    text-align: center;
}
	.nayami_area li{
		width: 80%;
		margin: 0 auto;
	}
.nayami_box{
    border: 8px #eee solid;
    padding: 16px;
    text-align: center;
    position: relative;
    margin-bottom: 20%;
}
.nayami_box h3{
    font-size: 20px;
	margin-bottom: 16px;
}
.nayami_arrow{
    position: absolute;
	bottom: calc(-110/750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 50%;
}
.nayami_box p{
	margin: 0;
}
.aisatsu_ttl{
    display: block;
}
.aisatsu_pic {
    flex-basis: 60%; /* 要素の幅指定 */
}
.aisatsu_ttl02{
    display: block;
}
.aisatsu_txt{
    margin: 24px auto 80px;
}
.schedule{
    max-width: 80%;
    background: #fff;
    margin: 0 auto;
    border: 8px #ee800e solid;
    padding: 20px;
}
.schedule ul{
    list-style: none;
}
.schedule_ttl{
    border-left: 4px #ee800e solid;
    padding-left: 16px;
    margin-bottom: 8px;
}
.schedule_place{
    background: #ee800e;
    padding: 4px 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
}
.schedule_day{
	font-weight: bold;
}
.schedule_detail{
    border-top: 1px #333333 solid; 
	margin-bottom: 36px;
}
.schedule_ul li div.schedule_detail p{
    margin: 0;
}
.point_area {
	width: 90%;
    display: block; 
   margin: 0 auto 24px;
    list-style: none;
}

.point_explanation {
    z-index: 8;
    background: #ee800e;
    color: #fff;
    padding: 40px 20px;
}

.point_num{
    font-size: 60px;
    margin: 0;
    text-align: left;
}
.point_ttl{
    font-size: 24px;
    margin: 0;
}
.seminar_btn_wrap{
    background: #434343;
    padding: 24px 0;
    text-align: center;
}
.point_wrap{
	background: #f2f2f2;
    padding: 0 0 24px;
}
.point_ttl br{
	display: none;
}
.nayami_wrap{
    background: #f2f2f2;
    padding: 24px 0;
    text-align: center;
}
.schedule_wrap{
    background: #454545;
    padding: 0 0 40px;
}
.offer_wrap{
    background: #fff;
    padding: 24px 0;
    text-align: center;
}
	.offer_detail{
		display: flex;
		max-width: 95%;
		margin: 0 auto;
		padding: 4px 8px;
		justify-content: space-between;
		background: #adadad;
		color: #fff;
		font-size:20px;
		font-weight: bold;
	}
	.offer_detail span{
		font-size: 16px;
	}
	.offer_detail li{
		flex-grow: 1;
	}
	.offer_detail li:first-child{
		border-right: 1px solid #fff;
	}
	
.schedule_02{
    background: #eadaca;
    padding: 0 0 40px;
}
.schedule_02 .schedule{
	width: 90%;
	padding: 20px 20px 0;
}
	.schedule_02 .schedule li{
		border-bottom: 1px #333333 solid;
		margin-bottom: 24px;
	}
	.seminar_h2{
		margin: 0 8px 36px;
	}
	.seminar_wrap,
	.aisatsu_wrap{
		max-width: 970px;
		margin: 0 auto;
	}
span.orange{
	color: #ee800e;
}
span.bold{
	font-weight: bold;
}

/*==================================
SP_pager
==================================*/
.pager {
	text-align: right;
	padding-bottom: 10px;
}
a.page-numbers,
.pager .current {
	color: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}
.pager .current {
	background: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 1);
}
.navigation {
	overflow: hidden;
	margin: 0 auto;
	width: 95%;
}
.navigation .alignleft {
	width: 48%;
	float: left;
}
.navigation .alignright {
	width: 48%;
	float: right;
	text-align: right;
}
/*==================================
for iPhone Landscape(iPhone 横)
==================================*/
@media screen and (min-width: 480px) {
	.gnav img {
		width: 48%;
	}
	.br_onoff {
		display: none;
	}
	.img_left,
	.alignleft {
		float: left;
		margin: 0 8px 8px 0;
	}
	.img_right,
	.alignright {
		float: right;
		margin: 0 0 8px 8px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic p > :first-child {
		display: block;
		margin: 0 0 8px;
	}
	.catch_list .img_right {
		max-width: none;
		float: none;
		margin: 0 0 8px;
	}
	.contact_bt {
		display: flex;
		justify-content: space-between;
	}
	.contact_bt > * {
		width: 49%;
	}
	/*      スマホ横アクセス
	---------------------------------*/
	.access_box01 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	.access_box01 > :first-child {
		width: 49%;
	}
	.access_box01 > :last-child {
		width: 49%;
	}
	.access_box01 .img_left {
		width: 44.64%;
		max-width: none;
	}
	.access_info01 {
		float: right;
		width: 52.08%;
	}
	.access_pic {
		float: left;
		width: 47%;
	}
	.access_info02 {
		clear: both;
	}
}
/*==================================
for iPhone Landscape(iPhone 480px~680px)
==================================*/
@media screen and (min-width: 480px) and (max-width: 680px) {
	.contact_conts .img_left {
		float: none;
	}
	.copyright {
		margin: 10% 0 15%;
	}
}
/*==================================
スマホ用サイドバー設定
==================================*/
@media screen and (max-width: 680px) {
	#sp_menu {
		display: contents;
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
	}
	#sidebar {
		position: fixed;
		top: 0;
		left: 0;
		width: 85%;
		height: 100%;
		padding: 2em 0;
		background-color: #fff;
		transition: all 0.2s;
		transform: translate(-100%);
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 999999;
		box-shadow: 0 8px 3px -3px rgba(0,0,0,0.1);
	}
	#sidebar.open {
		transform: translate(0%); 
	}
	#mask {
		display: none;
		transition: all 0.5s;
	}
	#sidebar.open + #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
		z-index: 99999;
		cursor: pointer;
	}
}

/*==================================
for iPad~PC
==================================*/
@media screen and (min-width: 680px) {
	/*==================================
	PC_base
	==================================*/
	a:hover img,
	a:active img {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	.only_sp {
		display: none;
	}
	.only_pc {
		display: block;
	}
	body {
		width: 100%;
		max-width: 1300px;
		font-size: 18px;
		line-height: 1.6;
	}
	/*==================================
	PC_layout
	==================================*/

	#sidebar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#sidebar > div {
		width: 48%;
	}
	#sidebar > div:last-of-type {
		margin-right: auto;
	}
	.conts {
		margin: 0 24px 24px;
	}
	.ttl {
		margin: 0 0 32px;
	}
	.bnr {
		margin: 0 0 16px;
		text-align: center;
	}

	/*==================================
	PC_heading
	==================================*/
	.h_style01 /*下層ページのh2などに利用してください*/ {
		margin: 4px 5px 32px;
		padding: 20px;
		font-size: 34px;
	}
	.h_style01:after {
	  border-width: 0 0 32px 32px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle)
	/*トップのh2、下層のh3*/ {
		margin: 32px 0 24px;
		padding: 8px 16px;
		font-size: 18px;
	}
	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle)
	/*トップのh3、下層のh4*/ {
		clear: both;
		overflow: hidden;
		margin: 32px 0 24px;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle)
	/*ブログ見出し*/ {
		margin: 24px 0 16px;
		padding: 0 8px 2px 32px;
		font-size: 18px;
	}
	/*==================================
	PC_header
	==================================*/
	#header {
		padding: 8px 0 0;
	}
	.h_upper {
		padding: 0 8px;
		background: none;
		color: inherit;
	}
	.h_upper > * {
		margin: 0 auto;
		width: 95%;
		max-width: 1240px;
		font-size: 15px;
	}
	.h_inner {
		padding: 0 0 16px;
	}
	.h_box01 {
		margin: 0 auto;
	}
	.h_box02 {
		margin: 1em auto 0;
		max-width: 548px;
	}
	.h_logo {
		width: 100%;
	}
	.h_contact {
		display: flex;
	}
	.youtube{
		width: 100%;
		max-width:1020px;
		height: 480px;
		    margin: 0 auto;
	}
	#etc_conts__ttl{
  font-size: 40px;
}
	/*==================================
	PC_navigation
	==================================*/
	nav {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.fixed {
		-webkit-box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
	}
	.gnav_pc {
		overflow: hidden;
		max-width: 1240px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.gnav_pc li {
		position: relative;
		text-align: center;
		width: 20%;
		box-sizing: border-box;
	}
	.gnav_pc li::before,.gnav_pc li:last-child::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		transform: translatey(-50%);
		width: 0;
		padding-top: 3em;
		border-left: dotted 1px #3f3f3f;
		box-sizing: border-box;
	}
	.gnav_pc li::before {
		left: 0;
	}
	.gnav_pc li:last-child::after {
		right: 0;
	}
	.gnav_pc li a {
		display: block;
		padding: 15px 10px;
		color: inherit;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
	.gnav_pc li a::before {
		content: '';
		display: block;
		margin: 0 auto;
		width: 2em;
		height: 2em;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 2em;
		transition: all .3s;
		-webkit-transition: all .3s;		
	}
	.gnav_pc li a:hover::before, .gnav_pc li a:active::before {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	.gnav_pc li:first-child a::before {
		background-image: url(image/all/nav_bt_home_ico.png);
	}
	.gnav_pc li:nth-child(2) a::before {
		background-image: url(image/all/nav_bt_about_ico.png);
	}
	.gnav_pc li:nth-child(3) a::before {
		background-image: url(image/all/nav_bt_access_ico.png);
	}
	.gnav_pc li:nth-child(4) a::before {
		background-image: url(image/all/nav_bt_price_ico.png);
	}
	.gnav_pc li:last-child a::before {
	;
	}
	/*==================================
	PC_mainimg
	==================================*/
	.main_img {
		text-align: center;
	}
	/*==================================
	PC_contact
	==================================*/
	.contact {
		padding: 3em 0;
	}
	.contact_conts {
		width: 98%;
		max-width: 1090px;
		margin: auto;
	}
	.contact_info {
		display: flex;
		justify-content: space-between;
	}
	.contact_info > * {
		width: 49%;
	}
	.contact_uketsuke .block_uketsuke {
		margin: 0 auto;
		font-size: 14px;
	}
	.contact_uketsuke .block_uketsuke th, .contact_uketsuke .block_uketsuke td {
		padding: .3em;
	}
	.contact_uketsuke_note {
		font-size: 14px;
	}
	.contact_add br {
		display: inline;
	}
	.contact_bt > * {
		margin: 2em auto;
	}
	.contact_map {
		margin: 0 auto;
		width: 100%;
		height: 368px;
	}
	.page_top_pc {
		display: block;
		margin: 0 32px 0 0;
		text-align: right;
		font-size: 13px;
	}
	.page_top_pc a {
		color: #6c4c3d;
	}
	.page_top_pc a:hover,
	.page_top_pc a:active {
		color: #baea83;
	}
	/*==================================
	PC_menu sidemenu
	==================================*/
	.side_fixed_menu li {
		margin: 0 auto 16px;
	}
	.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
		padding: 16px 0;
		transition: .3s;
	}
	.side_fixed_menu li a:hover {
		background: #969696;
	}
	/*メニュー（固定ページ/関連メニュー）*/
	.widget_nav_menu,
	#custom_html-13,
	.widget_categories,
	.widget_recent_entries,
	.widget_search,
	.widget_archive,
	.widget_meta {
		width: 100%;
	}
	.widget_nav_menu li a:hover,
	.widget_nav_menu li a:active,
	.widget_categories li a:hover,
	.widget_categories li a:active,
	.widget_recent_entries li a:hover,
	.widget_recent_entries li a:active {
		color: #bdbdae;
	}
	.widget_nav_menu a:hover::after,
	.widget_nav_menu a:active::after,
	.connection_menu a:hover::after,
	.connection_menu a:active::after {
			color: #bdbdae;
	}
		/*==================================
	PC_copyright
	==================================*/
	.copyright {
		padding: 8px 0;
		margin: 0;
	}
	.copyright small {
		font-size: 14px;
	}
	.copyright a {
		color: inherit;
	}
	.copyright a:hover,
	.copyright a:active {
		color: #baea83;
	}
	/*==================================
	PC_footer
	==================================*/
	.f_inner {
		display: block;
		overflow: hidden;
		margin: 0 auto;
		padding: 16px 0;
		width: 95%;
		max-width: 1024px;
	}
	/*==================================
	PC_voice
	==================================*/
	.voice {
		margin: 0 0 40px;
	}
	.voice_list li {
		margin: 0 24px 32px;
		padding: 24px;
	}
	.voice_conts {
		padding: 24px;
	}
	.voice_conts h3 {
		width: 100%;
	}
	.voice_txt {
		clear: right;
		overflow: hidden;
		padding: 0 0 0 16px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic img {
		display: inline-block;
		margin: 0 0 8px;
		max-width: 100%;
		height: auto;
	}
	/*==================================
	PC_toppage
	==================================*/
	.top_inner {
		margin: 0 calc(50% - 50vw);
		padding: 5em calc(50vw - 48%);
	}
	.top_catch h2 {
		margin: 0 0 32px;
	}
	.top_sejutsu_bt {
		margin: 0 0 24px;
	}
	.top_sejutsu_bt li {
		margin: 0 0 8px;
		width: 32.5%;
		text-align: center;
	}
	.top_point_list {
		margin: 0 24px;
	}
	.top_point_list h3 {
		float: left;
		font-size: 26px;
		line-height: 1.3em;
		margin: 0 0 16px;
	}
	.top_point_list h3 img {
		max-width: 70px;
		margin: 0 1vw 0 0;
	}
	.top_point_txt {
		clear: left;
	}
	.top_flow_list li {
		width: 46%;
		margin: 0 6px 22px;
	}
#se06{
  position:relative;
}
#se06 ul{
 list-style:none;
	margin:0;
	overflow: hidden;
	z-index: auto;
}
#se06 li:last-child{
  padding-top: 27%;
}
#se06 li{
    z-index: 1;
    display: block;
}
#se06 img{
    z-index: 1;
    display: block;
   
}

#se03 {

}
#se03 .se03-conts {
  width: 96%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 1% 30px;
  box-sizing: border-box;
  border-radius: 2px;
}
#se03 .se03-conts__ttl {
  margin: 0;
  background: none;
  color: #5f2a04;;
  text-align: center;
  font-size: 18px;
  font-size:2.625vw;
  font-feature-settings: "palt";
	padding-top:50px;
}
#se03 .se03-conts__ryoukin {
  background: #fff8a7;
  width: 96%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
#se03 .se03-conts__ryoukin p {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 15px;
  font-size: 4.6875vw;
}
#se03 .se03-conts__schedule {
  width: 96%;
  margin: 0 auto 30px;
  border-bottom: none;
  padding: 0 0 20px;
	max-width: 980px;
}
/*#se03 .se03-conts__schedule--tokyo {
  border: none;
  font-size: 17px;
  font-size: 5.3125vw;
  background: url(image/top/se03_ico01.png) no-repeat center left;
  padding: 0 0 0 40px;
}
#se03 .se03-conts__schedule--osaka {
  border: none;
  font-size: 17px;
  font-size: 5.3125vw;
  background: url(image/top/se03_ico02.png) no-repeat center left;
  padding: 0 0 0 40px;
}*/
#se03.sepoint{
  background: #219ec7;
  padding: 50px 0;
}

#se04 {
  margin-top: 110%;
}

#se05 {
   background: #fecd64;
    padding:75px 0 10px;
    margin: 47px 0 0 0;

}
#se05 p{
   margin:0px;
    display: block;
    float: left;
}
#se05 .se05-ttl {
  color: #fff;
  text-align: center;
  line-height: 1.2;
	z-index:-999;
	margin: 5%;
	padding:50px 0 0 0;
}
.se05-ttl img{
  margin:20px auto ;

}

#se05 .se05-point {
margin: -12% auto 46px;
padding: 30px;
box-sizing: border-box;
z-index: 555;
overflow: hidden;
max-width: 1240px;
}
#se05 .se05-point__item {
  background: #fff;
  margin: 0 0 40px;
  padding: 30px;
  box-sizing: border-box;
    z-index: 555;
  overflow:hidden;
}
#se05 .se05-point__item__pic {
  margin: 0 auto 10px;
	float:right;
}
#se05 .se05-point__item__inner__no {
text-align: center;
    font-size: 22px;
   font-size: 2.875vw;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    color: #483b0b text-shadow: 0 0 15px #fff;
    /* position: relative; */
    /* z-index: 0; */
    margin: 0 0 10px;
    float: left;
  display:block;
	text-shadow: 2px 2px 3px #fff;
}
#se05 .se05-point__item__inner__no::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f08c0a;
  width: 100%;
  height: 0.8em;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#se05 .se05-point__item__inner h3 {
  margin:-140px 0 0;
  border: none;
 float: left;
  display:block;
font-size:157%;
	text-align:left;
	    width: 100%;
	line-height: 1.3;
}

.schedule_list{
	border-collapse: separate;
	border:1px solid #b1a092;
	overflow: hidden;
	margin-top: 20px;
}
#se07{
padding:2%;
background:#fff;
}
#se07 p{
margin: 5px;
    font-size: 15px;
}
#se07 .se07-ttl {
  text-align: center;
  margin: 0 0 40px;
}
#se07 .se07-ttl h2 {
  background: none;
  color: var(--base-color00);
  font-size: 18px;
  font-size: 5.625vw;
  margin: 0;
  list-style: 1.2;
}
#se07 .se07-ttl p {
  background: none;
  color: var(--base-color00);
  font-size: 14px;
  font-size: 2.375vw;
  margin: 0 0 10px;
  list-style: 1.2;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
#se07 .se07-list01 {
  list-style: none;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 50px;
	 display: flex;
}
#se07 .se07-list01__item {
  background: #fffae7;
    padding: 3%;
    width: 23%;
    float: left;
    margin: 2%;

}
#se07 .se07-list01__item__pic {
  margin: 0 0 10px;
}
#se07 .se07-list01__item__name {
  font-size: clamp(16px, 1vw, 23px);
  text-align: center;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
#se07 .se07-list02 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
}
#se08{
padding:2%;
background:#f8f6f1;
}
	
	
#se08 .conts{
text-align:center;
}
#se09{
padding:2%;
max-width: 1240px;
margin: 0 auto;
}
#se09 .img_right{
width:30%;
}
	
#se09 .bold01{
font-size: clamp(16px, 1vw, 23px);
  font-weight: bold;
}
	
#se09 .bold02{
font-size: clamp(18px, 5vw, 23px);
  font-weight: bold;
}
/*==================================
PC_seminar
==================================*/
.seminar_btn{
    display: flex;
    justify-content: space-between;
    max-width: 970px;
    margin: 0 auto;
}
.nayami_area ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.nayami_area li{
    width: 30%;
}
.nayami_box{
    border: 8px #eee solid;
    padding: 20px 0 40px;
    text-align: center;
    font-size: 28px;
    position: relative;
    margin-bottom: 150px;
}
.nayami_box h3{
    font-size: 36px;
}
.nayami_arrow{
	bottom: -100px;
}
.aisatsu_ttl{
    display: flex;
    justify-content: end;
    align-content: baseline;
    position: relative;
}
.aisatsu_ttl .aisatsu_ttl_pic{
    position: absolute;
    bottom: 70px;
    left: 0;
}
.aisatsu_pic {
    flex-basis: 60%; /* 要素の幅指定 */
}
.aisatsu_ttl02{
    display: flex;
    justify-content: start;
    align-content: baseline;
    position: relative;
}
.aisatsu_ttl02 .aisatsu_ttl_pic02{
    position: absolute;
    bottom: 70px;
    right: 0;
}
.aisatsu_pic02 {
    flex-basis: 60%; /* 要素の幅指定 */
}
.aisatsu_txt{
    margin: 24px auto 80px;
}
.schedule{
    max-width: 970px;
    background: #fff;
    margin: 0 auto;
    border: 8px #ee800e solid;
    padding: 20px;
}
.schedule ul{
    list-style: none;
}
.schedule_ttl{
    border-left: 4px #ee800e solid;
    padding-left: 16px;
    margin-bottom: 8px;
}
.schedule_detail{
    border-top: 1px #333333 solid; 
	margin-bottom: 36px;
}
.schedule_ul li div.schedule_detail p{
    margin: 0;
}
.point_area {
	max-width: 970px;
    display: flex; 
    align-items: end; 
    position: relative;
    margin: 180px auto;
    list-style: none;
}
.point_pic {
    position: absolute;
    top: -30px;
    right: 0;
}
.point_explanation {
    flex-basis: 55%; /* 要素の幅指定 */
    z-index: 8;
    background: #ee800e;
    color: #fff;
    padding: 40px 20px;
}
.point_area02 {
    flex-direction: row-reverse;
}
.point_pic02 {
    left: 0;
	right: unset;
}
.point_num{
    font-size: 72px;
    margin: 0;
    text-align: left;
}
.point_ttl{
    font-size: 30px;
    margin: 0;
}
.seminar_btn_wrap{
    background: #434343;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 24px 0;
    text-align: center;
}
.point_wrap{
	background: #f2f2f2;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 24px 0;
}
.nayami_wrap{
    background: #f2f2f2;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 24px 0;
    text-align: center;
}
.schedule_wrap{
    background: #454545;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 0 80px;
}
.offer_wrap{
    background: #fff;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 24px 0;
    text-align: center;
}
	.offer_detail{
		display: flex;
		max-width: 968px;
		margin: 0 auto;
		padding: 4px 16px;
		justify-content: space-between;
		background: #adadad;
		color: #fff;
		font-size:40px;
		font-weight: bold;
	}
	.offer_detail span{
		font-size: 26px;
	}
	.offer_detail li{
		flex-grow: 1;
	}
	.offer_detail li:first-child{
		border-right: 1px solid #fff;
	}
	
.schedule_02{
    background: #eadaca;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 0 80px;
}
.seminar_h2{
	margin: 0 auto 36px;
}
.seminar_wrap,
.aisatsu_wrap{
	max-width: 970px;
	margin: 0 auto;
}
.point_ttl br{
	display: block;
}

	/*==================================
	PC_page
	==================================*/
	.banner_area {
		text-align: center;
	}
	.catch_list ul {
		margin: 4px 0;
		float: left;
		width: 432px;
	}
	.catch_list li {
		padding: 6px 0 6px 44px;
		font-size: 18px;
	}
	.catch_list .img_right {
		width: 224px;
		float: right;
	}
	.catch_list .img_right img {
		width: auto;
		height: auto;
		max-width: 224px;
		max-height: 224px;
	}
	/*==================================
7月セミナーPC
==================================*/
.seminar_cont{
	max-width: 1324px;
	margin: 0 auto;
}
.dot {
	width: 1.4%;
}
.sec01_list li {
	max-width: 900px;
	font-size: 1.3em;
	padding: 0 0 2px 40px;
}
.sec_title{
	margin: 0 auto 2em !important;
}
.sec02 {
	padding: 6em 2% 6em;
}
.sec03::before {
	content: "";
	width: 18em;
	height: 3em;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.sec03 h3 {
	font-size: 2em !important;
}
.img_daihyou {
	width: 50%;
	order:unset;
}
.img_daihyou img{
	width:60%;
}
.sec03_cont_txt{
	order:unset;
	width: 70%;
}
.sec03_cont {
	display: flex;
	flex-direction: unset;
	align-items: center;
	margin-bottom: 6em;
}
.profile_cont::after {
	content: "";
	background-color: #ff6600;
	width: 18em!important;
	height: 3em!important;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	display: block;
	margin: 0 auto 2em;
}
.sec03 {
	padding-bottom: 6em;
}
.sec04::before {
	content: "";
	background-color: #fffbe6;
	width: 18em;
	height: 3em;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	display: block;
	margin: 0 auto 6em;
}
.sec04 img {
	max-width: 900px;
	margin: 0 auto 100px;
}
.check {
	max-width: 1200px;
}
.check_cont{
	display: flex;
	justify-content: space-evenly;
	gap: 2em;
}
.check h4 {
	font-size: 2em !important;
	margin: 0 auto !important;
}
.sec05 h3 {
    margin: 0 15em 3em !important;
    font-size: 2em !important;
    border-bottom: solid 3px #6b4521 !important;
}
.presenter{
	display: flex;
	justify-content: space-evenly;
}
.info_presenter {
    width: 40%;
}
.info {
    padding: 1.2em!important;
}
.info_presenter {
    margin-bottom: 6em;
}
.sec05{
margin-bottom: 6em;;
}
	/*==================================
	PC_access
	==================================*/
	.access_info01 p {
		margin: 0;
	}
	.access_info02 {
		clear: both;
	}
	.access_info03 {
		margin: 0 auto;
		width: 500px;
	}

	/*==================================
	PC_form
	==================================*/
	.form_atention {
		width: 92%;
	}
	.privacy_policy {
		height: 150px;
	}
	/*==================================
	PC_Blog
	==================================*/
	.date {
		font-size: 13px;
		color: #ccc;
		text-align: right;
	}
	/*==================================
	PC_pager
	==================================*/
	.navigation {
		width: 630px;
	}
}
/*==================================
PC iPad landscape ~
==================================*/
@media screen and (min-width: 960px) {
	.h_inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.h_upper {
		width: 100%;
	}
	.h_box01 {
		margin: 0;
		width: 50.35%;
	}
	.h_box02 {
		margin: 0;
		width: 48.4%;
	}
	.h_logo img {
		margin: 0;
	}
	#contents {
		margin: 40px auto;
		width: 96%;
		max-width: 1090px;
		padding: 48px 36px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents::after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	#form_contents {
		width: 720px;
		margin: 0 auto;
	}
	#main {
		z-index: -1;
		float: right;
		width: 74%;
		max-width: 720px;
	}
	#sidebar {
		display: block;
		float: left;
		width: 25%;
		max-width: 256px;
	}
	#sidebar.only_sp {
		display: none;
	}
	#sidebar > div {
		width: 100%;
	}
	/* img */
	.img_left {
		margin: 0 16px 16px 0;
		float: left;
	}
	.img_right {
		margin: 0 0 16px 16px;
		float: right;
	}
	.side_fixed_menu {
		width: 100%;
	}
	.contact_uketsuke .block_uketsuke {
		font-size: 20px;
	}
	.contact_uketsuke .block_uketsuke th, .contact_uketsuke .block_uketsuke td {
		padding: .3em;
	}
	.contact_uketsuke_note {
		font-size: 20px;
	}
	.contact_add br {
		display: none;
	}
}
/*==================================
PC Wide
==================================*/
@media screen and (min-width: 1240px) {
	body {
		min-width: 1240px;
		max-width: none;
	}
	.side_fixed_menu {
		width: 100%;
	}
}

/*==================================
経営合宿
==================================*/
/* 共通 */
.camp__inner {
  padding: 0 70px;
}
@media screen and (max-width: 768px) {
  .camp__inner {
    padding: 0 40px;
  }
}

/* ボタン */
.camp__btns {
  margin-top: 64px;
  text-align: center;
}

.camp__btn-txt {
  color: #663300;
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .camp__btn-txt {
    font-size: 20px;
  }
}

.camp__btn-txt::before,
.camp__btn-txt::after {
  background-color: #663300;
  border-radius: 5px;
  content: "";
  height: 5px;
  width: 40px;
}

.camp__btn-txt::before {
  margin-right: 10px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.camp__btn-txt::after {
  margin-left: 10px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.camp__btn {
  display: inline-block;
  width: 480px;
  max-width: 100%;
  margin: 20px auto 0;
}

/* おすすめセクション */
.camp__recommend-arrow {
  width: 357px;
  margin: 70px auto 40px;
}
@media screen and (max-width: 768px) {
  .camp__recommend-arrow {
    width: 280px;
    margin: 40px auto 20px;
  }
}

.camp__recommend-title {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .camp__recommend-title {
    width: 100%;
  }
}

.camp__recommend-txt {
  color: #663300;
  font-size: 24px;
  line-height: 2.4;
  font-weight: 700;
  margin-top: 80px;
}

/* カリキュラムセクション */
.camp__curriculum {
  margin-top: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .camp__curriculum {
    margin-top: 70px;
  }
}

.camp__curriculum-inner {
  padding-bottom: 104px;
}

.camp__curriculum::after {
  content: "";
  background: url(image/page/camp-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 248px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.camp__curriculum-title {
  color: #663300;
  font-size: 48px;
  line-height: 2.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .camp__curriculum-title {
    font-size: 26px;
  }
}

.camp__curriculum-blocks {
  margin: 60px auto 0;
  width: 74%;
}
@media screen and (max-width: 768px) {
  .camp__curriculum-blocks {
    margin: 30px auto 0;
    width: 90%;
  }
}

.camp__curriculum-block {
  color: #663300;
  font-size: 36px;
  line-height: 1.3888;
  font-weight: 700;
  padding: 30px 20px;
  background-color: #ffcc66;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .camp__curriculum-block {
    font-size: 20px;
    padding: 12px 10px;
  }
}

.camp__curriculum-block:first-child {
  margin-top: 0;
}

/* 3つの約束セクション */
.camp__promise {
  background-color: #fdfbec;
}

.camp__promise-inner {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .camp__promise-inner {
    padding-top: 40px;
  }
}

.camp__promise-title {
  width: 57%;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .camp__promise-title {
    width: 100%;
  }
}

.camp__promise-items {
  margin-top: 70px;
}

.camp__promise-item-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  color: #fff;
  line-height: 1.3888;
  background: #ff9900;
  padding: 26px 40px;
}
@media screen and (max-width: 768px) {
  .camp__promise-item-titles {
    font-size: 25px;
    padding: 22px 18px;
  }
}

.camp__promise-item-number {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .camp__promise-item-number {
    font-size: 30px;
  }
}

.camp__promise-item-title {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .camp__promise-item-title {
    padding-left: 20px;
  }
}

.camp__promise-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 100px 38px;
}
@media screen and (max-width: 768px) {
  .camp__promise-item-wrap {
    display: block;
    padding: 40px 0 60px;
  }
}

.camp__promise-item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 34%;
          flex: 1 0 34%;
}
@media screen and (max-width: 768px) {
  .camp__promise-item-img {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }
}

.camp__promise-item-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.camp__promise-item-txt {
  font-size: 24px;
  color: #663300;
  font-weight: 700;
  line-height: 2.083;
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  .camp__promise-item-txt {
    font-size: 20px;
    margin-top: 20px;
    padding-left: 0;
  }
}

/* 講師セクション */
.camp__teacher-inner {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .camp__teacher-inner {
    padding-top: 70px;
  }
}

.camp__teacher-title {
  font-size: 44px;
  color: #663300;
  font-weight: 700;
  line-height: 1.0416;
  text-align: center;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .camp__teacher-title {
    font-size: 34px;
    padding-bottom: 70px;
  }
}

.camp__teacher-item {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .camp__teacher-item {
    padding-bottom: 90px;
  }
}

.camp__teacher-subtitle {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1.388;
  background-color: #669933;
  padding: 10px 45% 10px 20px;
}
@media screen and (max-width: 768px) {
  .camp__teacher-subtitle {
    font-size: 24px;
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
}

.camp__teacher-history {
  font-size: 22px;
  color: #663300;
  font-weight: 700;
  border-left: #669933 9px solid;
  line-height: 2;
  margin-top: 22px;
  margin-bottom: 30px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .camp__teacher-history {
    font-size: 18px;
  }
}

.camp__teacher-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .camp__teacher-wrap {
    display: block;
  }
}

.camp__teacher-left {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}

.camp__teacher-right {
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .camp__teacher-right {
    display: none;
  }
}

.camp__teacher-right img {
  -o-object-fit: contain;
     object-fit: contain;
}

.camp__teacher-text {
  font-size: 20px;
  color: #663300;
  line-height: 2.0833;
  padding-bottom: 30px;
  padding-left: 10px;
  background-color: #fdfbec;
  width: 73%;
}
@media screen and (max-width: 768px) {
  .camp__teacher-text {
    width: auto;
    width: initial;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 18px;
  }
}

.camp__teacher-msg {
  font-size: 22px;
  color: #663300;
  line-height: 2.0833;
  padding-bottom: 30px;
  padding-left: 10px;
  background-color: #fdfbec;
  width: 73%;
}
@media screen and (max-width: 768px) {
  .camp__teacher-msg {
    width: auto;
    width: initial;
    padding-left: 0;
    font-size: 19px;
  }
}

.camp__teacher-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .camp__teacher-sp {
    display: block;
    max-width: 260px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .camp__teacher-url {
    font-size: 15px;
  }
}

/* ポータルズセクション */
.camp__portals {
  background-color: #99cc66;
}

.camp__portals-inner {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  .camp__portals-inner {
    padding: 16px 30px;
  }
}

.camp__portals-title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3888;
}
@media screen and (max-width: 768px) {
  .camp__portals-title {
    font-size: 24px;
  }
}

.camp__portals-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .camp__portals-wrap {
    display: block;
  }
}

.camp__portals-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}

.camp__portals-img img {
  aspect-ratio: 570/312;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp__portals-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  margin-left: 4.2%;
}
@media screen and (max-width: 768px) {
  .camp__portals-right {
    margin-left: 0;
    margin-top: 18px;
  }
}

.camp__portals-text,
.camp__portals-url {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  line-height: 1.933;
}
@media screen and (max-width: 768px) {
  .camp__portals-text,
  .camp__portals-url {
    font-size: 16px;
  }
}

.camp__portals-url {
  margin-top: 12px;
}

/* 合宿案内セクション */
.camp__guide {
  position: relative;
}

.camp__guide::after {
  content: "";
  background: url(image/page/camp-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 248px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.camp__guide-inner {
  padding-top: 80px;
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .camp__guide-inner {
    padding-bottom: 180px;
  }
}

.camp__guide-msg {
  font-size: 34px;
  color: #663300;
  line-height: 1.8833;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .camp__guide-msg {
    font-size: 26px;
  }
}

.camp__guide-arrow {
  width: 357px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  .camp__guide-arrow {
    width: 280px;
    margin: 40px auto 20px;
  }
}

.camp__guide-wrap {
  background-color: #ffcc66;
  padding: 30px 120px;
}
@media screen and (max-width: 768px) {
  .camp__guide-wrap {
    padding: 20px 30px;
  }
}

.camp__guide-title {
  font-size: 42px;
  color: #ff6633;
  background-color: #fff;
  padding: 20px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .camp__guide-title {
    font-size: 28px;
    padding: 10px 20px;
  }
}

.camp__guide-week {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .camp__guide-week {
    font-size: 24px;
  }
}

.camp__guide-txt {
  font-size: 28px;
  color: #663300;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .camp__guide-txt {
    font-size: 20px;
    margin-top: 16px;
  }
}

.camp__guide-price {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .camp__guide-price {
    font-size: 24px;
  }
}
.camp_hidden{
	display:none;
}
.camp__mv p{
	margin:0!important;
}