@charset "UTF-8";
/* Common */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role="list"], ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #2B2929;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
}

@media only screen and (max-width: 940px) {
  body {
    font-size: 12px;
    line-height: 1.7;
  }

  p{
    line-height: 2;
  }
}

body.js-nav__active {
  overflow: hidden;
}

main {
  padding: 160px 0 250px;
  background: #F6F7F9;
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  main {
    padding: 100px 0 150px;
  }
}

main.with-leaf {
  position: relative;
}

main.with-leaf:before {
  position: absolute;
  width: 260.5px;
  height: 245.5px;
  top: 150px;
  left: -100px;
  background: url(../img/common/deco-leaf01.png) no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 600px) {
  main.with-leaf:before {
    width: 80px;
    height: 77px;
    left: -20px;
  }
}

main.with-leaf:after {
  position: absolute;
  width: 314.5px;
  height: 334px;
  top: 390px;
  right: -120px;
  background: url(../img/common/deco-leaf02.png) no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 600px) {
  main.with-leaf:after {
    width: 76px;
    height: 138px;
    right: -30px;
  }
}

a {
  text-decoration: none;
  transition: all .4s;
  color: inherit;
}

a:hover {
  opacity: .8;
}

h1,
h2,
h3,
h4,
strong {
  color: #2F342E;
}

div::-webkit-scrollbar {
  width: 12px;
}

div::-webkit-scrollbar-track {
  background-color: #D5D5D5;
}

div::-webkit-scrollbar-thumb {
  width: 12px;
  background: #FEB25F;
  border-radius: 100px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ol.list-decimal {
  list-style-type: decimal;
  list-style-position: inside;
}

ol.list-brackets li {
  list-style-type: none;
  counter-increment: cnt;
}

ol.list-brackets li:before {
  content: "(" counter(cnt) ") ";
}

ul.list-disc {
  list-style-type: disc;
  list-style-position: inside;
}

ul.list-disc > ol {
  padding-left: 1.6rem;
}

button {
  cursor: pointer;
  transition: all .3s;
}

input,
select,
textarea {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: inherit;
}

@media only screen and (max-width: 600px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type='text'],
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
select {
  height: 38px;
  padding: 0 10px;
  border: solid 1px #E0E0E0;
  background: #fff;
  line-height: 1;
  border-radius: 5px;
}

textarea {
  padding: 16px 20px;
  border: solid 1px #E0E0E0;
  background: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  textarea {
    padding: 10px 14px;
    font-size: 16px;
  }
}

.mw_wp_form .horizontal-item {
  margin: 10px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 10px;
}

@media only screen and (max-width: 940px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin: 10px;
  }
}

@media only screen and (max-width: 940px) {
  .mw_wp_form .horizontal-item + .horizontal-item label {
    margin-top: 10px;
  }
}

.mw_wp_form .error {
  width: 100%;
}

.mwform-checkbox-field label {
  display: flex;
  align-items: center;
  line-height: 1;
}

.mwform-checkbox-field label input {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border: solid 2px #FEB25F;
  background: #fff;
  border-radius: 3px;
  flex-shrink: 0;
}

.mwform-checkbox-field label input:checked:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.17%22%20height%3D%226.505%22%20viewBox%3D%220%200%208.17%206.505%22%3E%20%3Cpath%20id%3D%22check%22%20d%3D%22M10.97%2C4.97a.75.75%2C0%2C1%2C1%2C1.071%2C1.05L8.049%2C11.01a.75.75%2C0%2C0%2C1-1.08.02L4.324%2C8.384a.75.75%2C0%2C1%2C1%2C1.06-1.06L7.478%2C9.417l3.473-4.425.02-.022Z%22%20transform%3D%22translate(-4.085%20-4.745)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #FEB25F;
  content: "";
}

.mwform-radio-field label {
  display: flex;
  align-items: center;
}

.mwform-radio-field label input {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  border: solid 1px #2B2929;
  border-radius: 50%;
}

.mwform-radio-field label input:checked {
  border: solid 1px #FF764D;
  background: #FEB25F;
}

.mwform-radio-field label input:checked:before {
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc((100% - 6px)/2);
  left: calc((100% - 6px)/2);
  background: #fff;
  border-radius: 50%;
  content: "";
}

b,
strong,
.bold {
  font-weight: 700;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.aligncenter {
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .sp-aligncenter {
    margin: 0 auto;
  }
}

.ta-center {
  text-align: center;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 600px) {
  .spOnly {
    display: block;
  }
}

.spTabOnly {
  display: none;
}

@media only screen and (max-width: 940px) {
  .spTabOnly {
    display: block;
  }
}

@media only screen and (max-width: 940px) {
  .pcOnly {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .pcTabOnly {
    display: none;
  }
}

.base-width {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 10;
}

/* Layouts */

header {
  position: fixed;
  width: 100%;
  background: #fff;
  text-align: center;
  z-index: 99;
  box-shadow: 0px 3px 10px #00000010;
}



header .header {
  display: flex;
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 3%;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1260px) {
  header .header {
    align-items: center;
  }
}

header .header-logo img {
  width: 174px;
}

header .header-logo a{
  display: flex;
  align-items: center;
}

header .header-logo a span{
  display: inline-block;
  font-size: 16px;
  margin-left: 25px;
  margin-top: 10px;
  color: #43A527;
}

@media only screen and (max-width: 1260px) {

  header .header-logo img {
      width: 100px;
  }
  header .header-logo {
    display: flex;
    
  }

  header .header-logo a span{
    display: none;
  }


}

@media only screen and (max-width: 940px) {

  header .header-logo img {
      width: 80px;
  }

}

header .header-nav {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 1260px) {
  header .header-nav {
    padding: 0;
  }
}

header .header-nav__item {
  position: relative;
  padding: 0 10px;
}

@media only screen and (max-width: 1260px) {
  header .header-nav__item {
    padding: 2px 0;
    text-align: center;
  }
}

header .header-nav__item a.header-nav__item__txtlink {
  position: relative;
  display: block;
  padding: 6px 0;
}

@media only screen and (max-width: 1260px) {
  header .header-nav__item a.header-nav__item__txtlink {
    display: inline-block;
    font-size: 18px;
  }
}

header .header-nav__item a.header-nav__item__txtlink:after {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #88BF78;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
  content: '';
}

@media only screen and (max-width: 1260px) {
  header .header-nav__item a.header-nav__item__txtlink:after {
    width: 6px;
    height: 10px;
    bottom: calc((100% - 10px)/2);
    left: auto;
    right: -20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.247%22%20height%3D%2210.968%22%20viewBox%3D%220%200%206.247%2010.968%22%3E%20%3Cpath%20id%3D%22expand_more_FILL0_wght400_GRAD0_opsz48%22%20d%3D%22M18.143%2C23.462a.709.709%2C0%2C0%2C1-.266-.048.736.736%2C0%2C0%2C1-.241-.169l-4.781-4.781a.664.664%2C0%2C0%2C1-.181-.519.743.743%2C0%2C0%2C1%2C.205-.519.606.606%2C0%2C0%2C1%2C.519-.205.908.908%2C0%2C0%2C1%2C.5.229l4.25%2C4.25%2C4.25-4.25a.788.788%2C0%2C0%2C1%2C.519-.217.571.571%2C0%2C0%2C1%2C.519.217.532.532%2C0%2C0%2C1%2C.205.507.94.94%2C0%2C0%2C1-.229.531l-4.757%2C4.757a.736.736%2C0%2C0%2C1-.241.169A.709.709%2C0%2C0%2C1%2C18.143%2C23.462Z%22%20transform%3D%22translate(-17.215%2023.642)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    transform: scale(1);
  }
}

header .header-nav__item:hover a.header-nav__item__txtlink:after {
  transform: scale(1, 1);
}

header .header-nav__item:first-of-type {
  padding: 0 30px 0 0;
}



header .header-nav__item:last-of-type {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 1260px) {
  header .header-nav__item:last-of-type {
    padding: 10px 0;
  }
}

header .header-nav__item.line {
  width: 283px;
}

@media only screen and (max-width: 1260px) {
  header .header-nav__item.line {
    margin: 0 auto;
  }
}

header .header-nav__item.register {
  width: 212px;
  padding: 0;
}

@media only screen and (max-width: 1260px) {
  header .header-nav__item.register {
    margin: 0 auto;
  }
}

header .header-nav__item.twitter {
  width: 280px;
  margin: 0 auto;
}

header .header-nav__item.community a{
  background:#FF764D;
  color: #fff;
  padding: 15px 30px;
  min-width: 200px;
  display: block;
  border-radius: 50px;
  font-size: 13px;
  position: relative;
}

/* header .header-nav__item.community a:before{
  content: "";
  background: url(../img/top/home_icon.svg);
  width: 23px;
  height: 18px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0,-50%);
} */

@media only screen and (max-width: 1260px) {


  /* header .header-nav__item.community a:before{
    width: 13px;
    height: 10px;
    left: 12px;
  } */
}

@media only screen and (max-width: 940px) {
  header .header-nav__item.community a{
    font-size: 8px;
    padding: 7px 12px;
    min-width: 100px;
  }

  header .header-nav__item:first-of-type{
    padding-right: 5px;
  }
  
}


header .header__apply .header-nav__item.community{
  padding: 0;
}

header .header__apply  .header-nav__item.community a{
  background: #06C755;
  color: #fff;
  padding: 15px 30px 15px 40px;
  min-width: 200px;
  display: block;
  border-radius: 50px;
  font-size: 13px;
  margin-right: 5px;
}

header .header__apply  .header-nav__item.community a:before{
  content: "";
  background: url(../img/top/beginner_icon.png);
  width: 26px;
  height: 26px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0,-50%);
}

@media only screen and (max-width: 940px) {
  header .header__apply  .header-nav__item.community a{
    padding: 7px 12px 7px 25px;
    min-width: 0;
    font-size: 8px;
  }

  header .header__apply  .header-nav__item.community a:before{
    width: 13px;
    height: 13px;
    left: 12px;
  }
}



header .header-nav__item.login{
  padding: 0;
}

header .header-nav__item.login a{
  background: #06C755;
  color: #fff;
  padding: 15px 30px;
  min-width: 200px;
  display: block;
  border-radius: 50px;
  font-size: 13px;
  margin-right: 5px;
}

/* header .header-nav__item.login a:before{
  content: "";
  background: url(../img/top/beginner_icon.png);
  width: 26px;
  height: 26px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0,-50%);
} */

@media only screen and (max-width: 1260px) {


  /* header .header-nav__item.login a:before{
    width: 13px;
    height: 13px;
    left: 12px;
  } */
}

@media only screen and (max-width: 940px) {

  header .header-nav__item.login a{
    font-size: 8px;
    padding: 7px 12px;
    min-width: 0;
  }
  header .header-nav__item.welcome{
    display: none;
  }
  
}



header .header__apply .header-nav__item.login {
  padding: 0 10px;
}

header .header__apply .header-nav__item.login a{
  background:#FF764D;
  color: #fff;
  padding: 15px 30px 15px 40px;
  min-width: 200px;
  display: block;
  border-radius: 50px;
  font-size: 13px;
  position: relative;
}

header .header__apply .header-nav__item.login a:before{
  content: "";
  background: url(../img/top/home_icon.svg);
  width: 23px;
  height: 18px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0,-50%);
}

@media only screen and (max-width: 940px) {

  header .header__apply .header-nav__item.login {
    padding: 2px 0;
  }
  
  header .header__apply .header-nav__item.login a{
    padding: 7px 12px 7px 25px;
    min-width: 100px;
    font-size: 8px;
    margin-right: 0;
  }

  header .header__apply .header-nav__item.login a:before{
    width: 13px;
    height: 10px;
    left: 12px;
  }
}


@media only screen and (max-width: 1260px) {
  header .header-nav.is-active {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100%;
    top: 0;
    margin: 0 -10px;
    padding-top: 44px;
    background: #FD7E59;
    color: #fff;
    overflow: auto;
    flex-wrap: nowrap;
    z-index: 999;
  }
}

header .header-register {
  position: absolute;
  display: none;
  top: calc((100% - 50px)/2);
  right: 63px;
  z-index: 4;
}

@media only screen and (max-width: 1260px) {
  header .header-register {
    display: block;
  }
}

header .header-register img{
  width: 131px;
}


header .header-nav__item.welcome p{
  text-align: left;
  font-size: 14px;
}

@media only screen and (max-width: 940px) {
  header .header-nav__item.welcome p{
    text-align: left;
    font-size: 10px;
  }
  
}

header .header-hamburger {
  width: 40px;
  height: 30px;
  top: calc((100% - 15px)/2);
  right: 20px;
  z-index: 1000;
  position: relative;
  margin-left: 50px;
}

@media only screen and (max-width: 1260px) {
  header .header-hamburger {
    display: block;
    width: 30px;
    margin-left: 10px;
    right: 0;
  }
}

header .header-hamburger.is-active {
  position: fixed;
  top: 5%;
  right: 5%;
}

header .header-hamburger.is-active span {
  transform: rotate(45deg);
  background: #fff;
}

header .header-hamburger.is-active span:nth-of-type(2) {
  display: none;
}

header .header-hamburger.is-active span:last-of-type {
  top: 0;
  transform: rotate(-45deg);
}

header .header-hamburger span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 50px;
  top: 0;
  left: 0;
  transition: all .4s;
  background: #88BF78;
}

header .header-hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translate(0,-50%);
}

header .header-hamburger span:last-of-type {
  top: auto;
  bottom: 0;
}

@media only screen and (max-width: 1260px) {
  header .header-hamburger span:nth-of-type(1){
    top: 3px;
  }

  header .header-hamburger.is-active span:nth-of-type(1){
    top: 0;
  }
  header .header-hamburger span:last-of-type {
    bottom: 3px;
  }
}

@media only screen and (max-width: 1260px) {
  header .pcOnly {
    display: none;
  }
}

header .spTabOnly {
  display: none;
}

@media only screen and (max-width: 1260px) {
  header .spTabOnly {
    display: block;
  }
}

.footer {
  color: #fff;
}

.footer-company {
  position: relative;
  padding: 100px 0 90px;
  background: #7DC369;
}

@media only screen and (max-width: 600px) {
  .footer-company {
    padding: 60px 0;
  }
}

.footer-company:before {
  position: absolute;
  width: 100%;
  height: 92px;
  top: -91px;
  background: url(../img/common/bg-accent_green.svg);
  content: "";
}

@media only screen and (max-width: 600px) {
  .footer-company:before {
    height: 40px;
    top: -39px;
    background-size: cover;
  }
}

.footer-company__list {
  max-width: 1040px;
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .footer-company__list {
    display: block;
    margin: 40px auto 0;
    padding: 0 20px;
  }
}
.footer-company__list__item {
  width: calc(50% - 40px);
  margin: 0 20px 30px 20px;
}
@media only screen and (max-width: 600px) {
  .footer-company__list__item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.footer-company__list__item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 166px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .footer-company__list__item__img {
    width: 100%;
    height: 98px;
  }
}
.footer-company__list__item__img img {
  max-width: 15pc;
  width: 100%;
  margin: 0 auto;
}


