/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
// <weight>: Use a value from 300 to 700
// <uniquifier>: Use a unique and descriptive class name

.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



/******************************/
/** 最上部 **/
/******************************/
.header-top {
    background-color: #fff;
    margin-top: -7px;
    border-bottom: none;
}

/******************************/
/** サイトヘッダー **/
/******************************/
.site-header {
	box-shadow:none;
}
.site-header-logo img{
	width:60vw;
	max-width:390px;
	height:auto;
	max-height:100%;
}
@media screen and (min-width: 992px) {
body:not(.header_scrolled) .site-header-logo {
	margin-bottom: -100px!important;
}
}
@media screen and (max-width: 1199px) {
.site-header-logo img{
	max-width:350px;
}
}
@media screen and (max-width: 991px) {
.site-header {
	height:70px;
display: flex!important;
align-items: center;
}
.site-header-logo img{
	max-width:300px;
	height:90%;
}
}
/******************************/
/** ヘッダーウィジェット **/
/******************************/
.site-header-sub{
	margin-top:-30px;
	margin-bottom:10px;
}
.site-header-sub .tel{
	font-size:32px;
	font-weight:500;
}
.site-header-sub .vk_icon_border{
	height:32px!important;
	margin-bottom:-3px;
}
.site-header-sub .hours{
	font-size:13px;
	text-align:right;
	margin-right:-5px;
	margin-top:-5px;
}
.site-header-sub .wp-container-core-group-is-layout-4b827052{
	align-items: flex-end;
}
/******************************/
/** グローバルナビ **/
/******************************/
.global-nav--layout--penetration .global-nav-list {
    width: auto;
}
.global-nav{
    margin-left: auto!important;
    margin-right: auto!important;
	margin-bottom:15px;
}
body.header_scrolled .global-nav{
	margin-top: 15px!important;
}
.global-nav ul{
	justify-content: flex-end;
}

.global-nav ul li{
	width:auto!important;
	border:none!important;
	height:auto;
}
.global-nav ul li a{
padding:0 35px!important;
color:#505050;
}
.global-nav ul li a strong{
font-weight:300;
font-size:16px!important;
}
.global-nav ul li:last-child a{
background-color:#eda49a;
height:40px;
color:#fff;
margin-left:20px;
border-radius:20px;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s;
}
.global-nav ul li:last-child a strong{
	font-weight:400;
}
.global-nav-list>li:last-child:before{
	border:none;
}

.global-nav ul li:last-child a:hover{
background-color:#92B1D1;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s;
}

@media screen and (max-width: 1199px) {
.global-nav ul li a{
padding:0 25px!important;
color:#505050;
}
}
/******************************/
/** コンテンツヘッダー **/
/******************************/
.page-header{
height:190px;
margin-top:10px;
}
.page-header-inner {
  display: flex;
  flex-direction: column;
}
h1.page-header-title {
order: 2;
font-size:20px!important;
line-height:32px!important;
color:#505050!important;
font-weight:200!important;
}
.page-header-subtext {
order: 1;
font-family: "Cormorant Garamond", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color:#7098BE;
font-size:75px;
line-height:75px;
margin-top:0;
}

.page-id-3 .page-header-subtext {
font-size:60px;
margin-bottom:5px;
}

@media screen and (max-width: 781px) {
.page-header{
height:150px;
margin-top:10px;
}
h1.page-header-title {
font-size:18px!important;
line-height:28px!important;
margin-top:0;
}
.page-header-subtext {
font-size:60px;
line-height:65px;
}
}
@media screen and (max-width: 480px) {
.page-header-subtext {
font-size:55px;
line-height:60px;
}
.page-id-3 .page-header-subtext {
font-size:13vw!important;
line-height:13vw!important;
}
}


/******************************/
/** ぱんくず **/
/******************************/

.breadcrumb{
	border:none;
}

