@charset "UTF-8";
html {
  background-color: transparent;
  background-image: none;
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
  color: #333;
}
body a {
  color: #333;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.align-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.text-bold {
  font-weight: bold;
  border-bottom: 1px solid #333;
  display: inline-block;
}

.u-sp_only {
  display: none;
}

.c-inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2%;
}

.c-btn {
  display: block;
  max-width: 478px;
  height: 86px;
  border-radius: 100px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn p {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: url(../images/ico_arrow@2x.png) 95% center no-repeat #32cd32;
  background-size: 20px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .u-pc_only {
    display: none;
  }
  .u-sp_only {
    display: block;
  }
  .c-inner {
    padding: 0 4%;
  }
  .c-btn {
    display: block;
    max-width: 100%;
    height: 72px;
    padding: 6px;
  }
  .c-btn p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: url(../images/ico_arrow@2x.png) 95% center no-repeat #32cd32;
    background-size: 16px;
    font-size: 18px;
  }
}
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  padding: 20px 0;
}
.header .c-inner {
  max-width: 620px;
}

.header_logo {
  margin-bottom: 15px;
  text-align: center;
}
.header_logo img {
  width: 40%;
}

.header_logo_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header_logo_txt .header_logo_item {
  margin: 0 2%;
}
.header_logo_txt p {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 1%;
}
.header_logo_txt p span {
  color: #fff;
  background-color: #333;
  padding: 0.5% 2%;
  margin-right: 2%;
  white-space: nowrap;
  font-size: 14px;
}
.header_logo_txt p strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0 10px;
  }
  .header_logo img {
    width: 50%;
  }
  .header_logo_txt {
    display: block;
  }
  .header_logo_txt .header_logo_item {
    margin: 0 10%;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../images/bg_mv@2x.png) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}
.mv h1 {
  max-width: 350px;
  text-align: center;
  margin: 0 auto 30px;
}

.mv_h1_txt {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}
.mv_h1_txt span {
  border-bottom: 4px solid #fff;
  padding-bottom: 8px;
}

.mv_txt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../images/bg_mv@2x.png) right no-repeat;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
  }
  .mv h1 {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .mv_h1_txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .mv_h1_txt span {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
  }
  .mv_txt {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.thanks-mv {
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.thanks-mv .c-inner {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/*----------------------------------------------------- */
/*  trouble           */
/*----------------------------------------------------- */
.trouble {
  padding: 60px 0 80px;
}

.trouble_pic_01 {
  max-width: 750px;
  margin: 0 auto;
}

.trouble_pic_02 {
  max-width: 310px;
  margin: 0 auto 30px;
}

.solution {
  background: #00125e;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  padding: 20px 0;
  position: relative;
}
.solution::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #00125e transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.c-ttl_01 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.c-ttl_01 span {
  border-bottom: 5px solid #d80c18;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .trouble {
    padding: 30px 0 40px;
  }
  .trouble_pic_02 {
    max-width: 50%;
    margin: 0 auto 10px;
  }
  .solution {
    font-size: 16px;
    padding: 10px 0;
  }
  .solution::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #00125e transparent transparent transparent;
    border-width: 12px 12px 0 12px;
  }
  .c-ttl_01 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .c-ttl_01 span {
    border-bottom: 3px solid #d80c18;
    padding-bottom: 4px;
  }
}
/*----------------------------------------------------- */
/*  point01           */
/*----------------------------------------------------- */
.point01,
.point02,
.point03 {
  padding: 0 0 80px;
}

.point_txt {
  text-align: center;
  margin-bottom: 30px;
}

.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 40px;
  overflow: hidden;
}
.point_list li {
  width: calc(33.33333% - 20px);
  border: 1px solid #ccc;
  margin: 0 10px 20px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10px;
}
.point_list li img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.point_list:after {
  content: "";
  display: block;
  width: calc(33.33333% - 20px);
  margin: 0 10px 20px;
}

