@charset "UTF-8";
/*
* 1-setting
*/
/*
#Variables color

@color-default #333
@color-base #f7f7f7
@color-border #ccc

@color-main #825794
@color-sub #ffbb4d
@color-caution #e74c3c

@color-facebook #305097
@color-twitter #00aced
@color-line #00c300
@color-instagram #325C86
*/
/*
* Variables except color
*/
/*
* Variables font
*/
@font-face {
  font-family: "NotoSerifJP";
  font-style: "normal";
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff"), url("./font/NotoSerifJP-Regular.woff2") format("woff"), url("./font/NotoSerifJP-Regular.ttf") format("truetype"), url("./font/NotoSerifJP-Regular.otf") format("opentype"); }

@font-face {
  font-family: "NotoSerifJP";
  font-style: "bold";
  font-weight: 700;
  src: url("./font/NotoSerifJP-Bold.woff") format("woff"), url("./font/NotoSerifJP-Bold.woff2") format("woff"), url("./font/NotoSerifJP-Bold.ttf") format("truetype"), url("./font/NotoSerifJP-Bold.otf") format("opentype"); }

@font-face {
  font-family: "NotoSerifJP";
  font-style: "black";
  font-weight: 900;
  src: url("./font/NotoSerifJP-Black.woff") format("woff"), url("./font/NotoSerifJP-Black.woff2") format("woff"), url("./font/NotoSerifJP-Black.ttf") format("truetype"), url("./font/NotoSerifJP-Black.otf") format("opentype"); }

/*
* 2-mixin
*/
/*
* 3-base
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all; }

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  font-feature-settings: "palt"; }

img {
  vertical-align: bottom; }

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block; }

iframe {
  max-width: 100% !important; }

img,
embed,
object,
video {
  max-width: 100%; }

a,
label {
  cursor: pointer; }

blockquote {
  padding: 0;
  margin: 0;
  display: block; }

address,
em {
  font-style: normal; }

hr {
  border: 0;
  margin: 0;
  padding: 0; }

ul,
ol,
li {
  list-style: none; }

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: 0; }

input,
button,
select {
  vertical-align: middle;
  border-radius: 0;
  border: 0;
  background: none transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none; }

table {
  border-collapse: collapse; }

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1; }

* {
  box-sizing: border-box; }

br {
  font-size: 0; }

::-moz-selection {
  background: #3f4247;
  color: #fff; }

::selection {
  background: #3f4247;
  color: #fff; }

input::-moz-selection, textarea::-moz-selection {
  color: #333; }

input::selection,
textarea::selection {
  color: #333; }

html {
  font-size: 62.5%;
  min-height: 100%;
  /*
    width: 100%;
	*/ }

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "HiraKakuStd", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  color: #333;
  width: 100%;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased; }
  body#lp-rich {
    font-family: "NotoSerifJP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

input,
button,
select,
textarea {
  font-family: "HiraKakuStd", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; }

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
div:focus,
aside:focus {
  outline: none; }

