/* CSS Document */

body {
	max-width: 700px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade:hover {
	opacity: .5;
	filter: alpha(opacity=60);
}
section {
	position: relative;
}

section.h_menu {
    background: #0c357c;
		cursor: pointer;
		font-size: 16px;
}
section.h_menu .btn{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:0.5em;
    padding: 1em 0;
}
section.h_menu .btn i {
    display: block;
    width: 3em;
    border-bottom: 0.4em solid #fff;
    border-radius:0.3em;
}
@media (max-width: 768px) {
		section.h_menu {
			font-size: 3.2vw;
		}
}

.gn_set {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.gn_set .gn_bg{
    position:absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(255,255,255,0.98);
    z-index:0;
}

.gn_set .gn_lst{
    font-size:24px;
    position:relative;
    z-index:1;
}

@media (max-width: 768px) {
		.gn_set .gn_lst {
			font-size: 5.2vw;
		}
}
.gn_set .gn_lst li{
		padding-left: 1.2em;
		position: relative;
}
.gn_set .gn_lst li + li{
    margin-top:1.8em;
}
.gn_set .gn_lst li::before{
	position: absolute;
	content:"";
	aspect-ratio: 2/3;
	width: 0.48em;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #0c357c;
	top: 50%;
	left: 0;
	transform: translateY(-50%);	
}

.gn_set .gn_lst a{
    text-decoration:none;
    color:inherit;
    padding-bottom:0.15em;
    border-bottom:1px solid;
		position: relative;
}

.cont01 .btn01 {
	position: absolute;
	width: min(90.300vw,586.949px);
	bottom: 0.495%;
	left: 50%;
	transform: translate(-50%, 0);
}
.cont02 .slide {
	position: absolute;
	top: 60.25%;
	overflow: hidden;
	width: 100%;
}
.cont02-1{
	position: relative;
}
.cont02-1 .slide{
	top:initial;
	bottom:2%;
}
.cont02 .slide_up img {
	width: auto;
	height: min(40.300vw,261.950px);
	max-width: none;
}
.cont02 .slide_low img {
	width: auto;
	height: min(40.4vw,262.6px);
	max-width: none;
}
.cont02 .slide p {
	position: absolute;
	top: 30.074%;
	left: 50%;
	transform: translate(-50%, 0);
	width: min(70.98vw,659.099px);
	z-index: 9999;
}

.cont02-2{
	margin-top: -5%;
	position: relative;
	z-index: 1;
}

.cont02-2 .voice-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(1.329vw, 18px);
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .cont02-2 .voice-list {
		width: 94vw;
    margin: auto;
    justify-content: space-between;
    gap: 2.6666666667vw 0;
  }
}

.cont02-2 .voice-list__item {
  position: relative;
  width: min(21.429vw, 278px);
  padding: min(0.714vw, 9px);
  aspect-ratio: 560/320;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .cont02-2 .voice-list__item {
    width: 44vw;
    padding: 1.3333333333vw;
  }
}

.cont02-2 .voice-list__item video {
  width: 100%;
  display: block;
}

.cont02-2 .voice-list__item iframe {
  width: 100%;
  height: 100%;
}

.cont02-2 .voice-list__item .js-modal-btn {
  cursor: pointer;
}

.cont02-2 .voice-list__item .js-modal-btn:hover {
  opacity: 0.7;
}

.cont02-2 .voice-list__item .playbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
  position: absolute;
  left: 2.6666666667vw;
  bottom: 2.6666666667vw;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  background-image: url(../images/voice_playbtn.png);
  background-size: cover;
}

.modal-video-body {
	max-width: 88vw;	
}
@media (max-width: 768px) {
	.modal-video-body {
	  max-width: initial;
	}
}
@media (max-width: 768px) {
	.modal-video-movie-wrap{
		padding-bottom:140%!important;
	}
}
.cont02 .btn01{
	position: absolute;
	width: min(90.300vw,586.949px);
	bottom: 27.778%;
	left: 50%;
	transform: translate(-50%, 0);
}
.cont02-3{
	position: relative;
}
.cont02-3 .btn01 {
	top: 2.778%;
	bottom: initial;
}
.cont03 .btn01 {
	position: absolute;
	width: min(90.300vw,586.949px);
	bottom: 32.35%;
	left: 50%;
	transform: translate(-50%, 0);
}