@media only screen and (max-width: 600px) {
  .footer-company__list__item__img img {
    max-width: 164px;
  }
}

.footer-company__list__item:nth-child(2) .footer-company__list__item__img img{
  max-width: 360px;
}

.footer-company__list__item:nth-child(3) .footer-company__list__item__img img{
  max-width: 400px;
}
.footer-company__list__item__name {
  margin-top: 1pc;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  .footer-company__list__item__name {
    margin-top: 8px;
    font-size: 1pc;
  }
}

.footer-company + .footer-company {
  padding-top: 0;
}

.footer-relate {
  padding-bottom: 178px;
  background: #7DC369;
}

@media only screen and (max-width: 600px) {
  .footer-relate {
    padding: 0 20px 80px;
  }
}

.footer-relate .ttl {
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .footer-relate .ttl {
    margin-bottom: 30px;
  }
}

.footer-relate__list {
  max-width: 695px;
  margin: 0 auto;
}

.footer-relate__list__item {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .footer-relate__list__item {
    margin-bottom: 8px;
  }
}

.footer-relate__list__item a {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #fff;
}

.footer-bottom {
  position: relative;
  padding: 62px 0 40px;
  background: #2F342E;
}

@media only screen and (max-width: 600px) {
  .footer-bottom {
    padding: 34px 0 60px;
  }
}

.footer-bottom:before {
  position: absolute;
  width: 100%;
  height: 92px;
  top: -91px;
  background: url(../img/common/bg-accent_black.svg);
  content: "";
}

@media only screen and (max-width: 600px) {
  .footer-bottom:before {
    height: 40px;
    top: -40px;
    background-size: contain;
  }
}

.footer-bottom__twitter {
  display: block;
  width: 276px;
  margin: 0 auto;
}

.footer-bottom__link {
  display: flex;
  max-width: 1100px;
  margin: 44px auto 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 940px) {
  .footer-bottom__link {
    display: block;
  }

  .footer-bottom__link{
    margin-bottom: 0;
  }

  .footer-bottom__link + .footer-bottom__link{
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.footer-bottom__link__item {
  margin: 14px 20px;
}

.footer-bottom__link__item a {
  position: relative;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 940px) {
  .footer-bottom__link__item{
    margin: 0;
  }

  .footer-bottom__link__item a {
    display: block;
    padding: 14px 20px;
    border-top: solid 2px #fff;
  }

  .footer-bottom__link + .footer-bottom__link li:first-child a{
    border-top: 0;
  }
}

.footer-bottom__link__item a:after {
  position: absolute;
  width: 7px;
  height: 12px;
  top: calc((100% - 12px)/2);
  right: 0;
  background: url(../img/common/arrow-white.svg) no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 940px) {
  .footer-bottom__link__item:last-of-type a {
    border-bottom: solid 2px #fff;
  }
}

.footer-bottom__copyright {
  text-align: center;
  font-size: 12px;
}

@media only screen and (max-width: 940px) {
  .footer-bottom__copyright {
    font-size: 11px;
  }
}

.footer .member {
  position: relative;
  padding: 75pt 0 200px;
  background: #7dc369;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .footer .member {
    padding: 60px 0 75pt;
  }
}
.footer .member:before {
  position: absolute;
  width: 100%;
  height: 92px;
  top: -91px;
  background: url(../img/common/bg-accent_green.svg);
  content: "";
}
@media only screen and (max-width: 600px) {
  .footer .member:before {
    height: 40px;
    top: -40px;
    background-size: contain;
  }
}
/* .footer .member:after {
  position: absolute;
  width: 206px;
  height: 182px;
  bottom: 0;
  right: 40px;
  background: url(../img/top/member-img01.png) no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 600px) {
  .footer .member:after {
    display: none;
  }
} */
.footer .member .ttl {
  margin-bottom: 40px;
  letter-spacing: 0.2pc;
}
.footer .member-lead {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 600px) {
  .footer .member-lead {
    text-align: left;
    font-size: 1pc;
    letter-spacing: 0.48px;
  }
}
.footer .member-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
@media only screen and (max-width: 600px) {
  .footer .member-list {
    display: block;
  }
}
.footer .member-list__item__icon {
  text-align: center;
}
.footer .member-list__item__icon img {
  display: inline-block;
  margin: 0 auto;
}
.footer .member-list__item__icon figcaption {
  margin: 30px 0 18px;
  font-size: 24px;
  font-weight: 900;
}
@media only screen and (max-width: 600px) {
  .footer .member-list__item__icon figcaption {
    margin: 20px 0 10px;
  }
}
.footer .member-list__item__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .footer .member-list__item__sns {
    align-items: center;
    justify-content: center;
  }
}
.footer .member-list__item__sns__twitter {
  margin-right: 18px;
}
@media only screen and (max-width: 600px) {
  .footer .member-list__item + .member-list__item {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .member-list__item:nth-of-type(1) .member-list__item__icon img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .member-list__item:nth-of-type(2) .member-list__item__icon img {
    max-width: 221px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .member-list__item:nth-of-type(3) .member-list__item__icon img {
    max-width: 2in;
  }
}
.cta {
  color: #fff;
}

.cta-register {
  padding: 35px 0 70px;
  background: url(../img/common/cta-register_bg.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .cta-register {
    padding: 20px 0 25px;
  }
}

.cta-register_top {
  margin-bottom: 155px;
}

@media only screen and (max-width: 600px) {
  .cta-register_top {
    margin-bottom: 72px;
  }
}

.cta-register .base-width {
  max-width: 995pt;
}

.cta-register__tag {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 8.5px 0;
  text-align: center;
  background: #fff;
  color: #EF450F;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px;
}

@media only screen and (max-width: 940px) {
  .cta-register__tag {
    font-size: 16px;
  }
}

.cta-register .ttl {
  margin: 36px 0 30px;
  letter-spacing: 5px;
  font-size: 50px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 940px) {
  .cta-register .ttl {
    margin: 26px 0 24px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.cta-register .ttl span {
  display: block;
  width: 450px;
  margin: 0 auto 33px;
  padding: 11px 0;
  font-size: 24px;
  color: #EF450F;
  background: #fff;
  border-radius: 32px;
  letter-spacing: 1.92px;
}

@media only screen and (max-width: 600px) {
  .cta-register .ttl span {
    width: 240px;
    margin: 0 auto 14px;
    padding: 6px 0;
    font-size: 14px;
    letter-spacing: .07pc;
  }
}

.cta-register__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 940px) {
  .cta-register__content {
    flex-direction: column;
  }
}

.cta-register__content__left {
  max-width: 573px;
  margin-right: 80px;
}

@media only screen and (max-width: 940px) {
  .cta-register__content__left {
    margin-right: 0;
  }
}

.cta-register__content__left__txt {
  margin-bottom: 34px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.6px;
}

@media only screen and (max-width: 940px) {
  .cta-register__content__left__txt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.cta-register__content__left__img figcaption {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 940px) {
  .cta-register__content__left__img figcaption {
    font-size: 12px;
  }
}

.cta-register__content__left__link {
  display: block;
  margin-top: 32px;
}

@media only screen and (max-width: 940px) {
  .cta-register__content__left__link {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 940px) {
  .cta-register__content__img {
    width: 90%;
    margin: 26px auto 0;
  }
}

.cta-register__content__img img {
  margin: 0 auto;
}

.cta-register__note {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 940px) {
  .cta-register__note {
    font-size: 12px;
  }
}

.cta-line {
  position: relative;
  background: #06C755;
}

.cta-line .base-width {
  padding: 90px 20px 20px;
}

@media only screen and (max-width: 940px) {
  .cta-line .base-width {
    padding: 60px 20px 140px;
  }
}

.cta-line .base-width:before {
  position: absolute;
  width: 322px;
  height: 210px;
  left: -70px;
  bottom: 0;
  background: url(../img/common/cta-line_img01.png);
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 940px) {
  .cta-line .base-width:before {
    width: 209px;
    height: 137px;
    left: 30px;
  }
}

.cta-line .base-width:after {
  position: absolute;
  width: 220px;
  height: 250px;
  right: -20px;
  bottom: 0;
  background: url(../img/common/cta-line_img02.png);
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 940px) {
  .cta-line .base-width:after {
    width: 82px;
    height: 93px;
    right: 40px;
  }
}

.cta-line .ttl {
  letter-spacing: 5.2px;
}

@media only screen and (max-width: 940px) {
  .cta-line .ttl {
    font-size: 23px;
    letter-spacing: 1.84px;
    line-height: 1.4;
  }
}

.cta-line .ttl small {
  display: block;
  margin-top: 12px;
  font-size: 30px;
  letter-spacing: 3.9px;
}

@media only screen and (max-width: 940px) {
  .cta-line .ttl small {
    margin-top: 20px;
    font-size: 16px;
  }
}

.cta-line__link {
  display: block;
  margin-top: 30px;
}

.cta-line__link img {
  margin: 0 auto;
}

.cta-line .inner div{
  text-align: center;
}

.cta-line__note {
  margin: 30px 0;
  font-size: 1pc;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}

@media only screen and (max-width: 940px) {
  .cta-line__note {
    font-size: 12px;
    margin: 0px 0 10px;
  }
}

.pagination-post {
  max-width: 1120px;
  margin: 95px auto 100px;
  padding: 0 20px;
}

@media only screen and (max-width: 600px) {
  .pagination-post {
    margin: 50px auto 0;
  }
}

.pagination-post__note {
  margin-bottom: -10px;
  text-align: center;
  color: #F70329;
  font-weight: 700;
}

.pagination-post__top {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .pagination-post__top {
    flex-direction: column;
  }
}

.pagination-post__top .btn {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .pagination-post__top .btn {
    width: 100%;
    margin: 0 auto;
  }
}

.pagination-post__top .btn + .btn {
  margin-left: 40px;
}

@media only screen and (max-width: 600px) {
  .pagination-post__top .btn + .btn {
    margin-left: auto;
    margin-top: 26px;
  }
}

.pagination-post__top .btn.next:before {
  position: absolute;
  width: 8px;
  height: 12px;
  top: calc((100% - 12px)/2);
  left: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 12.606"><path fill="%23fff" d="M1.2,12.606a1.2,1.2,0,0,1-.848-2.049L4.606,6.3.352,2.049a1.2,1.2,0,0,1,1.7-1.7L8,6.3,2.049,12.255a1.2,1.2,0,0,1-.848.352" /></svg>');
  background-repeat: no-repeat;
  transition: all .4s;
  transform: scale(-1, 1);
  content: "";
}

.pagination-post__top .btn.next:after {
  display: none;
}

.pagination-post__bottom {
  margin-top: 45px;
}

@media only screen and (max-width: 600px) {
  .pagination-post__bottom {
    margin-top: 26px;
  }
}

.pagination-post__bottom .btn {
  max-width: 350px;
  margin: 0 auto;
}

.pagination-post__bottom .btn:before {
  position: absolute;
  width: 8px;
  height: 12px;
  top: calc((100% - 12px)/2);
  left: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 12.606"><path fill="%23fff" d="M1.2,12.606a1.2,1.2,0,0,1-.848-2.049L4.606,6.3.352,2.049a1.2,1.2,0,0,1,1.7-1.7L8,6.3,2.049,12.255a1.2,1.2,0,0,1-.848.352" /></svg>');
  background-repeat: no-repeat;
  transition: all .4s;
  transform: scale(-1, 1);
  content: "";
}

.pagination-post__bottom .btn:after {
  display: none;
}

.pagination-archive {
  max-width: 1120px;
  margin: 80px auto 0;
  padding: 0 20px;
}

.pagination-archive .page-numbers {
  display: flex;
  justify-content: center;
}

.pagination-archive .page-numbers li .page-numbers {
  display: flex;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  border: solid 1px #FF764D;
  align-items: center;
  color: #FF764D;
}

.pagination-archive .page-numbers li .page-numbers.current, .pagination-archive .page-numbers li .page-numbers:hover {
  background: #FF764D;
  color: #fff;
}

.pagination-archive .page-numbers li .page-numbers.dots {
  width: 30px;
  border: none;
  background: transparent;
}

@media only screen and (max-width: 600px) {
  .pagination-archive .page-numbers li .page-numbers.dots {
    width: 15px;
  }
}

.pagination-archive .page-numbers li .page-numbers.dots:hover {
  color: #FF764D;
}

.pagination-archive .page-numbers li .prev,
.pagination-archive .page-numbers li .next {
  position: relative;
  border: none;
  background: none;
}

@media only screen and (max-width: 600px) {
  .pagination-archive .page-numbers li .prev,
  .pagination-archive .page-numbers li .next {
    width: 30px;
  }
}

.pagination-archive .page-numbers li .prev:after,
.pagination-archive .page-numbers li .next:after {
  position: absolute;
  width: 13px;
  height: 11px;
  top: calc((100% - 11px)/2);
  left: calc((100% - 13px)/2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.375%22%20height%3D%2213%22%20viewBox%3D%220%200%2011.375%2013%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_70%22%20data-name%3D%22%E3%83%91%E3%82%B9%2070%22%20d%3D%22M6.5%2C0%2C13%2C11.375H0Z%22%20transform%3D%22translate(11.375)%20rotate(90)%22%20fill%3D%22%23ff764d%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  content: "";
}

.pagination-archive .page-numbers li .prev:hover,
.pagination-archive .page-numbers li .next:hover {
  background: none;
}

.pagination-archive .page-numbers li .next:after {
  transform: scale(1, 1);
}

.pagination-archive .page-numbers li + li {
  margin-left: 15px;
}

@media only screen and (max-width: 600px) {
  .pagination-archive .page-numbers li + li {
    margin-left: 10px;
  }
}

.event-slider {
  margin: 60px 0 40px;
}

@media only screen and (max-width: 600px) {
  .event-slider {
    margin: 40px 0;
  }
}

.event-slider__item {
  padding: 25px;
  background: #fff;
  border: solid 2px #E2E2E2;
  color: #6E6767;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  .event-slider__item {
    padding: 20px;
  }
}

.event-slider__item__img img {
  width: 100%;
  border-radius: 10px;
}

.event-slider__item__ttl {
  margin: 20px 0 10px;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .event-slider__item__ttl {
    margin: 8px 0;
    font-size: 16px;
  }
}

.event-slider__item__tags {
  display: flex;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .event-slider__item__tags {
    flex-wrap: wrap;
  }
}

.event-slider__item__tags > p {
  padding: 10px 7px;
  font-size: 10px;
  font-weight: 700;
  border: solid 2px #86B474;
  border-radius: 10px;
  background: #fff;
  line-height: 1;
}

.event-slider__item__tags > p + p {
  margin-left: 5px;
}

@media only screen and (max-width: 600px) {
  .event-slider__item__tags > p + p {
    margin-left: 0;
  }
}

.event-slider__item__tags > p.event-cat {
  position: relative;
  padding: 10px 7px 9px 30px;
}

@media only screen and (max-width: 600px) {
  .event-slider__item__tags > p.event-cat {
    margin-right: 40px;
  }
}

.event-slider__item__tags > p.event-cat:before {
  position: absolute;
  width: 20px;
  height: 12px;
  top: calc((100% - 12px)/ 2);
  left: 4px;
  background-image: url(../img/common/icon-note.svg);
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 600px) {
  .event-slider__item__tags > p:nth-of-type(n + 2) {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 600px) {
  .event-slider__item__tags > p:last-of-type {
    margin-left: 3px;
  }
}

.event-slider__item__date {
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .event-slider__item__date {
    font-size: 12px;
  }
}

.event-slider__item__txt {
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .event-slider__item__txt {
    font-size: 14px;
  }
}

.event-slider .slick-prev,
.event-slider .slick-next {
  width: 74px;
  height: 74px;
  top: 90%;
  border-radius: 50px;
  background: #88BF78;
  box-shadow: 1px 1px 8px #0000001A;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  .event-slider .slick-prev,
  .event-slider .slick-next {
    top: 140px;
  }
}

.event-slider .slick-prev:before,
.event-slider .slick-next:before {
  position: absolute;
  width: 13px;
  height: 23px;
  top: calc((100% - 23px)/2);
  left: calc((100% - 13px)/2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.935%22%20height%3D%2222.711%22%20viewBox%3D%220%200%2012.935%2022.711%22%3E%20%3Cpath%20id%3D%22expand_more_FILL0_wght400_GRAD0_opsz48%22%20d%3D%22M24%2C30.15a1.468%2C1.468%2C0%2C0%2C1-.55-.1%2C1.524%2C1.524%2C0%2C0%2C1-.5-.35l-9.9-9.9a1.376%2C1.376%2C0%2C0%2C1-.375-1.075A1.538%2C1.538%2C0%2C0%2C1%2C13.1%2C17.65a1.255%2C1.255%2C0%2C0%2C1%2C1.075-.425A1.88%2C1.88%2C0%2C0%2C1%2C15.2%2C17.7L24%2C26.5l8.8-8.8a1.633%2C1.633%2C0%2C0%2C1%2C1.075-.45%2C1.183%2C1.183%2C0%2C0%2C1%2C1.075.45%2C1.1%2C1.1%2C0%2C0%2C1%2C.425%2C1.05%2C1.947%2C1.947%2C0%2C0%2C1-.475%2C1.1L25.05%2C29.7a1.524%2C1.524%2C0%2C0%2C1-.5.35A1.468%2C1.468%2C0%2C0%2C1%2C24%2C30.15Z%22%20transform%3D%22translate(-17.215%2035.385)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

@media only screen and (max-width: 600px) {
  .event-slider .slick-prev:before,
  .event-slider .slick-next:before {
    left: 17px;
  }
}

.event-slider .slick-prev {
  left: 33px;
}

@media only screen and (max-width: 600px) {
  .event-slider .slick-prev {
    left: -37px;
  }
}

.event-slider .slick-prev:before {
  transform: rotate(-180deg);
}

@media only screen and (max-width: 600px) {
  .event-slider .slick-prev:before {
    right: 17px;
    left: auto;
  }
}

.event-slider .slick-next {
  right: 33px;
}

@media only screen and (max-width: 600px) {
  .event-slider .slick-next {
    right: -37px;
  }
}

.event-slider .slick-slide {
  transform: scale(0.8);
}

.event-slider .slick-center {
  transform: scale(1);
}

.cta-fixed {
  display: none;
}

@media only screen and (max-width: 600px) {
  .cta-fixed {
  position: fixed;
  display: block;
  width: 100vw;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: 0;
  border: 0;
  }
}

.cta-fixed a {
}

.cta-fixed a.cta-fixed__line {
  background: #06C755;
}

.cta-fixed a.cta-fixed__line:before {
  background: url(../img/common/cta-fixed_green.png) no-repeat top/contain;
}

.cta-fixed a.cta-fixed__member {
  background: #FF764D;
}

.cta-fixed a.cta-fixed__member:before {
  background: url(../img/common/cta-fixed_orange.png) no-repeat top/contain;
  left: 14px;
}

/* Pages */
#top {
  padding: 100px 0 250px;
}

@media only screen and (max-width: 1260px) {
  #top {
    padding: 50px 0 0;
  }
}

#top .fixed_banner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: -56px;
  padding: 6px 40px;
  background: none;
  border: none;
}

#top .fixed_banner .fixed_banner_pc{
  width: 336px;
}

#top .kv {
  padding: 86px 0 97px;
  background: url(../img/top/kv-bg.jpg) no-repeat top/cover;
}

@media only screen and (max-width: 940px) {
  #top .kv {
    padding: 35px 20px 50px 20px;
  }
}

#top .kv-inner {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

@media only screen and (max-width: 600px) {
  #top .kv-inner {
    padding: 0;
  }
}

#top .kv-inner:before {
  content: '';
  top: 0;
  right: 0;
  width: 53%;
  display: block;
}

#top .kv-inner:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
  height: 800px;
  background: url(../img/top/kv-img.png) no-repeat;
  background-size: contain;
  z-index: -1;
  content: "";
}

