@charset "UTF-8";
.red {
  color: #DF0000;
}

.blue {
  color: #213A92;
}

.blue--l {
  color: #2973DF;
}

.yellow {
  color: #FFFF00;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sec-head {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
}
@media (min-width: 650px) {
  .sec-head {
    margin-bottom: 40px;
    font-size: 46px;
  }
}
.sec-head.white {
  color: #fff;
}
.sec-head.white small, .sec-head.white + p {
  color: #fff;
}
.sec-head small {
  display: block;
  font-size: 18px;
  font-weight: 900;
}
@media (min-width: 650px) {
  .sec-head small {
    font-size: 31px;
  }
}
.sec-head + p {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 650px) {
  .sec-head + p {
    margin-bottom: 30px;
    font-size: 25px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
  z-index: 10;
}
@media (min-width: 650px) {
  .header {
    height: 80px;
    min-width: 1200px;
  }
}
.header h1 {
  width: 240px;
}
@media (min-width: 650px) {
  .header h1 {
    width: 380px;
  }
}
.header .tel {
  width: 340px;
}
.header .btn {
  width: 275px;
  margin-left: 30px;
  border-radius: 50px;
  box-shadow: 0 3px 3px rgba(4, 14, 89, 0.2);
}

.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.fixed .cld img {
  height: 68px;
}
@media (min-width: 401px) {
  .fixed .cld img {
    height: 75px;
  }
}

main {
  margin-top: 60px;
  overflow-x: hidden;
}
@media (min-width: 650px) {
  main {
    margin-top: 80px;
  }
}
main .mv {
  background: #DAECFB;
}
@media (min-width: 650px) {
  main .mv {
    padding-bottom: 70px;
  }
}
main aside {
  background: #DAECFB;
  border-top: 1px solid #DAECFB;
}
@media (min-width: 650px) {
  main aside {
    padding-bottom: 80px;
  }
}
main aside .box {
  border-radius: 20px 20px 0 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 651px) {
  main aside .box {
    margin: 75px auto 0;
  }
}
main aside .box .top {
  position: relative;
  background: #2973DF;
  z-index: 1;
}
@media (max-width: 651px) {
  main aside .box .top {
    padding: 20px 0 15px 15px;
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 650px) {
  main aside .box .top {
    margin-bottom: -20px;
    height: 100px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 651px) {
  main aside .box .top picture {
    position: absolute;
    top: -78px;
    left: 0px;
    width: 240px;
  }
}
@media (min-width: 650px) {
  main aside .box .top picture {
    width: 230px;
    margin-left: 20px;
  }
}
main aside .box .top picture img {
  width: 100%;
}
@media (min-width: 650px) {
  main aside .box .top .txt {
    padding-bottom: 10px;
  }
}
main aside .box .top .txt .small {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main aside .box .top .txt .small {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  main aside .box .top .txt .small {
    font-size: 21px;
  }
}
main aside .box .top .txt .large {
  font-weight: 900;
  line-height: 1.2em;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 0px 1px #fff, -1px 0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff;
}
@media (max-width: 651px) {
  main aside .box .top .txt .large {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media (max-width: 651px) and (min-width: 451px) {
  main aside .box .top .txt .large {
    font-size: 18px;
  }
}
@media (max-width: 651px) and (min-width: 451px) and (min-width: 451px) {
  main aside .box .top .txt .large {
    font-size: 21px;
  }
}
@media (min-width: 650px) {
  main aside .box .top .txt .large {
    font-size: 38px;
  }
}
@media (min-width: 650px) {
  main aside .box .top .txt .large .time span {
    margin: 0 4px;
  }
}
main aside .box .btm {
  position: relative;
  padding: 20px 20px 0;
  background: #fff;
  border-left: 4px solid #2973DF;
  border-right: 4px solid #2973DF;
  border-bottom: 4px solid #2973DF;
}
@media (min-width: 650px) {
  main aside .box .btm {
    padding: 0 40px 0;
  }
}
main aside .box .btm .base {
  width: 100%;
}
@media (max-width: 651px) {
  main aside .box .btm .base {
    max-width: 400px;
    margin: 0 auto;
  }
}
main aside .box .btm .btn {
  position: absolute;
  top: 16.5%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 650px) {
  main aside .comment {
    margin-top: 10px;
  }
}
main aside .comment img {
  position: relative;
  z-index: 1;
}
@media (max-width: 651px) {
  main aside .comment img {
    width: 300px;
    margin: -30px auto 0;
  }
}
@media (min-width: 650px) {
  main aside .comment img {
    width: 350px;
    transform-origin: right bottom;
    transform: scale(1.25);
  }
}
main aside .comment p {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main aside .comment p {
    text-align: center;
  }
}
@media (max-width: 651px) and (min-width: 451px) and (min-width: 451px) {
  main aside .comment p {
    font-size: 23px;
  }
}
@media (min-width: 650px) {
  main aside .comment p {
    margin-top: 15px;
    font-size: 32px;
    margin-left: 20px;
    white-space: nowrap;
  }
}
main aside .comment p .small {
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main aside .comment p .small {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  main aside .comment p .small {
    font-size: 26px;
    font-weight: bold;
  }
}
@media (min-width: 650px) {
  main #trouble {
    margin-top: -70px;
  }
}
main #trouble h2 {
  background: #DAECFB;
}
main #trouble .bg {
  background: linear-gradient(to top, #EEEFEB, #fff 20%, #fff 100%);
}
main #trouble .clm {
  position: relative;
  z-index: 1;
}
@media (max-width: 651px) {
  main #trouble .clm {
    margin-top: -35vw;
  }
}
@media (min-width: 650px) {
  main #trouble .clm {
    margin-top: -110px;
  }
}
@media (min-width: 650px) and (min-width: 1200px) {
  main #trouble .clm {
    margin-top: -8.5vw;
  }
}
main #trouble .clm .cld {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(10, 67, 119, 0.25);
}
@media (max-width: 651px) {
  main #trouble .clm .cld {
    width: calc(50% - 5px);
  }
  main #trouble .clm .cld:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media (max-width: 651px) and (min-width: 451px) {
  main #trouble .clm .cld {
    width: calc(50% - 10px);
  }
  main #trouble .clm .cld:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (min-width: 650px) {
  main #trouble .clm .cld {
    width: calc(33.33% - 13.33px);
  }
  main #trouble .clm .cld:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (max-width: 651px) {
  main #trouble .clm .cld .txt {
    padding: 15px 10px;
  }
}
@media (max-width: 651px) and (min-width: 451px) {
  main #trouble .clm .cld .txt {
    padding: 20px;
  }
}
@media (min-width: 650px) {
  main #trouble .clm .cld .txt {
    padding: 15px;
  }
}
main #trouble .clm .cld .txt h3 {
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #trouble .clm .cld .txt h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media (min-width: 650px) {
  main #trouble .clm .cld .txt h3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
