@charset "UTF-8";
/* =========================================================
共通ヘッダー  / reset css
========================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: 12px "M PLUS Rounded 1c";
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* -------------------------------------------
共通CSS
------------------------------------------- */

html { font-size: 62.5%;}

body {
  font-family: "M PLUS Rounded 1c", -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  letter-spacing: 1px;
  color: #111111;
  line-height: 1.5;
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

h2 {
  font-size: 2.4rem;
  /*  font-family: "M PLUS Rounded 1c";*/
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

h2 span {
  font-size: 1.6rem;
  display: block;
}

@media screen and (min-width: 1024px) {

  h2 {
    font-size: 4.6rem;
    padding: 20px 0 30px;
  }

  h2 span {
    font-size: 2rem;
    display: block;
  }

}

/* -------------------------------------------
改行
------------------------------------------- */
.sp-br {
  display: block;
}

@media screen and (min-width: 1024px) {
  .sp-br {
    display: none;
  }
}


/* -------------------------------------------
CTAボタン
------------------------------------------- */

/* CTA前コピー */
.section-block-cta {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 20px 60px;
}

.register-copy {
  text-align: center;
  padding-bottom:20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.btn-register {
  padding: 20px 10px;
  text-align: center;
}

.btn-register a {
  display: inline-block;
  background: #1DA1F2;
  font-weight: 700;
  color: #FFFFFF;
  padding: 16px 60px;
  text-decoration: none;
  border-radius: 30px;
  border-bottom: 4px solid #106091;
}

.btn-register a i {
  margin-left: 10px;
}

.btn-register:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
@media screen and (min-width: 1024px) {

  .register-copy {
    font-size: 2.4rem;
  }
}

/*　山吹色　*/
.btn-yamabuki {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: none;
  letter-spacing: .1em;
  font-size: 12px;
  line-height: 1.5;
  background: #FDB647;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-yamabuki a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 20px;
  display: inherit;

}

.btn-yamabuki i {
  margin-right: 5px;
}

.btn-yamabuki:hover {
  background: #f79803;
}

.btn-yamabuki:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-yamabuki:visited {
  color: #ffffff;
}

/* 新規登録ボタン（大） */
.btn-yamabuki-large {
  text-align: center;
}

.btn-yamabuki-large a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-decoration: none;
  background: #FDB647;
  padding: 16px 64px;
  border-radius: 48px;
  -webkit-box-shadow: 0 4px 0 #d1830a;
  box-shadow: 0 4px 0 #d1830a;
  opacity: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.btn-yamabuki-large a i {
  margin-right: 10px;
}

.btn-yamabuki-large a:hover {
  background: #f2a937;
  -webkit-box-shadow: 0 4px 0 #d8860a;
  box-shadow: 0 4px 0 #d8860a;
}

.btn-yamabuki-large a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 4px;
}


@media screen and (min-width: 1024px) {
  .btn-yamabuki-large a {
    padding: 16px 72px;
    font-size: 1.6rem;
  }
}


/*　緑　*/
.btn-green {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #49b9b7;
  color: #ffffff;
  border: none;
  letter-spacing: .1em;
  font-size: 12px;
  line-height: 1.5;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-green button {
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 20px;
  max-height: 41px;
}


.btn-green:hover {
  background-color: #22a2a0;
}


.btn-green:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green:visited {
  color: #ffffff;
}



/* モーダルの場合 */
.modal-btn-green {
  margin-top: 20px;
}

input.btn-green {
  background: #49b9b7;
  border-radius: 48px;
  min-width: 260px;
  min-height: 52px;
  /*  padding: 16px 48px;*/
  font-size: 14px;
  font-weight: normal;
}


.btn-green i {
  margin-right: 5px;
}

@media screen and (max-width: 425px) {
  .btn-green {
    font-weight: 700;
  }
}

.btn-green:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green:visited {
  color: #ffffff;
}


/* ログイン（大） */
.btn-green-large button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  /*  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
  line-height: 1.5;
  letter-spacing: .1em;
  text-decoration: none;
  background: #49b9b7;
  padding: 16px 64px;
  border-radius: 48px;
  -webkit-box-shadow: 0 4px 0 #167b79;
  box-shadow: 0 4px 0 #167b79;
  opacity: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.btn-green-large button i {
  margin-right: 10px;
}

.btn-green-large button:hover {
  background: #42b1af;
  -webkit-box-shadow: 0 4px 0 #0f6d6c;
  box-shadow: 0 4px 0 #0f6d6c;
}

.btn-green-large button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 4px;
}


@media screen and (min-width: 769px) {
  .btn-green-large button {
    padding: 16px 72px;
    font-size: 1.6rem;
  }
}


/* -------------------------------------------
リンク用ボタン
------------------------------------------- */
/* 黒枠ボタン */
.btn-black-line {
  padding: 20px 10px;
  text-align: center;
}

.btn-black-line a {
  display: inline-block;
  font-weight: 700;
  color: #666666;
  padding: 16px 30px;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 48px;
  background: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;

}

.btn-black-line a i {
  margin-left: 10px;
  color: #49b9b7;
}

.btn-black-line a:hover {
  background: #fafafa;
}


/* 白枠ボタン */
.btn-white-line {
  padding: 20px 10px;
  text-align: center;
}

.btn-white-line a {
  display: inline-block;
  min-width: 320px;
  font-weight: 700;
  color: #ffffff;
  padding: 16px 30px;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 48px;
  background: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-white-line a i {
  margin-left: 10px;
  color: #ffffff;
}

.btn-white-line a:hover {
  border: 2px solid #d8f0f0;
  color: #d8f0f0;
  background: #30afb9;
}

.btn-white-line a i {
  color: #d8f0f0;
}


/* アラート =============*/
.wrap-right-alert {
  display: none;
}

/* -------------------------------------------
各コンテンツの共通ブロック
------------------------------------------- */
.section-block {
  width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .section-block {
    max-width: 1200px;
    padding: 70px 20px;
  }
}

/* section-block下のテキスト */
.section-block__text {
  line-height: 1.8;
  padding: 10px 0;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .section-block__text {
    width: 96%;
    margin: 0 auto 20px;;
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.5;
  }
}


/* -------------------------------------------
共通flex
SPの場合はnot flex
------------------------------------------- */

.flex-items {
  display: block;
}


@media screen and (min-width: 1024px) {
  .flex-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-items li {
    /*  display: inline-block;*/
    width: calc(33.3% - 24px);
    vertical-align: top;
    /*  min-height: 556px;*/
    margin: 0 12px 22px;
    position: relative;
  }
}


/* =========================================================
共通ヘッダー for LP
========================================================= */
.header {
  background: #ffffff;
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 0 2%;

}

@media screen and (min-width: 1024px) {
  .header {
    padding-right: 0;
    /*    padding: 0 20px 0 0;*/
    /*    border-top: 3px solid #35B1BC;*/
  }
}

.header img {
  max-width: 100%;
  height: auto;
}

.header-with-box {
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*  padding: 10px 20px;*/
}

@media screen and (min-width: 769px) {

  .header-logo {
    padding: 10px;
  }

}


@media screen and (min-width: 1024px) {
  .header-with-box {
  }
}

@media screen and (max-width: 834px) {
  .header-with-box {
    /*    padding-left: 0;*/
  }
}


@media screen and (max-width: 425px) {
  .header-with-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

  }
}



/* ヘッダーロゴ =============*/
.header-logo {
  width: 20%;
}

/* 登録・ログインボタン =============*/
.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

@media screen and (max-width: 1023px) {
  .header-buttons {
    margin-right: 30px;
  }

}

.header-buttons i {

}

.header-buttons li {
  display: inline-block;
  height: 42px;
}

.header-buttons li:first-child {
  margin-right: 10px;
}

.header-buttons a,
.header-buttons button
{
  width: 100%;
  height: 100%;
  min-width: 112px;
  min-height: 42px;
  padding: 12px 10px;
}

@media screen and (min-width: 1024px) {
  .header-buttons a,
  .header-buttons button
  {
    padding: 12px 20px;
  }
  .header-buttons li {
    width: 152px;
  }
}



/* Navigation =============*/

.header-SP {
  display: block;
}

.header-PC {
  display: none;
}


@media screen and (min-width: 1024px) {
  .header-SP {
    display: none;
  }

  .header-PC {
    display: block;
  }

  .header-logo {
    width: 160px;
  }

  .header-logo img {
    width: 134px;
  }
}

/* PCナビゲーション */
.navPC {
  width: 1100px;
}

.navPC li a {
  color: #111111;
  text-decoration: none;
}

.navPC li a i {
  color: #49b9b7;
}


/* トグルボタン =============*/
.drawer--right .drawer-hamburger {

}

@media screen and (min-width: 769px) {
  .drawer-toggle {
    top: 30px;
  }
}




.drawer-hamburger {
  width: 30px;
  padding: 12px .75rem 12px;
}

/* hamburger icon */
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 3px;
  -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
  transition: all .6s cubic-bezier(.19,1,.22,1);
  background-color: #9F9F9F;
}

/* close icon */
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}


/* ナビゲーション  =============*/
.navPC {
  padding: 20px 20px;
}

.navPC li {
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.navPC li i {
  margin-right: 10px;
}

/* SPナビゲーション */
.drawer-nav {
  width: 300px;
  background: #85d1d0;
  /*  z-index: 10000;*/
}

.drawer--right .drawer-nav {
  right: -100%;
}



/* ナビ上部 */
.drawer-menu-top {
  padding: 30px 20px 10px;
  background-color: #FFFFFF;
}

.sp-nav-logo {
  width: 130px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* 新規登録・ログインボタン */
.nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.nav-buttons li {
  display: inline-block;
  border-radius: 6px;
  /*  padding: 16px 26px;*/
}

.nav-buttons li a,
.nav-buttons li button {
  padding: 16px 26px;
}


.nav-buttons li:first-child {
  margin-right: 10px;
}


/* ナビ リンク部分 */
.drawer-menu {
  padding: 10px 20px;
  background: #49b9b7;
}

.drawer-menu li {
  position: relative;
  height: 50px;
  line-height: 50px;
}

.drawer-menu li:not(:last-child) {
  border-bottom: 1px solid #d4efef;
}

.drawer-menu li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.drawer-menu li a:hover {
  opacity: .2;
}


.drawer-menu i {
  margin-right: 20px;
}
.drawer-menu a {
  color: #FFFFFF;
  text-decoration: none;
}

/* ナビ右端の矢印 */
.nav-arrow {
  position: relative;
  right: 0;
}

.drawer-overlay {
  /*  z-index: 100;*/
}

/* twitterリンク */
.button-twitter {
  padding: 20px 10px;
  text-align: center;
}

.button-twitter a {
  display: inline-block;
  background: #FFFFFF;
  border: 3px solid #1da1f2;
  font-weight: 700;
  color: #1da1f2;
  padding: 16px 40px;
  text-decoration: none;
  border-radius: 30px;
  /*  border-bottom: 4px solid #106091;*/
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.button-twitter a i {
  margin-left: 10px;
}

.button-twitter:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}



/* main =============*/
main {
  position: relative;
  top: 30px;
}


/* -------------------------------------------
メインビジュアル
------------------------------------------- */
.mainvisual-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}


/* ロゴ */
.mainvisual-copy__logo {
  width: 100%;
  text-align: center;
  /*  display: none;*/
}

.mainvisual-copy__logo img {
  width: 100px;
}

.mainvisual-copy h1 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 16px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
}

.mainvisual-copy h1 span {
  font-size: 1.6rem;
}

.mainvisual-copy__text {
  margin: 0 auto;
}

.mainvisual-copy__text-sub {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  /*  width: 80%;*/
  margin: 0 auto;
  line-height: 1.2;
}

.mainvisual-animation {
  display: none;
}

@media screen and (min-width: 769px) {

  .mainvisual-animation {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
    display: block;
  }

  .mainvisual-animation video {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;    
  }
}


@media screen and (min-width: 1024px) {
  .mainvisual-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mainvisual-copy {
    width: 600px;
    padding: 0 0 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .mainvisual-copy h1 {
    font-size: 4.8rem;
    text-align: left;
    padding: 0 0 20px;
    line-height: 1.2;
    letter-spacing: 2.4px;
  }

  .mainvisual-copy h1 span {
    font-size: 2.4rem;
  }


  .mainvisual-copy__logo {
    width: auto;
  }

  .mainvisual-copy__logo img {
    margin-right: 32px;
    min-width: 160px;
  }

  .mainvisual-copy__text-sub {
    font-size: 2.4rem;
    text-align: left;
    letter-spacing: 5px;
  }

  .mainvisual-animation {
    padding: 0 0;
    text-align: center;
  }
}


.main-buttons {
  display: none;
}

@media screen and (min-width: 1024px) {

  .main-buttons {
    display: block;
    text-align: center;
  }

  .main-buttons li {
    display: inline-block;
    /*    padding: 20px 80px;*/
    margin-right: 10px;
    border-radius: 30px;
  }

  .main-buttons .btn-yamabuki {
    border-radius: 30px;
  }
}




/* アンケートの種類 =============*/
.questionnaire-type {
  background: #4ebac2;
}

.questionnaire-type h2 {
  color: #FFFFFF;
}

.questionnaire-type .section-block__text {
  color: #FFFFFF;
}


.questionnaire-type__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.questionnaire-type__item {
  width: 48%;
  background: #FFFFFF;
  border-radius: 10px;
  /*  border: 4px solid #48a7af;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 6px;
  margin-bottom: 20px;
  margin-right: 0;
  display: inline-block;

}

.questionnaire-type__item:nth-child(odd)  {
  margin-right: 12px;
}

.questionnaire-type__item dl {
  width: 100%;
}

.questionnaire-type__item dt {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.questionnaire-type__item dd {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2rem;
}

.questionnaire-type__item dd img {
  padding: 10px 0;
  /*  width: 60%;*/
}

@media screen and (min-width: 769px) {
  .questionnaire-type__item {
    width: calc(33.3% - 24px);
    vertical-align: top;
    margin: 0 12px 22px;
    position: relative;
    margin-right: 0;
    padding: 20px 10px;
  }

  .questionnaire-type .section-block__text {
    width: 80%;
  }

}


@media screen and (min-width: 1024px) {

  .questionnaire-type__item:not(:first-child)  {
    width: calc(33.3% - 24px);
    vertical-align: top;
    margin-bottom: 22px;
    position: relative;
    margin-right: 0;
    padding: 20px 10px;
  }

  .questionnaire-type__item:not(:first-child)  {
    margin-right: 12px;
  }

  .questionnaire-type__item dt {
    font-size: 2.4rem;
  }

  .questionnaire-type__item dd {
    font-size: 1.8rem;
  }

  .questionnaire-type__item dd img {
    width: 80%;

  }


  .questionnaire-type ul li {
    /*    margin-right: 10px;*/
  }


}


/* かんたん登録 =============*/
.how-to-signup {
  text-align: center;
  position: relative;
}

.sp-kantanMV li {

}

.sp-kantanMV video {
  display: block;
  width: 220px;
  height: 336px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 20px;
}

.pc-kantanMV {
  display: none;
}

@media screen and (min-width: 769px) {

  .pc-kantanMV {
    display: block;
  }

  .pc-kantanMV video {
    max-width: 92%;
  }
  .sp-kantanMV {
    display: none;
  }
}





/* 矢印 */
/* 動画STEP用 */
.kantan-arrow {
  width: 0;
  height: 0;
  border-top: 30px solid #FDB647;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  display: block;
  margin: auto;
}


/* フォーム上 */
.arrow-to-form {
  width: 0;
  height: 0;
  border-top: 50px solid #ffffff;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
}

/* 新規登録 =============*/
#register {
  /*  display: none;*/
  /*  background: #e9f9fa;*/
}



.form-txt {
  padding: 20px;
  text-align: center;
}



/* 選ばれる理由 =============*/
.our-strength {
  background: #cbedec;
}


.our-strength__item {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border-radius: 10px;
  /*  border: 3px solid #4e91c3;*/

  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




.strength-icon img {
  width: 140px;
}

.our-strength__item ul {
  width: 200px;
  padding-left: 20px;
}

.strength-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 8px; 
}

.strength-text {
  /*  font-size: 1.4rem;*/
  font-weight: 700;
}


@media screen and (min-width: 769px) {
  .our-strength__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .our-strength__items li:nth-child(odd){
    margin-right: 10px;
  }

  .our-strength__item {
    width: calc(50% - 6px);
  }
}


@media screen and (min-width: 1024px) {

  .our-strength__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .our-strength__item {
    width: calc(33.3% - 24px);
    vertical-align: top;
    position: relative;
    margin: 10px 10px;
  }

  .our-strength__item:nth-child(even) {
    /*    margin: 0 10px;*/
  }

  .strength-title {
    font-size: 2.4rem;
  }

}

/* 最新情報  =============*/
.campaign {
  /*  width: %;*/
  margin: 0 auto;
  /*  background-color: #e9f9fa;*/
}

/* スライダー */
.campaign .slick-slide {
  padding: 8px;
}

.campaign .slick-slide img {
  max-width: 100%;
  /*  padding: 0 10px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #e9f9fa;
}

.campaign .slick-prev {
  left: -18px;
  z-index: 99999;
}

.campaign .slick-next {
  right: -18px;
}

.campaign .slick-prev,
.campaign .slick-next {
  width: 40px;
  height: 40px;
}

.campaign .slick-prev:before,
.campaign .slick-next:before {
  color: #1d9d9b;
  font-size: 40px;
}


@media screen and (min-width: 1024px) {
  .campaign .slick-prev:before,
  .campaign .slick-next:before {
    /*    font-size: 30px;*/
  }

}


