/*
Theme Name: 藤井あきら公式サイト
Description: Habakiri の子テーマです
Template: habakiri
*/
body {
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	/*animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;*/
	overflow-wrap: break-word;
}
.pc {
	position:relative;
}
.sp {
	display:none;
	position:relative;
}
.title_img {
	position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(15%,-50%);
    width: 38%;
    margin: 0;
}
.tomin {
    position: absolute;
    bottom: 4%;
    right: 50px;
    transform: translateY(4%);
    width: 20%;
    margin: 0;
}
/*animation*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.text_h2_title,.box,.b-box,.textfade {
	opacity : 0;
}
.animate__bounceInLeft,.animate__zoomIn {
	opacity : 1;
}
.responsive-nav a {
    font-weight: bold;
}
/*ナビホバーアクション*/
.responsive-nav .menu>.menu-item>a, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a {
  /*position: relative;
  display: inline-block;*/
  text-decoration: none;
  padding: 0 15px 10px !important;
}
/*.responsive-nav .menu>.menu-item>a::after, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  background-image: -webkit-linear-gradient(top, rgba(251,250,172,0.8) 0%,rgba(251,250,172,0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(251,250,172,0.8) 0%,rgba(251,250,172,0.8) 100%);
  z-index:-1;
}
.responsive-nav .menu>.menu-item>a:hover::after, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}*/
.responsive-nav .menu>.menu-item>a,.header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a{
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-position: -100px 50%;
  background-size: 100% 10px;
  background-repeat: no-repeat;
   -webkit-transition: 0.3s ease;
  -ms-transition:0.3s ease;
  transition: 0.3s ease;
}
.responsive-nav .menu>.menu-item>a:hover,.header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a:hover{
  background-image: -moz-linear-gradient(top, rgba(251,250,172,0.8) 0%, rgba(251,250,172,0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(251,250,172,0.8) 0%,rgba(251,250,172,0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(251,250,172,0.8) 0%,rgba(251,250,172,0.8) 100%);
  background-position: 0 50%;
}
/*--------------------header--------------------*/
.header {
    z-index: 99;
}
.site-branding__heading img {
	max-width:250px;
}
.header--center .global-nav .menu {
    width: 100%;
}
.site-branding__heading img {
    max-width: 250px;
}
#responsive-btn{
	right: 5px;
}
.site-branding {
    padding: 5px 0;
}
/*ハンバーガー*/
.off-canvas-nav a {
    font-weight: bold;
}
.off-canvas-nav--dark .current-menu-item > a, .off-canvas-nav--dark .current_page_ancestor > a, .off-canvas-nav--dark .current-page-ancestor > a, .off-canvas-nav--dark .current_page_item > a, .off-canvas-nav--dark .current_page_parent > a {
    background-color: #fff;
    color: #fff;
}
.off-canvas-nav--dark a:hover, .off-canvas-nav--dark a:active, .off-canvas-nav--dark a:focus {
    background-color: #e9f7ee;
    color: #fff;
}
.off-canvas-nav--dark {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.off-canvas-nav--dark a {
    color: #006431 !important;
    padding: 10px 20px;
}
.off-canvas-nav--dark li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #f7f7f7;
}
.off-canvas-nav--dark > ul, .off-canvas-nav--dark > * > ul {
    border-bottom: 1px solid #ccc;
}
/*common*/
.home h2 {
	text-align:center;
	font-size:30px;
	margin: 0 0 80px;
	font-style: italic;
}
.home h2:after {
	content:"";
	display:block;
	width:80px;
	height:1px;
	background:#000;
	margin:20px auto;
	border-radius: 2px;
}
.home h2 span {
	display:block;
	font-size:14px;
}
.page-header {
    padding: 105px 0 60px;
    border-bottom: none;
    background-image: repeating-linear-gradient( 
-45deg
 , transparent, transparent 10px, rgba(243, 243, 243, 1) 10px, rgba(243, 243, 243, 1) 15px );
}
.bg-1 {
	background:#e9f7ee;/*#e5f3f4;*/
	padding:100px 0;
}
.bg-2 {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(243, 243, 243, 1) 10px, rgba(243, 243, 243, 1) 15px );
	padding:100px 0;
}
.moreBtn {
	display: block;
	width: 300px;
	margin: 50px auto 0;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background: #00823A;
	padding: 1rem 5rem 1rem 3rem;
	border-bottom: solid 5px #006431;
	transition: all .3s;
	position:relative;
	font-size:23px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:0.1em;
	line-height:1.3;
}
.moreBtn:hover, .moreBtn:active, .moreBtn:focus {
	text-decoration: none;
	color: #fff;
	border-bottom: solid 2px #006431;
	background: #28a961;
	margin: 53px auto 0;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.moreBtn span {
	display:block;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}
.moreBtn span.arrow {
	position: absolute;
	display: block;
	transition: all .3s ease;
	text-align: center;
	border-radius: 50%;
	background:#006431;
	top: 1.5rem;
	right: 2rem;
	width: 40px;
	height: 40px;
	padding:8px 13px;
}
.moreBtn:hover span.arrow {
	transform: scale(1.1);
}
/*SNS固定ボタン*/
.container-fluid {
	position:relative;
}
.sub-page-contents {
	position:relative;
}
.follow_area {
	width:100px;
	position: fixed;
	top:15%;
	left:0;
	z-index:10;
}
.follow_area ul {
	list-style:none;
	margin:0;
	padding:0 0 0 5px
}
.follow_area ul li {
	margin: 20px 0;
	text-align: center;
}
.follow_area ul li a {
	display:block;
	width:70px;
	height:70px;
	padding:18px;
	border-radius:40px;
	transition: all .3s;
    background: #f8f8f8;
    box-shadow: 0 5px 0 #ddd;
}
.follow_area ul li a:hover {
	transform: translateY(3px);
    box-shadow: 0 2px 0 #ddd;
}
.ScrollTop {
  opacity: 0;
  transition: all 0.65s;
}
.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}
/*--------------------main--------------------*/
.greetingPhoto {
	width:650px;
	margin: 50px auto 20px;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0 5px 14px 0 rgb(0 0 0 / 10%);
}
.balloon2 {
	position: relative;
	display: block;
	width: 50%;
	margin: 3.5em auto 1.5em;
	padding: 15px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-weight:bold;
	font-size: 16px;
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 90%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -28px;
	left: 90%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: 1;
}
/*これまでの活動*/
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}
.performance_slide {
  margin: 13px;
  text-align: center;
  opacity: 0.4;
  transition: all 300ms ease;
}
.performance_slide.slick-center {
  opacity: 1;
  transform: scale(1.16);
}
.buttons {
  display: flex;
  justify-content: center;
}
.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}
.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}
.per-bg {
	width:50%;
	margin:20px auto;
	background:#fff;
	padding:20px;
	border-radius:20px;
	box-shadow: 0 5px 14px 0 rgb(0 0 0 / 10%);
}
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent; 
    border: none;
    outline: none;
    background: url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/02/arrow_prev.svg) no-repeat;
	z-index: 2;
}
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent; 
    border: none;
    outline: none;
    background: url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/02/arrow_next.svg) no-repeat;
	z-index: 2;
}
.slick-prev:hover,.slick-prev:active,.slick-prev:focus {
	color: transparent;
	outline: none;
	background: url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/02/arrow_prev.svg) no-repeat;
}
.slick-next:hover,.slick-next:active,.slick-next:focus {
	color: transparent;
	outline: none;
	background: url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/02/arrow_next.svg) no-repeat;
}
.slick-prev:before, .slick-next:before {
	content:none;
}
.slick-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background:#fff;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
}
.pulse-btn::after {
  animation-delay: 1s;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.navi h3 {
	margin:0;
}
.photoArea {
	list-style:none;
	display:flex;
	padding:0;
	margin: 0;
}
.photoArea li {
	width:25%;
	padding-bottom:18.75%;
	overflow:hidden;
	position: relative;
}
.photoArea li:hover:after {
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.photoArea .p-1:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/03/img-1.jpeg) no-repeat center center;
	background-size: cover;
	transition: .5s ease-in-out;
}
.photoArea .p-2:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/03/img-2.jpeg) no-repeat center center;
	background-size: cover;
	transition: .5s ease-in-out;
}
.photoArea .p-3:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/03/img-3.jpeg) no-repeat center center;
	background-size: cover;
	transition: .5s ease-in-out;
}
.photoArea .p-4:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/03/img-4.jpeg) no-repeat center center;
	background-size: cover;
	transition: .5s ease-in-out;
}
/**/
#policy h2 {
	margin: 100px 0 80px;
}
#policy {
	padding-bottom:100px;
}
.policyBg {
	overflow: hidden;
    display: flex;
    height: 500px;
    border-radius: 20px;
    margin: 0 0 50px;
    box-shadow: 0 5px 14px 0 rgb(0 0 0 / 10%);
}
.repo {
	flex-direction:row-reverse;
}
.policyArea_1,.policyArea_3 {
	height:500px;
	width:50%;
	background-size: auto auto;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: repeating-linear-gradient(
-45deg
, transparent, transparent 10px, rgba(243, 243, 243, 0.8) 10px, rgba(243, 243, 243, 0.9) 15px );
	transition:all 1s;
	padding:20px;
}
.policyArea_1bg {
	background:url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/03/tokyo-1.jpeg) no-repeat center center;
	background-size:cover;
	padding-top: 500px;
	width: 50%;
	margin-bottom:5px;
}
.policyArea_3bg {
	background:url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/03/tokyo-3.jpeg) no-repeat left 5% center;
	background-size:cover;
	padding-top: 500px;
	width: 50%;
	margin-bottom:5px;
}
#policy .policyArea_1:last-child,#policy .policyArea_3:last-child {
}
#policy .policyArea_1 h2,#policy .policyArea_3 h2 {
	text-align:left;
	color: #00823A;
	margin: 10px 0 30px;
}
#policy .policyArea_1 h2:after,#policy .policyArea_2 h2:after,#policy .policyArea_3 h2:after {
	content:none;
}
.policyArea_2 {
	height:500px;
	width:50%;
	background-size: auto auto;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: repeating-linear-gradient(
-45deg
, transparent, transparent 10px, rgba(243, 243, 243, 0.8) 10px, rgba(243, 243, 243, 0.9) 15px );
	transition:all 1s;
	padding:20px;
}
.policyArea_2bg {
	background:url(https://fujiiakira.tokyo/wp/wp-content/uploads/2021/03/tokyo-2.jpeg) no-repeat left 40% center;
	background-size:cover;
	padding-top: 500px;
	width: 50%;
	margin-bottom:5px;
}
.n-icon {
	width: 130px;
	margin:0;
}
#policy .policyArea_2 h2 {
	text-align:right;
	color: #00823A;
	margin: 10px 0 30px;
}
.policyArea_2 .n-icon {
	margin:0 0 0 auto;
	text-align: right;
}
#policy .moreBtn {
    margin: 20px auto 0;
}
#policy .moreBtn:hover,#policy .moreBtn:active {
    margin: 23px auto 0;
}
.policy__text {
	margin:10px 0;
	opacity:0;
	transition:all 0.5s;
}
/*プロフィール*/
.profileArea {
	display:flex;
	justify-content:space-between;
	margin-bottom: 50px;
}
.p-p {
	width:40%;
	margin-right:20px;
}
.p-t {
	width:55%;
}
.nameArea h3 {
	margin:0;
	font-size:20px;
}
.nameArea h3 span {
	font-size:16px;
}
.p-t table {
	width:100%;
	margin:30px 0;
}
.p-t table tr:first-child {
	border-top:solid 3px #006431;
}
.p-t table tr {
	border-bottom:solid 3px #006431;
}
.p-t table td {
	padding:20px 0
}
.p-t table .title {
	width:20%;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.p-t table td ul {
	list-style:none;
	padding:0;
	margin:0;
}
.p-t table td ul li {
	padding:5px 0;
}
#profile .moreBtn {
    margin: 50px auto 0;
}
#profile .moreBtn:hover,#profile .moreBtn:active {
    margin: 53px auto 0;
}
/*contact*/
.bg-sh {
	background:#fff;
	border-radius:20px;
	padding: 30px 20px;
	box-shadow: 0 5px 14px 0 rgb(0 0 0 / 10%);
}
#contact table {
	width:700px;
	margin:0 auto;
}
#contact table th{
	width:25%;
	padding:15px 0;
	vertical-align:middle;
}
#contact table td{
	width:75%;
	padding:15px 0;
}
input.nameArea,
input.mailArea {
	width:80%;
	height: 40px;
}
input.postArea {
	height: 40px;
}
input.addressArea{
	width:100%;
	height: 40px;
}
textarea.faq {
	width:100%;
	height: 200px;
}
input[type="text"],
input[type="mail"],
textarea {
	border-radius:3px;
	border:solid 1px #999;
}
::placeholder {
	font-size:14px;
	padding:10px;
}
label span {
	color:red;
}
button.moreBtn {
	border: none;
	border-bottom: solid 5px #006431;
	box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}