main #trouble .clm .cld .txt h3 span {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #trouble .clm .cld .txt h3 span {
    font-size: 28px;
  }
}
@media (min-width: 650px) {
  main #trouble .clm .cld .txt h3 span {
    margin-right: 5px;
    font-size: 34px;
  }
}
main #trouble .clm .cld .txt ul li {
  position: relative;
  padding: 5px 0 5px 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4em;
}
@media (min-width: 451px) {
  main #trouble .clm .cld .txt ul li {
    font-size: 14px;
  }
}
@media (min-width: 650px) {
  main #trouble .clm .cld .txt ul li {
    padding: 8px 0 8px 25px;
    font-size: 17px;
  }
}
main #trouble .clm .cld .txt ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
main #trouble .clm .cld .txt ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../img/check.svg) no-repeat center/contain;
}
@media (min-width: 650px) {
  main #trouble .clm .cld .txt ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
}
main #trouble .btm {
  position: relative;
  background: #EEEFEB;
}
@media (min-width: 650px) {
  main #trouble .btm .max-w {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 651px) {
  main #trouble .btm h3 {
    padding: 50px 0 15px;
  }
}
@media (min-width: 650px) {
  main #trouble .btm h3 {
    width: 680px;
    margin-bottom: 20px;
  }
}
@media (min-width: 650px) {
  main #trouble .btm picture {
    width: 750px;
    margin-right: -50px;
  }
}
main #trouble .btm .img {
  margin-top: -20px;
}
main #search {
  padding: 50px 0;
  background: url(../img/search-bg-sp.jpg) no-repeat top right/cover;
}
@media (min-width: 650px) {
  main #search {
    padding: 100px 0;
    background-image: url(../img/search-bg.jpg);
  }
}
main #search .clm .left {
  width: 180px;
}
@media (max-width: 651px) {
  main #search .clm .left {
    margin-bottom: 20px;
  }
}
@media (min-width: 650px) {
  main #search .clm .left {
    width: 360px;
  }
}
@media (min-width: 650px) {
  main #search .clm .right {
    margin-top: -14px;
  }
}
main #search .clm .right .li:nth-child(n+2) {
  margin-top: 20px;
}
@media (min-width: 650px) {
  main #search .clm .right .li:nth-child(n+2) {
    margin-top: 30px;
  }
}
main #search .clm .right .li img {
  width: 40px;
  margin-right: 8px;
}
@media (min-width: 650px) {
  main #search .clm .right .li img {
    width: 60px;
    margin-right: 15px;
  }
}
main #search .clm .right .li dl dt {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}
@media (min-width: 650px) {
  main #search .clm .right .li dl dt {
    font-size: 40px;
  }
}
main #search .clm .right .li dl dd {
  margin-top: 5px;
  color: #fff;
}
@media (max-width: 500px) {
  main #search .clm .right .li dl dd {
    font-size: 14px;
  }
}
@media (min-width: 650px) {
  main #search .clm .right .li dl dd {
    font-size: 18px;
  }
}
main #maker {
  position: relative;
  background: #DAECFB;
}
@media (max-width: 651px) {
  main #maker {
    padding-top: 120px;
  }
}
@media (min-width: 650px) {
  main #maker {
    padding: 100px 0;
  }
}
main #maker .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 651px) {
  main #maker .bg {
    max-width: 500px;
  }
}
@media (min-width: 650px) {
  main #maker .bg {
    width: 48vw;
  }
}
main #maker .box {
  padding: 20px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(10, 67, 119, 0.25);
}
@media (min-width: 650px) {
  main #maker .box {
    padding: 50px;
  }
}
main #maker p {
  font-weight: bold;
}
@media (max-width: 651px) {
  main #maker p {
    font-size: 14px;
  }
}
@media (max-width: 651px) {
  main #maker + aside {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
main #reason {
  overflow: hidden;
}
main #reason .box {
  position: relative;
  padding: 0 20px 20px;
  background: #fff;
}
@media (min-width: 650px) {
  main #reason .box {
    padding: 0 85px 85px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.08);
  }
  main #reason .box::before, main #reason .box::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background: url(../img/reason-bg-left.jpg) no-repeat top/cover;
    z-index: -1;
  }
}
@media (min-width: 650px) and (max-width: 1200px) {
  main #reason .box::before, main #reason .box::after {
    width: calc((1200px - 100%) / 2);
  }
}
@media (min-width: 650px) {
  main #reason .box::after {
    right: auto;
    left: 100%;
    background-image: url(../img/reason-bg-right.jpg);
  }
}
main #reason .box h2 {
  width: 360px;
  margin: 0 auto;
}
@media (max-width: 651px) {
  main #reason .box h2 {
    margin-bottom: 15px;
    transform: translateX(5px);
  }
}
@media (min-width: 650px) {
  main #reason .box h2 {
    width: 873px;
  }
}
main #reason .box .li:nth-child(n+2) {
  margin-top: 40px;
}
@media (min-width: 650px) {
  main #reason .box .li:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media (min-width: 650px) {
  main #reason .box .li .img {
    width: 360px;
  }
}
@media (min-width: 650px) {
  main #reason .box .li .txt {
    width: 440px;
  }
}
main #reason .box .li .txt h3 {
  margin: 10px 0;
  font-size: 25px;
  line-height: 1.2em;
}
@media (min-width: 650px) {
  main #reason .box .li .txt h3 {
    margin: 0 0 15px;
    font-size: 42px;
  }
}
main #reason .box .li .txt h3 small {
  display: block;
  font-size: 17px;
  line-height: 1.4em;
}
@media (min-width: 650px) {
  main #reason .box .li .txt h3 small {
    font-size: 24px;
  }
}
main #relieved {
  background: #DAECFB;
}
@media (max-width: 651px) {
  main #relieved {
    margin-top: 40px;
  }
}
main #relieved .head .badge {
  width: 80px;
  margin-right: 15px;
}
@media (min-width: 650px) {
  main #relieved .head .badge {
    width: 160px;
    margin-right: 35px;
  }
}
main #relieved .head h2 {
  width: 210px;
}
@media (min-width: 650px) {
  main #relieved .head h2 {
    width: 730px;
  }
}
@media (min-width: 650px) {
  main #relieved .head p {
    margin: 10px 0 0 8px;
    font-size: 18px;
  }
}
@media (max-width: 651px) {
  main #relieved .head + p {
    margin-top: 20px;
  }
}
main #relieved .graph {
  margin-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 651px) {
  main #relieved .graph {
    max-width: calc(100% + 20px);
    transform: translateX(-10px);
  }
}
@media (min-width: 650px) {
  main #relieved .graph {
    width: 1000px;
    margin-top: 60px;
    padding-bottom: 120px;
  }
}
@media (max-width: 651px) {
  main #relieved + aside {
    padding-bottom: 60px;
  }
}
main #price {
  padding: 60px 0 70px;
  background: #2973DF;
}
@media (min-width: 650px) {
  main #price {
    padding: 80px 0 100px;
    background: url(../img/price-bg.jpg) no-repeat center/cover;
  }
}
main #price .head {
  position: relative;
  z-index: 1;
}
@media (max-width: 651px) {
  main #price .head {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 651px) {
  main #price .char {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 385px;
    max-width: 9999px;
    margin: -50px 0 0;
  }
}
@media (min-width: 650px) {
  main #price .char {
    position: absolute;
    top: -160px;
    left: -500px;
    width: 1000px;
  }
}
main #price .ticket {
  position: absolute;
  top: -30px;
  right: -150px;
  width: 437.5px;
  transform: rotate(15deg);
}
main #price .clm {
  position: relative;
  z-index: 1;
}
main #price .clm .cld {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(10, 67, 119, 0.25);
}
@media (max-width: 651px) {
  main #price .clm .cld {
    width: calc(50% - 5px);
  }
  main #price .clm .cld:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media (max-width: 651px) and (min-width: 451px) {
  main #price .clm .cld {
    width: calc(50% - 10px);
  }
  main #price .clm .cld:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (min-width: 650px) {
  main #price .clm .cld {
    width: calc(25% - 11.25px);
  }
  main #price .clm .cld:nth-child(n+5) {
    margin-top: 15px;
  }
}
main #price .clm .cld .txt {
  text-align: center;
}
@media (max-width: 651px) {
  main #price .clm .cld .txt {
    padding: 15px 0;
  }
}
@media (min-width: 650px) {
  main #price .clm .cld .txt {
    padding: 15px;
  }
}
main #price .clm .cld .txt h3 {
  color: #213A92;
  font-size: 16px;
  font-weight: 900;
  line-height: 1em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #price .clm .cld .txt h3 {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  main #price .clm .cld .txt h3 {
    font-size: 22px;
  }
}
main #price .clm .cld .txt .before {
  margin: 5px 0 10px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #price .clm .cld .txt .before {
    font-size: 17px;
  }
}
@media (min-width: 650px) {
  main #price .clm .cld .txt .before {
    font-size: 20px;
  }
}
main #price .clm .cld .txt .per {
  position: relative;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4em;
  z-index: 1;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #price .clm .cld .txt .per {
    font-size: 17px;
  }
}
@media (min-width: 650px) {
  main #price .clm .cld .txt .per {
    font-size: 19px;
  }
}
main #price .clm .cld .txt .per span {
  color: #DF0000;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #price .clm .cld .txt .per span {
    font-size: 24px;
  }
}
@media (min-width: 650px) {
  main #price .clm .cld .txt .per span {
    font-size: 27px;
  }
}
main #price .clm .cld .txt .arrow {
  width: 33px;
  margin: -2px auto -5px;
}
@media (min-width: 650px) {
  main #price .clm .cld .txt .arrow {
    width: 50px;
    margin: -5px auto -8px;
  }
}
main #price .clm .cld .txt .after {
  color: #213A92;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2em;
  background: linear-gradient(to bottom, transparent 80%, #FFFF00 80%, #FFFF00 100%);
  background-repeat: no-repeat;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #price .clm .cld .txt .after {
    font-size: 32px;
  }
}
@media (min-width: 650px) {
  main #price .clm .cld .txt .after {
    font-size: 40px;
  }
}
main #price .clm .cld .txt .tax {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #price .clm .cld .txt .tax {
    font-size: 14px;
  }
}
@media (min-width: 650px) {
  main #price .clm .cld .txt .tax {
    font-size: 14px;
  }
}
@media (min-width: 650px) {
  main #staff {
    padding: 120px 0 40px;
    background: url(../img/staff-bg.jpg) no-repeat top center/cover;
  }
}
main #staff .box {
  position: relative;
  padding: 0 20px 60px;
}
@media (min-width: 650px) {
  main #staff .box {
    padding: 70px;
    background: #fff;
  }
}
@media (max-width: 651px) {
  main #staff .box .top {
    align-items: flex-end;
    margin: -40px auto 0;
  }
  main #staff .box .top + p {
    margin: 20px 0 30px;
  }
}
@media (min-width: 650px) {
  main #staff .box .top {
    margin-top: -110px;
  }
}
@media (max-width: 651px) {
  main #staff .box .top .img {
    width: 170px;
    margin-left: -20px;
    position: relative;
  }
}
@media (min-width: 650px) {
  main #staff .box .top .img .char {
    width: 330px;
  }
}
main #staff .box .top .img .badge {
  position: absolute;
  top: 60px;
  right: -20px;
  width: 70px;
}
@media (min-width: 650px) {
  main #staff .box .top .img .badge {
    top: -30px;
    right: 30px;
    width: 130px;
  }
}
@media (max-width: 651px) and (min-width: 451px) {
  main #staff .box .top .txt {
    margin-left: 20px;
  }
}
@media (min-width: 650px) {
  main #staff .box .top .txt {
    width: calc(100% - 340px);
  }
}
main #staff .box .top .txt h2 {
  font-size: 16px;
  font-weight: 900;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #staff .box .top .txt h2 {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  main #staff .box .top .txt h2 {
    font-size: 20px;
  }
}
main #staff .box .top .txt .catch {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #staff .box .top .txt .catch {
    font-size: 26px;
  }
}
@media (min-width: 650px) {
  main #staff .box .top .txt .catch {
    margin: 5px 0 15px;
    font-size: 30px;
  }
}
@media (min-width: 650px) {
  main #staff .box .top .txt p {
    font-size: 17px;
  }
}
main #staff .box .top .txt span {
  background: linear-gradient(to bottom, transparent 80%, #FFFF00 80%, #FFFF00 100%);
  background-repeat: no-repeat;
}
main #staff .box .btm {
  position: relative;
  padding: 20px 30px;
  background: #EAF1FC;
  border: 3px solid #2973DF;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 651px) {
  main #staff .box .btm {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 650px) {
  main #staff .box .btm {
    margin-top: -20px;
    padding: 40px;
  }
}
main #staff .box .btm h3 {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #staff .box .btm h3 {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  main #staff .box .btm h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
main #staff .box .btm h3 span {
  display: block;
  font-size: 24px;
  line-height: 1em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #staff .box .btm h3 span {
    font-size: 30px;
  }
}
@media (min-width: 650px) {
  main #staff .box .btm h3 span {
    font-size: 38px;
  }
}
@media (min-width: 650px) {
  main #staff .box .btm .clm .cld {
    width: 33.33%;
    text-align: center;
  }
}
@media (max-width: 651px) {
  main #staff .box .btm .clm .cld:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #213A92;
  }
}
@media (min-width: 650px) {
  main #staff .box .btm .clm .cld:nth-child(n+2) {
    border-left: 2px dashed #213A92;
  }
}
main #staff .box .btm .clm .cld .icon {
  height: 40px;
}
@media (max-width: 651px) {
  main #staff .box .btm .clm .cld .icon {
    margin-right: 10px;
  }
}
@media (min-width: 650px) {
  main #staff .box .btm .clm .cld .icon {
    height: 57px;
    margin: 0 auto;
  }
}
main #staff .box .btm .clm .cld .icon.small {
  height: 35px;
}
@media (min-width: 650px) {
  main #staff .box .btm .clm .cld .icon.small {
    height: 50px;
  }
}
main #staff .box .btm .clm .cld h4 {
  font-size: 22px;
  font-weight: 900;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #staff .box .btm .clm .cld h4 {
    font-size: 26px;
  }
}
@media (min-width: 650px) {
  main #staff .box .btm .clm .cld h4 {
    margin: 10px 0 5px;
    font-size: 29px;
  }
}
@media (max-width: 651px) {
  main #staff .box .btm .clm .cld p {
    margin-top: 10px;
  }
}
@media (max-width: 651px) and (min-width: 451px) {
  main #staff .box .btm .clm .cld p {
    font-size: 17px;
  }
}
main #staff .shadow {
  transform-origin: top;
  transform: translateX(0.6%);
}
main #voice {
  padding: 0 0 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' fill='none' stroke='rgba(0,0,0,0.13)' stroke-width='1'%3E%3C/rect%3E%3C/svg%3E");
  background-repeat: repeat;
}
@media (min-width: 650px) {
  main #voice {
    padding: 0 0 100px;
  }
}
main #voice h2 {
  margin: 0 auto;
  transform: translateY(-15px);
}
@media (min-width: 650px) {
  main #voice h2 {
    width: 700px;
    transform: translateY(-30px);
  }
}
main #voice .clm {
  position: relative;
  z-index: 1;
}
@media (min-width: 650px) {
  main #voice .clm {
    margin-top: -60px;
  }
}
main #voice .clm .cld {
  padding: 20px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(10, 67, 119, 0.25);
}
@media (max-width: 651px) {
  main #voice .clm .cld:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media (min-width: 650px) {
  main #voice .clm .cld {
    width: calc(33.33% - 16.66px);
    padding: 30px;
  }
}
main #voice .clm .top {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 651px) {
  main #voice .clm .top {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}
