body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #fafafa;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
}
* {
  box-sizing: border-box;
}
.l-wrap {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 4%;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
/* .inner{
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1em;
} */
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
p {
  line-height: 1.6;
  margin-bottom: 0;
}
.small {
  font-size: min(4vw, 20px);
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #0076ff;
  text-decoration: underline;
}
.tac{
  text-align: center !important;
}
.tar{
  text-align: right !important;
}
.fw-b{
  font-weight: bold !important;
}
.mt0{
  margin-top: 0em !important;
}
.mt025e{
  margin-top: 0.25em !important;
}
.mt05e{
  margin-top: 0.5em !important;
}
.mt1e{
  margin-top: 1em !important;
}
.mt015e{
  margin-top: 1.5em !important;
}
.mt2e{
  margin-top: 2em !important;
}
.mb1e{
  margin-bottom: 1em !important;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
sup {
  top: -0.25em;
}
.dib{
  display: inline-block;
}
.posr{
  position: relative;
}
section:not(.kv){
  margin-top: 2em;
  margin-bottom: 4em;
  padding: 0 1em;
}
section:last-of-type{
  margin-bottom: 1em !important;
}
.df{
  display: flex;
}
.df span{
  white-space: nowrap;
}

/* ------------------------------
header
------------------------------ */
#header_content{
	background-color: #fff;
	padding:2% 0;
	position: relative;
  border-bottom: solid 1px #ccc;
}
#header_content .header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_content img.logoL{
	width: auto;
	height: 25px;
	margin-left: 2%;
}
@media screen and (max-width: 768px) {
	#header_content .header-inner{ height: 30px; }
	#header_content img.logoL{ height: 80%; }
}

