@charset "UTF-8";

/*
 Theme Name: Cocoon Child
 Theme URI: https://wp-cocoon.com/
 Author: わいひら
 Author URI: https://wp-cocoon.com/
 Description: Cocoonの子テーマ
 Template: cocoon
 Version: 1.1.3
*/

/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*834px以下*/
@media screen and (max-width: 834px){
}

/*480px以下*/
@media screen and (max-width: 480px){
#top-infomation{
	padding:0px 20px;
	}
}
@media screen and (max-width: 480px){
.appeal{
	background-image: url(http://iwate-fp.com/wp-content/uploads/2024/09/fv-1.webp);
}
}

/*HEADER*/
#header-container{
 box-shadow: 0px 7px 5px 0px #f9f9f9;
}

@media screen and (min-width: 1023px) {
	#header-container .wrap {
		width: 100%;
		padding:15px 0;
	}
}
div#header-in {
  flex-direction: row;
}
.header-in .logo-header {
  margin-right: auto;
}
.header-contact {
  padding: 10px 0;
}

.header-container-in.hlt-top-menu .logo-header img{
	max-height:70px;
	margin-left:15px;
	
}

.o-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  width: 200px;
  height: 80px;
  font-weight: 500;
  transition: 0.3s;
  background-image: linear-gradient(90deg, rgba(42, 174, 70, 1) 10%, rgba(194, 214, 0, 1) 90%);
}

.o-contact:hover {
  font-weight:700;
}

.navi-in > ul > li{
  padding:0 20px;
  width:auto;
}

#navi .navi-in a:hover{
	color:#66AF3E;
}

.navi-in > ul > li:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  width: 200px;
  height: 60px;
  transition: 0.3s;
  background-image: radial-gradient(circle at 100% 0%, rgba(194, 214, 0, 1) 15%, rgba(42, 174, 70, 1));
  margin:0 20px;
}

#navi .navi-in > ul > li:last-of-type > a {
  color: #fff;

}


/* モバイル*/

@media screen and (max-width: 480px){
	div#header-in {
	}
	.header-container-in.hlt-top-menu{
		align-items: flex-start;
	}
	.header-container-in.hlt-top-menu .logo-header img{
		margin-left:0;
	}
	.site-name-text-link{
		padding: 0 0em;
	}
}

.slicknav_menu {
    background-image: radial-gradient(circle at 100% 0%, rgba(194, 214, 0, 1) 15%, rgba(42, 174, 70, 1));
    position: fixed;
	right:0;
	z-index:99;
	padding:15px;
}
	.slicknav_btn {
     background-color: transparent;
}

.slicknav_menu .slicknav_menutxt{
	display:none;
}

.slicknav_menu .slicknav_icon-bar{
	box-shadow:none;
}

.content {
    margin-top: 10px;
}

/*TOP*/

@media screen and (max-width: 834px) {
    main.main {
        padding: 0px 0px 32px;
        margin: 0px 0px 32px;
        border-width: 0;
    }
}

#iwate-fp-fv, #service-portforio,#our-strengths,#top-aboutus,#top-infomation{
		max-width:1000px;	
		margin:0 auto;
}

#iwate-fp-home p{
	letter-spacing:0.2rem;
}

#our-strengths {
  position: relative;
}

.background-overlay {
  position: absolute;
  top: 30%; /* #our-strengthsの高さ70%から開始 */
  left: 0;
  width: 100vw; /* ページ幅全体に背景を広げる */
  background-color: #F3FAF1; /* 背景色 */
  z-index: -1; /* 背景が他の要素の背後に表示されるように */
  border-radius:100px 100px 0 0;
}

/* 終了位置の制御 */
#top-aboutus {
  position: relative;
	padding-bottom:50px;
}

#our-strengths-items img{
	max-width: 80%;
    margin: 0 auto;
}

#our-strengths-items .is-layout-flex{
	gap:2em;
}

#top-infomation h2{
	font-size:1.5rem;
	color:#66AF3E;
}

.info-list{
    border: none!important;
	padding:0px;
}
.info-list-item a,.info-list-item span{
	color:#66AF3E;
}

