@charset "utf-8";

/* @group reset */
* { margin: 0;padding: 0;}
a { text-decoration: underline;}
ul, ol { list-style: none;}
img { vertical-align: middle;}
/* @end */

/* レスポンシブ対応イメージ */
img { max-width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* 全体のフォント */
html {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2;
	font-size: 14px;
}
/* 背景カラー */
body { background-color: }

/* ｈ系のフォントサイズ、あとでremになおす */
h1,h2,h3,h4,h5,h6 { margin-bottom : 24px;}
h1 {
font-size: 12px;
line-height: 140%;
margin:6px 0 0 0;
} /* 12px */
h2 {
font-size : 16px;
/*line-height : 1;ラインハイトをコメントアウト*/} /* 16px */
h3{
font-size : 24px;
line-height : 1;} /* 24px */
hgroup h2,h4,h5,h6 {
font-size : 16px;
line-height : 1.5;} /* 24px */

/* ヘッダー */
header {
overflow: hidden;
}

.header-com{
	font-size: 12px;
	line-height: 140%;
	margin:6px 0 0 0;
} /* 12px */

#re_logo{
	float: left;
	width: 15%;
	margin: 1%;
}
#h1 {
	float: left;
	width: 60%;
	margin: 1%;
}
#menu{
	float: right;
	width: 15%;
	margin: 1%;
}
#icatch {
	clear: both;
	margin: 2%;
}

/* ナビ */
nav {
	overflow: hidden;
	background-color: #FDF5EF;
}
/* リストメニュー */
.list_menu {
	float: left;
	width: 33%;
	text-align: center;
	border-top: 1px solid #F2DBC1;
}

/* ボタンセクション */
.button {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #F2DBC1;
}
button.css3button {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 2px 0px;
	background: -moz-linear-gradient(
		top,
		#f5b513 0%,
		#fa9120 25%,
		#e67b09);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f5b513),
		color-stop(0.25, #fa9120),
		to(#e67b09));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

/* セクション１ */
.section1 {
	background-color: #FDF5EF;
	border-top: 1px solid #F2DBC1;
}
#section1title1 img,#section1title2 img,#section1title3 img {
	width: 30px;
	float: left;
	padding: 0 3px;
}
#section1title1,#section1title2,#section1title3 {
	overflow: hidden;
	height: 30px;
	padding: 5px;
}
.section1content {
	border-top: 1px solid #F2DBC1;
	background-color: white;
	padding: 10px;
}
/*リストのコメントアウト
.section1content li{
	border-bottom: 1px solid #F2DBC1;
	display: block;
}
*/
.section1content li {
display: block;
position: relative;
border-bottom: 1px solid #ccc;
padding: 11px 25px 11px 11px;
color: #000;
text-decoration: none;
}

.section1content li:after {
display: block;
position: absolute;
top: 50%;
right: 10px;
width: 7px;
height: 7px;
margin-top: -4px;
border-top: solid 2px #7f7f7f;
border-right: solid 2px #7f7f7f;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
content: "";
}

#slide_a,#slide_b,#slide_c,#slide_d,#slide_e,#slide_f,#slide_g{
position: relative;
border-bottom: 1px solid #ccc;
padding: 11px 25px 11px 11px;
color: #000;
text-decoration: none;
}

footer p { text-align: center; }
#gNav {
    width: 100%;
    position: absolute;
    top: -1500px;
    z-index: 100;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    text-align: center;
    background:#36A5BC;
}
#gNav:target {
    top: 0px;
}
#gNav li{
	padding:10px 0 10px 10%;
	border-bottom:1px solid #FDD;
	color:#999;
	text-align:left;
}
#gNav li a{
	color:#FFF;
	text-decoration:none;
	display:block;
}

.nav-close {
	padding:10px 0 10px 0;
	border-bottom:1px solid #FDD;
    background:#666;
}
.nav-close a{
	color:#FFF;
	text-decoration:none;
	display:block;
}
.totopbox{
	width: 95vw;
	height: 83vh;
	position: fixed;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;

}
#totop{
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.comic {
  width: 100%;
  scroll-behavior: smooth;
  font-feature-settings: "palt"1;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt"1;
  font-family: "Noto Sans JP", "MS Pゴシック", sans-serif;
  font-weight: 700;
  margin: 20px auto 0;
}

.comic h3{
	margin: 0;
	font-size: 4.5vw;
	font-weight: 700;
}

img {
  width: 100%;
}

.top {
  margin: 10px auto;
}

.trouble {
  padding: 15px 0;
  position: relative;
  z-index: -500;
  width: 100%;
  margin: 0 auto;
	text-align: center;
  background-color: #ffffff;
}