/******************************/
/** TOPページ **/
/******************************/
/*メインイメージ*/
.top-main-outer{
z-index: 2;
background: linear-gradient(90deg, #EDECF4 0%, #EDECF4 50%, transparent 50%, transparent 100%);
}
.main-image-column{
background: linear-gradient(90deg, #EDECF4 0%, #EDECF4 80%, transparent 80%, transparent 100%);
}

.top-h2{
font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;
font-size:42px;
line-height:60px;
}

.top-3c{
font-size:25px;
line-height:35px;
font-weight: 400;
max-width: 100%!important;
display: inline-block;
aspect-ratio: 1 / 1!important;
width: 150px;
display: flex!important;
align-items: center;
justify-content: center;
margin-bottom: 0!important;
padding-bottom:5px!important;
margin-left:10px!important;
margin-right:10px!important;
}
.top-name{
	font-size:16px;
}
.top-name em{
	font-size:23px;
	font-style:normal;
}
@media screen and (max-width: 1070px) {
.top-h2{
font-size:40px;
line-height:55px;
}
.top-3c{
font-size:20px;
line-height:30px;
width: 125px;
margin-left:5px!important;
margin-right:5px!important;
}
.top-name{
	font-size:14px;
}
.top-name em{
	font-size:21px;
	font-style:normal;
}
}
@media screen and (max-width: 991px) {
.top-h2{
font-size:36px;
line-height:50px;
}
.top-3c{
font-size:20px;
line-height:30px;
width: 125px;
margin-left:5px!important;
margin-right:5px!important;
}
.top-name{
	font-size:14px;
}
.top-name em{
	font-size:21px;
	font-style:normal;
}
}
@media screen and (max-width: 891px) {
.top-h2{
font-size:30px;
line-height:44px;
}
.top-3c{
font-size:18px;
line-height:25px;
width: 110px;
}
}
@media screen and (max-width: 781px) {
.main-image-column{
background: linear-gradient(90deg, #EDECF4 0%, #EDECF4 70%, transparent 70%, transparent 100%);
}
.top-main-outer{
position:relative!important;
overflow: visible;
margin-bottom: 190px;
background: none;
padding:0!important;
}
.main-photo,.main-photo img{
max-height:350px;
width:auto;
}
	
.top-h2,.top-name{
margin-left:0!important;
margin-right:auto;
}

.top-h2{
font-size:min(6vw,33px)!important;
line-height:min(8.9vw,50px)!important;
}

.main-image-column{
gap:5vw!important;
}
.main-photo-columns{
flex-basis:45%!important;
margin-left:-5%!important;
}
.top-name{
margin-left:10%;
}
.top-3c-box{
position:absolute;
bottom:-150px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top-3c{
font-size:20px;
line-height:30px;
width: 125px;
}
.top-h2-group{
display: flex!important;
align-items: center;
justify-content: start;
}
.top-h2{
font-size:35px;
line-height:47px;
}
.main-photo{
max-width:400px;
}
.main-photo img{
}
	
.top-name{
font-size:min(3vw,14px)!important;
}
.top-name em{
font-size:min(4vw,21px)!important;
}
}
@media screen and (max-width: 480px) {
.top-3c-box{
position:absolute;
bottom:-135px;
}
.top-3c{
font-size:18px;
line-height:25px;
width: 110px;
}
}
@media screen and (max-width: 380px) {
.top-3c{
font-size:4vw;
line-height:6vw;
}
.top-3c-box{
bottom:-33vw;
}
.top-main-outer{
margin-bottom:45vw!important;
}
.top-name{
	font-size:4vw;
}
.top-name em{
	font-size:5vw;
}
}
/*アバウト*/
.about-columns .wp-block-column:first-child{
padding:50px calc(10% + 30px) 50px 50px;
}
.about-columns .wp-block-column:last-child .wp-block-cover{
margin-bottom:-50px!important;
margin-left:-25%;
}
@media screen and (max-width: 781px) {
.about-columns{
width:90%;
margin-left:auto;
margin-right:auto;
}
.about-columns .wp-block-column:first-child{
padding:30px;
}
.about-columns .wp-block-column:last-child .wp-block-cover{
margin-bottom:auto!important;
margin-left:auto;
min-height:50vw;
}
}
@media screen and (max-width: 480px) {
.about-columns{
width:100%;
}
.about-columns .wp-block-column:first-child{
padding:30px 20px;
}
}

/*サービス*/
.top-service-column01 .top-service-column02{
border-top:1px solid #505050!important;
padding:20px 0 20px 20px;
}
.top-service-column01 .top-service-column02:last-child{
border-bottom:1px solid #505050!important;
}
.top-service-column01 img{
	max-width:80px;
	height:auto;
}
.top-service-column01 h4{
font-size:25px;
line-height:35px;
	font-weight:400;
	color:#505050!important;
}
.top-service-column02-left{
    flex-basis:300px!important;
	flex-grow:0!important;
}
.top-service-column02-right{
    flex-basis:0!important;
}
@media screen and (max-width: 991px) {
.top-service-main-column{
flex-basis:250px!important;
}
.top-service-column02{
flex-direction: column !important;
}
.top-service-column02 .top-service-column02-left,
.top-service-column02 .top-service-column02-right{
flex-basis: 100% !important;
max-width: 100% !important;
}
.top-service-column02 .top-service-column02-right br{
display:none;
}
.service-contents-icon{
flex-basis:80px!important;
}
.service-contents-text{
flex-basis:auto!important;
}
.service-contents-column br{
display:none;
}
}
@media screen and (max-width: 781px) {
.service-main-text{
text-align:center;
}
.service-contents-icon,
.service-contents-column h4{
text-align:center!important;
}
.top-service-column02{
padding:20px 0!important;
text-align:center;
}
}
@media screen and (max-width: 650px) {
.top-service-column02{
text-align:left;
}
.service-contents-column h4{
font-size:20px;
line-height:30px;
}
}

/*フロー*/
.flow-item{
	border:1px solid #898989;
	padding:15px 15px 20px 15px;
}
.flow-item h4{
font-size:18px;
line-height:25px;
font-weight:400;
	color:#505050!important;
	margin-bottom:17px;
}
.flow-item h4::after {
  content: "";
  display: block;
  width: 100%; /* 線の長さをここで調整 */
  height: 1px; /* 線の太さ */
  background-color: #505050; /* 線の色 */
  margin-top: 15px; /* 見出しとの距離 */
margin-left:auto;
margin-right:auto;
}
.flow-item .txt-p02{
	margin-bottom:0;
}
.flow-item .wp-block-image{
	max-width:100px;
	margin-bottom:15px;
}

.flow-item .step{
color:#898989;
font-size:12px;
line-height:12px;
font-weight:400;
padding-bottom:5px;
}
.flow-grid .flow-item .step-num{
color:#898989;
font-size:20px;
line-height:20px;
padding-bottom:15px;
font-weight:400;
}
.flow-item{
position: relative;
}

.flow-grid .flow-item:not(:last-child)::after {/* 矢印を各ステップの後ろに表示（最後以外） */
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 12px solid #eda49a; /* 矢印の色 */
}
@media screen and (max-width: 991px) {
.flow-grid{
flex-direction: column !important;
gap:30px!important;
} 
.flow-grid .wp-block-column {
flex-basis: 100% !important;
max-width: 100% !important;
}
.flow-step-group{
flex-direction: row !important;
column-gap:30px!important;
}
.flow-step-group .flow-step-group02:last-child{
width: calc(100% - 130px);
}
.flow-step-group .flow-step-group02:last-child h4{
text-align:left;
}
.flow-grid .row{
row-gap:30px;
}
.flow-grid .flow-item:not(:last-child)::after {
top: auto;
right: 50%;
bottom: -23px;
left: 50%;
transform: translateX(-50%);
border-top: 15px solid #f4a693;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: none;
}
}
@media screen and (max-width: 480px) {
.flow-step-group{
flex-direction: column !important;
}
.flow-step-group .flow-step-group02:last-child{
width: 100%;
}
.flow-step-group .flow-step-group02:last-child h4{
text-align:center;
}
}
/******************************/
/** 事務所案内 **/
/******************************/
.messege-photo{
	max-width:350px!important;
}
.message-h2{
font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;
font-size:28px;
line-height:44px;
color:#505050;
border-bottom:1px solid #727171;
padding-bottom:20px;
margin-bottom:30px!important;
}
.message-name{
font-size:21px;
line-height:28px;
padding-top:20px;
}
.message-name em{
font-style:normal;
font-size:16px;
line-height:28px;
}
@media screen and (max-width: 781px) {
.messege-photo{
padding:0 30px!important;
}
.message-h2{
font-size:24px;
line-height:36px;
}
.message-h2 br{
display:none;
}
}
@media screen and (max-width: 480px) {
.message-h2{
font-size:20px;
line-height:30px;
}
}
/*プロフィールテーブル*/
.profile-h2{
	border-left:5px solid var(--wp--preset--color--vk-color-custom-1);
	padding-left:15px;
}

.profile-h2 h2{
font-size:16px;
line-height:26px;
margin-bottom:0;
}
.profile-h2 h3{
font-size:34px;
line-height:34px;
font-family: "Cormorant Garamond", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color:var(--wp--preset--color--vk-color-custom-1);
margin-bottom:0;
}


.profile-outer{
padding:30px 50px 40px 50px!important;
max-width:950px;
margin-left:auto;
margin-right:auto;
}
.profile-list{
	line-height:24px;
}
@media screen and (max-width: 781px) {
.profile-outer{
padding:30px!important;
}
}
@media screen and (max-width: 480px) {
.profile-outer{
padding:30px 20px!important;
}
}
@media screen and (max-width: 360px) {
.profile-h2{
flex-direction: column !important;
align-items:flex-start!important;
gap:0px;
} 
}

/*事務所概要テーブル*/
.overview-table{
max-width:850px;
margin-left:auto;
margin-right:auto;
border-color:#BED0E3;
}
.overview-table td{
border-top:none!important;
vertical-align:top;
padding:25px 25px 25px 25px;
font-size:16px;
line-height:29px;
font-weight:200;
}

.overview-table td:nth-child(odd){
width:250px;
color:#7098BE;
font-weight:400;
}

.overview-table tr:nth-child(6) td:nth-child(2){
line-height:35px!important;
}

.overview-table tr:nth-child(6) td:nth-child(1){
line-height:35px!important;
}

@media screen and (max-width: 781px) {
.overview-table td{
padding:10px 5px;
display:block;
}
.overview-table td{
font-size:14px;
line-height:25px;
}
.overview-table td:nth-child(odd){
width:100%;
border-bottom:none;
padding-bottom:0;
}
.overview-table td:nth-child(even){
padding-top:0;
}
}
/******************************/
/** サービス　業務内容 **/
/******************************/
.service-outer01,.service-outer02{
z-index: 2;
overflow: visible;
padding-left:50px!important;
padding-right:50px!important;
}
.service-outer01{
background-image: linear-gradient(90deg, rgba(247, 246, 244, 1) 60%, rgba(255, 255, 255, 0) 60%);
}
.service-outer02{
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(247, 246, 244, 1) 40%);
}
.service-top-txt{
margin-bottom:10px!important;
}
.service-h2{
border-bottom:1px solid #727171;
padding-bottom:10px;
margin-bottom:30px!important;
}
.service-h2 h2{
font-size:25px;
line-height:38px;
font-weight:400;
color:#505050;
margin-bottom:0;
}
.service-h2 img{
width:65px!important;
height:auto;
}
.service-list {
list-style: none;
padding-left: 0;
}
.service-list li {
font-size:16px;
line-height:26px;
position: relative;
padding-left: 1.5em;
}
.service-list li::before {
content: "";
position: absolute;
left: 0;
top: 0.35em;
width: 16px;
height: 16px;
border-radius:100px;
background-color: var(--wp--preset--color--vk-color-custom-1);
}
@media screen and (max-width: 840px) {
.service-h2 h2{
font-size:23px;
line-height:35px;
}
}
@media screen and (max-width: 781px) {
.service-h2{
padding-bottom:10px;
margin-bottom:30px!important;
}
.service-list li {
font-size:14px;
line-height:24px;
}
.service-outer01,.service-outer02{
padding-bottom:50px;
}
.service-outer01{
background-image: linear-gradient(90deg, rgba(247, 246, 244, 1) 80%, rgba(255, 255, 255, 0) 80%);
}
.service-outer02{
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(247, 246, 244, 1) 20%);
}
}
@media screen and (max-width: 480px) {
.service-h2 h2{
font-size:22px;
line-height:30px;
}
.service-outer01,.service-outer02{
padding-left:25px!important;
padding-right:25px!important;
}
.service-top-txt{
text-align:left;
}
.service-top-txt br{
display:none;
}
}
@media screen and (max-width: 360px) {
.service-outer01 .txt-p01 br,.service-outer02 .txt-p01 br{
display:none;
}
}
/******************************/
/** プライバシーポリシー **/
/******************************/
.privacy-group{
	max-width:950px;
	margin-left:auto;
margin-right:auto;
}
.privacy-group h2{

font-size:20px;
line-height:28px;
font-weight:400;
border-bottom:1px solid #7098BE;
padding-bottom:10px;
margin-top:40px;
margin-bottom:20px!important;
border-left:5px solid #7098BE;
padding-left:10px;
}

/******************************/
/** フッターコンタクト **/
/******************************/
/* 問い合わせページではフッターコンタクト非表示 */
.page-id-21 .site-body-bottom{
	display:none;
}
.contact-columns{
	padding:30px 45px;
}
.contact-h2-column{
	flex-basis:220px!important;
}
.contact-columns .h2-jpn01::after{
background-color:#fff;
margin-top: 15px; /* 見出しとの距離 */
margin-bottom:15px;
}
.contact-tel-mail{
height:100%;
}

.contact-tel,
.contact-mail{
height:100%;
display: flex!important;
align-items: center;
justify-content: center;
padding:20px;
}
.contact-group{
width:100%;
}
.contact-columns .h3-eng01{
margin-bottom:5px!important;
font-size:65px;
}
.contact-columns .h2-jpn01{
margin-bottom:9px!important;

}
.contact-tel-mail h4{
font-size:22px;
line-height:33px;
color:#505050!important;
font-weight:400;
}
.contact-tel h4{
margin-bottom:5px!important
}
.h2-jpn01::after {
  content: "";
  display: block;
  width: 80px; /* 線の長さをここで調整 */
  height: 1px; /* 線の太さ */
  background-color: #505050; /* 線の色 */
}
.contact-tel-number{
	gap:5px!important;
}
.contact-tel-number .wp-block-vk-blocks-icon .vk_icon_border{
	height:auto;
}
.tel-num{
font-size:38px;
line-height:44px;
font-weight:500;
}
.tel-num a{
	text-decoration:none;
}
/* PCでは電話リンクを無効に */
.tel-num a{
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}

/* スマホ時だけタップ可能に */
@media (max-width: 768px) {
.tel-num a{
    pointer-events: auto;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
  }
}

.tel-time{
font-size:17px;
line-height:26px!important;
margin-top:10px!important
}
.contact-mail .arrow-btn a{
	width:100%;
	max-width:100%;
}
.contact-mail{
width:100%;	
}
.contact-tel-number .vk_icon_font{
	font-size:30px!important;
	padding-top:3px;
}
@media screen and (max-width: 1060px) {
.contact-mail .arrow-btn a{
	font-size:14px!important;
}
.tel-num{
font-size:35px!important;
}
}
@media screen and (max-width: 991px) {
.contact-mail .arrow-btn a{
	font-size:14px!important;
}
.tel-num{
font-size:30px!important;
}
.contact-tel-mail h4{
font-size:18px;
line-height:28px;
}
.tel-time{
font-size:15px;
line-height:24px!important;
margin-top:5px!important
}
}
@media screen and (max-width: 920px) {
.contact-columns{
flex-direction: column !important;
}
.contact-h2-column .txt-p01 br{
display:none;
}
.contact-h2-column{
flex-basis:100%!important;	
text-align:center;
}
.contact-h2-group{
flex-direction: row !important;
gap:20px!important;
align-items:flex-end!important;
justify-content: center;
}
.contact-columns .h2-jpn01::after{
display:none;
}
.contact-columns{
	padding:20px;
}
}
@media screen and (max-width: 781px) {
.contact-group{
max-width:300px;
}
.contact-mail{
padding-bottom:28px;
}
.contact-columns .h3-eng01{
font-size:60px;
}
}
@media screen and (max-width: 480px) {
.contact-h2-column .txt-p01 br{
display:block;
}
.contact-h2-group{
flex-direction: column !important;
gap:0!important;
align-items:center!important;
justify-content: center;
}
.contact-columns .h2-jpn01::after{
display:block;
margin-bottom:10px;
}
.contact-columns .h3-eng01{
margin-top:5px!important;
}
}
@media screen and (max-width: 360px) {
.contact-tel-mail h4{
font-size:16px;
line-height:24px;
}
.tel-num{
font-size:24px!important;
}
.tel-time{
font-size:13px;
line-height:20px!important;
}
.contact-group .arrow-btn a::after{
display:none;
}
}
@media screen and (max-width: 320px) {
.contact-tel-number .vk_icon_font{
font-size:24px!important;
}
}
/******************************/
/** フッターナビ **/
/******************************/
.site-footer{
}
.footer-nav{
text-align:center;
border-bottom:none;
font-size:14px;
line-height:20px;
}

/******************************/
/** フッター **/
/******************************/
.fotter-logo{
	max-width:390px;
}
.fotter-add{
font-size:15px;
line-height:26px;
}

@media screen and (max-width: 781px) {
.fotter-logo{
	width:80vw;
}
.fotter-add{
text-align:center;
}
}

/******************************/
/** 共通 **/
/******************************/
body p,h2,h3,h4{
	color:#505050;
}
.h3-eng01{
font-size:75px;
line-height:65px;
font-family: "Cormorant Garamond", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
margin-bottom:15px!important;
}
.h2-jpn01{
font-size:20px;
line-height:32px;
color:#505050;
}
.h2-jpn01::after {
content: "";
display: block;
width: 80px; /* 線の長さをここで調整 */
height: 1px; /* 線の太さ */
background-color: #505050; /* 線の色 */
margin-top: 25px; /* 見出しとの距離 */
margin-bottom:25px;
}
.h2-jpn01-center::after {
margin-left:auto;
margin-right:auto;
}
.txt-p01{
font-size:16px;
line-height:27px;
}
.txt-p02{
font-size:14px;
line-height:23px;
}
.txt-p03{
font-size:14px;
line-height:34px;
}
@media screen and (max-width: 781px) {
.txt-p01{
font-size:14px;
line-height:25px;
}
.h3-eng01{
font-size:65px;
line-height:55px;
margin-bottom:10px!important;
text-align:center!important;
}
.h2-jpn01{
font-size:18px;
line-height:28px;
text-align:center!important;
}
.h2-jpn01::after {
margin-top: 20px; /* 見出しとの距離 */
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
}
}
@media screen and (max-width: 480px) {
}
.h3-eng01{
font-size:60px;
line-height:55px;
}
.arrow-btn a{
width:50vw;
background-color:#EDA49A;
max-width:210px;
position: relative;
display: inline-block;
padding: .5em 2em!important;
color: #fff!important;
text-decoration: none;
border-radius: 50px;
font-size: 16px;
overflow: hidden;
border:none;
}
.arrow-btn-white a{
background-color: #fff!important;
color: #002964!important;
font-weight: 500;
}
.arrow-btn a::after {
content: '→';
position: absolute;
right: 1.5em;
top: 50%;
transform: translateY(-50%);
transition: transform 0.3s ease;
}
.arrow-btn:hover a::after {
transform: translate(5px, -50%);
}
.arrow-btn a:hover {
opacity:1;
border:none;
box-shadow:none;
background-color: #92B1D1!important;
}
.arrow-btn-white a:hover {
background-color: #B7E4FF!important;
}
@media screen and (max-width: 781px) {
.arrow-btn{
text-align:center!important;
}
}

/******************************/
/** モバイルナビ **/
/******************************/
/*モバイルナビ　閉じてる時*/
.vk-mobile-nav-menu-btn {
	border: none;
	background: url(https://www.iwakiri-legal.com/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg) center 50% no-repeat #a4bfdd;
	position: fixed;
	top: 10px!important;
	margin-top:0;
	right:10px!important;
	z-index: 2100;
	border:none;
	border-radius: 0!important;
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
	background-size: 35px 35px;
	transition: border-color .5s ease-out;
}

/*モバイルナビ　開いた時*/
.vk-mobile-nav-menu-btn.menu-open{
	border:none;
	background: url(https://www.iwakiri-legal.com/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg) center 50% no-repeat #a4bfdd;
	background-size: 35px 35px;
}
/******************************/
/** コンタクトフォームの装飾 **/
/******************************/

/*　送信ボタンを中央に　*/
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/*　フォーム全体　*/
#cf7-area {
width:100%;
margin: 0 auto;
font-family: “遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
}

.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}

.cf7-q {
width: 30%;
margin: 0 0 0 10px;
}

.cf7-a {
width: 70%;
}

/*　見出し　*/
.form-heading
{
width: 100%;
background-color:  var(--wp--preset--color--vk-color-primary-vivid);
border-radius: 2px;
color: #ffffff;
font-weight: bold;
padding: 1em .8em;
margin: 0 0 3em;
}

.form-heading p {
margin: 0;
}
.wpcf7 .wpcf7-submit:disabled{
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3 !important;
    color: #fff !important;
}
/* 各項目共通 */
#cf7-area label{
font-weight:bold;
}

#cf7-area input[type=”text”],#cf7-area input[type=”email”],#cf7-area input[type=”tel”],#cf7-area textarea {
background: #F0F8FF;
width:500px;
margin-left:10px;
}