@media only screen and (max-width: 940px) {
  #top .kv-inner:after {
    display: none;
  }
}

#top .kv-balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 19px 29px 20px 22px;
  color: #43A527;
  background: #fff;
  border-radius: 21px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

@media only screen and (max-width: 940px) {
  #top .kv-balloon {
    margin-bottom: 20px;
    padding: 10px 18px 10px 18px;
    font-size: 14px;
    letter-spacing: 1.12px;
    line-height: 1.4;
  }
}

#top .kv-balloon:after {
  position: absolute;
  width: 27px;
  height: 11px;
  bottom: -7px;
  left: 27px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2211%22%20viewBox%3D%220%200%2027%2011%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_2%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%202%22%20d%3D%22M13.5%2C0%2C27%2C11H0Z%22%20transform%3D%22translate(27%2011)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  content: "";
}

@media only screen and (max-width: 940px) {
  #top .kv-balloon:after {
    left: 30px;
  }
}

#top .kv-ttl {
  font-size: 59px;
  letter-spacing: 4.72px;
  color: #fff;
  line-height: 1.44;
}

@media only screen and (max-width: 940px) {
  #top .kv-ttl {
    font-size: 34px;
    letter-spacing: 2.72px;
    white-space: nowrap;
  }
}

#top .kv-txt {
  margin: 20px 0 35px 8px;
  font-size: 16px;
  font-weight: 700;
  color: #2F342E;
  line-height: 1.87;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 940px) {
  #top .kv-txt {
    margin: 20px 0;
    font-size: 13px;
    letter-spacing: 0.26px;
  }
}

#top .kv-img {
  width: 393.13px;
  height: 338.91px;
}

@media only screen and (max-width: 940px) {
  #top .kv-img {
    margin: 10px auto 0;
  }
}

@media only screen and (max-width: 600px) {
  #top .kv-img {
    margin: 10px 0 0 -74px !important;
  }
}

#top .shortcut {
  position: relative;
  padding: 100px 0 180px;
  background: #F6F7F9;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #top .shortcut {
    padding: 60px 0 100px;
  }
}

#top .shortcut .base-width:before {
  position: absolute;
  width: 260.5px;
  height: 245.5px;
  top: 150px;
  left: -210px;
  background: url(../img/common/deco-leaf01.png) no-repeat;
  background-size: contain;
  z-index: -1;
  content: "";
}

@media only screen and (max-width: 600px) {
  #top .shortcut .base-width:before {
    display: none;
  }
}

#top .shortcut .base-width:after {
  position: absolute;
  width: 314.5px;
  height: 334px;
  bottom: 100px;
  right: -250px;
  background: url(../img/common/deco-leaf02.png) no-repeat;
  background-size: contain;
  z-index: -1;
  content: "";
}

@media only screen and (max-width: 600px) {
  #top .shortcut .base-width:after {
    display: none;
  }
}

#top .shortcut .ttl {
  margin-bottom: 69px;
  line-height: 1.6;
  letter-spacing: 3.2px;
  font-weight: 900;
}

@media only screen and (max-width: 600px) {
  #top .shortcut .ttl {
    margin-bottom: 40px;
    letter-spacing: 1.6px;
  }
}

#top .shortcut p + p {
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  #top .shortcut p + p {
    margin-top: 20px;
  }
}

#top .shortcut-txt {
  color: #424D4B;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.54px;
}

@media only screen and (max-width: 600px) {
  #top .shortcut-txt {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.48px;
  }
}

#top .shortcut-txt__strong {
  font-size: 21px;
  font-weight: 900;
  color: #2F342E;
}

@media only screen and (max-width: 600px) {
  #top .shortcut-txt__strong {
    font-size: 18px;
    text-align: left;
  }
}

#top .shortcut-txt__img {
  text-align: center;
}

#top .shortcut-txt__img img {
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  #top .shortcut-txt.sp-small {
    font-size: 15px;
  }
}

#top .member {
  position: relative;
  padding: 100px 0 200px;
  background: #7DC369;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #top .member {
    padding: 60px 0 100px;
  }
}

#top .member:before {
  position: absolute;
  width: 100%;
  height: 92px;
  top: -91px;
  background: url(../img/common/bg-accent_green.svg);
  content: "";
}

@media only screen and (max-width: 600px) {
  #top .member:before {
    height: 40px;
    top: -40px;
    background-size: contain;
  }
}

#top .member:after {
  position: absolute;
  width: 206px;
  height: 182px;
  bottom: 0;
  right: 40px;
  background: url(../img/top/member-img01.png) no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 600px) {
  #top .member:after {
    display: none;
  }
}

#top .member .ttl {
  margin-bottom: 40px;
  letter-spacing: 3.2px;
}

#top .member-lead {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.7;
}

@media only screen and (max-width: 600px) {
  #top .member-lead {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

#top .member-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

@media only screen and (max-width: 600px) {
  #top .member-list {
    display: block;
  }
}

#top .member-list__item__icon {
  text-align: center;
}

#top .member-list__item__icon img {
  display: inline-block;
  margin: 0 auto;
}

#top .member-list__item__icon figcaption {
  margin: 30px 0 18px;
  font-size: 24px;
  font-weight: 900;
}

@media only screen and (max-width: 600px) {
  #top .member-list__item__icon figcaption {
    margin: 20px 0 10px;
  }
}

#top .member-list__item__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  #top .member-list__item__sns {
    align-items: center;
    justify-content: center;
  }
}

#top .member-list__item__sns__twitter {
  margin-right: 18px;
}

@media only screen and (max-width: 600px) {
  #top .member-list__item + .member-list__item {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  #top .member-list__item:nth-of-type(1) .member-list__item__icon img {
    max-width: 280px;
  }
}

@media only screen and (max-width: 600px) {
  #top .member-list__item:nth-of-type(2) .member-list__item__icon img {
    max-width: 221px;
  }
}

@media only screen and (max-width: 600px) {
  #top .member-list__item:nth-of-type(3) .member-list__item__icon img {
    max-width: 192px;
  }
}

#top .concept {
  position: relative;
  padding: 100px 0 66px;
  background: #F6F7F9;
}

@media only screen and (max-width: 940px) {
  #top .concept {
    padding: 60px 0 36px;
  }
}

#top .concept:before {
  position: absolute;
  width: 100%;
  height: 92px;
  top: -91px;
  left: 0;
  background: url(../img/common/bg-accent_white.svg);
  content: "";
}

@media only screen and (max-width: 940px) {
  #top .concept:before {
    height: 40px;
    top: -40px;
    background-size: contain;
  }
}

#top .concept-ttl {
  margin-bottom: 18px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.96px;
}

#top .concept-subttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}

@media only screen and (max-width: 940px) {
  #top .concept-subttl {
    font-size: 20px;
    letter-spacing: 1.6px;
    font-weight: 900;
  }
}

#top .concept-content {
  display: flex;
  margin: 70px 0 100px;
}

@media only screen and (max-width: 940px) {
  #top .concept-content {
    display: block;
    margin: 40px 0 60px;
  }
}

#top .concept-content__txt {
  width: 45%;
  margin-right: 85px;
}

@media only screen and (max-width: 940px) {
  #top .concept-content__txt {
    width: 100%;
    font-size: 16px;
  }
}

#top .concept-content__txt p {
  line-height: 1.7;
  letter-spacing: 0.54px;
}

#top .concept-content__txt p + p {
  margin-top: 1.4rem;
}

#top .concept-content__img {
  width: calc((100% - 45%) - 85px);
}

@media only screen and (max-width: 940px) {
  #top .concept-content__img {
    width: 100%;
    margin-top: 40px;
  }
}

#top .concept-content__img img {
  margin: 0 auto;
}

#top .concept-movie {
  position: relative;
  padding: 63px 100px 83px;
  background: #fff;
  text-align: center;
  border: solid 4px #E2E2E2;
  border-radius: 30px;
}

@media only screen and (max-width: 940px) {
  #top .concept-movie {
    padding: 40px 20px;
  }
}

#top .concept-movie:after {
  position: absolute;
  width: 276px;
  height: 199px;
  left: -74px;
  bottom: -71px;
  background: url(../img/top/concept-movie_img01.png) no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 940px) {
  #top .concept-movie:after {
    width: 108px;
    height: 78px;
    left: 0;
    bottom: -40px;
  }
}

#top .concept-movie__txt {
  margin: 20px 0 40px;
}

@media only screen and (max-width: 940px) {
  #top .concept-movie__txt {
    text-align: left;
    font-size: 16px;
  }
}

#top .concept-movie__wrap video {
  width: 100%;
}

#top .reccomend {
  position: relative;
  padding: 100px 0;
  background: #7DC369;
}

@media only screen and (max-width: 600px) {
  #top .reccomend {
    padding: 60px 0;
  }
}

#top .reccomend:before {
  position: absolute;
  width: 100%;
  height: 92px;
  top: -91px;
  left: 0;
  background: url(../img/common/bg-accent_green.svg);
  content: "";
}

@media only screen and (max-width: 600px) {
  #top .reccomend:before {
    height: 40px;
    top: -40px;
    background-size: contain;
  }
}

#top .reccomend .ttl {
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 600px) {
  #top .reccomend .ttl {
    letter-spacing: 1.6px;
  }
}

#top .reccomend .ttl span {
  display: block;
  width: 339px;
  margin: 0 auto 30px;
  padding: 11px 0;
  font-size: 24px;
  color: #43A527;
  background: #fff;
  border-radius: 32px;
  letter-spacing: 1.92px;
}

