@charset "UTF-8";
/* Scss Document */
html {
  overflow-x: hidden;
  position: relative;
}

body {
  background-color: #000;
  color: #f5f5f5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  font-variant-ligatures: none;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}

body:after {
  background: url("../img/bg-main-content_sp.jpg") center top no-repeat;
  background-size: 100% auto;
  content: '';
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body:after {
    background: url("../img/bg-main-content_pc.jpg") center top no-repeat;
  }
}

a:link, a:visited {
  color: #8b61c9;
}

a:active, a:hover {
  text-decoration: none;
}

/* Contents ==================== */
#wrapper {
  height: auto;
  position: relative;
  width: 100%;
}

#wrapper-in {
  min-height: calc(100vh - 425px);
}

#contents {
  height: auto;
  position: relative;
  width: 100%;
}

.section-wrap, .section-in {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.section-in {
  padding: 0 5%;
}

@media screen and (min-width: 768px) {
  #wrapper-in {
    min-height: calc(100vh - 260px);
  }
}
@media screen and (min-width: 1024px) {
  #wrapper-in {
    min-height: calc(100vh - 310px);
  }

  .section-in {
    padding: 0;
    width: 820px;
  }
}
h2 {
  border-bottom: 1px #8b61c9 dashed;
  line-height: 1.2;
  margin: 40px 0 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
h2 span {
  color: #8b61c9;
  display: block;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  width: 100%;
}
h2 span.jp {
  font-size: 1.9rem;
}
h2 span:before, h2 span:after {
  content: '';
  display: block;
  height: 18px;
  width: 55px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
h2 span:before {
  background: url("../img/ttl_left.png") left center no-repeat;
  background-size: 55px 18px;
  left: 0;
}
h2 span:after {
  background: url("../img/ttl_right.png") right center no-repeat;
  background-size: 55px 18px;
  right: 0;
}
@media screen and (min-width: 768px) {
  h2 {
    margin: 50px 0 40px;
  }
  h2 span {
    font-size: 3.6rem;
    letter-spacing: 0.15em;
    padding: 0 140px;
  }
  h2 span.jp {
    font-size: 3.2rem;
  }
  h2 span:before, h2 span:after {
    height: 30px;
    width: 120px;
  }
  h2 span:before {
    background-size: 120px 30px;
  }
  h2 span:after {
    background-size: 119px 30px;
  }
}
@media screen and (min-width: 1024px) {
  h2 span {
    font-size: 4rem;
    padding: 0 155px;
    width: 740px;
  }
  h2 span.jp {
    font-size: 3.4rem;
  }
  h2 span:before, h2 span:after {
    height: 34px;
    width: 135px;
  }
  h2 span:before {
    background-size: 135px 34px;
  }
  h2 span:after {
    background-size: 135px 34px;
  }
}

h3 {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 40px 0 20px;
  padding: 8px 0 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.2rem;
    margin: 60px 0 40px;
  }
}

h4 {
  font-size: 1.8rem;
  margin: 30px 0 5px;
}

/* Header ====================== */
#header {
  height: auto;
  position: relative;
  width: 100%;
}
#header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: linear-gradient(to right, #7a7a7a 0%, #999 50%, #7a7a7a 100%);
}
#header #header-in {
  display: block;
  margin: 0 auto;
  padding: 20px 5%;
  position: relative;
  width: 100%;
}
#header h1 {
  background: url("../img/logo.svg") center top no-repeat;
  background-size: 240px 75px;
  height: 75px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 240px;
}
@media screen and (min-width: 768px) {
  #header:after {
    background: linear-gradient(to right, #333 0%, #fff 50%, #333 100%);
    opacity: 0.6;
  }
  #header #header-in {
    padding: 40px 5%;
  }
  #header h1 {
    background-size: 440px 138px;
    height: 138px;
    width: 440px;
  }
}
@media screen and (min-width: 1024px) {
  #header:after {
    left: 50%;
    transform: translateX(-50%);
    width: 1200px !important;
    background: linear-gradient(to right, #000 0%, #fff 50%, #000 100%);
  }
  #header #header-in {
    padding: 40px 0;
    width: 960px;
  }
}

