
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');


html, body {
	font-size: 14px;
	scroll-behavior: auto;
}

footer {
	padding-bottom: 10px;
}

* {
	box-sizing: border-box;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	word-break : break-all;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
* {
	font-size: 15px;
}
}
p {
	font-size: 1rem;
}
img {
	max-width: 100%;
}
a {
	color: #e28122;
}
a:hover {
	color: #f88f70;
}
a.text-link {
	text-decoration: underline !important;
}
.serif {
	font-family: serif !important;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000;
}

h4 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 25px;
	font-size: 1.6rem;
}
h2 {
	font-size: 1.8rem;
}

.sp_br {
	display: none;
}
span.caution {
	font-size: .5rem;
}
p.notice {
	font-size: .8rem;
	color: #999;
	text-align: right;
}
.bg-o {
	background: url("../img/bg_o.png") repeat;
}
.bg-p {
	background: url("../img/bg_p.png") repeat;
}
.bg-b {
	background: url("../img/bg_b.png") repeat;
}
.bg-g {
	background: url("../img/bg_g.png") repeat;
}
.link-btn {
	background: #AF4423;
	border-radius: 1.5rem;
	color: #fff;
	font-weight: 800;
	font-size: 1.2rem;
	text-align: center;
	padding: 18px 0;
	display: block;
	width: 70%;
	margin: 20px auto;
}
.koma-arrow {
	width: 35px;
	padding-left: 10px;
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}



/* Top */
.top.head_logo_container {
	background: #FFF;
}
.top.head_logo_container h1 {
	display: none;
}
.top.head_logo_container.display {
	background: #FFBF80;
	position: fixed;
	z-index: 3000;
  width: 100%;
	height: 60px;
	box-shadow: 1px 1px 3px #999;
}

.slider .slide {
	background-size: cover !important;
	background-position: center center !important;
}
.slider div:nth-child(1){
	background: url(../img/slide1.jpg);
}
.slider div:nth-child(2){
	background: url(../img/slide2.jpg);
}
.slider div:nth-child(3){
	background: url(../img/slide3.jpg);
}
.slider div:nth-child(4){
	background: url(../img/slide4.jpg);
}
.bx-wrapper, .slider, .slide, .white-layer, .bx-viewport {
	height: 80vh !important;
}
@media screen and (max-width: 768px) {
.bx-wrapper, .slider, .slide, .white-layer, .bx-viewport {
	height: 70vh !important;
}
}
@media screen and (max-width: 620px) {
.bx-wrapper, .slider, .slide, .white-layer, .bx-viewport {
	height: 60vh !important;
}
}
@media screen and (min-width: 3000px) {
.bx-wrapper, .slider, .slide, .white-layer, .bx-viewport {
	height: 100vh !important;
}
}
.slider .slide img {
	visibility: hidden;
}
.bx-wrapper {
	position: relative;
}
.white-layer {
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 200;
	overflow: hidden;
}
.white-layer h1 {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.white-layer h1 img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-width: 500px;
}
.hidden {
	visibility: hidden;
}
#top {
	position: relative;
}

.top-h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.3rem;
	text-align: center;
	color: #AF4423;
}
.top-h2 small {
	font-size: 1rem;
}
.top-description {
	padding: 0 20px 15px;
}
.top-description .h2-1 {
	color: #E95513;
	margin-bottom: 1rem;
}
.top-description p {
	margin-bottom: 0;
}
.top-description .h2-2 {
	color: #ff7bac;
	margin-bottom: 1rem;
}
.top-description .h2-3 {
	color: #0071bc;
	margin-bottom: 1rem;
}
.top-description .h2-4 {
	color: #009245;
	margin-bottom: 1rem;
}



.head_logo_container {
	width:  1200px;
	margin:  0 auto;
}
.head_logo_container h1 {
	width: 600px;
	float: left;
}
.head_logo_container .head_inquiry {
	margin-top: 8px;
	display: block;
	width: 250px;
	background: #af4423;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
}
.head_logo_container .header_right {
	width: 260px;
	float: right;
}
.head_logo_container .header_right p {
	font-size: 1.3rem;
	color: #af4424;
	text-align: center;
	line-height: 1;
	vertical-align: bottom;
	padding-top: 12px;
	margin-bottom: 12px;
}
.nav_container_sp {
	display: none;
}

.nav_container {
	width: 100%;
	background: #c2d94d;
}
.nav_container nav {
	width: 1200px;
	margin: 0 auto;
	border-right: #fff 1px solid;
}
.nav_container nav a {
	display: block;
	width: 24.99%;
	float: left;
	padding: 20px 0;
	text-align: center;
	color:  #fff;
	margin: 0;
	font-size: 1.2rem;
	border-left: solid 1px #fff;
}
.nav_container nav a:hover {
	color: #c2d94d;
	background: #fff;
}

