@charset "utf-8";

body {
	width: 100%;
	background-color: #FFF;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 16px;
	line-height: 1.7;
}
img {
	display: block;
	width: 100%;
}
#wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background: url(../img/main_bg.jpg) center top no-repeat;
  background-size: cover;
	color: #333;
}

/*====================================
ヘッダー
======================================*/
header {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/top_bg.png) top no-repeat;
  background-size: cover;
  line-height: 0;
}
header#min {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/top_bg_min.png) top no-repeat;
  background-size: cover;
  line-height: 0;
}
img.topimg {
	max-width: 1000px;
}


/*====================================
メイン
======================================*/
.contents {
	width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
	box-sizing: border-box;
}
section p {
	font-size: 18px;
}
.check {
	color:#FFF;
}
@media screen and (max-width:768px){
	.contents {
	  padding: 15px;
	}
	section p {
		font-size: 16px;
		text-align: left;
		padding: 3% 8% 0;
		box-sizing: border-box;
	}
}
@media screen and (max-width:480px){
	section p {
		font-size: 12px;
	}
}


/*=============== element ===============*/
#eto {
  width: 100%;
  height: 0;
  background: url(../img/eto_bg.jpg) center no-repeat;
  background-size: cover;
	/* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 141%;
  position: relative;
}
#svbox_all {
	width: 100%;
	margin: 0 auto;
	padding: 3%;
  box-sizing: border-box;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
/*===== エレメント、性別選択 =====*/
.sv_box,.gender {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

	-ms-flex-pack: distribute;
	justify-content: space-around;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sv_box a {
	padding: 1%;
}
.sv_box img {
  max-width: 255px;
	width: 100%;
  transition-duration: 0.5s;
	vertical-align: bottom;
}
.sv_box img:hover{
  transform: scale(0.9);
  transition-duration: 0.5s;
}


/*=============== main下 ===============*/
.juni {
	max-width: 1000px;
	margin: 0 auto;
}
#last {
  width: 100%;
  height: 0;
  background: url(../img/last_bg.png) center no-repeat;
  background-size: cover;
	/* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 82%;
  position: relative;
}
#last img {
	position: absolute;
	top: 0;
}
.support {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.support img {
	mix-blend-mode: multiply;
}
.support_btn {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 14px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.62);
	border: 3px solid #006;
	color: #006;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .4s;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.support_btn01 {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 14px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.62);
	border: 3px solid #006;
	color: #006;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .4s;
	position: absolute;
	top: 260px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.support_btn02 {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 14px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.62);
	border: 3px solid #006;
	color: #006;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .4s;
	position: absolute;
	top: 340px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.support_btn03 {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 14px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.62);
	border: 3px solid #006;
	color: #006;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .4s;
	position: absolute;
	top: 420px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.support_btn04 {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 14px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.62);
	border: 3px solid #006;
	color: #006;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .4s;
	position: absolute;
	top: 500px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.support_btn05 {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 14px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.62);
	border: 3px solid #006;
	color: #006;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .4s;
	position: absolute;
	top: 580px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.support_btn:hover {
	font-size: 20px;
	color: #5d490f;
	border: 3px solid #5d490f;
}
@media screen and (max-width:768px){
	.support_btn {
		width: 60%;
	  font-size: 14px;
	}
}


/*===== エレメント選択後 =====*/
#select_form {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#select_item img {
	max-width: 1000px;
	margin: 0 auto;
}
.queall {
	width: 100%;
	min-height: 700px;
	padding: 8%;
	box-sizing: border-box;
}
.queall_min {
	width: 100%;
	padding: 8%;
	box-sizing: border-box;
}
.queall p {
	width: 100%;
	font-size: 36px;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px 10px #3600D9, -2px 2px 10px #3600D9, 2px -2px 10px #3600D9, -2px -2px 10px #3600D9;
}
#company_text {
	width:100%;
	color:#006;
	padding:10px;
	text-align:center;
	z-index:20;
	text-shadow: 0px 0px 8px #FFF, 0px 0px 5px #FFF, 0px 0px 5px #FFF, 0px 0px 5px #FFF;
}
.select_box {
	width: 100%;
  text-align: center;
  margin-top: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
select {
  font-size: 36px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 5px;
  background: #fff;
}
.form_name {
	max-width: 600px;
	width: 100%;
  font-size: 22px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ccc;
}

#form_area {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.35);
  border: 5px solid #ffef5d;
  padding: 30px 20px;
  box-sizing: border-box;
}
.data {
  color: #FFCC00;
  margin: 0 auto;
  font-size: 120%;
}
.data th {
  text-align: right;
  padding: 0 10px;
  box-sizing: border-box;
}
.data td {
	box-sizing: border-box;
}

