@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
body {
    overflow-x: hidden;
}

a {
	text-decoration: none;
}
a:hover {
	opacity: 0.9;
	transition: all 0.5s;
	color: #c86eae;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
@media screen and (max-width: 781px){
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/* ボタン */
/* .btn_purple a,
.btn_blue a {
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 5px auto 10px;
	padding: 1rem 1rem;
	border-radius: 100vh;
	border-bottom: 5px solid rgba(0,0,0,0.5);
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.2;
	background: #c86eae;
} */
.btn_blue a {
/* 	background: #23627f; */
	line-height: 3.0;
}

/* Cocoonテーマでレスポンシブ設定の追加CSS --- ここから */
.scrollable-table th, .scrollable-table td {
    /* テキストを折り返す設定 */
    white-space: normal;
}
@media screen and (max-width: 781px) {
    .scrollable-table th, .scrollable-table td {
        /* テキストを折り返さない設定 */
        white-space: nowrap;
    }
}
/* Cocoonテーマでレスポンシブ設定の追加CSS --- ここまで */


/*************************
 ヘッダー
/*************************/
#first_view {
	background: #fff;
}

.fv_head {
	display: flex;
	justify-content: space-between;
}

.fv_head>div {
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.fv_head .logo_box {
	width: 50%;
	padding: 5px 15px;
}
.fv_head .logo_box p {
	font-size: 0.9rem;
}
.fv_head .logo_box span {
	font-size: 0.8rem;
	background: #1a3c56;
	color: #fff;
	width: fit-content;
	border-radius: 100vh;
	padding: 0 20px;
	margin: 5px 0;
}

.fv_head .tel_box {
	width: 30%;
	background: #f0eeeb;
	text-align: center;
	padding: 10px;
	line-height: 1.0;
}
.fv_head .tel_box p {
	color: #3a89b0;
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 1.0;
}
.fv_head .tel_box span {
	color: #4c4948;
	font-size: 0.8rem;
	margin-top: 5px;
}

.fv_head .contact_box {
	width: 20%;
	background: #c86eae;
	text-align: center;
	padding: 10px;
}
.fv_head .contact_box a {
	color: #fff;
}
.fv_head .contact_box p {
	font-size: 2.0rem;
	line-height: 1.0;
}

#header {
	display: none;
}

/* グローバルメニュー */
#navi {
	border-top: 1px solid #f4f5f7;
}

.navi-in .current-menu-item a {
	border-bottom: 3px solid #c86eae;
}

.navi-in > ul li {
	flex-grow: 1;
	position: relative;
}
.navi-in > ul li::before{
	position: absolute;
	content: "";
	display: block;
	height: 20px;
	width: 0;
	border-right: 1px solid #cdc8bc;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.navi-in > ul li:first-of-type::before{
	content: none;
}

/*************************
 フッター
/*************************/
/* お問い合わせ */
#foot_contents {
	padding: 0 29px;
}

.ft_bnr {
	background: url("./images/bg1.jpg") #3a89b0 center bottom;
	text-align: center;
}

.ft_bnr .bnr_flex {
	display: flex;
	gap: 5%;
	justify-content: center;
	align-items: center;
}

.ft_bnr h2 {
	font-size: 2.0rem;
	color: #fcee21;
	line-height: 2.5rem;
}

.ft_bnr h3 {
	color: #fff;
	font-size: 0.8rem;
	background: #c86eae;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 100vh;
	padding-top: 1.1rem;
}
.ft_bnr h3 p {
	font-size: 1.5rem;
	line-height: 1.7rem;
}

.ft_bnr>p {
	color: #fff;
	margin-top: 1.0rem;
}
.ft_bnr>p strong {
	color: #fcee21;
}

.ft_bnr .btn_contact {
	flex: 1;
	position: relative;
	padding: 1.0rem 3.0rem 1.0rem 5.0rem;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 5px solid #70c7da;
	border-radius: 100vh;
	display: block;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: #fff;
	margin: 1.0rem 0;
	width: 100%;
}

.ft_bnr .number {
	color: #c86eae;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.0;
	margin-top: 0.5rem;
}