.top_header {
	width: 100%;
	background: url(../img/top_header.jpg) no-repeat;
	background-size: cover;
	position: relative;
	height: calc(100vh - 200px);
	min-height: 330px;
	background-position: center;
}
.top_header2 {
	width: 100%;
	background: url(../img/top_header3.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100vh - 200px);
	min-height: 330px;
	background-position: center;
	opacity: 0;
}
.top_header .white_layer {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.1);
	position: absolute;
	display: none;
}
.top_header img#top_msg {
	display: block;
	position: absolute;
	top: 25vh;
	left: calc(50vw - 350px);
	display: none;
}
.top_msg1,
.top_msg2 {
	display: block;
	opacity:0;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 100;
	line-height: 1;
	color: #5cea75;
}
.top_msg1 {
	top: calc(70% - 110px);
	right: 470px;
	position: absolute;
}
.top_msg2 {
	top: calc(70% - 10px);
	position: absolute;
	right: 50px;
}
.top_msg1 span,
.top_msg2 span {
	opacity: 0;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	text-shadow: 1px 1px 2px #333;
	font-size: 60px;
	line-height: 1;
	font-family: 'Shippori Mincho', serif;
}
.top_msg_img {
	text-align: center;
}
.top_msg_img img {
	width: 200px;
	max-width: 60%;
	border-radius: 10px;
}







.full_container {
	padding: 50px 0;
}

.top_seminar {
	width: 1100px;
	margin: 0 auto;
	background: #62cd75;
	padding: 30px;
}

.top_seminar_icon {
	width: 35%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 550px;
}
.top_seminar_icon h2 {
	width: 150px;
	color: #fff;
	font-size: 1.15rem;
	text-align: center;
}
.top_seminar_icon h2 img {
	width: 100px;
}

.top_seminar_sentence {
	width: 65%;
	float: left;
}
.top_seminar_sentence p {
	color: #fff;
	font-size: 1.05rem;
}
.seminar_num {
	border-top: #fff dotted 1px;
	font-family: cursive;
	font-size: 3rem !important;
	line-height: 1.5;
	margin-bottom: 0;
}
.top_seminar_sentence h3 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}
.top_seminar_sentence a {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	display: block;
	text-align: right;
	margin-bottom: 20px;
}
.top_seminar_sentence a:hover {
	text-decoration: underline;
}

.bg_lime {
	background: url(../img/top_msg_bg.jpg) no-repeat;
	background-size: cover;
}
.top_about {
	width: 1200px;
	margin: 0 auto;
}
.section_title {
	color: #af4424;
	text-align: center;
	margin-bottom: 10px;
}
.section_title_bar {
	width: 100px;
	display: block;
	border-top: 1px solid #a0c141;
	margin: 0 auto;
}
.section_title_en {
	font-size: .95rem;
	color: #a0c141;
	text-align: center;
}

.top_about {
	position: relative;
	padding-bottom: 30px;
}
.top_msg {
	color: #af4424;
	font-size: 2.4rem;
	text-align: center;
	text-shadow: 2px 2px 4px #999;
	line-height: 8rem;
	margin-bottom: 0;
}
.top_about_photo {
	width: 40%;
	padding: 20px;
	float: left;
}
.top_about_msg {
	width: 60%;
	padding: 20px;
	float: left;
	position: relative;
}
.top_about_link1,
.top_about_link2 {
  position: relative;
  display: block;
  color: #af4424;
  font-size: 1.4rem;
  text-align: center;
  padding-left: 20px;
}
/*.top_about_link1 {
	bottom: 40px;
}
.top_about_link2 {
	bottom: 10px;
}
*/
.top_blog {
	width: 1200px;
	margin: 0 auto;
}
.top_blog_list {
	display: inline-block;
	width: 44%;
	margin: 40px 2.4% 20px;
	background: #ffeade;
	padding: 0;
	vertical-align: top;
	position: relative;
	box-shadow: 2px 2px 3px #666;
}
.top_blog_list.priority {
	background: #fff4fb;
}
.top_blog_list h3 a {
	color: #009245 !important;
	margin-top: 15px !important;
	margin-bottom: 5px !important;
	padding: 0 14px;
	font-size: 1.35rem;
	display: inline-block;
}
.top_blog_list > a {
	display: block;
	text-align: right;
	color: #af4424;
}
.top_blog_list a.continuation {
	padding: 0 14px 14px 0;
}
.top_blog_list time {
	text-align: right;
	display: block;
	color: #98c219;
	font-style: italic;
	padding-right: 14px;
}
.top_blog_list p {
	color: #666;
	padding: 0 14px;
}
.top_blog_link {
	display: block;
	text-align: center;
	color: #af4424;
	font-size: 1.4rem;
	margin: 40px auto 30px;
}
.top_blog_empty {
	width: 1000px;
	max-width: 94%;
	margin: 0 auto 40px;
	border-radius: 20px;
	border: 1px solid #999;
	color: #999;
	text-align: center;
	padding: 50px 0 40px;
}
.top_blog_empty p {
	font-size: 1.6rem;
}
.top_blog_category {
	display: inline-block !important;
	color: #fff !important;
	padding: 3px 5px;
	margin-left: 14px;
}
.blog_category {
	display: inline !important;
	color: #fff !important;
	padding: 3px 5px;
}
.category1 {
	background: #1884e4;
}
.category2 {
	background: #e49218;
}
.category3 {
	background: #009688;
}
.category4 {
	background: #E91E63;
}

