@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	/* 背景色を白、ドットをグレーに */
  background-color: #ffffff;
  /* 円を描く：中心から1pxまで色を付け、残りを透明に */
  background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
  /* ドットの間隔（20pxごとに配置） */
  background-size: 20px 20px;
}

.pc{display: inline-block;}

.sp{display: none;}

a:hover{text-decoration: none;}

.siteHeader .container{
	max-width: none;
}

.gMenu>li .gMenu_name {
    font-size: 1.2rem;
}

.headerTop {
    display: none;
}

.section.breadSection {
    border: none;
    letter-spacing: 0.05em;
}

.siteHeader{
	box-shadow: none;
}

.siteHeader_logo img {
    max-height: 60px;
}

.siteContent {
        padding: 3.5rem 0 0;
}

.flexbox{
    display: flex;
}

.row_reverse{
    flex-direction: row-reverse;
}

main {
    padding: 50px 0;
	margin: 0 auto;
    width: 80%;
}

section{
	margin-bottom: 80px;
}

.base_copy{
	font-size: 1.2rem;
    letter-spacing: 0.03em;
    color: #555;
	line-height: 1.6;
	text-align: justify;
}

.base_copy_small{
	font-size: 1rem;
    letter-spacing: 0.03em;
    color: #555;
	line-height: 1.4;
	text-align: justify;
}

.base_copy.center{
    text-align: center;
}

.base_copy.white{
	color: #FFF;
}

h1.page-header_pageTitle {
    font-weight: bold;
}

h2{border: none;padding: 0;margin: 0;}

h3{border: none;padding: 0;margin: 0;}

h2::after{border: none;}

h3::after{border: none;}

h2{
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-weight: bold;
	margin: 30px;
	color: #555;
	text-align: center;
}
  
h2::before {
    background:none;
}

h3{
    font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
	color: #555;
	text-align: center;
}

h3 span {
	font-size: 1.9rem;
  /* 下半分に黄色い線を引く設定 */
  background: linear-gradient(transparent 60%, #ffff00 60%);
  
  /* 改行したときの端の処理を綺麗にする */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  
  /* ラインの端に少し余白を作る（お好みで） */
  padding: 0 4px;
}

h4{
    font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
	color: #555;
}

ul{
    list-style: none;
    padding-left: 0;
}

dd, dt{
	border-left: none;
}

figure{
	text-align: center; 
}

div#comments {
    display: none;
} 

.h2_title span{
	font-size: 3rem;
	color: #7bc54a;
}

.cv_btn{
	
}

.cv_btn a{
	width: 80%;
	max-width: 800px;
	display: block;
	background: #ff7700;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 50px auto;
	padding: 15px 20px;
	border-radius: 999px;
	border: solid 8px #FFF;
	box-shadow: 0 0 10px #CCC;
}

a:hover{
	opacity: 0.6;
}

.top_service_area {
    width: 100vw;
	margin: 80px calc(50% - 50vw);
	padding: 50px;
	background: #fffef4;
}

.top_service_bigbox{
	display: flex;
    justify-content: space-around; /* 子要素の間隔を均等にする */
    align-items: stretch;         /* 高さを揃える */
    width: 90%;
    margin: 0 auto;
}

.top_service_box{
	width: 22%;
}

.top_service_box h4{
	border-bottom: solid 3px #557e39;
	margin-top: 0;
}

.top_service_box a{
	display: block;
	text-align: center;
	background: #557e39;
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	padding: 10px 8px;
	margin: 8px auto;
	border-radius: 8px;
}

.top_support_area{
	display: flex;
	justify-content: center;
	margin:0 auto 80px;
}

.top_support_area figure {
    width: 30%;
}

.top_support_tx{
	width: 65%;
	margin-left: 5%;
}

.top_support_btn a{
	display: block;
	text-align: center;
	background: #557e39;
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 10px 8px;
	margin: 8px auto;
	border-radius: 8px;
}

.top_bottom_area{
	width: 100vw;
	margin: 80px calc(50% - 50vw) 0;
	padding: 50px;
	background: #fffef4;
}

.top_bottom_bigbox{
	width: 60%;
	margin: 0 auto;
}

.top_bottom_area h3 img{
	width: 200px;
}

.top_nayami_list{
	width: 50%;
	padding: 0;
	margin: 0 auto;
}

.top_nayami_list li{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #9f4531;
}

.top_bottom_omakase{
	width: 80%;
	margin: 50px auto;
	display: flex;
	justify-content: center;
}

.top_bottom_omakase figure{
	width: 50%;
}

.top_bottom_omakase_tx{
	width: 45%;
}

.top_bottom_omakase_tx h3{
	margin-bottom: 20px;
}

.top_bottom_omakase_tx p.base_copy{
	font-weight: bold;
	font-size: 1.4rem;
}

footer{
	padding: 80px 0;
	background: #557e39;
}

.footer_nav{
	width: 80%;
	margin: 0 auto;
	justify-content: space-evenly;
}

.footer_nav ul{
	margin: 0 auto;
}

.footer_nav ul li a{
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FFF;
}

.footer_nav ul li i{
	margin-left: 5px;
}

.footer_info{
	margin-top: 50px;
	text-align: center;
}

.footer_info h4{
	font-size: 1.8rem;
	color: #FFF;
}

.footer_info h4 span{
	display: block;
	font-size: 1.2rem;
}

.footer_info ul li{
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	color: #FFF;
}

.footer_bottom{
	text-align: center;
	font-size: 0.8rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #FFF;
}

.footer_bottom a{
	color: #CC0;	
}

.works{
	text-align: center;
}

.flow_list_bigbox{
	width: 80%;
	margin: 0 auto 50px;
}