.grecaptcha-badge{
	margin-bottom:95px;
}
/*blog*/
#blog h2 {
	margin:50px 0 80px;
}
#blogArea ul {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
}
#blogArea ul li {
	width:32.3333%;
	margin:0 10px;
}
#blogArea ul li:first-child {
	margin-left:0;
}
#blogArea ul li:last-child {
	margin-right:0;
}
.blog-time{
	color:#8d8d8d;
	margin:0;
	font-weight:bold;
}
#blogArea ul li a .blog-textBox .blog-title {
	font-size:23px;
	font-weight:bold;
	color:#000;
	margin:5px 0 0;
	display:inline;
}
#blogArea ul li a .blog-textBox .blog-title{
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-position: -500px 98%;
  background-size: 100% 15px;
  background-repeat: no-repeat;
   -webkit-transition: 0.5s ease;
  -ms-transition:0.5s ease;
  transition: 0.5s ease;
}
#blogArea ul li a:hover .blog-textBox .blog-title{
  background-image: -moz-linear-gradient(top, rgba(251,250,172,0.8) 0%, rgba(251,250,172,0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(251,250,172,0.8) 0%,rgba(251,250,172,0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(251,250,172,0.8) 0%,rgba(251,250,172,0.8) 100%);
  background-position: 0 98%;
}
.new-txt {
	font-size:14px;
	padding:0 10px;
	color:red;
}
#blogArea ul li a:hover,#blogArea ul li a:active{
	text-decoration:none;
}
#blogArea ul li a .p-w {
	overflow:hidden;
	border-radius: 20px;
	/*height: calc(100% *0.66);*/
}
.pick-postThumbnail {
    position: relative;
    width: 100%;
    margin: 0;
}
.pick-postThumbnail:before {
  content: "";
  display: block;
  padding-top: 75%;
}
#blogArea ul li a .pick-postThumbnail img {
    width: 100%;
    /* height: calc(100% *0.75); */
    object-fit: contain;
    background-color: #fff;
    transition: .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#blogArea ul li a:hover .pick-postThumbnail img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#blog .moreBtn {
	margin-bottom:100px;
}
/*--------------------これまでの活動--------------------*/
#performance_postArea ul {
	padding:0;
	list-style:none;
}
#performance_postArea ul li {
	margin-bottom:50px;
}

