@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style-type: none;
}

button:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  background: #f6f6f6;
}

.f-orange {
  color: #fd6e07;
}

.f-red {
  color: #ff0000;
}

a {
  text-decoration: none;
  transition: all 0.35s;
}
a:hover {
  text-decoration: none;
}

.orange-btn {
  display: inline-block;
  font-size: 2.5rem;
  padding: 2rem 8rem;
  background: #f87208;
  color: #FFF;
  border-bottom: solid 6px #d54100;
  border-radius: 50px;
  transition: all 0.2s;
  min-width: 440px;
  text-align: center;
}
.orange-btn:hover {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  border-bottom: solid 6px #fff;
  color: #fff;
}

@media (max-width: 991px) {
  .orange-btn {
    font-size: 5vw;
    padding: 4vw 15vw;
    min-width: 280px;
  }
}
.bg-grey {
  background: #eff4f8;
}

#page-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#header {
  padding: 1vw 1vw 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#header .logo img {
  width: 200px;
  height: auto;
}
#header .navbar-nav li a {
  background: #fff;
  color: #ff4e00;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5vw 1.2vw;
  border-radius: 50px;
  display: block;
  margin: 0 0 0 2rem;
}
#header .navbar-nav li a:hover {
  background: #ddd;
}

@media (max-width: 991px) {
  #header {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #header .logo {
    padding: 1rem 0 0 1rem;
  }
}
@media (max-width: 991px) {
  #header .logo img {
    max-width: 150px;
    height: auto;
  }
}
@media (max-width: 991px) {
  #header .navbar-nav {
    background: #fff;
  }
}
@media (max-width: 991px) {
  #header .navbar-nav li a {
    background: none;
    border-radius: 0;
    font-size: 4.5vw !important;
    padding: 2rem 1rem;
    border-bottom: #fd6420 solid 1px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  #header .navbar {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  #header .navbar-nav li a {
    font-size: 2.0rem;
  }
}
.navbar-toggler {
  padding: 0.5rem 1rem 0 0;
  font-size: 1rem;
  border: none;
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon, .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #fff;
  font-size: 4.0rem;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  color: #fff;
  font-size: 4.0rem;
}

.mv-article {
  position: relative;
}
.mv-article .mv-bg {
  line-height: 0;
}
.mv-article .mv-bg img {
  max-width: 100%;
}
.mv-article h2 {
  font-size: 3.2rem;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 3%;
  width: 100%;
}

@media (max-width: 991px) {
  .mv-article h2 {
    font-size: 4vw !important;
    bottom: 45vw !important;
  }
}
@media screen and (max-width: 1440px) {
  .mv-article h2 {
    font-size: 1.6vw;
    bottom: 6%;
  }
}
.campaign-article {
  position: relative;
}
.campaign-article p {
  line-height: 0;
}
.campaign-article .campaign-list {
  max-width: 1280px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
}
.campaign-article .campaign-list div {
  text-align: center;
  width: 33%;
}
.campaign-article .campaign-list div .img img {
  width: 10vw;
  max-width: 210px;
  height: auto;
}
.campaign-article .campaign-list div .txt {
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.4em;
}
.campaign-article .campaign-list div .badge {
  position: absolute;
  top: 35px;
  left: -20px;
}
.campaign-article .campaign-list div .badge img {
  width: 7vw;
  max-width: 132px;
  height: auto;
}

.spimg {
  width: 85%;
  margin: 0 auto;
}
.spimg img {
  max-width: 100%;
  height: auto;
}
.spimg.mb-sp {
  margin-bottom: 2.4vw;
}

