@media only screen and (max-width: 767px) {
  /*-----------------------------------------------------
        common
    -----------------------------------------------------*/
  body {
    font-size: 14px;
    line-height: 1.8;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img.sp,
  span.sp {
    display: inline-block;
  }
  .inner {
    padding-left: 5.2%;
    padding-right: 5.2%;
    width: auto;
  }
}

body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #1a2348;
  color: #482E1C;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 0 !important;
  }
}

.fnt-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

.ob-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ob-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 768px) {
  .ob-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

.floatbox:not(.fixed):not(.fixed_sp) {
  position: static;
}

.floatbox.fixed,
.floatbox.fixed_sp {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed_pc {
  background: #212950;
}

.fixed_pc .inner {
  padding: 0;
}

.fixed_pc .inner h1 {
  max-width: 90px;
  margin-left: 15px;
  position: relative;
  top: -5px;
}

@media screen and (min-width: 768px) {
  .fixed_pc .inner h1 {
    max-width: 115px;
    margin: 0;
  }
}

.fixed_pc .info-top ul {
  display: flex;
  max-width: 228px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .fixed_pc .info-top ul {
    max-width: 296px;
    position: relative;
    top: -1px;
  }
}

main {
  padding-top: 48px;
}

header .inner {
  height: 48px;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 62px;
  }
  header .inner {
    height: 62px;
  }
}

#mainvisual {
  position: relative;
}

#mainvisual .bnr {
  position: absolute;
  bottom: 2%;
  left: 10%;
  right: 10%;
}

@media screen and (min-width: 768px) {
  #mainvisual .bnr {
    width: 33%;
    bottom: 2%;
    left: 33%;
    right: 33%;
    max-width: 630px;
  }
}

#voice {
  background: url("../img/sp/voice_bg.webp") no-repeat top center;
  background-size: cover;
  padding: 19vw 0 5vw;
  color: #FFF;
}

#voice .ttlbox {
  text-align: center;
  width: 46vw;
  margin: 0 auto 17vw;
}

#voice .voiceList .item {
  margin-bottom: 15vw;
  text-align: left;
}

#voice .voiceList .item .box {
  display: flex;
  flex-wrap: wrap-reverse;
}

#voice .voiceList .item .box .photo {
  margin: 0 -1px 6vw 10%;
}

#voice .voiceList .item .box .photo.photo1 {
  margin: 0 10% 6vw -1px;
}

#voice .voiceList .item .box .text {
  margin: 0 10% 8vw;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  padding: 2vw 0 2vw 5%;
}

#voice .voiceList .item .box .text h3 {
  font-size: 24px;
  margin-bottom: 2vw;
}

#voice .voiceList .item .txt {
  margin: 0 8% 0 15%;
}

@media screen and (min-width: 768px) {
  #voice {
    padding: 115px 20px 1px;
    background: url(../img/voice_bg.webp) no-repeat top center;
    background-size: cover;
  }
  #voice .ttlbox {
    width: 201px;
    margin: 0 auto 110px;
  }
  #voice .inner1 {
    max-width: 1100px;
    margin: 0 auto;
  }
  #voice .voiceList .item {
    margin-bottom: 90px;
    text-align: left;
  }
  #voice .voiceList .item .box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
  }
  #voice .voiceList .item .box .photo {
    margin: 0;
    max-width: 491px;
    height: 252px;
    width: 45%;
  }
  #voice .voiceList .item .box .photo.photo1 {
    margin: 0;
  }
  #voice .voiceList .item .box .text {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.7);
    padding: 60px 0 60px 25px;
    font-size: 16px;
    line-height: 28px;
  }
  #voice .voiceList .item .box .text h3 {
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 38px;
  }
  #voice .voiceList .item .txt {
    margin: 0 auto;
    max-width: 1020px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #voice .voiceList .item .box .text h3 {
    font-size: 32px;
  }
}

.cv {
  position: relative;
}

.cv .bnr {
  position: absolute;
  bottom: 3%;
  left: 10%;
  right: 10%;
}

