@charset "utf-8";
/* CSS Document */

body,
html {
	background-color: #fff;
	color: #222;
	font-family: "Noto Serif JP",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	height: 100%;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
	box-sizing: border-box;
	margin: 0;
}
a{
	text-decoration: none;
	color: #222;
}
a:hover{
	color: #666;
}
a:visited{
	color: #222;
}
sup {
	font-size: 0.7em;
	vertical-align: top;
	margin: 0 2px;
}
.main {
	margin: 0 auto;
}
.header {
	width: 100%;
	max-width: 1280px;
	height:50px;
	margin: 20px auto;
	text-align: center;
}
.header .icon {
	margin: 0px auto;
	width: 50px;
	display:inline-block;
}
.header .switch {
	position: absolute;
	top: 40px;
	right: 20px;
	color: #222;
	font-size: 0.85em;
}
.video-wrapper {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: ;
}
.video-wrapper video {
	width: 100%;  
	height: 100%; 
	object-fit: cover;
}
.controls {
	display: none;
	align-items: center;
	gap: 10px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}
button {
	background: none;
	border: none;
	color: white;
	font-size: 16px;
	cursor: pointer;
}
input[type="range"] {
	flex-grow: 1;
}
#mute {
	position: absolute;
	right: 20px;
	bottom: 10px;
	background: rgba(0, 0, 0, 1.0);
	padding: 4px 6px;
	border-radius: 100%;
}
#muteimg {
	width: 26px;
	height: 26px;
}
.wrapper {
	width: 100%;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
}
.topttl {
	margin: 30px auto;
	font-weight: 500;
	font-size: 1.4rem;
	line-height:6.4;
	letter-spacing: 0.2em;
}
.btn-wrapper {
	margin: 30px auto 100px;
	display:flex;
	align-items: center;
	flex-direction: column;
	gap:20px;
}
.btn-wrapper a {
	display : block;
}
.btn-wrapper .m-btn {
	margin: 0px auto 20px;
	width: 80px;
	height:80px;
	background:url("../images/btn.gif") no-repeat center/cover;
	background-size: 100%;
	text-align: center;
	display: block;
}
.btn-wrapper .txt {
	font-size: 1.2rem;
	letter-spacing: 0.3em;
	padding-left: 0.3em;
}

.footer {
	width: 100%;
	margin: 200px auto 0;
	min-height: 50px;
	text-align: center;
}
.footer ul{
	display: flex;
	justify-content: center;
	padding: 0px;
}
.footer li{
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #333;
	letter-spacing: 0.1em;
}
.footer li:first-child {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}
.footer .icon-wrapper {
	margin: 30px auto;
	display: flex;
	justify-content: center;
	gap:10px;
}
.footer .icon-wrapper .icon{
	width: 50px;
	height:50px;
}
.footer .copyright {
	margin: 30px auto;
	font-size: 0.75rem;
	display: inline-block;
	letter-spacing: 0.2em;
}
h1 {
	margin: 60px auto;
	font-size: 2.4rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
}
.textAera01 {
	margin: 0px auto;
	font-size: 1.1rem;
	line-height:4;
	letter-spacing: 0.2em;
}
.textAera02 {
	margin: 0px auto;
	font-size: 1.0rem;
	line-height:1.8;
}
.profile-wrapper {
	margin: 0px auto;
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
}
.profile-wrapper .profile {
	display: flex;
}
.profile-wrapper .profile>div{
	width: 50%;
}
.profile-wrapper .profile .ttl {
	font-size: 2.4rem;
	letter-spacing: 0.3em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.profile-wrapper .profile .photo {
	max-width: 500px;
	width: 100%;
}
@media screen and (max-width: 850px) {
    .profile-wrapper .profile {
	display: flex;
	flex-direction: column;
        align-items: center;
	gap:20px;
    }
    .profile-wrapper .profile>div{
	width: 100%;
    }
}
@media screen and (max-width: 500px) {
    h1 {
	font-size: 1.9rem;
    }
    .profile-wrapper .profile .ttl {
	font-size: 2.0rem;
	letter-spacing: 0.2em;
    }
    .footer ul{
	font-size: 0.9rem;
    }
    .footer li{
	margin-left: 6px;
	padding-left: 6px;
	letter-spacing: normal;
    }
    .textAera01 {
	letter-spacing: normal;
    }
	#mute {
		padding: 2px 4px;
		bottom: 5px;
	}
	#muteimg {
		width: 18px;
		height: 18px;
	}
    .header .switch {
	right: 10px;
    }
}
.wrapper form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.wrapper label {
	font-weight: bold;
}
.wrapper input {
	width: 100%;
	max-width: 360px;
	margin-top: 10px;
	padding: 8px;
}
.wrapper textarea {
	height: 150px;
	width: 100%;
	min-width: 600px;
	max-width: 620px;
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #222;
	overflow: auto;
}
span.wpcf7-spinner {
  display: none;
}
.wpcf7-not-valid{
	background-color: #fc6262;
}
.company-wrapper {
	margin: 0px auto;
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
}
.company-wrapper table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	line-height:1.8;
	display: flex;
	justify-content: center;
}
.company-wrapper td {
	padding: 8px;
	text-align: left;
	border: none !important;
	vertical-align: top;
}
.company-wrapper tbody tr td:first-child{
	width: 84px;
	white-space: nowrap;
	display: flex;
}
.company-wrapper ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.input_area p {
	margin-top: 20px;
}
.confirm {
	padding: 6px 10px;
	margin: 10px auto 20px;
	width: 100%;
	max-width: 360px;
	display: inline-block;
	border: 1px solid #eee;
	text-align: left;
	background-color: #f5fafa;
}
.confirm-message {
	padding: 12px;
	margin: 10px auto 20px;
	width: 100%;
	min-width: 600px;
	max-width: 620px;
	height: 150px;
	display: inline-block;
	border: 1px solid #eee;
	text-align: left;
	overflow: auto;
	background-color: #f5fafa;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .wrapper textarea {
	min-width: 320px;
    }
    .btn-wrapper .m-btn {
	margin: 0px auto 20px;
	width: 70px;
	height:70px;
    }
    .btn-wrapper .txt {
	font-size: 1.1rem;
	letter-spacing: 0.15em;
    }
    .confirm-message {
	min-width: 320px;
	height: 250px;
    }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mb-0{
  margin-bottom:0px!important;
}
.mb-10{
  margin-bottom:10px!important;
}
.mb-30{
  margin-bottom:30px!important;
}
.mb-60{
  margin-bottom:60px!important;
}
.mb-120{
  margin-bottom:120px!important;
}
.nowrap{
  white-space: nowrap;
}
.n-spacing{
letter-spacing: normal;
}