/* Twitter News =============*/
.news-twitter {
  background: #cbedec;
}

.section-block__news-twitter {
  display: block;
  padding: 50px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.twitter {
  display: none;
}

.twitter,
.news {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 30px;
}

.twitter-wrap {
  text-align: center;
}

.news {
  margin-bottom: 20px;
}


@media screen and (min-width: 768px) {
  .section-block__news-twitter {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 20px;
  }
  
  .twitter {
    display: block;
  }

  .twitter,
  .news {
    width: 50%;
    margin: 0 10px;
  }

}


/*　news  =============*/
.news li {
  /*  line-height: 2;*/
  letter-spacing: 0;
  padding: 10px 0 0;
  border-bottom: 1px solid #eeeeee;
}

.news li a {
  text-decoration: none;
  /*  border-bottom: 1px dotted #666666;*/
  color: #666666;
  line-height: 1.2;
  font-size: 1.6rem;
}

.news li a:hover {
  border-bottom: none;
}

.news dt p {
  display: inline-block;
  width: 120px;
  padding: 0 20px;
  font-size: 1.2rem;
  margin-left: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.6;
}

.news dd {
  padding: 10px 0 30px;
}

@media screen and (min-width: 1024px) {
  .news {
    max-width: 640px;
  }
}

/* カテゴリー名：重要 */
.news-cat-important {
  background: #FF0000;
}

/* カテゴリー名：お知らせ */
.news-cat-notice {
  background: #FF9800;
}

/* カテゴリー名：新規リリース　*/
.news-cat-newRelease {
  background: #4596FB;
}

/* カテゴリー名：キャンペーン */
.news-cat-campaign {
  background: #0FA8A3;
}

/* カテゴリー名：通信障害　*/
.news-cat-failure {
  background: #0FA8A3;
}

/* カテゴリー名：自主調査　*/
.news-cat-Survey {
  background: #724A95;
}


@media screen and (min-width: 1024px) {
  .twitter {
    max-width: 492px;
  }

  .timeline-Tweet-text {
    font-size: 1.2rem;
  }
}



/* FAQ =============*/
.faq {
  background: #4ebac2;
  color: #FFFFFF;
}

#accordion-panel {
  width: 100%;
  margin: 0 auto;
}

