@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
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; }

/* 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; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

html {
  height: 100%; }

body {
  font-family: 'M PLUS Rounded 1c','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
  color: #383838;
  font-size: 10px;
  font-feature-settings: "palt";
  -webkit-print-color-adjust: exact; }

a {
  text-decoration: none;
  color: inherit; }

img {
  width: 100%;
  height: auto; }

.container {
  overflow: hidden; }

.page--top .container {
  padding-bottom: 120px; }

.sp-only {
  display: none; }

.page_header {
  height: 75px;
  top: 0;
  background: #fff;
  display: flex;
  width: 100%;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  padding: 0 26px;
  box-sizing: border-box;
  z-index: 100; }

.hero_kyoukaiLogo {
  position: absolute;
  left: 0;
  bottom: 64px;
  width: 144px;
  height: auto; }

.page_header_menu {
  display: flex;
  align-items: center; }
  .page_header_menu .btn {
    background-color: #00a84d;
    height: 44px;
    width: 160px;
    font-size: 14px;
    flex-shrink: 0; }
    .page_header_menu .btn:after {
      transform: scale(0.8);
      margin-left: 4px; }
  .page_header_menu .btn + .btn {
    margin-left: 12px; }

.header_inner {
  max-width: 980px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header-sns {
  margin-left: 20px;
  width: 32px;
  flex-shrink: 0; }
  .header-sns img {
    width: 100%; }

.fee {
  width: 80%; }

.logo {
  width: 229px; }
  .logo img {
    width: 100%; }

.page_header_menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  height: 100%; }

.page_header_menu_itm {
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  position: relative;
  letter-spacing: 2px;
  padding: 0 30px;
  text-align: center;
  box-sizing: border-box; }
  .page_header_menu_itm.current {
    color: #00A84D; }
    .page_header_menu_itm.current polygon {
      fill: #00A84D; }
  .page_header_menu_itm:before {
    content: "";
    background: #00A84D;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    transition: 0.15s all;
    left: 0;
    opacity: 0; }
  .page_header_menu_itm:hover:before {
    opacity: 1; }
  .page_header_menu_itm:hover a {
    color: #fff; }
  .page_header_menu_itm > a {
    display: flex;
    align-items: center;
    height: 100%;
    letter-spacing: 4px;
    width: 100%;
    justify-content: center;
    position: relative; }

@media screen and (max-width: 1024px) {
  .page_header {
    padding: 0 6%; } }

@media screen and (max-width: 768px) {
  .sp-menu {
    display: none; }
  .sp-menu {
    display: block;
    right: 6%;
    width: 24px;
    height: 24px;
    position: fixed;
    z-index: 1000; }
    .sp-menu span {
      width: 100%;
      background: #212121;
      margin-bottom: 7px;
      height: 2px;
      transform-origin: left top;
      transition: all 0.3s;
      display: block; }
      .sp-menu span:nth-child(3) {
        transition: all 0.3s;
        margin-bottom: 0px; }
    .sp-menu.open span:first-child {
      transform: translate(5px, 0) rotate(45deg); }
    .sp-menu.open span:nth-child(2) {
      opacity: 0; }
    .sp-menu.open span:nth-child(3) {
      transform: translate(3px, -1px) rotate(-45deg); }
  .page_header_nav {
    height: 100%;
    position: fixed;
    background: #fff;
    flex-direction: column;
    right: -100%;
    top: 0;
    width: 290px;
    z-index: 100;
    transition: 0.2s all; }
  .page_header {
    height: auto; }
  .header_inner {
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
  .page_header_menu {
    width: 100%;
    background: #fff;
    top: 60px;
    left: 0;
    height: 100%;
    margin-top: 18px; }
    .page_header_menu .btn {
      height: 44px; }
  .page_header_menu_itm {
    min-height: 50px;
    width: 100%;
    margin: 0;
    height: auto;
    border-top: 1px solid #efefef; }
  .page_header_smenu_itm > a {
    color: #212121; }
  .page_header_menu_itm + .page_header_menu_itm {
    margin-left: 0; }
  .page_header_menu_itm > a {
    justify-content: center;
    min-height: 50px; }
  .fee {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .page_header {
    padding: 0 4%; }
    .page_header .btn {
      width: 41%; }
  .planner_chara_main {
    width: 96px;
    bottom: auto;
    left: 0;
    top: -78px; }
  .hero_kyoukaiLogo {
    bottom: auto;
    left: auto;
    width: 88px;
    top: 272px;
    right: 20px; }
  .logo {
    width: 200px; } }

.right {
  text-align: right; }

.fadein {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: 1000; }

.pagetop {
  border: 3px solid #00a84d;
  background-color: #fff;
  width: 50px;
  height: 50px;
  right: 20px;
  top: 45px;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  padding: 0;
  display: flex;
  transform: scale(1);
  transition: 0.2s opacity ease, 0.2s transform ease;
  margin-left: 40px;
  flex-shrink: 0; }
  .pagetop .icon-angle_top {
    display: block;
    color: #00A84D;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin: auto;
    transform: translate(-50%, -40%) scaleY(0.7);
    transform-origin: left top; }
  .pagetop:hover {
    transform: scale(1.04); }

.hero {
  height: 600px;
  background-image: url(../img/hero_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 1600px;
  margin: 0px auto; }

.hero_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  height: 100%; }

.hero:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  width: 50%;
  position: absolute;
  height: 100%;
  left: 0;
  display: block; }

.hero_head {
  font-size: 20px;
  padding-top: 120px;
  letter-spacing: 2px; }
  .hero_head span {
    font-size: 30px; }
    .hero_head span.purple {
      color: #955FA4; }
    .hero_head span.blue {
      color: #919DCF; }
    .hero_head span.orange {
      color: #F39945; }

.hero_text {
  padding-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 3px;
  left: 0;
  top: -20px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center; }

.hero_points {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -30px;
  width: 100%; }

.hero_p_itm {
  display: flex;
  width: 310px;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  align-items: center;
  line-height: 1.45;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px; }
  .hero_p_itm:nth-child(1) {
    background-color: #955FA4; }
  .hero_p_itm:nth-child(2) {
    background-color: #919DCF; }
  .hero_p_itm:nth-child(3) {
    background-color: #F39945; }

.section_inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0; }

.section {
  position: relative; }
  .section:after {
    content: "";
    display: block;
    position: absolute;
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1; }

.section--01 {
  margin-top: 50px; }

.section--01:after {
  background-image: url(../img/section_bg--green.png);
  left: -500px; }

.section--02:after {
  background-image: url(../img/section_bg--purple.png);
  right: -500px; }

.section--03:after {
  background-image: url(../img/section_bg--blue.png);
  left: -500px; }

.section--04:after {
  background-image: url(../img/section_bg--orange.png);
  right: -500px; }

.section--05:after {
  background-image: url(../img/section_bg--green.png);
  left: -500px; }

.guidance {
  margin: 0 auto;
  padding: 60px 0; }
  .guidance .col_btn_wrap {
    display: flex;
    flex-direction: row;
    padding: 0 4%; }
  .guidance .col_btn {
    width: calc(50% - 20px);
    margin: 40px auto 0px; }

.section--guidance-intro {
  margin: 0px auto 120px; }
  .section--guidance-intro .sec_head {
    margin-bottom: 40px; }

.guidance_movie {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto; }
  .guidance_movie li {
    width: 24%; }
  .guidance_movie a {
    opacity: 0.8;
    display: block; }
  .guidance_movie a:hover {
    opacity: 1; }
  .guidance_movie h2 {
    margin-top: 10px;
    font-size: 10pt; }
  .guidance_movie h3 {
    margin-top: 5px;
    font-size: 12pt;
    text-align: left; }

.font--green {
  color: #00A84D; }

.font--blue {
  color: #919DCF; }

.font--purple {
  color: #955FA4; }

.font--orange {
  color: #F39945; }

.planner_chara_main {
  position: absolute;
  width: 124px;
  height: auto;
  left: 540px;
  bottom: -24px; }

.sec_head {
  font-weight: 700;
  position: relative;
  display: block;
  vertical-align: center;
  margin-bottom: 80px;
  box-sizing: border-box;
  letter-spacing: 2px;
  color: #5a5a5a;
  font-size: 30px;
  letter-spacing: 1px; }
  .sec_head span {
    font-size: 44px; }

.col_wrap {
  display: flex;
  justify-content: space-between; }

.col_img {
  box-sizing: border-box;
  padding: 0 60px;
  width: 50%; }
  .col_img .yakuwari_img {
    margin-top: -100px; }

.sec_shead {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold; }

.section--01 .sec_shead span {
  color: #00A84D; }

.sec_shead.underline {
  margin-bottom: 40px;
  position: relative; }
  .sec_shead.underline:before {
    content: "";
    display: block;
    width: 1.9em;
    height: 4px;
    position: absolute;
    bottom: -22px;
    left: 0; }

.section--01 .underline:before {
  background-color: #00A84D; }

.section--02 .underline:before {
  background-color: #955FA4; }

.desc {
  line-height: 2;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #5a5a5a; }

.list li {
  font-size: 16px;
  color: #212121;
  line-height: 1.4;
  display: flex;
  align-items: baseline; }
  .list li:before {
    content: "●";
    display: inline-block;
    font-size: 10px;
    margin-right: 6px; }

.list.green li:before {
  color: #00A84D; }

.list.blue li:before {
  color: #919DCF; }

.list.orange li:before {
  color: #F39945; }

.list.purple li:before {
  color: #955FA4; }

.list li + li {
  margin-top: 8px; }

.list + .desc {
  margin-top: 20px; }

.wrap + .wrap {
  margin-top: 60px; }

.col_img img {
  display: block;
  margin: 0 auto;
  width: auto; }

.col_img .img_moyamoya {
  width: 400px; }

/*role*/
.section--02 .col_wrap--01 .col_text {
  margin-top: -60px; }

