@charset "utf-8";

/* reset css
------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
section,
nav,
footer,
canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}
html {
  height: 100%;
}
body {
  line-height: 1;
  height: 100%;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0%;
  vertical-align: none;
  display: block;
}

/* common setting
------------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #e96a00;
}
a:hover {
  color: #e74863;
}
html {
  /* scroll-behavior: smooth; */
}
body {
  height: 100%;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 185%;
  color: #333;
  background: url(../img/bg_dot.svg) center repeat #f7c800;
  background-size: 40px 40px;
  border: 8px solid #f7c800;
}
textarea {
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
}
table {
  font-size: 95%;
  text-align: left;
}
table th {
  text-align: left;
}

main {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.brPc {
  display: block;
}
.brSp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.innerBox {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.linkAct {
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition:
    transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.linkAct:hover {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
}

.buttonCv {
  width: 100%;
  text-align: center;
}
.buttonCv a {
  max-width: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom right, #f84616 5%, #ef0d57 60%);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 100px;
  font-weight: bold;
  font-size: 30px;
  animation: buttonAnime 2600ms infinite;
}
.buttonCv a span {
  background: url(../img/icon_arrow.svg), url(../img/icon_book.png);
  background-position:
    left center,
    right center;
  background-repeat: no-repeat, no-repeat;
  background-size:
    12px 20px,
    95px 101px;
  padding: 40px 100px 40px 20px;
}

.buttonCv.ver02 a {
  max-width: 540px;
}

#fv02 .buttonCv.ver02 {
  text-align: left;
}
#fv02 .buttonCv.ver02 a {
  margin: 0;
}
.buttonCv.ver02 a span {
  display: block;
  text-align: left;
  padding: 32px 100px 32px 20px;
}
.buttonCv.ver02 a em {
  display: block;
  font-style: normal;
  font-size: 18px;
}
.buttonCv.ver02 a b {
  display: block;
  font-style: normal;
}
.buttonCv.ver02.hateBtm a {
  margin: -40px auto 60px;
}

@keyframes buttonAnime {
  0% {
    transform: scale(100%);
    -webkit-transform: scale(100%);
  }
  80% {
    transform: scale(100%);
    -webkit-transform: scale(100%);
  }
  90% {
    transform: scale(110%);
    -webkit-transform: scale(110%);
  }
  100% {
    transform: scale(100%);
    -webkit-transform: scale(100%);
  }
}

/* first view
------------------------------------------------------------------*/
#fv {
  width: 100%;
  max-width: 1600px;
  height: 750px;
  border-radius: 40px;
  margin: 0 auto 60px;
  background: url(../img/fv_pic_pc.jpg) top center no-repeat #fedf5d;
  padding: 32px 20px;
}
#fv .fvInner {
  max-width: 1000px;
  min-width: 960px;
  height: 100%;
  margin: 0 auto;
}
#fv h1 {
  width: 290px;
  height: 56px;
  background: url(../img/logo.svg) top left no-repeat;
  background-size: 290px 56px;
  margin: 0 0 24px;
  text-indent: -9999px;
}
#fv h2 {
  width: 650px;
  height: 408px;
  margin: 0 0 68px;
}
#fv h2 img {
  width: 100%;
  height: auto;
}

#fv02 {
  width: 100%;
  max-width: 1600px;
  height: 600px;
  border-radius: 40px;
  margin: 0 auto 60px;
  background: url(../img/intro_pic_pc.webp) top center no-repeat #fedf5d;
  background-size: cover;
  padding: 48px 20px;
}
#fv02 .fvInner {
  max-width: 1000px;
  /* min-width: 960px; */
  height: 100%;
  margin: 0 auto;
}
#fv02 h1 {
  width: 290px;
  height: 56px;
  background: url(../img/logo.svg) top left no-repeat;
  background-size: 290px 56px;
  margin: 0 0 40px;
  text-indent: -9999px;
}
#fv02 h2 {
  font-size: 3.2vw;
  line-height: 1.3;
  margin: 0 0 40px;
}

/* intro
------------------------------------------------------------------*/
.introIllsut {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.introIllsut img {
  max-width: 850px;
  height: auto;
  margin: 0 auto;
}

#intro {
  background: url(../img/intro_pic_pc.jpg) bottom left no-repeat #fff;
  padding: 10px 20px 440px;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: center;
}

#intro.ver02 {
  background: none;
  background-color: #fff;
  padding: 10px 20px 0;
  background: url(../img/intro_pic_pc_02.jpg) bottom right no-repeat #fff;
  background-size: 1200px 540px;
  padding-bottom: 60px;
}
#intro.ver02 h5 {
  max-width: 1000px;
  margin: 80px auto 80px;
}
#intro.ver02 h5 img {
  width: 600px;
}

#intro h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 24px;
}
#intro h2::before {
  content: '';
  display: block;
  margin: 0 auto;
  background: url(../img/intro_arrow_pc.svg) top center no-repeat;
  background-size: 76px 100px;
  width: 76px;
  height: 100px;
}
#intro h3 {
  display: inline-block;
  font-size: 36px;
  color: #e74863;
  line-height: 1.5;
  text-decoration: underline;
  margin-bottom: 48px;
}
#intro h4 {
  background: rgba(0, 162, 151, 0.9);
  color: #fff;
  padding: 28px 28px 40px 28px;
  width: 520px;
  text-align: left;
  position: relative;
  float: right;
  font-size: 20px;
  line-height: 1.7;
  font-weight: normal;
  position: relative;
  margin-right: 80px;
}
#intro h4::after {
  content: '';
  clear: both;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 58px 0 0;
  border-color: #058b82 transparent transparent transparent;
  background: #fff;
}
#intro h4 b {
  background: linear-gradient(transparent 90%, #fff 90%);
}