@media only screen and (max-width: 600px) {
  #top .reccomend .ttl span {
    width: 215px;
    margin: 0 auto 14px;
    padding: 6px 0;
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}

#top .reccomend-list {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list {
    display: block;
    margin-top: 40px;
  }
}

#top .reccomend-list__item {
  width: calc((100% - 41px)/2);
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item {
    width: 100%;
    padding: 25px 19px;
  }
}

#top .reccomend-list__item:nth-of-type(2n) {
  margin-left: 41px;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item:nth-of-type(2n) {
    margin-left: 0;
  }
}

#top .reccomend-list__item:nth-of-type(n + 3) {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item__side {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#top .reccomend-list__item__icon {
  display: flex;
  height: 130px;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item__icon {
    height: auto;
    margin: 0 16px 0 0;
  }
}

#top .reccomend-list__item__icon img {
  display: inline-block;
}

#top .reccomend-list__item__case {
  display: flex;
  margin-top: 40px;
  text-align: center;
  color: #43A527;
  font-size: 22px;
  font-weight: 900;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item__case {
    margin-top: 0;
    font-size: 16px;
  }
}

#top .reccomend-list__item__case span {
  display: block;
  width: 77px;
  height: 27px;
  margin-right: 10px;
  background: #43A527;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item__case span {
    width: 57px;
    height: 20px;
    font-size: 13px;
  }
}

#top .reccomend-list__item__case small {
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item__case small {
    font-size: 12px;
  }
}

#top .reccomend-list__item__problem {
  position: relative;
  margin: 20px 0 10px;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item__problem {
    font-size: 13px;
    margin: 20px 0 10px;
  }
}

#top .reccomend-list__item__problem::before {
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc((100% - 1px)/2);
  left: 0;
  background: #D5D5D5;
  content: "";
}

#top .reccomend-list__item__problem span {
  position: relative;
  padding: 0 10px;
  background: #fff;
  font-weight: 700;
  z-index: 1;
}

#top .reccomend-list__item__txt {
  letter-spacing: 0.54px;
  line-height: 1.6;
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item__txt {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item + .reccomend-list__item {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item.reccomend-writer .reccomend-list__item__icon {
    width: 43px;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item.reccomend-engineer .reccomend-list__item__icon {
    width: 58px;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item.reccomend-designer .reccomend-list__item__icon {
    width: 45px;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  #top .reccomend-list__item.reccomend-director .reccomend-list__item__icon {
    width: 60px;
    height: auto;
  }
}

#top .info {
  padding: 100px 0 92px;
  background: #F6F7F9;
}

@media only screen and (max-width: 600px) {
  #top .info {
    padding: 60px 0;
  }
}

#top .info-lead {
  margin: 30px 0 40px;
  font-size: 24px;
  color: #5E645D;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.72px;
}

@media only screen and (max-width: 600px) {
  #top .info-lead {
    margin: 14px 0 20px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

#top .info-list {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  flex-wrap: wrap;
}

#top .info-list__item {
  width: calc((100% - 60px)/2);
  margin: 15px;
}

@media only screen and (max-width: 600px) {
  #top .info-list__item {
    width: calc((100% - 10px)/2);
    margin: 2.5px;
  }
}

#top .info-list__item__link {
  position: relative;
  display: block;
  padding: 30px 10px 30px 85px;
  border: solid 2px #86B474;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  #top .info-list__item__link {
    padding: 10px 10px 10px 35px;
    font-size: 10px;
  }
}

#top .info-list__item__link:before {
  position: absolute;
  left: 30px;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 600px) {
  #top .info-list__item__link:before {
    left: 10px;
  }
}

#top .info-list__item:nth-of-type(1) .info-list__item__link:before {
  width: 37px;
  height: 45px;
  top: calc((100% - 45px)/2);
  background-image: url(../img/common/icon-paint.svg);
}

@media only screen and (max-width: 600px) {
  #top .info-list__item:nth-of-type(1) .info-list__item__link:before {
    width: 15px;
    height: 19px;
    top: calc((100% - 19px)/2);
  }
}

#top .info-list__item:nth-of-type(2) .info-list__item__link:before {
  width: 49px;
  height: 29px;
  top: calc((100% - 29px)/2);
  background-image: url(../img/common/icon-note.svg);
}

@media only screen and (max-width: 600px) {
  #top .info-list__item:nth-of-type(2) .info-list__item__link:before {
    width: 19px;
    height: 11px;
    top: calc((100% - 11px)/2);
  }
}

#top .info-list__item:nth-of-type(3) .info-list__item__link:before {
  width: 49px;
  height: 29px;
  top: calc((100% - 29px)/2);
  background-image: url(../img/common/icon-note.svg);
}

@media only screen and (max-width: 600px) {
  #top .info-list__item:nth-of-type(3) .info-list__item__link:before {
    width: 19px;
    height: 11px;
    top: calc((100% - 11px)/2);
  }
}

#top .info-list__item:nth-of-type(4) .info-list__item__link:before {
  width: 41px;
  height: 33px;
  top: calc((100% - 33px)/2);
  background-image: url(../img/common/icon-balloon.svg);
}

@media only screen and (max-width: 600px) {
  #top .info-list__item:nth-of-type(4) .info-list__item__link:before {
    width: 16px;
    height: 13px;
    top: calc((100% - 13px)/2);
  }
}

#top .info .btn {
  max-width: 700px;
  margin: 0 auto;
  font-size: 28px;
  border-radius: 51px;
}

@media only screen and (max-width: 600px) {
  #top .info .btn {
    max-width: 335px;
    font-size: 19px;
    letter-spacing: 1.52px;
    line-height: 1.4;
  }
}

#top .voice {
  padding: 100px 0 0;
  background: #F6F7F9;
}

@media only screen and (max-width: 940px) {
  #top .voice {
    padding: 60px 0 100px;
  }
}

#top .voice .ttl {
  margin-bottom: 60px;
}

@media only screen and (max-width: 940px) {
  #top .voice .ttl {
    margin-bottom: 24px;
    letter-spacing: 1.6px;
  }
}

#top .voice-list__item {
  display: flex;
  padding: 48px 10px 45px 90px;
  border: solid 4px #E2E2E2;
  border-radius: 30px;
  background: #fff;
  align-items: center;
}

@media only screen and (max-width: 940px) {
  #top .voice-list__item {
    display: block;
    padding: 30px 23px;
  }
}

#top .voice-list__item__icon {
  width: 131px;
  margin-right: 43px;
}

@media only screen and (max-width: 940px) {
  #top .voice-list__item__icon {
    width: 65px;
    margin: 0 auto 20px;
  }
}

#top .voice-list__item__content {
  width: calc((100% - 131px) - 43px);
}

@media only screen and (max-width: 940px) {
  #top .voice-list__item__content {
    width: 100%;
  }
}

#top .voice-list__item__content__ttl {
  max-width: 750px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.66px;
  line-height: 1.6;
  color: #2F342E;
}

@media only screen and (max-width: 940px) {
  #top .voice-list__item__content__ttl {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

#top .voice-list__item__content__txt {
  max-width: 734px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 940px) {
  #top .voice-list__item__content__txt {
    font-size: 14px;
  }
}

#top .voice-list__item + .voice-list__item {
  margin-top: 30px;
}

@media only screen and (max-width: 940px) {
  #top .voice-list__item + .voice-list__item {
    margin-top: 25px;
  }
}

.archive-blog .blog-ttl {
  display: flex;
  max-width: 800px;
  margin: 0 auto 40px;
}

.archive-blog .blog-ttl__img {
  width: 30%;
  margin-right: 64px;
}

@media only screen and (max-width: 600px) {
  .archive-blog .blog-ttl__img {
    display: none;
  }
}

.archive-blog .blog-ttl__txt {
  width: calc((100% - 30%) - 64px);
}

@media only screen and (max-width: 600px) {
  .archive-blog .blog-ttl__txt {
    width: 100%;
    text-align: center;
  }
}

.archive-blog .blog-ttl__txt .ttl {
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .archive-blog .blog-ttl__txt .ttl {
    text-align: center;
  }
}

.archive-blog .blog-ttl__txt__lead {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 1.6;
}

@media only screen and (max-width: 600px) {
  .archive-blog .blog-ttl__txt__lead {
    font-size: 16px;
  }
}

.archive-blog .blog-list {
  display: flex;
  margin: 0 -17px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .archive-blog .blog-list {
    display: block;
    margin: 0;
  }
}

.archive-blog .blog-list__item {
  width: calc((100% - 102px)/ 3);
  margin: 15px 17px;
  padding: 25px;
  background: #fff;
  border: 2px solid #E2E2E2;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  .archive-blog .blog-list__item {
    width: 100%;
    margin: 0 0 16px;
  }
}

.archive-blog .blog-list__item__ttl {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .archive-blog .blog-list__item__ttl {
    font-size: 18px;
  }
}

.archive-blog .blog-list__item__img {
  margin-bottom: 20px;
}

.archive-blog .blog-list__item__img img {
  border-radius: 10px;
}

.archive-blog .blog-list__item__date {
  font-size: 14px;
  font-weight: 700;
}

.archive-blog .blog-list__item__writer {
  display: flex;
  align-items: center;
}

.archive-blog .blog-list__item__writer__icon {
  width: 52px;
  height: 52px;
  margin-right: 6px;
}

.archive-blog .blog-list__item__writer__icon img {
  border: 1px solid #707070;
  border-radius: 50px;
}

.archive-blog .blog-list__item__writer__name {
  width: calc((100% - 52px) - 6px);
  font-size: 12px;
  font-weight: 700;
}

.archive-blog .blog-list__item__txt {
  margin-top: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}

.single-blog h2 {
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: solid 2px #000;
}

@media only screen and (max-width: 600px) {
  .single-blog h2 {
    font-size: 20px;
  }
}

.single-blog h3 {
  padding-bottom: 4px;
  font-size: 25px;
  border-bottom: dashed 2px #000;
}

@media only screen and (max-width: 600px) {
  .single-blog h3 {
    font-size: 18px;
  }
}

.single-blog a {
  text-decoration: underline;
  color: #43A527;
}

.single-blog__ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .single-blog__ttl {
    font-size: 20px;
  }
}

.single-blog__img {
  position: relative;
  max-width: 845px;
  height: 452px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .single-blog__img {
    height: 240px;
  }
}

.single-blog__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.single-blog__img:after {
  position: absolute;
  width: 208px;
  height: 179px;
  right: -66px;
  bottom: 0;
  background: url(../img/blog/blog-img01.png) no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 600px) {
  .single-blog__img:after {
    width: 104px;
    height: 89.5px;
    right: -10px;
  }
}

.single-blog__date {
  margin: 14px 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.single-blog__content {
  margin-top: 66px;
}

@media only screen and (max-width: 600px) {
  .single-blog__content {
    margin-top: 40px;
  }
}

.single-blog__content h2 {
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.single-blog__content h3 {
  margin: 50px 0 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.single-blog__content p {
  line-height: 2;
  letter-spacing: 0.54px;
}

.single-blog__content p + p {
  margin-top: 1.5rem;
}

.single-blog__writer {
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
  align-items: center;
}

.single-blog__writer__icon {
  width: 52px;
  height: 52px;
  margin-right: 6px;
}

.single-blog__writer__icon img {
  border: 1px solid #707070;
  border-radius: 50px;
}

.single-blog__writer__name span {
  font-weight: 700;
  font-size: 29px;
}

@media only screen and (max-width: 600px) {
  .single-blog__writer__name span {
    font-size: 20px;
  }
}

#member {
  padding: 75px 0 100px;
}

@media only screen and (max-width: 940px) {
  #member {
    padding: 50px 0 150px;
  }
}

@media only screen and (max-width: 940px) {
  #member .cta-register {
    padding: 20px 0 40px;
  }
}

#member .member-ttl {
  margin-bottom: 16px;
  text-align: center;
}

#member .member-ttl span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  text-align: center;
}

#member .member-ttl span:before {
  position: absolute;
  width: 63px;
  height: 4px;
  top: calc((100% - 4px)/2);
  left: -70px;
  background: #fff;
  content: "";
}

#member .member-ttl span:after {
  position: absolute;
  width: 63px;
  height: 4px;
  top: calc((100% - 4px)/2);
  right: -70px;
  background: #fff;
  content: "";
}

.page-member {
  padding-top: 56px;
}

.page-member .lead {
  margin: 20px 0 24px;
  text-align: center;
  font-size: 16px;
}

.page-member .note {
  margin-bottom: 70px;
  color: #F41F1F;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 940px) {
  .page-member .note {
    margin-bottom: 30px;
  }
}

.contact-table__row {
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 940px) {
  .contact-table__row {
    margin-bottom: 10px;
    flex-direction: column;
  }
}

.contact-table__row__ttl {
  display: flex;
  width: 24%;
  margin-right: 30px;
  color: #333;
  font-size: 20px;
  justify-content: space-between;
  align-items: baseline;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__ttl {
    width: 100%;
    margin: 8px 0 6px;
    font-size: 16px;
    justify-content: flex-start;
    align-items: center;
  }
}

.contact-table__row__ttl .required {
  min-width: 40px;
  padding: 8px 4px;
  color: #fff;
  background: #FEB25F;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__ttl .required {
    padding: 6px 4px;
    margin-left: 6px;
  }
}

.contact-table__row__flex {
  display: flex;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__flex {
    display: block;
  }
}

.contact-table__row__flex .contact-table__row {
  max-width: 216px;
  width: calc((100% - 13px)/2);
}

@media only screen and (max-width: 940px) {
  .contact-table__row__flex .contact-table__row {
    max-width: none;
    width: 100%;
  }
}

.contact-table__row__flex .contact-table__row .contact-table__row__input {
  width: 100%;
}

.contact-table__row__flex .contact-table__row + .contact-table__row {
  margin-left: 13px;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__flex .contact-table__row + .contact-table__row {
    margin-left: 0;
  }
}

.contact-table__row__flex .contact-table__row__input {
  max-width: 216px;
  width: calc((100% - 13px)/2);
}

@media only screen and (max-width: 940px) {
  .contact-table__row__flex .contact-table__row__input {
    max-width: none;
    width: 100%;
  }
}

.contact-table__row__flex .contact-table__row__input + .contact-table__row__input {
  margin-left: 13px;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__flex .contact-table__row__input + .contact-table__row__input {
    margin-left: 0;
    margin-top: 5px;
  }
}

.contact-table__row__input {
  width: calc((100% - 24%) - 30px);
  line-height: 1;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__input {
    width: 100%;
  }
}

.contact-table__row__input.d-flex {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__input.d-flex {
    display: block;
    margin: 0;
  }
}

.contact-table__row__input__more {
  display: flex;
  margin: 20px 10px 0;
  align-items: center;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__input__more {
    display: block;
    margin: 10px 0 0;
  }
}

.contact-table__row__input__more__ttl {
  width: 50%;
  line-height: 1.8;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__input__more__ttl {
    width: 100%;
  }
}