.about-jigyoushoukei {
  width: 700px;
  margin: 60px auto 0;
  position: relative; }
  .about-jigyoushoukei h3 {
    background-color: #955FA4;
    line-height: 30px;
    font-size: 16px;
    padding: 0 8px;
    font-weight: bold;
    left: -12px;
    top: -12px;
    position: absolute;
    color: #fff;
    z-index: 2; }
  .about-jigyoushoukei .about-jigyoushoukei_inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f7f3f8;
    padding: 40px 30px 30px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    z-index: 1; }
    .about-jigyoushoukei .about-jigyoushoukei_inner:before {
      content: "";
      display: block;
      background-image: url(../img/bg_texture.png);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.1; }

.profile_inner {
  display: flex; }

.profile_thumb {
  width: 35%; }
  .profile_thumb img {
    margin-bottom: 10px; }
  .profile_thumb p {
    font-size: 12px;
    line-height: 1.4; }
  .profile_thumb span {
    font-size: 10px; }

.profile_txt {
  width: 65%;
  font-size: 12px;
  line-height: 1.8;
  padding-left: 20px;
  box-sizing: border-box; }

.section_bg-green {
  background-color: rgba(0, 168, 77, 0.05);
  position: relative; }
  .section_bg-green .section_inenr {
    padding-top: 60px; }

