@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #222;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

img {
  vertical-align: top;
}

body * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* box-sizingの値は継承されないので明示的に設定 */
}

a {
  color: #0778D8;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}

a:hover img {
  opacity: 0.6;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  input[type="submit"], input[type="text"], input[type="email"], textarea {
    -webkit-appearance: none;
  }

  input[type="text"], input[type="email"], select {
    font-size: 16px !important;
    height: 46px !important;
  }

  input::-webkit-input-placeholder {
    position: relative;
    bottom: 0.1em;
  }
}
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
input[type="submit"]:hover {
  opacity: 0.6;
}

body.on-scroll {
  overflow-x: hidden !important;
}

.geometry_r {
  position: absolute;
  top: 400px;
  right: -50%;
  display: none;
}
@media screen and (max-width: 768px) {
  .geometry_r {
    right: 0;
    left: 0;
    top: 400px;
    width: 100%;
    overflow-x: hidden;
  }
}
.geometry_r img {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .geometry_r img {
    width: 250%;
  }
}

.geometry_l {
  position: absolute;
  top: 2500px;
  left: -50%;
  display: none;
}
@media screen and (max-width: 768px) {
  .geometry_l {
    width: 100%;
    top: 1300px;
    padding-top: 1300px;
    left: 0;
    overflow-x: hidden;
  }
}
.geometry_l img {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .geometry_l img {
    width: 250%;
  }
}

.kv_area {
  width: 96%;
  height: 735px;
  position: relative;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .kv_area {
    width: 92%;
    height: 547px;
  }
}

.kv_area_bg_box {
  width: 100%;
  height: 735px;
  overflow: hidden;
  position: relative;
}

.kv_area_bg_box:after {
  background-image: url(../img/kv.jpg);
  background-repeat: no-repeat;
  -webkit-animation: grow 0.3s ease-out 0s;
          animation: grow 0.3s ease-out 0s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .kv_area_bg_box:after {
    height: 547px;
    background-image: url(../img/kv_sp.jpg);
    background-repeat: no-repeat;
  }
}

@-webkit-keyframes grow {
  /*微差で拡大/縮小するアニメーション設定*/
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes grow {
  /*微差で拡大/縮小するアニメーション設定*/
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.kv_inner_box {
  width: 1160px;
  z-index: 2;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 1160px) and (min-width: 769px) {
  .kv_inner_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv_inner_box {
    width: 100%;
  }
}

.kv_area h2.kv_copy01 {
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 72px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kv_area h2.kv_copy01 {
    font-size: 9.7vw;
    left: -4vw;
    top: 0;
  }
}

.kv_area h2.kv_copy02 {
  position: absolute;
  top: 65px;
  left: 0;
  font-size: 72px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kv_area h2.kv_copy02 {
    top: 17vw;
    left: -4vw;
    font-size: 9.7vw;
  }
}

.sitename {
  position: absolute;
  top: 200px;
  left: 0;
  font-size: 40px;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sitename {
    font-size: 16px;
    top: 36vw;
    left: 4vw;
    line-height: 1.6;
  }
}

.kv_note {
  position: absolute;
  top: 520px;
  left: 0;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .kv_note {
    left: 0;
    bottom: 10px;
    top: auto;
    font-size: 3.4vw;
    text-align: center;
    right: 0;
    margin: auto;
  }
}

.point_text a {
  background: rgba(204, 204, 204, 0.5);
  position: fixed;
  right: 5vw;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  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;
  font-size: 24px;
  line-height: 1.8;
  z-index: 6;
  bottom: 80px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
.point_text a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .point_text a {
    font-size: 12px;
    line-height: 1.8;
    bottom: 20px;
    height: 100px;
    width: 100px;
  }
}

.vertical_text {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 70px;
  left: -126px;
}

.main_area {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .main_area {
    width: 92%;
    margin: 0 auto;
    text-align: left;
    padding: 60px 0 140px;
  }
}

.main_area_text {
  font-size: 24px;
  line-height: 2.6;
  margin-bottom: 160px;
}
@media screen and (max-width: 1160px) and (min-width: 769px) {
  .main_area_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main_area_text {
    font-size: 18px;
    margin-bottom: 60px;
    text-align: center;
  }
}

.process {
  border: 2px solid #000;
  width: 764px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: left;
  position: relative;
  background: #fff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .process {
    width: 100%;
    padding: 80px 4%;
    margin: 0 auto;
  }
}

.process_title {
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: -22px;
  text-align: center;
  margin: auto;
  display: inline-block;
  text-align: center;
  left: 0;
  right: 0;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .process_title {
    width: 100%;
    top: 0;
  }
}

.process_box {
  width: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .process_box {
    width: 100%;
  }
}
.process_box img {
  width: 70px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .process_box img {
    width: 60px;
    margin-right: 20px;
  }
}
.process_box .process_box_r {
  width: 325px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .process_box .process_box_r p {
    font-size: 12px;
  }
}
.process_box .process_box_r h4 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .process_box .process_box_r h4 {
    font-size: 14px;
  }
}

.process_arrow {
  margin: 20px auto;
  text-align: center;
}

.basic_btn a {
  display: block;
  background: #000;
  border-radius: 100px;
  color: #fff;
  width: 764px;
  font-size: 20px;
  line-height: 80px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .basic_btn a {
    width: 100%;
    font-size: 14px;
    line-height: 60px;
  }
}

.registration_area {
  margin-bottom: 120px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1160px) and (min-width: 769px) {
  .registration_text_box {
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .registration_text_box {
    padding: 0 4%;
  }
}

.registration_bg {
  background: url(../img/bg_registration.png) no-repeat;
  height: 400px;
  width: 100%;
  background-size: cover;
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .registration_bg {
    padding: 0 4%;
    margin-bottom: 60px;
  }
}
.registration_bg h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
  padding-top: 100px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .registration_bg h2 {
    font-size: 18px;
  }
}
.registration_bg p {
  font-size: 12px;
  color: #fff;
  z-index: 2;
  position: relative;
  margin-bottom: 40px;
}
.registration_bg:after {
  content: "";
  height: 400px;
  width: 100%;
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}

.registration_text {
  line-height: 2.8;
}
.registration_text a:hover {
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .registration_note {
    font-size: 10px;
  }
}

.registration_list {
  margin-bottom: 30px;
  line-height: 2.8;
}

.sns_area {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sns_area {
    margin-bottom: 60px;
  }
}

.sns_bg {
  background: #F2F2F2;
  padding: 80px 0;
}

.sns_bg_inner {
  width: 764px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sns_bg_inner {
    width: 100%;
    display: block;
  }
}

.sns_area h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sns_area h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.sns_bg_fb {
  background: #fff;
  width: 370px;
  height: 645px;
  border-radius: 10px;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .sns_bg_fb {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.sns_bg_tw {
  background: #fff;
  width: 370px;
  height: 645px;
  border-radius: 10px;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .sns_bg_tw {
    width: 90%;
    margin: auto;
  }
}

.contact_area {
  margin-bottom: 90px;
  line-height: 2.4;
}
.contact_area h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact_area h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact_area {
    width: 92%;
    margin: 0 auto 40px;
  }
}
.contact_area a {
  color: #000;
  text-decoration: none;
}

.contact_mail a {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.contact_mail a:hover {
  opacity: 0.5;
}

.blockline {
  width: 124px;
  height: 1px;
  background: #000;
  text-align: center;
  margin: 50px auto 50px;
}

@media screen and (max-width: 768px) {
  .nav-wrap li:nth-child(1):after,
  .nav-wrap li:nth-child(2):after,
  .nav-wrap li:nth-child(3):after {
    content: "";
    width: 26px;
    height: 1px;
    background: #000;
    text-align: center;
    display: block;
    margin: auto;
  }
}

.sp_nav_policy a {
  color: #000;
  text-decoration: none;
}

.process_area {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .process_area {
    width: 92%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 100px;
  }
}

.heading_under_text {
  line-height: 2.4;
  font-weight: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .heading_under_text {
    line-height: 2;
  }
}

header {
  height: 220px;
}
@media screen and (max-width: 768px) {
  header {
    height: 120px;
  }
}

.logo {
  width: 487px;
  height: auto;
  padding-top: 10px;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .logo {
    width: 34vw;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    width: 70%;
    padding-top: 30px;
  }
}

.header_bg_wrap {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  z-index: 4;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header_bg_wrap {
    height: 75px;
  }
}

.header_bg_wrap.fix .logo {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .header_bg_wrap.fix .logo {
    width: 70%;
  }
}

.header_bg_wrap.fix .header_inner {
  padding: 15px 20px 0;
}
@media screen and (max-width: 768px) {
  .header_bg_wrap.fix .header_inner {
    padding: 25px 0 0;
  }
}

.header_inner {
  width: 1200px;
  padding: 25px 20px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  left: 0;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
@media screen and (max-width: 1160px) and (min-width: 769px) {
  .header_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    width: 100%;
    padding: 25px 0 0;
    position: absolute;
  }
}

.header_inner h1 {
  text-align: left;
  font-size: 24px;
  line-height: 1.6;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .header_inner h1 {
    font-size: 13px;
    padding-left: 20px;
    position: fixed;
    z-index: 11;
  }
}
.header_inner h1 a {
  text-decoration: none;
  color: #000;
}

.title_sub {
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .title_sub {
    font-size: 10px;
  }
}

footer {
  width: 1160px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  footer {
    width: 90%;
  }
}
footer a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
footer a:hover {
  opacity: 0.6;
}
footer small {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  footer small {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding: 0 4%;
    text-align: left;
  }
}

.g_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g_nav ul li {
  margin-left: 30px;
}
.g_nav ul a {
  text-decoration: none;
  color: #000;
}

.contact_nav {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  padding: 6px 20px;
}

.banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 1160px) and (min-width: 769px) {
  .banner_area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner_area {
    width: 100%;
    display: block;
    padding: 0 4%;
  }
}
.banner_area p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .banner_area p {
    margin-bottom: 10px;
  }
}
.banner_area img {
  width: 90%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .banner_area img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner_area .banner_box {
    margin-bottom: 20px;
  }
}

.footer_btn {
  margin-bottom: 100px;
}
.footer_btn a {
  background: #fff;
  color: #000;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.footer_btn a:hover {
  opacity: 0.7;
}

.content_area {
  width: 764px;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .content_area {
    width: 100%;
  }
}
.content_area h3 {
  font-weight: bold;
}
.content_area p {
  margin-bottom: 40px;
}

.heading_area {
  height: 155px;
  background: url(../img/bg_heading_contact.png);
  background-size: cover;
  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;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .heading_area {
    height: 100px;
    margin-bottom: 40px;
  }
}
.heading_area h2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heading_area h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .heading_area h2 h2.s_size_title {
    font-size: 14px;
  }
}