main #voice .clm .top img {
  width: 210px;
}
main #voice .clm .top h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #213A92;
  font-size: 22px;
  font-weight: 900;
}
main #flow {
  padding: 60px 0;
  background: url(../img/flow-bg-sp.jpg) no-repeat top/cover;
}
@media (min-width: 650px) {
  main #flow {
    padding: 100px 0;
    background-image: url(../img/flow-bg.jpg);
  }
}
main #flow .clm .cld {
  position: relative;
}
@media (max-width: 651px) {
  main #flow .clm .cld:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media (min-width: 650px) {
  main #flow .clm .cld {
    width: calc(25% - 30px);
  }
}
main #flow .clm .cld .img {
  position: relative;
}
@media (max-width: 651px) {
  main #flow .clm .cld .img {
    width: calc(36% - 10px);
  }
}
main #flow .clm .cld .img .arrow {
  position: absolute;
  z-index: 1;
}
@media (max-width: 651px) {
  main #flow .clm .cld .img .arrow {
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
  }
}
@media (min-width: 650px) {
  main #flow .clm .cld .img .arrow {
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 45px;
  }
}
@media (max-width: 651px) {
  main #flow .clm .cld .txt {
    width: calc(64% - 10px);
    margin-left: 20px;
  }
}
main #flow .clm .cld .txt .step {
  color: #fff;
  font-size: 17px;
  line-height: 1em;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #flow .clm .cld .txt .step {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  main #flow .clm .cld .txt .step {
    margin-top: 15px;
    font-size: 20px;
  }
}
main #flow .clm .cld .txt h3 {
  color: #FFFF00;
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 651px) and (min-width: 451px) {
  main #flow .clm .cld .txt h3 {
    font-size: 20px;
  }
}
@media (max-width: 651px) and (min-width: 451px) {
  main #flow .clm .cld .txt h3 {
    font-size: 26px;
  }
}
@media (min-width: 650px) {
  main #flow .clm .cld .txt h3 {
    font-size: 23px;
  }
}
main #flow .clm .cld .txt p {
  margin-top: 5px;
  color: #fff;
}
main #qa {
  padding: 60px 0 40px;
  background: #DAECFB;
}
@media (min-width: 650px) {
  main #qa {
    padding: 100px 0 150px;
  }
}
main #qa .li:nth-child(n+2) {
  margin-top: 20px;
}
@media (min-width: 650px) {
  main #qa .li:nth-child(n+2) {
    margin-top: 40px;
  }
}
main #qa .li .open-close-btn {
  position: relative;
  padding: 15px 35px 15px 15px;
  background: linear-gradient(to right, #1A61C5, #47BCE3);
}
@media (min-width: 650px) {
  main #qa .li .open-close-btn {
    padding: 20px 45px 20px 20px;
    cursor: pointer;
  }
}
main #qa .li .open-close-btn img {
  width: 30px;
  margin-right: 10px;
}
@media (min-width: 650px) {
  main #qa .li .open-close-btn img {
    width: 40px;
    margin-right: 20px;
  }
}
main #qa .li .open-close-btn h3 {
  color: #fff;
  font-size: 18px;
}
@media (min-width: 650px) {
  main #qa .li .open-close-btn h3 {
    font-size: 24px;
  }
}
main #qa .li .open-close-btn.on .arrow {
  top: 38%;
  transform: rotate(135deg);
}
main #qa .li .open-close-btn .arrow {
  position: absolute;
  top: 45%;
  right: 15px;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}
