@charset "utf-8";



/* header
----------------------------------------------------------- */

.header_bg {
	width: 100%;
	height: 786px;
    position: relative;
    overflow: hidden;
	background-size: cover;
}
.zs-enabled .zs-slideshow {
    z-index: 0 !important;
}
.header_bg .inner {
	padding-top: 50px;
}

.logo_menu {
	position: relative;
}
.site_logo {
    position: absolute;
    top: 30px;
    left: 40px;
    display: flex;
    align-items: center;
}
.site_logo a {
    display: block;
}
.site_logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.site_logo .rec_txt {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #9abbcb;
    color: #fff;
    font-size: 13px;
}

.header_bg h1 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 38px;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: 1.6px;
}
.header_bg p {
    padding-left: 5px;
    letter-spacing: 1.9px;
    font-size: 12px;
    color: #fff;
}

.header_bg2 {
    position: relative;
    height: 86px;
    width: 100%;
    transition: .8s;
    z-index: 9;
    background: var(--blue);
}


/* eyecatch
----------------------------------------------------------- */

#eyecatch {
	position: relative;
    display: flex;
    align-items: center;
    height: 640px;
}

.inner-content {
    position: relative;
    z-index: 3;
    margin: 40px auto 0;
    text-align: center;
}
.inner-content h1 {
    margin-bottom: 15px;
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: -1.5px;
    font-weight: 900;
    font-feature-settings: "palt";
    color: #fff;
}
.inner-content h1>span {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    padding: 4px 20px 6px;
}
.inner-content h1>span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    background-color: var(--blue);
    background-color: #78734fcc;
    opacity: 0;
    animation: fadein .1s ease-out 1.6s 1 forwards;
    border-radius: 5px;
}
.inner-content h1>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: 1;
    display: block;
    background-color: var(--white);
    animation: hero_ttl_bg .9s ease-out 1.1s 1 forwards;
    border-radius: 5px;
}

.inner-content h1>span:nth-of-type(2):after {
    animation-delay: 1.3s;
}

.inner-content h1 span span {
    position: relative;
    z-index: 10;
    opacity: 0;
    -webkit-animation: fadein .1s ease-out 1.6s 1 forwards;
    animation: fadein .1s ease-out 1.6s 1 forwards;
}
.inner-content .sub {
    display: block;
    margin: 12px 0px 12px;
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 600;
    line-height: 1;
    text-transform: initial;
}
#eyecatch p.eye_txt {
    position: relative;
    z-index: 2;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transform: translateX(-8px);
    animation: fadein_lft .5s ease-out 2.3s 1 forwards;
}
#eyecatch .btn {
    margin-top: 20px;
}
#eyecatch .btn .button_y {
    padding: 20px 40px;
}


/* 画像loopスライド */

.loop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.loop:before {
    background-color: rgb(145 137 88 / 82%);
    background-color: rgb(70 70 70 / 76%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 2;
}
.loop__box {
    display: flex;
    width: 100%;
}
.loop__box img {
    height: 640px;
}

.loop__box img:first-child {
    animation: loop 100s -50s linear infinite;
}
.loop__box img:last-child {
    animation: loop2 100s linear infinite;
}

/* 左下の下部スクロールの案内 */

@-webkit-keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@-webkit-keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
@keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
.scrool-area {
    width: 1px;
    height: 120px;
    position: absolute;
    bottom: 0px;
    left: 3.5%;
    z-index: 9;
    background-color: #ddd;
}
span.scl-name {
    position: absolute;
    left: 5px;
    writing-mode: vertical-lr;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-style: italic;
    text-transform: uppercase;
    color: #16406b;
}
.scl-l {
    width: 9px;
    height: 9px;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-animation-name: moveScrollPointer;
    animation-name: moveScrollPointer;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    border-radius: 50%;
}
.scl-l:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    
    background-color: var(--yellow);
    -webkit-animation-name: moveScrollPointerIn;
    animation-name: moveScrollPointerIn;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    border-radius: 50%;
}


/* G-navi
----------------------------------------------------------- */