/* hatenyan
------------------------------------------------------------------*/
#hatenyan {
  max-width: 1000px;
  margin: 0 auto 80px;
}
#hatenyan .title {
  background: #fedf5d;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 12px 20px 20px;
  margin-bottom: 20px;
}
#hatenyan .title img {
  margin: 0 auto;
}
#hatenyan .title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fedf5d;
}

#hatenyan .hatenyanBox {
  position: relative;
  max-width: 1000px;
  margin-bottom: 40px;
}
#hatenyan .hatenyanBox .pic {
  position: relative;
  width: 100%;
  top: 20px;
}
#hatenyan .hatenyanBox .pic img {
  width: 100%;
}
#hatenyan .hatenyanBox .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  min-height: 200px;
  padding: 70px 60px 0;
  background: url(../img/hatenyan_bg_text_top_pc.svg) top center no-repeat;
  background-size: 500px auto;
}
#hatenyan .hatenyanBox.sr .text {
  left: 0;
}
#hatenyan .hatenyanBox .text::after {
  content: '';
  display: block;
  position: relative;
  top: 50px;
  left: -60px;
  width: 500px;
  height: 60px;
  background: url(../img/hatenyan_bg_text_btm_pc.svg) top center no-repeat;
  background-size: 500px 60px;
}
#hatenyan .hatenyanBox .text h4 {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: center;
  color: #469c01;
}
#hatenyan .hatenyanBox .text h4 sup {
  font-size: 50%;
}
#hatenyan .hatenyanBox.sr .text h4 {
  color: #286eaa;
}
#hatenyan .hatenyanBox .text h4 b {
  font-size: 140%;
  display: block;
}
#hatenyan .hatenyanBox .text p {
  font-size: 18px;
  line-height: 1.7;
}
#hatenyan em {
  font-size: 13px;
  font-style: normal;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 40px;
}

/* appTrial
------------------------------------------------------------------*/
#appTrial {
  max-width: 1200px;
  margin: 0 auto;
  background: #00a297;
  padding: 32px 80px;
}
#appTrial h2 {
  width: 100%;
  text-align: center;
}
#appTrial h2 img {
  margin: 0 auto 12px;
  width: 100%;
}
#appTrial h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}
#appTrial h3 b {
  color: #e74863;
  background: #f7c800;
  padding: 2px 4px;
  display: inline-block;
  margin: 0 8px;
}

#appTrial .boxApp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -40px;
}
#appTrial .boxApp.last {
  margin: 60px auto 60px;
}
#appTrial .boxApp .movieOuter {
  width: 47%;
  position: relative;
}
#appTrial .boxApp .video {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 6% 6%;
  background: #333;
  border-radius: 20px;
  line-height: 0;
  position: relative;
}
#appTrial .boxApp .video video {
  width: 100%;
  max-width: 620px;
}
#appTrial .boxApp .video img {
  width: 100%;
}
#appTrial .boxApp dl {
  display: flex;
  justify-content: center;
  width: auto;
  font-weight: bold;
  font-size: 20px;
  box-sizing: border-box;
  position: relative;
  bottom: -20px;
  z-index: 999;
}
#appTrial .boxApp dt {
  background: #ba4883;
  color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 8px 8px 8px 20px;
}
#appTrial .boxApp dd {
  background: #fff;
  border: 4px solid #ba4883;
  color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 4px 20px 4px 8px;
  color: #ba4883;
}
#appTrial .boxApp.math dt {
  background: #ba4883;
}
#appTrial .boxApp.math dd {
  border-color: #ba4883;
  color: #ba4883;
}
#appTrial .boxApp.science dt {
  background: #22a9c1;
}
#appTrial .boxApp.science dd {
  border-color: #22a9c1;
  color: #22a9c1;
}
#appTrial .boxApp.programming dt {
  background: #2b7fe7;
}
#appTrial .boxApp.programming dd {
  border-color: #2b7fe7;
  color: #2b7fe7;
}
#appTrial .boxApp .thinking dt {
  background: #66c433;
}
#appTrial .boxApp .thinking dd {
  border-color: #66c433;
  color: #66c433;
}
#appTrial .boxApp .boardgame dt {
  background: #e98b7e;
}
#appTrial .boxApp .boardgame dd {
  border-color: #e98b7e;
  color: #e98b7e;
}

#appTrial .boxApp .text {
  width: 52%;
  height: auto;
  padding-left: 20px;
}
#appTrial .boxApp .textInner {
  width: 100%;
  background: #fff;
  padding: 12px;
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: center;
  background-position: center;
  background-repeat: repeat;
  background-size: 50px 50px;
}
#appTrial .boxApp .textInner:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
}
#appTrial .boxApp .text p {
  display: block;
  font-weight: bold;
  font-size: min(1.8vw, 24px);
  padding: 32px 0 32px 20px;
  line-height: 1.6;
}
#appTrial .boxApp .text .pic {
  width: 120px;
}
#appTrial .boxApp .text .pic img {
  width: 100%;
}