.point01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.point01 ul li {
  height: 280px;
  width: 47%;
  margin: 10px 10px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.point02 .point02-img {
  max-width: 600px;
  margin: 30px auto;
}

.seminar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seminar_list li {
  text-align: center;
  width: 33.333%;
}
.seminar_list .pic {
  margin: 10px;
}

.c-circle {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #d80c18;
  border-radius: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin: 0 auto 20px;
  padding-top: 12px;
}
.c-circle em {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.c-ttl_02 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}

.c-ttl_03 {
  background: #ebebeb;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 40px;
}
.c-ttl_03 em {
  font-size: 24px;
  font-weight: bold;
  color: #c00;
}
.c-ttl_03 span {
  font-size: 12px;
  font-weight: normal;
}
.c-ttl_03 img {
  width: 35%;
}

.logo-ttl {
  background-color: inherit;
  margin-bottom: 5px;
}

.techno-ttl {
  background-color: #e8e8f0;
  margin-bottom: 20px;
}

.industry-ttl {
  background-color: #f7e6e5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .point01,
.point02,
.point03 {
    padding: 0 0 40px;
  }
  .point_txt {
    text-align: center;
    margin-bottom: 20px;
  }
  .point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px 20px;
    overflow: hidden;
  }
  .point_list li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    height: 50px;
    padding: 5px;
  }
  .point_list:after {
    content: "";
    display: block;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .point01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .point01 ul li {
    height: 100%;
    width: 100%;
    margin: 10px auto;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .seminar_list {
    display: block;
  }
  .seminar_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .seminar_list li:last-of-type {
    margin-bottom: 0;
  }
  .seminar_list h3 {
    font-weight: bold;
    font-size: 16px;
    height: auto;
    margin-bottom: 10px;
  }
  .seminar_list .position {
    font-size: 12px;
  }
  .c-circle {
    width: 50px;
    height: 50px;
    font-size: 10px;
    margin: 0 auto 10px;
    padding-top: 8px;
  }
  .c-circle em {
    font-size: 18px;
  }
  .c-ttl_02 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-ttl_03 {
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .c-ttl_03 em {
    font-size: 18px;
  }
  .c-ttl_03 span {
    font-size: 10px;
  }
  .c-ttl_03 img {
    width: 50%;
  }
  .logo-ttl {
    margin-bottom: 5px;
  }
}
/*----------------------------------------------------- */
/*  flow           */
/*----------------------------------------------------- */
.flow {
  padding: 60px 0 80px;
  background: #ebebeb;
}

.flow_list {
  max-width: 460px;
  margin: 80px auto 0;
}
.flow_list li:not(:last-child) {
  background: #fff;
  text-align: center;
  padding: 20px;
  position: relative;
}
.flow_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}
.flow_list li + li {
  margin-top: 60px;
}
.flow_list .c-circle {
  margin-top: -55px;
  margin-bottom: 10px;
}
.flow_list li:last-child {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 30px 0 40px;
  }
  .flow_list {
    margin: 60px auto 0;
  }
  .flow_list li:not(:last-child) {
    padding: 10px;
  }
  .flow_list li + li {
    margin-top: 60px;
  }
  .flow_list .c-circle {
    margin-top: -35px;
    margin-bottom: 5px;
  }
  .flow_list li:last-child {
    font-size: 16px;
    margin-top: 30px;
  }
}
/*----------------------------------------------------- */
/*  place           */
/*----------------------------------------------------- */
.place {
  padding: 60px 0 0;
}

.place_list {
  text-align: center;
  margin-bottom: 60px;
}
.place_list li + li {
  margin-top: 30px;
}
.place_list h3 {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 10px;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 400px;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .place {
    padding: 30px 0 0;
  }
  .place_list {
    margin-bottom: 30px;
  }
  .place_list li + li {
    margin-top: 20px;
  }
  .map {
    padding-bottom: 280px;
  }
}
/*----------------------------------------------------- */
/*  form           */
/*----------------------------------------------------- */
.form {
  padding: 50px 0;
}
.form .solution {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 30px;
}
.form form {
  max-width: 70% !important;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 50px 0;
  }
  .form form {
    max-width: 100% !important;
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.footer {
  padding-top: 30px;
}

.footer_wrap {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  margin: 0 auto;
}

.footer_logo {
  width: 250px;
}
.footer_logo img {
  padding: 0 10px;
}

.footer_txt {
  width: 400px;
}

.copyright {
  background: #333;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px 0;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #333;
  position: relative;
}
#page-top::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(50%) translateY(-25%) rotate(-45deg);
          transform: translateX(50%) translateY(-25%) rotate(-45deg);
}

@media screen and (min-width: 769px) {
  #page-top:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
  .footer_wrap {
    max-width: 1000px;
    display: block;
    padding: 0 4% 20px;
  }
  .footer_logo {
    max-width: 100%;
    margin: 0 auto 20px;
    margin-right: auto;
    margin-left: 0;
  }
  .footer_logo img {
    padding: 0;
    width: 80%;
  }
  .footer_txt {
    width: 100%;
  }
  .copyright {
    font-size: 10px;
    padding: 10px 0;
  }
  #page-top {
    position: fixed;
    bottom: 2%;
    right: 3%;
  }
  #page-top a {
    display: block;
    width: 40px;
    height: 40px;
  }
}
.thanks-footer {
  padding-top: 0 !important;
}

/*----------------------------------------------------- */
/*   Banner           */
/*----------------------------------------------------- */
.banner {
  text-align: center;
  width: 40%;
  margin: 30px auto 0;
}
.banner img {
  margin-bottom: 30px;
  width: 100%;
}
.banner .banner-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}
.banner .banner-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .banner {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */