@charset "UTF-8";
/* Scss Document */
.c5-wrap {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
  .c5-wrap * {
    box-sizing: border-box; }
  .c5-wrap img {
    max-width: 100%;
    vertical-align: bottom; }
  .c5-wrap p {
    padding: 0;
    margin: 0 0 1.4em; }
  .c5-wrap figure {
    margin: 0; }
  .c5-wrap figcaption {
    margin: 15px 0 0 0;
    font-size: .9em; }
  .c5-wrap a {
    color: #5787f4; }
    .c5-wrap a:hover {
      text-decoration: underline; }

.c5-mv {
  text-align: center;
  margin-bottom: 100px; }

.c5-section {
  margin-bottom: 100px; }

.c5-inner_s {
  max-width: 80%;
  margin: 0 auto; }

.c5-lead {
  font-size: 1.2em;
  text-align: center; }
  .c5-lead + * {
    margin-top: 80px; }

.c5-title {
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #222;
  margin: 0 0 40px 0; }

.c5-title_sub {
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 1.3em;
  line-height: 1.3;
  border-left: 5px solid #20c40d;
  padding-left: 10px; }

.c5-title_ver {
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 1.3;
  font-weight: bold; }

.c5-title_bar {
  padding: 0 0 5px;
  border-bottom: 1px solid #333;
  margin: 0 0 15px;
  font-size: 1em; }

.c5-cols {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .c5-cols + *,
  .c5-cols + p {
    margin-top: 30px; }
  .c5-cols.nowrap {
    flex-wrap: nowrap;
    justify-content: space-around; }
  .c5-cols.col2 > div {
    width: calc(50% - 30px); }
  .c5-cols.col3 > div {
    width: calc(33.333% - 30px); }
  .c5-cols > div {
    margin: 0 15px 30px 15px;
    text-align: center; }
  .c5-cols .head {
    font-weight: bold;
    margin-bottom: 10px; }

.c5-cols_txt {
  display: flex; }
  .c5-cols_txt + *,
  .c5-cols_txt + p {
    margin-top: 40px; }
  .c5-cols_txt .img {
    flex: 0 1 50%;
    text-align: center; }
  .c5-cols_txt .txt {
    flex: 1 1; }
  .c5-cols_txt .txt + .img {
    margin-left: 30px; }
  .c5-cols_txt .img + .txt {
    margin-left: 30px; }

.c5-box_design {
  padding: 2em;
  background-color: #eee; }
  .c5-box_design > * {
    position: relative;
    z-index: 2; }
  .c5-box_design._soft {
    margin: 60px 0; }
  .c5-box_design._hard01 {
    position: relative;
    background: url("../images/bg_hard.jpg") no-repeat center top;
    background-size: cover; }
    .c5-box_design._hard01::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.75);
      z-index: 1; }
  .c5-box_design._hard02 {
    margin-top: 1px;
    position: relative;
    background: url("../images/bg_hard02.jpg") no-repeat center top;
    background-size: cover; }
    .c5-box_design._hard02::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.75);
      z-index: 1; }