#panel-btn {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    
}
#panel-btn:hover {
}
#panel-btn:active,
#panel-btn:focus {
    background: none;
}
.header_bg #panel-btn-icon,
.header_bg #panel-btn-icon:before,
.header_bg #panel-btn-icon:after {
    background: #333;
}
#panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #333;
    transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #333;
    transition: .3s;
}
#panel-btn-icon:before{
    margin-top: -6px;
}
#panel-btn-icon:after{
    margin-top: 4px;
}
#panel-btn .close{
    background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
    margin-top: 0;
}
#panel-btn .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #fff;
}
#panel-btn .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: #fff;
}



/* Gメニュー
----------------------------------------------------*/

#g_navi {
	top: 0px;
	right: 0px;
}


/*アクティブになったエリア*/
#g-nav.panelactive{
	position:fixed;
	z-index: 999;
	top: 0;
	width:100%;
	height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--blue);
  	transform: scale(0);
    top:-50px;
  	right:-50px;
    transition: all .6s;
}

.circle-bg.circleactive{
	transform: scale(50);
}

#g-nav-list{
    display: none;
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    max-width: 800px;
    margin: 60px auto 0px;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

@keyframes gnaviAnime{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.openbtn1{
	position:fixed;
    top: 12px;
    right: 20px;
	z-index: 9999;
	cursor: pointer;
    width: 60px;
    height: 60px;
}
.openbtn1:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    inset: 0 auto auto 0;
    background-color: var(--blue);
    border-radius: 50%;
    transition: background .35s cubic-bezier(0.33, 1, 0.68, 1),transform .64s cubic-bezier(0, 0.55, 0.45, 1);
}
/*×に変化*/  
.openbtn1 span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 18px;
	height: 2px;
	border-radius: 2px;
    background-color: #fff;
	width: 32%;
}

.openbtn1 span:nth-of-type(1) {
	top: 23px; 
}

.openbtn1 span:nth-of-type(2) {
	top: 29px;
    width: 20%;
}

.openbtn1 span:nth-of-type(3) {
	top: 35px;
}

.openbtn1.active:before {
    background-color: #fff;
}
.openbtn1.active span {
	background-color: var(--blue);
}
.openbtn1.active span:nth-of-type(1) {
    top: 23px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 38%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 35px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 38%;
}

/* breadcrumb
----------------------------------------------------------- */

#breadcrumb {
    position: relative;
    margin: 12px 0px 0px;
    padding: 12px 0px;
    font-size: 12px;
}
#breadcrumb:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

#breadcrumb ul {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 1200px;;
    white-space: nowrap;
    margin: 0px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
#breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 11px;
}
#breadcrumb li:first-child a {
	padding-left: 0;
}
#breadcrumb li a {
    display: block;
    padding: 0 12px 0 12px;
    max-width: 360px;
    height: 18px;
    line-height: 18px;
    text-decoration:none;
    color: #999;
    white-space: nowrap;
}

#breadcrumb li a:after {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(-45deg);
    border-right: 1px solid #999;
}
#breadcrumb li a:before {
    float: right;
    display: block;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(45deg);
    border-right: 1px solid #999;
}
#breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    padding: 0 22px 0 10px;
}

/* 1件ニュース
----------------------------------------------------------- */

.tp_news {
    position: relative;
    top: -30px;
    z-index: 9;
}
.tp_news_area {
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
}

.tp_news_area .news_tl {
    width: 120px;
    padding: 22px 20px 22px 40px;
    font-size: 16px;
    font-weight: 700;
    border-right: 1px solid var(--bg);
}
.tp_news_area .swiper-container {
    width: calc(100% - 300px);
    margin-left: 0;
    padding-left: 10px;
}
.tp_news_area .swiper-container ul.news_day_txt {
    padding: 22px;
    height: 22px;
}
.tp_news_area .swiper-container li.swiper-slide {
    padding-right: 10px;
}

