@charset "UTF-8";
/* Scss Document */
/*@font-face {
  font-family: "Aileron";
  src: url('../font/Aileron-UltraLight.woff');
}*/
/*---------------------------------------------------*/
/*             .module                     　　　　　  */
/*---------------------------------------------------*/
/*よく使うもの*/
.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

.h30p {
  height: 30vh;
}

.h50p {
  height: 50vh;
}

.h100p {
  height: 100vh;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.btm0 {
  margin-bottom: 0;
}

.btm10 {
  margin-bottom: 10px;
}

.btm15 {
  margin-bottom: 15px;
}

.btm20 {
  margin-bottom: 20px;
}

.btm25 {
  margin-bottom: 25px;
}

.btm30 {
  margin-bottom: 30px;
}

.btm40 {
  margin-bottom: 40px;
}

.btm50 {
  margin-bottom: 50px;
}

.btm60 {
  margin-bottom: 60px;
}

.btm120 {
  margin-bottom: 120px;
}

.lft10 {
  margin-left: 10px;
}

.lft20 {
  margin-left: 20px;
}

.lft30 {
  margin-left: 30px;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.ib {
  display: inline-block;
}

.ai {
  align-items: center;
}

.ic {
  margin: 0 auto auto;
}

.fs10 {
  font-size: 1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs30 {
  font-size: 3rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs36 {
  font-size: 3.6rem;
}

.fs40 {
  font-size: 4rem;
}

.caution {
  color: #DF0003;
}

a {
  text-decoration: none;
}

.btn_area {
  text-align: center;
}
.btn_area .btn {
  position: relative;
  color: #0F53A4;
  background-color: #fff;
  border: solid 2px #0F53A4;
  display: inline-block;
  padding: 14px;
  min-width: 320px;
  line-height: 1.8;
}
.btn_area .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: 2px solid #0F53A4;
  border-right: 2px solid #0F53A4;
  transform: rotate(45deg);
}

/*---------------------------------------------------*/
/*             .下層共通                    　　　　　 */
/*---------------------------------------------------*/
.content {
  background-color: #F7F7F7;
}

.inner_contents {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
}

.main_title {
  display: flex;
  align-items: center;
  background-color: #0F53A4;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  padding: 90px 0 90px;
}
.main_title.service {
  height: 360px;
  background: url("../img/common/bg_service.png") repeat 0 0;
  background-color: #0F53A4;
}
.main_title.service_online {
  height: 267px;
  background-color: #0F53A4;
}
.main_title.company {
  height: 360px;
  background: url("../img/common/bg_comapany.png") repeat 0 0;
  background-color: #0F53A4;
}
.main_title.recruit {
  height: 360px;
  background: url("../img/common/bg_recruit.png") repeat 0 0;
  background-color: #0F53A4;
}
.main_title.contact {
  height: auto;
  background: transparent;
  margin-bottom: 0;
}
.main_title.contact .main_title_inner h1 {
  color: #000;
}
.main_title.contact .main_title_inner h1 span {
  color: #0F53A4;
}
.main_title .pan {
  text-align: left;
  max-width: 1200px;
  width: 100%;
  margin: 5px 0 70px 50%;
  position: absolute;
  top: 10px;
  left: 0;
  color: #fff;
  font-size: 1.3rem;
  transform: translate(-50%, 0);
  line-height: 1.2;
}
.main_title .pan a {
  color: #fff;
  text-decoration: none;
  margin: 0 7px;
  vertical-align: middle;
}
.main_title .pan a + a:before {
  content: ">";
  vertical-align: middle;
  margin: 0 13px 5px 0;
  display: inline-block;
}
.main_title .pan a + span {
  margin: 0 10px;
  vertical-align: middle;
}
.main_title .pan a + span:before {
  content: ">";
  vertical-align: middle;
  margin: 0 13px 5px 0;
  display: inline-block;
}
.main_title .pan a:hover {
  opacity: 1;
  color: #C5E3E4;
}
.main_title .pan a:hover:before {
  color: #fff;
}
.main_title .main_title_inner {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  position: relative;
}
.main_title .main_title_inner .title_text {
  color: #fff;
}
.main_title .main_title_inner .title_text i {
  display: block;
  font-size: 8.4rem;
  margin-bottom: 10px;
}
.main_title .main_title_inner .title_text h1 {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 8px;
  line-height: 1.2;
}
.main_title .main_title_inner .title_text h1 span {
  margin-top: 20px;
  display: block;
  font-size: 1.6rem;
}

.sec {
  margin-bottom: 120px;
}
.sec h2 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.sec p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.sec.main_sec h2 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.outer_link {
  color: #0F53A4;
}
.outer_link:after {
  font-family: "icomoon";
  content: "\e90c";
  font-size: inherit;
  vertical-align: middle;
  color: #0F53A4;
  margin-left: 5px;
}

.pdf_link {
  color: #0F53A4;
}
.pdf_link:after {
  font-family: "icomoon";
  content: "\e90d";
  font-size: 2.8rem;
  vertical-align: middle;
  color: #0F53A4;
  margin-left: 5px;
}

.common_ttl {
  font-size: 3rem;
  border-bottom: solid 1px #0F53A4;
  padding: 20px 0 20px 20px;
  color: #0F53A4;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.common_ttl + .sec_inner {
  width: 80%;
  margin: 0 auto 60px;
}

.read p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

#idea .read p {
  text-align: center;
  margin-bottom: 2em;
  line-height: 2em;
}

.col_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.col_wrap .col_box {
  width: 48%;
}

/*記事の画像位置が逆の場合*/
.col_wrap.rev {
  flex-direction: row-reverse;
}

/*基本の2列記事タイプ*/
.col_wrap.col2 .col_box {
  width: 48%;
  margin-bottom: 120px;
}
.col_wrap.col2 .col_box h3 {
  font-size: 2.4rem;
  fontｌ-weight: bold;
  margin-bottom: 40px;
}
.col_wrap.col2 .col_box img {
  width: 100%;
  height: auto;
}
.col_wrap.col2:after {
  content: "";
  display: block;
  width: 48%;
}

.tbl {
  width: 100%;
  background-color: #fff;
}
.tbl th, .tbl td {
  padding: 20px;
  border: solid 1px #ccc;
}
.tbl th {
  background-color: #efefef;
}

.default_ol li {
  margin-bottom: 15px;
  list-style-type: decimal;
}

.default_ul li {
  margin-bottom: 15px;
  list-style-type: disc;
}

/*---------------------------------------------------*/
/*             .スマホレイアウト           　　　　　  */
/*---------------------------------------------------*/
@media screen and (max-width: 1215px) {
  .content .inner_contents {
    padding: 0 15px;
  }
  .content .inner_contents p,
.content .inner_contents ol,
.content .inner_contents ul,
.content .inner_contents table th,
.content .inner_contents table td {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .common_ttl {
    padding: 20px 0 20px 0;
  }
  .common_ttl + .sec_inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .main_title .main_title_inner .title_text h1 {
    letter-spacing: 4px;
    font-size: 4.8vw;
  }
  .sec {
    margin-bottom: 60px;
  }
  .sec h2 {
    margin-bottom: 30px;
  }
  .sec.main_sec h2 {
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .col_wrap.col2 {
    margin-bottom: 60px;
  }
  .col_wrap.col2 .col_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .col_wrap.col2 .col_box h3 {
    margin-bottom: 20px;
  }
  .col_wrap {
    flex-direction: column;
  }
  .col_wrap .col_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .col_wrap .col_box h3 {
    margin-bottom: 15px;
  }
  .col_wrap.card .col_box {
    width: 100%;
  }
  .read {
    font-size: 1.6rem;
  }
  #idea .read p {
    text-align: left;
    line-height: 1.6em;
  }
}
/*-------768px以下-----------------*/
@media screen and (max-width: 767px) {
  .main_title.service_online {
    height: 246px;
  }
}
/*# sourceMappingURL=sub.css.map */