.section_bg-green2 {
  background-color: rgba(0, 168, 77, 0.1); }

.col3 {
  width: 310px; }

.role_img {
  background: #fff;
  display: flex;
  flex-direction: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 14px;
  height: 240px;
  position: relative; }
  .role_img img {
    display: block;
    margin: 0 auto; }

.col3:nth-child(2) {
  position: relative;
  z-index: 1; }

.chara_01 {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 60px; }

.chara_02 {
  position: absolute;
  right: -40px;
  bottom: -55px;
  width: 90px; }

.role_txt {
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  letter-spacing: 1px; }
  .role_txt span {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    margin-right: 8px;
    flex-shrink: 0;
    display: block;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    line-height: 24px;
    font-weight: 700; }

.num1 {
  background-color: #00A84D; }

.num2 {
  background-color: #7787bb; }

.num3 {
  background-color: #955FA4; }

.merit_itm {
  margin: 0 20px; }

.merit_itm_head {
  border-radius: 10px 10px 0 0;
  padding: 20px;
  background-color: #fff;
  font-size: 20px;
  border: 1px #ccc solid;
  margin-bottom: 0;
  color: #919DCF; }

.merit_story_itm {
  display: flex;
  align-items: center; }

.merit_story_itm + .merit_story_itm {
  margin-top: 16px; }

.story_chara {
  width: 80px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  flex-shrink: 0; }
  .story_chara img {
    width: 50px;
    margin-bottom: 4px; }
  .story_chara p {
    font-size: 10px;
    color: #7c7c7c; }

.slick-next:before,
.slick-prev:before {
  color: #919DCF;
  font-size: 30px; }

.story_text {
  font-size: 14px;
  line-height: 1.8; }

.merit_story {
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 24px;
  border-radius: 0 0 10px 10px; }
  .merit_story h3 {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 1.5; }
  .merit_story p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #5a5a5a; }

.sec_shead {
  display: flex;
  align-items: center; }

.sec_shead_num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 37px; }
  .sec_shead_num.sec_shead_num--purple {
    background-image: url(../img/point_bg--purple.svg); }
  .sec_shead_num.sec_shead_num--blue {
    background-image: url(../img/point_bg--blue.svg); }
  .sec_shead_num.sec_shead_num--orange {
    background-image: url(../img/point_bg--orange.svg); }
  .sec_shead_num.sec_shead_num--green {
    background-image: url(../img/point_bg--green.svg); }

.merit_result {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-left: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 32px;
  border-top: 1px #ccc dotted;
  padding-top: 20px; }
  .merit_result span {
    color: #F39945; }
  .merit_result:before {
    content: url(../img/ico_vector-right.svg);
    display: block;
    margin-right: 8px;
    left: 0;
    text-align: center;
    position: absolute;
    top: 22px;
    margin: auto 0; }

.col_wrap {
  justify-content: space-between; }

.section--03 .col_wrap {
  align-items: baseline; }

.col4 {
  width: 24%; }
  .col4 h4 {
    font-weight: bold;
    color: #919DCF;
    font-size: 16px;
    margin-bottom: 12px; }
  .col4 p {
    font-size: 14px;
    line-height: 1.5;
    color: #5a5a5a; }

.curriculum {
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
  border: 6px solid #00A84D;
  box-sizing: border-box;
  padding: 32px;
  position: relative; }
  .curriculum::after {
    content: url(../img/curriculum_img.svg);
    display: block;
    position: absolute;
    right: 40px;
    bottom: 0; }
  .curriculum .col_wrap {
    align-items: start; }
  .curriculum div + div {
    margin-top: 16px; }
  .curriculum h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8; }
  .curriculum p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.8; }

.other_itm.profile {
  margin: 0 auto; }

h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center; }

.other_itm.voice {
  width: 100%;
  margin: 60px auto 0; }

.other_itm_inner {
  background-color: rgba(219, 231, 237, 0.5);
  box-sizing: border-box;
  padding: 24px;
  display: flex; }

.profile_img {
  padding: 50px; }
  .profile_img img {
    display: block;
    margin: 0 auto;
    width: auto; }
  .profile_img p {
    font-size: 16px;
    text-align: center;
    margin-top: 12px; }

.profile_test_itm + .profile_test_itm {
  margin-top: 20px; }

.profile_test_itm h4 {
  font-size: 16px;
  margin-bottom: 8px; }

.profile_test_itm p {
  line-height: 1.6;
  font-size: 13px;
  color: #5a5a5a; }

.voice_profile {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px; }
  .voice_profile span {
    font-size: 80%; }

.voice_desc {
  font-size: 14px;
  line-height: 1.8; }

.go-to-form {
  padding: 80px 0;
  background-color: #00A84D; }
  .go-to-form h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px dotted #fff;
    width: 544px;
    margin: 0 auto 40px; }
  .go-to-form .form_btn {
    width: 450px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #00A84D;
    padding-left: 40px;
    box-sizing: border-box; }
    .go-to-form .form_btn::before {
      content: url(../img/form_chara.svg);
      display: block;
      position: absolute;
      left: -16px;
      top: -12px; }
    .go-to-form .form_btn::after {
      content: url(../img/ico_right-angle--green.svg);
      display: block;
      margin-left: 8px; }

.test h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 2px; }

.sep {
  border-bottom: 1px solid #d0d0d0;
  margin: 60px 0; }

.table {
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border: 1px solid #00A84D; }
  .table th,
  .table td {
    padding: 25px; }
  .table tr + tr {
    border-top: 1px solid #e6e6e6; }
  .table th {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    width: 150px;
    background: #00A84D !important;
    letter-spacing: 0.5px;
    vertical-align: middle;
    line-height: 1.4; }
  .table td {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8; }
    .table td span {
      font-size: 12px;
      color: #636363; }

.section--guidance-intro .section_inner {
  background-color: #efe8f3; }

.section.section--guidance-intro h2 {
  text-align: center; }

.table_guidance {
  table-layout: fixed;
  max-width: 80%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #955fa4;
  width: 100%; }
  .table_guidance th,
  .table_guidance td {
    padding: 10px; }
  .table_guidance tr + tr {
    border-top: 1px solid #e6e6e6; }
  .table_guidance th {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background: #955FA4 !important;
    letter-spacing: 2px;
    vertical-align: middle;
    line-height: 1.4; }
  .table_guidance td {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    vertical-align: middle; }
  .table_guidance span {
    display: block;
    font-size: 70%; }

.table_kyositsu {
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border: 1px solid #00A84D; }
  .table_kyositsu th,
  .table_kyositsu td {
    padding: 10px; }
  .table_kyositsu tr + tr {
    border-top: 1px solid #e6e6e6; }
  .table_kyositsu th {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background: #00A84D !important;
    letter-spacing: 2px;
    vertical-align: middle;
    line-height: 1.4; }
  .table_kyositsu td {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    vertical-align: middle; }
  .table_kyositsu span {
    display: block;
    font-size: 70%; }

.privilege {
  border: 1px solid #00A84D;
  max-width: 850px;
  margin: 40px auto 0; }
  .privilege h4 {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #00A84D;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 20px;
    margin-bottom: 0; }
  .privilege ul {
    list-style: none;
    padding: 20px;
    font-size: 14px; }
  .privilege li {
    letter-spacing: 1.5px; }
    .privilege li a {
      color: #00A84D; }
  .privilege li + li {
    margin-top: 16px; }

.btn_section {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: center;
  align-items: center;
  overflow: hidden;
  position: relative; }
  .btn_section a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }

.btn_bg {
  background-image: url(../img/hero_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.8s all;
  height: 100%;
  width: 100%;
  position: relative; }
  .btn_bg:before {
    content: "";
    background: #00A84D;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.8s all; }

.btn_section:hover .btn_bg {
  transform: scale(1.03); }

.btn_section:hover .btn_bg:before {
  opacity: 0.75; }

.footer {
  background: #f3f3f3;
  height: 170px;
  display: flex;
  align-items: center; }

.footer_inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.footer_logo {
  width: 220px;
  height: 100%; }
  .footer_logo img {
    width: 100%; }

.footer_info {
  font-size: 12px;
  line-height: 1.8; }

.form_caption {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 2px;
  margin: 40px 0; }

.table th span {
  font-size: 12px;
  letter-spacing: 0px;
  display: inline-block; }

.table input {
  border: none;
  background: #efefef;
  appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  outline: none; }

.table input[type="checkbox"] {
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px; }

.table input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: url(../img/checkbox.png) left bottom;
  background-size: contain; }

.table input[type="radio"] {
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px; }

.table input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: url(../img/checkbox.png) left bottom;
  background-size: contain; }

.table .textarea {
  box-sizing: border-box;
  width: 100%; }

.table .textarea-min {
  width: 40%; }

#submit {
  appearance: none;
  -webkit-appearance: none;
  background: #F39945;
  padding: 20px;
  font-size: 20px;
  line-height: 60px;
  display: table;
  margin: 40px auto 0;
  color: #fff;
  width: 400px;
  letter-spacing: 3px;
  font-weight: 700;
  transition: 0.2s all;
  outline: none;
  border: none;
  box-sizing: border-box;
  border: 2px solid #F39945; }

#submit:hover {
  background: #fff;
  color: #F39945;
  border: 2px solid #F39945; }

.form_table select {
  border-radius: 0;
  background: #efefef;
  border: 0;
  padding: 10px;
  outline: none;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  max-width: 300px;
  width: 100%;
  padding-right: 30px; }

.form_table select:focus {
  background: #dddddd; }

.form_table .select_wrap {
  position: relative;
  display: inline-block; }

.form_table .select_wrap:after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scaleY(0.7);
  color: #383838;
  display: block; }

.form_table dd + dd {
  margin-top: 10px; }

.btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 100%;
  position: fixed;
  bottom: -100%;
  background-color: #fff;
  transition: bottom 0.3s;
  z-index: 100;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.06);
  padding: 0 30px;
  box-sizing: border-box; }
  .btn_area .btn {
    max-width: 380px; }
  .btn_area.show {
    bottom: 0; }

.btn {
  max-width: 422px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  background-position: center; }
  .btn:after {
    display: block;
    margin-left: 8px;
    width: 18px;
    height: 18px; }
  .btn.btn--guidance_form {
    background-image: url(../img/btn_bg--guidance.svg); }
    .btn.btn--guidance_form:after {
      content: url(../img/ico_right-angle--purple.svg); }
  .btn.btn--web_form {
    background-image: url(../img/btn_bg--web.svg); }
    .btn.btn--web_form:after {
      content: url(../img/ico_right-angle--orange.svg); }
  .btn.btn--document_form {
    background-image: url(../img/btn_bg--document.svg); }
    .btn.btn--document_form:after {
      content: url(../img/ico_right-angle--blue.svg); }
  .btn.btn--kyositsu_form {
    background-image: url(../img/btn_bg.svg); }
    .btn.btn--kyositsu_form:after {
      content: url(../img/ico_right-angle--green.svg); }

.btn + .btn {
  margin-left: 32px; }

.section--category .col2 {
  width: calc(50% - 12px); }

.questionnaire {
  margin-top: 20px;
  box-sizing: border-box; }

.questionnaire_box {
  background: rgba(219, 231, 237, 0.5);
  padding: 24px; }

.questionnaire_box + .questionnaire_box {
  margin-top: 20px; }

.questionnaire_profile {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold; }

.questionnaire_body {
  margin-top: 24px; }

.questionnaire_itm + .questionnaire_itm {
  margin-top: 24px; }

.questionnaire_q {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5; }

.questionnaire_a {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5; }

.form-caution {
  max-width: 600px;
  margin: 40px auto 0px;
  font-size: 12px;
  line-height: 1.4; }

.form_place {
  border: 1px solid #00a84d;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fff; }
  .form_place dd {
    padding: 40px;
    box-sizing: border-box; }
  .form_place dt {
    padding: 30px;
    padding: 40px;
    background-color: #00a84d;
    width: 200px;
    box-sizing: border-box;
    color: #fff;
    flex-shrink: 0;
    text-align: center; }

.sp-only {
  display: none; }

.section--category .btn {
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  .page--top .container {
    padding-bottom: 80px; }
  .pagetop {
    /* width: 40px;
        height: 40px;
        right: 25px;
        bottom: 150px;*/
    display: none; }
  .hero_points {
    position: relative;
    bottom: 0; }
  .hero_inner {
    padding: 30px 6%; }
  .section_inner {
    padding: 40px 6%; }
  .footer_inner {
    padding: 24px 6%; }
  .hero {
    background-image: none;
    height: auto; }
  .hero_inner {
    background-image: none;
    padding-top: 300px; }
  .hero_head {
    padding-top: 16px;
    line-height: 1.2; }
    .hero_head span {
      font-size: 27px; }
  .hero_inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 260px;
    width: 100%;
    background-size: 105% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(../img/hero_bg_sp.png);
    background-size: 105% auto; }
  .hero_text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 3px;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center; }
  .hero_points {
    flex-direction: column;
    justify-content: center;
    margin-top: 24px; }
  .hero_p_itm {
    font-size: 14px;
    height: 55px;
    line-height: 1.4;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    white-space: nowrap; }
  .hero_p_itm + .hero_p_itm {
    margin-top: 10px; }
  .wrap + .wrap {
    margin-top: 40px; }
  .col_img {
    order: 1;
    margin-top: 0;
    margin-bottom: 20px; }
  .col_text {
    order: 2; }
  .sec_head {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px; }
    .sec_head span {
      display: block;
      font-size: 26px;
      margin: 0; }
    .sec_head br {
      display: block; }
    .sec_head.right {
      text-align: left; }
  .sec_shead {
    line-height: 1.2;
    font-size: 16px; }
  .sec_shead_num {
    width: 28px;
    height: 28px; }
  .sec_shead.underline:before {
    left: 0;
    right: 0;
    margin: auto; }
  .col_img > .img_moyamoya {
    width: 100%; }
  .col_wrap {
    flex-direction: column; }
    .col_wrap .col2,
    .col_wrap .col3 {
      width: 100%;
      padding: 0; }
    .col_wrap .col2 + .col2 {
      margin-top: 30px; }
  .chara_02 {
    right: -5px;
    bottom: -75px; }
  .dsc {
    padding: 0;
    margin-bottom: 30px; }
  .col_wrap .profile {
    padding: 20px; }
  .profile_inner {
    flex-direction: column; }
  .profile h3 {
    text-align: center;
    margin-bottom: 20px; }
  .profile_thumb {
    margin: 0 auto 16px;
    text-align: center; }
  .profile_txt {
    padding: 0;
    width: 100%; }
  .sec_lh {
    font-size: 25px;
    top: -20px;
    line-height: 1.4; }
    .sec_lh br {
      display: block; }
  /*merit*/
  .merit_itm_head {
    padding: 12px;
    background-color: #fff;
    font-size: 15px; }
  .merit_story {
    padding: 16px; }
  .merit_story_itm {
    flex-direction: column; }
  .story_chara img {
    margin: 0; }
  .merit_itm {
    margin: 0; }
  .slick-next,
  .slick-prev {
    display: none !important; }
  .story_text {
    font-size: 13px;
    line-height: 1.5; }
  .col3 + .col3 {
    margin-top: 24px; }
  .curriculum {
    border: 2px solid #00a84d;
    padding: 16px; }
  .curriculum tbody td {
    display: block; }
  .curriculum tr {
    display: flex;
    flex-direction: column; }
  .curriculum thead {
    font-size: 20px; }
  .curriculum tbody {
    display: block;
    width: 100%; }
  .curriculum tbody td {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    font-size: 15px;
    letter-spacing: 0.5px; }
  .curriculum tbody td:first-child {
    border-right: none; }
  .curriculum tbody .planner {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
  .check_h {
    font-size: 25px;
    line-height: 1.5; }
    .check_h br {
      display: block; }
  .check {
    padding: 20px;
    margin-bottom: 20px; }
  .check_itm {
    font-size: 14px; }
  .check_sub {
    padding: 20px; }
  .test {
    margin-top: 30px; }
  .table tr {
    display: block;
    width: 100%; }
  .table th,
  .table td {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  .table th {
    padding: 12px;
    font-size: 14px; }
  .table td {
    padding: 16px;
    line-height: 1.4;
    font-size: 14px; }
  .sep {
    margin: 50px 0; }
  .test h4 {
    font-size: 16px; }
  .privilege li {
    line-height: 1.4; }
  .privilege {
    margin: 25px auto 0; }
  .footer_inner {
    flex-direction: column; }
  .footer_logo {
    margin: 0 auto 20px; }
  .btn_section a {
    font-size: 18px; }
  .table_kyositsu th {
    padding: 8px;
    font-size: 13px; }
  .table_kyositsu td {
    font-size: 13px; }
  .check_h span:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/check.png);
    right: 2px;
    top: 4px;
    background-size: cover; }
  .voice_profile {
    font-size: 14px;
    margin-bottom: 10px; }
  .privilege ul {
    font-size: 12px; }
  .footer {
    height: auto; }
  .about-jigyoushoukei {
    width: 100%; }
  .col4 {
    width: 100%;
    margin-bottom: 30px; }
  #submit {
    padding: 20px;
    font-size: 20px;
    margin: 40px auto 0;
    width: 300px;
    font-size: 16px;
    line-height: 30px; }
  .page_main {
    padding: 0; }
  .form_table .select_wrap {
    display: block; }
  .form_table input,
  .table .textarea-min {
    width: 100%; }
  .other {
    flex-direction: column; }
  .other_itm {
    width: 100%; }
    .other_itm h3 {
      margin-bottom: 12px; }
  .other_itm + .other_itm {
    margin-top: 20px; }
  .col_img {
    width: 100%;
    padding: 0px; }
    .col_img .yakuwari_img {
      margin-top: 0px; }
    .col_img img {
      width: 80%; }
  .btn_area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: fixed;
    bottom: -100%;
    background-color: #fff;
    transition: bottom 0.3s;
    z-index: 100;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.06); }
    .btn_area.show {
      bottom: 0; }
  .btn {
    padding: 1px 12px;
    height: 50px;
    font-size: 12px;
    line-height: 1.3; }
  .btn:after {
    display: none; }
  .btn + .btn {
    margin-left: 12px; }
  .guidance {
    padding: 60px 0 0; }
    .guidance .col_btn {
      width: calc(50% - 12px); }
  .guidance_movie {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 6% 0; }
    .guidance_movie li {
      width: 45%; }
    .guidance_movie h2 {
      font-size: 8pt; }
    .guidance_movie h3 {
      margin-top: 5px;
      font-size: 10pt; }
  .questionnaire_profile {
    font-size: 14px; }
  .form_place {
    flex-direction: column; }
    .form_place dt {
      padding: 12px;
      width: 100%; }
    .form_place dd {
      padding: 12px;
      width: 100%;
      line-height: 1.4;
      font-size: 14px; }
  .section--guidance-intro {
    margin: 0px auto 40px; }
  .guidance .col_btn_wrap {
    padding: 0;
    justify-content: center;
    margin-top: 24px; }
    .guidance .col_btn_wrap .col_btn {
      margin-top: 0; }
    .guidance .col_btn_wrap .col2 + .col2 {
      margin-top: 0; }
  .table_guidance {
    max-width: 100%; }
    .table_guidance th {
      padding: 8px;
      font-size: 13px; }
    .table_guidance td {
      font-size: 13px; }
  .btn_area .btn.btn--document_form {
    background-image: url(../img/btn_bg--document.svg);
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    right: 10px;
    bottom: 90px; }
  .pc-only {
    display: none; }
  .sp-only {
    display: block; }
  .btn--document_form > .sp-only {
    font-size: 11px;
    text-align: center;
    line-height: 1.5; }
  .btn--document_form > .sp-only > span {
    font-size: 10px;
    display: block;
    transform: scale(0.9); }
  .other_itm_inner {
    flex-direction: column; }
  .profile_img {
    padding: 0px 16px 24px; }
  .btn_area .btn:nth-child(2) {
    margin-left: 0; }
  .form_caption {
    font-size: 14px; } }

.wrap-md {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
