body {
  background: #f2f2f2;
}

#wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 320px) {
  #wrap {
    overflow: hidden;
  }
}

#mainkey-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #mainkey-visual {
    height: 100%;
  }
}
#mainkey-visual .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#mainkey-visual .video-box::after {
  display: none;
}
@media screen and (max-width: 1100px) {
  #mainkey-visual .video-box {
    height: 65vh;
  }
}
@media screen and (max-width: 520px) {
  #mainkey-visual .video-box {
    height: 82vh;
  }
  #mainkey-visual .video-box::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75);
  }
}
#mainkey-visual .video-box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 120%;
  min-height: 120%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mainkey-visual .key-pic {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #mainkey-visual .key-pic {
    height: 450px;
    object-fit: cover;
  }
}
#mainkey-visual .key_piclay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 520px) {
  #mainkey-visual .key_piclay {
    height: 450px;
  }
}
#mainkey-visual .key-logo {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
  text-align: left;
}
@media screen and (max-width: 1360px) {
  #mainkey-visual .key-logo {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #mainkey-visual .key-logo {
    width: 70%;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 520px) {
  #mainkey-visual .key-logo {
    width: 100%;
    left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
  }
}
#mainkey-visual .key-logo img {
  position: relative;
  width: 250px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #mainkey-visual .key-logo img {
    left: -16px;
    width: 220px;
  }
}
#mainkey-visual .mainkey_wrap {
  width: 90%;
  position: absolute;
  z-index: 20;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #mainkey-visual .mainkey_wrap {
    top: 23%;
  }
}
@media screen and (max-width: 768px) {
  #mainkey-visual .mainkey_wrap {
    top: 15%;
  }
}
@media screen and (max-width: 520px) {
  #mainkey-visual .mainkey_wrap {
    display: block;
    padding-top: 0;
    height: 100%;
    top: 0;
  }
}
#mainkey-visual .mainkey_wrap .key-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mainkey-visual .mainkey_wrap .key-box {
    width: 55%;
  }
}
@media screen and (max-width: 520px) {
  #mainkey-visual .mainkey_wrap .key-box {
    background: none;
    display: block;
    height: 65vh;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 0 40px;
  }
}
#mainkey-visual .mainkey_wrap .key-box .key_info {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}
@media screen and (max-width: 768px) {
  #mainkey-visual .mainkey_wrap .key-box .key_info {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #mainkey-visual .mainkey_wrap .key-box .key_info {
    position: relative;
    top: 27%;
  }
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info1 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #mainkey-visual .mainkey_wrap .key-box .key_info .info1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  #mainkey-visual .mainkey_wrap .key-box .key_info .info1 {
    margin-bottom: 20px;
  }
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info1 img.pc {
  display: inline-block;
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info1 img.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  #mainkey-visual .mainkey_wrap .key-box .key_info .info1 img {
    width: 85%;
    margin-bottom: 8px;
  }
  #mainkey-visual .mainkey_wrap .key-box .key_info .info1 img.pc {
    display: none;
  }
  #mainkey-visual .mainkey_wrap .key-box .key_info .info1 img.sp {
    display: inline-block;
  }
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info1 .key_btn {
  position: absolute;
  bottom: 55px;
  left: -20px;
  right: 0;
  margin: 0 auto;
  width: 40%;
}
@media screen and (max-width: 1100px) {
  #mainkey-visual .mainkey_wrap .key-box .key_info .info1 .key_btn {
    width: 200px;
    bottom: 8%;
    right: 10px;
  }
}
@media screen and (max-width: 520px) {
  #mainkey-visual .mainkey_wrap .key-box .key_info .info1 .key_btn {
    position: relative;
    bottom: 15%;
    left: auto;
    right: 5px;
  }
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info1 .key_btn a {
  width: 100%;
  display: inline-block;
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info1 .key_btn a:hover img {
  transition: all 0.6s ease;
  opacity: 0.7;
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info1 .key_btn a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  #mainkey-visual .mainkey_wrap .key-box .key_info .info2 {
    width: 80%;
    margin: 0 auto;
  }
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info2 img {
  width: 100%;
  height: auto;
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info2 img.pc {
  display: inline-block;
}
#mainkey-visual .mainkey_wrap .key-box .key_info .info2 img.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  #mainkey-visual .mainkey_wrap .key-box .key_info .info2 img.pc {
    display: none;
  }
  #mainkey-visual .mainkey_wrap .key-box .key_info .info2 img.sp {
    display: inline-block;
  }
}

#container {
  position: relative;
  z-index: 5;
}
#container .key_good {
  position: relative;
  top: -20px;
  z-index: 30;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #container .key_good {
    top: -70px;
  }
}
@media screen and (max-width: 1100px) {
  #container .key_good {
    width: 100%;
    top: -50px;
  }
}
@media screen and (max-width: 1100px) {
  #container .key_good {
    display: none;
  }
}
#container .key_good ul {
  width: 100%;
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  column-gap: 4%;
}
@media screen and (max-width: 520px) {
  #container .key_good ul {
    width: 90%;
    margin: auto;
    position: relative;
    row-gap: normal;
  }
}
#container .key_good ul li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#greeting {
  margin: 40px 0 64px;
}
@media screen and (max-width: 1500px) {
  #greeting {
    margin: 40px 0 60px 0;
  }
}
@media screen and (max-width: 480px) {
  #greeting {
    margin: 20px 0;
  }
}
#greeting .greeting-contents {
  padding: 60px 0;
  background: url("../svg/greeting-bg.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 520px) {
  #greeting .greeting-contents {
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
  }
}
#greeting .greeting-contents p {
  color: #333;
  margin-bottom: 3vh;
  line-height: 1.8em;
  font-size: 1.4vw;
  text-align: center;
  font-weight: bold;
}
#greeting .greeting-contents p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  #greeting .greeting-contents p {
    font-size: 1.3rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting-contents p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 520px) {
  #greeting .greeting-contents p {
    font-size: 13px;
  }
  #greeting .greeting-contents p br {
    display: none;
  }
}

.add-btn {
  text-align: center;
  padding: 48px 0;
}
@media screen and (max-width: 1100px) {
  .add-btn {
    padding: 12px 0;
  }
}
@media screen and (max-width: 520px) {
  .add-btn .btn-img {
    width: 80% !important;
    display: inline-block;
  }
  .add-btn .btn-img img {
    width: 100% !important;
    height: auto;
  }
}
.add-btn .btn-body {
  position: relative;
  display: inline-block;
  width: 35vw;
  background: #D3BA44;
  border-radius: 8px;
  padding: 2vh 0;
}
@media screen and (max-width: 1500px) {
  .add-btn .btn-body {
    width: 420px;
    padding: 24px 0;
  }
}
.add-btn .btn-body span {
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  margin-right: 12px;
  padding-left: 12px;
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  .add-btn .btn-body span {
    font-size: 2.4em;
  }
}
.add-btn .btn-body img {
  width: 2vw;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .add-btn .btn-body img {
    width: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .add-btn .btn-body {
    width: 280px;
    padding: 12px 0;
  }
  .add-btn .btn-body span {
    color: #fff;
    font-size: 1.8em;
  }
  .add-btn .btn-body img {
    width: 14px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .add-btn .btn-body {
    position: relative;
    display: inline-block;
    width: 200px;
    border-radius: 8px;
    padding: 8px 0;
  }
  .add-btn .btn-body span {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    margin-right: 12px;
    padding-left: 12px;
    display: inline-block;
  }
  .add-btn .btn-body img {
    width: 14px;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .add-btn .btn-body {
    width: 90%;
    border-radius: 8px;
    padding: 12px 0;
  }
  .add-btn .btn-body span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 12px;
    padding-left: 12px;
    display: inline-block;
  }
  .add-btn .btn-body img {
    width: 16px;
    height: auto;
  }
}

.add-btn.price {
  text-align: center;
  padding: 24px 0 0;
}

.add-btn.merit {
  margin-bottom: 48px;
}
@media screen and (max-width: 520px) {
  .add-btn.merit {
    margin-bottom: 40px;
  }
}

#campaign {
  padding-top: 0;
}
#campaign .campaign-contents {
  display: flex;
  justify-content: space-between;
  width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #campaign .campaign-contents {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #campaign .campaign-contents {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #campaign .campaign-contents {
    flex-direction: column;
    width: 85%;
  }
}
#campaign .campaign-contents .campaign-box {
  background: #fff;
  width: 45%;
}
#campaign .campaign-contents .campaign-box .camp_title {
  text-align: center;
  padding: 14px 0;
  background: #131313;
}
#campaign .campaign-contents .campaign-box .camp_title span, #campaign .campaign-contents .campaign-box .camp_title img {
  display: inline-block;
}
#campaign .campaign-contents .campaign-box .camp_title span {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #campaign .campaign-contents .campaign-box {
    width: 47%;
  }
}
@media screen and (max-width: 520px) {
  #campaign .campaign-contents .campaign-box {
    margin-bottom: 20px;
    width: 100%;
  }
}
#campaign .campaign-contents .campaign-box h3 {
  width: 100%;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}
#campaign .campaign-contents .campaign-box h3 span {
  font-size: 20px;
  background: #D2B944;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 10px 24px;
  border-radius: 2em;
}
@media screen and (max-width: 520px) {
  #campaign .campaign-contents .campaign-box h3 span {
    font-size: 17px;
  }
}
#campaign .campaign-contents .campaign-box div.campinner {
  padding: 14px;
}
#campaign .campaign-contents .campaign-box div.campinner p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #campaign .campaign-contents .campaign-box div.campinner p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  #campaign .campaign-contents .campaign-box div.campinner p {
    font-size: 14px;
  }
}
#campaign .campaign-contents .campaign-box div.campinner p.camp-icon {
  margin-bottom: 12px;
}
#campaign .campaign-contents .campaign-box div.campinner p.camp-icon img {
  width: 90%;
  height: auto;
}

#gakusei_kigyou {
  padding: 64px 0;
  background: #141414;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou {
    margin-bottom: 40px;
  }
}
#gakusei_kigyou h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou h2 {
    width: 90%;
    margin: 0 auto;
  }
}
#gakusei_kigyou h2 img {
  position: relative;
  right: 10px;
  width: auto;
  height: 250px;
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou h2 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
#gakusei_kigyou .gakusei_desc {
  text-align: center;
  color: #fff;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou .gakusei_desc {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_desc {
    font-size: 1.7rem;
  }
}
#gakusei_kigyou .gakusei_desc span {
  color: #ef1b43;
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_desc span {
    font-size: 2.4rem;
  }
}
#gakusei_kigyou .osusume {
  width: 70%;
  margin: 0 auto;
  padding: 32px 0;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .osusume {
    width: 95%;
  }
}
#gakusei_kigyou .osusume li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#gakusei_kigyou .gakusei_title {
  font-size: 3rem;
  color: #fff;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_title {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
#gakusei_kigyou .gakusei_title::before, #gakusei_kigyou .gakusei_title::after {
  display: inline-block;
  content: url(../svg/gakusei/title_icon.svg);
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_title::before, #gakusei_kigyou .gakusei_title::after {
    display: none;
  }
}
#gakusei_kigyou .gakusei_title::before {
  margin-right: 6px;
}
#gakusei_kigyou .gakusei_title::after {
  margin-left: 6px;
}
#gakusei_kigyou .gakusei_good {
  margin: 40px 0 64px;
}
#gakusei_kigyou .gakusei_good ul {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  column-gap: 2%;
}
@media screen and (max-width: 1100px) {
  #gakusei_kigyou .gakusei_good ul {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_good ul {
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 10px;
  }
}
#gakusei_kigyou .gakusei_good ul li img {
  width: 100%;
  height: auto;
}
#gakusei_kigyou .gakusei_other {
  width: 1200px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 60% 30%;
  column-gap: 10%;
}
@media screen and (max-width: 1100px) {
  #gakusei_kigyou .gakusei_other {
    width: 90%;
    grid-template-columns: 65% 30%;
    column-gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou .gakusei_other {
    display: block;
  }
}
#gakusei_kigyou .gakusei_other h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1100px) {
  #gakusei_kigyou .gakusei_other h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou .gakusei_other h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_other h3 {
    font-size: 1.2rem;
  }
}
#gakusei_kigyou .gakusei_other .other_left .ouen_wrap {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou .gakusei_other .other_left .ouen_wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_other .other_left .ouen_wrap {
    width: 85%;
    margin: 0 auto;
  }
}
#gakusei_kigyou .gakusei_other .other_left .ouen_wrap .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#gakusei_kigyou .gakusei_other .other_left .ouen_wrap .ouen_box {
  background: #af153a;
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou .gakusei_other .other_left .ouen_wrap .ouen_box {
    margin-bottom: 24px;
  }
}
#gakusei_kigyou .gakusei_other .other_left .ouen_wrap .ouen_box .ouen_info {
  padding: 20px 14px 32px;
}
#gakusei_kigyou .gakusei_other .other_left .ouen_wrap .ouen_box .ouen_info .planname {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_other .other_left .ouen_wrap .ouen_box .ouen_info .planname {
    font-size: 18px;
  }
}
#gakusei_kigyou .gakusei_other .other_left .ouen_wrap .ouen_box .ouen_info .price {
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_other .other_left .ouen_wrap .ouen_box .ouen_info .price {
    font-size: 16px;
  }
}
#gakusei_kigyou .gakusei_other .other_left .ouen_wrap .ouen_box .ouen_info .ouen_txt p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  #gakusei_kigyou .gakusei_other .other_left .ouen_wrap .ouen_box .ouen_info .ouen_txt p {
    font-size: 14px;
  }
}
#gakusei_kigyou .gakusei_other .campaign-box {
  background: #fff;
  width: 100%;
}
#gakusei_kigyou .gakusei_other .campaign-box .camp_title {
  text-align: center;
  padding: 14px 0;
  background: #131313;
}
#gakusei_kigyou .gakusei_other .campaign-box .camp_title span, #gakusei_kigyou .gakusei_other .campaign-box .camp_title img {
  display: inline-block;
}
#gakusei_kigyou .gakusei_other .campaign-box .camp_title span {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou .gakusei_other .campaign-box {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_other .campaign-box {
    margin-bottom: 20px;
    width: 100%;
  }
}
#gakusei_kigyou .gakusei_other .campaign-box h3 {
  width: 100%;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}
#gakusei_kigyou .gakusei_other .campaign-box h3 span {
  font-size: 20px;
  background: #D2B944;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 10px 24px;
  border-radius: 2em;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_other .campaign-box h3 span {
    font-size: 17px;
  }
}
#gakusei_kigyou .gakusei_other .campaign-box div.campinner {
  padding: 32px 14px;
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou .gakusei_other .campaign-box div.campinner {
    width: 100%;
  }
}
#gakusei_kigyou .gakusei_other .campaign-box div.campinner p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #gakusei_kigyou .gakusei_other .campaign-box div.campinner p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .gakusei_other .campaign-box div.campinner p {
    font-size: 14px;
  }
}
#gakusei_kigyou .gakusei_other .campaign-box div.campinner p.camp-icon {
  margin-bottom: 12px;
}
#gakusei_kigyou .gakusei_other .campaign-box div.campinner p.camp-icon img {
  width: 90%;
  height: auto;
}
#gakusei_kigyou .btn_area {
  text-align: center;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .btn_area {
    width: 90%;
    margin: 0 auto;
  }
}
#gakusei_kigyou .btn_area a {
  display: inline-block;
  background: #ef1b43;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #ef1b43;
  font-size: 1.8rem;
  font-weight: bold;
  outline: 1px solid #fff;
  outline-offset: -4px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  transition: all 0.6s ease;
}
@media screen and (max-width: 520px) {
  #gakusei_kigyou .btn_area a {
    font-size: 1.3rem;
  }
}
#gakusei_kigyou .btn_area a:hover {
  background: #1a1a1a;
  color: #ef1b43;
}

.measures-head h2,
.restart-head h2,
.thermal-head h2 {
  text-align: center;
}
@media screen and (max-width: 520px) {
  .measures-head h2,
.restart-head h2,
.thermal-head h2 {
    width: 85%;
    margin: 0 auto;
    padding: 15px 0;
    background: #1c1c1c;
    line-height: 1;
    border-top: 4px solid #D3BA44;
  }
}
.measures-head h2 span.text,
.restart-head h2 span.text,
.thermal-head h2 span.text {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .measures-head h2 span.text,
.restart-head h2 span.text,
.thermal-head h2 span.text {
    font-size: 15px;
    color: #fff;
    line-height: 1;
  }
}
.measures-head p.desc,
.restart-head p.desc,
.thermal-head p.desc {
  width: 70%;
  text-align: center;
  margin: 24px auto;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#main_plan {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #main_plan {
    margin-bottom: 64px;
  }
}
#main_plan .inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #main_plan .inner {
    width: 100%;
  }
}
#main_plan .inner .contents_title {
  text-align: center;
  margin-bottom: 24px;
}
#main_plan .inner .contents_title h2 {
  margin-bottom: 4px;
}
#main_plan .inner .contents_title h2 span {
  display: inline-block;
  line-height: 1;
  padding: 14px 24px 0;
  border-top: 2px solid #ccc;
  font-size: 24px;
}
#main_plan .inner .contents_title p span {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #DDCC2C;
  padding: 0 48px 14px;
  border-bottom: 2px solid #ccc;
}
#main_plan .inner .main_plan_inner {
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 6%;
  row-gap: 24px;
}
@media screen and (max-width: 1100px) {
  #main_plan .inner .main_plan_inner {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  #main_plan .inner .main_plan_inner {
    display: block;
  }
}
#main_plan .inner .main_plan_inner .plan_box {
  display: grid;
  grid-template-columns: 40% 60%;
}
@media screen and (max-width: 768px) {
  #main_plan .inner .main_plan_inner .plan_box {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  #main_plan .inner .main_plan_inner .plan_box {
    display: block;
    width: 85%;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 520px) {
  #main_plan .inner .main_plan_inner .plan_box .plan_pic {
    height: 170px;
  }
}
#main_plan .inner .main_plan_inner .plan_box .plan_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#main_plan .inner .main_plan_inner .plan_box .plan_info {
  padding: 24px;
  background: #F7F6F4;
}
#main_plan .inner .main_plan_inner .plan_box .plan_info .room_name {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 8px;
}
#main_plan .inner .main_plan_inner .plan_box .plan_info .room_subtxt {
  color: #808080;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 14px;
}
#main_plan .inner .main_plan_inner .plan_box .plan_info .room_price {
  font-size: 23px;
  color: #CDB13C;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
#main_plan .inner .main_plan_inner .plan_box .plan_info .room_price.strict_txt {
  font-size: 18px;
  font-weight: bold;
  color: #af252f;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: line-through;
}
#main_plan .inner .main_plan_inner .plan_box .plan_info .room_price .new_price {
  font-size: 23px;
  color: #CDB13C;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  #main_plan .inner .main_plan_inner .plan_box .plan_info .room_price {
    font-size: 18px;
  }
}
#main_plan .inner .main_plan_inner .plan_box .plan_info .annotation {
  color: #af252f;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

#virtual_office {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #virtual_office {
    margin-bottom: 64px;
  }
}
#virtual_office .inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #virtual_office .inner {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #virtual_office .inner {
    width: 100%;
  }
}
#virtual_office .inner .contents_title {
  text-align: center;
  margin-bottom: 40px;
}
#virtual_office .inner .contents_title h2 {
  margin-bottom: 4px;
}
#virtual_office .inner .contents_title h2 span {
  display: inline-block;
  line-height: 1;
  padding: 14px 24px 0;
  border-top: 2px solid #ccc;
  font-size: 24px;
}
#virtual_office .inner .contents_title p span {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #DDCC2C;
  padding: 0 72px 14px;
  border-bottom: 2px solid #ccc;
}
#virtual_office .inner .content_vo {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  column-gap: 3.5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #virtual_office .inner .content_vo {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo {
    width: 85%;
    margin: 0 auto 80px;
  }
}
#virtual_office .inner .content_vo .vo_box {
  background: #14233B;
}
@media screen and (max-width: 768px) {
  #virtual_office .inner .content_vo .vo_box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo .vo_box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo .vo_box .pic {
    height: 130px;
  }
}
#virtual_office .inner .content_vo .vo_box .pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo .vo_box .pic img {
    object-fit: cover;
    object-position: top;
  }
}
#virtual_office .inner .content_vo .vo_box .vo_info {
  padding: 20px;
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo .vo_box .vo_info {
    padding-top: 12px;
  }
}
#virtual_office .inner .content_vo .vo_box .vo_info .planname {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo .vo_box .vo_info .planname {
    font-size: 17px;
  }
}
#virtual_office .inner .content_vo .vo_box .vo_info .price {
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo .vo_box .vo_info .price {
    font-size: 18px;
  }
}
#virtual_office .inner .content_vo .vo_box .vo_info .option {
  text-align: center;
}
#virtual_office .inner .content_vo .vo_box .vo_info .option .op_title {
  color: #cecece;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo .vo_box .vo_info .option .op_title {
    font-size: 16px;
  }
}
#virtual_office .inner .content_vo .vo_box .vo_info .option .op_body {
  color: #fff;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
#virtual_office .inner .content_vo .vo_box .vo_info .option .op_body br {
  display: none;
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo .vo_box .vo_info .option .op_body br {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  #virtual_office .inner .content_vo .vo_box .vo_info .option .op_body {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .content_vo .vo_box .vo_info .option .op_body {
    font-size: 12px;
  }
}
#virtual_office .inner .ouen {
  margin-bottom: 40px;
}
#virtual_office .inner .ouen h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #virtual_office .inner .ouen h3 img {
    width: 90%;
    height: auto;
    vertical-align: bottom;
  }
}

#measures {
  padding: 64px 0 80px;
}
@media screen and (max-width: 520px) {
  #measures {
    padding: 40px 0;
  }
}
#measures .inner {
  width: 1180px;
  margin: 64px auto 0;
}
@media screen and (max-width: 1100px) {
  #measures .inner {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #measures .inner {
    margin-top: 0;
    width: 85%;
  }
}
#measures .inner .satsuei_wrap .key_satsuei {
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  #measures .inner .satsuei_wrap .key_satsuei {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #measures .inner .satsuei_wrap .key_satsuei {
    margin-bottom: 0;
  }
}
#measures .inner .satsuei_wrap .key_satsuei img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#measures .inner .satsuei_wrap .content_list {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
}
@media screen and (max-width: 1100px) {
  #measures .inner .satsuei_wrap .content_list {
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  #measures .inner .satsuei_wrap .content_list {
    display: block;
  }
}
#measures .inner .satsuei_wrap .content_list .content_box {
  background: #F7F6F4;
  padding: 40px 24px;
}
@media screen and (max-width: 1100px) {
  #measures .inner .satsuei_wrap .content_list .content_box {
    padding: 20px 18px;
  }
}
@media screen and (max-width: 768px) {
  #measures .inner .satsuei_wrap .content_list .content_box {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 520px) {
  #measures .inner .satsuei_wrap .content_list .content_box {
    padding: 12px;
    margin-bottom: 10px;
  }
}
#measures .inner .satsuei_wrap .content_list .content_box .content_head {
  text-align: center;
  margin-bottom: 12px;
}
#measures .inner .satsuei_wrap .content_list .content_box .content_head h3 {
  color: #393939;
  line-height: 1;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
}
#measures .inner .satsuei_wrap .content_list .content_box .content_head p {
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #989898;
}
#measures .inner .satsuei_wrap .content_list .content_box .content_body {
  text-align: center;
}
#measures .inner .satsuei_wrap .content_list .content_box .content_body .box_txt1 {
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #393939;
  line-height: 1;
  margin-bottom: 10px;
}
#measures .inner .satsuei_wrap .content_list .content_box .content_body .box_txt1 span {
  color: #808080;
  font-size: 18px;
  display: inline-block;
  padding: 0 3px;
  line-height: 1;
}
#measures .inner .satsuei_wrap .content_list .content_box .content_body .freelabel {
  margin-bottom: 10px;
}
#measures .inner .satsuei_wrap .content_list .content_box .content_body .freelabel span {
  display: inline-block;
  padding: 8px 14px;
  line-height: 1;
  color: #fff;
  background: #AF3B4F;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}
#measures .inner .satsuei_wrap .content_list .content_box .content_body .inq_btn {
  background: #00CA4A;
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
}
#measures .inner .satsuei_wrap .content_list .content_box .content_body .annotation {
  color: #535353;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  #measures .inner .satsuei_wrap .content_list .content_box .content_body .annotation {
    font-size: 12px;
  }
}
#measures .inner .inner-list.wc {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 1112px) {
  #measures .inner .inner-list.wc {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  #measures .inner .inner-list.wc {
    flex-wrap: wrap;
  }
}
#measures .inner .inner-list.wc .list-box {
  width: 450px;
  height: 450px;
  margin-bottom: 80px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 520px) {
  #measures .inner .inner-list.wc .list-box:nth-child(3), #measures .inner .inner-list.wc .list-box:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1112px) {
  #measures .inner .inner-list.wc .list-box {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #measures .inner .inner-list.wc .list-box {
    width: 48%;
    height: auto;
    margin-bottom: 8px;
  }
}
#measures .inner .inner-list.wc .list-box p.samplepic {
  margin-bottom: 24px;
  height: 270px;
  background: #333333;
}
@media screen and (max-width: 520px) {
  #measures .inner .inner-list.wc .list-box p.samplepic {
    margin-bottom: 10px;
    height: 100px;
    background: #333333;
  }
}
#measures .inner .inner-list.wc .list-box p.samplepic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#measures .inner .inner-list.wc .list-box h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  width: 85%;
  margin: 0 auto 6px;
}
@media screen and (max-width: 520px) {
  #measures .inner .inner-list.wc .list-box h3 {
    font-size: 14px;
    width: 95%;
    margin-bottom: 4px;
  }
}
#measures .inner .inner-list.wc .list-box p.en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #dbcb00;
  width: 85%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 520px) {
  #measures .inner .inner-list.wc .list-box p.en {
    font-size: 11px;
    margin-bottom: 4px;
    width: 95%;
  }
}
#measures .inner .inner-list.wc .list-box p.desc {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: left;
  width: 85%;
  margin: 0 auto 6px;
}
@media screen and (max-width: 520px) {
  #measures .inner .inner-list.wc .list-box p.desc {
    font-size: 11px;
    width: 95%;
  }
}
#measures .inner .inner-list.wc .list-box .icon {
  position: absolute;
  right: 5%;
  top: 38%;
  width: 150px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 520px) {
  #measures .inner .inner-list.wc .list-box .icon {
    position: absolute;
    right: 5%;
    top: 17%;
    width: 75px;
    height: auto;
  }
}

#room div.room-inner {
  width: 1280px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1112px) {
  #room div.room-inner {
    width: 90%;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 520px) {
  #room div.room-inner {
    margin-bottom: 0;
    width: 100%;
  }
}
#room div.room-inner .room-header {
  width: 420px;
  margin: 0 auto 56px;
  text-align: center;
  padding: 12px 0 18px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 520px) {
  #room div.room-inner .room-header {
    width: 70%;
    padding: 12px 0 12px;
    margin-bottom: 32px;
  }
}
#room div.room-inner .room-header h2 {
  color: #1a1a1a;
  font-size: 2.4em;
  font-weight: bold;
  padding: 12px 0 0;
}
@media screen and (max-width: 520px) {
  #room div.room-inner .room-header h2 {
    padding: 6px 0 0;
  }
}
#room div.room-inner .room-desc {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
}
#room div.room-inner .room-desc br {
  display: none;
}
@media screen and (max-width: 520px) {
  #room div.room-inner .room-desc {
    font-size: 1.3em;
    margin-bottom: 40px;
  }
  #room div.room-inner .room-desc br {
    display: block;
  }
}
#room div.room-inner div.photo-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  #room div.room-inner div.photo-list {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
#room div.room-inner div.photo-list ul {
  width: 49%;
}
@media screen and (max-width: 520px) {
  #room div.room-inner div.photo-list ul {
    width: 100%;
  }
}
#room div.room-inner div.photo-list ul:nth-child(1), #room div.room-inner div.photo-list ul:nth-child(2) {
  margin-bottom: 24px;
}
#room div.room-inner div.photo-list ul li.pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#room div.room-inner div.photo-list ul li.title {
  text-align: right;
}
#room div.room-inner div.photo-list ul li.title img {
  width: auto;
  height: 42px;
  vertical-align: bottom;
  position: relative;
  top: -21px;
  right: 40px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.35));
}
@media screen and (max-width: 520px) {
  #room div.room-inner div.photo-list ul li.title img {
    top: -21px;
    right: 20px;
  }
}

#hikaku {
  margin-bottom: 64px;
}
#hikaku .contents_title {
  text-align: center;
  margin-bottom: 40px;
}
#hikaku .contents_title h2 {
  margin-bottom: 4px;
}
#hikaku .contents_title h2 span {
  display: inline-block;
  line-height: 1;
  padding: 14px 88px 0;
  border-top: 2px solid #ccc;
  font-size: 24px;
}
#hikaku .contents_title p span {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #DDCC2C;
  padding: 0 24px 14px;
  border-bottom: 2px solid #ccc;
}
#hikaku .annotation {
  display: none;
}
@media screen and (max-width: 520px) {
  #hikaku .annotation {
    width: 90%;
    margin: 0 auto 12px;
    display: block;
    font-size: 15px;
  }
}
#hikaku .table_wrap {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #hikaku .table_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #hikaku .table_wrap {
    width: 90%;
    overflow-x: scroll;
  }
}
#hikaku .table_wrap .hikaku_table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 520px) {
  #hikaku .table_wrap .hikaku_table {
    width: 200%;
    table-layout: initial;
  }
}
#hikaku .table_wrap .hikaku_table thead {
  background: #454545;
}
#hikaku .table_wrap .hikaku_table thead th {
  color: #ececec;
  padding: 12px 0;
  vertical-align: middle;
  font-size: 14.5px;
  font-weight: bold;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  #hikaku .table_wrap .hikaku_table thead th {
    width: 130px;
  }
}
#hikaku .table_wrap .hikaku_table thead th.bee_title {
  color: #454545;
  background: #E5BA04;
  border-right: none;
}
#hikaku .table_wrap .hikaku_table tbody tr:nth-child(odd) {
  background: #eaeaea;
}
#hikaku .table_wrap .hikaku_table tbody tr:nth-child(1) .bee_txt {
  color: #af252f;
}
#hikaku .table_wrap .hikaku_table tbody tr th, #hikaku .table_wrap .hikaku_table tbody tr td {
  padding: 10px;
  vertical-align: middle;
  font-size: 13px;
  text-align: center;
}
#hikaku .table_wrap .hikaku_table tbody tr th {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  border-right: 1px solid #898989;
  letter-spacing: 0.18em;
}
#hikaku .table_wrap .hikaku_table tbody tr td {
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-right: 1px solid #898989;
}
#hikaku .table_wrap .hikaku_table tbody tr td:last-child {
  border-right: none;
}
#hikaku .table_wrap .hikaku_table tbody tr.total_line {
  border-top: 1px double #343434;
}
#hikaku .table_wrap .hikaku_table tbody tr.total_line .bee_txt {
  color: #af252f;
}

#conference div.conf-inner {
  width: 1280px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1112px) {
  #conference div.conf-inner {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #conference div.conf-inner {
    margin-bottom: 32px;
    width: 85%;
  }
}
#conference div.conf-inner .conf-header {
  width: 420px;
  margin: 0 auto 56px;
  text-align: center;
  padding: 12px 0 18px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
#conference div.conf-inner .conf-header h2 {
  font-size: 2.4em;
  padding: 12px 0;
}
@media screen and (max-width: 520px) {
  #conference div.conf-inner .conf-header {
    width: 70%;
    padding: 12px 0;
    margin: 0 auto 24px;
  }
  #conference div.conf-inner .conf-header h2 {
    padding: 0 0 6px;
  }
}
#conference div.conf-inner .conf-desc {
  text-align: center;
  font-size: 2em;
  margin-bottom: 64px;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
}
#conference div.conf-inner .conf-desc br {
  display: none;
}
@media screen and (max-width: 520px) {
  #conference div.conf-inner .conf-desc {
    font-size: 1.4em;
    margin-bottom: 24px;
    padding: 0 0 6px;
  }
  #conference div.conf-inner .conf-desc br {
    display: block;
  }
}
#conference div.conf-inner .conf-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#conference div.conf-inner .conf-list .conf-box:nth-child(1),
#conference div.conf-inner .conf-list .conf-box:nth-child(2) {
  margin-bottom: 64px;
}
@media screen and (max-width: 520px) {
  #conference div.conf-inner .conf-list .conf-box:nth-child(1),
#conference div.conf-inner .conf-list .conf-box:nth-child(2) {
    margin-bottom: 32px;
  }
}
#conference div.conf-inner .conf-list .conf-box {
  position: relative;
}
#conference div.conf-inner .conf-list .conf-box p.pic {
  position: relative;
  z-index: 1;
}
#conference div.conf-inner .conf-list .conf-box p.pic img {
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #conference div.conf-inner .conf-list .conf-box p.pic img {
    width: 100%;
    height: auto;
  }
}
#conference div.conf-inner .conf-list .conf-box p.text {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  font-size: 13px;
}
#conference div.conf-inner .conf-list .conf-box p.text br {
  display: none;
}
@media screen and (max-width: 520px) {
  #conference div.conf-inner .conf-list .conf-box p.text br {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #conference div.conf-inner .conf-list .conf-box p.text {
    font-size: 12px;
  }
}

#feature2 {
  padding: 40px 0 20px;
  margin-bottom: 80px;
  background: #fff;
}
#feature2 div.feature-inner {
  width: 1280px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1112px) {
  #feature2 div.feature-inner {
    width: 100%;
    margin: 0 auto 120px;
  }
}
#feature2 div.feature-inner div.feature-list {
  padding: 64px 0 80px;
  background: url(../images/feature-list-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #feature2 div.feature-inner div.feature-list {
    padding: 34px 0 30px;
  }
}
#feature2 div.feature-inner div.feature-list .feature-header {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #feature2 div.feature-inner div.feature-list .feature-header {
    margin-bottom: 24px;
    text-align: center;
  }
}
#feature2 div.feature-inner div.feature-list .feature-header h2 {
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
  padding: 12px 0;
}
@media screen and (max-width: 520px) {
  #feature2 div.feature-inner div.feature-list .feature-header h2 {
    color: #fff;
    font-size: 2.4em;
    padding: 12px 0;
  }
}
#feature2 div.feature-inner div.feature-list .list-body {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  #feature2 div.feature-inner div.feature-list .list-body {
    width: 90%;
  }
}
#feature2 div.feature-inner div.feature-list .list-body dl {
  width: 42%;
  margin-bottom: 32px;
}
#feature2 div.feature-inner div.feature-list .list-body dl dt {
  margin-bottom: 16px;
  padding-bottom: 16px;
  background: url(../svg/feature-line.svg) no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
#feature2 div.feature-inner div.feature-list .list-body dl dt span {
  color: #ffffff;
  display: block;
  text-align: center;
}
#feature2 div.feature-inner div.feature-list .list-body dl dt .ja {
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;
}
#feature2 div.feature-inner div.feature-list .list-body dl dt .en {
  font-size: 1.2em;
  font-weight: bold;
}
#feature2 div.feature-inner div.feature-list .list-body dl dd {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.8;
}
#feature2 div.feature-inner div.feature-list .list-body dl dd.minitxt {
  font-size: 1.3rem;
}
#feature2 div.feature-inner div.service-wrap {
  background: #fafafa;
}
#feature2 div.feature-inner div.service-wrap h3 {
  padding: 5% 0;
  text-align: center;
  font-size: 1.8em;
}
#feature2 div.feature-inner div.service-wrap h3 span {
  display: inline-block;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 12px 24px;
}
#feature2 div.feature-inner div.service-wrap dl.service-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 2.5% 5%;
  overflow: hidden;
}
#feature2 div.feature-inner div.service-wrap dl.service-list div {
  width: 19%;
  height: 130px;
  margin-bottom: 15px;
  background: #ffffff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transition: all 1s ease;
}
#feature2 div.feature-inner div.service-wrap dl.service-list div:hover dd {
  color: #222222;
}
#feature2 div.feature-inner div.service-wrap dl.service-list div dt {
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
}
#feature2 div.feature-inner div.service-wrap dl.service-list div dt img {
  height: 100% !important;
}
#feature2 div.feature-inner div.service-wrap dl.service-list div dd {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #343434;
  letter-spacing: 0.05em;
}
#feature2 div.feature-inner div.service-wrap dl.service-list div dd.minitxt {
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  #feature2 div.feature-inner div.service-wrap dl.service-list div dd.minitxt {
    font-size: 9px;
  }
}
@media screen and (max-width: 520px) {
  #feature2 div.feature-inner div.service-wrap dl.service-list div dd {
    font-size: 12px;
  }
}
#feature2 div.feature-inner div.service-wrap dl.service-list div dd br {
  display: none;
}
@media screen and (max-width: 520px) {
  #feature2 div.feature-inner div.service-wrap dl.service-list div dd br {
    display: block;
  }
}
#feature2 div.feature-inner div.service-wrap dl.service-list div.active {
  opacity: 1;
  top: 0;
}
#feature2 div.feature-inner div.service-wrap dl.service-list div.spacebox {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #feature2 {
    margin-bottom: 16px;
  }
  #feature2 div.feature-inner {
    width: 100%;
    margin: 0 auto 40px;
  }
  #feature2 div.feature-inner div.feature-list .list-body {
    width: 90%;
  }
  #feature2 div.feature-inner div.feature-list .list-body dl {
    width: 45%;
  }
}
@media screen and (max-width: 520px) {
  #feature2 {
    padding: 0;
    background: #fff;
  }
  #feature2 div.feature-inner {
    width: 100%;
    margin: 0 auto;
  }
  #feature2 div.feature-inner div.feature-list .list-body {
    display: block;
  }
  #feature2 div.feature-inner div.feature-list .list-body dl {
    width: 90%;
    margin: 0 auto 32px;
  }
  #feature2 div.feature-inner div.service-wrap h3 {
    padding: 8% 0 5%;
    text-align: center;
    font-size: 1.4em;
  }
  #feature2 div.feature-inner div.service-wrap h3 span {
    padding: 12px;
  }
  #feature2 div.feature-inner div.service-wrap dl.service-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    overflow: hidden;
  }
  #feature2 div.feature-inner div.service-wrap dl.service-list div {
    width: 32%;
    height: 100px;
    margin-bottom: 10px;
  }
  #feature2 div.feature-inner div.service-wrap dl.service-list div dd {
    font-size: 1.1em;
  }
}

#feature {
  padding: 100px 0 64px;
  margin-bottom: 60px;
  background: #fff;
}
#feature div.feature-inner {
  width: 1280px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1112px) {
  #feature div.feature-inner {
    width: 100%;
    margin: 0 auto 120px;
  }
}
#feature div.feature-inner div.feature-list {
  padding: 64px 0 80px;
  background: url(../images/feature-list-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #feature div.feature-inner div.feature-list {
    padding: 34px 0 30px;
  }
}
#feature div.feature-inner div.feature-list .feature-header {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #feature div.feature-inner div.feature-list .feature-header {
    margin-bottom: 24px;
    text-align: center;
  }
}
#feature div.feature-inner div.feature-list .feature-header h2 {
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
  padding: 12px 0;
}
@media screen and (max-width: 520px) {
  #feature div.feature-inner div.feature-list .feature-header h2 {
    color: #fff;
    font-size: 2.4em;
    padding: 12px 0;
  }
}
#feature div.feature-inner div.feature-list .list-body {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  #feature div.feature-inner div.feature-list .list-body {
    width: 90%;
  }
}
#feature div.feature-inner div.feature-list .list-body dl {
  width: 42%;
  margin-bottom: 32px;
}
#feature div.feature-inner div.feature-list .list-body dl dt {
  margin-bottom: 16px;
  padding-bottom: 16px;
  background: url(../svg/feature-line.svg) no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
#feature div.feature-inner div.feature-list .list-body dl dt span {
  color: #ffffff;
  display: block;
  text-align: center;
}
#feature div.feature-inner div.feature-list .list-body dl dt .ja {
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;
}
#feature div.feature-inner div.feature-list .list-body dl dt .en {
  font-size: 1.2em;
  font-weight: bold;
}
#feature div.feature-inner div.feature-list .list-body dl dd {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.8;
}
#feature div.feature-inner div.feature-list .list-body dl dd.minitxt {
  font-size: 1.3rem;
}
#feature div.feature-inner div.service-wrap {
  background: #fafafa;
}
#feature div.feature-inner div.service-wrap h3 {
  padding: 5% 0;
  text-align: center;
  font-size: 1.8em;
}
#feature div.feature-inner div.service-wrap h3 span {
  display: inline-block;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 12px 24px;
}
#feature div.feature-inner div.service-wrap dl.service-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 5%;
  overflow: hidden;
}
#feature div.feature-inner div.service-wrap dl.service-list div {
  width: 19%;
  height: 130px;
  margin-bottom: 15px;
  background: #ffffff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transition: all 1s ease;
}
#feature div.feature-inner div.service-wrap dl.service-list div:hover dd {
  color: #222222;
}
#feature div.feature-inner div.service-wrap dl.service-list div dt {
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
}
#feature div.feature-inner div.service-wrap dl.service-list div dt img {
  height: 100% !important;
}
#feature div.feature-inner div.service-wrap dl.service-list div dd {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #343434;
  letter-spacing: 0.05em;
}
#feature div.feature-inner div.service-wrap dl.service-list div dd.minitxt {
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  #feature div.feature-inner div.service-wrap dl.service-list div dd {
    font-size: 12px;
  }
}
#feature div.feature-inner div.service-wrap dl.service-list div dd br {
  display: none;
}
#feature div.feature-inner div.service-wrap dl.service-list div.active {
  opacity: 1;
  top: 0;
}
#feature div.feature-inner div.service-wrap dl.service-list div.spacebox {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #feature {
    margin-bottom: 16px;
  }
  #feature div.feature-inner {
    width: 100%;
    margin: 0 auto 40px;
  }
  #feature div.feature-inner div.feature-list .list-body {
    width: 90%;
  }
  #feature div.feature-inner div.feature-list .list-body dl {
    width: 45%;
  }
}
@media screen and (max-width: 520px) {
  #feature {
    padding: 0;
    background: #fff;
  }
  #feature div.feature-inner {
    width: 100%;
    margin: 0 auto;
  }
  #feature div.feature-inner div.feature-list .list-body {
    display: block;
  }
  #feature div.feature-inner div.feature-list .list-body dl {
    width: 90%;
    margin: 0 auto 32px;
  }
  #feature div.feature-inner div.service-wrap h3 {
    padding: 8% 0 5%;
    text-align: center;
    font-size: 1.4em;
  }
  #feature div.feature-inner div.service-wrap h3 span {
    padding: 12px;
  }
  #feature div.feature-inner div.service-wrap dl.service-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    overflow: hidden;
  }
  #feature div.feature-inner div.service-wrap dl.service-list div {
    width: 32%;
  }
  #feature div.feature-inner div.service-wrap dl.service-list div dd {
    font-size: 10.5px;
  }
  #feature div.feature-inner div.service-wrap dl.service-list div dd.minitxt {
    font-size: 9px;
  }
  #feature div.feature-inner div.service-wrap dl.service-list div dd br {
    display: block;
  }
}

#merit {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #merit {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 520px) {
  #merit {
    padding-top: 0;
  }
}
#merit div.merit-inner {
  position: relative;
  width: 1280px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1112px) {
  #merit div.merit-inner {
    width: 100%;
    height: 740px;
    padding: 40px 0;
    background: url(../images/merit-bg.png) no-repeat;
  }
}
@media screen and (max-width: 520px) {
  #merit div.merit-inner {
    height: 1100px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#merit div.merit-inner .merit-bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1112px) {
  #merit div.merit-inner .merit-bg {
    display: none;
  }
}
#merit div.merit-inner .box-center {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 590px;
  text-align: center;
}
@media screen and (max-width: 1112px) {
  #merit div.merit-inner .box-center {
    width: 90%;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #merit div.merit-inner .box-center {
    width: 98%;
  }
}
@media screen and (max-width: 520px) {
  #merit div.merit-inner .box-center {
    height: 900px;
    position: static;
    padding-top: 80px;
  }
}
#merit div.merit-inner .box-center .merit-header {
  margin-bottom: 64px;
}
@media screen and (max-width: 1112px) {
  #merit div.merit-inner .box-center .merit-header {
    margin-bottom: 24px;
  }
}
#merit div.merit-inner .box-center .merit-header h2 {
  color: #fff;
  font-size: 2.4em;
  padding: 12px 0;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
#merit div.merit-inner .box-center dl {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #merit div.merit-inner .box-center dl {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
#merit div.merit-inner .box-center dl div {
  padding: 18px 0;
  width: 270px;
  height: 360px;
  background: url(../svg/merit-bg.svg) no-repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #merit div.merit-inner .box-center dl div {
    padding: 18px 0;
    width: 240px;
    height: 360px;
  }
}
@media screen and (max-width: 520px) {
  #merit div.merit-inner .box-center dl div {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto 24px;
    background-image: none;
    background-color: rgba(255, 255, 0, 0.85);
  }
}
#merit div.merit-inner .box-center dl div dt {
  padding-top: 20%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #merit div.merit-inner .box-center dl div dt {
    padding-top: 30%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #merit div.merit-inner .box-center dl div dt {
    padding-top: 0;
    margin-bottom: 0;
  }
}
#merit div.merit-inner .box-center dl div dd {
  text-align: left;
  color: #454545;
  font-size: 1.6em;
  padding: 20px 40px;
  line-height: 1.8;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #merit div.merit-inner .box-center dl div dd {
    font-size: 1.3em;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 520px) {
  #merit div.merit-inner .box-center dl div dd {
    font-size: 17px;
    padding: 10px 15px;
  }
}

#price {
  background: #fff;
  padding: 100px 0;
  margin-bottom: 64px;
}
#price div.price-inner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#price div.price-inner .price-wrap {
  width: 960px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
#price div.price-inner .price-wrap .overlay {
  position: relative;
  left: -30px;
  width: 100%;
  height: 100%;
  background: #e0d500;
  transform: skew(0, -5deg);
}
#price div.price-inner .price-wrap .price-inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 600px;
  padding-top: 64px;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#price div.price-inner .price-wrap .price-inner-wrap .price-header {
  margin-bottom: 32px;
  text-align: center;
}
#price div.price-inner .price-wrap .price-inner-wrap .price-header h2 {
  color: #1a1a1a;
  font-size: 2.4em;
  font-weight: bold;
  padding: 12px 0;
}
#price div.price-inner .price-wrap .price-inner-wrap .price-body {
  width: 370px;
  height: 170px;
  border-radius: 18px;
  background: #f4f4f4;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#price div.price-inner .price-wrap .price-inner-wrap .price-body p.price {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
#price div.price-inner .price-wrap .price-inner-wrap .price-body p.small-price {
  font-size: 1.2em;
  color: #333333;
  text-align: center;
}
#price div.price-inner .price-wrap .price-inner-wrap ul.annotation {
  padding: 24px 0;
  text-align: center;
}
#price div.price-inner .price-wrap .price-inner-wrap ul.annotation li {
  color: #808080;
  font-size: 1.4em;
}
#price div.price-inner .price-wrap .price-inner-wrap ul.annotation li:nth-child(1) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1112px) {
  #price {
    padding: 64px 0;
    margin-bottom: 64px;
  }
  #price div.price-inner {
    width: 80%;
  }
  #price div.price-inner .price-wrap {
    width: 100%;
    height: 500px;
  }
  #price div.price-inner .price-wrap .overlay {
    display: none;
  }
  #price div.price-inner .price-wrap .price-inner-wrap {
    width: 100%;
    height: 500px;
    padding-top: 16px;
  }
  #price div.price-inner .price-wrap .price-inner-wrap .price-body {
    width: 80%;
    height: 170px;
  }
}
@media screen and (max-width: 480px) {
  #price {
    padding: 64px 0;
    margin-bottom: 64px;
  }
  #price div.price-inner {
    width: 90%;
  }
  #price div.price-inner .price-wrap {
    width: 100%;
    height: 500px;
  }
  #price div.price-inner .price-wrap .price-inner-wrap {
    height: 460px;
  }
}

#access {
  margin-bottom: 32px;
}
#access div.access-inner {
  width: 1280px;
  margin: 0 auto;
}
#access div.access-inner .access-header {
  width: 400px;
  margin: 0 auto 56px;
  text-align: center;
  padding: 12px 0 18px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
#access div.access-inner .access-header h2 {
  color: #1a1a1a;
  font-size: 2.4em;
  font-weight: bold;
  padding: 12px 0 0;
}
#access div.access-inner .accessmap {
  width: 100%;
  height: 550px;
}
#access div.access-inner .accessmap iframe {
  width: 100%;
  height: 100%;
}
#access div.access-inner .station-card {
  margin: 0 auto;
  width: 600px;
  height: 280px;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  top: -120px;
}
#access div.access-inner .station-card .card-head {
  padding-bottom: 6px;
  border-bottom: 2px solid #1a1a1a;
}
#access div.access-inner .station-card .card-head h3 {
  font-size: 2.4em;
  color: #1a1a1a;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#access div.access-inner .station-card ul {
  padding: 40px;
}
#access div.access-inner .station-card ul li {
  font-size: 1.8em;
  margin-bottom: 16px;
}
@media screen and (max-width: 1112px) {
  #access div.access-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #access {
    margin-bottom: 0;
  }
  #access div.access-inner .station-card {
    margin: 0 auto;
    width: 80%;
    height: 220px;
    padding: 20px;
    top: -120px;
  }
  #access div.access-inner .station-card .card-head h3 {
    font-size: 2em;
  }
  #access div.access-inner .station-card ul {
    padding: 20px;
  }
  #access div.access-inner .station-card ul li {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #access {
    margin-bottom: 64px;
  }
  #access div.access-inner .access-header {
    width: 90%;
    padding: 12px 0;
    margin-bottom: 32px;
  }
  #access div.access-inner .accessmap {
    height: 350px;
  }
  #access div.access-inner .station-card {
    position: static;
    width: 100%;
    height: 180px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }
  #access div.access-inner .station-card ul li {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}

#contact {
  margin-bottom: 64px;
}
#contact div.contact-inner {
  width: 1280px;
  margin: 0 auto;
  min-height: 400px;
}
@media screen and (max-width: 1112px) {
  #contact div.contact-inner {
    width: 90%;
  }
}
#contact div.contact-inner .contact-header {
  width: 400px;
  margin: 0 auto 56px;
  text-align: center;
  padding: 12px 0 18px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 480px) {
  #contact div.contact-inner .contact-header {
    width: 90%;
    padding: 12px 0;
    margin-bottom: 32px;
  }
}
#contact div.contact-inner .contact-header h2 {
  color: #1a1a1a;
  font-size: 2.4em;
  font-weight: bold;
  padding: 12px 0 0;
}
#contact div.contact-inner .contact-tel {
  width: 530px;
  border-radius: 8em;
  margin: 0 auto 40px;
  background: #191919;
  padding: 28px 0 24px;
}
@media screen and (max-width: 480px) {
  #contact div.contact-inner .contact-tel {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}
#contact div.contact-inner .contact-tel p.contacttext {
  text-align: center;
  color: #F2F2F2;
  font-size: 14px;
  margin-bottom: 14px;
}
#contact div.contact-inner .contact-tel p.contacttext br {
  display: none;
}
@media screen and (max-width: 480px) {
  #contact div.contact-inner .contact-tel p.contacttext br {
    display: block;
  }
}
#contact div.contact-inner .contact-tel p.tel {
  text-align: center;
}
#contact div.contact-inner .contact-tel p.tel a {
  color: #F2F2F2;
  font-size: 26px;
  letter-spacing: 0.15em;
  line-height: 1;
  transition: all 0.5s ease;
}
@media screen and (max-width: 480px) {
  #contact div.contact-inner .contact-tel p.tel a {
    font-size: 16px;
  }
}
#contact div.contact-inner .contact-tel p.tel a:hover {
  color: #27a1d7;
}
#contact div.contact-inner .contact-tel p.tel a img {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
#contact div.contact-inner .wccamp_form {
  width: 720px;
  margin: 0 auto;
  padding: 40px 12px;
  background: #fff;
}
#contact div.contact-inner .wccamp_form #main-form {
  margin-bottom: 64px;
}
#contact div.contact-inner .wccamp_form #main-form dl {
  width: 100%;
  margin-bottom: 24px;
}
#contact div.contact-inner .wccamp_form #main-form dl div {
  width: 100%;
  margin-bottom: 48px;
}
#contact div.contact-inner .wccamp_form #main-form dl div dt {
  font-size: 15px;
  margin-bottom: 8px;
}
#contact div.contact-inner .wccamp_form #main-form dl div dt span {
  margin-right: 10px;
  color: #ffffff;
  background: #e26874;
  padding: 6px 12px;
  font-size: 12px;
}
#contact div.contact-inner .wccamp_form #main-form dl div dt span.ninni {
  background: #29abe2;
}
#contact div.contact-inner .wccamp_form #main-form dl div dd {
  border-radius: 8px;
}
#contact div.contact-inner .wccamp_form #main-form dl div dd input {
  border: 1px dotted #333333;
  border-radius: 8px;
  font-size: 15px;
  width: 100%;
  padding: 12px 24px;
  box-sizing: border-box;
}
#contact div.contact-inner .wccamp_form #main-form dl div dd.check-list {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#contact div.contact-inner .wccamp_form #main-form dl div dd.check-list span.checkitem {
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 10px;
  color: #333;
}
#contact div.contact-inner .wccamp_form #main-form dl div dd.check-list span.checkitem input {
  display: inline-block;
  width: auto;
  padding-right: 3px;
}
#contact div.contact-inner .wccamp_form #main-form ul {
  margin-bottom: 40px;
}
#contact div.contact-inner .wccamp_form #main-form ul li {
  font-size: 15px;
  margin-bottom: 8px;
}
#contact div.contact-inner .wccamp_form #main-form ul li span {
  margin-right: 10px;
  color: #ffffff;
  background: #e26874;
  padding: 6px 12px;
  font-size: 12px;
}
#contact div.contact-inner .wccamp_form #main-form ul li span.privacy input {
  position: relative;
  top: -3px;
}
#contact div.contact-inner .wccamp_form #main-form ul li textarea {
  width: 100%;
  font-size: 15px;
  padding: 12px;
  border-radius: 8px;
  box-sizing: border-box;
}
#contact div.contact-inner .wccamp_form #main-form .annotation {
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 1.8;
}
#contact div.contact-inner .wccamp_form #main-form .btn-group {
  width: 100%;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
#contact div.contact-inner .wccamp_form #main-form .btn-group input {
  display: inline-block;
  border: none;
  width: 45%;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
}
#contact div.contact-inner .wccamp_form #main-form .btn-group input::-webkit-search-decoration {
  display: none;
}
#contact div.contact-inner .wccamp_form #main-form .btn-group input:focus {
  outline-offset: -2px;
}
#contact div.contact-inner .wccamp_form #main-form .btn-group input[type=reset] {
  box-sizing: border-box;
  background: #dadada;
  cursor: pointer;
}
#contact div.contact-inner .wccamp_form #main-form .btn-group input[type=submit] {
  box-sizing: border-box;
  background: #e2cd74;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  #contact div.contact-inner .wccamp_form #main-form {
    width: 90%;
    margin: 0 auto;
  }
  #contact div.contact-inner .wccamp_form #main-form dl {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  #contact div.contact-inner .wccamp_form #main-form dl div {
    width: 100%;
    margin-bottom: 24px;
  }
  #contact div.contact-inner .wccamp_form #main-form dl div dt {
    font-size: 11px;
  }
  #contact div.contact-inner .wccamp_form #main-form dl div dt span {
    margin-left: 0;
    margin-right: 10px;
    color: #ffffff;
    background: #e26874;
    padding: 6px 10px;
    font-size: 11px;
  }
  #contact div.contact-inner .wccamp_form #main-form dl div dd input {
    font-size: 11px;
    padding: 4px 12px;
  }
  #contact div.contact-inner .wccamp_form #main-form ul {
    width: 95%;
    margin: 0 auto;
  }
  #contact div.contact-inner .wccamp_form #main-form ul li {
    width: 100%;
    font-size: 11px;
  }
  #contact div.contact-inner .wccamp_form #main-form ul li span {
    margin-left: 0;
    margin-right: 10px;
    font-size: 11px;
    padding: 6px 12px;
  }
  #contact div.contact-inner .wccamp_form #main-form ul li textarea {
    font-size: 11px;
  }
  #contact div.contact-inner .wccamp_form #main-form .annotation {
    width: 95%;
    margin: 0 auto;
  }
  #contact div.contact-inner .wccamp_form #main-form .btn-group {
    width: 95%;
    margin: 0 auto;
    padding-top: 16px;
  }
  #contact div.contact-inner .wccamp_form #main-form .btn-group input {
    padding: 4px 0;
  }
  #contact div.contact-inner .wccamp_form #main-form .btn-group input[type=reset] {
    box-sizing: border-box;
    font-size: 11px;
  }
  #contact div.contact-inner .wccamp_form #main-form .btn-group input[type=submit] {
    box-sizing: border-box;
    font-size: 11px;
  }
}
@media screen and (max-width: 520px) {
  #contact div.contact-inner .wccamp_form {
    width: 100%;
  }
}

#global-footer {
  background: #1a1a1a;
  padding: 40px 0;
}
@media screen and (max-width: 520px) {
  #global-footer {
    padding: 30px 0 40px;
  }
}
#global-footer h1 {
  text-align: center;
}
#global-footer h1 a {
  display: inline-block;
  position: relative;
  left: -10px;
}
#global-footer h1 a img {
  width: 80%;
}
#global-footer .bee-info {
  margin: 0 auto 24px;
}
@media screen and (max-width: 520px) {
  #global-footer .bee-info {
    margin-bottom: 10px;
  }
}
#global-footer .bee-info ul li {
  text-align: center;
  color: #CCCCCC;
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
#global-footer .bee-info ul li br {
  display: none;
}
@media screen and (max-width: 520px) {
  #global-footer .bee-info ul li {
    font-size: 12px;
    font-weight: bold;
    color: #ededed;
  }
  #global-footer .bee-info ul li br {
    display: block;
  }
}
#global-footer .bee-info ul li:last-child {
  margin-bottom: 0;
}
#global-footer .bee-info dl div dt {
  width: 20%;
  color: #fff;
}
#global-footer .bee-info dl div dd {
  width: 80%;
  color: #fff;
}
#global-footer .copy {
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 520px) {
  #global-footer .copy {
    padding: 0;
  }
}
#global-footer .copy small {
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 520px) {
  #global-footer h1 a img {
    width: 140px;
  }
}

.btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin: 0 auto;
  padding: 24px 0 48px;
}
.btn-wrap .foot-btn {
  text-align: center;
}
.btn-wrap .foot-btn .btn-body {
  position: relative;
  display: inline-block;
  width: 246px;
  background: #27a1d7;
  border-radius: 8px;
  padding: 14px 0;
}
.btn-wrap .foot-btn .btn-body span {
  color: #ffffff;
  font-size: 1.8em;
}
@media screen and (max-width: 480px) {
  .btn-wrap {
    width: 140px;
    padding: 14px 0 12px;
    display: block;
  }
  .btn-wrap .foot-btn {
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
  }
  .btn-wrap .foot-btn .btn-body {
    width: 100%;
    display: inline-block;
    padding: 7px 0;
  }
  .btn-wrap .foot-btn .btn-body span {
    font-size: 1.3em;
    position: relative;
    top: -2px;
  }
}

/*# sourceMappingURL=lp-style.css.map */