.performance_post-title {
    color: #505050;
    padding: 0.5em;
    display: block;
    line-height: 1.3;
    background: #e9f7ee;;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    font-size: 20px;
    font-weight: bold;
}
.performance_post-title:before {
  content: '●';
  color: #00823a;
  margin-right: 8px;
}
/*--------------------今後の取り組み--------------------*/
#policy_postArea ul {
	padding:0;
	list-style:none;
	margin:0;
}
#policy_postArea .policy__postsp {
	margin:0 0 50px;
	padding:20px 0;
}
.policy_post-title {
	font-size:30px;
	margin: 0 0 30px;
	font-style: italic;
	font-weight:bold;
	background:#00823a;
	border-radius:10px;
	padding:10px 20px;
	color:#fff;
}
#policy_postArea .policy__postsp ul {
	list-style-type: disc;
	background: #e9f7ee;
	padding: 30px 30px 30px 50px;
	border-radius:20px;
}
#policy_postArea .policy__postsp ul li{
	padding:10px 0;
}
#policy_postArea .policy__postsp:last-child {
	margin-bottom:0;
}
/*--------------------profile--------------------*/
#profArea h2 {
	font-style:italic;
	position: relative;
  display: inline-block;
}
#profArea h2 span {
	font-size:14px;
	margin:0 30px 0 10px;
	color:#999;
}
#profArea h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 2px;
    border-top: solid 3px #00823A;
}
#profArea .flexArea{
	display:flex;
	flex-direction:row-reverse;
	margin-bottom:50px;
}
.profimg {
	width:30%;
	padding-left:20px;
}
.profimg img {
	box-shadow: 15px 15px 0px 0px rgba(233,247,238,1);
}
.text-profile {
	width:70%;
}
/*--------------------ブログ個別--------------------*/
.categories {
	margin:0 5px 0 0;
}
.categories a {
	background-color: #00823A;
	padding:5px 10px;
	color: #fff !important;
	border-radius:50px;
}
.categories a:hover {
	color: #fff !important;
	background-color: #189952;
}
.author {
	display:none;
}
/*sns*/
.button-area ul {
	display:flex;
	justify-content: center;
	list-style:none;
	padding:0;
	margin:20px auto 0;
}
.button-area ul li {
	margin:0 10px;
}
.button-area ul li a {
	width:50px;
	height:50px;
	display:block;
	padding:10px;
	background: #fff;
	border-radius:40px;
	transition:all .3s;
	background: #f8f8f8;
	box-shadow: 0 5px 0 #ddd;
}
.button-area ul li a:hover {
	transform: translateY(3px);
	box-shadow: 0 2px 0 #ddd;
}
.copy_btn {
	width:50px;
	height:50px;
	display:block;
	padding:10px;
	border-radius:40px;
	transition:all .3s;
	background: #f8f8f8;
	box-shadow: 0 5px 0 #ddd;
	border:none;
	position: relative;
}
.copy_btn:hover {
	transform: translateY(3px);
	box-shadow: 0 2px 0 #ddd;
}
:focus {
	outline: none;
}
.copytip::after {
	content: 'Copied!';
	background: #555;
	display: inline-block;
	color: #fff;
	border-radius: .4rem;
	position: absolute;
	left: 50%;
	bottom: -.8rem;
	transform: translate(-50%, 0);
	font-size: .75rem;
	padding: 4px 10px 6px 10px;
	animation: fade-tooltip .5s 1s 1 forwards;
}
 
