@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: 60%;
}

.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: 70%;
  }
  .header_logo_txt {
    display: block;
  }
  .header_logo_txt .header_logo_item {
    margin: 0 5%;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../images/bg_mv@2x.png) center bottom no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}
.mv h1 {
  max-width: 634px;
  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;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../images/bg_mv@2x.png) center bottom no-repeat;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
  }
  .mv h1 {
    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;
  }
}
/*----------------------------------------------------- */
/*  trouble           */
/*----------------------------------------------------- */
.trouble {
  padding: 60px 0 80px;
}

.trouble_pic_01 {
  max-width: 780px;
  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,
.point04 {
  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:after {
  content: "";
  display: block;
  width: calc(33.33333% - 20px);
  margin: 0 10px 20px;
}

.seminar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.seminar_list li {
  text-align: center;
  width: 32%;
}
.seminar_list .pic {
  max-width: 140px;
  margin: 0 auto 10px;
}
.seminar_list h3 {
  font-weight: bold;
  font-size: 18px;
  height: 110px;
}
.seminar_list .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.seminar_list .position {
  font-size: 14px;
}

.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%;
}

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

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

.point04 table {
  margin: 40px auto;
  border-collapse: collapse;
}
.point04 table th,
.point04 table td {
  padding: 10px 20px;
  border: 1px solid #fff;
}
.point04 table th {
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  text-align: center;
  width: 30%;
}
.point04 table td {
  width: 70%;
  background-color: rgba(242, 242, 242, 0.7);
}

@media screen and (max-width: 767px) {
  .point01,
.point02,
.point03,
.point04 {
    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;
  }
  .seminar_list {
    display: block;
    margin-bottom: 20px;
  }
  .seminar_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .seminar_list .pic {
    max-width: 120px;
    margin: 0 auto 10px;
  }
  .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%;
  }
  .point04 table {
    margin: 40px auto;
    border-collapse: collapse;
  }
  .point04 table th,
.point04 table td {
    display: block;
    padding: 10px;
    border: none;
  }
  .point04 table th {
    text-align: center;
    width: 100%;
  }
  .point04 table td {
    width: 100%;
    padding-bottom: 20px;
  }
  .point04 table tr:last-of-type td {
    padding-bottom: 10px;
  }
}
/*----------------------------------------------------- */
/*  flow           */
/*----------------------------------------------------- */
.flow {
  padding: 60px 0 80px;
  background: #ebebeb;
}

.flow_list {
  max-width: 460px;
  margin: 80px auto 0;
}
.flow_list li {
  background: #fff;
  text-align: center;
  padding: 20px;
  position: relative;
}
.flow_list li::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:last-of-type:after {
  content: none;
}
.flow_list li + li {
  margin-top: 60px;
}
.flow_list .c-circle {
  margin-top: -55px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 30px 0 40px;
  }
  .flow_list {
    margin: 60px auto 0;
  }
  .flow_list li {
    padding: 10px;
  }
  .flow_list li + li {
    margin-top: 60px;
  }
  .flow_list .c-circle {
    margin-top: -35px;
    margin-bottom: 5px;
  }
}
/*----------------------------------------------------- */
/*  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;
  }
}
/*----------------------------------------------------- */
/*  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: 420px;
}

.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;
  }
  .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;
  }
}/*# sourceMappingURL=style.css.map */