/* ------------------------------
contents
------------------------------ */
main{
  font-size: 16px;
  font-size: min(4.5vw, 24px);
}
.kv .start-date{
  text-align: right;
  margin-right: 1em;
  /* text-align: center;
  background: #fff9e7;
  font-weight: bold;
  padding: 0.75em 0 0;
  line-height: 1;
  font-size: min(4.5vw, 26px); */
}
.to-detail{
  text-align: right;
  font-size: min(3.75vw, 16px);
  margin: 0.25em 0;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #aaa;
  border-bottom: 0;
  margin: 0.75em auto;
}
@media screen and (min-width: 769px) {
  .triangle{
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 30px solid #aaa;
  }
}
.img-box{
  max-width: 680px;
  margin: 0 auto 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/***** jb05-sec01 *****/
.jb05-sec01 h2{
  text-align: center;
  font-weight: bold;
  font-size: min(5.5vw, 32px);
  line-height: 1.4;
}
.special-offer-wrap{
  text-align: center;
  max-width: 680px;
  margin: 2em auto 0;
}
.special-offer-wrap h3{
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #df860f;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 6px;
  font-size: min(4.5vw, 32px);
}
.special-offer-wrap .special-offer{
  border: solid 2px #df860f;
  border-radius: 20px;
  margin-top: -1em;
  padding: 2em 0.5em 1em;
  font-weight: bold;
  font-size: min(5.5vw, 32px);
}
.special-offer-wrap .premium-mark{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  line-height: 1;
  border-radius: 6px;
}
.special-offer-wrap .premium-mark img{
  height: 1.5em;
  width: auto;
  max-height: 40px;
}
.special-offer-wrap .anc-jibun-plus{
  margin: 2em auto 1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .special-offer-wrap .anc-jibun-plus{
    margin-bottom: 2em;
  }
}
.special-offer-wrap .anc-jibun-plus a{
  color: #333;
  font-weight: bold;
  font-size: min(4vw, 28px);
  text-decoration: none;
  border-bottom: 1px solid #333;
}
.special-offer-wrap .anc-jibun-plus a:after{
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  margin-left: 0.5em;
  top: -0.2em;
  position: relative;
}

/***** jb05-sec02 *****/
.jb05-sec02 h2{
  color: #582c00;
  font-size: min(5.25vw, 28px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.jb05-sec02 h2 img{
  height: 1em;
  width: auto;
  margin-top: 0.2em;
  margin-right: 0.25em;
}
.jb05-sec02 .jb05-sec02-otoku{
  font-weight: bold;
  font-size: min(8vw, 64px);
}
.jb05-sec02 .jb05-sec02-otoku span{
  color: #d2a000;
  border-bottom: solid 2px #d2a000;
}
.jb05-sec02 h3{
  line-height: 1;
  font-size: min(5vw, 26px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.jb05-sec02 h3 span{
  white-space: nowrap;
  padding: 0 0.5em;
}
.jb05-sec02 h3:before, .jb05-sec02 h3:after{
  content: "";
  width: 100%;
  height: 0;
  border-top: solid 2px #333;
}
.jb05-sec02 .img-box-adj01{
  max-width: 500px;
}
.jb05-sec02 .adj01-notice {
  font-size: min(4vw, 20px);
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.jb05-sec02 .adj01-notice span{
  white-space: nowrap;
}
.jb05-sec02 .adj02notice{
  margin-top: -0.5em;
  text-align: center;
}

/***** jb05-sec03 *****/
.jb05-sec03{
  margin-bottom: 0 !important;
}
.jb05-sec03 h2{
  font-size: min(6vw, 32px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  margin-top: -1em;
  margin-bottom: 1em;
}
.jb05-sec03 h2 span{
  padding: 0 2em;
}
.jb05-sec03 h2 i{
  font-style: normal;
  position: relative;
  margin-top: -0.25em;
}
.jb05-sec03 h2 i:before,.jb05-sec03 h2 i:after{
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 3px #c55a11;
  border-right: solid 3px #c55a11;
  transform: rotate(45deg);
}
.jb05-sec03 h2 i:after {
  margin-left: -0.1em;
}
.jb05-sec03 h2 i.mark-end:before,.jb05-sec03 h2 i.mark-end:after{
  transform: rotate(-135deg);
}
.jb05-sec03 .img-box{
  max-width: 800px;
}
.jb05-sec03 h3{
  font-size: min(5vw, 26px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.jb05-sec03 h3 span{
  padding: 0 1em;
}
.jb05-sec03 h3 img{
  width: 0.75em;
}
.jb05-sec03 h3 img:first-of-type{
  margin-top: 1em;
}
.jb05-sec03 h3 img:last-of-type{
  margin-top: -1em;
}
.jb05-sec03 .stage{
  margin-bottom: 0.5em;
}
.jb05-sec03 .stage table{
  width: 100%;
  max-width: 740px;
  margin: 1em auto 0;
}
.jb05-sec03 .stage table th, .jb05-sec03 .stage table td{
  text-align: center;
  padding: 0.5em 0.25em;
  border: solid 1px #ccc;
  line-height: 1.3;
  vertical-align: middle;
}
.jb05-sec03 .stage table th{
  font-weight: normal;
  background: #f9f9f9;
  width: 55%;
}
.jb05-sec03 .stage table td{
  width: 45%;
}
.jb05-sec03 .stage table .rank{
  font-weight: bold;
}
.jb05-sec03 .stage table .rank span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.jb05-sec03 .stage table .rank img{
  height: 1.5em;
  width: auto;
  padding-right: 0.25em;
}

/***** アコーディン *****/
.accordion {
  max-width: 600px;
  margin: 0 auto 10px;
}
.accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 1em;
  margin-top: 2px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: '';
  transition: transform .3s;
}
.accordion[open] summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
}
.accordion div {
  color: #666;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 0.5em 1.5em;
  transition: transform .5s, opacity .5s;
}
.accordion[open] div {
  transform: none;
  opacity: 1;
}
.accordion div p{
  display: flex;
  font-size: min(3.75vw, 16px);
}
.accordion div p.notice-txt{
  font-size: min(3.25vw, 14px);
}
.accordion div p+p{
  margin-top: 0.25em;
}
.accordion div p span{
  white-space: nowrap;
}

/***** button *****/
.btn-area .inner{
  padding: 0 0.5em;
}
.btn-primary {
  background: #eb5505;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(1rem, 0.063rem + 4.17vw, 1.625rem);
  display: block;
  border-radius: 2em;
  padding: 1em;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #eb5505;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary.large{
  font-size: clamp(1.25rem, 0.625rem + 2.67vw, 1.625rem);
}
.btn-primary:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .btn-primary:hover {
    background: #fff;
    color: #da5f29;
  }
  .btn-primary:hover:after{
    border-top: solid 2px #da5f29;
    border-right: solid 2px #da5f29;
  }
}

/***** floating *****/
.floating-btn{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.floating-btn .btn-primary{
  border-radius: 10px;
  width: 98%;
  margin: 5px auto;
  padding: 0.75em 1em;
}
@media screen and (min-width: 769px) {
  .floating-btn{
    background: none;
    box-shadow: none;
    left: auto;
    right: 5px;
    max-width: 300px;
  }
  .floating-btn .btn-primary{
    border-radius: 2em;
    padding: 0.5em 1em;
  }
  .btn-primary:hover {
    background: #eb5505;
    color: #fff;
  }
  .btn-primary:hover:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.btn-secondary {
  background: #eb5505;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(1rem, 0.063rem + 4.17vw, 1.625rem);
  display: block;
  border-radius: 400px;
  padding: 1em;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #eb5505;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.btn-secondary:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .btn-secondary:hover {
    background: #fff;
    color: #eb5505;
  }
  .btn-secondary:hover:after{
    border-top: solid 2px #eb5505;
    border-right: solid 2px #eb5505;
  }
}

.mod_cv-inner{
  margin: 1em auto 0;
}
.mod_cv .cvBtn, .mod_cv .cvAori{
  max-width: 460px;
}
.mod_cv .cvBtn {
  text-align: center;
  margin: 0 auto 1em;
}
.mod_cv .cvAori {
  padding: 0 0.6rem;
  margin: 0 auto 1em;
}
.mod_account {
  margin-top: 2.3rem;
  border-radius: 7px;
}
.mod_account .ttl {
  font-size: min(5vw, 22px);
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
}
.mod_account .mod_account_txt{
  font-size: min(4.25vw, 20px);
  margin-bottom: 0.75em;
}
.mod_account .box {
  text-align: center;
}

/***** モーダル *****/
.mod_cv.modal .btn-primary{
  background: #c55a11;
  border: 2px solid #c55a11;
  pointer-events: auto;
}
@media screen and (max-width: 359px) {
  .mod_cv.modal .btn-primary{
    line-height: 1.2;
  }
}
.mod_cv.modal #btn_senior-value_apply{
  line-height: 1.4;
  border-radius: 3em;
  padding: 1em;
}
.mod_cv.modal #btn_senior-value_apply:after{
  display: none;
}
/* モーダル展開 */
body.active{
  overflow: hidden;
}
.modal .modal-area, .modal-area-bg{
  display: none;
}
body.active .modal .modal-area-bg, body.active .modal-area-bg{
  display: block;
}
.modal .modal-area{
  z-index: 102;
  position: fixed;
  width: 92%;
  height: auto;
  max-width: 600px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: none;
  padding: 2rem 1rem 1.3rem;
  border-radius: 7px;
}
.modal .modal-area .close-btn {
  width: 3em;
  height: 3em;
  background: #333;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.modal .modal-area .elm_h2{
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  font-size: min(5vw, 26px);
}
body.active .modal-area-bg{
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 101;
  cursor: pointer;
}
/* モーダル内のボタン */
.modal-area .cvBtn a.btn-primary{
  background: #eb5505;
  border: 2px solid #eb5505;
}

/* お問い合わせ */
.mod_cvArea .inner{
  padding: 0;
}
.mod_contact {
  margin-top: 2.3rem;
}
.mod_contact .ttl {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 1em;
}
.mod_contact .box {
  border-radius: 7px;
  background: #fff;
  padding: 1.3rem 1rem;
  text-align: center;
  border: 1px solid #ccc;
}
.mod_contact .box .ttl {
  color: #EB7000;
}
.mod_contact #btn_contact_mail{
  background: #1B4C86;
  border-color: #1B4C86;
}
@media screen and (min-width: 769px) {
  .mod_contact #btn_contact_mail:hover{
    color: #fff;
  }
}
.mod_contact #btn_contact_mail:after{
  display: none;
}

/* scroll-top */
.scroll-top{
  display: none; /* 初期値 */
  z-index: 1;
}
.scroll-top a{
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  border-radius: 50%;
}
.scroll-top a:before{
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ------------------------------
footer
------------------------------ */
.mod_footer {
  text-align: center;
  padding: 2rem 0 100px;
}
@media screen and (min-width: 769px) {
  .mod_footer{
    padding-bottom: 60px;
  }
}
.mod_footer img {
  display: inline-block;
  width: 70px;
}
.mod_footer .footer-requirements3{
  margin-bottom: 1em;
  font-size: 13px;
}
.mod_terms {
  background: #6C6C6C;
  padding: 1.5rem 0 !important;
  margin-top: 0;
}
.mod_terms .inner{
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1em;
}
.mod_terms h5 {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.8em;
}
.mod_terms p {
  color: #d5d5d5;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}