@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

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

body {
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  color: #5e1b00;
}
body a {
  color: #5e1b00;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sp_only {
  display: none;
}

.bold {
  font-weight: bold;
}

.test {
  font-family: "Oswald", sans-serif;
}

.inner {
  box-sizing: content-box;
  max-width: 732px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    align-items: flex-start;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 4%;
  }
}
/*----------------------------------
セクション名やクラス名
----------------------------------*/
/*----- 小見出し -----*/
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
body {
  padding-top: 84px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffde44;
  height: 84px;
  z-index: 100;
}
.header .inner {
  max-width: 100%;
}

.nav {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nav img {
  height: auto;
}
.nav a {
  display: block;
  text-align: center;
  height: 84px;
  padding-top: 18px;
  background: url(../images/ico_arrow_nav.png) center bottom 5px no-repeat;
  background-size: 12px;
  transition: 0.3s ease-in-out;
}
.nav a:hover {
  opacity: 0.7;
}
.nav li:nth-child(1) img {
  max-width: 79px;
}
.nav li:nth-child(2) img {
  max-width: 123px;
}
.nav li:nth-child(3) img {
  max-width: 44px;
}
.nav li:nth-child(4) img {
  max-width: 80px;
}
.nav li:nth-child(5) img {
  max-width: 54px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 14.84vw;
  }
  .header {
    height: 14.84vw;
  }
  .nav a {
    height: 13.1vw;
    padding-top: 2.8vw;
    background-size: 1.7vw;
  }
  .nav li:nth-child(1) img {
    max-width: 13.4vw;
  }
  .nav li:nth-child(2) img {
    max-width: 20.7vw;
  }
  .nav li:nth-child(3) img {
    max-width: 7.5vw;
  }
  .nav li:nth-child(4) img {
    max-width: 13.5vw;
  }
  .nav li:nth-child(5) img {
    max-width: 9.2vw;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../images/bg_mv.png), url(../images/bg_01.png);
  background-position: center top, center;
  background-size: 300px, 162px;
  background-repeat: repeat-x, repeat;
  padding: 35px 0 60px;
}
.mv .inner {
  max-width: 970px;
}

