@charset "UTF-8";


.under {
	min-width: 1160px;
}


.txt {
  font-size: 16px;
}



.mab {
	margin-bottom: 50px;
}
.mat01 {
	margin-top: 60px;
}

.mat02 {
	margin-top: 30px;
}

.mat03 {
	margin-top: 20px;
}
.mab01 {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.under {
	min-width: 100%;
}	
	
.mab {
	margin-bottom: 30px;
}
.mat01 {
	margin-top: 30px;
}	
.mat02 {
	margin-top: 20px;
}
	
.txt {
  font-size: 14px;
}	
	
}


/*--------------------------------------------------
  mv
--------------------------------------------------*/
.under .mv {
	width: 100%;
	position: relative;
	min-width:1160px;		
	margin-top: 230px;

}
.under .mv .inner {
	width: 1100px;
	margin: auto;
}
.under .mv h2 {
	font-size: 50px;
	font-weight: bold;
}
.under .mv .f-eng {
	font-size: 24px;
	color: #50bca1;
	margin-top: 28px;
}



.pankuzu_wrap{
margin-top: -40px;
}

#pankuzu .inner{
	box-sizing: border-box;
  font-size: 13px;

	text-align: right;
	color: #888;
}


#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
	color: #888;	
}
#pankuzu a:hover {
  text-decoration: none;
}

.under .mv .mv-image {
  flex: 1;
  margin-right: calc(50% - 50vw);
  min-width:1160px;	
	margin-top: 120px;
}
.under .mv  .mv-image img {
	 width: 100%;
	border-radius: 120px 0 0 0;
	object-fit: cover;
  font-family: 'object-fit: cover';
	height: 470px;

}


@media screen and (max-width: 768px) {
.under .mv {
	width: 100%;
	position: relative;
	min-width:100%;		
	margin-top: 110px;

}
.under .mv .inner {
	width: 90%;
	margin: auto;
}
.under .mv h2 {
	font-size: 30px;
	font-weight: bold;
}
.under .mv .f-eng {
	font-size: 15px;
	color: #50bca1;
	margin-top: 15px;
}



.pankuzu_wrap{
  margin-top: 0;
	position: absolute;
	bottom: -30px;
	width: 90%;
	margin: auto;
}

#pankuzu .inner{
	box-sizing: border-box;
  font-size: 12px;
	padding: 0;
	width: 100%;
	text-align: right;
	color: #888;
	margin-right: 0;
	margin-left: 0;
	
}


#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
	color: #888;	
}
#pankuzu a:hover {
  text-decoration: none;
}

.under .mv .mv-image {
  flex: 1;
	
  margin-right: calc(50% - 50vw);
  min-width:100%;	
	margin-top: 30px;
}
.under .mv  .mv-image img {
	width: 100%;
	border-radius: 70px 0 0 0;
	object-fit: cover;
  font-family: 'object-fit: cover';
	height: 200px;

}

}


/*--------------------------------------------------
  company
--------------------------------------------------*/
.company .sec01 {
	margin-top: 90px;
	margin-bottom: 260px;
	min-width: 1160px;
}
.company .sec01 .box {
	width: 900px;
		margin: auto;
}