.heading_area_no_image {
  height: 260px;
  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;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .heading_area_no_image {
    height: 130px;
  }
}
.heading_area_no_image h2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heading_area_no_image h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  small {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: 0;
    margin-bottom: 120px;
  }
}
.header .logo {
  font-size: 20px;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
.header .logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .header .logo {
    display: none;
  }
}

.nav-button {
  display: none;
}

.nav li {
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .nav li {
    margin-left: 0;
  }
}
.nav li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.nav li a:hover {
  opacity: 0.6;
}

.nav-wrap.open {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .nav-wrap.close {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .nav-wrap {
    display: block !important;
  }
}
.content {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }

  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    overflow: auto;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
  }
  .nav-wrap .nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-wrap li {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .nav-wrap li:last-child {
    border-bottom: 0;
  }
  .nav-wrap li a {
    color: #000;
    font-size: 14px;
    padding: 20px 0;
    display: block;
  }

  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .nav-button {
    z-index: 20;
    position: fixed;
    width: 40px;
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 14px;
    width: 70%;
    right: 0;
    left: auto;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 0;
    left: auto;
    right: 0;
    width: 50%;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
    background-color: #000;
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
    background-color: #000;
    width: 100%;
  }
}
.nav_contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_contact {
    display: block;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 0 auto 20px;
    width: 60%;
  }
  .nav_contact a {
    color: #000;
    text-decoration: none;
    font-weight: 100;
    padding: 10px;
    display: block;
  }
}

