@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

html, body {
	margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
}

/*------------
  index
------------*/
.sp_only{
  display:none;
}
.main-wrapper {
  padding: 90px 0;
  background: url("../img/bg.png") no-repeat center top/100% auto;
  background-color: #e7364a;
}
.main-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 85px 0;
  background: #FFFFFF;
}
.main-inner h1 {
  text-align: center;
}
.main-inner h1 img {
  width: auto;
  height: 100px;
}
.main-inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #E7364A;
}
.main-inner h2 span {
  position: relative;
}
.main-inner h2 span::before {
  content: '＼';
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  font-size: 22px;
}
.main-inner h2 span::after {
  content: '／';
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  font-size: 22px;
}
.main-term {
  margin: 90px auto 60px;
  text-align: center;
}
.main-term span {
  display: inline-block;
  padding: 30px 50px;
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
  background: #00945F;
  border-radius: 10px;
}
.term-text {
  margin: 60px auto 25px;
  text-align: center;
  font-size: 22px;
  line-height: 2.18;
}
.point-box {
  width: 800px;
  margin: 30px auto 90px;
  padding: 35px 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.90;
  color: #E7364A;
  border: 1px solid #E7364A;
  border-radius: 10px;
}
.detail-table {
  width: 770px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.41;
}
.detail-table .table-row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px dashed #595959;
}
.detail-table .table-row:last-child {
  border-bottom: 1px dashed #595959;
}
.detail-table dt {
  width: 180px;
  padding-left: 30px;
}
.detail-table dd {
  width: calc(100% - 180px);
}
.entry-btn {
  width: 830px;
  margin: 115px auto 180px;
}
.entry-btn a {
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
  background: #E73547;
  border-radius: 10px;
}
.main-logo {
  width: 260px;
  margin: 0 auto;
}
.character .char01 {
  position: absolute;
  top: 220px;
  right: -130px;
  width: 229px;
}
.character .char02 {
  position: absolute;
  top: 380px;
  left: -125px;
  width: 281px;
}

@media screen and (max-width: 768px) {
  .pc_only{
    display:none;
  }
  .sp_only{
    display:block;
  }
  .main-wrapper {
    padding: 0 0 90px;
    background: url("../img/bg_sp.png") #009A74 no-repeat center bottom/100% auto;
  }
  .main-inner {
    width: 90%;
    padding: 0 0 25px;
  }
  .main-header {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 30px 0;
    text-align: center;
    background: #E73547;
  }
  .main-header img {
    width: 90%;
  }
  .main-inner h1 {
    width: 90%;
    margin: 30px auto 20px;
  }
  .main-inner h2 {
    font-size: 19px;
  }
  .main-inner h2 span::before,
  .main-inner h2 span::after {
    font-size: 14px;
  }
  .main-term {
    width: 90%;
    margin: 20px auto;
  }
  .main-term span {
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 20px 0;
  }
  .term-text {
    width: 90%;
    margin: 20px auto;
    text-align: left;
    font-size: 13px;
  }
  .point-box {
    width: 90%;
    margin: 10px auto 30px;
    padding: 20px 15px;
    font-size: 13px;
  }
  .detail-table {
    width: 90%;
    font-size: 15px;
  }
  .detail-table .table-row {
    display: block;
    padding: 0;
    border: none;
  }
  .detail-table .table-row:last-child {
    border: none;
  }
  .detail-table dt {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    background: #009A74;
  }
  .detail-table dd {
    width: 100%;
    padding: 20px;
    color: #009A74;
    background: #EDF9EA;
  }
  .detail-table dd._center {
    text-align: center;
  }
  .entry-btn {
    width: 90%;
    margin: 45px auto;
  }
  .entry-btn a {
    padding: 15px 0;
    font-size: 19px;
  }
  .main-logo {
    width: 40%;
  }
  .character {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .character .char01 {
    order: 2;
    position: relative;
    top: 0;
    right: 0;
    width: 25%;
  }
  .character .char02 {
    order: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 32%;
  }
}