@media screen and (min-width: 768px) {
  .cv .bnr {
    width: 27%;
    bottom: 3.5%;
    left: 51%;
  }
}

#reason {
  position: relative;
  padding: 20vw 0 1vw;
  background: url(../img/sp/reason_bg.webp) no-repeat top center/cover;
  color: #FFF;
  margin-top: -1px;
}

#reason .ttlbox {
  width: 60vw;
  margin: 0 auto 15vw;
}

#reason .reasonList .item {
  width: 100%;
  margin-bottom: 19vw;
  box-sizing: border-box;
  padding-left: 10%;
  text-align: left;
}

#reason .reasonList .item dl {
  padding-bottom: 4vw;
  margin-right: 5%;
}

#reason .reasonList .item dl dt {
  font-weight: 600;
  font-size: 6.15vw;
  line-height: 1.6;
  margin: 5vw 0 4vw;
  color: #E6C785;
}

#reason .reasonList .item ul {
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 10%;
  padding: 8vw 5%;
}

#reason .reasonList .item ul li {
  position: relative;
  padding-left: 20px;
}

#reason .reasonList .item ul li::after {
  background: url(../img/reason_icon.webp);
  width: 15px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
}

#reason .reasonList .item ul li + li {
  margin-top: 6px;
}

#reason .reasonList .item .note {
  font-size: 11px;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  #reason {
    padding: 105px 0 86px;
    background: url(../img/reason_bg.webp) no-repeat top center/cover;
  }
  #reason .ttlbox {
    width: 423px;
    margin: 0 auto 58px;
  }
  #reason .reasonList {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #reason .reasonList .item {
    width: 100%;
    margin-bottom: 55px;
    box-sizing: border-box;
    padding-left: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  #reason .reasonList .item h3 {
    max-width: 499px;
  }
  #reason .reasonList .item .text {
    width: calc(100% - 499px);
    box-sizing: border-box;
    padding-left: 50px;
  }
  #reason .reasonList .item dl {
    padding: 68px 0 20px;
    margin-right: 0;
  }
  #reason .reasonList .item dl dt {
    font-size: 32px;
    line-height: 50px;
    margin: 0 0 25px;
  }
  #reason .reasonList .item ul {
    margin-right: 0;
    padding: 50px 35px;
  }
  #reason .reasonList .item ul li {
    position: relative;
    padding-left: 20px;
  }
  #reason .reasonList .item ul li::after {
    background: url(../img/reason_icon.webp);
    width: 15px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
  }
  #reason .reasonList .item ul li + li {
    margin-top: 11px;
  }
  #reason .reasonList .item .note {
    font-size: 14px;
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1069px) {
  #reason .ttlbox {
    width: 323px;
    margin: 0 auto 58px;
  }
  #reason .reasonList {
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
  }
  #reason .reasonList .item {
    width: 100%;
    margin-bottom: 55px;
    box-sizing: border-box;
    padding-left: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  #reason .reasonList .item h3 {
    max-width: 499px;
    width: 50%;
  }
  #reason .reasonList .item .text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
  }
  #reason .reasonList .item dl {
    padding: 68px 0 20px;
    margin-right: 0;
  }
  #reason .reasonList .item dl dt {
    font-size: 3.3vw;
    line-height: 50px;
    margin: 0 0 25px;
  }
  #reason .reasonList .item dl dd {
    font-size: 1.9vw;
  }
  #reason .reasonList .item ul {
    margin-right: 0;
    padding: 40px 25px;
    font-size: 1.9vw;
  }
  #reason .reasonList .item ul li {
    position: relative;
    padding-left: 20px;
  }
  #reason .reasonList .item ul li::after {
    background: url(../img/reason_icon.webp);
    width: 15px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
  }
  #reason .reasonList .item ul li + li {
    margin-top: 11px;
  }
  #reason .reasonList .item .note {
    font-size: 13px;
    margin-top: 45px;
  }
}

#flow {
  position: relative;
  padding: 18vw 0 18vw;
  background: url(../img/sp/flow_bg.webp) no-repeat bottom center #1A2348;
  background-size: cover;
  color: #FFF;
  margin-top: -1px;
}