#appTrial .boxApp.math .textInner {
  background-color: #f7e9f0;
  background-image: url(../img/bg_dot_01.svg);
}
#appTrial .boxApp.math .textInner:before {
  border-right-color: #f7e9f0;
}
#appTrial .boxApp.science .textInner {
  background-color: #e3fbf9;
  background-image: url(../img/bg_dot_02.svg);
}
#appTrial .boxApp.science .textInner:before {
  border-right-color: #e3fbf9;
}
#appTrial .boxApp.programming .textInner {
  background-color: #edf5fe;
  background-image: url(../img/bg_dot_03.svg);
}
#appTrial .boxApp.programming .textInner:before {
  border-right-color: #edf5fe;
}

#appTrial .boxApp.science {
  flex-direction: row-reverse;
}
#appTrial .boxApp.science .text {
  padding-left: 0;
  padding-right: 20px;
}
#appTrial .boxApp.science .textInner:before {
  left: 100%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #e3fbf9;
}
#appTrial h4 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 1.6;
  margin: 80px auto 0px;
}

/* voice
------------------------------------------------------------------*/
#voice {
  max-width: 1200px;
  margin: 0 auto 80px;
  background: #fff;
  padding: 80px 80px 0;
}
#voice h2 {
  width: 80%;
  text-align: center;
  margin: 0 auto 40px;
}
#voice h2 img {
  margin: 0 auto;
  width: 100%;
}
#voice .voiceBox {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
#voice .voiceBox .balloon {
  position: relative;
  background: #f7c800;
  border-radius: 80px;
  width: 660px;
  padding: 32px;
  margin-right: 60px;
  display: flex;
  align-items: center;
}
#voice .voiceBox .balloon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 98%;
  margin-top: -22px;
  width: 60px;
  height: 37px;
  background: url(../img/voice_balloon.svg) top center no-repeat;
  background-size: 60px 37px;
}
#voice .voiceBox:nth-child(odd) {
  flex-direction: row-reverse;
}
#voice .voiceBox:nth-child(odd) .balloon {
  margin-left: 60px;
  margin-right: 0;
}
#voice .voiceBox:nth-child(odd) .balloon:before {
  top: 50%;
  left: -60px;
  margin-top: -22px;
  transform: scale(-1, 1);
}
#voice .voiceBox .balloon p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  width: 90%;
  display: block;
  margin: 0 auto;
}
#voice .voiceBox .balloon b {
  color: #e74863;
  background: linear-gradient(transparent 90%, #e74863 90%);
}

#voice .voiceBox .user {
  width: 140px;
  text-align: center;
}
#voice .voiceBox .user dt {
  width: 126px;
  height: 126px;
  border-radius: 100px;
  background: #ebeeee;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#voice .voiceBox .user dt img {
  width: 60%;
}
#voice .voiceBox .user dd {
  font-size: 14px;
}
#voice .voiceFix {
  width: calc(100% + 160px);
  margin-left: -80px;
  background: url(../img/voice_bg_pc.jpg) bottom center no-repeat;
  background-size: cover;
  min-height: 500px;
  display: flex;
  justify-content: flex-end;
  padding-right: 80px;
}
#voice .voiceFixInner {
  width: 600px;
  padding-top: 40px;
}
#voice .voiceFixInner h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 40px;
}
#voice .voiceFixInner h3 b {
  font-size: 140%;
  color: #e74863;
}

#voice .buttonCv {
  width: 100%;
  text-align: center;
}
#voice .buttonCv a {
  max-width: 400px;
  margin: 0;
}

#voice .buttonCv a span {
  background: url(../img/icon_arrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  padding: 20px 20px 20px 30px;
  font-size: 26px;
  text-align: left;
  line-height: 1.2;
}
#voice .buttonCv a b {
  font-size: 32px;
  display: block;
}

/* about
------------------------------------------------------------------*/
#about {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 20px;
  display: flex;
}
#about .aboutInner {
  width: 520px;
  padding-right: 60px;
  text-align: left;
}
#about h2 {
  text-align: center;
  margin: 0 auto 28px;
  background: #fff;
  padding: 12px;
}
#about h2 img {
  margin: 0 auto;
  width: 60%;
}
#about h3 {
  width: 100%;
  text-align: left;
  margin: 0 auto 20px;
}
#about h3 img {
  width: 80%;
  margin: 0;
}
#about .pic {
  width: calc(100% - 520px);
  text-align: left;
}
#about .pic img {
  width: 100%;
}

/* form
------------------------------------------------------------------*/
#form {
  background: #fff;
  max-width: 1200px;
  padding: 60px 80px 80px;
  margin: 0 auto;
}
#form .formIntro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#form .formIntro .text {
  width: 60%;
  max-width: 600px;
  padding-right: 20px;
}
#form .formIntro h2 {
  max-width: 600px;
  width: 36vw;
  margin-bottom: 16px;
}
#form .formIntro h2 img {
  width: 80%;
}
#form .formIntro h3 {
  color: #00a297;
  font-size: min(3.2vw, 64px);
  line-height: 1.3;
  margin-bottom: 20px;
}
#form .formIntro p {
  font-size: 16px;
  line-height: 1.7;
}
#form .formIntro .pic {
  width: 40%;
}
#form .formIntro .pic img {
  width: 100%;
  height: auto;
}