@media screen and (max-width: 767px) {
  .mv {
    background-size: 180px, 162px;
    padding: 5.6vw 0 5.6vw;
  }
}
/*----------------------------------------------------- */
/*  product           */
/*----------------------------------------------------- */
.product {
  background: url(../images/bg_02.png) no-repeat;
  background-size: cover;
  padding: 65px 0 50px;
}
.product .ttl {
  max-width: 193px;
  margin: 0 auto 36px;
}
.product .pic01 {
  margin-bottom: 30px;
}
.product .txt01 {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
}
.product .txt02 {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 24px;
}
.product .txt02 p {
  display: inline-block;
  border-bottom: 4px solid #e9d357;
}
.product .txt02 span {
  font-size: 16px;
  font-weight: 700;
}
.product .box {
  max-width: 468px;
  margin: 0 auto 30px;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 10px 6px 15px;
  border: 2px solid #693029;
  border-radius: 5px;
}
.product .box ul {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.product .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product .list li {
  width: 31%;
}
.product .list li:nth-child(1) {
  margin-bottom: 3.5%;
}
.product .list li:nth-child(2) {
  margin-left: 3.5%;
  margin-bottom: 3.5%;
}
.product .list li:nth-child(3) {
  margin-left: 3.5%;
  margin-bottom: 3.5%;
}
.product .list li:nth-child(5) {
  margin-left: 3.5%;
}
.product .list a {
  transition: 0.3s ease-in-out;
}
.product .list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .product {
    padding: 13.4375vw 0 18.75vw;
  }
  .product .ttl {
    max-width: 30.1563vw;
    margin: 0 auto 12.5vw;
  }
  .product .pic01 {
    max-width: 72.1875vw;
    margin: 0 auto 4.6875vw;
  }
  .product .txt01 {
    font-size: 4.0625vw;
    margin-bottom: 7.8125vw;
  }
  .product .txt02 {
    font-size: 4.0625vw;
    margin-bottom: 4.6875vw;
  }
  .product .txt02 p {
    display: inline;
    border-bottom: 0.625vw solid #e9d357;
  }
  .product .txt02 span {
    font-size: 3.125vw;
  }
  .product .box {
    margin: 0 auto 7.5vw;
    font-size: 2.9688vw;
    font-weight: 700;
    padding: 1.875vw 3.125vw 1.875vw 3.75vw;
    border-radius: 0.7813vw;
  }
  .product .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product .list li {
    width: 47%;
  }
  .product .list li:nth-child(1) {
    margin-bottom: 8%;
  }
  .product .list li:nth-child(2) {
    margin-left: 6%;
    margin-bottom: 8%;
  }
  .product .list li:nth-child(3) {
    margin-left: 0;
    margin-bottom: 8%;
  }
  .product .list li:nth-child(4) {
    margin-left: 6%;
    margin-bottom: 8%;
  }
  .product .list li:nth-child(5) {
    margin-left: 0;
  }
  .product .list a {
    transition: 0.3s ease-in-out;
  }
  .product .list a:hover {
    opacity: 0.7;
  }
}
/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about {
  background: url(../images/bg_03.png);
  background-size: cover;
  padding: 70px 0 60px;
}
.about .inner {
  max-width: 690px;
}
.about .wrap {
  position: relative;
}
.about .pic {
  position: absolute;
  top: 30%;
  right: calc(50% + 80px);
  width: 340px;
}
.about .txt01 {
  width: 55%;
  font-size: 18px;
  text-align: center;
  margin: 0 0 60px auto;
}
.about .txt02 {
  max-width: 650px;
  font-size: 14px;
  margin: 0 auto 30px;
}
.about .btn {
  transition: 0.3s ease-in-out;
}
.about .btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 15.625vw 0 10.9375vw;
  }
  .about .wrap {
    margin-bottom: 7.8125vw;
    padding-bottom: 47vw;
  }
  .about .pic {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 12vw;
    width: 71.25vw;
  }
  .about .txt01 {
    width: 100%;
    font-size: 4.06vw;
    margin: 0 0 9.375vw auto;
  }
  .about .txt02 {
    max-width: 90%;
    font-size: 3.125vw;
    margin: 0 auto 12.5vw;
  }
}
/*----------------------------------------------------- */
/*  himitu           */
/*----------------------------------------------------- */
.himitu {
  background: url(../images/bg_01.png);
  background-size: 162px;
  padding: 50px 0 80px;
}
.himitu .inner {
  max-width: 800px;
}
.himitu .ttl_wrap {
  position: relative;
  padding-top: 30px;
  margin-bottom: 60px;
}
.himitu .ttl_wrap h2 {
  max-width: 425px;
  margin: 0 auto;
}
.himitu .ttl_wrap .pic01 {
  position: absolute;
  top: 0;
  right: calc(50% + 240px);
  max-width: 245px;
}
.himitu .ttl_wrap .pic02 {
  position: absolute;
  top: 40px;
  left: calc(50% + 250px);
  max-width: 70px;
}
.himitu .box {
  background: #fff;
  border-radius: 30px;
  padding: 60px 60px 40px;
  position: relative;
}
.himitu .box .subttl {
  position: absolute;
  top: -25px;
  left: 30px;
  max-width: 229px;
}
.himitu .box .wrap {
  display: flex;
  justify-content: space-between;
}
.himitu .box .wrap .pic01 {
  width: 34%;
}
.himitu .box .wrap p {
  width: 60%;
  font-size: 20px;
}
.himitu .box + .box {
  margin-top: 80px;
}
.himitu .box01 h3 {
  max-width: 382px;
  margin: 0 auto 40px;
}
.himitu .box01 .pic02 {
  max-width: 405px;
  margin: 0 0 0 auto;
}
.himitu .box02 h3 {
  max-width: 160px;
  margin: 0 auto 40px;
}
.himitu .box02 .pic02 {
  max-width: 120px;
  margin: -120px 0 0 auto;
}
.himitu .box03 h3 {
  max-width: 454px;
  margin: 0 auto 40px;
}
.himitu .box03 .pic02 {
  max-width: 120px;
  margin: -86px 0 0 auto;
}
.himitu .ttl02 {
  max-width: 553px;
  margin: 60px auto;
}
.himitu .pic03 {
  max-width: 450px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .himitu {
    padding: 5.625vw 0 15.625vw;
  }
  .himitu .ttl_wrap {
    position: relative;
    padding-top: 7.0313vw;
    margin-bottom: 10.625vw;
    padding-bottom: 47vw;
  }
  .himitu .ttl_wrap h2 {
    max-width: 67.1875vw;
  }
  .himitu .ttl_wrap .pic01 {
    top: auto;
    bottom: 0;
    right: 20vw;
    max-width: 61vw;
  }
  .himitu .ttl_wrap .pic02 {
    top: 0;
    left: auto;
    right: 17vw;
    max-width: 9.8438vw;
  }
  .himitu .box {
    background: #fff;
    border-radius: 4.6875vw;
    padding: 9.375vw;
  }
  .himitu .box .subttl {
    position: absolute;
    top: -3.9063vw;
    left: 3.5938vw;
    max-width: 35.7813vw;
  }
  .himitu .box .wrap {
    display: block;
  }
  .himitu .box .wrap .pic01 {
    width: 52.3438vw;
    margin: 0 auto 6.25vw;
  }
  .himitu .box .wrap p {
    width: 100%;
    font-size: 4.0625vw;
  }
  .himitu .box + .box {
    margin-top: 13.75vw;
  }
  .himitu .box01 h3 {
    max-width: 71.875vw;
    margin: 0 auto 4.6875vw;
  }
  .himitu .box01 .pic02 {
    max-width: 7008.5938vw;
    margin: 7.8vw auto 0;
  }
  .himitu .box02 h3 {
    max-width: 29.6875vw;
    margin: 0 auto 4.6875vw;
  }
  .himitu .box02 .pic02 {
    max-width: 22.3438vw;
    margin: -20.75vw -4vw 0 auto;
  }
  .himitu .box03 h3 {
    max-width: 57.0313vw;
    margin: 0 auto 4.6875vw;
  }
  .himitu .box03 .pic02 {
    max-width: 22.3438vw;
    margin: -28.4375vw -4vw 0 auto;
  }
  .himitu .ttl02 {
    max-width: 63.2813vw;
    margin: 9.375vw auto 7.8125vw;
  }
  .himitu .pic03 {
    max-width: 81.25vw;
    margin: 0 auto;
  }
}
/*----------------------------------------------------- */
/*  prize           */
/*----------------------------------------------------- */
.bg01 {
  background: url(../images/bg_04.png);
  background-size: 240px;
  padding: 60px 0 20px;
}
.bg01 .inner {
  max-width: 880px;
}