.contact-table__row__input__more__ttl.wide {
  width: 55%;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__input__more__ttl.wide {
    width: 100%;
  }
}

.contact-table__row__input.selectbox {
  position: relative;
  max-width: 255px;
}

@media only screen and (max-width: 940px) {
  .contact-table__row__input.selectbox {
    max-width: 100%;
  }
}

.contact-table__row__input.selectbox:after {
  position: absolute;
  width: 9px;
  height: 5px;
  top: calc((100% - 5px)/2);
  right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.026%22%20height%3D%225.578%22%20viewBox%3D%220%200%2010.026%205.578%22%3E%20%3Cpath%20id%3D%22select%22%20d%3D%22M3886.877%2C524.493l4.389%2C4.371%2C4.223-4.371%22%20transform%3D%22translate(-3886.17%20-523.786)%22%20fill%3D%22none%22%20stroke%3D%22%23343a40%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.contact-table__row__input .caution {
  color: #EF450F;
  font-size: 14px;
}

.contact-table .privacypolicy {
  display: block;
}

.contact-table .privacypolicy .privacypolicy-inner {
  display: flex;
}

@media only screen and (max-width: 940px) {
  .contact-table .privacypolicy .privacypolicy-inner {
    flex-direction: column;
  }
}

.contact-table .privacypolicy .privacypolicy-txt {
  width: calc((100% - 24%) - 30px);
  padding: 16px 20px;
  height: 400px;
  overflow-y: scroll;
  background: #fff;
  line-height: 1.5;
  border: solid 1px #E0E0E0;
  border-radius: 5px;
}

@media only screen and (max-width: 940px) {
  .contact-table .privacypolicy .privacypolicy-txt {
    width: 100%;
    height: 200px;
  }
}

.contact-table .privacypolicy .privacypolicy-txt > p + div {
  margin-top: 1.5rem;
}

.contact-table .privacypolicy .privacypolicy-txt > div + div {
  margin-top: 1.5rem;
}

.contact-table .privacypolicy .privacypolicy-agreement {
  display: flex;
  width: 100%;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 940px) {
  .contact-table .privacypolicy .privacypolicy-agreement {
    flex-wrap: wrap;
  }
}

.contact-table .privacypolicy .privacypolicy-agreement label {
  cursor: pointer;
}

#member-thanks .lead {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
}

#member-thanks .btn {
  max-width: 350px;
  margin: 70px auto 0;
}

.d-confirm {
  display: none;
}

#member-kakunin {
  color: #333333;
}

#member-kakunin .lead {
  margin: 20px 0 100px;
  font-size: 16px;
}

@media only screen and (max-width: 940px) {
  #member-kakunin .lead {
    margin: 20px 0;
  }
}

#member-kakunin .contact-table__row__ttl .required {
  display: none;
}

#member-kakunin .contact-table__row {
  margin-bottom: 40px;
}

@media only screen and (max-width: 940px) {
  #member-kakunin .contact-table__row {
    margin-bottom: 20px;
  }
}

#member-kakunin .contact-table__row__input.d-flex {
  display: block;
  margin: 0;
}

#member-kakunin .contact-table__row__accent {
  border: 1px solid #F83E06;
  padding: 16px 26px;
  background: #fff;
}

#member-kakunin .contact-table__row__input.selectbox:after {
  display: none;
}

#member-kakunin .contact-table__row__input .caution {
  display: none;
}

#member-kakunin .contact-table__row__input__more__ttl.wide {
  width: 50%;
}

@media only screen and (max-width: 940px) {
  #member-kakunin .contact-table__row__input__more__ttl.wide {
    width: 100%;
  }
}

@media only screen and (max-width: 940px) {
  #member-kakunin .content-block h2 {
    margin: 20px 0 15px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 940px) {
  #member-kakunin .content-block p {
    font-size: 14px;
  }
}

#member .txt-confirm,
#member-kakunin .txt-confirm {
  margin-top: 40px;
}

#member .btn-wrap,
#member-kakunin .btn-wrap {
  display: flex;
  margin-top: 70px;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 940px) {
  #member .btn-wrap,
  #member-kakunin .btn-wrap {
    flex-direction: column;
  }
}

#member .btn-wrap .btn,
#member-kakunin .btn-wrap .btn {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  border: none;
}

#member .btn-wrap .btn input[type='submit'],
#member-kakunin .btn-wrap .btn input[type='submit'] {
  height: 60px;
  cursor: pointer;
  border: none;
  background: none;
}

#member .btn-wrap .btn.btn-back,
#member-kakunin .btn-wrap .btn.btn-back {
  margin-right: 30px;
}

@media only screen and (max-width: 940px) {
  #member .btn-wrap .btn.btn-back,
  #member-kakunin .btn-wrap .btn.btn-back {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#member .btn-wrap .btn-send,
#member .btn-wrap .btn-back,
#member-kakunin .btn-wrap .btn-send,
#member-kakunin .btn-wrap .btn-back {
  display: none;
}

.single-event h2 {
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: solid 2px #000;
}

@media only screen and (max-width: 600px) {
  .single-event h2 {
    font-size: 20px;
  }
}

.single-event h3 {
  padding-bottom: 4px;
  font-size: 25px;
  border-bottom: dashed 2px #000;
}

@media only screen and (max-width: 600px) {
  .single-event h3 {
    font-size: 18px;
  }
}

.single-event__ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .single-event__ttl {
    font-size: 20px;
  }
}

.single-event__outline {
  display: flex;
  margin: 17px 0 20px;
  justify-content: center;
  align-items: baseline;
}

@media only screen and (max-width: 600px) {
  .single-event__outline {
    flex-direction: column;
    align-items: center;
  }
}

.single-event__outline__tags {
  display: flex;
}

.single-event__outline__tags > p {
  padding: 13px 18px;
  font-size: 12px;
  font-weight: 700;
  border: solid 2px #86B474;
  border-radius: 10px;
  background: #fff;
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  .single-event__outline__tags > p {
    padding: 10px 3px;
  }
}

.single-event__outline__tags > p + p {
  margin-left: 8px;
}

.single-event__outline__tags > p.event-cat {
  position: relative;
  padding: 13px 18px 13px 36px;
}

@media only screen and (max-width: 600px) {
  .single-event__outline__tags > p.event-cat {
    padding: 10px 5px 10px 36px;
  }
}

.single-event__outline__tags > p.event-cat:before {
  position: absolute;
  width: 27px;
  height: 16px;
  top: calc((100% - 16px)/ 2);
  left: 6px;
  background-image: url(../img/common/icon-note.svg);
  background-size: contain;
  content: "";
}

.single-event__outline__date {
  margin-left: 14px;
  font-size: 15px;
  font-weight: 700;
}

.single-event__img {
  position: relative;
  max-width: 845px;
  margin: 0 auto;
}

.single-event__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.single-event__img:after {
  position: absolute;
  width: 188px;
  height: 223px;
  left: -130px;
  bottom: -17px;
  background: url(../img/event/event-img01.png) no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 940px) {
  .single-event__img:after {
    width: 94px;
    height: 111px;
    left: -10px;
  }
}

.single-event__date {
  font-size: 15px;
  text-align: center;
}

.single-event__content {
  margin-top: 50px;
}

.single-event__content h2 {
  margin: 20px 0;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .single-event__content h2 {
    margin: 14px 0;
  }
}

.single-event__content h3 {
  margin: 50px 0 15px;
  font-weight: 500;
}

.single-event__content p {
  line-height: 2;
  letter-spacing: 0.54px;
}

.single-event__content a {
  text-decoration: underline;
  color: #43A527;
}

.single-event__content__txt {
  margin-bottom: 50px;
}

.single-event__writer {
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
  align-items: center;
}

.single-event__writer__icon {
  width: 52px;
  height: 52px;
  margin-right: 6px;
}

.single-event__writer__icon img {
  border: 1px solid #707070;
  border-radius: 50px;
}

.archive-event .base-width {
  max-width: 1150px;
}

.archive-event__lead {
  margin: 30px 0 48px;
  font-size: 24px;
  color: #5E645D;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .archive-event__lead {
    font-size: 16px;
  }
}

.archive-event__content__ttl {
  margin: 68px 0 60px;
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .archive-event__content__ttl {
    margin: 36px 0 95px;
    font-size: 25px;
  }
}

.archive-event__content__ttl > span {
  display: inline-block;
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .archive-event__content__ttl > span {
    max-width: 100%;
  }
}

.archive-event .event-list {
  display: flex;
  margin: 0 -17px;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 940px) {
  .archive-event .event-list {
    display: block;
    margin: 0;
  }
}

.archive-event .event-list__item {
  width: calc((100% - 102px)/ 3);
  margin: 15px 17px;
  padding: 25px;
  background: #fff;
  border: 2px solid #E2E2E2;
  border-radius: 20px;
  color: #6E6767;
  list-style: none;
}

@media only screen and (max-width: 940px) {
  .archive-event .event-list__item {
    width: 100%;
    margin: 0 0 16px;
  }
}

.archive-event .event-list__item__img {
  margin-bottom: 28px;
}

@media only screen and (max-width: 940px) {
  .archive-event .event-list__item__img {
    margin-bottom: 16px;
  }
}

.archive-event .event-list__item__ttl {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
}

.archive-event .event-list__item__tags {
  display: flex;
}

.archive-event .event-list__item__tags > p {
  padding: 10px 5px;
  font-size: 10px;
  font-weight: 700;
  border: solid 2px #86B474;
  border-radius: 10px;
  background: #fff;
  line-height: 1;
  color: #2F342E;
}

@media only screen and (max-width: 940px) {
  .archive-event .event-list__item__tags > p {
    padding: 10px 3px;
  }
}

.archive-event .event-list__item__tags > p + p {
  margin-left: 5px;
}

@media only screen and (max-width: 940px) {
  .archive-event .event-list__item__tags > p + p {
    margin-left: 3px;
  }
}

.archive-event .event-list__item__tags > p.event-cat {
  position: relative;
  padding: 10px 7px 9px 24px;
}

.archive-event .event-list__item__tags > p.event-cat:before {
  position: absolute;
  width: 20px;
  height: 12px;
  top: calc((100% - 12px)/ 2);
  left: 4px;
  background: url(../img/common/icon-note.svg) no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 940px) {
  .archive-event .event-list__item__tags > p.event-cat:before {
    left: 3px;
  }
}

.archive-event .event-list__item__tags > p.event-cat.freelance-meetup:before {
  width: 20px;
  height: 12px;
  top: calc((100% - 12px)/ 2);
  left: 4px;
  background: url(../img/common/icon-note.svg) no-repeat;
  background-size: contain;
  content: "";
}

.archive-event .event-list__item__tags > p.event-cat.debate:before {
  width: 15px;
  height: 14px;
  top: calc((100% - 14px)/ 2);
  left: 4px;
  background: url(../img/common/icon-balloon.svg) no-repeat;
  background-size: contain;
  content: "";
}

.archive-event .event-list__item__tags > p.event-cat.creator-meetup:before {
  width: 17px;
  height: 21px;
  top: calc((100% - 21px)/ 2);
  left: 4px;
  background: url(../img/common/icon-paint.svg) no-repeat;
  background-size: contain;
  content: "";
}

.archive-event .event-list__item__img img {
  border-radius: 10px;
}

.archive-event .event-list__item__date {
  margin: 14px 0;
  font-size: 14px;
  font-weight: 700;
}

.archive-event .event-list__item__writer {
  display: flex;
  align-items: center;
}

.archive-event .event-list__item__writer__icon {
  width: 52px;
  height: 52px;
  margin-right: 6px;
}

.archive-event .event-list__item__writer__icon img {
  border: 1px solid #707070;
  border-radius: 50px;
}

.archive-event .event-list__item__writer__name {
  width: calc((100% - 52px) - 6px);
  font-size: 12px;
  font-weight: 700;
}

.archive-event .event-list__item__txt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}

.archive-event .event-list__item:first-of-type {
  position: relative;
}

.archive-event .event-list__item:first-of-type:before {
  position: absolute;
  width: 193px;
  height: 106px;
  top: -100px;
  left: 10px;
  background: url(../img/event/event-img02.png) no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 940px) {
  .archive-event .event-list__item:first-of-type:before {
    width: 140px;
    height: 78px;
    top: -73px;
  }
}

@media only screen and (max-width: 940px) {
  .archive-event .event-list__item:first-of-type:after {
    position: absolute;
    width: 107px;
    height: 128px;
    top: -87px;
    right: 15px;
    background: url(../img/event/event-img04.png) no-repeat;
    background-size: contain;
    z-index: -10;
    content: "";
  }
}

.archive-event .event-list__item:nth-of-type(3) {
  position: relative;
}

.archive-event .event-list__item:nth-of-type(3):before {
  position: absolute;
  width: 150px;
  height: 140px;
  top: -128px;
  right: 30px;
  background: url(../img/event/event-img03.png) no-repeat;
  background-size: contain;
  z-index: -10;
  content: "";
}

@media only screen and (max-width: 940px) {
  .archive-event .event-list__item:nth-of-type(3):before {
    display: none;
  }
}

.event-search {
  padding: 55px 60px 60px 60px;
  background: #fff;
  border: solid 2px #070303;
  border-radius: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .event-search {
    padding: 20px;
  }
}

.event-search__tag {
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .event-search__tag {
    display: block;
  }
}

.event-search__tag label {
  display: flex;
  align-items: center;
}

.event-search__tag label input {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  border: solid 1px #2B2929;
  border-radius: 50%;
}

.event-search__tag label input:checked {
  border: solid 1px #FF764D;
  background: #FEB25F;
}

.event-search__tag label input:checked:before {
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc((100% - 6px)/2);
  left: calc((100% - 6px)/2);
  background: #fff;
  border-radius: 50%;
  content: "";
}

.event-search__tag label + label {
  margin-left: 30px;
}

@media only screen and (max-width: 600px) {
  .event-search__tag label + label {
    margin-left: 0;
    margin-top: 10px;
  }
}

.event-search__cat {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 600px) {
  .event-search__cat {
    display: block;
  }
}

.event-search__cat__select {
  width: calc((100% - 159px) - 20px);
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .event-search__cat__select {
    width: 100%;
  }
}

.event-search__cat__select .select {
  position: relative;
  margin-top: 6px;
}