/* Animation */
@keyframes fade-tooltip {
  to { opacity: 0; }
}
.single-post h2 {
	margin: 50px 0 15px;
	font-size: 23px;
	position: relative;
	padding: 1.5rem 1rem;
}
.single-post h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*本文*/
.single-post h1 {
	font-size:28px;
}
.single-post h2 {
	margin: 50px 0 15px;
	font-size:23px;
}
.single-post {
	line-height:30px;
}
.single-post a {
	color:#333;
	transition:all .5s;
}
.single-post a:hover {
	text-decoration:none;
	color:#00823A;
}
/*目次*/
.index_wrap {
	width: 80%;
    margin: 50px auto;
    background: #e9f7ee;
    border-radius: 20px;
    padding: 15px 10px;
}
.index_wrap span {
	display:block;
	text-align:center;
	padding-bottom:10px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px;
}
.index_wrap ul {
	list-style-type: decimal;
}
.index_wrap ul li {
	padding:5px 0;
}
.index_wrap ul li a {
	color: #333;
	transition:all .5s;
}
.index_wrap ul li a:hover {
	color:#309b69;
	text-decoration:none;
}
/*引用*/
blockquote,.wp-block-quote {
    border-left: none;
    margin: 20px 0 20px;
    padding-left: 1em;
    position: relative;
    padding: 30px 30px 30px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #f6f6f6;
    color: #555;
    border-left: solid 3px #cfcfcf !important;
}
blockquote:before,.wp-block-quote:before{
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 15px;
	content: "\f10d";
	font-family: FontAwesome;
	color: #cfcfcf;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}
/*shareエリア*/
.post-share {
	background: #e9f7ee;
	padding: 0 0 30px;
	border-radius:20px;
}
.post-share h2 {
	text-align:center;
	margin: 50px 0 0;
	font-style:italic;
	padding-bottom:0;
}
.post-share h2:after {
	content:none;
	text-align:center;
}
.post-share h2 span {
	font-size:14px;
	display:block;
	font-weight:normal;
	font-style:normal;
}
/*アーカイブページ*/
.blog .col-md-3,.archive .col-md-3 {
    width: 0;
}
.blog .col-md-9,.archive .col-md-9 {
    width: 100%;
}
.blog .sidebar,.archive .sidebar {
	display:none;
}
.blog .entries--archive,.archive .entries--archive{
	display:flex;
	flex-wrap:wrap;
}
.blog .entries--archive .article--summary,.archive .entries--archive .article--summary{
	background: #e9f7ee;
	padding:20px;
	border-radius:20px;
	transition:all .3s;
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 25%);
	width:30.333%;
	margin:10px 15px 30px;
}
.blog .entries--archive .article--summary:hover,.archive .entries--archive .article--summary:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.entries .entry--has_media__media {
    width: 100%;
}
.entries .entry--has_media__link {
    width: 100%;
    height: 100%;
    margin: 0 auto 20px;
}
.entries .entry--has_media__body {
    overflow: visible;
}
.blog a,.archive a {
	color:#333;
}
.blog a:hover,.archive a:hover {
	text-decoration:none;
	color:#00823A;
}
/*サイドバー*/
.sidebar .sidebar-widget__title {
	text-align: left;
	margin: 0 0 20px;
	font-style: italic;
	padding-bottom: 0;
}
.sidebar .sidebar-widget__title:after{
	content:none;
}
.plo-side {
	text-align:center;
	font-weight:bold;
}
.sns_side ul {
	display:flex;
	padding:0;
	;list-style:none;
}
.sns_side ul li {
	width:25%;
	padding:10px;
}
.sns_side ul li a {
	display: block;
	width:50px;
	height:50px;
	padding: 10px;
	border-radius: 40px;
	transition: all .3s;
	background: #f8f8f8;
	box-shadow: 0 5px 0 #ddd;
}
.sns_side ul li a:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #ddd;
}
.widget_categories ul li,.widget_archive ul li {
	margin-bottom:10px;
}
.widget_categories ul li a,.widget_archive ul li a {
	display:block;
	padding:15px 10px;
	background: #f8f8f8;
	border-radius:10px;
	transition: all .3s;
	background: #f8f8f8;
	box-shadow: 0 5px 0 #ddd;
}
.widget_categories ul li a:hover,.widget_archive ul li a:hover {
	transform: translateY(3px);
	box-shadow: 0 2px 0 #ddd;
	color: #333;
}
/**/
.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  margin: 40px;
  box-shadow: 0 0 10px 6px rgba(0,0,0,.025);
}
.blogcard.ex {
  background-color: #f7f7f7;
}
.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}
.blogcard a:hover {
  opacity: 0.6;
}
.blogcard_thumbnail {
  /*float: left;*/
  padding: 20px;
}
.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;  
}
.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}
.blogcard_link {
  font-size:0.65em;
  padding:0 17px 15px 20px;
  text-align: left;
}
.blogcard_link .favicon {
  margin-bottom: -4px;
}
.blogcard_link .icon-external-link-alt::before {
  font-size:0.75em;
}
@media screen and (max-width: 500px) {
  .blogcard:before {
    font-size: .56em;
  }
  .blogcard-title {
    font-size: .70em;
  }
  .blogcard-excerpt {
    font-size: .60em;
  }
}
/*--------------------footer--------------------*/
#footerFloatingMenu {
	display:none;
}
.f-info {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 15px 0 0;
}
.tominLogo {
	width:250px;
	margin-right:10px;
}
.text-policy {
	list-style:none;
	padding:0;
	display:flex;
}
.text-policy li {
	margin:0 30px 0 10px;
}
.text-policy li a {
	color:#999;
	font-size:13px;
}
.text-policy li a:hover,.text-policy li a:active {
	color:#ccc;
	text-decoration:none;
}
.text-policy li {
	margin:0 0 0 10px;
}
.text-policy li:after{
	content:"|";
	display:inline-block;
	padding-left:10px;
	color: #ccc;
}
.text-policy li :last-child {
	margin-right:0;
}
.text-policy li:last-child:after{
	content:none;
}
.copyright {
    background-color: #00823A;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
	font-family: 'Quicksand', sans-serif;
}
/*--------------------RWD(ここから)--------------------*/
@media screen and (max-width:1200px) {
.blog .entries--archive .article--summary, .archive .entries--archive .article--summary {
    width: 29.333%;
}
}
@media screen and (max-width:1090px) {
.follow_area {
	display:none;
}
}
@media screen and (max-width:991px){
.title_img {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(20%,-50%);
    width: 40%;
}

.img-side {
    width: 350px;
    margin: 0 auto 10px;
}
.sns_side ul {
	width:290px;
	margin:0 auto;
}
.balloon2 {
    width: 60%;
}
/*header*/
.site-branding__heading img {
    max-width: 200px;
}
.topnav2,.topnav3 {
	display:none;
}
.hed-sns {
    display: none;
}
/*トップ*/
.moreBtn {
    margin: 50px auto 0;
}
.photoArea {
    flex-wrap: wrap;
}
.photoArea li {
    width: 50%;
    padding-bottom: 37.5%;
}
.policyBg {
    overflow: hidden;
    display: block;
    height: 550px;
    border-radius: 0;
    margin: 0 0 50px;
    box-shadow: none;
    position: relative;
}
.profileArea {
    display: block;
}
.policyArea_1,.policyArea_3 {
    height: 500px;
    width: 95%;
    position: absolute;
    bottom: 0;
    left: 0;
	border-radius: 20px;
}
.policyArea_2 {
    height: 500px;
    width: 95%;
    position: absolute;
    bottom: 0;
    right: 0;
	border-radius: 20px;
}
.policyArea_1bg,.policyArea_3bg {
    padding-top: 33%;
    width: 50%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
	border-radius: 20px;
	box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}
.policyArea_2bg {
    padding-top: 33%;
    width: 50%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 20px;
	box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}
.p-p {
    width: 400px;
    margin: 0 auto 20px;
}
.p-t {
    width: 100%;
}
.p-t .nameArea {
    text-align: center;
}
#blogArea ul li a .blog-textBox .blog-title {
    font-size: 18px;
}
#blog .moreBtn {
    margin: 50px auto;
}
#contact table {
    width: 100%;
}
.blogBnr {
width:250px;
margin:0 auto;
}
.blog .entries--archive .article--summary, .archive .entries--archive .article--summary {
    width: 45%;
}
/*footer*/
/*フロート*/
#footerFloatingMenu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 155px;
    z-index: 9999999;
}
#footerFloatingMenu .button-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    display: flex;
}
#footerFloatingMenu .button-area ul li {
    width: 40px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    font-weight: bold;
    margin-right: 10px;
}
#footerFloatingMenu a {
	color:#fff;
}
#footerFloatingMenu i {
	color:#fff;
}
.copyright {
	padding: 10px 0;
}
/*フッター*/
.grecaptcha-badge {
    margin-bottom: 85px;
}
}
@media screen and (max-width:768px) {
body {
	font-size: calc(13px + 3 * (100vw - 320px)/448);
}
.home h2 {
	font-size: calc(22px + 9 * (100vw - 320px)/448);
    margin: 0 0 30px;
}
.policy_post-title,.performance_post-title{
	font-size: calc(21px + 9 * (100vw - 320px)/448);
}
#policy h2 {
    margin: 50px 0 30px;
}
h3,.nameArea h3,.p-t table .title {
    font-size: calc(16px + 4 * (100vw - 320px)/448);
}
.moreBtn {
	font-size: calc(16px + 6 * (100vw - 320px)/448);
}
.moreBtn span {
	font-size: calc(10px + 4 * (100vw - 320px)/448);
}
.moreBtn span.arrow {
	top: calc(0.8rem + 0.7 * (100vw - 320px)/448);
}
.greetingPhoto {
    width: 70%;
}
.per-bg {
    width: 80%;
}
.policyArea_1,.policyArea_2,.policyArea_3 {
    width: 100%;
}
.policyArea_1bg,.policyArea_2bg,.policyArea_3bg {
    padding-top: 36.3%;
    width: 55%;
}
.title_img {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-10%,-50%);
    width: 260px;
}
/*トップ*/
.bg-1 {
    padding: 50px 0;
}
.bg-2 {
    padding: 50px 0;
}
.iconLink li {
    width: 39%;
}
#blog h2 {
    margin: 50px 0 30px;
}
#blogArea ul li a .blog-textBox .blog-title {
    font-size: calc(13px + 3 * (100vw - 320px)/448);
}
/*profile*/
#profArea .flexArea {
    display: block;
}
.profimg {
    padding-left: 0;
    margin: 0 auto 50px;
    text-align: center;
	width: 50%;
}
.text-profile {
    width: auto;
}
#profArea h2:after {
    width: 250%;
}
/*ブログカード*/
 .blogcard {
    margin: 40px 0;
  }