.bg02 {
  background: url(../images/bg_apply.png) right 10% bottom no-repeat #faf3da;
  background-size: 145px;
  border-radius: 90px;
  padding: 0 60px 156px;
}

.prize {
  margin-bottom: 50px;
}
.prize .ttl_wtap {
  padding-top: 80px;
  position: relative;
  margin-bottom: 25px;
}
.prize .ttl_wtap h2 {
  max-width: 407px;
  margin: 0 auto;
}
.prize .ttl_wtap .pic01 {
  position: absolute;
  top: -10px;
  left: -40px;
  max-width: 181px;
}
.prize .ttl_wtap .pic02 {
  position: absolute;
  top: -15px;
  right: -90px;
  max-width: 228px;
}
.prize .list img {
  vertical-align: bottom;
}
.prize .list li {
  position: relative;
}
.prize .list li + li {
  margin-top: 15px;
}
.prize .list .btn {
  display: block;
  position: absolute;
  bottom: -18px;
  right: 25px;
  max-width: 384px;
  width: 100%;
  background: url(../images/ico_arrow_btn.png) right 10px center no-repeat #fff;
  background-size: 26px;
  border: 2px solid #693029;
  border-radius: 17px;
  text-align: center;
  font-size: 16px;
}
.prize .list .btn span {
  display: block;
  font-size: 12px;
}
.prize .list .btn {
  transition: 0.3s ease-in-out;
}
.prize .list .btn:hover {
  opacity: 0.7;
}
.prize .period {
  max-width: 669px;
  margin: 40px auto 15px;
}
.prize .note {
  max-width: 669px;
  margin: 0 auto;
}
.prize .note ul {
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .bg01 {
    padding: 9.375vw 0;
  }
  .bg02 {
    background-size: 24.8438vw;
    border-radius: 7.8125vw;
    padding: 0 3.125vw 29.1875vw;
  }
  .prize {
    margin-bottom: 14.0625vw;
  }
  .prize .ttl_wtap {
    padding-top: 7.1875vw;
    margin-bottom: 4.6875vw;
  }
  .prize .ttl_wtap h2 {
    max-width: 48vw;
    margin: 0 auto;
  }
  .prize .ttl_wtap .pic01 {
    top: 6.4375vw;
    left: -2.5625vw;
    max-width: 20.9375vw;
  }
  .prize .ttl_wtap .pic02 {
    top: 4.125vw;
    right: -3.7813vw;
    max-width: 21.875vw;
  }
  .prize .list li + li {
    margin-top: 2.3438vw;
  }
  .prize .list .btn {
    bottom: -7.25vw;
    right: 0;
    max-width: 69.0625vw;
    width: 100%;
    background: url(../images/ico_arrow_btn.png) right 1.5625vw center no-repeat #fff;
    background-size: 4.5313vw;
    border-radius: 2.6563vw;
    font-size: 3.125vw;
    padding: 5px 0;
    line-height: 1.4;
  }
  .prize .list .btn span {
    font-size: 2.3438vw;
  }
  .prize .period {
    margin: 14.4375vw auto 3.4375vw;
  }
  .prize .note {
    max-width: 104.5313vw;
    margin: 0 auto;
  }
  .prize .note ul {
    font-size: 2.8125vw;
  }
}
/*----------------------------------------------------- */
/*  product02           */
/*----------------------------------------------------- */
.product02 .ttl {
  max-width: 193px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 767px) {
  .product02 .ttl {
    max-width: 30.1563vw;
    margin: 0 auto 9.375vw;
  }
  .product02 .pic {
    max-width: 74.8438vw;
    margin: 0 auto;
  }
}
/*----------------------------------------------------- */
/*  apply           */
/*----------------------------------------------------- */
.apply {
  padding-top: 95px;
}
.apply h2 {
  max-width: 197px;
  margin: 0 auto 40px;
}
.apply .txt01 {
  font-size: 19px;
  max-width: 690px;
  margin: 0 auto 70px;
}
.apply .step_list {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 0 auto 70px;
}
.apply .step_list li {
  max-width: 180px;
}
.apply .step_list li img {
  display: block;
  margin: 0 auto 20px;
}
.apply .step_list li p {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}
.apply .step_list li:nth-child(1) img {
  max-width: 135px;
}
.apply .step_list li:nth-child(2) img {
  max-width: 155px;
}
.apply .step_list li:nth-child(3) img {
  max-width: 99px;
}

