@charset "UTF-8";
/* CSS Document */
/*--------------------
reset
--------------------*/
* {	margin: 0; padding: 0;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, strong, sub, sup, table, caption, tbody, tfoot, thead, tr, th, td, main, article, footer, header, section, audio, video { margin: 0; padding: 0; border: 0; letter-spacing: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
main, article, footer, header, section { display: block;}
dl, dt, dd, ul, li, ol, ul { margin: 0; padding: 0; list-style: none;}
table {	border-collapse: collapse; border-spacing: 0;}
a {	margin: 0; padding: 0; background: transparent;}
img{ max-width: 100%; margin: 0 auto; line-height: 0; vertical-align: top; border-style: none; display: block;}
.clearfix:after { content:" "; display: block; clear: both;}

/*====================
content
====================*/
html {
    font-size: 100%;
}
body {
    line-height: 1;
    background-color: #fbfbfb;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #363636;
    font-weight: 500;
}
/* a
--------------------*/
a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
a {
    width: 100%;
    text-decoration: none;
    display: inline-block;
    color: #888888;
    font-weight: bold;
}
a:hover { text-decoration: underline;}

/************************************************
wrapper
************************************************/
#wrapper {
  max-width: 750px;
  margin: 0 auto;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  box-sizing: border-box;
  position: relative;
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 26px -6px rgba(0,0,0,0.3);
}
#wrapper *{
  box-sizing: border-box;
}
#wrapper .img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#wrapper h1, #wrapper h2 {
  line-height: 1;
}

/************************************************
header
************************************************/
#wrapper .header {
}

/************************************************
section
************************************************/
#wrapper .q_area p,
#wrapper .info_area p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#wrapper .question {
  position: relative;
}
#wrapper .question ul {
	list-style: none;
  position: absolute;
  width: 100%;
  top: 0;
}
#wrapper .question li {
	cursor: pointer;
	position: relative;
  -webkit-tap-highlight-color: transparent;
}
#wrapper .question li img.on {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
  right: 0;
  margin: 0 auto;
	z-index: 1;
}

#wrapper #q1 ul,
#wrapper #q2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#wrapper #q1 li,
#wrapper #q2 li {
  width: 38.7%;
  margin: 0 1.8%;
}
#wrapper .q2_on,
#wrapper .q3_on {
  display: none;
  position: relative;
}
#wrapper #q3 li {
  width: calc(600 / 750 * 100%);
  margin: 0 auto 3.5%;
}


/************************************************
CV
************************************************/
#wrapper .cv_wrap {
  position: relative;
}
#wrapper .cv_area {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
#wrapper .cv_area .btn {
  margin: 3% 0 0;
}
#wrapper .cv_area .btn-anime {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@media screen and (max-width: 750px) {
  #wrapper .cv_area {
    bottom: 8vw;
    width: 86%;
  }
}
@keyframes anime1 {
  from {
    transform: scale(0.96,0.96);
  }
  to {
    transform: scale(1,1);
  }
}

/*====================
footer
====================*/
#wrapper .footer_link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
}
#wrapper .footer_link p a {
    margin-top: 1em;
    text-align: center;
	font-size: 14px;
}
#wrapper footer #copy p {
    padding: 2em 0 3em;
    font-size: 14px;
    color: #888888;
    text-align: center;
    line-height: 1.5;
}