.faq-list-box {
  position: relative;
  border: 3px solid #FFFFFF;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  margin-bottom: 20px;
  cursor: pointer;
}


.accordion-dl_dt {
  font-size: 1.8rem;
  font-weight: 700;
}

.qes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.q-icon {
}

.q-arrow {
  width: 30px;
  position: absolute;
  right: 10px;
  padding: 0 10px;
}

.q-title {
  padding: 0 20px 0 10px;
}

.accordion-dl_dd {
  display: none;
  padding: 20px 0 0;
  line-height: 1.5;
  font-size: 1.6rem;
}

.ans-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-icon {
  width: 50px;
  font-weight: 700;
  padding: 0 20px;
}

.accordion-dl_dt_open {
  /*
  color: #35B1BC;
  -webkit-box-shadow: 0 2px 6px 0 rgba(96, 125, 139, 0.4) !important;
  box-shadow: 0 2px 6px 0 rgba(96, 125, 139, 0.4) !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  border: 2px solid #35B1BC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  */
}


@media screen and (min-width: 1024px) {
  .faq li {
    border: 6px solid #FFFFFF;
    padding: 40px 40px;
  }

  .faq dd {
    /*    font-size: 1.2rem;*/
    line-height: 1.2;
  }

  #accordion-panel {
    width: 80%;
    margin: 0 auto;
  }

  .accordion-dl_dt {
    font-size: 2.6rem;
  }

  #accordion-panel li {
    border: 6px solid #FFFFFF;
    padding: 30px 40px;
  }

  .q-arrow {
    right: 30px;
  }

  .ans-wrap {
    font-size: 2.6rem;
  }
}