.bg_umihotaru {
	background: url(../img/top_service_bg.jpg) no-repeat;
	background-size: cover;
}
.top_service {
	width: 1200px;
	margin: 0 auto;
}
.top_service_list {
	background: rgba(255,255,255,.7);
	border-radius: 15px;
	padding: 20px 15px;
	width: 65%;
	margin: 0 2.5% 100px;
}
.top_service_img {
	width: 20%;
	margin: 0 2.5%;
}
.top_service_img img {
	border-radius: 200px;
}
.top_service_list.left {
	float: left;
}
.top_service_list.right {
	float: right;
}
.top_service_img.right {
	float: right;
}
.top_service_img.left {
	float: left;
}
.top_service_list h3 {
	font-weight: 300;
	color: #af4424;
	border-bottom: #c1da9c 1px solid;
	padding-bottom: 15px;
}
.top_service_list a {
	display: block;
	text-align: right;
	color: #af4424;
	font-size: 1.15rem;
	margin: 40px auto 30px;
}





footer {
	width: 100%;
	background: #af4423;
	padding-top: 25px;
}
footer a:hover {
	color: #ddd !important;
}
footer h2 {
	width: 70%;
	max-width: 400px;
	margin: 0 auto 20px;
}
.footer_msg {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
}
.footer_tel,
.footer_tel a {
	font-size: 2.3rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
footer iframe {
	width: 100%;
}

.footer_content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
.footer_content .content_right {
	width: 30%;
	float: right;
	text-align: right;
}
.content_right a {
	width: 300px;
	text-align: center;
	margin-bottom: 20px;
}
.footer_content .content_left {
	width: 70%;
	float: left;
}
.content_left img {
	width: 450px;
	margin-bottom: 20px;
}
.content_left p,
.content_left a {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 0;
}
.footer_nav  {
	width: 90%;
	margin: 30px auto;
}
.footer_nav_part {
	width: 33.3%;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
.footer_nav_part * {
	font-size: 1.2rem;
}
footer aside p {
	color: #fff;
	font-size: .7rem;
	text-align: center;
	margin-bottom: 0;
}
/* 下部固定要素 */
.fixed_foot {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 100%;
	display: none;
}
#to-top {
	color: rgba(0,146,68,.8);
	font-size: 58px;
	line-height: 1;
	cursor: pointer;
	display: block;
	float: right;
}
#foot-tel {
	width: 50px;
	float: right;
	color: #fff;
	background: rgb(247 165 60 / 80%);
	border-radius: 30px;
	margin-right: 15px;
	text-align: center;
	line-height: 1;
	font-size: 24px;
	padding: 12px 0;
	margin-top: 10px;
	display: none;
}
#foot-inquiry {
	width: 50px;
	float: right;
	color: #fff;
	background: #2196f3;
	border-radius: 30px;
	margin-right: 15px;
	text-align: center;
	line-height: 1;
	font-size: 24px;
	padding: 12px 0;
	margin-top: 10px;
	display: none;
}
.footer_freee,
.footer_freee * {
	text-align: center;
}
.footer_freee img {
	width: 200px;
}
.footer_freee p {
	color: #fff;
}
.content_right div {
	text-align: center;
}


/* 下層共通 */
.lower_header_img {
	width:  100%;
	height: 60vh;
	background-size: cover !important;
	position:  relative;
	min-height: 400px;
	background-attachment: fixed !important;
}
.lhi1 {
	background: url(../img/head1.jpg) no-repeat;
}
.lhi2 {
	background: url(../img/head2.jpg) no-repeat;
}
.lhi3 {
	background: url(../img/head3.jpg) no-repeat;
}
.lhi4 {
	background: url(../img/head4.jpg) no-repeat;
}
.lhi5 {
	background: url(../img/head5.jpg) no-repeat;
}
.lhi6 {
	background: url(../img/head6.jpg) no-repeat;
}
.lower_header_title {
	background: rgba(255,255,255,.7);
	position: absolute;
	width: 55%;
	height: 160px;
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 10px 10px;
	line-height: 1;
	color: #af4423;
	font-size: 1.5rem;
	letter-spacing: 1px;
}
.breadcrumb_bar {
	background: #af4423;
	padding: 10px 0;
}
.breadcrumb_bar * {
	font-size: .9rem;
	font-weight: 300;
}
.breadcrumb {
	padding: 1em;
	list-style: none;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto !important;
}

.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff !important;
}