/* Footer ==================== */
#footer {
  padding-top: 50px;
}
#footer #footer-in {
  margin: 0 auto;
  padding: 0 5%;
}
#footer .footer-nav {
  padding: 40px 0;
}
#footer .footer-nav li {
  padding: 6px 0;
  text-align: center;
}
#footer .footer-nav li a {
  color: #f5f5f5;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
}
#footer .copyright {
  background: url("../img/logo_mh.svg") center top no-repeat;
  background-size: 115px auto;
  padding-top: 90px;
  position: relative;
}
#footer .copyright:before, #footer .copyright:after {
  content: '';
  height: 42px;
  position: absolute;
  bottom: 25px;
  width: 126px;
  z-index: 1;
}
#footer .copyright:before {
  background: url("../img/footer_left.png") left top no-repeat;
  background-size: 126px auto;
  left: 0;
}
#footer .copyright:after {
  background: url("../img/footer_right.png") right top no-repeat;
  background-size: 126px auto;
  right: 0;
}
#footer .copyright small {
  background: linear-gradient(to right, #603d96 0%, #8b61c9 50%, #603d96 100%);
  border-top: 1px #d0c0e9 solid;
  color: #000;
  display: block;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#footer .btn-pagetop {
  height: 45px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#footer .btn-pagetop a {
  color: #f5f5f5;
  display: inline-block;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  height: 45px;
  padding-top: 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 80px;
}
#footer .btn-pagetop a:before {
  content: '';
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  left: 40px;
  transform: rotate(45deg);
  transform-origin: 0 0;
  width: 30px;
}
@media screen and (min-width: 768px) {
  #footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .footer-nav li a {
    transition: 0.3s;
  }
  #footer .footer-nav li a:hover {
    color: #8b61c9;
  }
  #footer .copyright:before, #footer .copyright:after {
    content: '';
    height: 55px;
    bottom: 22px;
    width: 168px;
  }
  #footer .copyright:before {
    background-size: 168px auto;
  }
  #footer .copyright:after {
    background-size: 168px auto;
  }
  #footer .copyright small {
    border: none;
  }
  #footer .btn-pagetop {
    text-align: right;
  }
  #footer .btn-pagetop a:before {
    transition: .2s;
  }
  #footer .btn-pagetop a:hover:before {
    top: -5px;
  }
}
@media screen and (min-width: 1024px) {
  #footer {
    padding-top: 100px;
  }
  #footer #footer-in {
    padding: 0 0;
    width: 960px;
  }
}

/* Button ==================== */
.btn-wrap {
  padding-top: 30px;
  text-align: center;
}

.btn, .btn-nega, .btn-small {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(to top, #7f4dcb 0%, #a57fdf 100%);
  border: solid 1px transparent;
  border-top-color: #b88ef9;
  border-bottom-color: #9a61f2;
  border-radius: 2px;
  color: #fff !important;
  display: inline-block;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 8px 0;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.btn:before, .btn-nega:before, .btn-small:before,
.btn:after, .btn-nega:after .btn-small:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(to top, #9962ee 0%, #b78bf7 100%);
  left: 0;
}

.btn-small {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
}

.btn-nega {
  background: rgba(139, 97, 201, 0.2);
  border: 1px #8b61c9 solid;
}

@media screen and (min-width: 768px) {
  .btn-wrap {
    padding-top: 50px;
  }

  .btn, .btn-nega, .btn-small {
    margin: 8px;
    transition: opacity 0.3s ease-in-out;
    min-width: 240px;
    width: auto;
  }
  .btn:hover, .btn-nega:hover, .btn-small:hover {
    opacity: 0.75;
  }

  .btn-small {
    width: auto;
  }
}
.btn-next {
  padding: 0 54px 0 30px;
}

.btn-prev {
  padding: 0 30px 0 54px;
}

.btn-next:before, .btn-next:after,
.btn-prev:before, .btn-prev:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 100%;
}

.btn-next:before {
  right: 30px;
  width: 16px;
  height: 1px;
  background: #fff;
}

.btn-next:after {
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.btn-prev:before {
  left: 30px;
  width: 16px;
  height: 1px;
  background: #fff;
}

.btn-prev:after {
  left: 30px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

/* Table ========================= */
.form-wrap {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .form-wrap {
    margin-top: 40px;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .form-wrap {
    padding: 40px 60px;
  }
}

.table-form {
  width: 100%;
}
.table-form tbody, .table-form tr, .table-form th, .table-form td {
  display: block;
  width: 100%;
}
.table-form tr {
  border-bottom: 1px rgba(0, 0, 0, 0.8) solid;
}
.table-form tr:first-child th {
  padding-top: 0;
}
.table-form tr:last-child {
  border-bottom: none;
}
.table-form tr:last-child td {
  padding-bottom: 0;
}
.table-form th {
  font-size: 1.8rem;
  padding: 20px 0 0;
  /*&:before {
  	content: '■';
  	color: $MainColor;
  	padding-right: 4px;
  }*/
}
.table-form td {
  padding: 8px 0 20px;
}
@media screen and (min-width: 768px) {
  .table-form th {
    padding: 30px 0 0;
  }
  .table-form td {
    padding: 15px 0 30px;
  }
}

/* Other ========================= */
.check-agree {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .check-agree {
    padding-top: 60px;
    text-align: center;
  }
}

.err-txt {
  background-color: #ff0000;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .err-txt {
    margin-bottom: 30px;
  }
}

.ic-att {
  background-color: #c3b862;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 6px;
  text-align: center;
  width: 20px;
}

.att-sct {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}
.att-sct .att-sct-ttl {
  background-color: #8b61c9;
  padding: 10px 15px;
}
.att-sct .att-sct-in {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .att-sct .att-sct-in {
    padding: 30px;
  }
}

.notes-wrap {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  position: relative;
}
.notes-wrap.ptL {
  padding-top: 35px;
}
.notes-wrap .notes-ttl {
  background-color: #8b61c9;
  line-height: 30px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .notes-wrap {
    padding: 30px;
  }
  .notes-wrap.ptL {
    padding-top: 40px;
  }
}
