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

.l-content{
	padding-top:0 !important;
}
/*ヘッダーボタン*/
.header-btn_bg{
	background-color:rgb(255,255,255);
	opacity:0.7;
	width:500px !important;
	padding:1rem !important;
}

[data-scrolled=true] .header-btn_bg[data-ready]{
		background-color:rgb(255,255,255);
	opacity:1 !important;
}
.header-btn{
	--the-btn-radius:0 !important;
}

/*メインビュー*/

p.flowing {
	font-size: 70px;
    font-weight: bold;
    color: #333;
    margin-left: 10px;
	margin-bottom: 20px;
    

    display: inline-block;
    white-space: nowrap;
    clip-path: inset(0 100% 0 0);
    animation: wipe-anim 2s forwards ease-out;
}

p.mv_text2 {
	font-size: 50px;
    display: block;
    clip-path: none;
    

    opacity: 0;
    animation: fade-anim 1.5s ease-in 2s forwards;
}

@media screen and (max-width: 767px) {
    p.flowing {
        font-size: 8vw;      
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    p.mv_text2 {
        font-size: 6vw;
    }
}

/*1行目用*/
@keyframes wipe-anim {
    to { clip-path: inset(0 0 0 0); }
}

/*2行目用*/
@keyframes fade-anim {
    0% { opacity: 0; }
    100% { opacity: 1; }
}



/*下層ページh2見出し*/
.h2_title-subpage {
	font-size: 26px;
   text-align: center;
}

.h2_title-subpage span {
  margin: auto !important;
text-align: center !important;
	display: flex;
	align-items: center;
	color: #e6b422;
	font-size: 18px;
	text-transform: uppercase;
justify-content: center;}
@media screen and (max-width:599px) {
.h2_title-subpage span {
		font-size: 12px !important;
	}
}

.h2_title-subpage span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #e6b422;
}
.h2_title-subpage span::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    width: 40px;
    height: 1px;
    background-color: #e6b422;
}

/*スマホ追従メニュー*/
.sp-menu{
	color: #e6b422;
}

.menu_list{
	background:#ffefe0;
}

/***お問い合わせフォーム***/

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
}
.contact7 dt {
	font-weight: normal;
}

/*ラジオボタン*/

input[type=radio] {
  display: none;
}

[type="radio"] + span {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
  }
  
  [type="radio"] + span::before,
  [type="radio"] + span::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  
  [type="radio"] + span::before {
    background-color: #fff;
    border: 1px solid #4CB187;
    height: 24px;
    width: 24px;
    left: 5px;
  }
  
  [type="radio"] + span::after {
    background-color: #4CB187;
    opacity: 0;
    height: 12px;
    width: 12px;
    left: 11px;
  }

  input[type="radio"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
  }

  input[type="radio"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
  }

/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #e6b422;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #e6b422;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #e6b422; 
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}

.policy-text{
	display:flex !important;
	justify-content:center !important;
	margin-bottom:1.5rem;
}

.recruit-small{
	font-size:0.75rem;
	padding-left:1rem;
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}
	

.btn_contact7 input {
	width: 70%;
	background-color: #e6b422;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #e6b422;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #e6b422; 

}
}
@media screen and (max-width: 767px) {
	/* コンタクトフォーム横幅調節 */
.wpcf7 input[name="your-name"] { /* 名前入力欄 */
 width: 100% !important;
}
	.wpcf7 input[name="kana"] { /* 仮名入力欄 */
 width: 100% !important;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
 width: 100%;
}
	.wpcf7 input[name="your-tel"] { /* 電話番号入力欄 */
 width: 100%;
}
.wpcf7 input[name="your-address"] { /* 住所入力欄 */
 width: 100%;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
 width: 100%;
}
	
		.contact7 dd {
	margin: 10px 0 30px 0;
	}
}