.blogcard_content {
    width: 80%;
}
.blogcard_thumbnail {
	width:20%;
	padding: 10px;
}
  .blogcard_title {
    font-size: 0.95em;
    padding-bottom: 17px;
  }
  .blogcard_excerpt  {
    display: none;
  }
.blog .entries--archive .article--summary, .archive .entries--archive .article--summary {
    width: 100%;
}
/*フッター*/
}
@media screen and (max-width:600px) {
.pc {
	display:none;
}	
.sp {
	display:block;
}
.tomin {
    width: 150px;
    bottom: 5px;
}
/*header*/
.site-branding__heading img {
    max-width: 300px;
}
/*トップ*/
.balloon2 {
    width: 90%;
}
.balloon2:before {
    left: 70%;
}
.balloon2:after {
    left: 70%;
}
.policyBg {
    height: 475px;
}
.policyArea_1,.policyArea_2,.policyArea_3 {
    height: 425px;
}
.policyArea_1bg, .policyArea_2bg, .policyArea_3bg {
    padding-top: 39.6%;
    width: 60%;
}
.n-icon {
    width: 100px;
}
.per-bg {
	width:100%;
}
#contact table th {
    display: block;
    width: 100%;
	padding: 10px 0 0;
}
#contact table td {
    display: block;
    width: 100%;
	padding: 0 0 10px;
}
#blogArea ul {
    display: block;
}
#blogArea ul li {
	width:100%;
    margin: 5px 0 0;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
}
#blogArea ul li a  {
	display:flex;
	position: relative;
}
#blogArea ul li a .p-w {
    width: 25%;
}