#form .timeline {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 48px;
}
#form .box {
  border: 4px solid #f7c800;
  width: 49%;
  display: flex;
  /* align-items: center; */
}
#form .box .pic {
  width: 128px;
  position: relative;
}
#form .box .pic img {
  width: 100%;
  height: auto;
  bottom: 0;
}
#form .box .text {
  padding: 20px 20px;
  width: calc(100% - 128px);
}
#form .box h2 {
  font-size: 26px;
  text-align: center;
  background: #ddd;
  color: #fff;
  line-height: 1;
  padding: 8px;
  margin-bottom: 8px;
}
#form .box h3 {
  /* font-size: 3vw; */
  font-size: min(3vw, 32px);
  line-height: 1.4;
}
#form .box.kit h2 {
  background: #e96a00;
}
#form .box.app h2 {
  background: #00a297;
}
#form .box.kit h3 {
  color: #e96a00;
}
#form .box.app h3 {
  color: #00a297;
}

/* form error時の表示 */
#workbook,
#workbook #last_name,
#workbook #first_name,
#workbook .address_number,
#pref_code,
#address1,
#address2,
#tel,
#Email,
#birth_year,
#birth_month,
#birth_day,
#workbook .radio {
  position: relative;
}

#workbook {
  width: 100%;
}

#workbook table {
  width: 100%;
  max-width: 806px;
  color: #333;
  margin: 0 auto;
  max-width: 806px;
}
#workbook table tr {
  vertical-align: top;
  display: flex;
  flex-flow: column;
}
#workbook table th {
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 18px;
  position: relative;
  display: flex;
}

#workbook table th em {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  margin-left: 10px;
  border-radius: 5px;
  background: #e74863;
  color: #fff;
  line-height: 1;
  font-style: normal;
  font-size: 12px;
}
#workbook table td {
  width: 100%;
  padding-bottom: 5px;
  font-size: 20px;
}
#workbook table td#email_td,
#workbook table td#tmp_grade,
#workbook table td.birthday {
  padding-bottom: 40px;
}
#workbook table td input {
  background: #f3f3f3;
  color: #333;
  border: 1px solid #ccc;
  padding: 20px 12px;
  border-radius: 12px;
  font-size: 20px;
  box-sizing: border-box;
}
#workbook #user_name {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 90px;
}
#workbook #last_name,
#workbook #first_name {
  display: inline-flex;
  flex-flow: column;
  width: 50%;
}
#workbook .name_input {
  width: 100%;
}
#workbook #last_name {
  margin-right: 8px;
}
#workbook .address_number #input {
  display: inline-flex;
  flex-flow: column;
  height: 90px;
}
#workbook #zip {
  width: 176px;
}
#workbook #pref_code {
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 20px 12px;
  border-radius: 12px;
  font-size: 20px;
  padding-right: 20px;
  color: #333;
}
#workbook #address1,
#workbook #address2 {
  width: 100%;
}
#workbook td p {
  display: block;
  font-size: 14px;
  color: #666;
}
#workbook .input_box {
  display: flex;
  flex-flow: column;
  height: 80px;
}
#workbook .input_email {
  display: flex;
  flex-flow: column;
  height: 80px;
}
#workbook .input_birthday {
  display: inline-flex;
  flex-flow: column;
  height: 90px;
  width: 110px;
}
#workbook .input_birthday select {
  text-align: end;
}
#workbook #tel {
  width: 300px;
}
#workbook #Email {
  width: 100%;
}
#workbook .birthday select {
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 20px 12px;
  border-radius: 12px;
  font-size: 20px;
  padding-right: 20px;
  color: #333;
}
#workbook .birthday span {
  padding-right: 12px;
}
#workbook .age {
  background: #f7c800;
  color: #333;
  max-width: 340px;
  line-height: 1;
  padding: 16px;
  text-align: center;
  font-weight: bold;
}
#workbook .age b {
  font-size: 160%;
  padding-left: 8px;
}

#workbook .radio {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  padding-left: 50px;
  cursor: pointer;
  user-select: none;
}
#workbook .radio input {
  display: none;
}
#workbook .circle {
  position: absolute;
  left: 0;
  height: 36px;
  width: 36px;
  border: solid 2px #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  background: #f3f3f3;
}
#workbook .circle:after {
  content: '';
  position: absolute;
  background: #46c6bd;
  border-radius: 50%;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  opacity: 0;
}
#workbook .radio input:checked + .circle:after {
  opacity: 1;
}
#workbook .radio input:checked + .circle {
  border-color: #00a297;
  background: #00a297;
}
#workbook .radio em {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  padding-top: 4px;
  margin-right: 20px;
}
#workbook .category th {
  padding-top: 0;
}

#workbook .validate-error {
  display: flex;
  align-items: center;
  max-width: 806px;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #ffebee;
  border: 2px solid #e64863;
  color: #e64863;
  border-radius: 10px;
}

#workbook table td input select[name='tmp_grade'] {
  margin-bottom: 40px;
  padding: 12px 48px 12px 18px;
  background: #ffb6c2;
  border: 3px solid #e74863;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
  height: 57px;
}

#workbook table td input[name='last_name'],
#workbook table td input[name='first_name'],
#workbook table td input[name='zip'],
#workbook table td input[name='address1'],
#workbook table td input[name='address2'],
#workbook table td input[type='tel'],
#workbook table td input[type='email'],
#workbook select#pref_code[name='pref_code'],
#workbook .birthday select {
  background: #ffb6c2;
}