.ft_bnr span {
	font-size: 0.9rem;
}

.ft_bnr .btn--web {
	font-size: 1.7rem;
	line-height: 1.3;
}

.ft_bnr i {
	position: absolute;
	top: calc(50% - 0.5em);
	font-size: 2.0rem;
	color: #c86eae;
}
.ft_bnr i.fa-position-left {
	left: 2.0rem;
	font-size: 3.0rem;
}
.ft_bnr i.fa-position-right {
	right: 2.0rem;
}

.ft_bnr2 {
	background: url("./images/bg2.jpg") #3a89b0 center top;
	text-align: center;
}

/* フッター */
.ft {
	display: flex;
	gap: 2%;
	padding-top: 30px;
}

.ft div {
	flex: 1;
}

.ft p {
	font-size: 0.8rem;
}

.ft .tel_box {
	width: fit-content;
}
.ft .tel_box p {
	color: #df313e;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.0;
}

.ft .office {
	font-size: 0.9rem;
	font-weight: 800;
}

.ft .guide {
	font-weight: 800;
	color: #c86eae;
	margin-bottom: 5px;
}

.ft .group {
	display: block;
	width: fit-content;
}
.ft .group>div {
	background: #fff;
	border: 3px solid #f5800d;
	font-size: 1.0rem;
	color: #f5800d;
	border-radius: 10px;
	padding: 5px 10px;
	text-align: center;
}

.footer-bottom {
	margin-bottom: 24px;
}

/************************
 トップページ
*************************/
.home .wp-block-group {
	margin-bottom: 0;
}

.full-wide {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    padding-top: 4em;
    padding-bottom: 7em;
}

.home h2.top_title {
	padding: 0;
	margin-bottom: 1em!important;
	color: #23627f;
	background: none;
	padding-top: 5px;
	font-size: 2.0rem;
	text-align: center;
}

.home .top_subtitle {
	position: relative;
	padding-top: 20px;
	color: #70c7da;
	letter-spacing: 0.3rem;
	margin-bottom: 0!important;
	font-size: 0.9rem;
	font-weight: 600;
}
.home .top_subtitle::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 15px;
	background-color: #70c7da;
}

.home h3.wp-block-heading {
	border: 0;
	color: #fff;
	border-radius: 100vh;
	width: fit-content;
	padding: 0.5rem 2.0rem;
	margin-bottom: 0;
	background: #3a89b0;
}

.home h4.wp-block-heading {
	border: 0;
	margin-bottom: 3.0rem;
	text-align: center;
}

/* プロローグ */
#top_prologue {
	background: #fff;
	margin-top: calc(-1em + -60px);
}

.top_copy span {
	background: #23627f;
	color: #fff;
	padding: 10px 0 5px;
	letter-spacing: 0.1rem;
	line-height: 3.5rem;
}
.top_copy strong {
	color: #fcee21;
	font-size: 2.25rem;
}

.top_guide {
	border: 5px solid #70c7da;
	border-radius: 10px;
	position: relative;
}
.top_guide .top_guide_image {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 25%;
}
.top_guide .top_guide_text {
	padding: 15px 15px 15px 28%;	
}

/* ステップ */
.top_step {
	background: #fff;
	position: relative;
}
.top_step::before {
	content: "";
	position: absolute;
	height: 50px;
	width: 100%;
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 55% 0, 50% 100%, 45% 0);
	background: #fff;
	left: 0;
	top: -50px;
	z-index: 1;
}
#top_step1.top_step,
#top_step5.top_step {
	background: #eaf7f9;
}
#top_step1.top_step::before,
#top_step5.top_step::before {
	background: #eaf7f9;
}
#top_step3.top_step {
	background: #f9f0f7;
}
#top_step3.top_step::before {
	background: #f9f0f7;
}
#top_step2 h3.wp-block-heading,
#top_step4 h3.wp-block-heading,
#top_step6 h3.wp-block-heading {
	background: #c86eae;
}

.top_step .wp-block-list {
	text-align: left;
}