.blog-textBox {
    width: 73%;
    margin: 0 0 0 10px;
	padding-right: 25px;
}
#blogArea ul li a:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #333;
}
/*フッター*/
.f-info {
    display: block;
}
.tominLogo {
    margin: 0 auto 10px;
}
.text-policy {
    justify-content: center;
}
.grecaptcha-badge {
    margin-bottom: 0;
}
}
@media screen and (max-width:480px){
.moreBtn {
    width: auto;
}
button.moreBtn {
    width: 100%;
}
/*header*/
.site-branding__heading img {
    max-width: 180px;
}
/*トップ*/
.greetingPhoto {
    width: 95%;
}
.balloon2 {
    width: 100%;
}
.policyBg {
    height: 455px;
}
.policyArea_1, .policyArea_2, .policyArea_3 {
    height: 455px;
}
.blog-textBox {
    line-height: 1.1;
}
.p-p {
    width: auto;
}
.p-t table td {
    display: block;
    width: 100%;
}
.p-t table .title {
    width: 100%;
	padding: 20px 0 0;
}
/*profile*/
.profimg {
    width: 290px;
}
/*ブログカード*/
.blogcard_content {
    width: 60%;
}
.blogcard_thumbnail {
	width:40%;
	padding: 10px;
}
.blogcard_title {
    padding: 10px 5px 0;
}
.blogcard_link {
    padding: 10px 5px;
}
/*side*/
.img-side {
    width: 290px;
}
/*目次*/
.index_wrap {
    width: 100%;
}
.entry-meta__item.published {
    display: block;
    margin: 0 0 10px;
}
.single .entry-meta__item.published {
    display: inline-block;
    margin-right: 10px;
}
/*フッター*/
.tominLogo {
    margin: 0 auto 10px;
}
}
@media screen and (max-width:400px) {
.grecaptcha-badge {
    margin-bottom: 110px;
}
}
@media screen and (max-width:374px) {
.policyBg {
    height: auto;
    border-radius: 20px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
	position: static;
}
.policyArea_1, .policyArea_2, .policyArea_3 {
    height: auto;
	position: static;
    border-radius: 0;
}
.policyArea_1bg, .policyArea_2bg, .policyArea_3bg {
    padding-top: 66%;
    width: 100%;
	position: static;
    border-radius: 0;
    box-shadow: none;
}
.text-policy li a {
    font-size: 12px;
}
}
/*-----------ヘッドライン--------------*/
#headline{
     background: #00823A;
     font-size: 90%;
	 padding: 10px 0;
 }