#flow .ttlbox {
  width: 70vw;
  margin: 0 auto 18vw;
  position: relative;
  z-index: 2;
}

#flow .flowList dl dt {
  width: 42%;
  margin: 0 auto 5vw;
}

#flow .flowList dl dd {
  text-align: center;
}

#flow .flowList dl dd span {
  display: block;
  color: #E6C785;
  font-weight: bold;
  font-size: 5.8vw;
  margin-bottom: 2vw;
}

#flow .flowList p.sp {
  width: 13px;
  margin: 4vw auto;
}

@media screen and (min-width: 768px) {
  #flow {
    padding: 90px 0 130px;
    background: url(../img/flow_bg.webp) no-repeat bottom center #1A2348;
    background-size: cover;
  }
  #flow .ttlbox {
    width: 339px;
    margin: 0 auto 70px;
  }
  #flow .flowList {
    width: 660px;
    margin: 0 auto;
  }
  #flow .flowList dl {
    position: relative;
    display: flex;
    align-items: center;
  }
  #flow .flowList dl dt {
    width: 189px;
    margin: 0 45px 0 0;
  }
  #flow .flowList dl dd {
    text-align: left;
    width: calc(100% - 189px);
    font-size: 19.5px;
    line-height: 34px;
  }
  #flow .flowList dl dd span {
    display: block;
    color: #E6C785;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;
  }
  #flow .flowList dl ~ dl {
    margin-top: 165px;
  }
  #flow .flowList dl ~ dl::before {
    background: url(../img/flow_line.webp);
    width: 15px;
    height: 114px;
    content: "";
    position: absolute;
    top: -140px;
    left: 85px;
  }
  #flow .flowList p.sp {
    width: 13px;
    margin: 4vw auto;
  }
}

#sec01 {
  position: relative;
  z-index: 1;
}

#sec02 {
  position: relative;
  margin-top: -9%;
}

@media screen and (max-width: 767px) {
  #sec02 {
    margin-top: -1px;
  }
}

#sec05 {
  background: #1b2348;
  color: #FFF;
  text-align: left;
}

#sec05 h2 {
  margin: 0 0 7vw 8%;
}

#sec05 dl {
  margin: 0 4% 14vw 8%;
}

#sec05 dl dt {
  padding-bottom: 6vw;
  margin-bottom: 6vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#sec05 .item {
  background: #111737;
  padding: 12vw 5% 19vw;
}

#sec05 .item h3 {
  font-size: 20px;
}

#sec05 .item ul li {
  margin-top: 6vw;
}

@media screen and (min-width: 768px) {
  #sec05 {
    padding: 0 20px 85px;
  }
  #sec05 h2 {
    max-width: 898px;
    margin: 0 auto 60px;
  }
  #sec05 .block {
    max-width: 900px;
    margin: 0 auto;
  }
  #sec05 dl {
    margin: 0 0 55px 0;
  }
  #sec05 dl dt {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  #sec05 .item {
    background: #111737;
    padding: 70px 50px 60px;
  }
  #sec05 .item h3 {
    font-size: 30px;
  }
  #sec05 .item ul li {
    margin-top: 30px;
  }
}

#faq {
  position: relative;
  padding: 13vw 5% 20vw;
  background: #1a2348;
  color: #FFF;
}

#faq .ttlbox {
  margin-bottom: 10vw;
}

#faq .ttlbox h2 {
  font-size: 7.8vw;
}

@media screen and (min-width: 768px) {
  #faq {
    padding: 70px 20px 100px;
  }
  #faq .ttlbox {
    margin-bottom: 65px;
  }
  #faq .ttlbox h2 {
    font-size: 42px;
    line-height: 42px;
  }
}

.fixed_sp a {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #mainvisual .bnr {
    width: 46%;
    bottom: 2%;
    left: 27%;
    right: 27%;
  }
  .cv .bnr {
    width: 43%;
    bottom: 4%;
    left: 53.7%;
  }
  #reason {
    padding-left: 20px;
    padding-right: 20px;
  }
}
