
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


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

footer {
	padding-bottom: 10px;
}

* {
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	word-break : break-all;
	font-size: 15px;
}
p {
	font-size: 1rem;
}
img {
	max-width: 100%;
}
a {
	color: #6c270b;
}
a:hover {
	color: #b1410e;
}
a.btn {
	border: 2px solid #6c270b;
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: 4px 4px 0 #6c270b;
	box-shadow: 4px 4px 0 #6c270b;
	color: #6c270b;
	padding: 6px 16px;
}
a.btn:hover {
  -webkit-box-shadow: -4px -4px 0 #6c270b;
  box-shadow: -4px -4px 0 #6c270b;
  color: #fff;
}
.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;
}

.sp_br {
	display: none;
}


.clearfix:after {
	display: block;
	content: "";
	clear: both;
}



#site_description {
	width: 100%;
	background: #595757;
}
#site_description p {
	width: 1200px;
	max-width: 99%;
	line-height: 1.2;
	font-size: .8rem;
	color: #fff;
	padding: 2px 0;
	margin: 0 auto;
}
.head_logo_container {
	width:  1200px;
	margin:  0 auto;
}
.head_logo_container h1 {
	width: 400px;
	float: left;
}
.head_logo_container .head_inquiry {
	margin-top: 8px;
	display: block;
	width: 250px;
	background: #5f3636;
	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: #352c2c;
	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: #595757;
}
.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: #595757;
	background: #fff;
}



.green-line {
	background: #595757;
	width: 100%;
	height: 20px;
}

.ticker_container {
	margin-top: 30px;
	width: 100%;
}
.ticker_inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: blink;
	animation-duration: 3s;
}
.ticker_inner a {
	color: #bf0e0e;
	font-weight: 600;
	font-size: 1.3rem;
	text-decoration: underline;
	padding: 20px 0;
	display: inline-block;
	line-height: 1;
}


@keyframes blink {/*アニメーション設定。右から左に流す、を繰り返す*/
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.ticker_container:hover .ticker_inner {/*本体にマウスホバーしたらアニメーションを一時停止*/
	animation-play-state: initial;
}












.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_wood {
	background: url(../img/bg_wood.jpg) no-repeat;
	background-size: cover;
}
.top_about {
	width: 1200px;
	margin: 0 auto;
}
.section_title {
	color: #4a1b0e;
	text-align: center;
	margin-bottom: 10px;
}
.section_title_bar {
	width: 100px;
	display: block;
	border-top: 1px solid #bfc3b4;
	margin: 0 auto;
}
.section_title_en {
	font-size: .95rem;
	color: #bfc3b4;
	text-align: center;
}

.top_about {
	position: relative;
	padding-bottom: 30px;
}
.top_msg {
	color: #4a1b0e;
	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: #4a1b0e;
  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: #f3fff2;
	padding: 20px;
	vertical-align: top;
	position: relative;
}
.top_blog_list.priority {
	background: #fff4fb;
}
.top_blog_list .ribbon {
	line-height: 2.5em;
	position: absolute;
	top: 15px;
	right: -10px;
	width: 80px;
	height: 40px;
	padding-left: 0.5em;
	color: #ffffff;
	background: #ffaeda;
}
.top_blog_list .ribbon:before {
	position: absolute;
	top: -10px;
	right: 0;
	content: '';
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #e91e63;
	border-left: 5px solid #e91e63;
}
.top_blog_list .ribbon:after {
	position: absolute;
	top: 0;
	left: -20px;
	content: '';
	border-top: 20px solid #ffaeda;
	border-right: 0 solid #ffaeda;
	border-bottom: 20px solid #ffaeda;
	border-left: 20px solid transparent;
}
.top_blog_list h3 a {
	color: #98c219 !important;
	margin-bottom: 5px !important;
	font-size: 1.35rem;
	padding-right: 70px;
	display: inline-block;
}
.top_blog_list > a {
	display: block;
	text-align: right;
	color: #4a1b0e;
}
.top_blog_list time {
	text-align: right;
	display: block;
	color: #98c219;
	font-style: italic;
}
.top_blog_list p {
	color: #666;
}
.top_blog_link {
	display: block;
	text-align: center;
	color: #4a1b0e;
	font-size: 1.15rem;
	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;
}
.category1 {
	background: #1884e4;
}
.category2 {
	background: #e49218;
}

.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: #4a1b0e;
	border-bottom: #c1da9c 1px solid;
	padding-bottom: 15px;
}
.top_service_list a {
	display: block;
	text-align: right;
	color: #4a1b0e;
	font-size: 1.15rem;
	margin: 40px auto 30px;
}
#homepage-slider {
    position: relative;
}