#headline .inner{
     max-width: 1170px;  
     margin: 0 auto;
     position: relative;
 }
#headline .hl_title{
     padding: 20px 15px 20px 15px;
     position: absolute;
     top: -10px;
     left: 0;
     background: #fff995;
     color: #00823A;
     line-height: 1;
     z-index: 5;
	 font-weight: bold;
 }
#headline ul{
     width: 100%;
     margin: 0;
     height: calc(1em + 20px);
     overflow: hidden;
     white-space: nowrap;
     position: relative;
 }
#headline ul li{
     width: 100%;
     padding-left: 100px;
     animation : headLine 24s linear infinite;
     position: absolute;
     top: 0;
     left: 90px;
     background: #00823A;
     z-index: 3;
     opacity: 0;
     visibility: hidden; 
     line-height: 1;
     list-style: none;
 }
#headline ul li::before{
     content: '';
     width: 100px;
     height: 50px;
     position: absolute;
     top: 0;
     left: 0;
     /*background: #444;*/
 }

 @keyframes headLine{
     from {
         opacity: 1;
         visibility: visible;
     }
     33% {
         opacity: 1;
         visibility: visible;
     }
     34% {
         opacity: 0;
         visibility: hidden;
     }
     99% { opacity: 0;}
     100% { opacity: 1;}
 }