a {
  color: #3f4247;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.for-no-js,
.for-old {
  text-align: center;
  width: 100%;
  background: #000;
  color: #fff;
  height: 40px;
  line-height: 40px;
  z-index: 11; }

.for-old {
  display: none; }
  .lt-ie9 .for-old {
    display: block; }

/*
    
/*
* 5-module
*/
.main-title {
  color: #fff;
  background: #0984e3;
  display: -webkit-box;
  display: flex;
  padding: 12px 22px;
  -webkit-box-align: center;
          align-items: center; }
  @media all and (min-width: 769px) {
    .main-title {
      -webkit-box-pack: center;
              justify-content: center; } }
  .main-title span {
    font-size: 85px;
    font-family: "din-2014", sans-serif;
    line-height: 1;
    padding-right: 5px; }
  .main-title p {
    font-family: "HiraKakuStd", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5; }

.main-button {
  display: block;
  border-radius: 10px;
  background: #ec6941;
  display: -webkit-box;
  display: flex;
  padding: 19px 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  box-shadow: 0 6px 0 0 #bd5435;
  width: 100%; }
  .main-button-text {
    font-family: "tbcgothic-std", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3; }
    @media all and (max-width: 370px) {
      .main-button-text {
        font-size: 17px; } }
  .main-button-arrow {
    background: #fff;
    border-radius: 50%;
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 15px; }
    .main-button-arrow:after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #ec6941;
      border-right: 2px solid #ec6941;
      -webkit-transform: rotate(45deg) translate(-50%, -50%);
              transform: rotate(45deg) translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 30%; }
  .main-button-yellow {
    background: #fbb21d;
    box-shadow: 0 6px 0 0 #d89100; }
    .main-button-yellow .main-button-arrow:after {
      border-bottom: 2px solid #fbb21d;
      border-right: 2px solid #fbb21d; }

.hero {
  position: relative; }
  .hero-img {
    width: 100%; }
    @media all and (min-width: 430px) {
      .hero-img {
        max-height: 750px; } }
    @media all and (max-width: 370px) {
      .hero-img {
        height: 600px; } }
  .hero-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px 0;
    text-align: center; }
    @media all and (min-width: 769px) {
      .hero-inner {
        max-width: 700px;
        margin: 0 auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .hero-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-left: 25px;
    margin-bottom: 25px; }
  .hero-free {
    margin-right: 5px;
    position: relative;
    border-radius: 50%;
    background-color: #ec6941;
    width: 61px;
    height: 61px;
    text-align: center;
    vertical-align: middle; }
    .hero-free span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      color: #fff;
      font-family: "tbcgothic-std", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
      font-size: 21px; }
  .hero-title {
    font-size: 24px;
    font-family: "tbcgothic-std", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    color: #fff;
    line-height: 1.3; }
    @media all and (max-width: 370px) {
      .hero-title {
        font-size: 22px; } }
  .hero-subtitle {
    position: relative;
    width: 98%;
    margin: 0 auto 30px; }
  .hero-subtitle-back {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 5px; }
  .hero-subtitle-text {
    color: #0984e3;
    font-family: "tbcgothic-std", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 33px;
    text-align: center;
    border-top: solid 1px #fbb21d;
    border-bottom: solid 1px #fbb21d;
    padding: 13px 10px 5px;
    line-height: 1.4; }
    @media all and (max-width: 370px) {
      .hero-subtitle-text {
        font-size: 28px;
        padding: 13px 0 5px; } }
    .hero-subtitle-text span {
      position: relative;
      display: inline-block; }
      .hero-subtitle-text span:before {
        position: absolute;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fbb21d;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0; }
  .hero-subtitle-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    right: -5px;
    z-index: 1; }
  .hero-text {
    font-size: 17px;
    font-family: "tbcgothic-std", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    text-align: center;
    color: #fff;
    margin-bottom: 5px; }
  .hero-subtext {
    font-size: 20px;
    font-family: "tbcgothic-std", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 25px; }
    .hero-subtext span {
      position: relative;
      z-index: 3; }
    .hero-subtext:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      bottom: 4px;
      z-index: 1;
      background: #fbb21d;
      -webkit-transform: skewX(-25deg);
              transform: skewX(-25deg); }
  .hero-note {
    margin-bottom: 10px; }
  .hero-cards {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto 5px; }
    .hero-cards li {
      width: 22%; }
  .hero-button {
    padding: 0 18px; }

