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

.service-section{
padding-right:40px !important;
padding-left:40px !important;
}
@media screen and (max-width:599px) {
.service-section{
padding-right:20px !important;
padding-left:20px !important;
}
}


body{
font-family: 'Zen Maru Gothic', sans-serif;
}

.l-content{
	padding-top:0 !important;
}
.l-header.-parallel .w-header{
	display:none !important;
}

/*ヘッダーボタン*/
.header-btn_bg{
	width: 114% !important;
	padding:1.1rem !important;
	border-radius: 10px;
	height: 115px;

}

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

.header-btn a{
		width:91% !important;
}

.header-btn a{
	background:#fff ;
	padding:20px 36px;
}

.header-btn a:hover{
border:1px solid #555;
}
/*共通ボタン*/
.is-style-btn_normal a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #55c8f3;
  transition: 0.3s;
  background-color: #55c8f3;
    margin-right: auto !important;
    margin-left: auto !important;
color:#fff !important;
 padding:15px;
}
.is-style-btn_normal a:hover {
  box-shadow: 0 0 #fff;
  transform: translateY(1px);
  background-color: #fff;
color:#55c8f3 !important;
}

.width{
width:12rem !important;
}

.is-style-btn_normal a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #55c8f3;
  transition: 0.3s;
  background-color: #55c8f3;
    margin-right: auto !important;
    margin-left: auto !important;
color:#fff !important;
padding:15px ;
}
.is-style-btn_normal a:hover {
 
	box-shadow: 0 0 #fff;
  transform: translateY(1px);
  background-color: #fff;
color:#55c8f3 !important;
}

.is-style-btn_line a{
	  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #55c8f3;
  transition: 0.3s;
  background-color: #Fff;
    margin-right: auto !important;
    margin-left: auto !important;
color:#55c8f3 !important;
padding:15px ;
}
.is-style-btn_line a:hover {
   box-shadow: 0 2px 2px rgba(0,0,0,.1),0 4px 8px -4px rgba(0,0,0,.2);
  transform: translateY(1px);
  background-color: #55c8f3;
color:#Fff !important;
}


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

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


/*ラジオボタン*/

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 #f8b635;
    height: 24px;
    width: 24px;
    left: 5px;
  }
  
  [type="radio"] + span::after {
    background-color: #f8b635;
    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;
  }



textarea {
		border:1px #f8b635 dotted;
}


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

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

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 50px;
	font-size: 10px;
	margin-left: 10px;
		margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
	font-weight:bold;
}

/*送信ボタン*/
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
		background-color: #FFF !important;
	color: #55c8f3; 

	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px dotted #55c8f3;
	-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: #55c8f3 !important;
	color: #fff;
}
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;
	padding-right: 2rem;
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}

}
@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%;
}
}

/*サンクスメッセージ非表示*/
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/*フッター*/
.widget_media_image{
text-align:center !important;
}
.widget_media_image img{
width:50%;
}

/*ヘッダー用css*/
header{
	height:135px !important;
}
@media screen and (max-width:960px) {
header{
	height:70px !important;
}
}

.l-header .l-header__inner{
	background: #fff;
    width: 90%;
    margin-top: 20px;
    border-radius: 10px;
}
    .p-mainVisual.-margin-on {
        padding: 0
    }


/*スクロール用css*/
#main_visual .p-mainVisual__textLayer{
	justify-content:flex-end !important;
	
}
#main_visual .p-mainVisual__slideText{
	    margin-bottom: 20px !important;
	
}
 .scroll-area {
	     position: relative;
    width: 100%;
    max-width: 100px;
    margin: -39px auto 0;
	
}
.circle-area {
    position: relative;
    width: 16px;
    height: 35px;
    margin: 0 auto 10px;
    border: 1px solid #3e3a39;
    border-radius: 50px;
}

@keyframes circlemove {
  0% {transform: translateY(-18px);}
  50% {transform: translateY(0);}
  100% {transform: translateY(-18px);}
}
@keyframes cirlemovehide {
    0% {opacity: 0}
	 50% {opacity: 1}
    70% {opacity: 0}
    100% {opacity: 0}
}
.circle-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #3e3a39;
    border-radius: 50%;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
 .scroll-area::after {
    content: "";
    display: block;
    width: 1px;
	height: 75px;
    margin: 0 auto;
    background: #3e3a39;
}

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

	 .scroll-area::after {
    height: 20px;
}
	#main_visual .p-mainVisual__slideText {
    margin-top: 35px !important;
	}
}
	

/*追従ヘッダー*/
.l-fixHeader__inner{
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
      
}
.l-fixHeader:before{
    display:none;
}
.-body-solid .l-fixHeader{
    box-shadow:none;
}