.breadcrumb li:first-child a:before {
	/*家アイコンに*/
	font-family: FontAwesome;
	content: '\f015';
	font-weight: normal;
	font-size: 1.1em;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/* サークルについて  */
.about_greeting {
	background: url(../img/bg_b.png) repeat;
}
.greeting_inner {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.greeting_text {
	padding: 40px 0 0;
}
.greeting_text p {
	line-height: 1.8;
	margin-bottom: 30px;
}
.greeting_text h3 {
	text-align: right;
	margin-bottom: 10px;
}
.about_profile {
	padding: 50px 0 0;
	position: relative;
}
.profile_inner {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
}
.profile_inner .greeting_text {
	background: #ffeade;
	border-radius: 1rem;
	padding: 20px 14px;
}
.profile_inner .profile {
	border: 1px solid #666;
	padding: 10px;
}
.profile_inner .profile h3 {
	font-size: 1.2rem;
	color: #777;
	text-align: center;
}
.profile_inner .profile p {
	margin-bottom: 0;
}
.profile-me {
	width: 70%;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
}

.about_policy {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 30px;
	background: #ccc;
	border: solid 1px #bf004e;
}
.policy_inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 30px;
}
.policy_inner h2 {
	color: #bf004e;
	font-weight: 500;
	font-size: 1.3rem;
	padding: 6px;
	border-left: 3px solid #bf004e;
	border-right: 3px solid #bf004e;
	margin-bottom: 12px;
	text-align: center;
}
.policy_inner li {
	margin-bottom: 12px;
	font-weight: 400;
}

/* 会費・参加方法  */
.join-wrapper {
	background: url(../img/bg_p.png) repeat;
}
.join-wrapper h2 {
	font-size: 1.7rem;
	padding-top: 30px;
}
.join-inner {
	padding: 15px 10px;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}
.join-article {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	padding: 10px 15px;
	background: rgba(2550, 255, 255, 0.7);
	border-radius: 1rem;
}
.join-article p {
	margin-bottom: 20px;
}
.join-article ol {
	padding-left: 15px;
}
.join-article li {
	color: #777;
	line-height: 1.7em;
	margin-bottom: 10px;
}
.join-article.place {
	padding-top: 30px;
}
.join-article.place h3 {
	color: #777;
	font-size: 2rem;
	margin-bottom: 5px;
	text-align: center;
}
.join-article.place h4{
	color: #777;
	font-size: 1.6rem;
	margin-bottom: 30px;
	text-align: center;
}
.join-article.place p {
	text-align: center;
	margin-bottom: 10px;
}
.join-article.time h3 {
	color: #777;
	font-size: 1.2rem;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 15px;
}
.join-article.time h3 span {
	font-size: 2rem;
	font-weight: 700;
}
.join-article.time h4{
	color: #777;
	font-size: 1.8rem;
	margin-bottom: 30px;
	text-align: center;
}
.join-article.time p {
	text-align: center;
	margin-bottom: 10px;
}
.join-article.price h3 {
	font-size: 1.7rem;
	color: #777;
	text-align: center;
	margin-bottom: 0px;
}
.join-article.price h3 span {
	font-size: 2.5rem;
	color: #777;
	display: inline-block;
	padding-left: 20px;
}
.join-article.price h4 {
	font-size: 1.1rem;
	color: #777;
	text-align: center;
	margin-bottom: 20px;
}
.join-article.price h4 span {
	font-size: 1.4rem;
	color: #777;
	display: inline-block;
	padding-left: 5px;
}



/* 使用駒 */
.pieces-description {
	background: url(../img/bg_g.png) repeat;
}
.pieces-description article {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0 5px;
}
.pieces-date {
	padding: 10px 0;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
}
.pieces-collection {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.pc-inner {
	width: 92%;
	margin: 0 auto;
}
.pc-inner article {
	width: 100%;
	box-shadow: 1px 1px 5px #666;
	background: #fff;
	padding: 0;
}
.pc-inner article a {
	display: block;
}
.pc-inner p {
	text-align: center;
	font-weight: 800;
	font-size: 1.5rem;
	padding: 14px 0;
	color: #af4423;
}
.lightbox-lower {
	display: none;
}

/* 日程カレンダー */
.calendar-description {
	background: url(../img/bg_p.png) repeat;
}
.calendar-description article {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0 5px;
}
.calendar-date {
	padding: 10px 0;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
}
.calendar-collection {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 30px 0;
}
.calendar-inner {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.calendar-inner iframe {
	width: 100%;
	height: auto;
	min-height: 560px;
	scroll-behavior: unset !important;
	overflow: hidden;
}
.schedule-prefarance {
	width: 94%;
	max-width: 800px;
	padding-top: 30px;
	margin: 0 auto 30px;
}
.schedule-prefarance h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
}

/* お問い合わせ */
.ic_centering_area aside {
	width: 96%;
	max-width: 600px;
	margin: 0 auto;
	height: 150px;
	border: solid 1px #aaa;
	overflow: scroll;
	text-align: left;
	padding: 10px 5px;
}
.ic_centering_area aside h4 {
	color: #777;
}
.ic_centering_area aside ol {
	padding-left: 18px;
}
.ic_centering_area aside li {
	margin-left: 5px;
	color: #777;
}


/* テキストアニメーション */
.animate {
	opacity : 0;
	transform: translateY(50px);
	transition: 2.5s;
}

/* 業務案内 */
.service_wrap {
	background: url(../img/service_bg1.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.service_wrap li,
.service_wrap li strong {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.service_wrap ul {
	padding-left: 50px;
}
.service_wrap .service_inner {
	margin: 0 auto 30px;
	width: 1200px;
	max-width: 96%;
	background: rgba(255,255,255,.8);
	padding: 30px;
}
.greeting_service ul {
	width: 60%;
	margin-right: 5%;
	float: left;
}
.greeting_service aside {
	width: 35%;
	float: right;
}

.service_category {
	width: 1200px;
	max-width: 96%;
	margin: 0 auto 30px;
}
.service_inner_left {
	width: calc(50% - 15px);
	padding: 30px;
	background: rgba(255,255,255,.8);
	float: left;
}
.service_inner_right {
	width: calc(50% - 15px);
	margin-left: 30px;
	padding: 30px;
	background: rgba(255,255,255,.8);
	float: left;
}
.service_detail_wrap {
	background: rgba(100,100,100,.1);
	padding: 50px 0;
}
.service_detail_wrap .service_inner {
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
}
.service_detail_wrap .detail_block_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	/*align-items: end;*/
}
.service_detail_wrap .detail_block {
	width: 46%;
	margin: 0 2% 30px;
	background: #fff;
}
.service_detail_wrap .s_detail {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding: 20px 0;
	font-size: 1.4rem;
}
.service_detail_wrap .s_detail1 {
	background: #2196f3;
}
.service_detail_wrap .s_detail2 {
	background: #ffc107;
	line-height: 50px;
}
.service_detail_wrap .s_detail3 {
	background: #32b166;
}
.service_detail_wrap .s_detail4 {
	background: #ff5722;
	line-height: 50px;
}
.service_detail_wrap .s_detail5 {
	background: #87009e;
	line-height: 50px;
}
.service_detail_wrap .s_detail6 {
	background: #607d8b;
	line-height: 50px;
}
.service_detail_wrap .detail_footer {
	padding: 5%;
}
.service_detail_wrap ol,
.service_detail_wrap ul {
	padding-left: 10px;
}
.service_detail_wrap li {
	font-size: 1rem;
	color: #777;
	margin-bottom: 0;
}
.service_detail_wrap small {
	font-size: .9rem;
	line-height: 15px;
}
.service_faq {
	width: 1000px;
	max-width: 96%;
	padding: 50px 0;
	margin: 0 auto;
}
.faq-dl-wrap {
	padding: 0 1em;
}
.faq-dl-wrap dl dt .toggle {
  display: block;
  width: 22px;
  height: 22px;
  background: rgb(43 115 46);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0;
}
.faq-dl-wrap dt {
  position: relative;
  cursor: pointer;
  background: #4caf50;
  color: #fff;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 1.1em;
  line-height: 2;
}
.faq-dl-wrap dd {
  margin: 0;
  background: #efefef;
  padding: 1em;
  line-height: 1.9;
}

/* セミナー */
.seminar_wrap {
	background: url(../img/seminar_bg.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.seminar_wrap .seminar_inner {
	margin: 0 auto 30px;
	width: 1200px;
	max-width: 96%;
	background: rgba(255,255,255,.6);
	padding: 30px;
}
.seminar_onepoint {
	width: 30%;
	float: right;
}
.greeting_seminar {
	width: 70%;
	float: left;
	padding-top: 20px;
}
.greeting_seminar p {
	padding-bottom: 20px;
}
.greeting_seminar ul {
	list-style-type: circle;
	width: 800px;
	max-width: 100%;
	margin: 0 auto 30px;
	color: #666;
	padding-left: 20px;
}
.greeting_seminar li {
	line-height: 2.3;
	font-size: 1.08rem;
}
.greeting_seminar_after {
	clear: both;
}
.greeting_seminar_after p {
	text-align: center;
}
.seminar_detail {
	padding: 50px 30px;
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
	border-bottom: 2px solid #009245;
}
.seminar_detail_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 30px;
}
.seminar_detail_wrap .s_detail {
	width: 29.3%;
	margin: 25px 2% 30px;
	background: #f5f5f5;
}
.s_detail h3 {
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 15px 0;
	margin-bottom: 0;
	font-size: 1.3rem;
}
.s_detail p {
	padding: 15px;
}
.s_detail.s_detail1 h3 {
	background: #4ac398;
}
.s_detail.s_detail2 h3 {
	background: #398ee8;
}
.s_detail.s_detail3 h3 {
	background: #ecbd2d;
}
.s_detail.s_detail4 h3 {
	background: #ff94ff;
}
.s_detail.s_detail5 h3 {
	background: #00bcd4;
}
.s_detail.s_detail6 h3 {
	background: #e2356b;
}
.seminar_detail_desc {
	width: 800px;
	max-width: 100%;
	margin: 30px auto 40px;
	background: #fff3fd;
	padding: 25px;
}
.seminar_detail_btn {
	border: 2px solid #009245;
	background: #fff;
	color: #009245;
	padding: 16px 16px;
	display: block;
	width: 310px;
	text-align: center;
	border-radius: 10px;
	transition: .5s;
	margin: 0 auto;
}
.seminar_detail_btn:hover {
	background: #009245;
	color: #fff !important;
}
.seminar_price {
	padding: 30px;
	width: 1200px;
	max-width: 96%;
	margin: 0 auto 30px;
}
.seminar_price_table {
	width: 100%;
	max-width: 800px;
	border: solid 1px #009245;
	margin: 30px auto;
}
.seminar_price_table tr:first-child {
	border-bottom: dashed 1px #009245;
}
.seminar_price_table th,
.seminar_price_table td {
	padding: 20px;
	color: #666;
	font-size: 1.3rem;
	text-align: center;
}
.seminar_price_note {
	text-align: center;
	font-style: italic;
	color: #333;
}
.seminar_access {
	background: #f3f3f3;
	padding: 50px 0;
}
.seminar_balloon {
	width: 1000px;
	max-width: 100%;
	padding: 30px;
	margin: 50px auto;
	background: #fff;
	position: relative;
	border-radius: 5px;
	box-shadow: -2px -2px 4px #ccc;
}
.seminar_balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 20px);
	margin-left: -15px;
	border: 40px solid transparent;
	border-top: 40px solid #fff;
}
.seminar_balloon h3 {
	font-size: 1.4rem;
	text-align: center;
	color: #c2d94d;
}
.sb_last:before {
	display: none;
}

.sb_top_text ol {
	padding-left: 10px;
}
.sb_top_text li {
	text-align: left;
	color: #666;
	font-size: 1.1rem;
	margin-top: 10px;
}
.sb_top_text p {
	text-align: center;
	color: #666;
}
.sb_bottom_left,
.sb_bottom_right {
	width: 46%;
	margin: 0 2%;
	float: left;
}
.sb_bottom_text {
	width: 96%;
}
.sb_bottom_text p {
	text-align: center;
}
.sb_bottom_img {
	width: 80%;
	margin: 0 auto 10px;
}
.sb_left {
	float: left;
	width: 49%;
	margin-right: 1%;
}
.sb_right {
	float: right;
	width: 49%;
	margin-left: 1%;
}
.seminar_balloon .sb_img {
	width: 30%;
	display: block;
	float: left;
}
.seminar_balloon .sb_img img {
	display: inline-block;
	margin-bottom: 10px;
}
.seminar_balloon .sb_text {
	width: 67%;
	margin-left: 3%;
	float: right;
}
.seminar_map {
	width: 900px;
	max-width: 96%;
	margin: 0 auto;
}
.seminar_map img {
	border-radius: 5px;
}



/* お問い合わせ */
.ic_inner {
	width:  1200px;
	max-width: 100%;
	margin: 0 auto;
}
.ic_inner dl {
	width: 100%;
	display: block;
}
.ic_inner dt {
	width: 25%;
	float: left;
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
	padding: 16px 0;
	color: #666;
	background: #ddd;
}
.ic_inner dd {
	width: 73%;
	margin-left: 2%;
	float: left;
}
.ic_inner dd input {
	width: 100%;
	height: 50px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	font-size: 1.3rem;
}
.ic_inner dd textarea {
	width: 100%;
	height: 250px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	font-size: 1.3rem;
}
.required {
	color: #a00;
}
.not_required {
	color: #777;
}

.ic_centering_area {
	text-align: center;
}
.header_inquiry {
	width: 70%;
	font-size: 2.3rem;
}
.header_inquiry br {
	display: none;
}

input[type=radio],
input[type=checkbox] {
	display: none;
}
.checkbox {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
.checkbox::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	content: '';
	display: block;
	height: 20px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 20px;
}
.checkbox::after {
	border-right: 6px solid #af4423;
	border-bottom: 3px solid #af4423;
	content: '';
	display: block;
	height: 20px;
	left: 14px;
	margin-top: -12px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	width: 9px;
}
input[type=checkbox]:checked + .checkbox::before {
	border-color: #666;
}
input[type=checkbox]:checked + .checkbox::after {
	opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
#inquiry {
	padding-bottom: 50px;
}
.btn.more {
	background: #af4423;
	border: 1px solid #af4423;
	color: #fff;
	min-width: 250px;
	transition: .5s;
}
.btn.more:hover {
	background: #fff;
	color: #af4423;
}
.is-invalid {
	border-color: #a00 !important;
}
.validation-errors {
	margin-bottom: 0 !important;
	color: #a00;
}

/*ブログ*/
.blog-title {
	color: #af4424;
}
.blog-release-at {
	color: #666;
}
.blog-content {
	padding: 25px 0;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    color: #af4423;
}
.blog-content h1 {
	border-left: solid 7px #af4423;
	padding-left: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #af4423;
	padding-bottom: 10px;
}
.blog-content h2 {
	border-left: solid 5px #af4423;
	padding-left: 20px;
	margin-bottom: 15px;
}
.blog-content h3 {
	border-bottom: dashed 1px #af4423;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.blog-content p {
	color: #333;
}
.blog-content ul {
	margin-left: 14px;
	margin-bottom: 20px;
}
.blog-social a {
	display: inline-block;
	background: #eee;
	padding: 8px 15px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 20px;
}
.blog-social .sns-twitter {
	color: rgb(29, 155, 240);
	font-weight: bold;
}
.blog-social .sns-twitter:hover {
	background: #fff;
	border: 1px solid rgb(29, 155, 240);
}
.blog-social .sns-facebook {
	color: #1877f2;
	font-weight: bold;
}
.blog-social .sns-facebook:hover {
	background: #fff;
	border: 1px solid #1877f2;
}

.blog-latest-articles {
	margin-bottom: 40px;
}
.blog-latest-articles h4,
.blog-latest-archives h4 {
	color: #fff;
	background: #af4424;
	padding: 15px;
}
.article-list article {
	margin-bottom: 15px;
}
.blog-list-item h3 {
	font-size: 1.25rem;
	color: #af4424;
	margin-bottom: 5px;
}
.blog-list-item .blog-main-image {
	position: relative;
	margin-bottom: 10px;
}
.blog-list-item .blog-badge {
	position: absolute;
	bottom: 0;
	left: 0;
}
.blog-list-item .blog-text {
	margin-bottom: 50px;
	padding: 10px;
}
.blog-item {
	background: #fff1e4;
	display: block;
	box-shadow: 1px 1px 4px #666;
}
.blog-item .posted-on {
	text-align: right;
	display: block;
}


/*プラポリ*/
.privacy {
	width: 1000px;
	max-width: 96%;
	margin: 50px auto;
}
.privacy .privacy_right {
	text-align: right;
}
.privacy p,
.privacy li {
	color: #666;
	line-height: 1.9;
}
.privacy hr {
	margin: 40px 0;
}





/* SP */
* {
	font-size: 14px;
}

.sp_br {
	display: inline;
}
.pc_br {
	display: none;
}


.head_logo_container {
	position: relative;
	width: 100%;
}
.head_logo_container.lower {
	position: fixed;
	width: 100%;
	z-index: 2001;
	background: #FFBF80;
	box-shadow: 2px 2px	3px #666;
}
.head_logo_container .head_inquiry,
.head_logo_container p {
	display: none;
}
.nav_container {
	display: none;
}
/*　ハンバーガーボタン　*/
#nav-toggle {
	display : block;
	position: fixed;
	z-index : 3000;
	right : 10px;
	top   : 10px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
#nav-toggle span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 10px;
}
#nav-toggle span:nth-child(2) {
	top: 20px;
}
#nav-toggle span:nth-child(3) {
	top: 30px;
}
#nav-toggle span.white,
#nav-toggle span.lower-white {
	background: #fff;
}
/* ナビ開いてる時のボタン */
#nav-toggle.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}
#nav-toggle.active span:nth-child(2),
#nav-toggle.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}
.nav_container_sp {
	position: fixed;
	z-index : 2000;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgb(248 188 114);
	text-align: center;
	width: 100%;
	display: none;
	/*transition: opacity .6s ease, visibility .6s ease;*/
}