.note {
  position: relative;
  font-size: 15px;
  font-family: "tbcgothic-std", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  display: inline-block;
  color: #3f4247;
  letter-spacing: 0.05em;
  line-height: 1.5; }
  .note:before {
    position: absolute;
    height: 80%;
    width: 17px;
    left: -20px;
    top: 6px;
    content: '';
    display: block;
    background: url("./img/enhance-left.png") no-repeat center center/cover; }
  .note:after {
    position: absolute;
    height: 80%;
    width: 17px;
    right: -20px;
    top: 6px;
    content: '';
    display: block;
    background: url("./img/enhance-right.png") no-repeat center center/cover; }
  .note-white {
    color: #fff; }
    .note-white:before {
      background: url("./img/enhance-white-left.png") no-repeat center center/cover; }
    .note-white:after {
      background: url("./img/enhance-white-right.png") no-repeat center center/cover; }

.top {
  padding: 45px 27px; }
  @media all and (min-width: 769px) {
    .top {
      max-width: 700px;
      margin: 0 auto; } }
  .top-title {
    font-size: 24px;
    color: #0984e3;
    font-weight: bold;
    border: solid 3px #0984e3;
    text-align: center;
    position: relative;
    letter-spacing: 0.06em;
    margin-bottom: 27px;
    padding: 2px 0; }
    @media all and (max-width: 370px) {
      .top-title {
        font-size: 22px; } }
    .top-title:before {
      content: '';
      display: block;
      width: 96%;
      height: 5px;
      background: #fff;
      position: absolute;
      top: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .top-title:after {
      content: '';
      display: block;
      width: 96%;
      height: 5px;
      background: #fff;
      position: absolute;
      bottom: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .top-card {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    margin: 28px 0 20px; }
    .top-card li {
      position: relative;
      border: solid 1px #0984e3;
      width: 47%;
      text-align: center;
      padding: 17px 0;
      margin-bottom: 15px; }
      .top-card li span {
        position: absolute;
        color: #fff;
        background: #0984e3;
        font-weight: bold;
        border-radius: 50%;
        width: 33px;
        height: 33px;
        font-size: 19px;
        top: -5px;
        left: -8px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center; }
      .top-card li p {
        font-size: 17px;
        color: #0984e3;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1.5; }
        @media all and (max-width: 370px) {
          .top-card li p {
            font-size: 15px; } }
  .top-button {
    margin: 30px 20px 63px; }

.text {
  font-size: 14px;
  color: #3f4247;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 23px; }
  .text:last-of-type {
    margin-bottom: 0; }
  .text strong {
    position: relative; }
    .text strong span {
      font-size: 16px;
      color: #0984e3;
      font-weight: bold;
      position: relative;
      z-index: 3; }
    .text strong:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 10px;
      bottom: -2px;
      left: 0;
      z-index: 1;
      background: #fdd177;
      -webkit-transform: skewX(-15deg);
              transform: skewX(-15deg); }

.section-inner {
  padding: 45px 28px 45px; }
  @media all and (min-width: 769px) {
    .section-inner {
      max-width: 700px;
      margin: 0 auto; } }

.section-img {
  width: 100%;
  margin-bottom: 25px; }

.section-note {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 10px; }

.section-button {
  padding: 0 20px; }

.section-fullwidth .section-inner {
  padding: 0; }
  @media all and (min-width: 769px) {
    .section-fullwidth .section-inner {
      max-width: 100%;
      margin: 0 auto; } }

.seminar-content {
  padding-left: 15px;
  padding-right: 10px; }
  .seminar-content-item {
    position: relative;
    margin-bottom: 19px; }
  .seminar-content-title {
    position: absolute;
    top: -10px;
    left: -12px;
    z-index: 3;
    background: #0984e3;
    -webkit-transform: skewX(-17deg);
            transform: skewX(-17deg);
    width: 32px;
    height: 63px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    .seminar-content-title span {
      color: #fff;
      font-weight: bold;
      display: block;
      font-family: "din-2014", sans-serif;
      -webkit-transform: skewX(17deg);
              transform: skewX(17deg);
      font-size: 30px; }
  .seminar-content-inner {
    border: solid 1px #0984e3;
    -webkit-transform: skewX(-17deg);
            transform: skewX(-17deg);
    padding: 11px 0 11px 28px; }
  .seminar-content-text {
    color: #3f4247;
    -webkit-transform: skewX(17deg);
            transform: skewX(17deg);
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5; }

.faq-item {
  position: relative;
  margin-bottom: 13px; }
  .faq-item:last-of-type {
    margin-bottom: 0; }

.faq-title {
  position: absolute;
  left: 0;
  top: 0;
  background: #0984e3;
  -webkit-transform: skewX(-17deg);
          transform: skewX(-17deg);
  width: 32px;
  height: 53px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .faq-title span {
    color: #fff;
    font-weight: bold;
    display: block;
    font-family: "din-2014", sans-serif;
    -webkit-transform: skewX(17deg);
            transform: skewX(17deg);
    font-size: 30px; }

.faq-inner {
  margin-left: 17px;
  min-height: 53px;
  border-bottom: solid 1px #0984e3; }

.faq-text {
  font-size: 15px;
  color: #3f4247;
  line-height: 1.5;
  font-weight: bold;
  margin-left: 23px;
  padding-top: 19px;
  padding-bottom: 5px; }

.faq-item-yellow {
  margin-bottom: 17px; }
  .faq-item-yellow .faq-title {
    background: #fbb21d; }
  .faq-item-yellow .faq-inner {
    border-bottom: solid 1px #fbb21d; }

.schedule-title {
  color: #fff;
  background: #0984e3;
  font-size: 27px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold; }

.schedule-inner {
  padding: 40px 28px; }
  @media all and (min-width: 769px) {
    .schedule-inner {
      max-width: 700px;
      margin: 0 auto; } }

.schedule-item {
  margin-bottom: 20px; }
  .schedule-item:last-of-type {
    margin-bottom: 0; }

.schedule-card-title {
  color: #fff;
  background: #0984e3;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 20px; }

.schedule-card-content {
  background: #e6f2fc;
  padding: 25px 20px 33px; }

.schedule-card-top {
  margin-bottom: 15px; }

.schedule-card-subtitle {
  background: #fff;
  border: solid 1px #0984e3;
  font-weight: bold;
  color: #3f4247;
  display: inline-block;
  font-size: 15px;
  padding: 2px 15px;
  font-size: 15px;
  margin-bottom: 5px; }

.schedule-card-text {
  font-size: 15px;
  color: #3f4247;
  line-height: 1.5; }
  .schedule-card-text span {
    font-weight: bold; }

.schedule-card-map {
  border-bottom: solid 1px #3f4247; }

.schedule-card-bottom {
  margin-bottom: 20px; }

.schedule-card-seat {
  font-size: 15px;
  color: #f64019;
  line-height: 1.5; }
  .schedule-card-seat.is-disable {
    color: #3f4247; }

.schedule-card-item {
  display: inline-block;
  margin-right: 25px; }

.schedule-card-button {
  display: block;
  border-radius: 10px;
  background: #fbb21d;
  display: -webkit-box;
  display: flex;
  padding: 16px 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  box-shadow: 0 6px 0 0 #d89100;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3; }
  .schedule-card-button.is-disable {
    background: #cdcdcd;
    box-shadow: 0 6px 0 0 #9a9a9a;
    pointer-events: none; }

#entry .title {
  color: #fff;
  background: #0984e3;
  font-size: 27px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold; }

#entry .section-body {
  margin: 0;
  max-width: none; }
  #entry .section-body .form-wrap {
    padding: 48px 28px;
    background: #e6f2fc; }
  @media all and (min-width: 769px) {
    #entry .section-body .form-inner {
      max-width: 50%;
      margin: 0 auto; } }
  #entry .section-body .entrybox {
    margin: 10px 48px 0; }
    @media all and (min-width: 769px) {
      #entry .section-body .entrybox {
        width: 35%;
        margin: 10px auto; } }
  #entry .section-body .globalsign {
    padding: 0 48px; }

#entry .form-step-input {
  background: #0984e3; }
  #entry .form-step-input:after {
    border-left: 16px solid #0984e3; }

#entry .form-step-text-white {
  color: #fff; }

#entry .form-step {
  border-radius: 5px;
  overflow: hidden; }

#entry .privacy-policy {
  height: 115px;
  padding: 17px 20px;
  border: solid 1px #0984e3;
  overflow: scroll;
  font-size: 10px;
  line-height: 1.5;
  color: #333;
  margin: 50px 28px 0;
  letter-spacing: 0; }
  @media all and (min-width: 769px) {
    #entry .privacy-policy {
      width: 50%;
      margin: 50px auto; } }
  #entry .privacy-policy h3 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px; }
  #entry .privacy-policy h4 {
    font-weight: bold;
    margin: 5px 0; }
  #entry .privacy-policy-item {
    margin-bottom: 8px; }
  #entry .privacy-policy table {
    margin-bottom: 5px; }
  #entry .privacy-policy th {
    border: solid 1px #333;
    font-weight: bold;
    padding: 5px; }
  #entry .privacy-policy td {
    border: solid 1px #333;
    padding: 5px; }