.nav_policy {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_policy {
    display: block;
    margin-bottom: 20px;
  }
  .nav_policy a {
    color: #000;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 100;
  }
}

.nav_small {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_small {
    display: block;
    color: #fff;
  }
}

.nav_home {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_home {
    display: block;
    color: #fff;
  }
}

.nav_banner {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_banner {
    display: block;
    margin-top: 60px;
  }
  .nav_banner img {
    width: 90%;
    margin-bottom: 20px;
  }
}

.scroll-prevent {
  overflow: hidden;
}

/* animation */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* css */
.passing .passing-box {
  display: block;
  text-align: center;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  /*　後ほど解説　*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background: #000;
}

.passing .passing-txt {
  opacity: 0;
  /* 後ほど解説 */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* 任意の値 */
  font-weight: bold;
  line-height: 1.5;
  background: #000;
  color: #fff;
  padding-left: 15px;
}

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #ddd;
  z-index: 12;
}

/*▲▲ ここまで追加する ▲▲*/
.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
}

header.lower {
  height: 130px;
}
@media screen and (max-width: 768px) {
  header.lower {
    height: 75px;
  }
}

.form_area {
  width: 764px;
  margin: 0 auto 170px;
}
@media screen and (max-width: 768px) {
  .form_area {
    width: 100%;
    margin: 0 auto 70px;
  }
}
.form_area table {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .form_area table {
    margin-bottom: 40px;
  }
}
.form_area th {
  font-weight: bold;
  padding: 10px 0 0;
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .form_area th {
    width: 100%;
    display: block;
  }
}
.form_area td {
  padding: 10px 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form_area td {
    width: 100%;
    display: block;
  }
}
.form_area td input[type="text"],
.form_area td input[type="email"] {
  width: 100%;
  padding: 10px;
  height: 37px;
  border: 1px solid #707070;
  border-radius: 4px;
}
.form_area td .selectbox {
  position: relative;
}
.form_area td .selectbox.select_wide_s {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form_area td .selectbox.select_wide_s {
    width: 100%;
  }
}
.form_area td .mwform-radio-field label {
  display: inline-block;
}
.form_area td input[type="checkbox"] {
  width: 25px;
  height: 25px;
}
.form_area td .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: inline-block;
}
.form_area td .mwform-checkbox-field label .mwform-checkbox-field-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form_area td input[type="radio"] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.form_area td .radio_text {
  margin-bottom: 10px;
  padding-left: 5px;
  margin-right: 20px;
}
.form_area td select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  border: #707070 1px solid;
  border-radius: 5px;
  background: #fff;
}
.form_area td .selectbox::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 35%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}
.form_area .mw_wp_form .trigger_td .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form_area .mw_wp_form .trigger_td .horizontal-item {
  margin-right: 15px;
}
.form_area .mw_wp_form .field_td .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form_area .mw_wp_form .field_td .horizontal-item {
  margin-right: 15px;
}
.form_area .field_td .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  bottom: 0.5em;
}
.form_area .menu_td .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.form_area .menu_td .mwform-checkbox-field label .mwform-checkbox-field-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form_area .policy_btn {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form_area .policy_btn {
    font-size: 12px;
  }
}
.form_area .policy_btn .error {
  left: 0;
  right: 0;
  bottom: 26px;
  position: absolute;
}
.form_area .form_note {
  font-size: 10px;
  font-weight: 500;
}
.form_area .form_note_text {
  font-size: 12px;
  margin-bottom: 80px;
}
.form_area .radio_btn_box {
  margin-bottom: 40px;
}
.form_area .required {
  color: #FFB100;
  padding-left: 10px;
}
.form_area .form_area_title {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form_area .form_area_title {
    text-align: center;
  }
}
.form_area .form_area_title:after {
  content: "";
  height: 1px;
  width: 40px;
  background: #000;
  display: block;
  text-align: center;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  .form_area .form_area_title:after {
    margin: 20px auto 30px;
  }
}
.form_area .form_area_title_noborder {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 40px;
}