.nav_container_sp ul {
	margin: 0 auto;
	padding: 60px 0 0;
	width: 100%;
}

.nav_container_sp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
}
.nav_container_sp ul li:last-child {
	padding-bottom: 0;
}
.nav_container_sp ul li:hover{
	background :#ddd;
}

.nav_container_sp ul li a {
	display: block;
	color: #fff;
	padding: 2em 0;
	text-decoration :none;
	font-size: 1.1rem;
}

/* このクラスを、jQueryで付与・削除する */
/*.nav_container_sp.active {
	opacity: 100;
}
*/


.head_logo_container h1 {
	width: 250px;
	float: none;
}
.top_header img#top_msg {
    width: 300px;
    left: calc(50vw - 150px);
}

.ticker_inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.ticker_inner a {
	font-size: .9rem;
}
.top_msg {
	font-size: 1.25rem;
	text-shadow: 1px 1px 2px #aaa;
	line-height: 4rem;
}


.top_msg1 {
	top: calc(70% - 60px);
	right: 180px;
	position: absolute;
}
.top_msg2 {
	right: 20px;
}
.top_msg1 span,
.top_msg2 span {
	font-size: 24px;
}

.full_container {
	padding: 20px 0;
}
.top_seminar {
	width: 93%;
	padding: 15px;
}
.top_seminar_icon {
	width: 100%;
	height: 300px;
}
.top_seminar_sentence {
	float: none;
	width: 100%;
}
.top_seminar_sentence p {
	font-size: .95rem;
}
.top_about {
	width: 100%;
}
.section_title {
	font-size: 1.4rem;
}
.top_about_photo {
	width: 100%;
	float: none;
	text-align: center;
}
.top_about_msg {
	width: 100%;
	float: none;
	padding-bottom: 100px;
}
.top_about_link1,
.top_about_link2 {
	/*right: 20px;*/
}
.top_blog {
	width: 100%;
}
.top_blog_list {
	display: block;
	width: 94%;
	margin: 0 auto 20px;
}
.top_service {
	width: 100%;
}
.top_service_list.right,
.top_service_list.left {
	float: none;
	width: 90%;
	margin: 0 auto 20px;
}
.top_service_list a {
	margin: 15px auto;
}
.top_service_img.left,
.top_service_img.right {
	float: none;
	width: 60%;
	max-width: 300px;
	margin: 0 auto 30px;
}
.footer_msg {
	font-size: 1.15rem;
	margin-bottom: 0;
}
.footer_tel,
.footer_tel a {
	font-size: 2rem;
}
.footer_content {
	width: 100%;
	margin-bottom: 30px;
}
.footer_content .content_right {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 30px;
}
.footer_content .content_left {
	width: 100%;
	float: none;
	padding: 0 15px;
}
.content_left p,
.content_left a {
	font-size: 1rem;
}
.footer_nav_part {
	width: 80%;
	margin: 0 auto 20px;
	float: none;
}
.footer_nav_part * {
	font-size: 1.3rem;
}
.top_service_list h3 {
	font-size: 1.3rem;
}