.receipt {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.receipt .web_sub_ttl {
  max-width: 263px;
  margin: 0 auto 30px;
}
.receipt .web_receipt_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 0 auto 20px;
}
.receipt .web_receipt_wrap .pic_pc {
  width: 27%;
}
.receipt .web_receipt_wrap .pic_pc img {
  margin-top: -10px;
}
.receipt .web_receipt_wrap .pic_sp {
  display: none;
}
.receipt .web_receipt_wrap .txt {
  width: 70%;
}
.receipt .web_receipt_wrap .txt_list01 {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  margin-bottom: 20px;
}
.receipt .web_receipt_wrap .box {
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px 15px 30px;
  width: 280px;
}
.receipt .web_receipt_wrap .box .txt_list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.receipt .web_receipt_wrap .box .txt_list02 li {
  width: 48%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.receipt .good {
  padding-left: 100px;
  background: url(../images/ttl_good.png) left top no-repeat;
  background-size: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4f2017;
  max-width: 600px;
  margin: 0 auto 20px;
}
.receipt .good .good_txt01 {
  color: #e60012;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.receipt .good .good_txt02 {
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
}
.receipt .bad {
  margin-top: 20px;
  padding-left: 100px;
  background: url(../images/ttl_bad.png) left top no-repeat;
  background-size: 80px;
  max-width: 600px;
  margin: 0 auto 50px;
}
.receipt .bad .bad_txt01 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.receipt .receipt_list {
  max-width: 620px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.receipt .receipt_list li {
  width: 23%;
}
.receipt .receipt_list li p {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.1em;
}

.kiyaku_ttl {
  max-width: 412px;
  margin: 0 auto 20px;
}

.kiyaku_accordion {
  border-radius: 20px;
  margin-bottom: 50px;
}
.kiyaku_accordion dt {
  background: url(../images/ico_arrow_accordion.png) right 15% center no-repeat #693029;
  background-size: 22px;
  text-align: center;
}
.kiyaku_accordion dt img {
  max-width: 213px;
}
.kiyaku_accordion dt {
  border-radius: 20px;
  padding: 22px 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.kiyaku_accordion dt:hover {
  opacity: 0.7;
}
.kiyaku_accordion dt::after {
  content: "";
  position: absolute;
  right: 27%;
  top: calc(50% - 10px);
  width: 23px;
  height: 20px;
  background: url(../images/ico_arrow.png) no-repeat;
  transform: rotate(-180deg);
  background-size: contain;
  transition: 0.3s ease-in-out;
}
.kiyaku_accordion dt.active {
  border-radius: 19px 19px 0 0;
}
.kiyaku_accordion dt.active::after {
  transform: rotate(0deg);
}
.kiyaku_accordion dd {
  display: none;
  background: #fff;
  padding: 30px 20px;
  font-size: 13px;
}

.requirements_check {
  max-width: 540px;
  margin: 0 auto 35px;
}

.checkbox {
  display: none;
}

.checkbox_txt {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 40px;
  font-size: 20px;
  position: relative;
}
.checkbox_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #4f2017;
  background: #fff;
}

.checkbox:checked + .checkbox_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.checkbox:checked + .checkbox_txt::before {
  background: #4f2017;
}

.requirements {
  max-width: 480px;
  margin: 0 auto 100px;
}

a.requirements_btn {
  transition: 0.3s ease-in-out;
}
a.requirements_btn:hover {
  opacity: 0.7;
}

.disabled {
  opacity: 0.2 !important;
  pointer-events: none;
}

.requirements_txt01 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 30px;
}

.requirements_txt02 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 30px;
}