.tp_news_area .news_day {
    position: relative;
    top: 2px;
}
.tp_news_area .news_txt {
    padding-left: 20px;
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tp_news_area .news_txt a {
	color: #333;
	font-weight: 600;
}
.news_list_link {
    margin-right: -2px;
}
.news_list_link a {
	display: block;
    padding: 26px 54px 25px 40px;
    background: var(--blue);
    
    color: #fff;
}
.tp_news_area .news_list_link a.arrow:after {
    top: 30px;
    right: 34px;
	border-color: #fff;
}
.news_list_link a:hover {
	text-decoration: none;
    background: var(--brown-hover);
    transition: 0.5s;
}
/* lead
----------------------------------------------------------- */

.lead {
    position: relative;
    background: var(--blue);
}

/*
body.missions .lead {
    background: url(./images/missions_lead_bk.jpg) top left no-repeat;
}
body.post-type-archive-clinic .lead,
body.single-clinic .lead {
    background: url(./images/service_toc.jpg) top left no-repeat;
    background-size: cover;
}
body.post-type-archive-consulting .lead,
body.single-consulting .lead {
    background: url(./images/service_tob.jpg) top left no-repeat;
    background-size: cover;
}
.lead:before {
    background-color: rgb(124 108 91 / 43%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
*/
.lead:after, .lead:before {
    content: "";
    width: 1px;
    height: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.lead:before {
    border-right: 1px solid #fff;
    bottom: 0;
}
.lead:after {
    border-right: 1px solid var(--blue);
    bottom: -25px;
}
.lead .inner {
	position: relative;
    display: table;
    height: 102px;
}
.lead .txt {
    display: table-cell;
    text-align: center;
    color: #fff;
}
.lead h1,
.lead .lead_tl {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 3px;
    font-weight: 600;
}
.lead span {
	
}

/* 汎用スタイル
----------------------------------------------------------- */

section {
    position: relative;
	padding: 0px 0px 90px;
}
.head_area {
    position: relative;
    color: var(--blue);
}

.head_area .arrow {
    position: relative;
    display: inline-block;
    padding: 0px 80px;
}
.head_area .arrow:before, .head_area .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #555;
}
.head_area .arrow:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.head_area .arrow:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.head_title {
    margin-bottom: 35px;
}
.head_title h2 {
	position: relative;
    font-size: 26px;
    font-weight: 900;
}
body.home .head_title h2 {
    font-size: 26px;
}
/*
.head_title h2:after {
    content: "";
    position: relative;
    bottom: -15px;
    left: 4px;
    display: block;
    width: 62px;
    height: 2px;
    border-bottom: 2px solid var(--blue);
}
.head_title.t_center h2:after {
    left: calc(50% - 31px);
}
*/
.head_title h2 span {
    display: block;
}
.head_title h2 span.sub {
    margin-bottom: 10px;
    font-size: 12px;
}

.head_title h2 span.sub {
    margin-bottom: 3px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1;
}
.head_title h2 span {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
}
body.home .head_title h2:before {
	content: none;
}


.entry-header .head_title {
    margin: 30px 0px;
}
.entry-header h1.entry-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
}

.base_tl {
	margin: 40px 0px 30px;
}
.base_tl h2,
.base_tl h3 {
    position: relative;
    padding: 12px 0px 12px 20px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 900;
    color: var(--blue);
    border-left: 2px solid var(--blue);
    letter-spacing: 2px;
}
.sub_lead {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 3px;
    word-break: break-word;
}

/* レイヤー重ね */
.lt_tl {
	position: relative;
}
.lt_tl:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg);
    z-index: -1;
}
.lt_tl .inner {
	position: relative;
    margin-top: -30px;
}
.lt_tl .sub_lead {
    position: absolute;
    left: -30px;
    top: -22px;
    font-size: 48px;
    color: #f1f1f1;
}

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 140px;
    padding: 18px 18px 18px 0px;
    border-bottom: 1px solid var(--blue);
    font-size: 13px;
    font-weight: 700;
    color: var(--blue);
}
.dl_base dd {
    width: calc(100% - 140px);
    margin: 0;
    padding: 18px 0px 18px 18px;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}
/* 基本タイトル
----------------------------------------------------------- */

.entry-content h2 {
    margin: 40px 0px 30px;
    padding: 20px 18px 20px;
    font-size: 22px;
    font-weight: 900;
    line-height: 34px;
    background-color: #f4f2f0;
    border-radius: 5px;
    
}
.entry-content h3 {
    margin: 40px 0px 30px;
    padding: 0px 0px 15px 0px;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 2px solid #111;
}