/* 下層共通  */
.lower_header_img {
	background-attachment: unset !important;
}
.lower_header_title {
	width: 80%;
	max-width: 450px;
	padding: 26px 0;
	height: auto;
	bottom: 0;
	font-size: 1.4rem;
	border-radius: 1rem;
}

.breadcrumb {
	padding: 0 10px !important;
	width: 100%;
	overflow: hidden;
}

/* 業務案内 */
.service_wrap .service_inner {
	padding: 20px;
}
.service_inner_left,
.service_inner_right {
	width: 100%;
	float: none;
	margin: 0 auto 30px;
}
.service_detail_wrap .detail_block {
	width: 96%;
	margin: 30px 2% 10px;
	background: #fff;
}
.service_detail_wrap .s_detail {
	font-size: 1.25rem;
}
.service_wrap ul {
	padding-left: 20px;
}
.greeting_service ul {
	width: 100%;
	margin-right: 0;
	float: none;
}
.greeting_service aside {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}

/* セミナー */
.seminar_onepoint {
	width: 100%;
	float: none;
}
.greeting_seminar {
	width: 100%;
	float: none;
}
.greeting_seminar li {
	line-height: 2.3;
	font-size: 1rem;
	margin-bottom: 12px;
}
.seminar_detail_wrap .s_detail {
	width: 100%;
	margin: 30px auto;
}
.seminar_detail_wrap {
	display: block;
	padding: 0px;
}
.seminar_price {
	padding: 30px 10px;
	max-width: 100%;
}
.seminar_price_table th,
.seminar_price_table td {
	padding: 15px 5px;
	color: #666;
	font-size: 1rem;
	text-align: center;
}
.s_detail h3 {
	font-size: 1.2rem;
}
.seminar_balloon {
	width: 96%;
	padding: 10px;
}
.seminar_balloon .sb_img {
	width: 100%;
	display: block;
	float: none;
}
.seminar_balloon .sb_text {
	width: 100%;
	margin-left: 0;
	float: none;
}
.sb_top_text ol {
	padding-left: 20px;
}
.sb_top_text li {
	text-align: left;
	list-style-position: inherit;
}
.seminar_balloon h3 {
	padding-top: 15px;
}
.sb_left,
.sb_right {
	width: 100%;
	float: none;
}
.sb_bottom_left,
.sb_bottom_right {
	width: 100%;
	margin: 0;
	float: none;
}
.sb_bottom_img {
	width: 70%;
}
.sb_bottom_text {
	float: none;
	width: 100%;
}
.sb_bottom_text p {
	text-align: left;
	padding-left: 25px;
}