.conf_main .form_area td .selectbox::after {
  display: none;
}

.policy_text {
  margin-bottom: 40px;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .policy_text {
    text-align: center;
  }
}

.conf_main .policy_text {
  display: none;
}

.submit_btn {
  display: block;
  background: #000;
  border: 0;
  border-radius: 100px;
  color: #fff;
  width: 764px;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.submit_btn:disabled {
  background: #A8A8A8;
  border: 0;
}
@media screen and (max-width: 768px) {
  .submit_btn {
    width: 100%;
    font-size: 18px;
    line-height: 60px;
  }
}

#wpmem_reg fieldset {
  text-align: left;
}

fieldset input[type="text"], .form_area input[type="email"], input[type="password"] {
  padding: 10px;
  height: 37px;
  border: 1px solid #707070;
  border-radius: 4px;
  margin-bottom: 20px;
}

#wpmem_login label, #wpmem_reg label.checkbox, #wpmem_reg label.select, #wpmem_reg label.textbox, #wpmem_reg label.text {
  padding: 13px 0 13px !important;
  height: 47px !important;
}

#wpmem_login fieldset, #wpmem_reg fieldset {
  margin: 0 !important;
}

.login_area {
  border: 1px solid #000;
  padding: 20px 40px 0;
  width: 600px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .login_area {
    width: 100%;
  }
}
.login_area .buttons {
  display: block;
  background: #000;
  border: 0;
  border-radius: 100px;
  color: #fff;
  width: 482px;
  font-size: 16px;
  font-weight: bold;
  line-height: 80px;
  margin: 0 auto 20px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media screen and (max-width: 768px) {
  .login_area .buttons {
    width: 100%;
    line-height: 60px;
    font-size: 16px;
  }
}
.login_area #wpmem_login label {
  float: none;
  width: 100%;
}
.login_area #wpmem_login .div_text {
  float: none;
  width: 100%;
}
.login_area #wpmem_login .button_div {
  height: auto;
  text-align: center;
  margin-top: 40px;
}
.login_area #wpmem_login .link-text {
  float: none;
  text-align: center;
}

.beginners_title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .beginners_title {
    font-size: 16px;
  }
}

.beginners.buttons {
  margin-bottom: 100px;
}

.beginners.buttons a {
  display: block;
  background: #000;
  border: 0;
  border-radius: 100px;
  color: #fff;
  width: 482px;
  font-size: 16px;
  font-weight: bold;
  line-height: 80px;
  margin: 0 auto 20px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.beginners.buttons a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .beginners.buttons a {
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
  }
}

.login_area.content_area {
  padding-bottom: 0;
}

.login_area label[for="log"] {
  text-align: left;
}

.login_area label[for="pwd"] {
  text-align: left;
}

.form_area #wpmem_reg label[for="trigger"],
.form_area #wpmem_reg label[for="field"],
.form_area #wpmem_reg label[for="menu"] {
  margin-bottom: 10px;
}

.form_area #wpmem_reg ::-webkit-input-placeholder {
  font-size: 13px;
}

.form_area #wpmem_reg :-ms-input-placeholder {
  font-size: 13px;
}

.form_area #wpmem_reg ::-ms-input-placeholder {
  font-size: 13px;
}

.form_area #wpmem_reg ::placeholder {
  font-size: 13px;
}

.form_area #wpmem_reg label[for="industry_text"],
.form_area #wpmem_reg label[for="trigger_text"],
.form_area #wpmem_reg label[for="field_text"],
.form_area #wpmem_reg label[for="menu_text"] {
  display: none;
}

#wpmem_reg input#trigger_text,
#wpmem_reg input#field_text,
#wpmem_reg input#menu_text {
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .form_area #wpmem_reg label[for="menu"] {
    margin-top: 40px;
  }
}