.event-search__cat__select .select:after {
  position: absolute;
  width: 9px;
  height: 5px;
  top: calc((100% - 5px)/2);
  right: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.026%22%20height%3D%225.578%22%20viewBox%3D%220%200%2010.026%205.578%22%3E%20%3Cpath%20id%3D%22select%22%20d%3D%22M3886.877%2C524.493l4.389%2C4.371%2C4.223-4.371%22%20transform%3D%22translate(-3886.17%20-523.786)%22%20fill%3D%22none%22%20stroke%3D%22%23343a40%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.event-search__cat__select .select select {
  height: 48px;
}

.event-search__cat .search_btn {
  position: relative;
  display: block;
  width: 159px;
  height: 48px;
  background: #FF764D;
  color: #fff;
  border: none;
  border-radius: 35px;
}

@media only screen and (max-width: 600px) {
  .event-search__cat .search_btn {
    margin: 14px auto 0;
  }
}

.event-search__cat .search_btn:after {
  position: absolute;
  width: 6px;
  height: 11px;
  top: calc((100% - 11px)/2);
  right: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.536%22%20height%3D%2211.476%22%20viewBox%3D%220%200%206.536%2011.476%22%3E%20%3Cpath%20id%3D%22expand_more_FILL0_wght400_GRAD0_opsz48%22%20d%3D%22M18.4%2C23.751a.742.742%2C0%2C0%2C1-.278-.051.77.77%2C0%2C0%2C1-.253-.177l-5-5a.7.7%2C0%2C0%2C1-.189-.543.777.777%2C0%2C0%2C1%2C.215-.543.634.634%2C0%2C0%2C1%2C.543-.215.95.95%2C0%2C0%2C1%2C.518.24L18.4%2C21.907l4.446-4.446a.825.825%2C0%2C0%2C1%2C.543-.227.6.6%2C0%2C0%2C1%2C.543.227.557.557%2C0%2C0%2C1%2C.215.531.984.984%2C0%2C0%2C1-.24.556l-4.977%2C4.977a.77.77%2C0%2C0%2C1-.253.177A.742.742%2C0%2C0%2C1%2C18.4%2C23.751Z%22%20transform%3D%22translate(-17.215%2024.149)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.common .ttl {
  margin-bottom: 50px;
}

.common .base-width {
  max-width: 1078px;
}

.common .txt-block {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.common .txt-block p + p {
  margin-top: 2rem;
}

.common .txt-block p + div {
  margin-top: 2rem;
}

.common .txt-block > div + div {
  margin-top: 2rem;
}

.common .txt-block > div + p {
  margin-top: 2rem;
}

.content-block h2 {
  margin: 50px 0 15px;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: solid 2px #000;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .content-block h2 {
    font-size: 20px;
  }
}

.content-block p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.54px;
}

.content-block p + p {
  margin-top: 1.5rem;
}

/* Utilites */
.ttl {
  font-size: 40px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .ttl {
    font-size: 20px;
  }
}

.fc-white {
  color: #fff;
}

.fc-green {
  color: #7DC369;
}

.fc-orange {
  color: #F4663B;
}

.fc-accent {
  color: #FF764D;
}

.fc-red {
  color: #F20C27;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.txt-note {
  padding: 14px 24px;
  background: #fff;
  border: solid 1px #F83E06;
}

a.link-underline {
  text-decoration: underline;
}

.js-fadein,
.js-fadein_slow {
  opacity: 0;
  transition: all 1.3s;
}

.js-fadein.fadein,
.js-fadein_slow.fadein {
  opacity: 1;
}

.loader-fadeout {
  animation: fadeOut 1.7s;
  animation-fill-mode: both;
  z-index: -1;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btn {
  position: relative;
  display: block;
  padding: 21px 0;
  border-radius: 31px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.18;
  box-shadow: 3px 3px 10px #0000001F;
  text-decoration: none !important;
}

.btn:after {
  position: absolute;
  width: 8px;
  height: 12px;
  top: calc((100% - 12px)/2);
  right: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 12.606"><path fill="%23fff" d="M1.2,12.606a1.2,1.2,0,0,1-.848-2.049L4.606,6.3.352,2.049a1.2,1.2,0,0,1,1.7-1.7L8,6.3,2.049,12.255a1.2,1.2,0,0,1-.848.352" /></svg>');
  background-repeat: no-repeat;
  transition: all .4s;
  content: "";
}

@media only screen and (max-width: 600px) {
  .btn:after {
    right: 20px;
  }
}

.btn.orange {
  background: #FF764D;
}

.btn.black {
  background: #2F342E;
}

.btn.green {
  background: #06C755;
}

.btn.small {
  width: 270px;
}

.btn.mid {
  width: 290px;
}

@media only screen and (max-width: 600px) {
  .btn.mid {
    width: 270px;
  }
}

.btn.lg {
  width: 350px;
}

@media only screen and (max-width: 600px) {
  .btn.lg {
    width: 270px;
  }
}

.btn.arrow-left:after {
  transform: scale(-1, 1);
  left: 30px;
  right: auto;
}

@media only screen and (max-width: 600px) {
  .btn.arrow-left:after {
    left: 20px;
  }
}

.btn.arrow-no:after {
  display: none;
}



.sp_navigation{
  /* display: none; */
  position: fixed;
  right: -110%;
  top: 0;
  background: #FF764D;
  height: 100%;
  padding: 5%;
  width: 60%;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 940px) {
  .sp_navigation{
    width: 100%;
    overflow-y: scroll;
    padding-top: 13%;
  }
}

.sp_navigation.is-active{
  right: 0;
}

.sp_navigation__inner{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

@media only screen and (max-width: 940px) {
  .sp_navigation__inner{
    height: auto;
  }
}


.sp_navigation__inner ul{
  text-align: left;
  width: 100%;
}

.sp_navigation__inner ul li{
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (max-width: 940px) {
  .sp_navigation__inner ul li{
    display: block;
    margin-left: 0;
  }
}

.sp_navigation__inner ul li:first-child{
  margin-left: 0;
}

.sp_navigation__inner ul li a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.sp_navigation__inner ul li a:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -5px;
  margin-left: 10px;
}


.sp_navigation__inner nav{
  width: 100%;
  margin-bottom: 10px;
}

.sp_navigation__inner nav ul li{
  border-bottom: 2px solid #fff;
  display: block;
  margin-bottom: 20px;
  margin-left: 0;
}

.sp_navigation__inner nav ul li a{
  padding: 10px 0;
  position: relative;
  display: inline-block;
}

.sp_navigation__inner .sns_btns{
  margin-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.sp_navigation__inner .sns_btns a{
  display: block;
  margin: 10px 15px;
}


.sp_navigation__inner .sns_btns .community{
  background:#06C755;
  color: #fff;
  padding: 15px 30px;
  min-width: 260px;
  display: block;
  border-radius: 50px;
  font-size: 19px;
  position: relative;
  border: 4px solid #fff;
  font-weight: bold;
}


.sp_navigation__inner .sns_btns .login{
  background: #FF764D;
  color: #fff;
  padding: 15px 30px;
  min-width: 260px;
  display: block;
  border-radius: 50px;
  font-size: 19px;
  margin-right: 5px;
  border: 4px solid #fff;
  font-weight: bold;
}

@media only screen and (max-width: 940px){
  .sp_navigation__inner nav ul li a,
  .sp_navigation__inner ul li a{
    font-size: 14px;
  }

  .sp_navigation__inner nav ul li{
    margin-bottom: 10px;
  }

  .sp_navigation__inner .sns_btns .community,
  .sp_navigation__inner .sns_btns .login{
    font-size: 16px;
    min-width: 0;
    width: 80%;
  }

  .sp_navigation__inner .sns_btns .login{
    margin-right: 15px;
  }
}

.login-page{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 100vh;

}

.login-page h1 img{
  margin: auto;
}

.login-page p{
  font-size: 35px;
  font-weight: bold;
  color: #2B2929;
  margin: 60px auto;
}

.login-page .tml .tml-field-wrap{
  display: table;
  width: 100%;
}

.login-page .tml .tml-field-wrap.tml-forget-wrap{
  margin-top: 30px;
}

.login-page .tml{
  width: 600px;
  max-width: 100%;
}

.login-page .tml .tml-field-wrap label,
.login-page .tml .tml-field-wrap input{
  display: table-cell;
}


@media only screen and (max-width: 940px){
  .login-page{
    padding-bottom: 80px!important;
  }
  .login-page .tml{
    width: 100%;
  }
  .login-page .tml .tml-field-wrap{
    display: block;
  }

  .login-page .tml .tml-field-wrap label,
  .login-page .tml .tml-field-wrap input{
    display: block;
    width: auto;
    text-align: left;
  }

  .login-page .tml .tml-field-wrap input{
    padding: 10px;
  }

  .login-page p{
    font-size: 20px;
    margin: 30px auto;
  }

  .login-page h1 img{
    max-width: 120px;
    height: auto;
  }

  .login-page .base-width{
    width: 100%;
    padding: 0 40px;
  }
    
}




.login-page .tml .tml-field-wrap label{
  font-size: 0;
  width: 180px;
}

.tml-rememberme-wrap{
  display: none!important;
}

.login-page .tml .tml-field-wrap input[type="text"],
.login-page .tml .tml-field-wrap input[type="password"]{
  width: 100%;
  height: auto;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 0;
}


.login-page .tml .tml-field-wrap label[for="user_login"]:before{
  content: 'ID';
  font-size: 20px;
}

.login-page .tml .tml-field-wrap label[for="user_pass"]:before{
  content: 'Password';
  font-size: 20px;
}

.login-page .lostpassword{
  text-decoration: underline;
  font-size: 14px;
  color: #515252;
}

.login-page button[type="submit"]{
  color: #fff;
  background: #000;
  border-radius: 50px;
  width: 350px;
  max-width: 100%;
  padding: 15px;
  margin-top: 30px;
  font-size: 18px;
}

@media only screen and (max-width: 940px){
  .login-page .tml .tml-field-wrap input[type="text"],
  .login-page .tml .tml-field-wrap input[type="password"]{
    padding: 10px;
  }
  .login-page button[type="submit"]{
    width: 90%;
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
  }
}

#dashboard .main-menu{
  max-width: 970px;
  margin: auto;
}

#dashboard .main-menu li{
  margin-bottom: 20px;
}

#dashboard .main-menu li a{
  display: block;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 25px 35px;
}

#dashboard .main-menu li a:after{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  content: '';
  background: url(../img/awesome-arrow-right.svg) no-repeat center;
  background-size: 100% auto;
  width: 27px;
  height: 27px;
}

#dashboard .dashboard__head{
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

#dashboard .dashboard__head h2{
  font-size: 10px;
  color: #50AF30;
}

#dashboard .dashboard__head p{
  font-size: 12px;
}

@media only screen and (max-width: 940px){
  #dashboard .dashboard__head{
    display: flex;
  }

  #dashboard .main-menu li a{
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 40px 10px 30px;
  }

  #dashboard .main-menu li a:after{
    width: 20px;
    height: 20px;
  }
}

.custom-archive h1{
  color: #43A527;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin: 30px 0 70px 0;
}

@media only screen and (max-width: 940px){
  .custom-archive h1{
    font-size: 20px;
    margin: 30px 0;
  }
}

.breadcrumb{
  font-size: 14px;
  color: #7B7978;
}

@media only screen and (max-width: 940px){
  .breadcrumb{
    font-size: 11px;
  }
}


.kaiin-list__head{
  display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
}

.kaiin-list__head .kaiin-list__head__title h2{
  color: #FF764D;
  font-size: 25px;
}

.kaiin-list__head .kaiin-list__head__title span{
  font-size: 14px;
  color: #6C6B6B;
}

.kaiin-list__head .kaiin-list__head__pagination{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.kaiin-list__head .kaiin-list__head__pagination p{
  font-size: 16px;
  margin-right: 20px;
}

.kaiin-list__head .kaiin-list__head__pagination .pagination{
  color: #FF764D;
  font-weight: bold;
  font-size: 20px;
}



.kaiin-list__body .kaiin-list__body__item{
  background: #fff;
  position: relative;
  border: 1px solid #707070;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 50px 40px 30px 40px;
}

.kaiin-list__body .kaiin-list__body__item .modified{
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 14px;
  font-weight: bold;
}


.kaiin-list__body .kaiin-list__body__item .modified .modified__badge{
  color: #fff;
  background: #ED0F0F;
  border-radius: 50px;
  padding: 3px 15px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.kaiin-list__body .kaiin-list__body__item .profile-img{
  width: 115px;
  height: 115px;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.kaiin-list__body .kaiin-list__body__item .profile-img img{
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
}


.kaiin-list__body .kaiin-list__body__item .profile-detail{
  width: calc(100% - 115px);
  padding-left: 35px;
  font-size: 15px;
}

.kaiin-list__body .kaiin-list__body__item .arrow{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  background: #43A527;
}

.kaiin-list__body .kaiin-list__body__item .arrow:before{
  content: "";
  position: absolute;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

.kaiin-list__body .kaiin-list__body__item .profile-detail ul li{
  margin-bottom: 5px;
}

.custom-single .custom-single__head{
  margin-top: 60px;
}

.page-id-38{
  overflow-x: hidden;
}

#kaiin-list{
  position: relative;
}

#kaiin-list:before{
  content: "";
  position: absolute;
  left: -49px;
  width: 274px;
  height: 100%;
  top: 20vh;
  background: url(../img/common/deco-leaf01_space.png) repeat-y;
  background-size: 100% auto;
}

#kaiin-list:after{
  content: "";
  position: absolute;
  right: -73px;
  width: 274px;
  height: 100%;
  top: 62vh;
  background: url(../img/common/deco-leaf02_space.png) repeat-y;
  background-size: 100% auto;
  opacity: 0.6;
}

@media only screen and (max-width: 940px){
  .custom-single .custom-single__head{
    margin-top: 50px;
  }

  #kaiin-list h1{
    margin-bottom: 0;
  }

  .kaiin-list__head{
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .kaiin-list__head .kaiin-list__head__title{
    text-align: center;
  }

  .kaiin-list__head .kaiin-list__head__title h2{
    font-size: 14px;
  }

  .kaiin-list__body .kaiin-list__body__item{
    flex-wrap: wrap;
    padding: 40px 20px 30px 20px;
    align-items: flex-start;
    background: rgba(255,255,255,0.7);
  }

  

  .kaiin-list__body .kaiin-list__body__item .profile-detail{
    width: calc(100% - 80px);
    padding-left: 15px;
    font-size: 11px;
  }

  .kaiin-list__head .kaiin-list__head__title span{
    font-size: 11px;
  }

  .kaiin-list__head .kaiin-list__head__pagination{
    margin-top: 20px;
    width: 100%;
  }

  .kaiin-list__body .kaiin-list__body__item .profile-img{
    width: 80px;
    height: 80px;
  }

  .kaiin-list__body .kaiin-list__body__item .modified .modified__badge{
    font-size: 8px;
  }

  .kaiin-list__body .kaiin-list__body__item .arrow{
    left: 0;
    top: inherit;
    bottom: 0;
    height: 25px;
    width: 100%;
  }

  .kaiin-list__body .kaiin-list__body__item .arrow:before{
    left: 95%;
    padding: 3px;
  }

  .kaiin-list__body .kaiin-list__body__item .modified {
    left: 15px;
    top: 10px;
    font-size: 10px;
    font-weight: bold;
}



#kaiin-list:before{
  content: "";
  position: absolute;
  left: -49px;
  width: 46%;
  height: 100%;
  top: 5%;
  opacity: 0.6;
}

#kaiin-list:after{
  content: "";
  position: absolute;
  right: -73px;
  width: 46%;
  height: 100%;
  top: 16%;
  opacity: 0.6;
}
}