/* 理念  */
.lhi1,
.lhi2,
.lhi3,
.lhi4,
.lhi5,
.lhi6 {
	background-position: center;
	background-size: cover !important;
}
.about_company tr {
	border-bottom: 1px solid #33af19;
	width: 90%;
	display: block;
	margin: 0 auto;
}
.about_company th {
	border-right: none;
	text-align: left;
	color: #af4424;
	width: 100%;
	display: block;
	padding: 10px 0;
}
.about_company td {
	color: #666;
	display: block;
	width: 100%;
	text-align: right;
	padding: 10px 0;
}
/* お問い合わせ */
.ic_inner dt {
	width: 98%;
	float: none;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	padding: 16px 0;
	color: #666;
	background: #ddd;
	margin: 0 auto;
}
.ic_inner dd {
	width: 98%;
	margin: 0 auto;
	float: none;
}
.greeting_inner {
  padding: 50px 20px 20px;
}


.profile_content th {
	padding: 10px 0px;
	font-size: 1.1rem;
	line-height: 2;
}
.profile_content td {
	line-height: 1.8;
	font-size: 1.08rem;
	padding: 10px 6px;
}


.fixed_foot {
	right: 8px;
	bottom: 8px;
}
#foot-tel,
#foot-inquiry {
	display: block;
}
.top_blog_list h3 {
	font-size: 1.3rem;
	margin-bottom: 5px !important;
}
.header_inquiry {
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
}
.header_inquiry br {
	display: block;
}