/* =============================================
チャットでインタビュー
============================================= */

.interview-list-wrap {
  background: #4ebac2;
  /*  padding: 0 0 60px;*/
}

/* タイトル */
.interview-list-title {
  color: #FFFFFF;
  width: 89.33%;
  padding: 0 0 30px;
  margin: 0 auto;
  text-align: center;
}

.interview-list-title span {
  display: block;
}

@media screen and (min-width: 768px) {
  .interview-list-wrap {
    /*    padding: 30px 0 90px;*/
  }

  .interview-list-title {
  }

  .interview-list-title span {
  }
}


.interview-list {
  background: #FFFFFF;
  position: relative;
  /*  width: 89.33%;*/
}

/* 左上の星アイコン */
.interview-list .icon-star {
  width: 30%;
  max-width: 172px;
  position: absolute;
  top: 0;
  left: 0;
}

.interview-list a {
  width: 100%;
  height: 100%;
  color: #475A58;
  text-decoration: none;
}

.interview-list-item {
  /*  padding: 1em;*/
}


.interview-list-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em 1.5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 200px;
}
.interview-list-item .img-eye-catch {
  width: 30%;
}

.interview-list-item-title {
  width: 70%;
  line-height: 1.5;
  padding-left: 10px;

}

.interview-list-item-info .post-body {
  line-height: 1.5;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #06393d;
  color: #FFFFFF;
  font-size: 0.889em;
}