#kaiin-detail .kaiin-detail__head{
  display: flex;
  justify-content: center;
  align-items: center;
}

#kaiin-detail .kaiin-detail__head .profile-img{
  width: 170px;
  height: 170px;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

#kaiin-detail .kaiin-detail__head .profile-img img{
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
}

#kaiin-detail .kaiin-detail__head .profile-name{
  text-align: center;
  padding-left: 20px;
  max-width: calc(100% - 170px);
}

#kaiin-detail .kaiin-detail__head .profile-name h1{
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

#kaiin-detail .kaiin-detail__head .profile-name .modified{
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 940px){
  #kaiin-detail .kaiin-detail__head{
    flex-wrap: wrap;
    margin-top: 30px;
  }

  #kaiin-detail .kaiin-detail__head .profile-name{
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  #kaiin-detail .kaiin-detail__head .profile-name h1{
    display: block;
  }

  #kaiin-detail .kaiin-detail__head .profile-name .modified{
    text-align: left;
    font-size: 14px;
  }


}

#kaiin-detail .kaiin-detail__body h2{
  margin-top: 50px;
  border-bottom: 2px solid #1A1311;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#kaiin-detail .kaiin-detail__body a{
  text-decoration: underline;
}

#kaiin-detail .profile-name h1 span{
  font-size: 18px;
  width: 90px;
  text-align: right;
}

#kaiin-detail .profile-name input{
  padding: 20px;
  height: auto;
}

#kaiin-detail form .submit{
  text-align: center;
margin-top: 100px;
}


#kaiin-detail form .submit a{
  color: #fff;
  background: #06C755;
  border-radius: 50px;
  padding: 20px;
  width: 350px;
  max-width: 100%;
  display: block;
  margin: auto;
  text-decoration: none;
}


@media only screen and (max-width: 940px){

  #kaiin-detail .profile-name input{
    padding: 10px;
    text-align: center;
  }
  #kaiin-detail .kaiin-detail__body h2{
    margin: 30px 0 10px 0;
    font-size: 16px;
  }

  #kaiin-detail .profile-name h1 span{
    display: block;
    float: right;
  }

  #kaiin-detail form .submit{
    margin-top: 50px;
  }

  #kaiin-detail form .submit a{
    font-size: 18px;
  }
}



#kaiin-detail .kaiin-detail__foot{
  text-align: center;
}

#kaiin-detail .kaiin-detail__foot > p{
  text-align: center;
    background: #ccc;
    border-radius: 5px;
    padding: 15px;
    font-size: 23px;
    font-weight: bold;
    margin-top: 100px;
    max-width: 90%;
    margin: 100px auto 0;
}

#kaiin-detail .kaiin-detail__foot .suspend,
#kaiin-detail .kaiin-detail__foot .delete{
  margin: 60px auto;
}

#kaiin-detail .kaiin-detail__foot .suspend a{
  color: #fff;
  background: #2F342E;
  border-radius: 50px;
  padding: 20px;
  width: 350px;
  max-width: 100%;
  display: block;
  margin: auto;
}

#kaiin-detail .kaiin-detail__foot .delete a{
  color: #fff;
  background: #585C57;
  border-radius: 50px;
  padding: 20px;
  width: 350px;
  max-width: 100%;
  display: block;
  margin: auto;
}

[name="discord_id"],[name="server_nickname"]{
  width: 250px;
  margin-bottom: 10px;
}

#document-detail .document-detail__head .title{
  text-align: center;
  margin-bottom: 70px;
}

#document-detail .document-detail__head .title h1{
  margin-bottom: 20px;
}

#document-detail .document-detail__head .title .modified{
  font-weight: bold;
}

#document-detail .document-detail__body .document-detail__body__overview{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

#document-detail .document-detail__body .document-detail__body__overview .document-img{
  width: 324px;
}

#document-detail .document-detail__body .document-detail__body__overview .desc{
  width: calc(100% - 324px);
  padding-left: 25px;
}


#document-detail .document-detail__body .download-btn{
  text-align: center;
  margin: 70px auto;
}

#document-detail .document-detail__body .download-btn a{
  background: #1B6DB4;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 26px;
  padding: 23px;
  width: 516px;
  max-width: 95%;
}

#document-detail .document-detail__body .download-btn a:after{
  content: "";
  background: url(../img/download-icon.png);
  width: 38px;
  height: 38px;
  background-size: 100% auto;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0,-50%);
}


@media only screen and (max-width: 940px){

  #document-detail .document-detail__head .title h1{
    font-size: 20px;
  }

  #document-detail .document-detail__head .title .modified{
    font-size: 12px;
  }

  #document-detail .document-detail__head .title{
    margin-bottom: 30px;
  }
  

  #document-detail .document-detail__body .document-detail__body__overview .document-img,
  #document-detail .document-detail__body .document-detail__body__overview .desc{
    width: 100%;
    padding: 0;
  }
  

  #document-detail .document-detail__body .document-detail__body__overview .document-img{
    text-align: center;
    margin-bottom: 20px;
  }

  #document-detail .document-detail__body .document-detail__body__overview .document-img img{
    margin: auto;
  }

  #document-detail .document-detail__body .download-btn{
    margin: 30px 0;
  }

  #document-detail .document-detail__body .download-btn a{
    font-size: 18px;
    padding: 18px;
  }

  #document-detail .document-detail__body .download-btn a:after {
    content: "";
    background: url(../img/download-icon.png);
    width: 26px;
    height: 26px;
    background-size: 100% auto;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
  }
  
  
}



.content h2{
  font-size: 30px;
  border-bottom: 1px solid #1A1311;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 70px;
}

.content h3{
  font-size: 25px;
  border-bottom: 1px dashed #1A1311;
  padding-bottom: 5px;
  margin-bottom: 30px;
  margin-top: 70px;
}

.content ul,
.content ol{
  margin: 30px auto 60px auto;
}

.content ul li{
  position: relative;
  padding-left: 43px;
  margin-bottom: 10px;
}

.content ul li:before{
  content: "●";
  color: #06C755;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 24px;
}


.content ol li{
  position: relative;
  padding-left: 43px;
  margin-bottom: 25px;
}

.content ol li:first-child:before{
  content: "1";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

.content ol li:nth-child(2):before{
  content: "2";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

.content ol li:nth-child(3):before{
  content: "3";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

.content ol li:nth-child(4):before{
  content: "4";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

.content ol li:nth-child(5):before{
  content: "5";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

.content ol li:nth-child(6):before{
  content: "6";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

.content ol li:nth-child(7):before{
  content: "7";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

.content ol li:nth-child(8):before{
  content: "8";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

.content ol li:nth-child(9):before{
  content: "9";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

.content ol li:nth-child(10):before{
  content: "10";
  color: #06C755;
  background: #fff;
  border: 1px solid #06C755;
  position: absolute;
  left: -7px;
  top: -7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
}

@media only screen and (max-width: 940px){
  .content h3{
    font-size: 18px;
  }
  .content ol li {
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
}
  .content ol li:before {
    left: 0px!important;
    top: -1px!important;
    font-size: 15px!important;
    width: 25px!important;
    height: 25px!important;
    line-height: 1.5;
  }

  .content ul li{
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
  }
  
  .content ul li:before{
    left: 0;
    top: -11px;
    font-size: 25px;
  }
}

.btn-paging{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}

.btn-paging .prev a{
  background: #FF764D;
  display: inline-block;
  width: 350px;
  max-width: 100%;
  padding: 15px;
  position: relative;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  margin: 10px;
}

.btn-paging .prev a:before{
  content: "";
  position: absolute;
  vertical-align: middle;
  border: solid #fff;
  border-width: 2px 0px 0px 2px;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 50%;
  left: 25px;
}

.btn-paging .next a{
  background: #06C755;
  display: inline-block;
  width: 350px;
  max-width: 100%;
  padding: 15px;
  position: relative;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  margin: 10px;
}

.btn-paging .next a:before{
  content: "";
  position: absolute;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 50%;
  right: 25px;
}

.btn-paging .back{
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.btn-paging .back a{
  background: #2F342E;
  display: inline-block;
  width: 350px;
  max-width: 100%;
  padding: 15px;
  position: relative;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
}

.btn-paging .back a:before{
  content: "";
  position: absolute;
  vertical-align: middle;
  border: solid #fff;
  border-width: 2px 0px 0px 2px;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 50%;
  left: 25px;
}

@media only screen and (max-width: 940px){

  .btn-paging{
    margin-top: 70px;
  }

  .btn-paging .next,
  .btn-paging .prev{
    width: 100%;
  }

  .btn-paging .next a,
  .btn-paging .prev a{
    width: 100%;
    margin: 0 0 20px 0;
  }

  .btn-paging .back{
    margin-top: 0px;
  }
}

.category-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.category-list li{
  margin: 0 10px 10px 10px;
}

.category-list li a{
  display: block;
  min-width: 200px;
  max-width: 100%;
  border: 2px solid #FF764D;
  background: #fff;
  color: #FF764D;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}

@media only screen and (max-width: 940px){

  .category-list{
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
  }
  .category-list li a{
    min-width: 110px;
    font-size: 11px;
    padding: 5px 10px;
  }

  .category-list li{
    margin: 3px 5px;
  }

  .category-list .slick-prev:before {
    content: '<';
    transform: scaleX(0.5);
    color: #000;
    display: block;
    font-size: 30px;
    position: absolute;
    top: 7px;
    line-height: 0;
  }
  .category-list .slick-next:before {
    content: '>';
    transform: scaleX(0.5);
    color: #000;
    display: block;
    font-size: 30px;
    position: absolute;
    top: 7px;
    line-height: 0;
  }

  .category-list .slick-prev{
    left: -30px;
  }

  .category-list .slick-next{
    right: -30px;
  }
}

#document-list .document-list__head{
  margin-bottom: 25px;
}

#document-list .document-list__head .search-box{
  width: 300px;
  margin-left: auto;
}

#document-list .document-list__head h2{
  font-size: 25px;
  color: #FF764D;
  margin-top: 40px;
}

#document-list .document-list__head p.tyui{
  text-align: right;
  color: #969494;
}

#document-list .document-list__body .document-list__body__items .document-list__body__items__item{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#document-list .document-list__body .document-list__body__items .document-list__body__items__item .img{
  width: 230px;
}

#document-list .document-list__body .document-list__body__items .document-list__body__items__item .desc{
  width: calc(100% - 230px);
  padding-left: 25px;
}

#document-list .document-list__body .document-list__body__items .document-list__body__items__item .desc h3{
  font-size: 20px;
  margin-bottom: 15px;
}

#document-list .document-list__body .document-list__body__items .document-list__body__items__item .desc p{
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}

#document-list .document-list__body .document-list__body__items .document-list__body__items__item .desc .detail-btn{
  margin-top: 10px;
}

#document-list .document-list__body .document-list__body__items .document-list__body__items__item .desc .detail-btn a{
  text-align: center;
  color: #fff;
  display: block;
  background: #2B2929;
  border-radius: 50px;
  width: 220px;
  max-width: 100%;
  padding: 5px;
  margin-left: auto;
}

#document-list .document-list__body .document-list__body__items .document-list__body__items__item.hidden{
  display: none;
}

#document-list .document-list__body .load-more{
  text-align: center;
  margin-top: 100px;
}

#document-list .document-list__body .load-more a{
  text-align: center;
  color: #fff;
  display: block;
  background: #FF764D;
  position: relative;
  border-radius: 50px;
  width: 350px;
  max-width: 100%;
  padding: 15px;
  font-size: 18px;
  margin: auto;
}

#document-list .document-list__body .load-more a:before{
  content: "";
  position: absolute;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0px 0px 2px 2px;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 50%;
  right: 25px;
}

#document-list .document-list__body .paging{
  color: #A39E9E;
  margin-bottom: 10px;
}

@media only screen and (max-width: 940px){

  #document-list .document-list__body .document-list__body__items .document-list__body__items__item{
    margin-bottom: 30px;

  }

  #document-list .document-list__body .document-list__body__items .document-list__body__items__item .desc{
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  #document-list .document-list__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  #document-list .document-list__head .search-box{
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }

  #document-list .document-list__head p.tyui{
    order: 2;
    font-size: 11px;
  }

  #document-list .document-list__head h2{
    font-size: 14px;
    margin-top: 25px;
    order: 3;
  }

  #document-list .document-list__body .paging{
    font-size: 10px;
    margin-bottom: 15px;
  }

  #document-list .document-list__body .document-list__body__items .document-list__body__items__item .img{
    width: 300px;
    margin: auto;
    max-width: 100%;
  }

  #document-list .document-list__body .document-list__body__items .document-list__body__items__item .desc h3{
    font-size: 14px;
    margin-bottom: 0;
  }

  #document-list .document-list__body .document-list__body__items .document-list__body__items__item .desc p{
    font-size: 12px;
  }

  #document-list .document-list__body .document-list__body__items .document-list__body__items__item .desc .detail-btn a{
    margin: auto;
    font-size: 18px;
  }
}

#recruit-detail .recruit-detail__head .title{
  text-align: center;
}

#recruit-detail .recruit-detail__head .title h1{
  margin-bottom: 20px;
}



#recruit-detail .recruit-detail__head  .info{
  border: 1px solid #707070;
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

#recruit-detail .recruit-detail__head  .info dl{
  display: flex;
  flex-wrap: wrap;
}

#recruit-detail .recruit-detail__head  .info dl dt{
  color: #FF764D;
  font-weight: bold;
}

#recruit-detail .recruit-detail__head  .info dl dd{
  margin-right: 15px;
}

#recruit-detail .recruit-detail__body h2{
  margin: 60px 0 20px 0;
}


#recruit-list .recruit-list__search{
  position: relative;
  background: #fff;
  border: 2px solid #020202;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 70px;
}

#recruit-list .recruit-list__search .anken-link{
  position: absolute;
  right: 0;
  top: 0;
  background: #020202;
  border-bottom-left-radius: 20px;
  color: #fff;
  font-size: 13px;
  padding: 13px 40px 13px 25px;
}

#recruit-list .recruit-list__search .anken-link:after{
  content: "";
  position: absolute;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 50%;
  right: 12px;
}

#recruit-list .recruit-list__search form{
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
}



#recruit-list .recruit-list__search .search-form .search-form__item{
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-right: 30px;
  align-items: center;
}

#recruit-list .recruit-list__search .search-form .search-form__item label{
  margin-right: 10px;
}

#recruit-list .recruit-list__search .search-form .search-form__item select{
  min-width: 150px;
  width: 100%;
}