.form_area.magazine_area {
  width: 512px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form_area.magazine_area {
    width: 100%;
  }
}
.form_area.magazine_area .submit_btn {
  width: 100%;
}
.form_area.magazine_area input[type="email"] {
  width: 100%;
}
.form_area.magazine_area .magazine_txt {
  font-size: 16px;
}

.pass_forget {
  margin-bottom: 100px;
}
.pass_forget .buttons {
  font-size: 16px;
}
.pass_forget .login_area {
  text-align: left;
  border: 0;
  padding: 0;
  width: 512px;
}
@media screen and (max-width: 768px) {
  .pass_forget .login_area {
    width: 100%;
  }
}
.pass_forget legend {
  display: none;
}

#wpmem_reg .dropdown {
  border: 1px solid #707070 !important;
  padding: 10px !important;
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  #wpmem_reg .dropdown {
    width: 100% !important;
  }
}

#wpmem_msg, .wpmem_msg {
  padding: 20px !important;
}

@media screen and (max-width: 768px) {
  .form_area textarea {
    width: 100%;
  }
}
.form_area .submit_btn {
  font-size: 16px;
}
.form_area .buttons {
  display: block;
  background: #000;
  border: 0;
  border-radius: 100px;
  color: #fff;
  width: 764px;
  font-size: 16px;
  font-weight: bold;
  line-height: 80px;
  margin: 0 auto 20px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media screen and (max-width: 768px) {
  .form_area .buttons {
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
  }
}

.form_area .multicheckbox,
.form_area .radio {
  display: inline-block;
  clear: both;
  float: left;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .form_area .multicheckbox,
  .form_area .radio {
    width: 100%;
    float: none;
  }
}

.div_multicheckbox,
.div_radio {
  float: right;
  width: 66%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .div_multicheckbox,
  .div_radio {
    width: 100%;
    float: none;
  }
}

.div_multicheckbox .multicheckbox,
.div_radio .radio {
  float: none;
  width: auto;
  line-height: 25px;
  vertical-align: top;
  width: 90%;
}

#wpmem_reg input[type=checkbox],
#wpmem_reg input[type=radio] {
  margin: 0 !important;
  width: 25px;
  height: 25px;
}

.process {
  margin-bottom: 100px;
}

.initiative_area {
  position: relative;
  width: 90%;
  margin: auto;
  background: #F0F0F0;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .initiative_area {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.initiative_area img {
  width: 764px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .initiative_area img {
    width: 88%;
    height: auto;
  }
}

.initiative_text {
  width: 764px;
  margin: auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .initiative_text {
    width: 88%;
  }
}

@media screen and (max-width: 768px) {
  .initiative_title_area {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.initiative_title {
  display: inline-block;
  font-size: 22px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D4D4D4));
  background: linear-gradient(transparent 60%, #D4D4D4 60%);
  line-height: 0.8;
  padding: 5px 10px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .initiative_title {
    line-height: 2;
    text-align: center;
    display: inline;
    padding: 0;
  }
}

.news_area {
  position: relative;
  width: 764px;
  margin: 0 auto 180px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .news_area {
    width: 100%;
    padding: 0 4%;
  }
}

.news_area .news_list {
  padding-bottom: 60px;
}

.news_area .news_list .txt a {
  text-decoration: underline;
  color: #0778D8;
}
.news_area .news_list .txt a:hover {
  text-decoration: none;
  opacity: 1;
}

.content_area .news_list .txt a {
  text-decoration: underline;
  color: #0778D8;
}
.content_area .news_list .txt a:hover {
  text-decoration: none;
  opacity: 1;
}

h2.index_common_title {
  text-align: center;
}

h2.index_common_title span {
  font-size: 54px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D4D4D4));
  background: linear-gradient(transparent 60%, #D4D4D4 60%);
  line-height: 0.8;
  margin-bottom: 70px;
  padding: 5px 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  h2.index_common_title span {
    font-size: 6.5vw;
  }
}