i.flow_after.fas.fa-arrow-down {
    font-size: 2rem;
    color: #666;
    text-align: center;
    margin: 0 auto 50px;
    display: block;
}

.flow_list_bigbox figure{
	width: 40%;
}

.flow_list_box{
	width: 55%;
	margin-left: 5%;
}

.flow_list_box h4{
	font-size: 1.4rem;
	border-bottom: solid 1px #666;
	padding-bottom: 10px;
}

.flow_list_box h4 span{
	color: #557e39;
	font-style: italic;
	font-size: 1.8rem;
	display: block;
	margin-bottom: -5px;
}

.company_list {
	width: 80%;
	margin: 80px auto;
	padding: 50px;
  	display: flex;
  	flex-wrap: wrap;
	background: #FFF;
	box-shadow: 0 0 10px #eee;
	border-radius: 20px;
}

.company_list dt {
  width: 30%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  flex-shrink: 0;   /* 幅が縮まないように固定 */
  padding: 10px 10px 15px;
  border-bottom: solid 1px #557e39;
}

.company_list dd {
	width: 60%;
  	font-size: 1.2rem;
  	margin-left: 0;   /* デフォルトの余白をリセット */
  	flex-grow: 1;     /* 残りの幅をすべて使う */
	margin-left: 10px;
	padding: 10px 10px 15px;
	border-bottom: solid 1px #CCC;
}

.gmap{
    width: 80%;
	margin:0 auto 50px;
}

.gmap iframe{
    width: 100%;
    height: 500px;
	margin-bottom: 30px;
}

section.prof{
	width: 80%;
	margin: 0 auto;
}

section.privacy{
	width: 80%;
	margin: 0 auto;
}

section.privacy h3{
	text-align: left;
	font-size: 1.2rem;
}

.h4_support{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
}

.h4_support span{
	background: linear-gradient(transparent 60%, #ffdd77 60%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 4px;
}

.support_bigbox{
	justify-content: space-around;
}

.support_box{
	width: 30%;
	text-align: center;
}

.support_bigbox.poster figure{ 
	width: 40%;
    margin-right: 20px;
}

.support_bigbox.poster p{ 
	width: 55%;
}

span.entry-meta_items.entry-meta_updated {
	display: none;
}	

span.vcard.author.entry-meta_items.entry-meta_items_author{
	display: none;
}


/*********** スマホ用 **********************************/


@media screen and (max-width: 767px) {



.pc {
	display: none;
}
   
.sp {
	display: block;
    width: 100%
}

.flexbox{
	flex-direction: column;
}

div#vk-mobile-nav {
    background: #557e39;
}

div#vk-mobile-nav li a{
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

.vk-mobile-nav nav>ul {
    border-top: 1px solid #819d80;
}

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    border-bottom: 1px solid #819d80;
}

main {
    padding: 10px 0 0;
    width: 90%;
}

section{
	margin-bottom: 30px;
}

.base_copy{
	font-size: 1.2rem;
    letter-spacing: 0.03em;
    color: #555;
	line-height: 1.6;
	text-align: justify;
}

.base_copy_small{
	font-size: 1rem;
    letter-spacing: 0.03em;
    color: #555;
	line-height: 1.4;
	text-align: justify;
}

.base_copy.center{
	text-align: justify;
}

h2{
	font-size: 1.6rem;
	line-height: 1.4;
}

.h2_title span{
	font-size: 2rem;
	color: #7bc54a;
}

h3{
	font-size: 1.4rem;
}

.cv_btn a{
	width: 100%;
	font-size: 1.3rem;
	letter-spacing: -0.05em;
	margin: 30px auto;
	padding: 15px 0;
	border-radius: 20px;
	border: solid 5px #FFF;
	box-shadow: 0 0 10px #CCC;
}

.top_service_area {
    margin: 50px calc(50% - 50vw);
    padding: 30px 10px;
}

.top_service_bigbox {
	width: 100%;
	flex-wrap: wrap;
}

.top_service_box {
	display: flex;
	flex-direction: column;
    width: 45%;
	margin-bottom: 20px;
}

.top_service_box a {
    font-size: 0.8rem;
    width: 100%;
    margin-top: auto;
}

.top_support_area {
    flex-direction: column;
}

.top_support_area figure {
    width: 60%;
    margin: 0 auto 30px;
}

.top_support_tx {
    width: 100%;
    margin-left: auto;
}

.top_bottom_area {
    margin: 50px calc(50% - 50vw) 0;
    padding: 30px 10px;
}

.top_bottom_bigbox {
    width: 95%;
}

.top_nayami_list {
    width: 90%;
}

.top_bottom_omakase {
    width: 100%;
    flex-direction: column;
	margin-bottom: 0;
}

.top_bottom_omakase figure {
    width: 100%;
}

.top_bottom_omakase_tx{
    width: 95%;
}

.top_bottom_omakase_tx .base_copy.center{
	text-align: center;
}

footer {
    padding: 40px 0;
}

.footer_nav {
	flex-direction: column;
}

.support_box {
    width: 100%;
    text-align: left;
    display: flex;
}

.support_box figure {
    width: 50%;
}

.support_box p {
    width: 45%;
    margin-left: 10px;
}

.support_bigbox.poster figure {
    width: 100%;
    margin-right: 0;
}

.support_bigbox.poster p {
    width: 100%;
}

.company_list {
    width: 100%;
    margin: 30px auto;
    padding: 20px;
}

.gmap {
	width: 100%;
}

.gmap iframe {
    height: 300px;
	margin-bottom: 15px;
}

section.prof {
    width: 100%;
}

section.privacy {
    width: 100%;
}

section.privacy .base_copy{
	font-size: 1rem;
}