.requirements_txt03 {
  max-width: 412px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .apply {
    padding-top: 18.75vw;
  }
  .apply h2 {
    max-width: 30.7813vw;
    margin: 0 auto 6.25vw;
  }
  .apply .txt01 {
    font-size: 4.0625vw;
    max-width: 81.25vw;
    margin: 0 auto 14.0625vw;
  }
  .apply .step_list {
    display: block;
    margin: 0 auto 10.9375vw;
  }
  .apply .step_list li {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .apply .step_list li .pic {
    width: 46%;
  }
  .apply .step_list li .txt {
    width: 54%;
  }
  .apply .step_list li img {
    display: block;
    margin: 0 auto;
  }
  .apply .step_list li p {
    padding-top: 12.1875vw;
    font-size: 3.4375vw;
  }
  .apply .step_list li + li {
    margin-top: 40px;
  }
  .apply .step_list li:nth-child(1) img {
    max-width: 28.5313vw;
  }
  .apply .step_list li:nth-child(2) img {
    max-width: 32.6875vw;
  }
  .apply .step_list li:nth-child(3) img {
    max-width: 20.5625vw;
  }
  .receipt .web_sub_ttl {
    max-width: 49.2188vw;
    margin: 0 auto 7.8125vw;
  }
  .receipt .web_receipt_wrap {
    margin: 0 auto 5vw;
  }
  .receipt .web_receipt_wrap .pic_pc {
    width: 40%;
  }
  .receipt .web_receipt_wrap .pic_pc img {
    width: 95%;
    margin: -1.5625vw auto 0;
  }
  .receipt .web_receipt_wrap .pic_sp {
    display: none;
  }
  .receipt .web_receipt_wrap .txt {
    width: 60%;
  }
  .receipt .web_receipt_wrap .txt_list01 {
    font-size: 3.4375vw;
    margin-bottom: 3.125vw;
  }
  .receipt .web_receipt_wrap .box {
    border-radius: 1.5625vw;
    padding: 2vw 2vw;
    width: 92%;
  }
  .receipt .web_receipt_wrap .box .txt_list02 li {
    width: 48%;
    font-size: 3.4375vw;
  }
  .receipt .good {
    padding-left: 23.9063vw;
    background: url(../images/ttl_good.png) left top no-repeat;
    background-size: 20vw;
    padding-bottom: 3.125vw;
    border-bottom: 1px solid #4f2017;
    max-width: 93.75vw;
    margin: 0 auto 3.125vw;
  }
  .receipt .good .good_txt01 {
    font-size: 4.0625vw;
  }
  .receipt .good .good_txt02 {
    font-size: 3.4375vw;
  }
  .receipt .bad {
    margin-top: 3.125vw;
    padding-left: 23.9063vw;
    background: url(../images/ttl_bad.png) left 3.5vw top no-repeat;
    background-size: 16vw;
    max-width: 93.75vw;
    margin: 0 auto 7.8125vw;
  }
  .receipt .bad .bad_txt01 {
    font-size: 3.4375vw;
  }
  .receipt .receipt_list {
    flex-wrap: wrap;
    max-width: 65.625vw;
    margin: 0 auto 5.625vw;
  }
  .receipt .receipt_list li {
    width: 47.5%;
    margin-bottom: 10vw;
  }
  .receipt .receipt_list li p {
    font-size: 2.8125vw;
  }
  .kiyaku_ttl {
    max-width: 74.5313vw;
    margin: 0 auto 3.125vw;
  }
  .kiyaku_accordion {
    border-radius: 3.125vw;
    margin-bottom: 10.9375vw;
  }
  .kiyaku_accordion dt {
    background: url(../images/ico_arrow_accordion.png) right 5% center no-repeat #693029;
    background-size: 3.4375vw;
    padding: 4.375vw 0;
  }
  .kiyaku_accordion dt img {
    max-width: 55.7813vw;
  }
  .kiyaku_accordion dt.active {
    border-radius: 3.125vw 3.125vw 0 0;
  }
  .kiyaku_accordion dd {
    padding: 3.125vw;
    font-size: 2.8125vw;
  }
  .requirements_check {
    max-width: 69.375vw;
    margin: 0 auto 5.4688vw;
  }
  .checkbox {
    display: none;
  }
  .checkbox_txt {
    padding-left: 16.0625vw;
    font-size: 3.75vw;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .checkbox_txt::before {
    top: 0.3125vw;
    left: 0;
    width: 10.9375vw;
    height: 10.9375vw;
    border: 0.9375vw solid #4f2017;
  }
  .checkbox:checked + .checkbox_txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.5vw;
    left: 3.5vw;
    width: 4vw;
    height: 8vw;
    border-bottom: 2vw solid #fff;
    border-right: 2vw solid #fff;
  }
  .requirements {
    margin: 0 auto 9.375vw;
  }
  .requirements_txt01 {
    font-size: 3.75vw;
    margin: 0 auto 4.6875vw;
  }
  .requirements_txt02 {
    font-size: 3.75vw;
    margin: 0 auto 4.6875vw;
  }
  .requirements_txt03 {
    max-width: 80.375vw;
    font-size: 3.125vw;
  }
}
/*----------------------------------------------------- */
/*  download           */
/*----------------------------------------------------- */
#download {
  padding-top: 120px;
}

