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

/*コンタクトフォームのカスタマイズ*/
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

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

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}

.wpcf7-submit{
	background-color:#8ACED4 !important;
	border-radius: 9999px !important;
}

.re{
	text-align: center;
	font-size:10px;
	padding-top:2rem;
}

/* 画像の角丸　枠線*/
.photo img{
 border-radius: 20px;
}

.swl-bg-color{
 border-radius: 15px;
 padding:5px 15px;
}

.banner{
 border: solid 4px #8ACED4;
}

/* ヘッダー周り*/
.titan-one-regular  {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
	font-size:45px !important;
}

.contact {
		font-size: 2rem !important;
}

.p-mainVisual__slideTitle{
		font-size: 3rem !important;
}

.l-header .c-mvBtn, .l-fixHeader .c-mvBtn {
margin: 0;
}
.l-header .c-mvBtn__btn, .l-fixHeader .c-mvBtn__btn {
padding: 1em 0em;
}
@media screen and (max-width: 980px) {
.l-header .c-mvBtn__btn, .l-fixHeader .c-mvBtn__btn {
padding: 0.5em 1em;
}
}

.w-header__inner{
	  width: 160px;
}

/* 1. 基本のbox-shadow */
.shadow {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}

.kadomaru{
	border-radius: 10px;
	padding:20px;
}

.maru img{
	border-radius: 10px;
}

.titan {
  font-family: "Titan One", sans-serif;
  font-style: normal;
	font-size: 3rem !important;
}

.industry_txt{
    line-height: 180%;
	box-sizing: border-box;
}

.parent_box {
  display: flex;
}
 
.parent_box div {
	flex-wrap: wrap;
	text-align: center;
  width: 200px;
	color: #FFF;
	background-color: #5ebd43;
	justify-content: space-between;
	flex-basis:auto;
	margin:auto;
	height:100px;
	flex:1 1 1;
	font-size:20px;
}

.contacttell{
	background-color:rgba(255,255,255,0.7);
	padding:1rem !important;
}
/* 
.post_content{
	margin-top:30px !important;
}
 */

.grecaptcha-badge { visibility: hidden; }

/* フッター上の余白消し 
.l-content {
  margin-bottom: 0 !important;
}*/

/* サブページのタイトル装飾 */
.c-pageTitle__inner:first-letter{
  font-size: 150% !important;
  color: #8ACED4 !important;
}

/*お知らせの角丸とか*/
.news{
	background-color:#FFFFFF;
	padding:30px 40px !important;
	border-radius:25px;
	color:#7E551B;
}

.kadomaru{
	padding:30px 30px !important;
	border-radius:25px;
	color:#7E551B;
	border: solid 4px #8ACED4;
}

@media screen and (max-width: 600px) {
	.vw{
		font-size:18px !important;
		letter-spacing: 0.04em !important;
	}
}

/*アニメーション　フェードイン*/
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}

.list-solid{
	border-bottom: 2px solid #f0f0ee;
}

.list-solid-head{
	border-bottom: 2px solid #8ACED4;
}

@media screen and (max-width: 600px) {
.list-solid{
border-bottom: 2px solid #fff;
}
}

/* スマホ固定メニュー */
#fix_bottom_menu .menu_list{
  　display: flex;
	color:#fff;
    align-items: center;
    justify-content: center;
}

#fix_bottom_menu+.p-fixBtnWrap{
   bottom: 75px;
}

/*固定フッターSP*/
#fix_bottom_menu .menu_list{
	overflow: hidden;
}
/*ボタンのリンク判定幅調整*/
#fix_bottom_menu .menu-item a{
	padding: 10% 0;
}

#fix_bottom_menu .menu-item{
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

/*１つ目のボタンの背景色*/
#fix_bottom_menu .menu-item:nth-child(1){
	background: #EFB637;
}

/*２つ目のボタンの背景色*/
#fix_bottom_menu .menu-item:nth-child(2){
	background: #8ACED4;
}
/*3つ目のボタンの背景色*/
#fix_bottom_menu .menu-item:nth-child(3){
	background: #00B900;
}

#fix_bottom_menu span{
	font-size:1em;
}

@media (min-width: 960px) {
  #fix_bottom_menu {
    display: block;
    width: 50%; /* 固定フッターメニューの横幅（PC） */
    left: 50%;
    transform: translateX(-50%);
  }

  #fix_bottom_menu .menu-item {
    cursor: pointer;
	height:100%;
  }

  .p-spMenu {
    display: block;
    z-index: 102;
  }

  .p-spMenu__inner {
    max-width: 600px;
  }
}

.menu_list{
	height:100% !important;
}

#fix_bottom_menu{
	height:70px;
	box-shadow:0 0 0 !important;
}

.p-profileBox__text .c-iconList__item a{
background:red !imortant;
}

/* フッター調整（PC） */
.c-iconList__icon{
	font-size:24px !important;
}

.spmenu{
	font-size:2em;

}

.c-iconList__link {
	margin: 0 10px !important;}

/* スワイパーのサムネイルの背景色を変更 */
div#n2-ss-2 .n2-style-b14b6550a7b2dc4c88dce3ba6fe6c6ef-simple {
    background: #fff !important;
}

.gray{
	padding:1.5rem 1.5rem;
	border: solid 2px #d8d8d8;
	border-radius:12px;
}