h2.index_common_title span.jp_text {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  h2.index_common_title span.jp_text {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.more_link {
  height: 45px;
  width: 173px;
  position: relative;
  margin-left: auto;
  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;
}

.more_link a {
  width: 173px;
  font-size: 14px;
  text-align: center;
  border: solid 1px #333;
  height: 45px;
  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;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
  color: #000;
  text-decoration: none;
}

.more_link:hover {
  opacity: 0.6;
}

.more_link:after {
  content: '\2192';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

.task_area {
  margin-bottom: 180px;
}

.task_inner {
  background: #F0F0F0;
  width: 100%;
  height: 356px;
  font-size: 54px;
  color: #BBBBBB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .task_inner {
    font-size: 6vw;
  }
}

section.event_area {
  padding: 0 4%;
  margin: auto;
}

section.group_area {
  margin-bottom: 170px;
}

.sns_area {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .sns_area {
    margin-bottom: 100px;
  }
}

.sns_area h2 {
  margin-bottom: 0;
}

.group_inner {
  background: #F0F0F0;
  width: 764px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .group_inner {
    width: 100%;
  }
}

.membership {
  font-size: 40px;
  font-weight: bold;
  margin-left: 40px;
  letter-spacing: 10px;
}

.group_note {
  font-size: 10px;
}

.form_subtitle {
  width: 100%;
  clear: both;
  padding: 80px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_subtitle:first-of-type {
    padding: 0px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .form_subtitle {
    padding: 80px 0 40px;
  }
}
.form_subtitle:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #000;
  display: block;
  text-align: center;
  margin: 20px auto 0;
}

.tos_text {
  float: left;
  line-height: 25px;
  /* height: 25px; */
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .tos_text {
    width: 77%;
  }
}

#tos {
  float: left;
}

.form_button_text {
  clear: both;
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .form_button_text {
    font-size: 13px;
    padding-top: 80px;
  }
}

.thankspage {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.content_area .thanks_title {
  font-size: 40px;
  margin-bottom: 0;
}

.thanks_note {
  font-size: 12px;
  margin-bottom: 80px;
}

.nav li.loginbtn {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nav li.loginbtn {
    width: 80%;
    margin: 0 auto 20px;
    border-radius: 50px;
  }
}
.nav li.loginbtn a {
  color: #fff;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .nav li.loginbtn a {
    padding: 10px;
  }
}

.contact_area {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .contact_area {
    margin-bottom: 100px;
  }
}

.contact_area .basic_btn a {
  color: #fff;
}

.form_area input[type="email"] {
  margin-bottom: 0;
}

.pass_forget .link-text-username {
  display: none;
}

.login_area .link-text-register {
  display: none;
}

.foot_contact {
  margin-right: auto;
}

.foot_contact a {
  border: 1px solid #000;
  padding: 5px 40px;
  border-radius: 50px;
  display: block;
}

/* ----- pagenavi ----- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi span.current {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nextpostslink {
  position: absolute;
  right: 0;
}

.previouspostslink {
  position: absolute;
  left: 0;
}

.heading_area_no_image h2.jp_text {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .heading_area_no_image h2.jp_text {
    font-size: 6.5vw;
  }
}

.content_area .pager a {
  color: #000;
}

.wp-pagenavi a, .wp-pagenavi span {
  margin: 5px !important;
}

@media screen and (max-width: 768px) {
  .registration_bg {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .registration_bg h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .registration_bg:after {
    height: 340px;
  }
}

.nav-wrap li.sp_nav_contact a {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-wrap li.sp_nav_contact a {
    display: block;
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
  }
}

label[for="company"] {
  margin-bottom: 20px;
}

label[for="company"] + div {
  margin-bottom: 20px;
}

label[for="company_kana"] {
  margin-bottom: 20px;
}

label[for="company_kana"] + div {
  margin-bottom: 20px;
}

.register_wrap legend {
  display: none;
}

.req-text {
  display: none;
}

ul.hoge li.parent {
  font-weight: bold;
}

.heading_area.heading_rg {
  background: url(../img/bg_heading_rg.png);
  background-size: cover;
}

#wpmem_reg .div_text.tos_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none;
}
@media screen and (max-width: 768px) {
  #wpmem_reg .div_text.tos_block {
    margin-top: 40px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#wpmem_reg .div_text.tos_block #tos {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  height: 15px;
  width: 15px;
  float: none;
}
#wpmem_reg .div_text.tos_block .required {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  float: none;
}

.form_note.magazine_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wpmem_reg .div_text.magazine_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none;
}
#wpmem_reg .div_text.magazine_block .div_checkbox {
  float: none;
  width: auto;
  padding: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 10px;
  height: auto;
}
#wpmem_reg .div_text.magazine_block .checkbox {
  float: none;
  width: auto;
  padding: 0 !important;
  height: auto !important;
}
#wpmem_reg .div_text.magazine_block input {
  height: 15px;
  width: 15px;
}
#wpmem_reg .div_text.magazine_block .magazine {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  height: 15px;
  width: 15px;
  float: none;
}
#wpmem_reg .div_text.magazine_block .required {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  float: none;
}

.task_area_inner {
  background: #eee;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .task_area_inner {
    padding: 80px 4%;
  }
}
.task_area_inner .content_area {
  padding: 0;
}
.task_area_inner .project_list {
  padding: 0;
}
.task_area_inner .more_link a {
  background: #fff;
}

.logout_list {
  margin-top: 40px;
}

.logout_list a {
  display: block;
  background: #000;
  border: 0;
  border-radius: 100px;
  color: #fff;
  width: 482px;
  font-size: 16px;
  font-weight: bold;
  line-height: 80px;
  margin: 0 auto 20px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.magazine_thanks_title_box {
  margin-bottom: 30px;
}

.magazine_thanks_title {
  font-size: 16px;
}

.magazine_submitbtn_text {
  margin-bottom: 60px;
}

label[for="field"] + div br {
  display: none;
}
label[for="field"] + div label.multicheckbox {
  width: 14%;
}
@media screen and (max-width: 768px) {
  label[for="field"] + div label.multicheckbox {
    width: calc(100% / 3 - 36px);
  }
}

/* -----20200627_28 -----*/
@media screen and (max-width: 768px) {
  .heading_area_no_image {
    height: 80px;
    margin-bottom: 40px;
  }
}
.heading_area_no_image h2 {
  font-size: 54px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D4D4D4));
  background: linear-gradient(transparent 60%, #D4D4D4 60%);
  line-height: 0.8;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .heading_area_no_image h2 {
    font-size: 6.5vw;
  }
}