.entry-content h4 {
	position: relative;
    margin-bottom: 30px;
    padding: 12px 0px 12px 20px;
    font-weight: 600;
    font-size: 18px;
    color: var(--black);
    border-left: 3px solid var(--black);
}

.entry-content ul {
	margin-bottom: 30px;
	padding: 20px 20px 20px 40px;
	background: #f7f7f7;
    border-radius: 5px;
}
.entry-content ul li {
    margin-bottom: 12px;
    list-style: disc;
    line-height: 1.6;
}
.entry-content ul li:last-child {
	margin-bottom: 0px;
}

.cat {
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: var(--blue);
    
    color: #fff;
}
.cat a {
    color: #fff;
}
.cat a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.wp-video {
	margin: 20px 0px;
}

/* 検索フォーム
------------------------------------------------------*/

.header_search_s {
	position: relative;
    padding: 0px 0px 40px;
    background: var(--blue);
}
.header_search_s .inner {
    max-width: 580px;
    margin: 0 auto;
}
.searchform:before {
    position: absolute;
    top: calc(50% - 9px);
    left: 12px;
    display: inline-block;
    content: "";
    background-image: url(./images/search.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: width 0.2s ease 0s;
    pointer-events: none;
}
.searchform:focus-within:before {
    width: 0px;
}
.header_search_s label.screen-reader-text {
	display: none;
}
.header_search_s #s {
    width: calc(100% - 100px);
    height: 50px;
    border-radius: 5px;
    padding-left: 33px;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
    font-weight: 500;
    border: 3px solid #fff;
}
.header_search_s #s:focus {
    outline: none;
    padding-left: 10px;
    border-color: var(--yellow);
}
.header_search_s #searchsubmit {
    position: relative;
    top: 0px;
    margin-left: 10px;
    min-width: 86px;
    padding: 16px;
    border-radius: 5px;
    background: #333;
    color: #fff;
    border: 0;
}
.searchwp-live-search-no-min-chars:after {
    content: "続きを入力してください" !important;
}


/* リスト
------------------------------------------------------*/

.category_list li {
    margin-bottom: 20px;
}
.category_list li a {
    padding: 18px 20px 18px 20px;
    align-items: center;
    color: #333;
    border-radius: 5px;
}
.category_list li a .img {
	width: 50px;
}
.category_list li a .img img {
	width: 100%;
}
.category_list li a .txt {
    width: calc(100% - 50px - 52px);
	padding-left: 20px;
}
.category_list li a .txt .tl {
	margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
}
.category_list li a .txt p {
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1;
    font-weight: 500;
    color: #333;
}
.category_list li a .txt .sub {
	font-size: 14px;
	color: #999;
}
.category_list li a .arrow {
    margin-left: 20px;
}
.category_list li.defo {
	display: none;
}
.wpp-list li,
.info_list li {
    margin-bottom: 20px;
}
.wpp-list li a,
.info_list li a {
    display: block;
    padding: 18px 30px 18px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #545454;
    border-radius: 5px;
}

.wpp-list li a:hover,
.category_list li a:hover,
.info_list li a:hover {
    border-color: var(--blue);
    text-decoration: none;
    color: var(--blue);
    background: #fffde8;
    font-weight: 600;
}
.category_list li a:hover p,
.category_list li a:hover .sub {
    color: var(--blue) !important;
}

.info_list.guide_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.info_list.guide_list li {
    width: calc(100% / 2);
    margin: 0px;
    padding: 7px;
}
.top_gd_area {
    margin: 30px 0 0;
    padding: 20px;
    background: #fffde8;
    border-radius: 5px;
}
.top_gd_area p {
    line-height: 1.6;
}

/* 詳細系
----------------------------------------------------------- */

.entry-content {
	
}

.entry-header {
    position: relative;
}

article img {
    max-width: 100%;
    height: auto;
}

.post-thumbnail {
    margin-bottom: 25px;
}
.entry-content a img:hover {
    opacity: 0.6;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.entry-content p {
    margin-top: 10px;
    margin-bottom: 15px;
}
.entry-content img {
	margin: 20px 0px;
}
p.caution {
    margin: 25px 0px;
    padding: 20px;
    background: #fffcc2;
    line-height: 1.6;
    font-size: 15px;
    border: 2px dotted #d23d3d;
    color: #d23d3d;
    font-weight: 600;
}

.recomend_area {
	margin-top: 60px;
}

.spt_form {
    margin-top: 40px;
    padding: 20px;
    background: #f7fbfb;
    border: 2px solid #99afbd;
    border-radius: 5px;
    color: #3b596a;
    font-size: 14px;
}
.spt_form .tl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #555;
    font-size: 15px;
    font-weight: 600;
}


.spt_form a {
    color: #3b596a;
    font-size: 13px;
    text-decoration: underline;
}

.spt_form .tel a {
    font-size: 15px;
}

.spt_form .lw {
    margin: 0px 0px 7px;
}
.spt_form .lw:last-child {
    margin: 0px;
}
.spt_form .lw.memo {
    font-size: 12px;
}

.spt_form .tel a {
    text-decoration: none;
}
.spt_form .memo {
    display: block;
    margin-top: 3px;
    font-size: 13px;
}

.entry-content ul.faq_list {
    margin-bottom: 0px;
    padding: 0px;
    background: none;
}
.entry-content ul li.faq_item {
	list-style: none;
	margin-bottom: 0;
}
.faq_item {
	margin-top: 20px;
	counter-increment: faq;
}
.faq_item .faq_question:before {
	display: block;
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
	content: "Q" counter(faq);
    font-family: Arial;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .5px;
}
.faq_question {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64px;
    padding: 18px 60px 16px 65px;
    background-color: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    font-size: 16px;
	font-weight: 600;
}
.faq_question .btn {
	position: absolute;
    top: 36px;
    right: 10px;
    width: 50px;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0px;
	text-align: center;
}
.faq_question .btn:before,
.faq_question .btn:after {
	content: "";
	display: block;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 22px;
    height: 2px;
    background-color: #444;
}
.faq_question .btn:after {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq_question .btn.open:after {
	-webkit-transform: rotate(0deg);
      transform: rotate(0deg);
}
.faq_answer {
	display: none;
    margin-top: -1px;
    padding: 5px;
    font-size: 16px;
    line-height: 1.8;
}
.faq_answer.entry-content p {
    font-size: 14px;
}
/*
.faq_answer.entry-content>p:first-child {
	margin: 0px;
}
*/

/* サイドメニュー
----------------------------------------------------------- */

.widget {
	margin-bottom: 30px;
	padding: 0px;
    background: #fff;
}
.widget h2.widget-title {
    padding: 15px 0px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: var(--blue);
    
}
.widget>ul {
    padding: 20px;
}
.widget>ul>li {
	padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px dotted #d5dbe2;
}
.widget>ul>li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
    padding-bottom: 0px;
}
.widget>ul>li .wrap {
	margin-bottom: 0px;
}
.widget>ul>li a {
    display: block;
	color: #333;
    line-height: 18px;
}

