@charset "UTF-8";
/* Scss Document */
/*------- reset  --------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font: 13px  "ヒラギノ角ゴ Pro W3","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  width: 100%;
  background-color: #fff; }

a {
  text-decoration: none;
  color: #666; }

/* font----------------*/
.w6-px31 {
  font: 31px  "ヒラギノ角ゴ Pro W6","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif; }

/* header----------------*/
#header-container {
  width: 100%;
  background-color: #fff;
  height: 55px; }

.header__inner {
  overflow: hidden; }
.header__logo {
  float: left;
  margin-left: 45px; }
  .header__logo a {
    display: block;
    padding: 10px 0; }
    .header__logo a img {
      width: 234px; }
.header__txt {
  float: left;
  margin: 20px 0 0 20px;
  font-size: 12px;
  color: #666; }

/* mainvisual----------------*/
.mainvisual-container {
  min-width: 960px;
  position: relative;
  background: url(../img/main-background.jpg) no-repeat center center;
  background-size: cover;
  height: 365px;
  margin-bottom: 60px; }
.mainvisual__txt {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 530px;
  height: 210px;
  margin-left: -465px;
  margin-top: -105px;
  padding: 45px 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.83);
  color: #707070;
  opacity: 0;
  transition: all 2s ease; }
  .mainvisual__txt.is-show {
    opacity: 1;
    top: 50%; }
  .mainvisual__txt-small {
    font-weight: bold;
    font-size: 21px; }
  .mainvisual__txt-big {
    font-weight: bold;
    font-size: 32px; }
.mainvisual__imgwoman {
  position: absolute;
  right: 50%;
  z-index: 999;
  height: 100%;
  margin-right: -500px; }
  .mainvisual__imgwoman img {
    height: 100%;
    width: auto; }

.baloon-top {
  position: absolute;
  bottom: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0 10px 180px;
  width: 100%;
  height: 60px;
  margin-bottom: -60px;
  color: #fff;
  font-size: 21px;
  background: #9C4633; }
  .baloon-top::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -240px;
    border: 15px solid transparent;
    border-bottom: 15px solid #9C4633; }

.regist-container {
  width: 100%;
  background: #F8F5F1;
  padding: 50px 0 50px;
  box-sizing: border-box;
  text-align: center; }

.regist__txt {
  font-size: 20px;
  color: #707070;
  margin-bottom: 10px;
  position: relative;
  padding: 0 40px; }
  .regist__txt:before, .regist__txt:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 120%;
    background: #777; }
  .regist__txt:before {
    margin-left: -10px;
    transform: rotate(-30deg); }
  .regist__txt:after {
    margin-left: 10px;
    transform: rotate(30deg); }

.regist__btn a {
  display: inline-block;
  background: #CF0000;
  color: white;
  width: 680px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 20px 0;
  box-sizing: border-box; }

.main-contents-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.nav-item {
  width: 48%;
  background: #F8F5F1;
  border: 4px solid #ccc;
  text-align: left;
  padding: 15px;
  margin-bottom: 4%;
  box-sizing: border-box; }
  .nav-item__ttl {
    font-weight: bold;
    font-size: 24px;
    padding-left: 70px;
    margin-bottom: 10px;
    height: 53px;
    line-height: 53px; }
  .nav-item__txt {
    font-size: 16px;
    color: #707070; }
  .nav-item__magazine {
    border: 4px solid #1B8264; }
    .nav-item__magazine .nav-item__ttl {
      color: #1B8264;
      background: url(../img/icon-mail.png) 0 0 no-repeat; }
  .nav-item__match {
    border: 4px solid #F2534F; }
    .nav-item__match .nav-item__ttl {
      color: #F2534F;
      background: url(../img/icon-match.png) 0 0 no-repeat;
      background-size: auto 100%; }
  .nav-item__chat {
    border: 4px solid #00A0E9; }
    .nav-item__chat .nav-item__ttl {
      color: #00A0E9;
      background: url(../img/icon-chat.png) 0 0 no-repeat;
      background-size: auto 100%; }
  .nav-item__seminar {
    border: 4px solid #FFC828; }
    .nav-item__seminar .nav-item__ttl {
      color: #FFC828;
      background: url(../img/icon-seminar.png) 0 0 no-repeat;
      background-size: auto 90%; }

.main-container {
  padding: 45px 0 0; }
  .main-container .contents {
    width: 100%;
    padding: 50px 0; }
    .main-container .contents:nth-child(even) {
      background: #F8F5F1; }
    .main-container .contents-inner {
      width: 960px;
      margin: 0 auto;
      text-align: center; }
    .main-container .contents__ttl {
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      display: inline-block;
      width: auto;
      padding-left: 90px;
      margin-bottom: 30px;
      margin-right: 70px; }
      .main-container .contents__ttl.magazine__ttl {
        color: #1B8264;
        background: url(../img/icon-mail.png) 0 0 no-repeat;
        height: 53px;
        line-height: 53px; }
      .main-container .contents__ttl.match__ttl {
        color: #F2534F;
        background: url(../img/icon-match.png) 0 0 no-repeat;
        height: 68px;
        line-height: 68px; }
      .main-container .contents__ttl.chat-ttl {
        color: #00A0E9;
        background: url(../img/icon-chat.png) 0 0 no-repeat;
        height: 58px;
        line-height: 58px; }
      .main-container .contents__ttl.seminar__ttl {
        color: #FFC828;
        background: url(../img/icon-seminar.png) 0 0 no-repeat;
        height: 54px;
        line-height: 54px; }
    .main-container .contents__txt {
      text-align: center;
      font-size: 20px;
      color: #666;
      margin-bottom: 30px; }
    .main-container .contents .contents-item {
      display: flex;
      justify-content: space-between; }
      .main-container .contents .contents-item li {
        width: 300px;
        text-align: center; }
      .main-container .contents .contents-item__img figcaption {
        margin-top: 10px;
        font-size: 14px; }
      .main-container .contents .contents-item__ttl {
        font-size: 21px;
        font-weight: bold;
        color: #1B8264;
        margin: 10px 0; }
      .main-container .contents .contents-item__txt {
        font-size: 15px;
        color: #666; }

.main-logo__img {
  text-align: center; }
  .main-logo__img img {
    width: 450px;
    height: auto; }

.main-logo__txt {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px; }

.match__img-howto {
  text-align: center; }

.chat-attention__txt {
  text-align: center;
  font-size: 14px;
  color: #00A0E9;
  margin-top: 40px; }

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

.seminar-item {
  width: 23%;
  position: relative;
  border: 1px solid #ccc; }
  .seminar-item__recomend {
    position: absolute;
    top: 10px;
    left: -5px; }
  .seminar-item__img {
    height: 200px; }
    .seminar-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .seminar-item__body {
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left; }
  .seminar-item__ttl {
    font-size: 12px;
    margin-bottom: 10px;
    color: #000; }
  .seminar-item__date {
    font-size: 11px;
    color: #666; }

.footer-container {
  text-align: center;
  background: #B05434;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: white; }

a {
  transition: all 0.5s ease; }
  a:hover {
    opacity: 0.5; }