.images {
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.images-inner {
    position: relative;
    width: 500%;
    transition: all .8s cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}
.image-slide {
    width: 20%;
    float: left;
}
.banner-w3pvt-1 {
	background: url(../img/slider1.jpg) no-repeat top;
	background-size: cover;
}
.banner-w3pvt-2 {
	background: url(../img/slider2.jpg) no-repeat top;
	background-size: cover;
}
.banner-w3pvt-3 {
	background: url(../img/slider3.jpg) no-repeat top;
	background-size: cover;
}
.fake-radio, .image-slide, .radio-btn {
    transition: all .5s ease-out;
}
#play1:checked~div .fake-radio .radio-btn:nth-child(1) {
    animation: bullet 12.3s infinite -1s;
}
#play1:checked~div .fake-radio .radio-btn:nth-child(2) {
    animation: bullet 12.3s infinite 3.1s;
}
#play1:checked~div .fake-radio .radio-btn:nth-child(3) {
    animation: bullet 12.3s infinite 7.2s;
}
.radio-btn {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    display: inline-block!important;
    margin: 0 5px;
    cursor: pointer;
}
.overlay-w3ls {
	background: rgba(0, 0, 0, 0.25);
}
.container .column, .container .columns {
    display: block;
}






.banner-hny-info {
	padding-top: 20%;
}
@media (max-width: 640px) {
.banner-hny-info {
	padding: 11em 0 1em;
}
}
@media (max-width: 1200px) {
.banner-hny-info {
	padding: 11em 0 1em;
}
.full_container {
	padding: 20px 15px;
}
.five.columns {
	width: 70% !important;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	float: none;
	display: block;
}

}
@media (max-width: 575px) {
.container {
	width: 96% !important;
}
.five.columns {
	width: 90% !important;
}
}

.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.container .sixteen.columns {
	float: none;
	width: 100%;
}
.headline {
	border-left: 6px solid #5f3636;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 5;
	position: relative;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 35px;
}
.item-description h3 {
	text-align: center;
}
#top_box > div {
	background: #ddd;
	min-height: 500px;
}
#top_box figcaption {
	padding: 20px 15px 0;
}
#top_box h3 {
	font-size: 1.1rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.container .one-third.column {
	width: 32%;
	margin: 0 0.5%;
}


footer {
	width: 100%;
	background: #787471;
	padding-top: 30px;
}
footer a:hover {
	color: #fff !important;
}
.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_nav_part a:hover {
	color: #b1410e !important;
}
footer aside p {
	color: #fff;
	font-size: .9rem;
	text-align: center;
	margin-bottom: 0;
}
/* 下部固定要素 */
.fixed_foot {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 100%;
	display: none;
}
#to-top {
	color: rgb(78 23 13 / 80%);
	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: 430px;
	background-attachment: fixed !important;
}
.lhi1 {
	background: url(../img/lower_head_img1.jpg) no-repeat;
}
.lhi2 {
	background: url(../img/lower_head_img2.jpg) no-repeat;
}
.lhi3 {
	background: url(../img/lower_head_img3.jpg) no-repeat;
}
.lhi4 {
	background: url(../img/lower_head_img4.jpg) no-repeat;
}
.lhi5 {
	background: url(../img/lower_head_img5.jpg) no-repeat;
}
.lower_head_msg1 {
	width: 30%;
	position: absolute;
	bottom: 0;
	right: 180px;
}
.lower_header_title {
	background: rgba(255,255,255,.85);
	position: absolute;
	width: 55%;
	height: 160px;
	top: calc(50% - 80px);
	left: 0;
	text-align: right;
	padding: 60px 40px;
	line-height: 1;
	color: #5f3636;
	font-size: 2.5rem;
	letter-spacing: 3px;
}
.breadcrumb_bar {
	background: #969a86;
	padding: 10px 0;
}
.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/about_bg1.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.greeting_inner {
  background: rgba(255,255,255,.83);
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 40px 20px;
}
.greeting_text {
	padding: 40px 0 20px;
}
.profile_photo {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 40px;
}
.profile_photo img {
	border-radius: 20px;
}
.greeting_text p {
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: center;
}
.greeting_text h3 {
	text-align: right;
}
.greeting_text h3 img {
	width: 60%;
	max-width: 300px;
}
.about_profile {
	padding: 50px 0;
}
.profile_inner {
	width: 1200px;
	max-width: 98%;
	margin: 0 auto;
}
.profile_content {
	margin: 0 auto;
	width: 98%;
	max-width: 1000px;
}
.profile_content th {
	width: 25%;
	border-bottom: #595757 2px solid;
	padding: 10px 3px;
	vertical-align: top;
	font-size: 1.2rem;
	color: #4a1b0e;
	line-height: 2;
}
.profile_content td {
	width: 75%;
	border-bottom: 2px solid #ddd;
	color: #666;
	line-height: 2;
	font-size: 1.18rem;
	vertical-align: top;
	padding: 10px 30px;
}