/* slick */
.interview-list-carousel .slick-slide {
  margin: 0 8px;
}

.interview-list-carousel .slick-prev {
  left: -18px;
  z-index: 99999;
}

.interview-list-carousel .slick-next {
  right: -18px;
}

.interview-list-carousel .slick-prev,
.interview-list-carousel .slick-next {
  width: 40px;
  height: 40px;
}

.interview-list-carousel .slick-prev:before,
.interview-list-carousel .slick-next:before {
  font-size: 40px;
  color: #084246;
}


/* =============================================
Footer
============================================= */
.footer-wrapper {
  width: 100%;
  background: #333333;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}


/* footer navigation */
footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #eeeeee;
  text-decoration: none;
}

/* copyright */
.copyright {
  color: #666666;
  font-size: 1.2rem;
  padding: 20px 0 0;
  text-align: center;
}


@media screen and (min-width: 1024px) {
  footer {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  footer ul li {
    display: inline-block;
  }

  footer ul li:not(:last-child) {
    margin-right: 30px;
  }
}

/* certification =============*/
.certification {
  width: 100%;
  padding: 20px 0;
}

.certification ul {
  margin: 0 auto;
}

.certification ul li {
  display: inline-block;
  width: 48%;
}

@media screen and (min-width: 1024px) {
  .certification ul {
    width: 500px;
  }
}


/* バナー一時置き場 =============*/
.banner-tmp {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
  text-align: center;
}



/* Login PointExchange Modal =============*/

.modal-close:hover,
#modal-open:hover {
  cursor: pointer;
}

