@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* GENERAL */
.sans-serif {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

:root {
	--black: #161616;
	--dark_blue: #2D82B3;
	--sky_blue: #4EB2EC;
	--light_blue: #F3FAFF;
	--red: #EC614E;
	--gray: #ADAEAE;
	--font_serif: "Noto Serif JP", serif;
	--font_eng: "Cormorant Garamond", serif;
}

.headline {
	font-family: var(--font_serif);
	font-weight: 300 !important;
	color: var(--black);
}
.headline.first_letter {
	color: var(--sky_blue);
}
.headline_eng {
	font-family: var(--font_eng);
	font-weight: 400 !important;
	color: var(--gray);
	font-size: 80%;
}

.d_none {
	display: none !important;
}
.txt_blue {
	color: var(--sky_blue);
}
.txt_dblue {
	color: var(--dark_blue);
}

ul li::marker {
	color: var(--sky_blue);
	font-size: 120%;
}
.swell-block-button a {
	transition: .5s;
}
.swell-block-button a:hover {
	filter: brightness(1.1);
}
.swell-block-button a svg.__icon {
	position: absolute;
	right: 20px;
}
@media screen and (max-width: 600px) {
	.swell-block-button a {
		width: 100%;
	}
	
}

.grecaptcha-badge { visibility: hidden; }

/* header */
#header {
	background: none;
}
.l-header__inner {
	min-height: 80px;
}
#header .menu-item {
	font-family: "Noto Serif JP", serif;
}
.c-smallNavTitle {
	color: var(--gray);
}
.header_contact_btn a {
	width: 150px;
	padding: 8px 25px 8px 8px;
}
.header_contact_btn a svg.__icon {
	right: 15px;
}
@media screen and (max-width: 959px) {
	
	.l-header__inner {
		min-height: auto;
	}
}

#sp_menu .c-widget__title {
	display: none;
}
#sp_menu .menu-item a {
	font-family: "Noto Serif JP", serif;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
	padding: 1.2em .1em;
	border-color: var(--gray);
}
#sp_menu .c-listMenu a:before {
	display: none;
}
#sp_menu .menu-item a .c-smallNavTitle {
	font-family: "Cormorant Garamond", serif;
	margin-left: 0;
}


/* footer */
#before_footer_widget {
    margin-top: 0;
	background:background: linear-gradient(to bottom, #fff 50%, var(--dark_blue) 50%);
}
#f_contact {
	background: linear-gradient(180deg, #F3FAFF 0%, #F3FAFF 50%, #2D82B3 50%, #2D82B3 100%);
}
#f_contact a {
	width: 100%;
}
.l-footer__widgetArea {
	padding-bottom: 0;
}
.w-footer__box {
	padding-bottom: 0;
}

/* main */
.l-content {
	margin-bottom: 0;
	padding-top: 0;
}
#main_content .post_content {
	margin-top: 0;
}
h2, h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300 !important;
}

/* TOP */


/* 下層 */
.wp-singular {
	background: url(http://farm-consultant.jp/wp-content/uploads/2025/07/hero_bg.jpg) no-repeat;
	background-size: 100% auto;
}

.wp-singular h1.c-pageTitle {
  display: none;
}
.wp-singular h2.v_middle,
.wp-singular h2.v_middle span {
  vertical-align: middle;
}

.wp-singular .l-mainContent__inner>.post_content {
  margin: 2em 0;
}

.single_ttl {
	vertical-align: middle;
}

/* CONTACT */
form {
	margin: auto;
	max-width: 650px;
}
form p {
	font-weight: bold;
}
form label {
	display: block;
	margin-bottom: 30px;
	line-height: 2;
}
form input.wpcf7-text {
	width: 100%;
	border-color: var(--gray);
	background: #fff;
	border-radius: 4px;
	padding: .5em;
}
form .wpcf7-checkbox {
}
form .wpcf7-list-item {
}
form .wpcf7-textarea {
	width: 100%;
	border-color: var(--gray);
	background: #fff;
	border-radius: 4px;
	padding: .5em;
}
form .wpcf7-list-item label {
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 0;
}
form label.textarea {
	margin-top: 30px;
}
form .form_required {
	padding: 3px 5px;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	background: var(--red);
}
form .submit_btn {
	display: inline-block;
	position: relative;
}
form .submit_btn::after {
	content: url("http://farm-consultant.jp/wp-content/uploads/2025/07/right.svg");
	position: absolute;
	top: 16px;
	right: 20px;
}
form .wpcf7-submit {
	width: 300px;
	max-width: 100%;
	padding: 15px;
	display: block;
	margin: auto;
	color: #fff;
	font-weight: bold;
	background: var(--sky_blue);
	border: none;
	transition: .5s;
}
form .wpcf7-submit:hover {
	filter: brightness(1.1);
}
@media screen and (max-width: 600px) {
	form .submit_btn {
		width: 100%;
	}
	form .wpcf7-submit {
		width: 100%;
	}
}
.wpcf7 form .wpcf7-response-output {
	border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--sky_blue);
}