.about_policy {
	background: url(../img/about_bg2.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.policy_inner {
	background: rgba(255,255,255,.7);
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 30px 20px;
}
.policy_text {
	padding: 20px 0;
}
.policy_text h3 {
	color: #4a1b0e;
	font-weight: 400;
	font-size: 1.25rem;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bfc3b4;
	margin-bottom: 12px;
}
.policy_text p {
	line-height: 1.8;
}
.about_company {
	padding: 50px 0;
}
.about_company table {
	width: 100%;
	margin-top: 50px;
}
.about_company th,
.about_company td {
	width: 50%;
	padding: 15px 30px;
	font-size: 1.2rem;
	font-weight: 400;
}
.about_company th {
	border-right: 1px solid #4a1b0e;
	text-align: right;
	color: #4a1b0e;
}
.about_company td {
	color: #666;
}
/* テキストアニメーション */
.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: #1d639b;
}
.service_detail_wrap .s_detail2 {
	background: #9f7b0f;
	line-height: 50px;
}
.service_detail_wrap .s_detail3 {
	background: #32b166;
}
.service_detail_wrap .s_detail4 {
	background: #9a2f0d;
	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 #6c270b;
}
.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 #6c270b;
	background: #fff;
	color: #6c270b;
	padding: 16px 16px;
	display: block;
	width: 310px;
	text-align: center;
	border-radius: 10px;
	transition: .5s;
	margin: 0 auto;
}
.seminar_detail_btn:hover {
	background: #6c270b;
	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 #6c270b;
	margin: 30px auto;
}
.seminar_price_table tr:first-child {
	border-bottom: dashed 1px #6c270b;
}
.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: #595757;
}
.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 #5f3636;
	border-bottom: 3px solid #5f3636;
	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: #5f3636;
	border: 1px solid #5f3636;
	color: #fff;
	min-width: 250px;
	transition: .5s;
}
.btn.more:hover {
	background: #fff;
	color: #5f3636;
}
.is-invalid {
	border-color: #a00 !important;
}
.validation-errors {
	margin-bottom: 0 !important;
	color: #a00;
}

/*ブログ*/
.blog-title {
	color: #352c2c;
}
.blog-release-at {
	color: #666;
}
.blog-content {
	padding: 25px 0;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    color: #5f3636;
}
.blog-content h1 {
	border-left: solid 7px #5f3636;
	padding-left: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #5f3636;
	padding-bottom: 10px;
}
.blog-content h2 {
	border-left: solid 5px #5f3636;
	padding-left: 20px;
	margin-bottom: 15px;
}
.blog-content h3 {
	border-bottom: dashed 1px #5f3636;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.blog-content p {
	color: #333;
}
.blog-latest-articles {
	margin-bottom: 40px;
}
.blog-latest-articles h4,
.blog-latest-archives h4 {
	color: #fff;
	background: #352c2c;
	padding: 15px;
}
.article-list article {
	margin-bottom: 15px;
}
.blog-list-item h3 {
	font-size: 1.25rem;
}
.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;
}



/*プラポリ*/
.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;
}



@media screen and (max-width: 1200px) and (min-width: 1001px) {

.head_logo_container {
	width: 100%;
}
.nav_container nav {
	width: 100%;
}
.ticker_inner {
	width: 100%;
	padding: 0 20px;
}
.top_seminar {
	width: 90%;
}
.top_about {
	width: 100%;
}
.top_about_link1 {
	right: 30px;
}
.top_blog {
	width: 100%;
}
.top_service {
	width: 100%;
}
.footer_content {
	width: 96%;
	margin: 0 auto;
}

/* 下層共通 */
.lower_header_img {
	width: 100%;
	height: 40vh;
	background-size: cover !important;
	position: relative;
	background-position: center !important;
	background-attachment: unset !important;
}
.lower_head_msg1 {
	width: 40%;
	position: absolute;
	right: 100px;
}

.breadcrumb {
	padding: 0 20px !important;
	width: 100%;
}


}

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

* {
	font-size: 14px;
}

.content_left img {
	max-width: 60%;
	display: block;
	margin: 0 auto 30px;
}

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


.head_logo_container {
	position: relative;
	width: 100%;
}
.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 : 13px;
	top   : 34px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
#nav-toggle span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #5f3636;
	-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.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(59 48 43);
	text-align: center;
	width: 100%;
	display: none;
	/*transition: opacity .6s ease, visibility .6s ease;*/
}

.nav_container_sp ul {
	margin: 0 auto;
	padding: 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;
	text-align: center;
}
.content_left p,
.content_left a {
	font-size: 1rem;
}
.footer_nav_part {
	width: 50%;
}
.footer_nav_part * {
	font-size: 1.1rem;
}
.top_service_list h3 {
	font-size: 1.3rem;
}

/* 下層共通  */
.lower_header_img {
	background-attachment: unset !important;
}
.lower_header_title {
	width: 80%;
	padding: 30px 10px;
	height: auto;
	top: calc(50% - 30px);
	font-size: 1.9rem;
}
.lower_head_msg1 {
	width: 50%;
	position: absolute;
	bottom: 30px;
	right: 10px;
	transform: rotate(-20deg);
}

.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 #a7641b;
	width: 90%;
	display: block;
	margin: 0 auto;
}
.about_company th {
	border-right: none;
	text-align: left;
	color: #4a1b0e;
	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;
}
.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;
}


}








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