@media (max-width: 1024px) {
  .badge {
    position: absolute;
    top: 5px !important;
    left: 0px !important;
  }
  .badge img {
    width: 7vw !important;
    height: auto;
  }
}
@media (max-width: 991px) {
  .campaign-article .campaign-list div .img img {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .campaign-article .campaign-list div .txt {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .campaign-article .campaign-list {
    justify-content: center;
  }
  .campaign-article .campaign-list div {
    text-align: center;
    width: 25%;
  }
  .campaign-article .campaign-list div .img img {
    width: 10vw;
    height: auto;
  }
  .campaign-article .campaign-list div .txt {
    font-size: 2.5rem;
    line-height: 1.3em;
    letter-spacing: 0em;
  }
}
.campaign-block-section .txt-block {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}
.campaign-block-section .txt-block .number {
  font-size: 6.0rem;
  color: #fd6e07;
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.campaign-block-section .txt-block h3 {
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
  line-height: 1.5em;
}
.campaign-block-section .txt-block h3 span {
  color: #fd6e07;
}
.campaign-block-section .txt-block .main {
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
  line-height: 1.5em;
}
.campaign-block-section .txt-block .sub {
  font-size: 2.5rem;
  color: #fd6e07;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
  line-height: 1.5em;
}

.url {
  word-break: break-all;
}
.url a {
  color: #fa7b12;
  text-decoration: underline;
}
.url a:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .campaign-block-section .txt-block {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
  }
  .campaign-block-section .txt-block .number {
    font-size: 4.5rem;
    color: #fd6e07;
    font-weight: bold;
    margin: 0 0 1rem 0;
  }
  .campaign-block-section .txt-block h3 {
    font-size: 3.0rem;
    font-weight: bold;
    margin: 0 0 2rem 0;
    line-height: 1.4em;
  }
  .campaign-block-section .txt-block h3 span {
    color: #fd6e07;
  }
  .campaign-block-section .txt-block .main {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 2rem 0;
    line-height: 1.4em;
  }
  .campaign-block-section .txt-block .sub {
    font-size: 2.0rem;
    color: #fd6e07;
    font-weight: bold;
    margin: 0 0 1rem 0;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 991px) {
  .campaign-block-section .txt-block {
    left: 0;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .campaign-block-section .txt-block .number {
    font-size: 11vw;
    color: #fd6e07;
    font-weight: bold;
    margin: 0 0 2vw 0;
  }
  .campaign-block-section .txt-block h3 {
    font-size: 8vw;
    font-weight: bold;
    margin: 0 0 6vw 0;
    line-height: 1.4em;
  }
  .campaign-block-section .txt-block h3 span {
    color: #fd6e07;
  }
  .campaign-block-section .txt-block .main {
    font-size: 4.5vw;
    font-weight: bold;
    margin: 0 0 6vw 0;
    line-height: 1.4em;
  }
  .campaign-block-section .txt-block .sub {
    font-size: 6vw;
    color: #fd6e07;
    font-weight: bold;
    margin: 0 0 1rem 0;
    line-height: 1.4em;
  }
}
.campaign-block01-section {
  position: relative;
}
.campaign-block01-section .txt-block {
  position: absolute;
}

.campaign-detail-block .box {
  margin: 0 0 7rem 0;
}
.campaign-detail-block .title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 3rem 0;
}
.campaign-detail-block .normal-txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5em;
}
.campaign-detail-block .normal-txt.date {
  font-size: 2rem;
}
.campaign-detail-block .sub {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6em;
}
.campaign-detail-block .sub.attention {
  font-size: 1.5rem;
}
.campaign-detail-block h4 {
  margin: 0 0 3rem 0;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .campaign-detail-block .box {
    margin: 0 0 7rem 0;
  }
  .campaign-detail-block .title {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0 0 3rem 0;
  }
  .campaign-detail-block .normal-txt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6em;
  }
  .campaign-detail-block .sub {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6em;
  }
  .campaign-detail-block h4 {
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 991px) {
  .campaign-detail-block .box {
    margin: 0 0 10vw 0;
  }
  .campaign-detail-block .title {
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0 0 5vw 0;
  }
  .campaign-detail-block .normal-txt {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0em;
  }
  .campaign-detail-block .sub {
    font-size: 6.0vw;
    font-weight: bold;
    line-height: 1.6em;
  }
  .campaign-detail-block h4 {
    margin: 0 0 3vw 0;
  }
  .campaign-detail-block .iconimg img {
    width: 10%;
    height: auto;
  }

  .campaign-block03-txt-block {
    top: 77% !important;
  }

  .campaign-detail-block .sub.attention {
    font-size: 1.3rem;
  }

  .stepimg {
    max-width: 50% !important;
  }
}
.attention-article h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5rem 0;
}
.attention-article .box {
  margin: 0 0 5rem 0;
}
.attention-article .box h5 {
  color: #fd6e07;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.attention-article .box ol {
  padding: 0 0 0 3rem;
}
.attention-article .box ol li {
  margin: 0 0 1rem 0;
  list-style-type: decimal;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0em;
}
.attention-article .box .txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
}
.attention-article .box .ex-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 0 2.7rem;
  letter-spacing: 0em;
}
.attention-article .box .ex-txt::before {
  content: "例)";
  margin: 0 0 0 -2.3rem;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .attention-article h4 {
    font-size: 2.4rem;
  }
  .attention-article .box h5 {
    font-size: 1.8rem;
  }
  .attention-article .box ol li {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .attention-article .box .txt {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .attention-article .box .ex-txt {
    font-size: 1.5rem;
    margin: 0 0 0 2.7rem;
    line-height: 1.5em;
    letter-spacing: 0em;
  }
  .attention-article .box .ex-txt::before {
    content: "例)";
    margin: 0 0 0 -2rem;
  }
}
@media screen and (max-width: 991px) {
  .attention-article h4 {
    font-size: 3.0rem;
    margin: 0 0 3rem 0;
  }
  .attention-article .box {
    margin: 0 0 4rem 0;
  }
  .attention-article .box h5 {
    font-size: 1.8rem;
    margin: 0 0 1.5rem 0;
  }
  .attention-article .box ol li, .attention-article .box .txt {
    font-size: 1.5rem;
    line-height: 1.4em;
  }
  .attention-article .box .ex-txt {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin: 0 0 0 2.8rem;
    letter-spacing: 0em;
  }
  .attention-article .box .ex-txt::before {
    content: "例)";
    margin: 0 0 0 -2.2rem;
  }
}
#footer .caption-area {
  background: url("assets/images/footer-bg.png") no-repeat center top;
  padding: 20rem 0 8rem 0;
}
#footer .caption-area h5 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  margin: 0 0 5rem 0;
}
#footer .caption-area p {
  font-size: 1.5rem;
  color: #cbe5f8;
  line-height: 1.5em;
}
#footer .caption-area p a {
  color: #cbe5f8;
  text-decoration: underline;
}
#footer .caption-area p a:hover {
  text-decoration: none;
}
#footer .caption-area .attention {
  font-size: 1.4rem;
  letter-spacing: 0em;
}
#footer .copy-area {
  background: #266a90;
  padding: 2rem 0;
}
#footer .copy-area p {
  text-align: center;
  color: #aabecc;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  #footer .caption-area {
    padding: 15rem 0 5rem 0;
  }
  #footer .caption-area h5 {
    font-size: 2.4rem;
    margin: 0 0 4rem 0;
  }
  #footer .caption-area p {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  #footer .caption-area .attention {
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
  #footer .copy-area {
    padding: 2rem 0;
  }
  #footer .copy-area p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  #footer .caption-area {
    background: url("assets/images/footer-bg.png") no-repeat center top;
    padding: 13rem 0 3rem 0;
  }
  #footer .caption-area h5 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
  }
  #footer .caption-area p {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  #footer .caption-area .attention {
    font-size: 1.3rem;
  }
  #footer .copy-area {
    padding: 1.5rem 0;
  }
  #footer .copy-area p {
    font-size: 1.0rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 375px) {
  #footer .caption-area {
    background: url("assets/images/footer-bg.png") no-repeat left -150vw top;
    padding: 13rem 0 3rem 0;
  }
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 1vw;
}
#page-top a {
  background: #444;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 8px;
}
#page-top a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