.widget>ul>li a:hover {
	text-decoration: none;
	opacity: 0.7;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.widget>ul>li h4 {
	font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
.widget>ul.sv_cate_list>li a {
	display: table;
    width: 100%;
}


/* ギャラリー
----------------------------------------------------------- */

.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
img.attachment-large.size-large {
    width: 100%;
    height: auto;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
    font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}


/* カテゴリー */

.category_tag a {
    display: inline-block;
    margin: 3px 3px;
    padding: 3px 10px;
    font-size: 12px;
    background-color: #eaeaea;
    color: #555;
    
}
.category_tag a:before {
    font-weight: 600;
    content: "#";
    padding-right: 3px;
}
.category_tag a:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}

/* 最下部カテゴリのリンク
----------------------------------------------------------- */


.btm_cate_area {
    padding: 60px 0px;
    background: #f7f7f7;
}
.btm_cate_list {
	justify-content: center;
}

.btm_cate_list li {
    width: calc(100% / 5 - 10px);
    margin: 5px;
}
.btm_cate_list li.defo {
	display: none;
}
.btm_cate_list li a {
	display: block;
    padding: 15px;
	color: #333;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #f7f7f7;
}
.btm_cate_list li a:hover,
.btm_cate_list li a.current {
    border-color: var(--blue);
    text-decoration: none;
    background: #fffde8;
    color: var(--blue);
    font-weight: 600;
}
.btm_cate_list li .img {
    width: 40px;
    margin: 0 auto 10px;
}
.btm_cate_list li .img img {
	width: 100%;
}
.btm_cate_list li .tl {
    font-size: 14px;
}


/* ページャー
----------------------------------------------------------- */

.ori_pagenavi {
	margin-top: 40px;
    clear: both;
    position: relative;
    line-height:13px;
    text-align: center;
}
.ori_pagenavi:empty {
	margin-top: 0px;
}
.ori_pagenavi span,
.ori_pagenavi a {
    display: inline-block;
    margin: 2px 8px 2px 0;
    padding: 14px 14px 13px 14px;
    border-radius: 20px;
    text-decoration: none;
    min-width: 40px;
    color: #fff;
    background: #c1c1c1;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
 
.ori_pagenavi a:hover{
    color:#fff;
    background: var(--blue);
}
 
.ori_pagenavi .current{
    padding:14px 14px 13px 14px;
    background: var(--blue);
    color: #fff;
}

/* 記事のFB機能
----------------------------------------------------------- */

.entry-content .daexthefu-container {
    margin: 40px 0 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #333;
}
.daexthefu-layout-side-by-side .daexthefu-feedback {
    width: 100%;
    display: block;
}
.entry-content .daexthefu-layout-side-by-side h3 {
	border-bottom: 0;
    font-size: 16px;
    text-align: center !important;
    font-weight: 600;
}
.daexthefu-buttons {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.entry-content .daexthefu-button-type-text {
    padding-top: 10px !important;
    height: 42px !important;
    border: 1px solid #333;
    font-size: 13px;
    font-weight: 600;
}
.entry-content .daexthefu-successful-submission-text {
    margin: 15px 0 13px !important;
    text-align: center;
}
.entry-content .daexthefu-comment-submit,
.entry-content .daexthefu-comment-cancel {
    padding: 9px 13px !important;
    height: 42px !important;
    font-size: 14px;
    font-weight: 500;
}
.entry-content .daexthefu-no.daexthefu-button.daexthefu-button-type-text.daexthefu-no-selected {
    background: #333;
    color: #fff;
}
.entry-content .daexthefu-comment-label,
.entry-content .daexthefu-comment-character-counter-number,
.entry-content .daexthefu-comment-character-counter-text {
    font-size: 13px;
}
.entry-content .daexthefu-comment-textarea {
    margin: 0 0 15px !important
}
.entry-content .daexthefu-comment-buttons-container {
    justify-content: flex-end;
}

/* footer
----------------------------------------------------------- */


.pagetop-btn {
  position: fixed;
  width: 52px;
  height: 52px;
  border: solid 2px var(--blue);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  right: 12px;
  bottom: 12px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.3s;
}

.pagetop-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--blue);
  border-top: 2px solid var(--blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
}

.pagetop-btn.visible {
  opacity: 1;
  transform: translateY(0);
}


.btn_side_area {
    position: fixed;
    bottom: 10%;
    right: -5px;
    z-index: 2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.btn_side_area a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 11px 13px;
    background: #fff;
    color: var(--blue);
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 700;
    border: 2px solid var(--blue);
    border-radius: 5px;
}
.btn_side_area a:hover {
    background: var(--blue);
    color: #fff;
    text-decoration: none;
}


#fnavi {
    background: #f7f7f7;
}


#fnavi .ft_ct_area {
    justify-content: space-between;
}
#fnavi .corp_link a {
    display: block;
    padding: 15px 28px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #333;
}
#fnavi .corp_link a .txt {
    padding-right: 5px;
}
#fnavi .corp_link a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#fnavi .f_link {
    padding: 30px 0px;
    background: #efefef;
}

#fnavi .f_link .flex_in {
	justify-content: center;
}
#fnavi .f_list li {
    width: calc(100% / 3 - 10px);
    margin: 10px 5px;
    text-align: center;
}
/* ここまで */

#fnavi .f_list li a {
	position: relative;
	color: #555;
}
#footer {
    padding: 30px 0px;
    background: var(--blue);
}

