@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'chalkboard';
  /*for IE*/
  src: url("../fonts/chalkboard-webfont.woff");
  /*ローカルにインストールされている場合*/
  src: local("chalkboard"), local("chalkboard"), url("../fonts/chalkboard-webfont.woff") format("woff"), url("../fonts/chalkboard-webfont.woff") format("truetype");
}

.awesome {
  font-family: FontAwesome;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #fff;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  .container {
    width: 94%;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .allLink {
    cursor: pointer;
  }
  .allLink:hover {
    opacity: 0.8;
  }
  .allLink a:hover {
    opacity: 1;
  }
}

.allLinkNone {
  cursor: default;
}

.allLinkNone:hover {
  opacity: 1;
}

input[type="submit"] {
  border: 0;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
  opacity: .8;
}

.headTitle01 {
  font-size: 36px;
  color: #fff;
  padding: 84px 0 82px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  .headTitle01 {
    font-size: 28px;
    padding: 40px 0 45px;
    background-position: 35% 0;
  }
}

@media screen and (max-width: 400px) {
  .headTitle01 {
    font-size: 24px;
  }
}

.headTitle01 .headTitleText01 {
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 640px) {
  .headTitle01 .headTitleText01 {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .headTitle01 .headTitleText01 {
    font-size: 16px;
  }
}

.headTitle01 .headTitleText01 span {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

@media screen and (max-width: 400px) {
  .headTitle01 .headTitleText01 span {
    padding-left: 40px;
    background-size: 45px;
  }
}

.mainArea h3 {
  font-size: 24px;
  margin-bottom: 25px;
  padding: 5px 0 15px 75px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 64px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .mainArea h3 {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0 0 12px 60px;
    background-size: 50px;
  }
}

@media screen and (max-width: 400px) {
  .mainArea h3 {
    font-size: 16px;
    padding-left: 50px;
    background-size: 45px;
  }
}

.mainArea h3 span {
  font-size: 16px;
  color: #e38a80;
  display: block;
}

@media screen and (max-width: 640px) {
  .mainArea h3 span {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .mainArea h3 span {
    font-size: 12px;
  }
}

.mainArea h3:after {
  content: "";
  width: 96%;
  height: 1px;
  background: #e38a80;
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.mainArea:not(:last-child) {
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .mainArea:not(:last-child) {
    margin-bottom: 30px;
  }
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 50px;
}

@media all and (-ms-high-contrast: none) {
  .breadcrumb li:not(:first-child) a {
    line-height: 1;
  }
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}

.breadcrumb li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.breadcrumb span {
  text-decoration: underline;
}

.btn01 {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .btn01 {
    width: 100%;
  }
}

.btn01 a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 0 12px;
  background: #e58c80;
  border: 3px solid #e58c80;
  border-radius: 32px;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn01 a {
    font-size: 16px;
    padding: 8px 5px;
  }
}

.btn01 a:before {
  content: "\f105";
  font-size: 32px;
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  right: 18px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .btn01 a:before {
    font-size: 23px;
  }
}

.btn01 a:hover {
  color: #e58c80;
  background: rgba(0, 0, 255, 0);
  opacity: 1;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.headerTop {
  margin-top: -86px;
  padding-top: 86px;
}

.checkbox {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 400px) {
  .checkbox {
    font-size: 13px;
    letter-spacing: -.5px;
    padding: 3px 0 3px 32px;
  }
}

.checkbox:before, .checkbox:after {
  content: '';
  position: absolute;
}

.checkbox:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c8c9ca;
  border-radius: 3px;
  z-index: 3;
  top: 0;
  left: 0;
}

@media screen and (max-width: 400px) {
  .checkbox:before {
    width: 23px;
    height: 23px;
  }
}

.checkbox:after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 8px;
  left: 6px;
}

@media screen and (max-width: 400px) {
  .checkbox:after {
    width: 6px;
    height: 14px;
    left: 9px;
  }
}

.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}

@media screen and (max-width: 400px) {
  .checkbox input[type="checkbox"] {
    width: 23px;
    height: 23px;
  }
}

.checkbox input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio {
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.radio:before, .radio:after {
  content: '';
  position: absolute;
}

.radio:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  z-index: 3;
  top: 7px;
  left: 0;
}

.radio:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #5876b6;
  z-index: 1;
  top: 12px;
  left: 5px;
}