.trouble-title h2 {
  display: inline-block;
  margin: 10px auto 10px;
  font-size: 16px;
	font-weight: 700;
  color: black;
  padding-bottom: 1px;
  letter-spacing: 0.06em;
  background-image: url(../img/newimage/waveline.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 15px;
}

.trouble-title strong {
  color: #0033A7;
  font-size: 24px;
	font-weight: 700;
  background-image: url(../img/newimage/option.png);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 13px;
  padding-top: 10px;
  margin-left: -13px;
}

.exam_BOX {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  padding: auto 20px;
}

.exam {
  width:95%;
	margin: 0 auto 10%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.w2 {
	justify-content: flex-start;
}

.w1 img {
  margin-bottom: 0;
  z-index: -300;
}

.w2 img {
	margin-bottom: 0;
  z-index: -300;
}

.exam p {
  letter-spacing: 0.06em;
  line-height: 1.5em;
  text-align: left;
}

.human {
  height: 85px;
	width: 45%;
	margin: -15% auto 0 0;
}

.boy2{
	margin: -15% 0 auto auto;
}

.WF1 {
  font-size: 3.7037vw;
	width: 53%;
  color: white;
  padding: 15% 4% 14% 9%;
  background-image: url(../img/newimage/WF2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0;
}

.WF2 {
	font-size: 3.7037vw;
	width: 53%;
  color: white;
  padding: 15% 6% 14% 8%;
  background-image: url(../img/newimage/WF1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0;
}


.another p {
  font-size: 3.7037vw;
  line-height: 2.2em;
}

.another {
  width: auto;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 10%;
  position: relative;
}


.think {
  background-color: #cfebff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 120 120'%3E%3Cpolygon fill='%23bae1ff' points='120 120 60 120 90 90 120 60 120 0 120 0 60 60 0 0 0 60 30 90 60 120 120 120 '/%3E%3C/svg%3E");
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  padding: 20px 10px;
	text-align: center;
  margin-bottom: 5%;
}

.think p {
  color: #000;
  font-size: 3.7037vw;
  line-height: 1.7em;
  letter-spacing: 0.06em;
}

.w8 {
  width: 60%;
	margin-top: 5%;
}

.induction h2 {
  font-size: 6.25vw;
  margin-bottom: 5%;
  letter-spacing: 0.1em;
  color: #0033A7;
	text-align: center;
	font-weight: 700;
}

.induction h3 {
  letter-spacing: 0.1em;
  line-height: 2.2em;
  font-size: 3.7037vw;
  margin-bottom: 1%;
	text-align: center;
	font-weight: 700;
}

.never {
  opacity: 0;
  transition: opacity 1.5s;
}

.taken {
  opacity: 1;
}

.induction strong {
  color: #CC4F05;
  font-size: 5vw;
	font-weight: 700;
}

.solution {
  margin: 3% auto 3%;
}

.track {
  width: 300px;
}

.animation {
  display: inline-block;
}

.road {
  width: 100%;
  overflow: hidden;
}

.trackmove {
  transform: translate(300px, 0);
  animation: move 5s linear infinite;
  display: inline-block;
}

.animation2 {
  position: absolute;
  animation-delay: 4s;
}

@keyframes move {
  to {
    transform: translate(-300px, 0);
  }
}

.caranimation {
  animation: trans .3s infinite;
  margin-top: 50px;
}

@keyframes trans {
  20% {
    transform: translateY(-2px);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }

  25% {
    transform: translateY(0px);
  }

  55% {
    transform: translateY(-1px);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }

  60% {
    transform: translateY(0px);
  }
}

.howto {
  background-color: #FFDEAE;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-top: -2px;
}

.call {
  width: 95%;
  margin: 0 auto;
	text-align: center;
}

.Qtop {
  padding: 10px 10px;
  background-color: #00B43E;
}

.Qtop h3 {
  letter-spacing: 0.1em;
	text-align: center;
  color: white;
}

.Qbottom {
  padding: 10px 10px;
  background-color: white;
  display: flex;
	flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.telunder {
  width: 95%;
  margin: 50px auto 0;
}

.teltop {
  text-align: center;
  display: flex;
	flex-flow: column;
  justify-content: center;
	align-items: center;
  margin-bottom: 15px;
}

.telbottom {
  display: flex;
  width: 95%;
  margin: 0 auto 40px;
  padding: 3px 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.telbottom img {
  width: 25px;
	margin-right: 10px;
}
.soudan{
  font-size: 5vw;
  text-align: center;
}

.number{
  font-size: 7vw;
}
.tellogo {
  width: 100px;
}

.wakuwaku {
  font-size: 5vw;
  line-height: 1.5em;
  margin-bottom: 5px;
  font-weight: bold;
}

.time {
  font-size: 3.7037vw;
  padding-left: 5px;
}

.lady img{
  height: 100px;
	width: auto;
	margin: 10% auto;
}

.comments {
  font-size: 4.5vw;
  letter-spacing: 0.06em;
	font-weight: normal;
  line-height: 1.8em;
	font-weight: 700;
}


.yajirusi {
  width: 40px;
  margin: 0 auto;
}

.answer {
  background-color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.answerimg {
  padding: 16px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='0%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='0%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23f7e1b9'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg fill-opacity='0.74'%3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.W12 {
  width: 100%;
}

.W12text {
  font-size: 4.5vw;
	text-align: justify;
  background-color: red;
  color: #fff;
  padding: 20px 10px;
	font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  margin-top: -20px;
}

.W13text {
  font-size: 5vw;
	font-weight: 700;
  background-color: red;
  letter-spacing: 0.1em;
	margin-bottom: 5%;
  color: #fff;
  line-height: 1.8em;
}

.boy13 {
  width: 100px;
}

.lady15 {
  width: 100px;
}

.boy17 {
  width: 30%;
}

.boy19 {
  width: 42%;
}

.answertext {
  text-align: left;
  padding: 10px;
  background-color: red;
}

.detail {
  background-color: red;
  letter-spacing: 0.06em;
  padding: 0 10px 20px;
	font-size: 3.7037vw;
	font-weight:normal;
  color: #fff;
}

.map {
  width: 300px;
}

.boss {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 1s, transform 0.4s;
}

.is-animated {
  opacity: 1;
  transform: scale(1);
}

.W13 {
  padding: 30px 0 16px;
}

.reasontitle {
  margin: 15% auto 5%;
  color: #fff;
  padding: 10px 0;
  background-color: #00B43E;
}

.reasonfont {
  margin-bottom: 6.25vw;
  letter-spacing: 0.06em;
	text-align: center;
}

.reasonbox {
  width: 95%;
	margin: 0 auto;
}

.reasonbox h4 {
  text-align: center;
  line-height: 1.8em;
  font-size: 5vw;
  letter-spacing: 0.06em;
	font-weight: 700;
  margin: 0 auto 10px;
}

.reasonin {
  padding: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 50px;
}

.reasonin p {
  width: auto;
  font-size: 3.7037vw;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  font-weight: normal;
  text-align: justify;
}

.reasonimg {
  width: 65%;
	margin-bottom: 5%;
}

.reason strong {
  color: #F79820;
  font-size: 6.25vw;
	font-weight: 700;
}

.last h4 {
  font-size: 4.5vw;
  line-height: 1.8em;
	width: 95%;
	margin: 0 auto 40px;
	font-weight: 700;
}

.track2 {
  background-image: url(../img/newimage/WF8.png);
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
	margin-bottom: 20px;
  overflow: hidden;
	display: flex;
	justify-content: center;
}

.trackmove2 {
  width: 282px;
  margin: 0 auto;
  padding-left: 20px;
  margin-top: 40px;
}

.trackmove3 {
  transform: translate(0, 0);
  animation: move2 4s linear forwards;
  display: inline-block;
  animation-delay: 1s;
}

@keyframes move2 {
  to {
    transform: translate(-500px, 0);
  }
}

.trackanime3 {
  animation: trans .2s infinite;
}

@keyframes trans {
  20% {
    transform: translateY(-2px);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }

  25% {
    transform: translateY(0px);
  }

  55% {
    transform: translateY(-1px);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }

  60% {
    transform: translateY(0px);
  }
}

.real{
  font-size: 5vw;
  background-color: #FFDEAE;
  padding: 20px 0;
	text-align: center;
  letter-spacing: 0.06em;
  line-height: 2.2em;
  color: #000;
}

.real strong{
  font-size: 6.25vw;
  color: red;
	font-weight: 700;
}

.voice{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-top: 120px;

}
.commontitle{
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.voice01{
  width: 45%;
	margin-bottom: 10%;
}
.voicename{
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
  font-size: 4.5vw;
}
.voicein{
  padding: 10px 0px;
}
.voicetext{
  text-align: justify;
  letter-spacing: 0.06em;
  line-height: 1.5em;
	font-weight: normal;
	font-size: 3.7037vw
}

.questionanswer p{
  text-align: left;
  font-size: 3.7037vw;
  letter-spacing: 0.06em;
  line-height: 2.2em;
}

.questionin{
  padding: 8px 10px;
  background-color: #96F29A;
}

.answerin{
  padding: 0 10px;
  background-color: #C2F8D1;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  transition-duration: 0.4s;
	font-weight: normal;

}

.answerin.open{
  padding: 15px 10px;
  height: auto;
	line-height: 2.2em;
}
#footer img{
  width: auto;
}