#recruit-list .recruit-list__search .search-form .search-form__item select option{
  padding: 10px;
}

#recruit-list .recruit-list__search .search-form .search-form__item.full{
  width: 100%;
  margin-right: 0;
}

#recruit-list .recruit-list__search .search-form .search-form__item .search-form__item__input--checkbox{
  display: flex;
  flex-wrap: wrap;
}

#recruit-list .recruit-list__search .search-form .search-form__submit{
  text-align: right;
  width: 100%;
  margin-top: -30px;
}

#recruit-list .recruit-list__search .search-form .search-form__submit button{
  box-shadow: 0px 3px 6px #00000029;
  border: 0;
  border-radius: 50px;
  background: #43A527;
  font-size: 18px;
  color: #fff;
  padding: 10px 30px;
  width: 230px;
}

#recruit-list .recruit-list__head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

#recruit-list .recruit-list__head h2{
  font-size: 25px;
  color: #FF764D;
}

#recruit-list .recruit-list__body{
  margin-bottom: 60px;
}

#recruit-list .recruit-list__body .recruit-list__body__item{
  margin-bottom: 20px;

}

#recruit-list .recruit-list__body .recruit-list__body__item h3{
  font-size: 20px;
  display: inline-block;
}

#recruit-list .recruit-list__body .recruit-list__body__item p{
  margin: 10px 0 15px 0;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

}

#recruit-list .recruit-list__body .recruit-list__body__item dl{
  display: flex;
  align-items: center;
  font-size: 15px;
}

#recruit-list .recruit-list__body .recruit-list__body__item dl dt{
  color: #FF764D;
}

#recruit-list .recruit-list__body .recruit-list__body__item .detail{
  text-align: right;
  margin-top: 15px;
}

#recruit-list .recruit-list__body .recruit-list__body__item .detail a{
  display: inline-block;
  color: #fff;
  background: #2B2929;
  border-radius: 50px;
  padding: 10px 40px;
}

@media only screen and (max-width: 940px){
  #recruit-list .recruit-list__body .recruit-list__body__item h3{
    display: block;
    font-size: 16px;
    margin-top: 10px;
  }
  #recruit-list .recruit-list__search form {
    padding: 30px 8% 80px 8%;
  }

  #recruit-list .recruit-list__search .search-form .search-form__item label {
    margin-right: 0;
    display: block;
    
  }
  #recruit-list .recruit-list__search .search-form .search-form__item > label:not(.checkbox){
    width: 88px;
    margin-top: 2px;
  }
  }

  .search-form__item__input {
    width: calc(100% - 100px);
  }

  #recruit-list .recruit-list__search .search-form .search-form__submit{
    margin-top: 0;
    text-align: center;
  }

  

  #recruit-list .recruit-list__head{
    flex-wrap: wrap;
  }

  #recruit-list .recruit-list__search .search-form .search-form__item{
    font-size: 14px;
    margin-right: 0;
    width: 100%;
    align-items: flex-start;
  }

  #recruit-list .recruit-list__body .recruit-list__body__item dl{
    flex-wrap: wrap;
  }

  #recruit-list .recruit-list__body .recruit-list__body__item dl dt{
    width: 100px;
  }

  #recruit-list .recruit-list__body .recruit-list__body__item dl dd{
    width: calc(100% - 100px);
  }
  #recruit-list .recruit-list__body .recruit-list__body__item{
    margin-bottom: 30px;
  }

  #recruit-list .recruit-list__search{
    margin-bottom: 40px;
  }

  #recruit-list .recruit-list__search .anken-link{
    bottom: 0;
    top: inherit;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
  }

  #recruit-list .recruit-list__head h2{
    font-size: 14px;
  }

  #recruit-list .recruit-list__body .recruit-list__body__item .detail{
    text-align: center;
  }

  #recruit-list .recruit-list__body .recruit-list__body__item .detail a{
    font-size: 18px;
  }

  #recruit-detail .recruit-detail__head .title h1{
    font-size: 20px;
  }

  #recruit-detail .recruit-detail__head .info{
    padding: 15px;
    margin: 25px auto;
  }

  #recruit-detail .recruit-detail__head .info dl{
    flex-wrap: wrap;
  }

  #recruit-detail .recruit-detail__head .info dl dt{
    width: 100px;
  }

  #recruit-detail .recruit-detail__head .info dl dd{
    width: calc(100% - 100px);
    margin-right: 0;
  }

  #recruit-detail .recruit-detail__body h2{
    font-size: 16px;
    margin: 50px 0 20px 0;
  }
}


.recruit-badge{
  font-size: 11px;
  display: inline-block;
  margin-right: 20px;
  background: #FF764D;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 5px 15px;
  margin-top: -5px;
  vertical-align: middle;
}

.end-badge{
  font-size: 11px;
  display: inline-block;
  margin-right: 20px;
  background: #A2A3A3;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 5px 15px;
  margin-top: -5px;
  vertical-align: middle;
}

.inline-paging{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #2B2929;
  font-size: 16px;
  justify-content: flex-end;
}

.inline-paging .inline-paging__link{
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #FF764D;
  margin-left: 20px;
}

.inline-paging .inline-paging__link a{
  margin: 0 10px;
}

@media only screen and (max-width: 940px){
  .inline-paging{
    font-size: 10px;
    justify-content: space-between;
    width: 100%;
  }
}

.checkbox{
  display: block;
  position: relative;
  margin-left: 15px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.no-label{
  margin-left: 0;
}

.checkbox input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .input{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border: 1px solid #707070;
  margin-top: -3px;
  margin-right: 5px;
  margin-left: 5px;
}

.checkbox .input:after{
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: -8px;
  width: 10px;
  height: 24px;
  border: solid #43A527;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox input:checked ~ .input:after {
  display: block;
}

.checkbox.inline{
  display: inline-block;
}

@media only screen and (max-width: 940px){
  .checkbox{
    margin-left: 0;
  }

  .checkbox.inline{
    margin-right: 15px;
    margin-bottom: 10px;
  }

  

  .search-form__item__input .checkbox .input{
    margin-right: 3px;
    margin-left: 0;
  }
}


.daterangepicker .drp-buttons .btn{
  display: inline-block;
  background: #000;
}

.daterangepicker .drp-buttons .btn:after{
  display: none;
}

#video-list .video-list__head{
  margin-bottom: 40px;
}

#video-list .video-list__body{
  margin-bottom: 60px;
}

#video-list .video-list__body .video-list__body__items .document-list__body__items__item{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#video-list .video-list__body .video-list__body__items .document-list__body__items__item .img{
  width: 230px;
}

#video-list .video-list__body .video-list__body__items .document-list__body__items__item .desc{
  width: calc(100% - 230px);
  padding-left: 25px;
}

#video-list .video-list__body .video-list__body__items .document-list__body__items__item .desc h3{
  font-size: 20px;
  margin-bottom: 15px;
}

#video-list .video-list__body .video-list__body__items .document-list__body__items__item .desc .detail-btn{
  margin-top: 10px;
}

#video-list .video-list__body .video-list__body__items .document-list__body__items__item .desc .detail-btn a{
  text-align: center;
  color: #fff;
  display: block;
  background: #2B2929;
  border-radius: 50px;
  width: 220px;
  max-width: 100%;
  padding: 5px;
  margin-left: auto;
}

@media only screen and (max-width: 940px){
  #video-list .video-list__body .video-list__body__items .document-list__body__items__item .desc{
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  #video-list .video-list__body .video-list__body__items .document-list__body__items__item{
    margin-bottom: 30px;

  }

  #video-list .video-list__body .video-list__body__items .document-list__body__items__item .img{
    margin: auto;
    width: 300px;
    max-width: 100%;
  }

  #video-list .video-list__body .video-list__body__items .document-list__body__items__item .desc h3{
    font-size: 14px;
    margin-bottom: 0;
  }

  #video-list .video-list__body .video-list__body__items .document-list__body__items__item .desc .detail-btn a{
    margin: auto;
    font-size: 18px;
  }

}

.single p a{
  color: #06C755;
  text-decoration: underline;
}

.single-page h1{
  color: #43A527;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin: 30px 0 70px 0;
}

@media only screen and (max-width: 940px){
  .single-page h1{
    font-size: 20px;
    margin: 30px 0;
  }
}

.single-page p{
  font-size: 16px;
}

@media only screen and (max-width: 940px){
  .single-page p{
    font-size: 12px;
  }
}

.page-id-76 .notice{
  background: #fff;
  border: 2px solid #FA5B2B;
  padding: 25px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 20px;
}

.page-id-76 .notice p{
  color: #FA5B2B;
  font-size: 18px;
  font-weight: bold;
}

#mw_wp_form_mw-wp-form-82 table{
  margin-top: 50px;
}

#mw_wp_form_mw-wp-form-82 table td{
  padding: 15px;
  vertical-align: top;
}

#mw_wp_form_mw-wp-form-82 table td:first-child{
  width: 270px;
  position: relative;
  padding-right: 60px;
}

#mw_wp_form_mw-wp-form-82 table td .required{
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background: #FEB25F;
  position: absolute;
  right: 15px;
  top: 18px;
  padding: 5px 10px;
}

.mwform-checkbox-field{
  display: inline-block;
}

[name="agree[data][]"] + span{
  display: none;
}

.privacy-box{
  border: 1px solid #E0E0E0;
  height: 370px;
  overflow-y: scroll;
  padding: 20px;
  background: #FFF;
  margin-bottom: 50px;
  font-size: 16px;
}


.privacy-box p{
  font-size: 16px;
  margin-bottom: 30px;
}

.privacy-box ul{
  list-style: disc;
  margin-left: 20px;
}

.privacy-box ol{

}

.privacy-box ul li ol{
  margin-left: 20px;

}

.privacy-box ul.list-style-none,
.privacy-box ol.list-style-none{
  list-style: none;
  margin-left: 0;
}

.privacy-box p + ul,
.privacy-box p + ol{
  margin-top: -30px;
}



#mw_wp_form_mw-wp-form-82 .submit{
  text-align: center;
  margin-top: 50px;
}

#mw_wp_form_mw-wp-form-82 .submit button[value="confirm"],
#mw_wp_form_mw-wp-form-82 .submit button[value="send"]{
  background: #FF764D;
  color: #fff;
  border: 0;
  padding: 15px;
  border-radius: 50px;
  width: 350px;
  max-width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

#mw_wp_form_mw-wp-form-82 .submit button[value="confirm"]:before,
#mw_wp_form_mw-wp-form-82 .submit button[value="send"]:before{
  content: "";
  position: absolute;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0px 0px 2px 2px;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%,-50%) rotate(-135deg);
  top: 50%;
  right: 25px;
}

#mw_wp_form_mw-wp-form-82 .submit button[name="submitBack"]{
  background: #2F342E;
  color: #fff;
  border: 0;
  padding: 15px;
  border-radius: 50px;
  width: 350px;
  max-width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

#mw_wp_form_mw-wp-form-82 .submit button[name="submitBack"]:before{
  content: "";
  position: absolute;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0px 0px 2px 2px;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%,-50%) rotate(45deg);
  top: 50%;
  left: 25px;
}

.mw_wp_form_confirm td .tyui_span{
  display: none;
}

.agreement-cell .horizontal-item{
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-top: -3px;
}

.page-id-78 .privacy-box,
.page-id-78 .agree-alt,
.page-id-78 #mw_wp_form_mw-wp-form-82 table td .required{
  display:  none;
}

p.confirm-notice{
  display: none;
  font-size: 20px;
  color: #FF764D;
  text-align: center;
  font-weight: bold;
  
}

.page-id-78 p.confirm-notice{
  display: block;
  margin-top: 70px;
}


p.text-center{
  text-align: center;
}

.for-prev .page-numbers:not(.prev), .for-prev .next,
.for-next .page-numbers:not(.next), .for-next .prev{display: none!important;}


@media only screen and (max-width: 940px){
  #mw_wp_form_mw-wp-form-82 table,
  #mw_wp_form_mw-wp-form-82 table tbody,
  #mw_wp_form_mw-wp-form-82 table tr,
  #mw_wp_form_mw-wp-form-82 table td,
  #mw_wp_form_mw-wp-form-82 table th,
  #mw_wp_form_mw-wp-form-82 table td:first-child{
    display: block;
    width: 100%;
  }
  

  #mw_wp_form_mw-wp-form-82 table td{
    padding: 10px 0 20px 0;
  }

  #mw_wp_form_mw-wp-form-82 table td:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  #mw_wp_form_mw-wp-form-82 table td .required {
    position: relative;
    right: inherit; 
     top: inherit;
     padding: 2px 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    font-size: 10px;
}

.mw_wp_form .horizontal-item{
  margin: 0 0 10px 0!important;
}

#mw_wp_form_mw-wp-form-82 table td:not(.agreement-cell) .mwform-checkbox-field{
  display: block;
}

.page-id-76 .notice p{
  font-size: 12px;
}
.page-id-76 .notice{
  padding: 15px;
}

.privacy-box p{
  font-size: 12px;
}

.privacy-box{

  font-size: 12px;
}
}
/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}

.modal__container {
  background-color: #fff;
  padding: 80px 50px 50px 50px;
  max-width: 80%;
  width: 980px;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}



.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 30px;
  top: 30px;
}

.modal__close:before { content: "\2715"; }

.modal__content {
  padding: 50px;
}

.modal-check__btns{
  display: flex;
    justify-content: center;
    margin-top: 60px;
}

.modal-check__btns a{
  color: #fff;
  width: 350px;
  max-width: 100%;
  display: block;
  padding: 20px;
  margin: 0 10px;
  border-radius: 50px;
  text-align: center;
}

.modal-check__btns .yes a{
  background: #FF764D;
}

.modal-check__btns .no a{
  background: #2B2929;
}


@media only screen and (max-width: 940px){
  .modal__container{
    padding: 5%;
    padding-top: 60px;
  }

  .post-type-archive-video .modal__container{
    padding: 2%;
    padding-top: 30px;
  }

  .modal-check__btns {
    display: block;
    margin-top: 20px;
  }

  .modal-check__btns a {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 20px;
}

.modal__close {
  right: 5px;
  top: 5px;
}

.modal__container iframe{
  height: auto;
}
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}



.custom-radio {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 10px;
}

.custom-radio input {
  position: relative;
  width: 1pc;
  height: 1pc;
  margin: 0 8px 0 0;
  border: solid 1px #2b2929;
  border-radius: 50%
}

.custom-radio input:checked {
  border: solid 1px #ff764d;
  background: #feb25f
}

.custom-radio input:checked:before {
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc((100% - 6px)/2);
  left: calc((100% - 6px)/2);
  background: #fff;
  border-radius: 50%;
  content: ""
}


.wp-core-ui .quicktags-toolbar input{
  width: auto;
}

.woocommerce-account p a{
  color: #43A527;
  text-decoration: underline;
}