#workbook table td input:focus[name='last_name'],
#workbook table td input:focus[name='first_name'],
#workbook table td input:focus[name='zip'],
#workbook table td input:focus[name='address1'],
#workbook table td input:focus[name='address2'],
#workbook table td input:focus[type='tel'],
#workbook table td input:focus[type='email'],
#workbook select#pref_code:focus[name='pref_code'],
#workbook .birthday select:focus {
  background: #fff;
}

#workbook table td input:valid[name='last_name'],
#workbook table td input:valid[name='first_name'],
#workbook table td input:valid[name='zip'],
#workbook table td input:valid[name='address1'],
#workbook table td input:valid[name='address2'],
#workbook table td input:valid[type='tel'],
#workbook table td input:valid[type='email'],
#workbook select#pref_code:valid[name='pref_code'],
#workbook .birthday select:valid {
  background: #faf2d7;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #f3f3f3 inset;
}

::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#form .note {
  background: #f5f5f5;
  border: 1px solid #ebeaea;
  padding: 12px 24px;
  border-radius: 12px;
  margin-bottom: 24px;
  max-width: 806px;
  margin: 0 auto;
}
#form .note h4 {
  font-size: 15px;
}
#form .note li {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
  display: flex;
}
#form .note li::before {
  content: '●';
  font-size: 8px;
  margin: 4px 4px 0 0;
  line-height: 1;
}
#form .termsLinks {
  text-align: center;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
#form .termsLinks a {
  color: #00a297;
  text-decoration: underline;
}
#form .button button {
  border: 4px solid #07877e;
  background: #12b4a9;
  color: #fff;
  border-radius: 12px;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  max-width: 500px;
}
#form .button button:hover {
  cursor: pointer;
}
#form .button b {
  display: block;
  font-size: 150%;
}

/* footer
------------------------------------------------------------------*/
footer {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px auto;
  padding-bottom: 20px;
}
footer small {
  font-size: 14px;
  font-weight: bold;
}
footer ul {
  display: flex;
}
footer li {
  margin-left: 12px;
  font-size: 14px;
  font-weight: bold;
}
footer li a {
  color: #333;
}
footer li a:hover {
  color: #000;
}
footer li::after {
  content: '/';
  padding-left: 12px;
}
footer li:last-child::after {
  content: '';
  padding-left: 0;
}

.obon {
  display: none;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 4px;
}