.top_step .btn_contact {
	padding: 1.0rem;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 5px solid #70c7da;
	border-radius: 5vh;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: #fff;
	width: 100%;
}
.top_step .btn_contact p {
	margin: 0;
}
.top_step .number {
	color: #c86eae;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.0;
	margin-top: 0.5rem;
}
.top_step .btn--web {
	font-size: 1.7rem;
	line-height: 1.3;
}
.top_step i {
	font-size: 3.0rem;
	color: #c86eae;
}

/* 新着情報 */
#top_topics {
	background: #f4f5f7;
}

/* ワンストップ */
#top_onestop {
	background: #fff;
	padding-bottom: 4em;
}
/* CTAボタン */
#top_cta {
	text-align: center;
	background: #70c7da;
	color: #fff;
	margin-bottom: calc(-3em + -55px);
	padding-bottom: 4em;
}


/*************************
 サブページ共通
/*************************/
/* body:not(.home) .entry-title, */
body:not(.single) .entry-title {
	margin: calc(-1em + -11px) calc(50% - 50vw) 0;
    padding: 3em calc(50vw - 50%);
	background: url("./images/bg1.jpg") #3a89b0 center center;
	color: #fff;
}

body:not(.home) .article h2 {
	color: #fff;
	background-image: -webkit-gradient(linear, right top, left top, from(#f9f0f7), to(#c86eae));
	background-image: -webkit-linear-gradient(right, #f9f0f7 0%, #c86eae 100%);
	background-image: linear-gradient(to left, #f9f0f7 0%, #c86eae 100%);
}
/* body:not(.home) .article h2:not(:first-of-type) { */
body:not(.home) .article h2 {
	margin-top: 5.0rem;
}

/*************************
 コラム
/*************************/
body.single strong {
	background: #ffcc7f;
}

/*************************
 事務所案内
/*************************/
.btn_hp a {
	font-size: 0.9rem;
	background: #c86eae;
	color: #fff;
	width: fit-content;
	padding: 0 1.0rem;
	border-radius: 100vh;
	display: inline-block;
}


/*************************
 お問い合わせ
/*************************/
#form_content h4 {
	border: 0;
	margin-bottom: 0;
	background: #70c7da;
	color: #fff;
}

#form_content h4 span {
	font-size: 0.8rem;
	color: #dc3232;
}

#form_content h5 {
	border: 0;
	margin-bottom: 0;
}
#form_content .FBB p {
	display: flex;
}

input.wpcf7-submit[type="submit"] {
	border-radius: 100vh;
	border: 0;
	background: #c86eae;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}

	
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1255px){
	.fv_head {
		flex-wrap: wrap;
	}
	.fv_head .logo_box {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.fv_head .logo_box span {
		margin: 5px auto;
	}
	.fv_head .tel_box{
		width: 75%;
	}
	.fv_head .contact_box {
		width: 25%;
	}
	.fv_cta .wrap {
		flex-direction: column;
	}
	.fv_cta .wrap div {
		width: 100%;
	}
	.ft_bnr .bnr_flex:last-of-type {
		flex-direction: column;
	}
	.ft_bnr .btn_contact {
		margin: 0.5rem 0;
	}
	.ft {
		flex-direction: column;
	}
	.ft .ft_left {
		display: flex;
		gap: 5%;
	}
	.ft .office {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #ccc;
	}

	.entry-title {
		margin: calc(-1em + -22px) calc(50% - 50vw) 0;
	}
}

@media screen and (max-width: 834px) {
	.content {
		margin-top: 24px;
	}
}

@media screen and (max-width: 781px){/*834*/
	.ft_bnr .bnr_flex {
		flex-direction: column-reverse;
	}
	.ft_bnr h2 {
    	font-size: 2.0rem;
	}
	.ft_bnr .btn_contact {
		position: static;
		border-radius: 20px;
		padding: 0.5rem;
	}
	.ft_bnr i {
		position: static;
		display: block;
	}
	.ft_bnr i:last-child {
		transform: rotate(90deg);
	}
	.ft .ft_left {
		flex-direction: column;
	}
	.ft .group {
		width: 100%;
	}

	.top_copy {
		text-align: left;
	}
	.top_guide .top_guide_text {
		padding: 15px 15px 30%;	
	}
}

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