#headline ul li:nth-of-type(2){
     animation-delay: 8s;
     z-index: 2;
 }
#headline ul li:nth-of-type(3){
     animation-delay: 16s;
     z-index: 1;
 }
#headline ul li .day{
     padding: 5px 10px;
     border-radius: 5px;
     position: absolute;
     top: 6px;
     left: 6px;
     z-index: 1;
     color: #fff;
     /*background: #333;*/
     font-size: 90%;
 }
#headline ul li a{
     padding: 10px 15px;
     color: #FFF;
     display: block;
     transform: translateX(100%);
     animation : listScroll 24s linear infinite;
     text-decoration: none;
     transition: .5s;
	 font-weight: bold;
 }
#headline ul li .new-txt {
    font-size: 14px;
    padding: 0 10px 0 3px;
   color: #f3de26;
}
#headline ul li:nth-of-type(2) a{
     animation-delay: 8s;
 }
#headline ul li:nth-of-type(3) a{
     animation-delay: 16s;
 }
 @keyframes listScroll{
     from { transform: translateX(100%);}
     4% { transform: translateX(0);}
     35% { transform: translateX(0);}
     100% { transform: translateX(100%);}
 }
 
 @media screen and (max-width: 991px){
   #headline .hl_title {
    padding: 20px 15px 20px 15px;
    top: -10px;
    left: 0;
    background: #fff995;
}
     #headline ul li{
         padding-left: 0;
         animation : headLineSP 45s linear infinite;
     }
	 @keyframes headLineSP{
         from {
             opacity: 1;
             transform: translateX(100%);
             visibility: visible;
         }
         33% {
             opacity: 1;
             transform: translateX(-200%);
             visibility: visible;
         }
         34% {
             opacity: 0;
             visibility: hidden;
         }
         99% { opacity: 0;}
         100% {
             opacity: 1;
             transform: translateX(100%);
         }
     }
     #headline ul li:nth-of-type(2){
         animation-delay: 15s;
     }
     #headline ul li:nth-of-type(3){
         animation-delay: 30s;
     }
     #headline ul li::before{
         content: none;
     }
     #headline ul li .day{
         position: static;
         background: none;
         display: inline-block;
     }
     #headline ul li a{
         padding: 10px 0;
         display: inline-block;
         animation : none;
         transform: none;
     }
 }