@charset "UTF-8";
/*共通*/
header {
  width: 100%;
  position: absolute;
  z-index: 9001; }
  header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    min-width: 1024px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto; }
    header .header h1 {
      color: #333;
      font-size: 16px; }

footer {
  background: #f4fdff;
  position: relative;
  z-index: 10;
  padding: 140px 0 144px;
  margin-top: -100px;
  position: relative;
  z-index: 100; }
  footer #footer {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center; }
    footer #footer:after {
      content: " ";
      display: block;
      clear: both; }
    footer #footer #f_address .f_logo {
      margin-bottom: 15px; }
    footer #footer #f_address p {
      color: #898787;
      font-size: 16px;
      text-align: center; }
  footer .copyright {
    font-size: 12px;
    text-align: center; }

.fl_nav {
  width: 100%;
  padding: 25px 0 20px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #fff; }
  .fl_nav:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 7px;
    background: url(../img/fl_border.png) repeat-x left top;
    position: absolute;
    top: 0; }
  .fl_nav ul {
    display: flex;
    justify-content: center;
    font-size: 0; }
    .fl_nav ul li {
      display: inline-block;
      margin: 0 10px; }
      .fl_nav ul li a {
        display: block; }

#copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px 0; }

#pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #666;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999; }

/*-------------------------------------------------------------------------

TOP

-------------------------------------------------------------------------*/
.main_view {
  width: 100%;
  height: 100vh;
  background: url(../img/mv_bg_pc.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .main_view img {
    max-width: 100%; }
  .main_view .inner {
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: none; }
  .main_view .catch_wrap {
    width: 46%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%); }
    .main_view .catch_wrap .mv_catch {
      margin-bottom: 50px; }
    .main_view .catch_wrap .mv_line {
      margin-bottom: 40px;
      margin-left: 5px; }
      .main_view .catch_wrap .mv_line img {
        width: 55%; }
    .main_view .catch_wrap .mv_style {
      width: 55%;
      text-align: center;
      margin-left: 5px; }
      .main_view .catch_wrap .mv_style h3 {
        text-align: center;
        margin-bottom: 30px; }
        .main_view .catch_wrap .mv_style h3 img {
          width: 33%; }
      .main_view .catch_wrap .mv_style .mv_style_list {
        display: flex;
        justify-content: space-between; }
        .main_view .catch_wrap .mv_style .mv_style_list .mv_style_net {
          width: 45%; }
        .main_view .catch_wrap .mv_style .mv_style_list .mv_style_commute {
          width: 45%; }
  .main_view .mv_balloon {
    width: 38%;
    position: absolute;
    bottom: 3%;
    right: 5%; }
  .main_view .mv_comment {
    position: absolute;
    bottom: 3%;
    left: 5px;
    color: #333;
    font-size: 14px;
    line-height: 120%; }

@media screen and (max-height: 770px) {
  .main_view {
    overflow: visible;
    margin-bottom: 100px; }
    .main_view .catch_wrap {
      width: 35%;
      transform: translateY(-45%); }
      .main_view .catch_wrap .mv_catch {
        margin-bottom: 20px; }
      .main_view .catch_wrap .mv_line {
        margin-bottom: 20px; }
      .main_view .catch_wrap .mv_style h3 {
        margin-bottom: 10px; }
        .main_view .catch_wrap .mv_style h3 img {
          width: 33%; }
    .main_view .mv_balloon {
      width: 30%; }
    .main_view .mv_comment {
      position: absolute;
      bottom: 0%;
      left: 5px;
      transform: translateY(100%); } }
/*-------------------------------------------------------------------------

共通

-------------------------------------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box; }
  .inner:after {
    content: " ";
    display: block;
    clear: both; }

h2.title_h2 {
  color: #333;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }
  h2.title_h2 img {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0 5px; }

h3.title_h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px; }
  h3.title_h3:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #000;
    margin-right: 5px; }

h4.title_h4 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px; }
  h4.title_h4:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #333;
    margin-right: 5px;
    vertical-align: middle; }

p.text {
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 200%;
  margin-bottom: 10px; }

p.lead_text {
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 200%;
  margin-bottom: 10px; }

p.link {
  text-align: center;
  margin: 20px 0; }
  p.link a {
    position: relative;
    display: inline-block;
    width: 60%;
    color: #aaa;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    background: transparent;
    padding: 15px 40px;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-sizing: border-box; }
    p.link a:after {
      display: inline-block;
      content: '→';
      color: #aaa;
      position: absolute;
      right: 15px;
      top: calc(50% - 12px); }
    p.link a:hover {
      color: #fff;
      background: #aaa;
      opacity: 1; }
      p.link a:hover:after {
        color: #fff;
        position: absolute;
        right: 15px;
        top: calc(50% - 12px); }

.fll {
  float: left; }

.flr {
  float: right; }

.cb {
  clear: both; }

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

.style {
  padding: 30px 0;
  background: url(../img/style_bg.png) no-repeat;
  background-size: cover; }
  .style h2 {
    margin-bottom: 50px; }
  .style .wrap_flex {
    position: relative;
    text-align: center;
    padding-bottom: 30px; }
    .style .wrap_flex .net {
      width: 45%;
      margin: 0 2%; }
    .style .wrap_flex .commute {
      width: 45%;
      margin: 0 2%; }
    .style .wrap_flex .icon {
      display: inline-block;
      margin-bottom: 20px; }
    .style .wrap_flex h3 {
      color: #00c9ff;
      font-size: 40px;
      font-weight: bold;
      text-align: center; }
      .style .wrap_flex h3 span {
        display: block;
        color: #00c9ff;
        font-size: 16px;
        text-align: center; }
    .style .wrap_flex h4 {
      color: #333;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 160%;
      letter-spacing: 2px;
      margin: 20px 0; }
    .style .wrap_flex p.text {
      color: #333;
      font-size: 16px;
      text-align: left;
      line-height: 200%; }
    .style .wrap_flex .net {
      display: inline-block;
      width: 50%;
      position: relative; }
    .style .wrap_flex .commute {
      display: inline-block;
      width: 50%;
      position: relative; }
  .style .comment {
    color: #333;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 40px 0; }

.curriculum {
  background: #f4fdff;
  padding: 100px 0; }
  .curriculum h2 {
    margin-bottom: 80px; }
  .curriculum .what_ict .ict_list li {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .curriculum .what_ict .ict_list li .text_wrap {
      width: 55%; }
      .curriculum .what_ict .ict_list li .text_wrap h3 {
        color: #00c9ff;
        font-size: 30px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 4px;
        margin-bottom: 30px; }
      .curriculum .what_ict .ict_list li .text_wrap .text {
        color: #333;
        font-size: 16px;
        line-height: 200%;
        text-align: left; }
    .curriculum .what_ict .ict_list li .img {
      width: 40%; }
      .curriculum .what_ict .ict_list li .img img {
        max-width: 100%; }
    .curriculum .what_ict .ict_list li:nth-child(even) {
      flex-direction: row-reverse; }
      .curriculum .what_ict .ict_list li:nth-child(even) h3 {
        text-align: right; }
  .curriculum .wrap h3 {
    color: #00c9ff;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 4px;
    margin-bottom: 30px; }
  .curriculum .wrap .curriculum_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 30px 60px;
    margin-bottom: 10px; }
    .curriculum .wrap .curriculum_list li h4 {
      width: 20%;
      color: #333;
      font-size: 24px;
      font-weight: bold;
      text-align: left;
      letter-spacing: 2px; }
    .curriculum .wrap .curriculum_list li p.text {
      width: 80%;
      color: #333;
      font-size: 16px;
      line-height: 200%;
      text-align: left; }
  .curriculum .wrap table {
    margin-top: 40px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc; }
    .curriculum .wrap table tr th {
      border: 1px solid #ccc; }
    .curriculum .wrap table tr td {
      border: 1px solid #ccc;
      font-size: 16px;
      text-align: center;
      background: #fff;
      padding: 20px;
      vertical-align: middle; }
    .curriculum .wrap table tr:first-child th {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      background: #c8fdcd;
      padding: 20px; }

.method {
  padding: 100px 0;
  background: url(../img/method_bg.jpg) no-repeat center 95%; }
  .method h2 {
    margin-bottom: 80px; }
  .method .lead_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    .method .lead_block .text_wrap {
      width: 55%;
      text-align: center;
      padding-top: 40px; }
      .method .lead_block .text_wrap h3 {
        display: inline-block;
        color: #333;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        position: relative;
        margin-bottom: 20px; }
        .method .lead_block .text_wrap h3:before {
          content: '';
          display: inline-block;
          width: 100%;
          height: 5px;
          background: #fff118;
          position: absolute;
          bottom: 5px;
          z-index: -1; }
      .method .lead_block .text_wrap .text {
        color: #333;
        font-size: 16px;
        text-align: left; }
    .method .lead_block .img img {
      max-width: 100%; }
  .method .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 70px; }
    .method .wrap .text_wrap {
      width: 55%; }
      .method .wrap .text_wrap h3 {
        display: inline-block;
        color: #00c9ff;
        font-size: 30px;
        font-weight: bold;
        text-align: left;
        position: relative;
        margin-bottom: 20px; }
    .method .wrap .img {
      padding-top: 60px; }
      .method .wrap .img img {
        max-width: 100%; }
  .method ul {
    display: flex;
    justify-content: space-between; }
    .method ul li {
      display: inline-block;
      width: 32%;
      background: #ebfaed;
      padding: 30px;
      padding-top: 70px;
      border-radius: 10px;
      box-sizing: border-box;
      position: relative; }
      .method ul li .img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -20%); }
      .method ul li h4 {
        color: #00c9ff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px; }
      .method ul li .text {
        color: #333;
        font-size: 16px;
        text-align: left;
        line-height: 200%; }

.faq {
  background: #f4fdff;
  padding: 100px 0; }
  .faq h2 {
    margin-bottom: 80px; }
  .faq ul li {
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    margin: 20px 0; }
    .faq ul li .question {
      display: flex;
      align-items: center;
      min-height: 72px;
      color: #333;
      font-size: 16px;
      letter-spacing: 2px;
      position: relative;
      padding-left: 100px;
      margin-bottom: 0px;
      background: url(../img/faq_open.png) no-repeat right center;
      transition: .3s; }
      .faq ul li .question:before {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 72px;
        height: 72px;
        background: #00c9ff;
        border-radius: 50%;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0; }
      .faq ul li .question.open {
        background: url(../img/faq_close.png) no-repeat right center;
        transition: .3s;
        margin-bottom: 30px; }
    .faq ul li .answer {
      min-height: 72px;
      color: #333;
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 200%;
      position: relative;
      padding-left: 100px;
      transition: .3s;
      display: none; }
      .faq ul li .answer:before {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 72px;
        height: 72px;
        background: #97f7a2;
        border-radius: 50%;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0; }
    .faq ul li:nth-child(1) .question:before {
      content: 'Q1'; }
    .faq ul li:nth-child(1) .answer:before {
      content: 'A1'; }
    .faq ul li:nth-child(2) .question:before {
      content: 'Q2'; }
    .faq ul li:nth-child(2) .answer:before {
      content: 'A2'; }
    .faq ul li:nth-child(3) .question:before {
      content: 'Q3'; }
    .faq ul li:nth-child(3) .answer:before {
      content: 'A3'; }
    .faq ul li:nth-child(4) .question:before {
      content: 'Q4'; }
    .faq ul li:nth-child(4) .answer:before {
      content: 'A4'; }
    .faq ul li:nth-child(5) .question:before {
      content: 'Q5'; }
    .faq ul li:nth-child(5) .answer:before {
      content: 'A5'; }

.cost {
  padding: 100px 0;
  background: url(../img/footer_bg.png) no-repeat center bottom;
  position: relative;
  z-index: 101; }
  .cost h2 {
    margin-bottom: 80px; }
  .cost .lead_text {
    text-align: center;
    margin-bottom: 40px; }
  .cost table {
    width: 580px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-collapse: collapse; }
    .cost table tr th {
      color: #333;
      font-size: 20px;
      text-align: center;
      background: #c8fdcd;
      border: 1px solid #ccc;
      border-collapse: collapse;
      padding: 40px; }
    .cost table tr td {
      color: #333;
      font-size: 20px;
      text-align: center;
      background: #fff;
      border: 1px solid #ccc;
      border-collapse: collapse;
      padding: 40px; }
  .cost ol {
    width: 980px;
    margin: 40px auto; }
    .cost ol li {
      color: #333;
      font-size: 16px;
      line-height: 160%;
      margin: 10px 0;
      text-indent: -2em;
      margin-left: 2em;
      counter-increment: calc-ex9; }
      .cost ol li:before {
        content: counter(calc-ex9) ".";
        display: inline-block;
        width: 2em;
        text-indent: 0; }
  .cost .privacy_box {
    max-width: 1200px;
    height: 7em;
    margin: 0 auto 60px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px 20px;
    overflow-y: auto; }
    .cost .privacy_box h3 {
      margin-bottom: 10px; }
  .cost .entry {
    text-align: center;
    margin-bottom: 30px; }
  .cost .btn_entry {
    text-align: center; }

.news_detail_contents {
  max-width: 800px;
  margin: 0 auto; }
  .news_detail_contents .news_title {
    text-align: left;
    margin-bottom: 30px; }
    .news_detail_contents .news_title .category {
      display: inline-block;
      box-sizing: border-box;
      border: 1px solid #333;
      padding: 3px 15px;
      font-size: 14px;
      text-align: center;
      margin-bottom: 15px; }
    .news_detail_contents .news_title .date {
      color: #333;
      font-size: 14px;
      text-align: right; }
  .news_detail_contents h2 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px; }
  .news_detail_contents h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px; }
    .news_detail_contents h3:before {
      content: '●';
      color: #333;
      margin-right: 5px; }
  .news_detail_contents h4 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .news_detail_contents h5 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  .news_detail_contents h6 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .news_detail_contents ul li {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px; }
    .news_detail_contents ul li:before {
      content: '・';
      margin-right: 5px; }
  .news_detail_contents dl dt {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
    .news_detail_contents dl dt a {
      pointer-events: none; }
  .news_detail_contents dl dd {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px; }
  .news_detail_contents p {
    color: #333;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px; }
    .news_detail_contents p.img {
      text-align: center; }
  .news_detail_contents img {
    max-width: 100%; }
  .news_detail_contents a {
    color: #333; }

/*------------------------------------------------------------

404 NOTFOUND

------------------------------------------------------------*/
#page404 {
  text-align: center;
  margin: 150px 0; }
  #page404 h2 {
    font-size: 24px;
    margin-bottom: 30px; }
  #page404 h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px; }
  #page404 h4 {
    font-size: 20px;
    margin-bottom: 30px; }
  #page404 p a {
    color: #00d;
    font-size: 18px;
    border-bottom: 1px solid  #00d;
    text-decoration: none; }
    #page404 p a:before {
      content: '>';
      color: #00d;
      display: inline-block;
      margin-right: 5px; }