.company .sec01 li {
	border-bottom: solid 1px #d2d2d2;
	box-sizing: border-box;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.company .sec01 li dl {
	display: table;
	width: 100%;
}
.company .sec01 li dt {
	display: table-cell;
	width: 24%;
	font-weight: bold;
	font-size: 18px;
}
.company .sec01 li dd {
	display: table-cell;
	width: 76%;
	font-size: 18px;
}


@media screen and (max-width: 768px) {
.company .sec01 {
	margin-top: 90px;
	margin-bottom: 180px;
	min-width: 100%;
}
.company .sec01 .box {
	width: 100%;
		margin: auto;
}

.company .sec01 li {
	border-bottom: solid 1px #d2d2d2;
	box-sizing: border-box;
	padding-bottom: 22px;
	margin-bottom: 22px;
}

.company .sec01 li dl {
	display: table;
	width: 100%;
}
.company .sec01 li dt {
	display: table-cell;
	width: 30%;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}
.company .sec01 li dd {
	display: table-cell;
	width: 67%;
	line-height: 1.4;
	font-size: 14px;
}
	
}


/*--------------------------------------------------
  privacy-policy
--------------------------------------------------*/
.privacy-policy .sec01 {
	margin-top: 90px;
	margin-bottom: 260px;
	min-width: 1160px;
}

.privacy-policy .sec01 .inner {
	width: 900px;
	margin: auto;
}
.privacy-policy .sec01 h3 {
	text-align: center;
	font-weight: bold;
	font-size:28px;
	margin-bottom: 30px;
}
.privacy-policy .sec01 .txt {
	letter-spacing: 0.01em;
	line-height: 2;
}

.privacy-policy .sec01 .box {
	margin-top: 40px;
}

.privacy-policy .sec01 .p-wrap {
	margin-bottom: 40px;
}


.privacy-policy .sec01 .p-wrap h4 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
.privacy-policy .sec01 {
	margin-top: 70px;
	margin-bottom: 180px;
	min-width: 100%;
}

.privacy-policy .sec01 .inner {
	width: 90%;
	margin: auto;
}
.privacy-policy .sec01 h3 {
	text-align: center;
	font-weight: bold;
	font-size:18px;
	margin-bottom: 20px;
}
.privacy-policy .sec01 .txt {
	letter-spacing: 0.01em;
	line-height: 2;
}

.privacy-policy .sec01 .box {
	margin-top: 40px;
}

.privacy-policy .sec01 .p-wrap {
	margin-bottom: 40px;
}


.privacy-policy .sec01 .p-wrap h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}
	
	
	
}
/*--------------------------------------------------
  contact
--------------------------------------------------*/
.contact .sec01 {
	margin-top: 90px;
	margin-bottom: 220px;
	min-width: 1160px;
}

.contact .sec01 .inner {
	width: 900px;
	margin: auto;
}
.contact .sec01 .title {
	font-weight: bold;
	text-align: center;
	font-size: 26px;
}

input,
textarea,
select,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
	box-sizing: border-box;
}

.form-block {
  width: 100%;
	margin-top: 30px;
}

.form-block table {
	margin: 20px 0 60px;
	border: none;
	width: 100%;
}

.form-block table tr {
	border-bottom: 1px solid #f0f0f0;
}

.form-block table th {
	background: none;
	width: 30%;
	padding: 30px 5% 30px 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
}

.form-block table th p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.form-block th .req01 {
	background: #d74444;
	padding: 1px 5px 3px;
	margin-left: 12px;
	color: #fff;
	line-height: 1.4;
	font-size: 12px;
	position: relative;
	top: -2px;
	border-radius: 2px;
}

.form-block th .tx01 {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
	display: inline-block;
}



.form-block table td {
	width: 70%;
	padding: 30px 0 30px 20px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.02em;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
}
.form-block table td p {
	font-size: 16px;
	line-height: 1.4;	
}


.form-block td input {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	background: #f0f0f0;
	border-radius: 8px;
	border: none;
}


/* ラジオボタン */
.radio01 li {
	float: left;
	margin-right: 25px;
}
.radio01 .wpcf7-list-item {
	float: left;
	margin-right: 25px;
}

.radio01 li:last-child {
	margin-right: 0;
}

.radio-input + .radio-parts {
  padding-left: 29px;
	font-size: 18px;
  position: relative;
}
.radio-input + .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
	margin-top: -8px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
	background: #6ebaa2;
	margin: -4px 0 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts {
  color: #6ebaa2;
}


/* textarea */
.form-block textarea {
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 15px;
	resize: vertical;
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 16px;
	background: #f0f0f0;	
	border-radius: 8px;	
}


/* send-btn */
.send-btn {
	display: block;
	background: #444;
	width: 340px;
	height: 80px;
	margin: 70px auto 0;
	box-sizing: border-box;
	line-height: 80px;
	border: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius:100px;
	cursor: pointer;
	transition: all 0.3s;
	color: #fff;
	position: relative;
}
.send-btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}