/* 幅960px以下の表示
-------------------------------------*/
@media screen and (max-width: 960px) {
  .brPc {
    display: none;
  }
  .brSp {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }

  .innerBox {
    width: 100%;
    padding: 0 0;
  }

  .buttonCv {
    width: 100%;
  }
  .buttonCv a {
    width: 100%;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border-width: 2px;
    font-size: 4vw;
    padding: 0 120px;
  }
  .buttonCv a span {
    background: none;
    background: url(../img/icon_arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    padding: 20px 20px;
  }

  /* first view
  ------------------------------------------------------------------*/
  #fv {
    width: 100%;
    height: 72vw;
    border-radius: 20px;
    margin: 0 auto 16px;
    background-image: url(../img/fv_pic_pc_02.jpg);
    background-size: cover;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
  }
  #fv .fvInner {
    width: 100%;
    min-width: 320px;
  }
  #fv h1 {
    width: 200px;
    height: 39px;
    background-size: 200px 39px;
    margin-bottom: 12px;
  }
  #fv h2 {
    width: 80%;
    height: auto;
    margin: 0 0 8px;
  }
  #fv h3 {
    position: absolute;
    bottom: 96px;
    left: 0;
    width: 20vw;
    height: auto;
  }
  #fv h3 img {
    width: 100%;
  }
  #fv .buttonCv {
    width: calc(100% + 40px);
    background: #fff600;
    position: absolute;
    bottom: 0;
    left: -20px;
    padding: 20px 40px;
  }
  .buttonCv a {
    width: 100%;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border-width: 2px;
    font-size: 3.4vw;
    padding: 0 20px;
  }
  .buttonCv a span {
    background: none;
    background: url(../img/icon_arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    padding: 3vw 20px;
  }

  .buttonCv.ver02 a {
    width: 100%;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border-width: 2px;
    font-size: 3.4vw;
    padding: 0 0;
  }
  .buttonCv.ver02 a span {
    background: none;
    background: url(../img/icon_arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    padding: 12px 20px;
    line-height: 1;
    margin: 0 auto;
  }
  .buttonCv.ver02 a em {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .buttonCv.ver02 a b {
    font-size: 24px;
  }

  #fv02 {
    width: 100%;
    height: 44vw;
    min-height: 300px;
    border-radius: 20px;
    margin: 0 auto 16px;
    background-image: url(../img/intro_pic_pc.webp);
    background-size: cover;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
  }
  #fv02 .fvInner {
    width: 100%;
    min-width: 320px;
  }
  #fv02 h1 {
    width: 200px;
    height: 39px;
    background-size: 200px 39px;
    margin-bottom: 12px;
  }
  #fv02 h2 {
    font-size: 4vw;
    line-height: 1.4;
    margin: 0 0 30px;
  }

  /* intro
  ------------------------------------------------------------------*/
  .introIllsut img {
    width: 100%;
  }
  #intro {
    background: url(../img/intro_pic_sp.jpg) bottom center no-repeat #fff;
    background-size: 400px 186px;
    padding: 10px 20px 134px;
    max-width: 1200px;
    margin: 0 auto 12px;
  }
  #intro h2 {
    font-size: 3.8vw;
    margin-bottom: 8px;
  }
  #intro h2::before {
    background-size: 35px 46px;
    width: 35px;
    height: 22px;
    margin-bottom: 12px;
  }
  #intro h3 {
    font-size: 5.4vw;
    margin-bottom: 20px;
  }
  #intro h4 {
    padding: 20px 20px 20px 20px;
    width: 100%;
    float: none;
    font-size: 2.4vw;
    line-height: 1.7;
    font-weight: normal;
    position: relative;
    margin-right: 0;
    background: rgba(0, 162, 151, 0.9);
  }
  #intro h4::after {
    border-width: 30px 30px 0 0;
  }

  #intro.ver02 {
    background: url(../img/intro_pic_sp_02.jpg) bottom right no-repeat #fff;
    background-size: 960px 540px;
    padding-bottom: 200px;
  }
  #intro.ver02 h5 {
    max-width: 1000px;
    margin: 50px auto 80px;
  }
  #intro.ver02 h5 img {
    width: 55%;
  }

  .buttonCv.ver02.introBtm a {
    margin: 32px auto 60px;
  }

  /* hatenyan
  ------------------------------------------------------------------*/
  #hatenyan {
    margin: 0 auto 60px;
  }
  #hatenyan .title {
    margin: 0 20px 12px;
    width: calc(100% - 40px);
  }
  #hatenyan .title::after {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fedf5d;
  }

  #hatenyan .hatenyanBox {
    margin-bottom: 32px;
    padding: 0 20px;
  }
  #hatenyan .hatenyanBox .pic {
    position: relative;
    width: 100%;
    top: 0;
    margin-bottom: 8px;
  }

  #hatenyan .hatenyanBox .text {
    position: relative;
    top: 0;
    right: 0;
    min-height: 0;
    padding: 0;
    background: none;
    width: 100%;
  }
  #hatenyan .hatenyanBox .text::after {
    display: none;
  }
  #hatenyan .hatenyanBox .text h4 {
    display: none;
  }
  #hatenyan .hatenyanBox .text p {
    font-size: 3vw;
    line-height: 1.7;
  }
  #hatenyan em {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    padding: 0 20px;
    margin: -20px 0 20px;
  }
  #hatenyan .buttonCv {
    padding: 0 20px;
  }

  /* appTrial
  ------------------------------------------------------------------*/
  #appTrial {
    margin: 0 auto;
    padding: 0px 20px 20px;
    position: relative;
  }
  #appTrial h2 {
    display: block;
    position: relative;
    top: -10px;
    margin-bottom: 20px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  #appTrial h2 img {
    width: 100%;
  }
  #appTrial h3 {
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
  }
  #appTrial h3 b {
    padding: 2px 2px;
    margin: 0 4px;
  }

  #appTrial .boxApp,
  #appTrial .boxApp.science {
    flex-direction: column;
    margin-bottom: 32px;
  }
  #appTrial .boxApp.last {
    margin: 0 auto 0;
  }
  #appTrial .boxApp .movieOuter {
    width: 100%;
    margin-bottom: 14px;
  }
  #appTrial .boxApp .video {
    padding: 6% 6%;
    border-radius: 12px;
  }
  #appTrial .boxApp .video video {
    width: 100%;
  }
  #appTrial .boxApp dl {
    font-size: 3vwZ;
    bottom: -12px;
  }
  #appTrial .boxApp dt {
    padding: 8px 16px;
  }
  #appTrial .boxApp dd {
    border-width: 2px;
    padding: 6px 16px;
  }

  #appTrial .boxApp .text,
  #appTrial .boxApp.science .text {
    width: 100%;
    padding: 0;
  }
  #appTrial .boxApp .textInner {
    width: 100%;
    padding: 0;
    background-size: 40px 40px;
  }
  #appTrial .boxApp .textInner:before,
  #appTrial .boxApp.science .textInner:before {
    display: none;
  }

  #appTrial .boxApp .textInner:after,
  #appTrial .boxApp.science .textInner:after {
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
  #appTrial .boxApp.math .textInner:after {
    border-bottom-color: #f7e9f0;
  }
  #appTrial .boxApp.science .textInner:after {
    border-bottom-color: #e3fbf9;
  }
  #appTrial .boxApp.programming .textInner:after {
    border-bottom-color: #edf5fe;
  }

  #appTrial .boxApp .text p {
    font-size: 2.6vw;
    padding: 16px 4px 16px 16px;
    line-height: 1.6;
    width: calc(100% - 60px);
  }
  #appTrial .boxApp .text .pic {
    width: 60px;
  }
  #appTrial h4 {
    font-size: 4vw;
    margin: 32px auto 0;
    line-height: 1.4;
  }

  /* voice
  ------------------------------------------------------------------*/
  #voice {
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 40px 20px 0;
  }
  #voice h2 {
    width: 70%;
    margin: 0 auto 36px;
  }
  #voice .voiceBox {
    margin-bottom: 32px;
  }
  #voice .voiceBox .balloon {
    border-radius: 40px;
    width: calc(100% - 0px);
    padding: 16px;
    margin-right: 20px;
  }
  #voice .voiceBox .balloon:before {
    top: 20px;
    left: 98%;
    margin-top: 0;
    width: 24px;
    height: 15px;
    background-size: 24px 15px;
  }

  #voice .voiceBox:nth-child(odd) .balloon {
    margin-left: 20px;
    margin-right: 0;
  }
  #voice .voiceBox:nth-child(odd) .balloon:before {
    top: 20px;
    left: -20px;
    margin-top: 0;
  }
  #voice .voiceBox .balloon p {
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.7;
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #voice .voiceBox .user {
    width: 84px;
    text-align: center;
  }
  #voice .voiceBox .user dt {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  #voice .voiceBox .user dd {
    font-size: 8px;
    line-height: 1.4;
  }
  #voice .voiceFix {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    background: url(../img/voice_bg_sp.jpg) bottom center no-repeat;
    background-size: contain;
    min-height: 300px;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 360px;
  }
  #voice .voiceFixInner {
    width: 100%;
    padding-top: 12px;
  }
  #voice .voiceFixInner h3 {
    font-size: 5vw;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
  }
  #voice .buttonCv {
    width: 100%;
    text-align: center;
  }
  #voice .buttonCv a {
    max-width: 100%;
  }
  #voice .buttonCv a span {
    font-size: 20px;
    background: none;
    background: url(../img/icon_arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    padding: 16px 16px;
  }
  #voice .buttonCv a b {
    font-size: 24px;
  }

  /* about
  ------------------------------------------------------------------*/
  #about {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0 0;
    flex-direction: column;
  }
  #about .aboutInner {
    width: 100%;
    padding: 0;
  }
  #about h2 {
    margin: 0 auto 24px;
    background: #fff;
    padding: 12px 12px 8px 12px;
    width: 100%;
  }
  #about h2 img {
    margin: 0 auto;
    width: 50%;
  }
  #about h3 {
    text-align: center;
    margin: 0 auto 20px;
  }
  #about h3 img {
    width: 60%;
    margin: 0 auto;
  }
  #about .aboutInner p {
    display: block;
    margin-bottom: 12px;
    padding: 0 20px;
    font-size: 3vw;
    line-height: 1.7;
  }
  #about .pic {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }

  /* form
  ------------------------------------------------------------------*/
  #form {
    max-width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
  }
  #form .formIntro {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  #form .formIntro .text {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  #form .formIntro .ttl {
    display: flex;
    width: 100%;
    padding: 0;
  }
  #form .formIntro .ttlInner {
    width: 70%;
  }
  #form .formIntro .ttl .pic {
    width: 30%;
    padding-left: 20px;
  }

  #form .formIntro h2 {
    width: 100%;
    margin-bottom: 6px;
  }
  #form .formIntro h2 img {
    width: 80%;
  }
  #form .formIntro h3 {
    font-size: 6.5vw;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  #form .formIntro p {
    font-size: 3vw;
    line-height: 1.7;
  }

  #form .timeline {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }
  #form .box {
    border-width: 2px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  #form .box .pic {
    width: 20%;
    position: relative;
  }
  #form .box .text {
    padding: 12px 16px;
    width: calc(100% - 20%);
  }
  #form .box h2 {
    font-size: 3vw;
    padding: 8px;
    margin-bottom: 8px;
  }
  #form .box h3 {
    font-size: 4vw;
    line-height: 1.4;
  }

  #workbook table th {
    font-size: 12px;
    line-height: 1.4;
  }
  #workbook table span {
    position: relative;
    line-height: 1.4;
  }
  #workbook table th em {
    font-size: 10px;
    padding: 4px 4px;
    top: 0px;
  }

  #workbook table td {
    width: 100%;
    font-size: 14px;
  }
  #workbook table td input {
    padding: 16px 8px;
    border-radius: 8px;
    font-size: 14px;
  }
  #workbook #last_name {
    margin-right: 2px;
  }
  #workbook #zip {
    width: 120px;
  }
  #workbook #pref_code {
    padding: 16px 8px;
    border-radius: 8px;
    font-size: 14px;
  }
  #workbook #address1,
  #workbook #address2 {
    width: 100%;
  }
  #workbook td p {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
  }
  #workbook #tel {
    width: 100%;
  }
  #workbook #Email {
    width: 100%;
  }
  #workbook .input_email {
    height: 70px;
  }
  #workbook .input_birthday {
    width: 80px;
    height: 80px;
  }
  #workbook .birthday select {
    padding: 16px 8px;
    border-radius: 8px;
    font-size: 14px;
    padding-right: 12px;
    color: #333;
  }
  #workbook .birthday span {
    padding-right: 12px;
  }
  #workbook .age {
    max-width: 240px;
    line-height: 1;
    padding: 10px 8px 12px 8px;
  }
  #workbook .age b {
    font-size: 140%;
    padding-left: 4px;
  }

  #workbook .radio {
    margin: 5px 0;
    padding-left: 40px;
  }
  #workbook .circle {
    height: 28px;
    width: 28px;
  }
  #workbook .circle:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
  }
  #workbook .radio em {
    font-size: 16px;
    padding-top: 0;
    margin-right: 0;
    position: relative;
    top: -2px;
  }

  #form .note {
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  #form .note h4 {
    font-size: 14px;
  }
  #form .note li {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 6px;
    display: flex;
  }
  #form .note li::before {
    content: '●';
  }
  #form .termsLinks {
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.7;
  }
  #form .termsLinks a {
    color: #00a297;
    text-decoration: underline;
  }
  #form .button a {
    border-width: 2px;
    border-radius: 8px;
    font-size: 3vw;
    padding: 16px;
    max-width: 100%;
  }
  #form .button b {
    font-size: 120%;
  }

  /* footer
  ------------------------------------------------------------------*/
  footer {
    max-width: 100%;
    margin: 16px auto;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  footer small {
    font-size: 12px;
    line-height: 1;
  }
  footer ul {
    margin-bottom: 12px;
  }
  footer li {
    margin-left: 6px;
    font-size: 12px;
    line-height: 1;
  }
  footer li::after {
    padding-left: 6px;
  }
  footer li:last-child::after {
    content: '';
    padding-left: 0;
  }
}