.radio input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  position: absolute;
  top: 7px;
  left: -23px;
}

.radio input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

#pageTop {
  position: fixed;
  bottom: 57px;
  right: 20px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 27px;
  }
}

#pageTop .awesome {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

#pageTop a {
  background: #333;
  width: 50px;
  padding: 0 0 10px;
  text-align: center;
  display: block;
}

#pageTop a:hover {
  opacity: 0.8;
}

.footerTrialArea01 .area05 {
  padding: 75px 0 90px;
  background: url("../../images/bg_03.jpg") no-repeat 0 20%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .area05 {
    padding: 30px 0 60px;
    background-position: 85% 0;
  }
}

.footerTrialArea01 .item07 h2 {
  height: 67px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .item07 h2 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .item07 h2 img {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .footerTrialArea01 .item07 h2 img {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .item07 .btn01 {
    width: 94%;
  }
}

.footerTrialArea01 .item07Txt01 {
  color: #fff;
  font-size: 26px;
  margin: 38px auto 53px;
  line-height: 1.78;
}

@media screen and (max-width: 768px) {
  .footerTrialArea01 .item07Txt01 {
    font-size: 18px;
    margin: 0 auto 30px;
  }
}

.footerTrialArea02 {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .footerTrialArea02 {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .localNav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.localNav01 li {
  font-size: 20px;
  width: 320px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .localNav01 li {
    width: 100%;
  }
}

.localNav01 li:not(:last-child) {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .localNav01 li:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

.localNav01 img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .localNav01 img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

.localNav01 a {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}

.localNav01 a:before {
  content: "";
  width: 53px;
  height: 6px;
  margin: 0 auto;
  background: url("../common/images/ico_common01.png") no-repeat 50% 95%;
  background-size: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .localNav01 a:before {
    bottom: 25px;
  }
}

@media screen and (max-width: 900px) {
  .localNav01 a:before {
    bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .localNav01 a:before {
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .localNav01 a:before {
    bottom: 25px;
  }
}

@media screen and (max-width: 500px) {
  .localNav01 a:before {
    width: 26px;
    height: 3px;
    bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .localNav01 a:before {
    bottom: 15px;
  }
}

.localNav01 a:after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(50, 51, 51, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.localNav01 a:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .localNav01 a:hover img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
  }
}

.localNav01 span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: auto;
  height: 0;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .localNav01 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .localNav01 span {
    font-size: 16px;
  }
}

.err-sec {
  color: #c00;
  margin-bottom: 15px;
}

.drawer-hamburger {
  padding-top: 13px;
}

.drawer--top .drawer-nav {
  background: #df9579;
}

@media screen and (max-width: 768px) {
  .header {
    margin-top: 50px;
  }
}

.header .pcHeader {
  padding: 14px 0 15px;
  background: #df9579;
  z-index: 5;
}

.header .headerContents {
  max-width: 1365px;
  width: 94%;
  margin: 0 auto;
}

.header .headerNav {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .header .headerNav {
    width: 670px;
  }
}

@media screen and (max-width: 1050px) {
  .header .headerNav {
    width: 615px;
  }
}

@media screen and (max-width: 950px) {
  .header .headerNav {
    width: 508px;
  }
}

.header h1 {
  width: 260px;
  padding-right: 2%;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1050px) {
  .header h1 {
    width: 220px;
  }
}

@media screen and (max-width: 950px) {
  .header h1 {
    width: 180px;
  }
}

.header li {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .header li {
    text-align: center;
  }
}

.header li:first-child span:before {
  content: "home";
  position: absolute;
}

.header li:nth-child(2) span:before {
  content: "beginner";
  position: absolute;
}

.header li:nth-child(3) span:before {
  content: "search";
  position: absolute;
}

.header li:nth-child(4) span:before {
  content: "blog";
  position: absolute;
}

.header li:nth-child(5) span:before {
  content: "Q&A";
  position: absolute;
}

.header li:last-child {
  margin-right: 0;
}

.header li:last-child span:before {
  content: "contact";
  position: absolute;
}

.header li:not(:last-child) {
  margin-right: 7%;
}

@media screen and (max-width: 1200px) {
  .header li:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 950px) {
  .header li:not(:last-child) {
    margin-right: 20px;
  }
}

.header li a {
  color: #fff;
  padding: 2px 0;
  display: block;
}

@media screen and (max-width: 1200px) {
  .header li a {
    padding: 0;
  }
}

.header li span {
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .header li span {
    font-size: 16px;
  }
}

@media screen and (max-width: 950px) {
  .header li span {
    font-size: 14px;
  }
}

.header li span:before {
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  bottom: -18px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 950px) {
  .header li span:before {
    font-size: 10px;
    bottom: -15px;
  }
}

.spNav01 {
  width: 100%;
  background: #df9579;
  padding: 10.5px;
  position: fixed;
  top: 0;
  z-index: 999;
}

.spNav01 p {
  width: 150px;
}

.drawer-overlay {
  background: #df9579;
  z-index: 3;
}

.spNav02 {
  margin-top: 57px;
}

.spNav02 li {
  width: 100%;
  border-bottom: 1px solid #fff;
  display: block;
  background: #df9579;
}

.spNav02 a {
  color: #fff;
  padding: 10px 15px !important;
  display: block;
  text-align: left;
  position: relative;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .spNav02 a {
    padding: 8px 0;
  }
}

.spNav02 a:before {
  content: "\f105";
  font-size: 18px;
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  right: 10px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .spNav02 a:before {
    font-size: 23px;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background: #fff;
}

.drawer-nav {
  z-index: 5;
}

.footer .copyTxt {
  color: #fff;
  font-size: 12px;
  padding: 19.5px 0;
  background: #333;
}

@media screen and (max-width: 768px) {
  .footer .copyTxt {
    padding: 5px 0;
  }
}

.footer .footerContents {
  padding: 35px 0 50px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .footer .footerContents {
    padding-top: 20px;
  }
}

.footer .footerItem01 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .footer .footerItem01 {
    width: 98%;
  }
}

.footer .footerItem01 li {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
}

.footer .footerItem01 li:last-child {
  margin-bottom: 0;
}

.footer .footerItem01 li a {
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 li a {
    font-size: 12px;
    background-position: 94% 50%;
    padding: 10px 13px;
  }
}

.footer .footerItem01 li a:before {
  content: "\f105";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  top: 23%;
  right: 8px;
}

.footer .footerItem01 ul {
  margin-right: 6%;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul {
    margin-right: 0;
    float: none;
  }
}

.footer .footerItem01 ul:first-child {
  width: 24%;
  margin-right: 9%;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:first-child {
    width: 147px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:not(:first-child) {
    width: 50%;
    float: left;
  }
}

.footer .footerItem01 ul:nth-child(2) {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(2) li:first-child {
    border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(2) li:nth-child(2) {
    border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(2) li:last-child a {
    padding: 4px 13px;
  }
}

.footer .footerItem01 ul:nth-child(3) {
  width: 17%;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:nth-child(3) {
    width: 100%;
  }
}

.footer .footerItem01 ul:last-child {
  width: 18%;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 ul li a {
    padding: 13px;
  }
}

.footer .footerItem01 .footerLogoArea a {
  display: inline-block;
  background: none;
  padding: 0;
}

.footer .footerItem01 .footerLogoArea a:before {
  display: none;
}

.footer .footerItem01 .footerLogoArea .footerSnsArea {
  margin-bottom: 40px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 .footerLogoArea .footerSnsArea {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer .footerItem01 .footerLogoArea .footerSnsArea span {
  margin-right: 9.5px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 .footerLogoArea .footerSnsArea span {
    margin-right: 17%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerItem01 .footerLogoArea .footerSnsArea span:last-child {
    margin-right: 0;
  }
}

.footer .withdrawLink01 {
  font-size: 12px;
  margin: 10px 0 0 5px;
}

.footer .withdrawLink01 a {
  text-decoration: underline;
}