@media (min-width: 650px) {
  main #qa .li .open-close-btn .arrow {
    right: 20px;
    width: 15px;
    height: 15px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
main #qa .li .open-close-cnt {
  position: relative;
  height: 0;
  overflow: hidden;
}
main #qa .li .open-close-cnt .inner {
  padding: 15px;
  background: #fff;
}
@media (min-width: 650px) {
  main #qa .li .open-close-cnt .inner {
    padding: 20px;
  }
}
main #qa .li .open-close-cnt .inner img {
  width: 30px;
  margin-right: 10px;
}
@media (min-width: 650px) {
  main #qa .li .open-close-cnt .inner img {
    width: 40px;
    margin-right: 20px;
  }
}
@media (min-width: 650px) {
  main #qa .li .open-close-cnt .inner p {
    font-size: 18px;
  }
}
@media (max-width: 651px) {
  main #qa + aside {
    padding-bottom: 60px;
  }
}
main #contact {
  padding: 60px 0;
}
@media (min-width: 650px) {
  main #contact {
    padding: 100px 0;
  }
}
main #contact .box {
  padding: 20px;
  background: #DAECFB;
}
@media (min-width: 650px) {
  main #contact .box {
    max-width: 800px;
    margin: 0 auto;
    padding: 70px;
  }
}
main #contact .box dl:nth-child(n+2) {
  margin-top: 20px;
}
@media (min-width: 650px) {
  main #contact .box dl:nth-child(n+2) {
    margin-top: 30px;
  }
}
main #contact .box dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (min-width: 650px) {
  main #contact .box dl dt {
    font-size: 20px;
  }
}
main #contact .box dl dt::before {
  display: block;
  content: "任意";
  width: 35px;
  margin-right: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  background-color: #2973DF;
  border-radius: 10px;
}
@media (min-width: 650px) {
  main #contact .box dl dt::before {
    width: 40px;
    font-size: 13px;
    line-height: 19px;
  }
}
main #contact .box dl dt.req::before {
  content: "必須";
  background: #DF0000;
}
main #contact .box dl dd input[type=text],
main #contact .box dl dd input[type=email],
main #contact .box dl dd input[type=tel],
main #contact .box dl dd textarea {
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 1.6em;
  background: #fff;
  border-radius: 10px;
  border: none;
}
@media (min-width: 650px) {
  main #contact .box dl dd input[type=text],
main #contact .box dl dd input[type=email],
main #contact .box dl dd input[type=tel],
main #contact .box dl dd textarea {
    padding: 10px 15px;
  }
}
main #contact .box dl dd input[type=text]::-moz-placeholder, main #contact .box dl dd input[type=email]::-moz-placeholder, main #contact .box dl dd input[type=tel]::-moz-placeholder, main #contact .box dl dd textarea::-moz-placeholder {
  color: #CCCCCC;
  font-weight: 600;
}
main #contact .box dl dd input[type=text]:-ms-input-placeholder, main #contact .box dl dd input[type=email]:-ms-input-placeholder, main #contact .box dl dd input[type=tel]:-ms-input-placeholder, main #contact .box dl dd textarea:-ms-input-placeholder {
  color: #CCCCCC;
  font-weight: 600;
}
main #contact .box dl dd input[type=text]::placeholder,
main #contact .box dl dd input[type=email]::placeholder,
main #contact .box dl dd input[type=tel]::placeholder,
main #contact .box dl dd textarea::placeholder {
  color: #CCCCCC;
  font-weight: 600;
}
main #contact .box dl dd label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
main #contact .box dl dd label:nth-child(n+2) {
  margin-left: 20px;
}
main #contact .box dl dd label input {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
}
main #contact .box dl dd textarea {
  height: 200px;
}
@media (min-width: 650px) {
  main #contact .box dl dd textarea {
    height: 250px;
  }
}
@media (max-width: 651px) {
  main #contact .box dl dd .top {
    justify-content: space-between;
  }
}
main #contact .box dl dd .top input {
  width: 45%;
}
@media (min-width: 650px) {
  main #contact .box dl dd .top input {
    width: 200px;
    margin: 0 10px;
  }
}
main #contact .box dl dd .top .zipbtn {
  width: 45%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: #2973DF;
  line-height: 45px;
  border-radius: 23px;
}
@media (min-width: 650px) {
  main #contact .box dl dd .top .zipbtn {
    width: 200px;
    font-size: 15px;
    cursor: pointer;
  }
}
main #contact .box dl dd .btm input {
  margin-top: 10px;
}
@media (min-width: 650px) {
  main #contact .box dl dd .btm input {
    margin-top: 20px;
  }
}
main #contact .box .privacypolicy {
  margin: 30px 0 10px;
}
@media (min-width: 650px) {
  main #contact .box .privacypolicy {
    margin: 60px 0 20px;
  }
}
main #contact .box .privacypolicy h3 {
  padding: 10px;
  color: #fff;
  font-size: 13px;
  background: #2973DF;
}
@media (min-width: 650px) {
  main #contact .box .privacypolicy h3 {
    font-size: 18px;
  }
}
main #contact .box .privacypolicy .txt {
  height: 200px;
  padding: 15px;
  background: #fff;
  overflow-y: scroll;
}
@media (min-width: 650px) {
  main #contact .box .privacypolicy .txt {
    padding: 20px;
  }
}
main #contact .box .privacypolicy .txt p {
  word-break: break-all;
}
main #contact .box .check {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 900;
}
@media (min-width: 650px) {
  main #contact .box .check {
    font-size: 20px;
    cursor: pointer;
  }
}
main #contact .box .check input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
main #contact .box .check-txt {
  margin-top: 20px;
}
@media (min-width: 650px) {
  main #contact .box .check-txt {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
  }
}
main #contact button {
  width: 210px;
  margin-top: 40px;
  background: none;
  border: none;
  box-shadow: 0 3px 3px rgba(10, 67, 119, 0.25);
  border-radius: 30px;
}
@media (min-width: 650px) {
  main #contact button {
    width: 300px;
    margin-top: 50px;
    cursor: pointer;
  }
}

.footer .copyright {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  font-size: 14px;
}

.layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s linear, visibility 1s linear, z-index 1s linear;
}

.layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.layer.is-open .modal {
  opacity: 1;
  visibility: visible;
}

.modal__button-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
}

.close-button {
  position: relative;
  width: 39px;
  height: 39px;
  background: #20327e;
  border-radius: 50%;
  padding: 0;
  border: transparent;
  cursor: pointer;
}

.close-button span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  border-radius: 20px;
}

.close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-right: auto;
  margin-left: auto;
  width: 30%;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.7s linear, opacity 0.7s linear;
}

.modal__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 10px 10px 13px 2px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  display: block;
  padding: 60px 8px 30px;
  height: auto;
}

@media screen and (max-width: 1279px) {
  .modal {
    width: 65%;
  }
}
@media screen and (max-width: 500px) {
  .modal {
    top: 47%;
    max-height: none;
    overflow-y: inherit;
  }
}
/*# sourceMappingURL=style.css.map */