@media (max-width: 991px) {
  #page-top {
    font-size: 4vw;
    bottom: 5px;
    right: 5px;
  }
}
@media (max-width: 991px) {
  #page-top a span {
    height: 36px;
  }
}
@media (max-width: 991px) {
  #page-top a {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1441px) {
  .step-list .img img {
    width: 85% !important;
    height: auto;
  }
  .step-list .normal-txt {
    font-size: 1.8rem;
  }

  .period-img img {
    width: 75% !important;
    height: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .step-box {
    width: 25%;
    margin: 0 2rem;
  }

  .step-list .img img {
    width: 85% !important;
    height: auto;
  }
}
/* custom */
#back_btn {
  display: none;
  position: absolute;
  padding: 0.8rem 1.0rem;
  z-index: 10;
  background: rgba(255, 255, 255, 0.57);
  border-radius: 5px;
  top: 1rem;
  left: 0.8rem;
}
#back_btn span {
  font-size: 2rem;
}

@media (max-width: 768px) {
  #back_btn {
    display: block;
  }
}


.campaign-article .txt .att-txt {
  font-size: 1.5rem;
  display: block;
  margin-top: -10px;
}

@media (max-width: 991px) {
  .campaign-article .txt .att-txt {
    font-size: 0.85rem;
    margin-top: 0px;
    line-height: 1rem;
  }
}