/* ラジオボタン */
.radio01 .wpcf7-list-item {
	float: left;
	margin-right: 25px;
}
.radio01 li:last-child {
	margin-right: 0;
}
.radio-input input {
  display: none;
}
.radio-input + .radio-parts {
  padding-left: 24px;
	font-size: 16px;
  position: relative;
}
.radio-input + .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
	margin-top: -7px;
  border: 1px solid #6ebaa2;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
	background: #6ebaa2;
	margin: -4px 0 0 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts {
  color: #6ebaa2;
}



.radio-input input + .wpcf7-list-item-label {
  padding-left: 24px;
	font-size: 16px;
  position: relative;
}
.radio-input input + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
	margin-top: -7px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}
.radio-input input:checked + .wpcf7-list-item-label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
	background: #6ebaa2;
	margin: -3px 0 0 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.radio-input input:checked + .wpcf7-list-item-label {
  color: #6ebaa2!important;
}


.radio01 .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-list-item-label {
  padding-left: 24px;
	font-size: 16px;
  position: relative;	
}


.contact .cj {
	margin-bottom: 12px;
}

.contact .cj a {
	text-decoration: underline;
	color: #444;
}



.contact .tel-tx {
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
	
}

.contact .tel01 a {
	font-size: 70px;

}
.contact .t-box {
	border-top: solid 1px #eee;
	margin-top: 70px;
}


@media screen and (max-width: 768px) {
.contact .sec01 {
	margin-top: 60px;
	margin-bottom: 160px;
	min-width: 100%;
}

.contact .sec01 .inner {
	width: 90%;
	margin: auto;
}
.contact .sec01 .title {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}	
	
.form-block {
  width: 100%;
	margin-top: 20px;
}

.form-block table {
	margin: 20px 0 30px;
	border: none;
	width: 100%;
}


	
.form-block table th {
	display: block;
	background: none;
	width: 100%;
	padding: 0 0 0 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
	margin-bottom: 12px;
	margin-top: 25px;
}
	
.form-block table th p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}	
.form-block th .req01 {
	padding: 1px 6px 3px;
	margin-left: 10px;
	color: #fff;
	line-height: 1.4;
	font-size: 11px;
	position: relative;
	top: -1px;
	border-radius: 2px;
}

.form-block th .tx01 {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
	display: inline-block;
}



.form-block table td {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
	margin-bottom: 25px;	
}
	
	.form-block table td p {
	font-size: 15px;
	line-height: 1.4;		
	}	
.form-block td input {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	background: #f0f0f0;
	border-radius: 4px;
	border: none;
}


/* ラジオボタン */
.radio01 li {
	float:none;
	margin-right: 0;
	margin-top: 15px;
	letter-spacing: 0.01em;
	font-size: 14px;

	
}
.radio01 li:last-child {
	margin-right: 0;
}
.radio-input {

}
.radio-input + .radio-parts {
  padding-left: 25px;
	font-size: 12px;
  position: relative;
}
.radio-input + .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
	margin-top: -7px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
	background: #6ebaa2;
	margin: -4px 0 0 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts {
  color: #6ebaa2;
}

	.radio01 label {
		font-size: 14px!important;
		letter-spacing: 0.01em!important;
	}
	
	
.radio-input input + .wpcf7-list-item-label {
  padding-left: 24px;
	font-size: 14px;
  position: relative;
}	
/* textarea */
.form-block textarea {
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 14px;
	resize: vertical;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #f0f0f0;	
	border-radius: 4px;	
}


/* send-btn */
.send-btn {
	display: block;
	background: #333;
	width: 80%;
	height: 60px;
	margin: 50px auto 0;
	box-sizing: border-box;
	line-height: 60px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius:100px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
.send-btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
	
	
	
.contact .cj {
	margin-bottom: 10px;
}
.contact .cj a {
	text-decoration: underline;
	color: #444;
	font-size: 14px;
}




.contact .tel-tx {
	margin-top: 30px;
	font-size: 14px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
	
}

.contact .tel01 a {
	font-size: 40px;

}
.contact .t-box {
	border-top: solid 1px #eee;
	margin-top: 50px;
}
	
	
	
	
}