.content_area {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .content_area {
    padding-bottom: 50px;
  }
}

.pager {
  position: relative;
}
.pager .link {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #333;
  color: #333;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  text-decoration: none;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .pager .link {
    width: 30px;
    height: 36px;
    font-size: 14px;
  }
}
.pager .link:hover {
  opacity: 0.6;
}
.pager.detail {
  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-top: 180px;
}
@media screen and (max-width: 768px) {
  .pager.detail {
    padding-top: 90px;
  }
}
.pager.detail .link {
  width: 173px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pager.detail .link {
    width: 150px;
    font-size: 12px;
  }
}
.pager.detail .link:before, .pager.detail .link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pager.detail .link:before {
  left: 16px;
}
.pager.detail .link:after {
  right: 16px;
}
.pager.detail .prev {
  padding-left: 36px;
}
.pager.detail .prev:before {
  content: '\2190';
}
.pager.detail .next:after {
  content: '\2192';
}
.pager.project .next {
  width: 173px;
  font-size: 14px;
  text-align: center;
}
.pager.project .next:after {
  content: '\2191';
  position: absolute;
  right: 16px;
}
.pager .prev {
  position: absolute;
  left: 0;
}
.pager .next {
  position: absolute;
  right: 0;
}
.pager .number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pager .number .link {
  margin: 0 6px;
}

/* ----- news_list , news_detail ----- */
.heading_area_no_image h2.news_home_title {
  font-weight: 400;
}

.news_list {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .news_list {
    padding-bottom: 50px;
  }
}
.news_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news_list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news_list a {
  color: #000;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  text-decoration: none;
}
.news_list a:hover {
  opacity: 0.6;
}
.news_list .info {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .news_list .info {
    width: 100%;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news_list .info .day {
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .news_list .info .day {
    margin-right: 10px;
  }
}
.news_list .info .new {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  width: 80px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  border-radius: 4px;
  margin-bottom: 0;
}
.news_list .txt {
  width: 74%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .news_list .txt {
    width: 100%;
    font-size: 12px;
  }
}

.news_content p {
  margin-bottom: 40px;
  margin-top: 0;
}
.news_content img {
  margin-top: 40px;
  max-width: 100%;
  height: auto;
}
.news_content .day {
  margin-top: 0;
  font-weight: bold;
}
.news_content figcaption {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news_content figcaption {
    font-size: 10px;
  }
}
.news_content .lead {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news_content .lead {
    line-height: 1.8;
    margin-top: 20px;
  }
}
.news_content .category {
  background: #000;
  color: #fff;
  margin-right: 20px;
  padding: 0 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .news_content .category {
    font-size: 12px;
    padding: 0 20px;
  }
}
.news_content table td,
.news_content table th {
  border: 1px solid #ddd;
  padding: 15px;
}

/* ----- evnet ----- */
.content_area.event {
  width: 1158px;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .content_area.event {
    width: 764px;
  }
}
@media screen and (max-width: 768px) {
  .content_area.event {
    width: 100%;
  }
}
.content_area.event .pager {
  width: 764px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_area.event .pager {
    width: 100%;
  }
}

.event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event_list .item {
  width: 370px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .event_list .item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .event_list .item {
    width: 100%;
    padding-bottom: 30px;
  }
}
.event_list .item a {
  color: #000;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event_list .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event_list .item a:hover {
  opacity: 0.6;
}
.event_list .item a.img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
.event_list .item a.img:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .event_list .item .txt {
    font-size: 12px;
    line-height: 1.8;
  }
}
.event_list .item img {
  width: 100%;
  height: auto;
}
.event_list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}
.event_list .item .info p {
  margin-bottom: 0;
}
.event_list .item .info .cat {
  width: 122px;
  height: 28px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .event_list .item .info .cat {
    font-size: 12px;
  }
}
.event_list .item .info .day {
  font-weight: bold;
}

.event_list:after {
  content: "";
  display: block;
  width: 370px;
  height: 0;
}