.blog-title {
	padding: 40px 0 20px;
	font-size: 1.3rem;
}



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

.top-h2 {
	font-size: 2.5rem;
	line-height: 3.5rem;
	padding: 50px 0;
}
.top-description {
	max-width: 640px;
	margin: 0 auto;
}
.top-description .link-btn {
	margin: 20px auto 50px;
}
.top_blog_list {
	width: 46%;
	margin: 0 2% 20px;
	float: left;
}
.top_blog_list:nth-child(even) {
	clear: both;
}
.lower_header_title {
	font-size: 2rem;
}
.section_title {
	font-size: 2.2rem;
}
.pc-inner article {
	width: 46%;
	float: left;
	margin: 0 2% 30px;
}
.pc-inner article:nth-child(odd) {
	clear: both;
}
.blog-title {
	font-size: 1.8rem;
}

}
@media screen and (min-width: 1025px) {
.top-blog {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
}
.top_blog_list {
	width: 31%;
	max-width: 350px;
	margin: 0 1.1% 20px;
	float: left;
}
.top_blog_list:nth-child(even) {
	clear: none;
}
.top_blog_list:nth-child(3n+2) {
	clear: both !important;
}
.top_blog_link {
	clear: both;
}
.pc-inner article {
	width: 31%;
	float: left;
	margin: 0 1.1% 30px;
}
.pc-inner article:nth-child(odd) {
	clear: none;
}
.pc-inner article:nth-child(3n) {
	clear: both;
}

}


.under_construction {
	width: 1000px;
	max-width: 96%;
	border-radius: 30px;
	border: #999 2px dashed;
	color: #777;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
	padding: 100px 0;
	margin: 50px auto;
}