/* 幅520px以下の表示
-------------------------------------*/
@media screen and (max-width: 520px) {
  #fv {
    height: 325px;
    background-image: url(../img/fv_pic_sp.jpg);
    background-size: contain;
    padding: 20px 20px;
  }

  #fv h1 {
    width: 114px;
    height: 22px;
    background-size: 114px 22px;
  }
  #fv h2 {
    width: 100%;
    height: 90px;
    margin: 0 0 0;
  }
  #fv h3 {
    position: absolute;
    bottom: 106px;
    left: 0;
    width: 80px;
    height: 64px;
  }

  .buttonCv a {
    font-size: 18px;
  }
  .buttonCv a span {
    padding: 20px 20px;
  }

  .buttonCv.ver02 a {
    width: 100%;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border-width: 2px;
    font-size: 3.4vw;
    padding: 0 0;
  }
  .buttonCv.ver02 a span {
    background: none;
    background: url(../img/icon_arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    padding: 12px 20px;
    line-height: 1;
    margin: 0 auto;
  }
  .buttonCv.ver02 a em {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .buttonCv.ver02 a b {
    font-size: 24px;
  }

  #fv02 {
    height: 288px;
    min-height: 288px;
    background-image: url(../img/intro_pic_sp.webp);
    background-size: cover;
    padding: 20px 20px;
  }
  #fv h1 {
    width: 114px;
    height: 22px;
    background-size: 114px 22px;
  }
  #fv02 h2 {
    font-size: 5vw;
    margin: 0 0 30px;
  }

  #intro h4 {
    font-size: 14px;
  }
  #hatenyan .title {
    padding: 12px 20px 20px;
  }
  #hatenyan .title img {
    margin: 0 auto;
    width: 100%;
  }
  #hatenyan .title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fedf5d;
  }
  #hatenyan .hatenyanBox .text p {
    font-size: 16px;
  }
  #appTrial h2 {
    margin-bottom: -8px;
  }

  #appTrial .boxApp .text p {
    font-size: 14px;
  }
  #appTrial .boxApp dl {
    font-size: 14px;
  }
  #appTrial .boxApp dt {
    padding: 4px 12px;
  }
  #appTrial .boxApp dd {
    border-width: 2px;
    padding: 2px 12px;
  }
  #appTrial h4 {
    font-size: 18px;
  }

  #voice {
    margin-bottom: 40px;
  }
  #voice h2 {
    width: 100%;
    margin: 0 auto 28px;
  }
  #voice .voiceBox {
    margin-bottom: 16px;
  }
  #voice .voiceBox .balloon p {
    font-size: 14px;
  }
  #voice .voiceFixInner h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  #voice .voiceFix {
    padding-bottom: 190px;
  }

  #about h2 {
    margin: 0 auto 16px;
  }
  #about h2 img {
    width: 60%;
  }
  #about h3 {
    margin: 0 auto 16px;
  }
  #about h3 img {
    width: 80%;
  }
  #about .aboutInner p {
    font-size: 16px;
    line-height: 1.7;
  }

  #form {
    padding: 32px 20px;
  }
  #form .formIntro {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  #form .formIntro .text {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  #form .formIntro .ttl {
    display: flex;
    width: 100%;
    padding: 0;
  }
  #form .formIntro .ttlInner {
    width: 70%;
    padding: 0;
  }
  #form .formIntro .ttl .pic {
    width: 30%;
    padding: 0;
  }
  #form .formIntro .ttl .pic img {
    width: 100%;
  }
  #form .formIntro h2 {
    width: 100%;
    margin-bottom: 6px;
  }
  #form .formIntro h2 img {
    width: 80%;
  }
  #form .formIntro h3 {
    font-size: 6.5vw;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  #form .formIntro p {
    font-size: 16px;
    line-height: 1.7;
  }

  #form .timeline {
    margin-bottom: 24px;
  }
  #form .box {
    margin-bottom: 4px;
  }
  #form .box .pic {
    width: 20%;
    position: relative;
  }
  #form .box .text {
    padding: 12px 16px;
    width: calc(100% - 20%);
  }
  #form .box h2 {
    font-size: 13px;
    padding: 6px 8px;
    margin-bottom: 8px;
  }
  #form .box h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  #workbook .birthday select,
  #workbook #pref_code {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #workbook .birthday span {
    padding-right: 4px;
  }

  #form .button button {
    font-size: 14px;
  }

  #intro.ver02 {
    background: url(../img/intro_pic_sp_02_02.jpg) bottom right no-repeat #fff;
    background-size: 520px 234px;
    padding-bottom: 60px;
  }
  #intro.ver02 h5 {
    margin: 0 auto 0px;
    display: block;
  }
  #intro.ver02 h5 img {
    width: 67%;
  }

  .buttonCv.ver02.introBtm a {
    margin: 20px auto 40px;
  }

  .obon {
    font-size: 9px;
  }
}
