@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
*/

/********************
 共通
********************/
/* ボタンの丸み */
.is-style-more_btn a {
	border-radius: 5px;
}

/* 各タイトルの下線の太さ */
.post_content hr {
	border-bottom: 2.7px solid rgba(0,0,0,.1);
}

/* テーブルのpadding */
.table-p td {
	padding: 20px 13px;
}


/* pの行間 */
p {
	line-height: 1.8;
}


/* リストの●の色 */
::marker {
	color: #00A669;
}

/*************************
ヘッダー
*************************/



/*************************
ページトップボタン
*************************/
/* トップへのボタンの背景色 */
.c-fixBtn {
	color: #eeab43;
	border: 1px solid #eeab43;
	background: #eeab43;
	transition: all .2s;
}

.c-fixBtn:hover {
	color: #fdfdfd;
	border: 1px solid #eeab43;
	background: #e59544!important;
	transform: scale(1.2);
}



/*************************
TOPページ
*************************/
/* トップページお問い合わせのボタンの丸み */
.swell-block-button .swell-block-button__link[data-has-icon]  {
	border-radius: 5px;
}



/*************************
会社概要
*************************/
/* 会社概要サブメニューのトランジション */
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-677, li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-678 {
	transition-duration: .2s;
}

/* 会社概要サブメニューにhoverした時のトランジション */
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-677, li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-678 {
    background: #00A669;
	  color: #fdfdfd;
} 


/* サブメニューのドロップダウンのカラー */
.c-plainBtn {
	color: #fdfdfd;
}


/* 画面右固定バナー */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #EEAB43;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* スマホでは非表示に */
@media screen and (max-width: 599px) {
  .follow-banner {
    display: none;
  }
}





/*********************
Contact Form7 カスタマイズ
**********************/

.contact-divider{ /*区切り*/
display: block;
width: 100%;
border-bottom: dashed 1px #C6C6C6 !important;
margin-bottom: 20px;
}
.req-tag{ /*必須*/
padding: 5px 15px;
background: #C51D51 !important;
color: #fdfdfd;
display: inline-block;
text-align: center;
margin: 0 5px;
border-radius: 3px;
}

.normal-tag{ /*任意*/
padding: 5px 15px;
background: #3999AC !important;
color: #fdfdfd;
display: inline-block;
text-align: center;
margin: 0 5px;
border-radius: 3px;
}

.mail-container{ /*入力フォーム*/
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
height: auto;
}

.top-sp{ /*間隔*/
margin: 20px 0;
}
.btm-sp{
margin-bottom: 15px;
}
.mail-item{
margin-bottom: 30px;
}
.mail-item:nth-child(1){ /*Label*/
width: 20%;
}
.mail-item:nth-child(2){ /*Tag*/
width: 10%;
text-align: center;
}
.mail-item:nth-child(3){ /*Form*/
width: 70%;
}

.scroll{ /*利用規約*/
padding: 20px;
width: 100%;
height: 300px;
overflow-y: scroll;
overflow-x: hidden;
background: white;
scrollbar-color: #4084A7 #EFEFEF;
border: solid 1px #707070;
}

.chk-container{ /*同意-ボタン*/
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
width: 100%;
height: auto;
}
.chk-item{
width: 100%;
margin-bottom: 10px;
text-align: center;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text.wpcf7-email{
width: 50%;
border-radius: 5px !important;
margin-bottom: 0;
background-color: white;
}

.wpcf7-form-control.wpcf7-textarea{
width: 100%;
border-radius: 5px !important;
margin-bottom: 0;
background-color: white;
}


.wpcf7-not-valid-tip{ /*Error Messages*/
color: red !important;
padding-top: 10px !important;
font-size: 13px !important;
display: block;
}
span.wpcf7-not-valid-tip {
padding: 0;
}

/*エラー表示を非表示*/
.screen-reader-response {
display: none;
}

div.wpcf7-validation-errors {
margin-top: 20px !important;
font-size: 16px;
display: inline-block;
margin: 0 auto;
background-color: #CF2323;
}


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

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-text.wpcf7-email,
.wpcf7-form-control.wpcf7-select{
width: 100%;
}
.mail-item:nth-child(1){ /*Label*/
width: 50%;
margin-bottom: 10px;
}
.mail-item:nth-child(2){ /*Tag*/
width: 50%;
margin-bottom: 10px;
text-align: left !important;
}
.mail-item:nth-child(3){
width: 100%;
}
.tag {
width: 60px;
}
}

/* 送信ボタンのカスタマイズ */
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    border-radius: 5px;
    background: #EEAB43;
    margin: 20px 0 0 0;
    padding: 10px;
    box-shadow: 2px 5px #cccccc;
	  transition-duration: .3s;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	background: #00A669;
	color: white;
	transition-duration: .3s;
}


/* ボタン下の*テキスト */
.contact-p {
	color: red;
	font-size: 0.9rem;
}




/* お問い合わせフォームのステップバー */
.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
}
.progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 20px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #0070BD;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #0070BD;
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #0070BD;
}

span.swl-fz.u-fz-l {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}
span.swl-fz.u-fz-l {
  clip-path: inset(0);
}




/*************************
フッター
*************************/
/* フッタープロフィールの紹介文の配置 */
.p-profileBox__text {
	text-align: center;
}

/* フッタープロフィールのボタンの丸み */
.p-profileBox__btn .p-profileBox__btnLink {
	border-radius: 5px;
}

/* フッタープロフィールの名前の太さ */
.has-medium-font-size, .u-fz-m {
	font-weight: bold;
}



/*************************
SP開閉メニュー内
*************************/
/* SP開閉メニュー内のタイトルの背景色 */
.c-widget__title.-spmenu {
	background: #eeab43;
	border-radius: 5px;
}

/* SP開閉メニュー内のサブサブメニューの背景色 */
ul.sub-menu.is-opened {
	background: #eeab43;
	color: #fff;
}



/************************* 
レスポンシブデザイン
**************************/
@media screen and(max-width: 599px) {
/* 共通 */
	.is-style-more_btn a {
		width: 100%;
	}
	
	/* H1のフォントサイズ */
.fs_s, .has-s-font-size, .has-small-font-size, .u-fz-s {
	font-size: 1.6rem!important;
}
}