@charset "UTF-8";
/* CSS Document */

/* pc sp */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.tac {
  text-align: center !important;
}


.content {
  width: 980px;
  margin: 0 auto;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.bar1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  border: 0;

}


/* content */
/* main visual */
.content .main-visual {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.content .main-visual .left {
  float: left;
  width: 282px;
  margin-right: 60px;
}

.content .main-visual .right {
  float: left;
  width: 333px;
}

.content .main-visual p {
  text-align: left;
  padding-left: 14px;
  color: #888;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .05em;
  font-family: "NotoSansCJKjp-DemiLight";
}


/* advantage */
.content .advantage {
  position: relative;
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #00c404;
}


.content .advantage span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.content .advantage img {
  width: inherit;
  margin: auto;
}

/* privilege */
.content .privilege {
  padding: 60px 0;
  background: #f8f8f8;
}

.content .privilege > * {
  color: #888;
}

.content .privilege h2 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 400;
  color: #00c404;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.content .privilege ul {
  width:600px;
  margin: 0 auto;
}

.content .privilege ul li {
  margin-bottom: 50px;
}

.content .privilege ul li:after {
  display: block;
  clear: both;
  content: "";
}

.content .privilege li div {
  float: left;
  width: 380px;
}

.content .privilege li div p {
  font-size: 14px;
}

.content .privilege .icon {
  width: 110px;
  margin: 0 56px 30px 0;
}

.content .privilege strong {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.5;
  vertical-align: middle;
  font-weight: 400;
  letter-spacing: .05em;
  font-weight: bold;
}

.content .privilege .btn {
  margin-top: 20px;
  text-align: center;
}

/* friend */
.content .friend {
  background: #00c404;
  padding: 70px 0;
}

.content .friend > * {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.content .friend h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}

.content .friend ul {
  padding: 0 75px;
  margin-bottom: 20px;
}

.content .friend ul li {
  float: left;
}

.content .friend li:first-child,
.content .friend li:last-child {
  width: 312px;
}

.content .friend li:first-child {
  margin-right: 20px;
}

.content .friend li:nth-child(2) {
  width: 145px;
}

.content .friend li:last-child {
  margin-left: 20px;
}

.content .friend li h3 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: .05em;
  text-align: center;
}

.content .friend li span {
  display: block;
  line-height: 414px;
  text-align: center;
}

.content .friend li img {
  margin: 30px 0;
}

.met-btns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.met-btns img {
  margin: 0 15px;
}


/**************** tab ****************/
.tablabel,
.tablabel02,
.tablabel03 {
  display: flex;
  margin-bottom: 40px;
}

.tablabel li,
.tablabel02 li,
.tablabel03 li {
  padding: 25px 0;
  width: calc(100% / 2);
  text-align: center;
  background: #eee;
  position: relative;
  cursor: pointer;
  z-index: 3;
  font-size: 22px;
}

.tablabel li.now,
.tablabel02 li.now,
.tablabel03 li.now {
  color: #fff;
  background: #00c404;
}

.tablabel li.now::after,
.tablabel02 li.now::after,
.tablabel03 li.now::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #00c404;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 48%;
}

.content .method {
  padding: 60px 0;
}

.content .method h2 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 400;
  color: #828184;
  text-align: center;
}

.content .method h3 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  color: #828184;
  text-align: center;
}

.content .method .method-list {
  display: flex;
  justify-content: center;

}

.content .method .method-list > * {
  width: calc((100% / 4) - 20px);
  margin-right: 30px;
}

.content .method .method-list > *:last-child {
  margin-right: 0;
}

.content .method .method-list figcaption {
  margin-top: 10px;
  text-align: left;
  font-size: 13px;
  color: #828184;
  line-height: 1.5;
}


/* btn */
.btn img {
  width: 380px;
  height: 52px;
}

/* sp */
@media screen and (max-width:768px) {
  .content {
    width: 100%;
  }

  .content .main-visual {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .content .main-visual p {
    padding: 15px 0 30px 0;
    font-size: 4.5vw;
    line-height: 1.5;
  }

  .content .logo-area {
    width: 70%;
    margin: 30px auto;
  }

  .content .logo-area img:first-child {
    margin-bottom: 10px;
  }

  .content .main-visual .left {
    width: 44%;
    margin-right: 10px;
  }

  .content .main-visual .right {
    width: 52%;
  }

  .content .advantage {
    height: 100px;
  }

  .content .advantage img {
    width: 85%;
  }

  .content .advantage span {
    line-height: 1.8;
  }

  .content .privilege {
    padding: 60px 20px 20px 20px;
  }

  .content .privilege h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .content .privilege ul {
    width: auto;
  }

  .content .privilege ul li div {
    float: right;
    width: 65%;
  }

  .content .privilege strong {
    font-size: 17px;
    text-align: left;
  }

  .content .privilege li:last-child strong {
    line-height: 1;
  }

  .content .privilege p {
    font-size: 11px;
    text-align: left;
  }

  .content .privilege li {
    width: 100%;
    margin-bottom: 30px;
  }

  .content .privilege .btn.sp {
    padding: 30px 0 0;
  }

  .content .privilege li div p {
    font-size: 11px;
  }

  .content .privilege li:after {
    display: block;
    clear: both;
    content: "";
  }

  p.btn.sp {
    clear: both;
  }

  .btn img {
    width: 100%;
  }

  .content .privilege li:first-child strong {
    line-height: 1.5;
  }

  .content .privilege li .icon {
    float: left;
    width: 28%;
    margin: 0;
  }

  .content .friend {
    padding: 60px 20px 40px;
  }

  .content .friend h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .03em;
  }

  .content .friend p {
    font-size: 15px;
    line-height: 1.6;
  }

  .content .friend p + p {
    margin-top: 35px;
  }

  .content .friend ul {
    padding: 0;
  }

  .content .friend li:last-child {
    float: none;
    width: 100%;
    margin: 0;
  }

  .content .btn {
    margin: 30px 0;
  }

  .content .btn a {
    display: block;
    width: 100%;
  }

  .tablabel li,
  .tablabel02 li,
  .tablabel03 li {
    padding: 25px 0;
    width: calc(100% / 2);
    text-align: center;
    background: #eee;
    position: relative;
    cursor: pointer;
    z-index: 3;
    font-size: 16px;
  }

  .content .method h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .content .method h3 {
    font-size: 16px;
  }

  .content .method .method-list {
    display: block;
    padding: 0 50px;
  }

  .content .method .method-list > * {
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .content .method .method-list > * + * {
    margin-top: 100px;
  }

  .content .method .method-list > *::after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 15px 0 15px;
    border-color: #828184 transparent transparent transparent;
  }

  .content .method .method-list > *:last-child::after {
    content: none;
  }
}