@media screen and (max-width: 1180px) and (min-width: 769px) {
  .event_list:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
  }
}
/* ----- faq ----- */
.faq {
  counter-reset: numberq 0 numbera 0;
}
.faq .item {
  border-bottom: solid 1px #000;
}
.faq p {
  margin-bottom: 0;
}
.faq .f {
  position: relative;
  padding: 25px 0;
  cursor: pointer;
}
.faq .f:before {
  content: '';
  width: 8px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../img/icon_arrow.svg) no-repeat;
}
.faq .f.active:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .f p {
  font-weight: bold;
  position: relative;
  padding: 0 2.5em;
}
.faq .f p:before {
  content: '';
  counter-increment: numberq 1;
  content: "Q" counter(numberq);
  padding-right: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.faq .q {
  font-weight: bold;
  padding: 0 2.5em 25px;
  position: relative;
  display: none;
}
.faq .q span.qnumber {
  position: absolute;
  top: 0;
  left: 0;
}
.faq .q a:hover {
  opacity: 1;
  text-decoration: none;
}

/* ----- project ----- */
.content_area.project {
  width: 1158px;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .content_area.project {
    width: 764px;
  }
}
@media screen and (max-width: 768px) {
  .content_area.project {
    width: 100%;
  }
}

.single_page .project_list {
  padding-bottom: 0;
}

.single_page .project_list .item {
  padding-bottom: 0;
}

.project_list {
  padding-bottom: 145px;
}
@media screen and (max-width: 768px) {
  .project_list {
    padding-bottom: 90px;
  }
}
.project_list .project_thumb {
  margin-bottom: 20px;
}
.project_list .item {
  width: 100%;
  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-bottom: 35px;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .project_list .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .project_list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project_list a {
  color: #000;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  text-decoration: none;
}
.project_list a:hover {
  opacity: 0.6;
}
.project_list .img {
  position: relative;
  margin-right: 95px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .project_list .img {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .project_list .img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.project_list .img img {
  width: 100%;
  max-width: 370px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .project_list .img img {
    max-width: 100%;
  }
}
.project_list .img:hover {
  opacity: 1;
}
.project_list .img:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project_list .img:hover img.nohover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.project_list .img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.project_list img {
  max-width: 100%;
  height: auto;
}
.project_list .info {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .project_list .info {
    width: 100%;
  }
}
.project_list .info .cat {
  width: 122px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .project_list .info .cat {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.project_list .info .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .project_list .info .ttl {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.project_list .info .txt {
  margin-bottom: 40px;
}
.project_list .info .txt a {
  color: #0778D8;
  text-decoration: underline;
}
.project_list .info .txt a:hover {
  color: #0778D8;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .project_list .info .txt {
    font-size: 12px;
    line-height: 1.8;
  }
}

.project_single_content {
  margin-top: 60px;
}

.project_single_box table td,
.project_single_box table th {
  border: 1px solid #ddd;
  padding: 15px;
}
.project_single_box .project_list .wp-block-file a {
  color: #0778D8;
  text-decoration: underline;
}
.project_single_box .project_list .wp-block-file a:hover {
  text-decoration: none;
}
.project_single_box .project_list .wp-block-file a.wp-block-file__button {
  text-decoration: none;
  color: #fff;
}

.project_single_box .project_list .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.logout_area {
  text-align: center;
  background: #eee;
  padding: 20px;
}
.logout_area p.txt,
.logout_area p {
  margin-bottom: 0 !important;
}
.logout_area .logout_area_link {
  margin-top: 10px;
}
.logout_area .basic_btn a {
  width: 80%;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
  margin-bottom: 15px;
  font-weight: bold;
}

.project_head_textarea {
  text-align: center;
  margin-bottom: 100px;
}
.project_head_textarea p {
  margin-bottom: 0;
}
.project_head_textarea a {
  color: #0778D8;
  text-decoration: underline;
}
.project_head_textarea a:hover {
  text-decoration: none;
}
.project_head_textarea .basic_btn {
  margin-top: 40px;
  margin-top: 20px;
}
.project_head_textarea .basic_btn a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.logout_area_note {
  font-size: 12px;
  line-height: 1.8;
}

/* ----- post ----- */
.single_page .content_area strong {
  font-weight: bold;
}

.single_page .content_area .wp-block-quote {
  background: #eee;
  padding: 10px;
  margin-top: 40px;
  border-left: 2px solid #ccc;
}
.single_page .content_area .wp-block-quote p {
  margin-top: 0;
}

.single_page .content_area h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}

.single_page .content_area h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

.single_page .content_area h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.single_page .content_area h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.single_page .content_area h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

.single_page .content_area h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
}

.coming_txt {
  font-size: 54px;
  text-align: center;
  height: 500px;
  padding: 100px 0;
  color: #BBBBBB;
}
@media screen and (max-width: 768px) {
  .coming_txt {
    font-size: 6.5vw;
    height: auto;
  }
}

.w3eden {
  margin-top: 40px;
}

/* ----- company ----- */
.content_area.company {
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content_area.company {
    width: 100%;
  }
}

.it_company_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .it_company_box {
    display: block;
  }
}

.it_company_box figure {
  margin-right: 40px;
  width: 340px;
  height: auto;
}
.it_company_box figure img {
  width: 340px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .it_company_box figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .it_company_box figure img {
    width: 100%;
    height: auto;
  }
}

.content_area p.it_company_name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

.content_area p.it_company_url {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .it_company_table {
    width: 100%;
  }
}

.it_company_table th {
  width: 200px;
  padding: 5px 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .it_company_table th {
    padding: 5px 10px;
    width: 100%;
    display: block;
    background: #eee;
  }
}

.it_company_table td {
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .it_company_table td {
    padding: 5px 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.content_area.company {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .content_area.company {
    padding-bottom: 50px;
  }
}
