@charset "UTF-8";

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.bt-contact li:first-child a {
	background: transparent!important;
}

.bt-contact li:first-child(2) a {
	background: #E85097!important;
}

.bt-contact.is_header li:first-child a {
	background: transparent!important;
}

.bt-contact.is_header li:nth-child(2) a {
	background: #E85097!important;
}

.staff-bnr {
  max-width: 800px;
  margin: 0 auto 40px;
}

.staff-bnr a {
  display: block;
}


.point-heading {
  font-size: 25px;
}

.point-list {
  margin-bottom: 40px;
  font-size: 0;
}

.point-list li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	background: #000;
	height: 130px;
	width: 330px;
	font-size: 16px;
	line-height: 1.5;
}

.point-list li small {
	font-size: 13px;
}

.point-list li div {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.point-list li:first-child {
	background: url(../images/home/img_list_01.jpg)no-repeat, #000;
	background-position: center;
	background-size: cover;
}

.point-list li:nth-child(2) {
	background: url(../images/home/img_list_02.jpg)no-repeat, #000;
	background-position: center;
	background-size: cover;
}


.point-list li:last-child {
	background: url(../images/home/img_list_04.jpg)no-repeat, #000;
	background-position: center;
	background-size: cover;
}

.point-list li span {
    background: linear-gradient(transparent 50%, #ad8d4d 0%);
    padding: 0 4px;
}

.point-list li strong {
    font-size: 22px;
}

.section-faq {
	padding: 80px 0;
	background: #eeeeee;
}

.section-faq .colpd {
  margin: 0 auto;
  position: relative;
  width: 70%;
  max-width: 1160px;
}


.faq-heading {
  margin-bottom: 30px;
  font-size: 25px;
  border-left: solid 5px #212121;
  padding-left: 15px;
}

.faq-block {
  margin-bottom: 20px;
}

.faq-detail {
	padding: 20px 30px 40px;
  margin-bottom: 30px;
  background: #fff;
}

.faq-detail span {
	position: absolute;
	left: 0;
  font-size: 40px;
  line-height: 1;
		vertical-align: middle;
  font-weight: normal;
  letter-spacing: 0;
  font-family: Vollkorn, 'Cormorant Garamond', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}


.faq-detail dt,
.faq-detail dd {
	position: relative;
	font-size: 16px;
	padding-left: 50px;
}


.faq-detail dt {
  border-bottom: dotted 1px #212121;
  padding-bottom: 25px;
}

.faq-detail dd {
  padding-top: 25px;
}

.faq-detail dd span {
  top: 20px;
}

.faq-detail dt span {
  top: -5px;
}

.staff-content {
	max-width: 940px;
	margin: 0 auto;
}

.section-col04 {
  background: #fff!important;
}

.staff-block {
	margin: 0 50px 60px 0;
  max-width: 280px;
  float: left;
}

.staff-block:nth-child(3n) {
	margin-right: 0;
}


.staff-block figure {
  position: relative;
  margin: 0 0 10px;
}

.staff-block figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 12px;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.staff-block figure figcaption span {
  font-size: 12px;
  padding-left: 15px;
  vertical-align: baseline;
}

.staff-block p {
  font-size: 12px;
  line-height: 1.5;
}

.staff-heading {
  margin-bottom: 10px;
  background: #212121;
  color: #fff;
  max-width: 100px;
  font-size: 12px;
  padding: 4px;
  text-align: center;
  line-height: 1;
}

.staff-box {
  padding: 10px;
  background: #eeeeee;
  font-size: 12px;
  margin-bottom: 10px;
}

.staff-box span {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
}

.staff-list li {
  padding-bottom: 5px;
  font-size: 12px;
  padding-left: 12px;
  line-height: 1.4;
  position: relative;
}

.staff-list li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  line-height: 1.4;
}

.staff-list li:last-child {
  padding-bottom: 0;
}

.staff-career {
  border: solid 1px #212121;
  box-sizing: border-box;
  padding: 10px;
}

.staff-career span {
  font-size: 12px;
  font-weight: bold;
}

/* form */

input[type="text"],input[type="submit"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-content {
    max-width: 680px;
    margin: 0 auto;
}

.form-table {
    width: 100%;
}

.form-table th {
		padding: 20px 0 10px;
    font-size: 20px;
		vertical-align: middle;
}

.form-table td {
    padding-bottom: 20px;
    border-bottom: dashed 1px #000;
		font-size: 16px;
		vertical-align: middle;
}

.form-required {
    display: inline-block;
    background: #222;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 4px 10px;
    vertical-align: middle;
    margin-left: 20px;
}

.form-table td ul li {
    margin-top: 20px;
}

td.noborder {
    border-bottom: none;
}

input::placeholder {
  color: #ccc;
}

input.form-input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: solid 1px #ccc;
		padding: 0 20px;
		font-size: 16px;
}

input.form-calendar {
	width: 200px;
	height: 50px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 0 20px;
	font-size: 16px;
	margin: 0 20px;
}

.form-select-arrow {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.form-select-arrow::before {
	position: absolute;
	content: "";
	pointer-events: none;
	right: 13px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

select.form-select {
    width: 150px;
    height: 50px;
    background: #fff;
    border: solid 1px #ccc;
    padding: 0 20px;
		font-size: 16px;
}

.form-textarea {
    width: 100%;
    height: 200px;
    background: #fff;
    border: solid 1px #ccc;
    padding: 20px;
    font-size: 16px;
    resize: none;
}


.form-button {
	position: relative;
  width: 300px;
  margin: 50px auto 0;
}

.form-button::before {
	position: absolute;
	content: "";
	width: 290px;
	height: 50px;
	top: 5px;
	left: 5px;
	border: solid 0 #fff;
	pointer-events: none;
	box-sizing: border-box;
}

.form-button:hover::before {
	border: solid 1px #fff;
}

input.form-submit {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 18px;
    height: 60px;
		cursor: pointer;
}

.mw_wp_form .error {
  position: absolute;
}

.check .form-select-arrow:before {
  display: none;
}

.thanks {
    padding: 100px 0;
}

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

	.staff-bnr img {
		max-width: 100%;
	}

	.section-faq .colpd {
  margin: 0 auto !important;
  position: relative;
  width: 90%;
	}

	.point-list li {
  width: 30%!important;
  margin: 0 1%;
  font-size: 12px;
 }

	.point-list li img {
	  height: 100%;
	  width: auto;
	}

	.point-list li strong {
    font-size: 18px;
	}

	.point-list li small {
    font-size: 10px;
	}

	.staff-block {
    margin: 0 1% 50px;
    width: 31.3%;
    max-width: inherit;
	}

	.staff-block:nth-child(3n) {
	    margin-right: 1%;
	}

	.staff-block figure img {
	    width: 100%;
	}

	.covid19 {
    width: 100%;
	}

}

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

	 .point-heading {
    font-size: 20px;
	}

	.point-list li {
	    width: 90%!important;
	    margin-bottom: 10px;
	    height: 100px;
	}

	.faq-heading {
    font-size: 20px;
    margin-bottom: 20px;
	}

	.faq-detail {
	    padding: 10px 20px 20px;
	    margin-bottom: 20px;
	}

	.faq-detail dt, .faq-detail dd {
	    padding-left: 30px;
	    font-size: 14px;
	}

	.faq-detail span {
	    font-size: 25px;
	}

	.faq-detail dt span {
	    top: 0;
	}

	.faq-detail dd span {top: 15px;}

	.faq-detail dd {
	    padding-top: 15px;
	}

	.faq-detail dt {
	    padding-bottom: 10px;
	}

	.staff-block {
    width: 48%;
    margin-bottom: 30px;
	}

	.staff-block figure figcaption {
    padding: 10px;
    font-size: 14px;
	}

	.staff-block figure figcaption span {
	    display: block;
	    padding: 5px 0 0;
	    font-size: 10px;
	}

	.form-table th {
    padding: 10px 0;
    font-size: 16px;
	}

	.form-required {
	    margin-left: 10px;
	    font-size: 12px;
	    vertical-align: middle;
	}

	input.form-input {
    height: 40px;
	}

	select.form-select {
	    height: 40px;
	    width: 120px;
	}

	.form-select-arrow::before {
	    top: 15px;
	}

	input.form-calendar {
    margin-bottom: 10px;
    height: 40px;
	}

	.form-table td {
    font-size: 14px;
	}

	.form-button {
	    width: 230px;
	    margin-top: 30px;
	}

	input.form-submit {
	    font-size: 16px;
	    height: 50px;
	}


}


.campaign_img {
  width: 80%;
  height: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .campaign_img {
    width: 100%;
    display: none;
  }
}

.col-text {
  width: 100%;
}

.camperiod {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .camperiod {
    font-size: 18px;
  }
}

.campaign_contact {
  background-image: url(../images/home/bk_contact.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .campaign_contact {
    padding: 30px 20px 30px 20px;
  }
}

.section-col04 {
  padding: 80px 0 0;
}

.campaign_img_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .campaign_img_sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}