#modal-content-02,
#modal-content-01 {
  width: auto;
  margin: 0;
  padding: 16px 16px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.4);
  position: fixed;
  display: none;
  z-index: 11;
  border-radius: 5px;
  line-height: 1.7;
  font-size: 18px;
}

#modal-content-02 {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  #modal-content-02 {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  #modal-content-02 {
    width: 90%;
  }
}

#modal-content-02 dt {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 835px) {
  #modal-content-02 dt {
    text-align: center;
  }
}

#modal-content-02 dd {
  margin-top: 24px;
}

#modal-content-02 dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#modal-content-02 dd ul li {
  margin-bottom: 24px;
}

#modal-content-02 dd img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 425px) {
  #modal-content-02 dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #modal-content-02 dd img {
    width: 80px;
  }
}

#modal-content-02 dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#modal-content-01 {
  border-top: 4px solid #49b9b7;
  border-bottom: 4px solid #49b9b7;
}

@media screen and (max-width: 425px) {
  #modal-content-01 {
    position: absolute;
    width: 90%;
  }
}

#modal-content-01 .indexLoginBox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#modal-content-01 .indexLoginBox > dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

#modal-content-01 .indexLoginBox dl {
  margin-top: 10px;
}

#modal-content-01 .indexLoginBox dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 425px) {
  #modal-content-01 .indexLoginBox {
    padding: 8px;
  }
}