#entry .c-checkbox input[type="checkbox"] + label {
  font-weight: normal; }
  #entry .c-checkbox input[type="checkbox"] + label:before {
    border: solid 1px #0984e3;
    border-radius: 0; }

#entry .c-checkbox input[type="checkbox"]:checked + label:after {
  background: url("./img/checkbox_blue.png") no-repeat center center;
  background-size: 100% auto; }

.footer {
  background: #f5f5f5;
  padding: 55px 28px;
  margin-top: 50px; }
  .footer-top {
    padding: 0px 20px 40px;
    border-bottom: solid 1px #9a9a9a; }
    @media all and (min-width: 769px) {
      .footer-top {
        max-width: 700px;
        margin: 0 auto; } }
  .footer-middle {
    padding: 40px 20px 20px;
    text-align: center;
    border-bottom: solid 1px #9a9a9a; }
    @media all and (min-width: 769px) {
      .footer-middle {
        max-width: 700px;
        margin: 0 auto; } }
  .footer-bottom {
    padding: 35px 0 5px;
    font-size: 10px;
    color: #333;
    font-weight: bold;
    text-align: center; }
    @media all and (min-width: 769px) {
      .footer-bottom {
        max-width: 700px;
        margin: 0 auto; } }
  .footer-info li {
    font-size: 10px;
    color: #333;
    margin-bottom: 3px;
    font-weight: bold; }
  .footer-venture {
    background: #fff;
    border: solid 1px #3f4247;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 5px 10px;
    margin-top: 15px; }
    @media all and (min-width: 769px) {
      .footer-venture {
        width: 50%;
        margin: 15px auto 0; } }
    .footer-venture p {
      font-size: 10px;
      color: #333;
      font-weight: bold;
      margin-left: 10px; }
  .footer-img {
    width: 50%; }
  .footer-title {
    font-size: 11px;
    font-weight: bold;
    color: #3f4247; }
  .footer-vision {
    font-size: 11px;
    font-weight: bold;
    color: #9a9a9a;
    letter-spacing: 0;
    margin-bottom: 13px;
    letter-spacing: -0.04em; }
    .footer-vision span {
      color: #fc596a;
      font-weight: bold; }
  .footer-text {
    font-size: 10px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 16px; }
  .footer-link {
    margin-bottom: 10px;
    font-weight: bold;
    color: #333; }
    .footer-link a {
      border-right: 1px solid #3f4247;
      padding-right: 5px; }
    .footer-link a:last-of-type {
      border-right: none; }
  .footer-copyright {
    margin-bottom: 8px;
    font-weight: bold;
    color: #333; }

.bother-card {
  position: relative;
  overflow: hidden;
  height: 165px;
  margin-top: -10px; }
  .bother-card-item {
    width: 53%;
    margin-bottom: 20px;
    background: #0984e3;
    color: #fff;
    font-size: 15px;
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
    position: absolute; }
    @media all and (min-width: 500px) {
      .bother-card-item {
        width: 50%; } }
    .bother-card-item:nth-child(odd) {
      -webkit-transform: skewX(-12deg) translateX(-13px);
              transform: skewX(-12deg) translateX(-13px);
      left: 0;
      top: 0;
      margin-top: 35px; }
    .bother-card-item:nth-child(even) {
      -webkit-transform: skewX(-12deg) translateX(13px);
              transform: skewX(-12deg) translateX(13px);
      right: 0;
      top: 0;
      margin-top: 55px; }
      .bother-card-item:nth-child(even) .bother-card-img {
        -webkit-transform: skewX(12deg) translateX(-70%);
                transform: skewX(12deg) translateX(-70%); }
    .bother-card-item-yellow {
      background: #fbb21d; }
  .bother-card-inner {
    position: relative;
    padding: 35px 0 0;
    min-height: 108px; }
  .bother-card-text {
    -webkit-transform: skewX(12deg);
            transform: skewX(12deg);
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 15px; }
    @media all and (max-width: 370px) {
      .bother-card-text {
        font-size: 13px; } }
  .bother-card-img {
    position: absolute;
    -webkit-transform: skewX(12deg) translateX(-60%);
            transform: skewX(12deg) translateX(-60%);
    top: -33px;
    width: 63px;
    left: 50%;
    height: auto; }

/*
* 6-utility
*/
/*
Utility

This means helper class like a snippet.
Utility should always have the prefix "u-".
And you should not feel free to add a new Utility class.
*/
.u-hidden {
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap; }

.u-clear {
  zoom: 1; }
  .u-clear:before, .u-clear:after {
    content: "";
    display: block; }
  .u-clear:after {
    clear: both; }

.u-elps {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.u-notap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@media all and (min-width: 780px) {
  .u-hidden-pc {
    display: none; } }

@media all and (max-width: 1280px) {
  .u-hidden-site {
    display: none; } }

@media all and (max-width: 780px) {
  .u-hidden-sp {
    display: none; } }

/*
* 7-library
*/
