@charset "utf-8";

.inner {
  width: 960px;
  margin: 0 auto 100px;
}

.join .btn_box {
  text-align: center;
}

.join .btn_box.mb_add {
  margin-bottom: 120px;
}

.join .btn01 {
  color: #fff;
  width: 535px;
  padding: 35px;
  display: inline-block;
  position: relative;
  font-size: 28px;
}

.join .btn01::before {
  position: absolute;
  content: '';
  background: url(../img/join/t_shirt02.png) center no-repeat;
  background-size: contain;
  width: 126px;
  height: 117px;
  top: -12px;
  left: 1px;
}

.join .btn01:hover {
  text-decoration: none;
}

.join .btn01::after {
  right: 30px;
}

.join .btn01:hover::after {
  right: 20px;
}

.join .mainimage_out {
  margin: 70px 0 135px;
}

.join .mainimage {
  background: #5dbcdd;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

.join .mainimage .mainimage_in {
  width: 800px;
  margin: 0 auto;
  padding: 40px 160px 0 0;
  position: relative;
}

.join .mainimage .mainimage_in::after {
  position: absolute;
  content: '';
  background: url(../img/join/t_shirt01.png) center no-repeat;
  width: 403px;
  height: 341px;
  background-size: contain;
  right: -13%;
  bottom: -60px;
  z-index: 1;
}

.join .mainimage .mainimage_in .catch {
  position: absolute;
  right: -9%;
  top: 7px;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 26px;
  background: url(../img/join/top_catch02.svg) center no-repeat;
  background-size: contain;
  padding: 25px 24px 30px;
  color: #5dbcdd;
}

.join .mainimage figure {
  margin: 0 0 10px;
}

.join .mainimage figure img {
  width: 35px;
  height: 35px;
  display: inline-block;
}

.join .mainimage .title .st {
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}

.join .mainimage .title h2 {
  font-weight: 900;
  font-size: 42px;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

.join .mainimage .title .sst {
  display: inline-block;
  background: #fff;
  font-size: 11px;
  letter-spacing: 0.5em;
  line-height: 18px;
  color: #5dbcdd;
  border-radius: 9999px;
  padding: 3px 25px;
  margin-bottom: 50px;
}

.join .mainimage .message {
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 45px;
  margin-bottom: 68px;
  position: relative;
  display: inline-block;
}

.join .mainimage .message::before,
.join .mainimage .message::after {
  position: absolute;
  content: '';
  background: url(../img/join/line_w.svg) center no-repeat;
  width: 32px;
  height: 92px;
  background-size: contain;
  left: -52px;
  bottom: -14px;
}

.join .mainimage .message::after {
  left: unset;
  right: -52px;
  transform: scale(-1, 1);
}

.join .mainimage .end_txt {
  font-size: 18px;
  background: #e87296;
  padding: 20px 0;
  width: 680px;
  margin: 0 auto 60px;
}

.join .mainimage .schedule {
  width: 500px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #e87296;
  color: #e87296;
  position: absolute;
  left: 42%;
  bottom: -40px;
  z-index: 1;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
  line-height: 1;
  box-sizing: border-box;
}

.join .mainimage .schedule .frm {
  background: #e87296;
  color: #fff;
  border-radius: 9999px;
  padding: 10px 15px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.join .mainimage .schedule .day {
  display: flex;
  align-items: end;
  font-size: 50px;
  letter-spacing: 0.1em;
  margin-top: -10px;
}

.join .mainimage .schedule .day span {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.join .mainimage .mypattern .slick-slide img {}

.join .about {
  margin: 0 auto 80px;
}

.join .stitle {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.join .stitle span {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 6px;
  color: #5dbcdd;
  line-height: 1;
}

.join .stitle h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
}

.join .border_box {
  border: 10px solid rgba(93, 188, 221, .3);
  position: relative;
  margin: 30px 0 65px;
  padding: 60px 48px 45px;
}

.join .border_box .stitle {
  background: #fff;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, 0);
  font-family: "Noto Sans JP";
  text-align: center;
  width: 570px;
}

.join .border_box .stitle span {
  font-weight: 900;
  padding-bottom: 10px;
}

.join .border_box .stitle h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.join .border_box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
}

.todo {
  padding: 60px 0;
  background: url(../img/bg01.gif) center center repeat;
  background-size: auto;
  margin-bottom: 135px;
}

.todo .inner {
  margin: 0 auto;
}

.todo .stitle {
  margin-bottom: 30px;
}

.todo .pr_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.todo .pr_box dl {
  width: 465px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(147, 134, 118, 0.1);
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}

.todo .pr_box dl._01 {
  width: 370px;
}

.todo .pr_box dl._02 {
  width: 550px;
}

.todo .pr_box dl::before {
  position: absolute;
  content: '';
  background: url(../img/join/pr01.svg) center no-repeat;
  width: 70px;
  height: 80px;
  display: inline-block;
  top: -10px;
  left: 15px;
}

.todo .pr_box dl._02::before {
  background: url(../img/join/pr02.svg) center no-repeat;
}

.todo .pr_box dt {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  padding-left: 75px;
}

.todo .pr_box dd {
  line-height: 30px;
}

.todo .pr_box dd span {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 26px;
  display: block;
  margin-top: 10px;
}

.todo .pr_box dd .btn {
  background: #fff;
  color: #73bc46;
  border: 1px solid #73bc46;
  display: inline-block;
  padding: 5px 15px 3px;
  border-radius: 5px;
  margin: 10px 0 2px 0;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.todo .pr_box dd .btn:hover {
  background: #73bc46;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.todo .detail {
  background: #fff;
  position: relative;
  padding: 50px 0;
  margin-bottom: 85px;
}

.todo .detail .st {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}

.todo .detail .st._02 {
  top: unset;
  bottom: -15px;
}

.todo .detail .st._02 figure {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 4px;
}

.todo .detail .inner ul {
  display: flex;
  justify-content: center;
}

.todo .detail .inner li {
  position: relative;
  padding-left: 1.5em;
  margin: 0 15px;
}

.todo .detail .inner li::before {
  position: absolute;
  content: '';
  background: url(../img/join/arrow01.svg) center no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 4px;
  left: 0;
}

.todo .emphasis {
  text-align: center;
}

.todo .emphasis h4 {
  font-family: "Noto Sans JP";
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #e87296;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}

.todo .emphasis h4::before,
.todo .emphasis h4::after {
  position: absolute;
  content: '';
  background: url(../img/join/line_b.svg) center no-repeat;
  width: 15px;
  height: 45px;
  background-size: contain;
  left: -22px;
  bottom: -12px;
}

.todo .emphasis h4::after {
  left: unset;
  right: -22px;
  transform: scale(-1, 1);
}

.todo .emphasis .note {
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: 0;
}

.guideline .border_box {
  padding-bottom: 90px;
}

.guideline .border_box .stitle {
  width: 270px;
}

.guideline .border_box ul {
  margin-bottom: 30px;
}

.guideline .border_box ul li {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  padding-left: 24px;
  position: relative;
}

.guideline .border_box ul li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 9px;
}

.guideline p {
  margin-bottom: 10px;
}

.guideline table {
  background: rgba(93, 188, 221, .1);
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.guideline table th:first-child, .guideline table td:first-child {
  border-right: 1px solid #fff;
}

.guideline table th {
  background: rgba(93, 188, 221, .1);
  padding: 8px;
  text-align: center;
}

.guideline table td {
  padding: 10px;
  border-top: 1px solid #fff;
}

.guideline p.note {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 26px;
}

.method {
  text-align: center;
  margin-bottom: 100px;
}

.method .stitle {
  margin-bottom: 30px;
}

.method strong {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 20px;
  letter-spacing: 0.1em;
  border-bottom: 7px solid #f2c549;
  padding: 0 0.5em 7px;
}

.contact {
  margin-bottom: 75px;
}

.join .contact .stitle {
  width: 270px;
}

.contact p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
}

.copyright {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-bottom: 80px;
}