@media screen and (max-width:768px){
	.queall p {
		font-size: 22px;
	}
	select {
	  font-size: 24px;
	  padding: 4px;
	}
	.check {
		width: 82%;
    margin: 0 auto;
		text-align: left;
	}
	.select_box {
    padding: 0;
}
	.form_name {
		font-size: 14px;
	}
}


/*=============== button ===============*/
.main_btn,.nextBox,.con_btn {
	padding: 5% 5% 8%;
	box-sizing: border-box;
}
.btn1st {
	max-width: 760px;
}
.btn {
	max-width: 556px;
}
.confirm {
	max-width: 656px;
}
.btn1st,.btn,.confirm {
	width: 100%;
	margin: 0 auto;
	transition: .3s;
}
.btn1st:hover,.btn:hover,.confirm:hover {
  opacity: 0.75;
  transition: .4s;
}

.btn_gender {
  max-width: 300px;
	width: 100%;
}
.gender a.woman,.gender a.man {
	display: block;
  position: relative;
	max-width: 300px;
	width: 100%;
	margin: 1%;
}
.gender a.woman::before,.gender a.man::before {
	width: 100%;
	height: 100%;
  content: '';
  display: block;
  position: absolute;
	margin: auto;
  opacity: 0;
}

.gender a.woman::before {
	background: url(../img/woman_on.png) no-repeat;
	background-size: contain;
}
.gender a.man::before {
	background: url(../img/man_on.png) no-repeat;
	background-size: contain;
}
.gender a.woman.click::before,.gender a.woman:hover::before,
.gender a.man.click::before,.gender a.man:hover::before {
  opacity: 1;
}


/*====================================
フッター
======================================*/
footer {
	max-width: 1000px;
	width: 100%;
	margin: 10px auto 0;
  background: #000;
}
footer p {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
}

.queall section {
	margin-top:7%;
}

.gender {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5vw;
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ラジオボタンは非表示 */
input[type="radio"] {
  appearance: none;
  display: none;
}

/* ラベル（画像ボタン） */
.radio-img {
  display: block;
  flex: 1 1 0; /* 幅を均等に分けて縮小可能に */
  max-width: 100%;
  cursor: pointer;
  position: relative;
}

/* 画像サイズをレスポンシブに */
.radio-img img {
  width: 100%;
  height: auto;
  display: none;
  transition: opacity 0.3s ease;
}

/* OFF画像をデフォルトで表示 */
.radio-img .radio_off {
  display: block;
}

/* 女性が選ばれている時：女性ON、男性OFF */
#radio_woman:checked + label .radio_on {
  display: block;
}
#radio_woman:checked + label .radio_off {
  display: none;
}

/* 男性が選ばれている時：男性ON、女性OFF */
#radio_man:checked + label .radio_on {
  display: block;
}
#radio_man:checked + label .radio_off {
  display: none;
}

/* スマホサイズでも横並びを維持し、画像を縮小 */
@media (max-width: 600px) {
  .gender {
    gap: 3vw;
    padding: 10px;
  }

  .radio-img {
    flex: 1 1 45%;
  }
}