.cont04 #link03 {
    position: absolute;
    top: 44%;
    /* border-top: 9px solid red; */
    width: 100%;
}

.cont05 #link04 {
    position: absolute;
    top: 6%;
    /* border-top: 9px solid red; */
    width: 100%;
}

.cont05 .btn01 {
	position: absolute;
	width: min(90.300vw,586.949px);
	top: 1.388%;
	left: 50%;
	transform: translate(-50%, 0);
}
.cont06 .btn02 {
	position: absolute;
	width: min(90.100vw,585.649px);
	bottom: 2.735%;
	left: 50%;
	transform: translate(-50%, 0);
}


.contact {
	background: #efefef;
	padding: 75px 0 75px;
}
.contact .inner {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}
.contact h2 {
	width: min(26vw,169px);
	margin: 0 auto min(15.000vw,97.500px);
}
.contact table {
	width: 100%;
}
.contact tbody {
	display: flex;
  flex-direction: column;
}
.contact tr {
  display: flex;
  width: 100%;
  padding: 2em 0;
  flex-direction: column;
}
.contact th {
	padding: 0 0 2em 0;
	font-size: 16px;
	vertical-align: top;
	line-height: 1em;
	font-weight: 500;
	/* width: 13em; */
}
.contact th span {
	display: inline-block;
	font-size: 14px;
	width: 48px;
	height: 22px;
	margin-left: 1em;
	font-weight: 500;
}
.contact th .required {
	line-height: 22px;
	color: #FFFFFF;
	background: #0c3579;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	padding: 1px 0 0 0;
}
.contact td {
  flex: 1;
	padding: 0;
	font-size: 16px;
}
.contact td span {
	width: 100%;
	display: block;
}
.contact .radio {
	display: flex;
	flex-direction: column;
} 
.contact td label + label {
  margin-top: 1em;
}
.contact td label input {
	margin-right: 0.5em;
}
.contact td .add1, .cont07 td .add2 {
	margin-top: 21px;
}
input[type="text"], input[type="url"], input[type="tel"], input[type="email"], textarea, select {
	width: 100%;
	border: none;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0.75em 0.75em;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select {
	height: 6.6em;
	outline: none;
	overflow: hidden;
}
textarea {
	height: 5em;
}
input, textarea {
	outline: none;
}
::-webkit-input-placeholder {
	color: #bbbbbb;
}
::-moz-placeholder {
	color: #bbbbbb;
}
:-ms-input-placeholder {
	color: #bbbbbb;
}
::-ms-input-placeholder {
	color: #bbbbbb;
}
::placeholder {
	color: #bbbbbb;
}
input[type="submit"], input[type="button"] {
	color: #FFFFFF;
	background: url("../images/pc/contact_btn_arrow.png")no-repeat right 5% center/28px,#0C3579;
	border: none;
	text-align: center;
	font-size: 20px;
	line-height: 5em;
	padding: 0;
	width: min(69.714vw,453.142px);
	cursor: pointer;
	font-weight: bold;
	border-radius: 8px;
	-webkit-appearance: none;
  -moz-appearance: none;
	display: block;
  margin: 90px auto 0;
}
div.wpcf7-validation-errors {
	border: 2px solid #ff6630 !important;
	padding: 0.5em !important;
	text-align: center;
	font-weight: 500;
}
div.wpcf7-response-output {
	margin: 2em 0 1em !important;
	padding: 0.5em !important;
	text-align: center;
	font-weight: 500;
}
span.wpcf7-not-valid-tip {
	color: #ff6630;
	padding-top: 0.5em;
}
.wpcf7c-elm-step1 {
	text-align: center;
	margin-top: 2em;
}
.wpcf7c-elm-step2 {
	margin: 2em auto 0;
	width: 60%;
	content: "";
	display: table;
	zoom: 1;
}
.wpcf7c-elm-step2:after {
	clear: both;
}
.wpcf7c-elm-step2 input[type="submit"] {
	float: right;
}
.wpcf7c-elm-step2 input[type="button"] {
	float: left;
}
.wpcf7c-elm-step3 {
	text-align: center;
	font-weight: 500;
}