#cf7-area input[type=”text”]:focus,#cf7-area input[type=”email”]:focus,#cf7-area input[type=”tel”]:focus,#cf7-area textarea:focus {
background: #FFE4E1;
border: 2px solid #FF1493;
outline: 0;
}

#cf7-area input[type=”checkbox”], #cf7-area input[type=”radio”]{
appearance: auto;
}

#cf7-area .wpcf7-list-item {
display: block;
}

#cf7-area textarea{
height:200px;
width:100%;
padding: 0.625em 0.4375em;
	margin-left:0!important;
}

.cf7-accept-check{
text-align: center;
margin: 50px auto;
}

.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}
.wpcf7-previous{
	font-size: 1rem;
    border: 1px solid var(--vk-color-primary-dark);
    background-color: #fff;
    color: var(--vk-color-primary);
    padding: .5em 2em;
    border-radius: var(--vk-size-radius);
	cursor: pointer;
	margin-bottom:20px;
}
.cf7-submit input[type=submit]
{
width: 100%;
background-color: #7098BE;
color: #ffffff;
border-radius: 30px;
font-size: 1.2em;
padding: 10px 5px;
border: 2px solid #7098BE;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s;
}

.cf7-submit input[type=submit]:hover
{
background-color:#ffffff;
color:#7098BE;
border: 2px solid #7098BE;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s;
}

.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}

/*　必須ラベル　*/
.cf7-req{
font-size:.8em;
line-height:1.5em;
padding: 4px 6px;
background: #eda49a;
color: #ffffff;
border-radius:5px;
margin-left: 10px;
display:inline-block;
}

@media screen and (max-width:768px){
.cf7-item {
display: block;
}

#cf7-area label{
display: block;
margin-bottom: 10px;
}

.cf7-q {
width: 100%;
margin: 0;
}

.cf7-a {
width: 100%;
}

#cf7-area input[type=”text”], #cf7-area input[type=”email”], #cf7-area input[type=”tel”], #cf7-area textarea{
margin-left: 0;
}

.cf7-submit{
width: 90%;
}
}