.bg03 {
  background: url(../images/bg_download.png) right 4% top 1.5% no-repeat #faf3da;
  background-size: 196px;
  border-radius: 90px;
  padding: 0 60px 80px;
  margin-bottom: 30px;
}

.download .ttl_wrap {
  padding-top: 70px;
  position: relative;
  padding-right: 170px;
  padding-left: 24px;
  margin-bottom: 70px;
}
.download .ttl_wrap .txt {
  position: absolute;
  max-width: 173px;
  top: -34px;
  left: 0px;
}

.download_list {
  display: flex;
  justify-content: space-between;
}
.download_list li {
  width: 47%;
  text-align: center;
}
.download_list li a {
  display: block;
  max-width: 205px;
  margin: 25px auto 0;
  transition: 0.3s ease-in-out;
}
.download_list li a:hover {
  opacity: 0.7;
}

.sns_list {
  display: flex;
  justify-content: space-between;
  max-width: 214px;
  margin: 0 auto;
}
.sns_list li {
  width: 38px;
}
.sns_list a {
  transition: 0.3s ease-in-out;
}
.sns_list a:hover {
  opacity: 0.7;
}

.logo_school {
  max-width: 181px;
  margin: 0 4% 0 auto;
}

@media screen and (max-width: 767px) {
  #download {
    padding-top: 14.0625vw;
  }
  .bg03 {
    background: url(../images/bg_download.png) right 4% top 3.5% no-repeat #faf3da;
    background-size: 32vw;
    border-radius: 6.25vw;
    padding: 0 3.125vw 14.0625vw;
    margin-bottom: 15.625vw;
  }
  .download .ttl_wrap {
    padding-top: 10.9375vw;
    padding-right: 31.25vw;
    padding-left: 5vw;
    margin-bottom: 7.0313vw;
  }
  .download .ttl_wrap .txt {
    max-width: 27.0313vw;
    top: -5.3125vw;
    left: 2vw;
  }
  .download_list {
    display: block;
  }
  .download_list li {
    width: 100%;
    text-align: center;
  }
  .download_list li a {
    max-width: 51.25vw;
    margin: 7.1875vw auto 0;
  }
  .download_list li + li {
    margin-top: 18.75vw;
  }
  .sns_list {
    max-width: 53.9063vw;
    margin: 0 auto 15.625vw;
  }
  .sns_list li {
    width: 10vw;
  }
  .logo_school {
    max-width: 44.5313vw;
    margin: 0 auto;
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.page_top {
  position: absolute;
  bottom: -10px;
  right: -70px;
  width: 66px;
  transition: 0.3s ease-in-out;
}
.page_top:hover {
  opacity: 0.7;
}

.footer {
  height: 73px;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .logo {
  max-width: 180px;
}
.footer .copy {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .page_top {
    bottom: -15px;
    right: 10px;
    width: 10.3125vw;
  }
  .footer {
    height: auto;
    padding: 8.4375vw 2% 5.3125vw;
    display: block;
  }
  .footer .logo {
    max-width: 50.625vw;
    margin: 0 auto 10.9375vw;
  }
  .footer .copy {
    font-size: 3.4375vw;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */