@charset "UTF-8";
/*
theme Name:コスモ住建ホーム株式会社
Author: Openstage.inc
Description: original theme
version： 2.0.0
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a {
  font-size: 17px;
  line-height: 1.5;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  list-style: none;
  color: #333333;
  font-weight: 400;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
  background-color: #FDFDFD;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
a:hover, a:focus {
  color: #777777;
  opacity: .7;
  text-decoration: none;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #222;
  text-shadow: none;
}
.common-1195-width {
  max-width: 1195px;
  margin: 0 auto;
  width: 100%;
}
.common-100-padding {
  padding: 100px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.common-45-padding {
  padding: 45px 0;
}
.common-25-padding {
  padding: 25px 0;
}
.pc_none {
  display: none !important;
}
.flex-title__wrap span {
  font-size: 14px;
  color: #1D891C;
  font-style: italic;
}
.common-title__wrap {
  font-size: 30px;
  text-align: center;
}
.common-title__note {
  display: block;
  text-align: center;
  margin-top: 25px;
}
#section01, #section02, #section03, #section04, #section05, #section06, #section07, #section08 {
  padding-top: 75px;
  margin-top: -75px;
}
@media screen and (max-width: 1196px) {
  .common-1195-width {
    max-width: 1101px;
  }
}
@media screen and (max-width: 1101px) {
  .common-1195-width {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 940px) {
  .common-title__wrap {
    font-size: 26px;
  }
  .common-100-padding {
    padding: 60px 0;
  }

  .common-40-padding {
    padding: 30px 0;
  }
  .main-u-wrap {
    padding-top: 45px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a {
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    list-style: none;
  }
}
@media screen and (max-width: 426px) {
  .common-title__note {
    margin-top: 10px;
  }
}
/* header
* --------------------------------------- */
.global-nav__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: 30px;
}
.hamburger {
  display: none;
  width: 100%;
}
.global-nav__item {
  text-align: center;
  display: block;
}
.global-nav {
  display: flex;
  height: 75px;
  position: relative;
}
.header_wrap {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 5px rgb(148 148 148 / 16%);
}
.global-nav__item a {
  font-size: 13px;
  padding: 27px 0;
}
.gnav-logo a {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
}
.gnav-logo a img {
	padding-top: 13px;
  width: 220px;
}
.gnav_contact a {
  color: #007D00;
}
.bottom-btn__wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.bottom_btn__items a {
  border: solid 2px #1D891C;
    background-color: #fff;
    display: flex;
    box-sizing: border-box;
    padding: 19px 20px;
}
.bottom_btn__items a::before {
  content: '';
  display: inline-block;
  width: 95px;
  height: 50px;
  background-image: url(../img/icon-bottom_tel.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.bottom_btn__box span {
  display: block;
}
.bottom_btn__box .tel {
  font-size: 30px;
  color: #1D891C;
  font-weight: 500;
  line-height: 1;
}
.bottom_btn__box .note {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.bottom_btn__block{
    display: flex;
    background: #1e891b;
}
@media screen and (max-width: 1040px) {
	.gnav-logo a img {
		padding-top: 0px;
	}
  .sidebarMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0px 2px rgb(0 0 0 / 16%);
    z-index: 99;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 100px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    background: #007D00;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 90%;
  }
  .global-nav__item {
    text-align: left;
    width: 100%;
    border-left: solid .5px #fff;
  }
  .global-nav__item a {
    display: block;
    padding: 15px 5px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #222;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 16px;
  }
  .hamburger__line--2 {
    top: 23px;
  }
  .hamburger__line--3 {
    top: 31px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .main_logo {
    display: none;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 28px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 28px;
  }
  .gnav-logo a img {
    width: 250px;
  }
  .bottom-btn__wrap {
    bottom: 10px;
    right: 10px;
  }
  .bottom_btn__box .tel {
    font-size: 26px;
    color: #1D891C;
  }
  .bottom_btn__box .note {
    font-size: 14px;
  }
  .bottom_btn__items a::before {
    width: 91px;
    height: 47px;
  }
  .bottom_btn__items a {
    padding: 15px;
  }
	.bottom_btn__contact img{
		    width: 75px;
	}
}
@media screen and (max-width: 426px) {
	.bottom_btn__items a::before {
      width: 67px;
    height: 38px;
}
	.bottom_btn__items a {
    padding: 15px 15px;
}
	.bottom_btn__contact img{
		width: 72px;
    padding: 4px 0 0;
	}
}
@media screen and (max-width: 321px) {
  .gnav-logo a img {
    width: 200px;
  }
  .gnav-logo a {
    top: 13px;
  }
	.bottom_btn__box .note {
    font-size: 11px;
}
	.bottom_btn__box .tel {
    font-size: 21px;
    color: #1D891C;
}
	.bottom_btn__contact img {
       width: 65px;
    padding: 0 0 0;
}
	.bottom_btn__box .note {
    font-size: 11px;
}
	.bottom_btn__items a {
      padding: 15px 15px;
}
	.bottom_btn__items a::before {
   width: 62px;
    height: 35px;

}
	
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group a img {
  width: 100%;
  padding-top: 75px;
}
.keyvisual-area__group a:hover {
  opacity: 1
}
@media screen and (max-width: 940px) {
  .keyvisual-area__group a img {
    padding-top: 50px;
  }
}
@media screen and (max-width: 426px) {}
/* コスモ住建のリフォームについて
* --------------------------------------- */
.about-items__block {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.about-items__image {
  width: 25%;
}
.about-items__image img {
  width: 100%;
}
.about-items__text {
  width: 70%;
}
.about-items__text p {
  font-size: 17px;
  line-height: 1.8;
}
.about_deco {
  width: 100%;
}
@media screen and (max-width: 940px) {
  .about-items__block {
    flex-direction: column;
    margin-top: 30px;
  }
  .about-items__image {
    width: 100%;
  }
  .about-items__text {
    width: 100%;
    margin-top: 15px;
  }
  .about-items__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 426px) {}
/*  記事
* --------------------------------------- */
.post-thumbnail__items {
  width: 100%;
}
.post-thumbnail__items .thumbnail-img {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
}
.post-thumbnail__items .thumbnail-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 1px #eaeaea;
}
.post-card__box {
  position: relative;
}
.post-card__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.post-card__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.post-card__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-card__block:after {
  content: "";
  display: block;
  width: 31%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.post-card__box {
  width: 31%;
  margin-top: 60px;
}
.post-card__box span {
  font-size: 13px;
  margin-top: 15px;
  display: block;
}
.post-card__box h3 {
  font-size: 15px;
  font-weight: 500;
  color: #007D00;
  margin-top: 5px;
}
.post-card__box p {
  font-size: 13px;
  margin-top: 5px;
}
.case-area__group {
  background-color: #E8F3E7;
}
.col-gnavigation {
  display: flex;
  justify-content: flex-start;
}
.col-gnavigation li a {
  margin-right: 25px;
  background-color: #98B9AA;
  color: #fff;
  width: 110px;
  text-align: center;
  padding: 15px 0;
}
.col-gnavigation .current a {
  background-color: #F1F1F1;
  color: #98B9AA;
}
.card-u-wrap {
  background-color: #F1F1F1;
}
.card-u-wrap .post-card__box {
  margin-bottom: 60px;
  margin-top: 0;
}
.col-reform__gnav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.col-reform__gnav li a {
  padding: 0 15px;
  border-right: solid 1px #333333;
  font-size: 15px;
  margin-bottom: 5px;
}
.col-reform__gnav .current a {
  text-decoration: underline;
  color: #007D00;
}
.p-Card--single {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-Card--single__items {
  width: 45%;
  margin-top: 30px;
}
.p-Card--single__items img {
  margin: 0 !important;
}
.p-Card--single__img {
  width: 100%;
}
@media screen and (max-width: 940px) {
  .post-card__box {
    width: 48%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 426px) {
  .post-card__box {
    width: 100%;
    margin-top: 30px;
  }
  .col-gnavigation li a {
    margin-right: 10px;
    font-size: 15px;
    width: 80px;
    padding: 10px 0;
  }
}
/* お知らせ
* --------------------------------------- */
.news-items__box {
  margin-top: 60px;
}
.news-items__block {
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #CCCCCC;
  position: relative;
}
.news-items__block:nth-child(1) {
  border-top: solid 1px #CCCCCC;
}
.news-items__block .time {
  font-size: 15px;
  margin-right: 30px;
}
.news-items__block .tag {
  font-size: 15px;
  color: #fff;
  background-color: #007D00;
  width: 130px;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
}
.news-items__block a {
  font-size: 16px;
  color: #007D00;
}
.news-items__block a img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.news-items {
  margin-right: 30px;
}
.news-u-wrap .news-items__box {
  margin-top: 0;
}
.news-u-wrap {
  background-color: #F1F1F1;
}
@media screen and (max-width: 940px) {
  .news-items__block {
    flex-direction: column;
  }
  .news-items__box {
    margin-top: 30px;
  }
  .news-items__block .tag {
    width: 100px;
    padding: 2px 0;
    font-size: 13px;
  }
  .news-items__block .time {
    margin-right: 10px;
  }
  .news-items {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .news-items__block a {
    text-decoration: underline;
  }
  .news-items__block a img {
    display: none;
  }
}
@media screen and (max-width: 426px) {}
/* フッター
* --------------------------------------- */
.footer-area__group {
  background-color: #333333;
}
.footer-items__block {
  display: flex;
  justify-content: flex-start;
}
.footer-items__box {
  margin-right: 30px;
}
.footer-items__box h2 {
  font-size: 16px;
}
.footer-items__box h2, .footer-items__box p, .footer-items__box span {
  color: #fff;
  display: block;
}
.footer-items__box p {
  font-size: 13px;
  line-height: 1.8;
}
.footer-items__box span {
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
}
.copylight-items__block {
  display: flex;
  justify-content: space-between;
}
.copylight-items__block p, .copylight-items__block ul li a {
  font-size: 12px;
  color: #fff;
}
.copylight-items__block ul li a {
  margin-left: 15px;
}
.copylight-items__block ul {
  display: flex;
}
.footer-items__copylight {
  padding-top: 25px;
  margin-top: 15px;
  border-top: solid 1px #fff;
}
@media screen and (max-width: 940px) {
  .footer-items__block {
    flex-direction: column;
  }
  .footer-items__box {
    margin-right: 0;
  }
  .footer-items__box {
    margin-top: 20px;
  }
  .footer-items__box span {
    text-align: left;
    margin-bottom: 5px;
  }
  .copylight-items__block ul {
    display: none;
  }
}
@media screen and (max-width: 426px) {}
/* 
* --------------------------------------- */
.main-u-page {
  padding-top: 75px;
}
.under-title__block {
  display: flex;
}
.under-title__box.left {
  width: 35%;
}
.under-title__box.right {
  width: 65%;
}
.under-title__box img {
  width: 100%;
}
.under-title__wrap {
  margin: 60px 0 30px;
}
.under-title__text {
  position: relative;
}
.under-title__text h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 40px;
  text-align: center;
  font-weight: 500;
	width: 100%;
}
.under-title__text h2 span {
  display: block;
  font-size: 25px;
  color: #007D00;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .under-title__text h2 {
    font-size: 28px;
  }
  .under-title__text h2 span {
    font-size: 16px;
  }
  .main-u-page {
    padding-top: 50px;
  }
  .under-title__wrap {
    margin: 30px 0;
  }
  .under-title__box.right {
    display: none;
  }
  .under-title__box.left {}
  .under-title__block {
    justify-content: center;
  }
  .under-title__box.left {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 426px) {}
/* 価格について
* --------------------------------------- */
.under-title__text {
  text-align: center;
}
.under-title__text h3 {
  font-size: 30px;
  font-weight: 500;
}
.under-title__text p {
  font-size: 17px;
  line-height: 2;
  margin-top: 30px;
}
.under-title__text p span {
  font-size: 13px;
}
.price-banner__image a img {
  width: 100%;
}
.price-banner__image {
  margin: 50px 0;
}
input[type="radio"] {
  display: none;
}
.tab_area {
  font-size: 0;
  width: 100%;
  justify-content: flex-start;
  display: flex;
}
.tab_area label {
  width: 150px;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  color: #fff;
  background-color: #98B9AA;
  margin-right: 20px;
}
.tab_panel {
  width: 100%;
  display: none;
  background: #F1F1F1;
}
#tab1:checked ~ .tab_area .tab1_label {
  background-color: #F1F1F1;
  color: #98B9AA;
  font-weight: normal;
}
#tab1:checked ~ .panel_area #panel1 {
  display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
  background-color: #F1F1F1;
  color: #98B9AA;
  font-weight: normal;
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}
.price-gnavi {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.price-gnavi li a {
  padding: 0 15px;
  border-right: solid 1px #333;
}
.price-gnavi li a:hover {
  color: #007D00;
  text-decoration: underline;
}
.price-list__title {
  color: #1D891C;
  font-size: 30px;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}
.price-list__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-list__box {
  width: 24%;
  text-align: center;
  margin-bottom: 50px;
}
.price-list__block:after {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.price-list__box img {
  width: 225px;
}
.price-list__box p {
  font-size: 20px;
  color: #007D00;
  margin-top: 10px;
  font-weight: bold;
}
.price-list__box span {
  font-size: 18px;
}
@media screen and (max-width: 940px) {
  .price-list__box img {
    width: 100%;
    max-width: 200px;
  }
  .price-list__box {
    width: 45%;
  }
  .price-list__title {
    font-size: 26px;
  }
  .price-gnavi {
    margin-bottom: 30px;
  }
  .price-list__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .price-banner__image {
    margin-top: 30px 0;
  }
  .under-title__text p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .under-title__text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 426px) {
  .price-list__box span {
    font-size: 14px;
  }
  .price-list__box p {
    font-size: 16px;
    margin-top: 5px;
  }
  .price-list__box {
    margin-bottom: 30px;
  }
  .price-gnavi {
    flex-wrap: wrap;
  }
  .price-gnavi li {
    margin-bottom: 5px;
  }
  .under-title__wrap {
    margin: 15px 0;
  }
}
@media screen and (max-width: 321px) {
  .tab_area label {
    width: 100px;
    padding: 10px 0;
    font-size: 15px;
    margin-right: 10px;
  }
}
/* 事業内容
* --------------------------------------- */
.service-content__wrap {
  background-color: #F1F1F1;
  margin-top: 60px;
}
.service-content__wrap h4 {
  color: #1D891C;
  font-weight: 500;
  font-size: 30px;
}
.service-content__wrap h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.service-content__wrap p a {
  color: #007D00;
  text-decoration: underline;
}
.service-lists__block{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.service-items__wrap{
	width: 48%;
}
.service-list__wrap h4{
	 color: #1D891C;
  font-weight: 500;
  font-size: 30px;
}
.service-items__text{
    margin-top: 30px;
}
.service-items__text ._title{
	font-size: 24px;
	color: #FC9300;
	margin-right: 20px;
	letter-spacing: 1px;
	display: inline-block;
}
.service-items__text ._name{
	font-size: 24px;
	color: #014301;
	letter-spacing: 1px;
	display: inline-block;
}
.service-items__text p{
		margin-top: 20px;
}
.service-items__box{
	margin-bottom: 100px;
}
.service-items__wrap._left .service-items__box:nth-last-child(1){
	margin-bottom: 0;
}
.service-items__wrap._right .service-items__box:nth-last-child(1){
	margin-bottom: 0;
}
.service-items__wrap._right{
	margin-top: 300px;
}
.service-items__box img{
	width: 100%;
}
.service-post__block{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
	flex-wrap: wrap;
	
}

.service-post__box{
width: 12%;
    text-align: center;
}
.service-post__wrap{
	background-color: #F1F1F1;
	border-top: solid 7px #1D891C;
}
.service-post__box span{
	display: block;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
		
}
.service-post__wrap h4{
	    font-size: 30px;
    font-weight: 500;
	text-align: center;
}
.service-area__group{
	background-color: #F1F1F1;
}
.service-post__box img{
	  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
	width: 100%;
}
.service-post__box img:hover {
    opacity: 1;

	filter: drop-shadow(0 0 7px #d6d6d6);
}
.service-post__box a:hover{
	opacity: 1;
}
.common-service__btn a{
       background: #1D891C;
    color: #fff;
    width: 280px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 5px;
    margin-left: auto;
    margin-top: 30px;
position: relative;
	border: solid 1px #1D891C;
	
}
.common-service__btn a:hover{
	background-color: #fff;
	color: #1D891C;
}
.common-service__btn a i {
    position: absolute;
    top: calc(50% - .5em);
    right: 20px;
    color: #ffffff;
}
@media screen and (max-width: 940px) {
  .service-content__wrap h4,.service-list__wrap h4 {
    font-size: 26px;
  }
  .service-content__wrap h3 {
    margin-top: 15px;
  }
  .service-content__block {
    margin-top: 40px;
    flex-direction: column;
  }
  .service-content__text {
    width: 100%;
  }
  .service-content__image {
    width: 100%;
    margin-top: 16px;
  }
.service-post__box {
    width: 21%;

}
	.service-post__box {
    width: 21%;

    margin-bottom: 30px;
}
	.service-post__block {
    margin-top: 30px;
}
}
@media screen and (max-width: 501px) {
	.service-lists__block{
		flex-direction: column;
	}
	.service-items__wrap{
	width: 100%;
		
}
	.service-items__wrap._right {
    margin-top: 0;
}
	.service-items__wrap._left .service-items__box:nth-last-child(1){
	margin-bottom: 50px;
}
	
	.service-items__box {
    margin-bottom: 50px;
}
	.service-items__text ._name {
		font-size: 21px;}
	.service-items__text ._title {
			font-size: 21px;}
	.service-items__text {
    margin-top: 10px;
}
	.service-items__text p {
    margin-top: 10px;
}
}
@media screen and (max-width: 426px) {
	.service-post__box {
    width: 46%;

}
	.service-post__block {
 
    max-width: 300px;
    width: 100%;
    margin: 30px auto;
}
	.service-post__box:nth-last-child(1){
		margin-bottom: 0;
	}
}
/* 会社概要
* --------------------------------------- */
.company-message__block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.company-message__text {
  width: 80%;
}
.company-message__image {
  width: 18%;
}
.company-message__image img {
  width: 100%;
}
.company-message__text p {
  font-size: 16px;
}
.company-message__wrap {
  background-color: #F1F1F1;
}
.company-message__wrap h3 {
  font-size: 30px;
  color: #1D891C;
  font-weight: 500;
}
.company-items__wrap {
  margin-top: 30px;
}
.company-items__wrap table {
  width: 100%;
}
.company-items__wrap table tr {
  display: block;
  border-bottom: solid 1px #E4E4E4;
}
.company-items__wrap table tr:nth-child(1) {
  border-top: solid 1px #E4E4E4;
}
.company-items__wrap table tr th {
  width: 200px;
  background: #E6F2E6;
  color: #007D00;
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
}
.company-items__wrap table tr td {
  padding: 20px 50px;
  font-size: 15px;
}
.company-list__wrap h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.company-image__block {
  display: flex;
  justify-content: space-between;
}
.company-image__block img {
  width: 31%;
  margin-top: 30px;
}
.history-items__wrap {
  margin-top: 30px;
}
.history-items__wrap table {
  width: 100%;
}
.history-items__wrap table tr {
  display: block;
  border-bottom: solid 1px #E4E4E4;
}
.history-items__wrap table tr:nth-child(1) {
  border-top: solid 1px #E4E4E4;
}
.history-items__wrap table tr th {
  width: 150px;
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
}
.history-items__wrap table tr td {
  padding: 20px 50px;
  font-size: 15px;
}
.company-items__block {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.company-items__box {
  width: 48%;
}
.company-items__box iframe {
  width: 100%;
  height: 280px;
  margin-top: 30px;
}
.company-items__box h4 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}
.company-items__box p {
  font-size: 12px;
}
@media screen and (max-width: 940px) {
  .company-items__wrap table tr {
    display: flex;
    flex-direction: column;
  }
  .company-items__wrap table tr th {
    width: 100%;
    padding-left: 0;
    padding: 10px 0;
  }
  .company-items__wrap table tr td {
    padding: 20px 0;
    font-size: 15px;
  }
  .group-gnav__title img {
    width: 200px;
  }
  .company-items__wrap table {
    margin-bottom: 30px;
  }
  .history-items__wrap table tr {
    display: flex;
    flex-direction: column;
  }
  .history-items__wrap table tr th {
    width: 100%;
    padding-left: 0;
    padding: 20px 0 0;
  }
  .company-items__block {
    flex-direction: column;
  }
  .company-items__box {
    width: 100%;
  }
  .history-items__wrap {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .company-list__wrap h3 {
    font-size: 26px;
  }
  .history-items__wrap table tr td {
    padding: 5px 50px 20px;
  }
  .company-items__box iframe {
    height: 150px;
    margin-top: 15px;
  }
  .company-message__block {
    flex-direction: column-reverse;
  }
  .company-message__text {
    width: 100%;
  }
  .company-message__image img {
    width: 100%;
    max-width: 300px;
  }
  .company-message__image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .company-message__wrap h3 {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 426px) {
  .company-image__block {
    flex-direction: column;
  }
  .company-image__block img {
    width: 100%;
    margin-top: 10px;
  }
}
/* お問い合わせ
* --------------------------------------- */
.contact-items__wrap {
  background-color: #F1F1F1;
}
.contact-items__wrap h3 {
  margin-top: 30px;
  font-size: 21px;
  color: #007D00;
  font-weight: 500;
}
.contact-items__wrap p {
  margin-top: 5px;
}
@media screen and (max-width: 940px) {
  .contact-items__wrap h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 426px) {}
/* 記事共通
* --------------------------------------- */
.common-txt-content ul {
  margin-top: 30px;
}
.common-txt-content {
  margin-bottom: 50px;
}
.common-txt-content ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  box-sizing: border-box;
}
.common-txt-content ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #1D891C;
  border-radius: 50%;
  top: 7px;
  left: 7px;
}
.common-txt-content .time {
  margin-top: 20px;
  color: #757575;
  text-align: right;
}
.common-txt-content .title {
  font-size: 28px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 5px #1D891C;
  font-weight: bold;
  text-align: left;
}
.common-txt-content h2 {
  font-size: 24px;
  margin-top: 30px;
  background-color: #F0F0F0;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 10px 0 10px 0;
  font-weight: bold;
}
.common-txt-content h3 {
  position: relative;
  padding-bottom: 5px;
  font-size: 18px;
  margin-top: 30px;
  border-bottom: solid 1px #222;
  font-weight: bold;
}
.common-txt-content p {
  margin-top: 24px;
}
.common-txt-content a {
  display: inline-block;
  text-decoration: underline;
  color: #CCCCCC;
  padding: 0 5px;
}
.common-txt-content a:hover {
  text-decoration: none;
}
.common-txt-content img {
  max-width: 769px;
  width: 100%;
  margin: 30px auto 0;
  display: block;
}
.common-txt-content iframe {
  margin: 30px auto 0;
  display: block;
}
.single-peger-items {
  display: flex;
  justify-content: center;
}
.single-peger-items .pre a {
  border: solid 1px #CCCCCC;
  color: #fff;
  background-color: #CCCCCC;
}
.single-peger-items .next a {
  border: solid 1px #CCCCCC;
  color: #fff;
  background-color: #CCCCCC;
}
.single-peger-items li:nth-child(2) a {
  background-color: #999999;
  color: #fff;
  border: solid 1px #999999;
  margin: 0 10px;
}
.single-peger-items li a {
  width: 60px;
  text-align: center;
  padding: 6px 0;
  font-size: 15px;
}
.breadcrumbs_wrap .common-1195-width {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
}
.breadcrumbs_wrap a {
  font-size: 15px;
}
.breadcrumbs_wrap span {
  margin-right: 5px;
}
.breadcrumbs_wrap {
  background-color: #007D00;
}
.breadcrumbs_wrap .common-1100-width {
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
}
.breadcrumbs_wrap span, .breadcrumbs_wrap a {
  color: #fff;
  font-size: 14px;
}
.breadcrumbs_wrap span:nth-child(2) {
  margin: 0 5px;
  display: inline-block;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi .current {
  background-color: #999999;
  color: #fff;
  border: solid 1px #999999;
  width: 30px;
  text-align: center;
  padding: 1px 0;
  margin: 0 6px;
}
.wp-pagenavi a {
  border: solid 1px #CCCCCC;
  background: #CCCCCC;
  width: 30px;
  text-align: center;
  padding: 1px 0;
  margin: 0 6px;
  color: #fff;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
}
@media screen and (max-width: 940px) {
  .common-txt-content .title {
    font-size: 21px;
  }
  .common-txt-content h2 {
    font-size: 21px;
  }
  .common-txt-content h3 {
    font-size: 18px;
  }
  .common-txt-content img {
    max-width: 100%;
    margin: 15px auto 0;
  }
  .common-txt-content iframe {
    width: 100%;
    max-width: 425px;
    height: 238px;
  }
  .common-txt-content {
    margin-bottom: 30px;
  }
  .breadcrumbs_wrap .common-1195-width {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 426px) {
  .common-txt-content iframe {
    width: 100%;
    max-width: 321px;
    height: 180px;
  }
  .p-Card--single__items {
    width: 100%;
    margin-top: 30px;
  }
}
/* お問い合わせ
* --------------------------------------- */
.form-body__wrap {
  width: 100%;
}
.form-body__wrap tr td {
  border-bottom: solid 1px #CCCCCC;
  font-size: 15px;
  vertical-align: top;
}
.form-body__wrap tr td:nth-child(1) {
  width: 300px;
  background-color: #E6F2E6;
  padding: 20px;
}
.form-body__wrap tr td:nth-child(2) {
  padding: 15px;
  background-color: #fff;
}
.form-body__wrap tr td .red {
  color: #A62700;
  font-size: 15px;
}
.form-body__wrap tr td input {
  width: 400px;
  padding: 10px;
  border: solid 1px #C5C5C5;
  margin-right: 20px;
  box-sizing: border-box;
}
.wpcf7-form-control-wrap.your-name1 input, .wpcf7-form-control-wrap.your-name2 input, .wpcf7-form-control-wrap.your-kana1 input, .wpcf7-form-control-wrap.your-kana2 input {
  width: 120px;
}
.wpcf7-form-control-wrap.your-txt textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #C5C5C5;
  box-sizing: border-box;
}
.wpcf7-list-item-label a {
  display: inline-block;
  text-decoration: underline;
}
.consent {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.send-btn {
  text-align: center;
  margin-top: 30px !important;
}
.send-btn input {
  background: #007D00;
  font-size: 18px;
  color: #fff;
  border: none;
  width: 250px;
  padding: 15px 0;
}
.ajax-loader {
  display: none !important;
}
@media screen and (max-width: 940px) {
  .form-body__wrap tr {
    display: flex;
    flex-direction: column;
  }
  .form-body__wrap tr td {
    width: 100%;
    box-sizing: border-box;
  }
  .form-body__wrap tr td:nth-child(1) {
    width: 100%;
    background-color: #E6F2E6;
    padding: 20px;
  }
  .form-body__wrap tr td input {
    width: 100%;
  }
  .wpcf7-form-control-wrap.your-name1 input, .wpcf7-form-control-wrap.your-name2 input, .wpcf7-form-control-wrap.your-kana1 input, .wpcf7-form-control-wrap.your-kana2 input {
    width: 100%;
    margin-right: 0;
  }
  .wpcf7-form-control-wrap.your-name1 input, .wpcf7-form-control-wrap.your-kana1 input {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 426px) {
  .send-btn input {
    font-size: 16px;
    width: 200px;
    padding: 10px 0;
  }
}
/* スタッフ紹介
* --------------------------------------- */

.staff-thumbnail__items .thumbnail-img {
    position: relative;
    overflow: hidden;
    padding-top: 90%;
}
.staff-thumbnail__items .thumbnail-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
	border-radius: 16px 16px 0 0;

}
.staff-card__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff-card__block:after {
  content: "";
  display: block;
  width: 31%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.staff-card__box {
width: 31%;
    box-shadow: 0 2px 5px rgb(76 76 76 / 20%);
    margin-bottom: 40px;
	    border-radius: 16px;
}
.staff-text__wrap {
  padding: 25px;
  box-sizing: border-box;
}
.staff-text__wrap ._tag h3 {
  letter-spacing: 0.1em;
  font-size: 20px;
}
.staff-text__wrap ._tag span{
	  letter-spacing: 0.1em;
  font-size: 20px;
	color: #167D00;
}
.staff-text__wrap p {
  letter-spacing: 0.1em;
  margin-top: 25px;
}
.staff-all__wrap .staff-card__box:nth-last-child(1) {
  margin-bottom: 0;
}
.staff-text__wrap ._tag{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 940px) {
.staff-card__box {
    width: 48%;
 
}
}
@media screen and (max-width: 426px) {
	.staff-card__box {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
}
	.staff-text__wrap ._tag span {
   
    font-size: 18px;
}
	.staff-text__wrap ._tag h3 {
  
    font-size: 18px;
}
	.staff-text__wrap p {
    margin-top: 15px;
}
}
/* 
* --------------------------------------- */
@media screen and (max-width: 940px) {}
@media screen and (max-width: 426px) {}