#footer .inner {
    align-items: center;
}
#footer p {
    color: #fff;
    clear:both;
    text-align:center;
    line-height: 1.4;
    letter-spacing:1px;
    padding : 4px;
}
#footer address {
    text-align:center;
    font-style : normal;
    line-height: 1.2;
    letter-spacing:1px;
    padding : 4px;
    color: #e7e6e3;
}


@media screen and ( max-width:1190px ) {
	
	
	.figure_list li {
    	width: calc(100% / 2 - 20px);
    }
}

/* タブレットに適用させるCSS */
@media screen and ( max-width:1100px ) {
	
    .inner,#content .in,.in {
        width: 92%;
        margin: 0 auto;
    }
    
}
@media screen and ( max-width:1038px ) {
	
	
    header .in,#breadcrumb ul,#bread_all ul,#footer_body,
    #side,#side_wrap,#main,#main_area {
        width: 100%;
        float: none;
    }
    #main {
        margin: 0px 0px 40px;
        border-right: 0px;
    	padding: 10px; 
    }
    #side {
        height: auto !important;
    }
    #side_wrap {
        position: relative !important;
    }

}

/* スマホに適用させるCSS */
@media screen and ( max-width:760px ) {

    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    .home #wrapper {
	    padding-top: 0px;
	}
	
	.about_area .left, .about_area .right,.message_area .left,.message_area .right, .company_area .left, .company_area .right, .people_list>li .left, .people_list>li .right, .access_area .left, .access_area .right, .column_area .left, .column_area .right, .service_list li .img, .service_list li .txt, .rec_detail_list li,.diff_area .left,.diff_area .txt_area,ul.sv_det_list li .img,ul.sv_det_list li .txt,.action_list .img,.action_list .txt,.credo_area .left,.credo_area .philo_list,.profile_area .left,.profile_area .right,greeting_area .img,.greeting_area .txt {
	    width: 100%;
	    padding: 0px;
	}
	
    
    /* Gナビ
    ----------------------------------------------------*/
    
    .openbtn1,
    .openbtn1:before {
	    width: 48px;
	    height: 48px;
    }
    .openbtn1 {
	    top: 15px;
	    right: 15px;
    }
	.openbtn1 span:nth-of-type(1) {
		top: 18px;
	}

	.openbtn1 span:nth-of-type(2) {
		top: 24px;
	    width: 20%;
	}

	.openbtn1 span:nth-of-type(3) {
		top: 30px;
	}
	.openbtn1.active span:nth-of-type(1) {
    	top: 18px;
    	left: 16px;
    }
    .openbtn1.active span:nth-of-type(3) {
	    top: 30px;
	    left: 16px;
	}
	#g-nav.panelactive ul {
        display: block;
        padding-top: 30px;
    }
	#g-nav.panelactive ul li {
        width: 90%;
        margin: 0 auto 15px;
	}
	#g-nav.panelactive ul li a.st_btn {
    	margin: 0 auto;
    }
    
    /* lauout
    ----------------------------------------------------*/
	
	.header_bg {
		top: 0px;
    	z-index: 4;
	}
	.header_bg2 {
	    height: 70px;
	}
	.header_bg2 .site_logo {
	    top: 26px;
	    left: 16px;
	}
	.site_logo img {
	    width: 82px;
	}
	.site_logo .rec_txt {
	    margin-left: 10px;
	    padding-left: 10px;
	    font-size: 11px;
	}
    img {
        max-width: 100%;
        height: auto;
    }
    #content {
		padding: 30px 0px;
	}
    .section {
        clear: both;
        width:100%;
    }
	.entry-content {
	    margin: 0px 0px;
	    padding: 0px;
	}
    #main .entry-content.in {
        padding: 0px;
    }
    .w_80,.w_80_txt,w_60_txt {
        width: 100% !important;
    }
    .head_title h2 {
		font-size: 24px;
	    line-height: 1.4;
    }
    .head_title h2 span.sub {
		font-size: 38px;
	}
	.base_tl h3 {
		font-size: 18px;
	}
    .entry-content .smr_tl {
    	margin: 20px 0px;
    }
    .page .entry-content h2 {
        font-size: 16px;
    }
    .single .entry-content h2, .page .entry-content h2 {
        font-size: 18px;
    }
    .single .entry-content h3, .page .entry-content h3 {
        font-size: 16px;
    }
     .page .entry-content .feature_list li h3 {
		font-size: 20px;
	}
    #breadcrumb, #bread_all {
	    padding: 0px;
	    margin: 20px 0px 0px 20px;
	    background: none;
    }
    #breadcrumb li a {
    	
    }
    #breadcrumb li:last-child, #bread_all li:last-child {
    	
    }
    
	.dl_base dt {
		width: 90px !important;
	}
	.dl_base dd {
    	width: calc(100% - 90px) !important;
	    font-size: 13px;
	}
	
	
	#tab2 {
	    position: relative;
	}
	#tab2:after {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    z-index: -1;
	    width: 100%;
	    height: 7px;
	    display: block;
	    background-color: #e9e7da;
	    border-radius: 5px;
	}
	#tab2 ul {
	    margin: 0 0 30px;
	    display: flex;
	    overflow-x: scroll;
	    overflow-y: hidden;
	    flex-wrap: inherit;
	    border-bottom: 0;
	}
	#tab2 li {
	    margin: 0 0 8px;
	}
    #tab2 li a {
	    min-width: 168px;
	    padding: 18px 12px;
	    font-size: 14px;
	}
	
	
    /* TOP
    ----------------------------------------------------------- */

	body.home .head_title h2 {
	    font-size: 22px;
	}
	.category_list li a .txt .tl {
	    margin-bottom: 5px;
	    font-size: 16px;
	}
	.category_list li a .txt p {
	    margin-bottom: 5px;
	    font-size: 13px;
	    line-height: 1.6;
	}

	.category_list li a .txt .sub {
	    font-size: 12px;
	}
	.btm_cate_list {
    	justify-content: initial;
	}
	.btm_cate_list li {
	    width: calc(100% / 2 - 10px);
	    margin: 5px;
	}
	.btm_cate_list li a {
	    padding: 15px 5px;
	}
	.btm_cate_list li .tl {
	    font-size: 12px;
	}

	.info_list.guide_list li {
		width: 100%;
	}

	.entry-header h1.entry-title {
	    font-size: 22px;
	    line-height: 1.6;
	}
	.entry-content p {
	    font-size: 14px;
	}

    /* lead
    ----------------------------------------------------------- */
    
    .lead:after, .lead:before {
	    height: 15px;
	    right: 2px;
	}
	.lead:after {
	    bottom: -15px;
	}
	.lead .inner {
	    height: 70px;
	}
	.lead h1, .lead .lead_tl {
	    font-size: 22px;
	}
	
	
	.daexthefu-comment-top-container {
	    display: block !important;
	}

	.faq_question {
    	padding: 18px 52px 16px 55px;
	    font-size: 14px;
    }
    .faq_item .faq_question:before {
    	left: 12px;
		font-size: 18px;
	}
	.faq_question .btn {
	    top: 56%;
	    right: 5px;
    }
    .faq_question .btn:before, .faq_question .btn:after {
    	top: -12px;
	    width: 16px;
	    height: 2px;
	}

    /* フッター
    ----------------------------------------------------------- */

	#fnavi .ft_ct_area .img {
	    text-align: center;
	    margin: 0 auto;
	}
	#fnavi .corp_link {
	    margin: 25px auto 0;
	}
	#fnavi .corp_link a {
	    padding: 13px 25px;
	    font-size: 12px;
	}
	#fnavi ul.access_list li {
	    display: flex;
	    align-items: center;
	    width: 100%;
	    margin: 0 0 20px;
	}
	#fnavi ul.access_list li:last-child {
		margin-bottom: 0px;
	}
	ul.access_list li .a_gmap {
		width: 180px;
	    margin-bottom: 0px;
	    padding-right: 20px;
	}
	ul.access_list li iframe {
	    height: auto;
	}
	ul.access_list li p {
	    width: calc(100% - 180px);
	    font-size: 11px;
	}
	#fnavi .f_link {
	    margin-top: 0px;
	}
	#fnavi .f_list li {
	    margin: 10px 5px;
	    width: calc(100% / 3 - 10px);
	    font-size: 12px;
	}
	#footer address {
	    font-size: 10px;
	}

    /* 背景レイヤー
    ----------------------------------------------------------- */
    .bg_layer {
        display: none;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3500;b
    }


}