.c5-box_verup {
  padding: 30px;
  background-color: #eee;
  margin-bottom: 60px;
  border: 1px solid #20c40d; }

.c5-box_border {
  padding: 30px;
  background-color: #fff;
  border: 3px double #333; }

a.c5-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  min-width: 250px;
  padding: 15px;
  text-align: center;
  background-color: #5787f4;
  border: 1px solid #5787f4;
  transition: opacity .3s ease; }
  a.c5-btn:hover {
    opacity: .7;
    text-decoration: none; }
  a.c5-btn .c5-icon_arrow::before {
    border-color: transparent transparent transparent #fff; }

.c5-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .c5-list + *,
  .c5-list + p,
  .c5-list + figure {
    margin-top: 20px; }
  .c5-list li {
    margin: 0 0 .25em 0;
    padding-left: 20px;
    position: relative; }
    .c5-list li::before {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #20c40d;
      top: 7px;
      left: 0;
      position: absolute; }

.c5-color2 {
  border: 1px solid #0d93c4; }
  .c5-color2 .c5-list li::before {
    background-color: #0d93c4; }

.c5-color3 {
  border: 1px solid #c93434; }
  .c5-color3 .c5-list li::before {
    background-color: #c93434; }

.c5-bg_exwrap {
  background: url("../images/bg_ex.jpg") no-repeat center top;
  background-size: cover;
  padding: 2em;
  min-height: 700px; }
  .c5-bg_exwrap .c5-title_sub {
    border: none;
    padding: 0;
    text-align: center;
    color: #fff; }

.c5-bg_ex {
  padding: 1em;
  position: relative;
  margin-top: 210px; }
  .c5-bg_ex > * {
    position: relative;
    z-index: 2; }
  .c5-bg_ex::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75); }

.c5-exlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px 20px -10px;
  padding: 0;
  list-style: none; }
  .c5-exlist p {
    margin-bottom: 10px; }
  .c5-exlist > li {
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 7px;
    padding: 5px;
    margin: 0 10px 10px 10px;
    width: calc(16.6% - 20px);
    font-weight: bold;
    font-size: .8em;
    position: relative;
    background: white; }
    .c5-exlist > li > div {
      display: table;
      width: 100%;
      height: 100%; }
  .c5-exlist .icon {
    display: table-footer-group;
    vertical-align: bottom;
    height: 1px;
    /*IE and FF*/ }
    .c5-exlist .icon img {
      max-width: 120px;
      width: 100%; }
      .c5-exlist .icon img:not(:last-child) {
        margin-bottom: 5px; }

.c5-icon_arrow {
  position: relative;
  padding-left: 15px; }
  .c5-icon_arrow::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #222;
    margin-right: 10px; }

.c5-txtL {
  text-align: left; }

.c5-txtC {
  text-align: center; }
  .c5-txtC ul {
    display: inline-block;
    text-align: left; }

.c5-txtR {
  text-align: right; }

.c5-mb40 {
  margin-bottom: 40px; }

.c5-mt60 {
  margin-top: 60px; }

.c5-mt10 {
  margin-top: 10px; }

.c5-m0 {
  margin-bottom: 0 !important; }

.c5-small {
  font-size: .9em; }

.c5-sp {
  display: none; }

.c5-adjust01 {
  max-height: 300px; }

.c5-adjust02 {
  padding: 3.6% 0; }

.c5-adjust03 {
  margin-left: -40%; }

.c5-adjust04 {
  margin-left: -12%; }

.c5-icon_mh {
  margin-bottom: 2.1em; }

.c5-bg_opacity {
  background-color: #fff; }

.c5-colswrap {
  border: 1px solid #333;
  background-color: #fff; }
  .c5-colswrap .c5-cols > div {
    margin-bottom: 0; }

.c5-tilt {
  overflow: hidden;
  position: relative; }
  .c5-tilt::before {
    content: '';
    width: 50%;
    height: 120%;
    right: -35%;
    top: 0;
    transform: rotate(20deg);
    background-color: #fff;
    position: absolute; }

@media only screen and (max-width: 1024px) {
  .c5-exlist {
    margin-left: -5px;
    margin-right: -5px; }
    .c5-exlist > li {
      margin-left: 5px;
      margin-right: 5px;
      width: calc(100% / 2 - 10px);
      padding: 5px;
      min-height: 120px; }

  .c5-bg_exwrap {
    background-image: url("../images/bg_ex_sp.jpg");
    background-size: contain;
    padding: 15px 0; }
    .c5-bg_exwrap .c5-title_sub {
      text-shadow: 0 0 5px #000; }

  .c5-bg_ex {
    margin-top: 20vw; }

  .c5-icon_mh {
    margin-bottom: 2.4em; } }
@media only screen and (max-width: 639px) {
  .c5-mv {
    margin: 0 -20px 60px -20px; }

  .c5-section {
    margin-bottom: 50px; }

  .c5-lead {
    text-align: left;
    font-size: 1.1em; }
    .c5-lead + * {
      margin-top: 60px; }

  .c5-title {
    font-size: 1.5em;
    margin-bottom: 20px; }

  .c5-title_sub {
    font-size: 1.2em;
    margin-bottom: 15px; }

  .c5-title_ver {
    font-size: 1.3em;
    margin-bottom: 20px; }

  .c5-cols {
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .c5-cols > div {
      margin: 0;
      width: auto !important; }
      .c5-cols > div:not(:last-child) {
        margin-bottom: 20px; }

  .c5-cols_txt {
    display: block; }
    .c5-cols_txt .img + .txt,
    .c5-cols_txt .txt + .img {
      margin: 20px 0 0 0; }

  .c5-box_design,
  .c5-box_verup,
  .c5-box_border {
    padding: 15px; }

  .c5-box_verup {
    margin-bottom: 30px; }

  .c5-box_design._hard01 {
    background-image: url("../images/bg_hard_sp.jpg"); }

  .c5-box_design._hard02 {
    background-image: url("../images/bg_hard02_sp.jpg"); }

  .c5-box_design._soft {
    margin: 30px 0; }

  .c5-box_border {
    max-width: none; }

  .c5-sp {
    display: block; }

  .c5-pc {
    display: none; }

  .c5-adjust01 {
    max-height: none; }

  .c5-adjust03,
  .c5-adjust04 {
    margin-left: 0; }

  .c5-tilt::before {
    display: none; }

  .c5-wrap figcaption .c5-icon_arrow::before {
    top: 2px; } }