.appeal-in {
    min-height: 700px;
}
@media screen and (max-width: 1023px){
.appeal-in {
        min-height: 500px;
    }
}

@media screen and (max-width: 480px) {
    .appeal .appeal-in {
        min-height: 700px;
    }
}

#footer-profile{
	background-color:#66B13D;
}

@media screen and (min-width: 1023px){
#footer-profile-wrapper{
	max-width:1000px;
	margin:0 auto;
}
}

#footer-profile img{
	width:100%;
	padding:20px;
}
#footer-profile p{
	color:#fff;
	padding:20px;
	font-size:1rem;
}

#footer-profile .wp-block-columns{
	margin-bottom:-20px;
}

@media screen and (max-width: 834px){
	#footer-profile img{
	width:50%;
	padding:20px 0 0 0px;
}
	#footer-profile .is-layout-flex{
	gap:0;
}
	#footer-profile p{
	color:#fff;
	padding:5px 0 20px 20px;
	font-size:1rem;
}
}

#navi-footer{
	padding: 10px 0 40px 0;
}
.footer-bottom{
	margin-top:10px;
}

/*main*/
.main{
	padding: 0px 29px 36px;
}

.entry-content {
    margin-top: 1em;
    margin-bottom: 3em;
    padding: 20px;
    border-radius: 20px;
}


p,h1,h2,h3,h4,h5,h6,span{
	color:#063824;
}

h1{
	text-align:center;
}

@media screen and (max-width: 480px) {
    .article h4, .article h5, .article h6 {
        font-size: 150%;
    }
}

.article h5{
	border-bottom:0;
	margin-bottom:20px;
}

.body .wp-block-buttons{
	margin-bottom:0px;
}

.wp-block-button__link{
	color: #4e4e4e;
    background-color: #fcfcfc;
    padding-right: 25px;
    border: 1px solid #ccc;
	border-radius:50px;
	font-size:1rem;
	letter-spacing:0.2rem;
}

.wp-block-button__link::after {
    content: "→";
    text-align: center;
    align-items: center;
    padding: 0 0 0 10px;
	text-decoration:none;
}

.wp-block-button__link a:hover{
	border:1px solid #4e4e4e;
	color:#063824;
	font-weight:500;
}

/*article*/
 .article .article-caption{
    border: none;
    color: #65AF3D;
	margin-top:-20px;
    padding:0px;
    font-size: 1rem;
	font-weight:400;
	 text-align:center;
}

.article-header{
}

.entry-content {
    margin-top: 1em;
    margin-bottom: 3em;
    padding: 20px;
    /*background-color: #EDF1F5;*/
    border-radius: 20px;
}

.article h2{
	background-color: transparent;
    margin-left: 0;
	margin-bottom:0;
    padding-left:0;
    font-size: 20px;
	color:#063824;
}

.article h4 {
  font-size: 18px !important;/*文字のサイズ*/
	letter-spacing:0.2rem;
  position: relative;
  color: #063824;
  padding-left: 2.2em;
  border-radius: 5px;
  line-height: 2.5em;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
  font-weight:300;
}

.article h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  left: .7em;
  font-weight: 600;
  color:#66AF3E;

}
	

.main figure.wp-block-table{
	background-color:#fff;
}


/*contact*/
.wpcf7{
	background-color:#f7f7f7;
	padding:20px;
	border-radius:30px;
}
input[type=submit] {
 background-color:#66B13D;	
	color:#fff;
	font-weight:bold;
	font-size:1.2rem;
	letter-spacing:0.2rem;
}


/*buread-colmn*/
.fa-fw {
    display: none;
}

@media screen and (min-width: 834px){
	#main-scroll{
	display:none;
	}
}

#main-scroll{
	position: fixed;
    height: 250px;
    margin-top: 0px;
    top: 60%;
    right: -1px;
    text-align: center;
    writing-mode: vertical-rl;
    letter-spacing: 0.2rem;
    background-color: rgba(102, 177, 61, 0.5);
    padding: 10px;
    border-radius: 20px 0 0 20px;
}

#main-scroll .widget{
	margin-bottom:0px;
}

.top-contact{
    align-items: center;	
}

.top-contact-a{
	color:#ffffff;
	text-decoration:none;
	font-weight:600;
}