#modal-content-01 .btnRed {
  margin-top: 16px;
}

#modal-content-01 input:not(.btn-green) {
  display: block;
  width: 300px;
  height: 44px;
  padding: .5em;
  border: 2px solid #cccccc;
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 4px;
}

@media screen and (max-width: 425px) {
  #modal-content-01 input:not(.btn-green) {
    width: 100%;
  }
}

#modal-content-01 input:not(.btn-green):focus {
  outline: 0;
  border-color: #E91E63;
}

.modal-content_login_forgetPW {
  margin-top: 32px;
}

.modal-content_login_forgetPW a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #116671;
  -webkit-transition: .3s;
  transition: .3s;
}

.modal-content_login_forgetPW a:hover {
  color: #35B1BC;
}

.modal-content_login_forgetPW i {
  margin-right: .5em;
}

.modal-content_amazon {
  width: 96%;
  margin: 16px auto 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: gray;
  line-height: 1.2;
  text-align: left;
}

.modal-content_amazon li {
  padding-left: 1em;
  text-indent: -1em;
}

.modal-content_amazon li:before {
  content: "※";
  margin-right: .5em;
}

#modal-overlay,
#modal-overlay_login {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(51, 51, 51, 0.75);
}

#modal-open {
  text-decoration: underline;
  margin-right: .3em;
}

#modal-open {
  -webkit-transition: .3s;
  transition: .3s;
}

#modal-open:hover {
  background: #E91E63;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 16px;
  margin-top: 8px;
  display: block;
  text-align: center;
}

.modal-close i {
  margin-right: .5em;
  font-weight: normal;
  color: gray;
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-close span {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 425px) {
  .modal-close {
    right: 0;
  }
  .modal-close span {
    display: none;
  }
}

/*-- ログイン失敗 --*/
.login-errorMessage {
  width: 300px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #E91E63;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
  padding: 8px;
  border-radius: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  animation: fadeIn 3s ease 0s 1 normal;
}

@media screen and (max-width: 425px) {
  .login-errorMessage {
    width: 100%;
  }
}

.login-errorMessage:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f06a";
  margin-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  opacity: .7;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

