@charset "UTF-8";
html, body, div, span, iframe, h1, h3, h4, h5, p, img, i, ol, ul, li, article, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, footer, header, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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;
}

#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 {
		padding: 0.5vw 0.5vw 0;
	}
	#header .navbar-nav li a {
		font-size: 1.4rem;
	}
}
.navbar-toggler {
  padding: 0.5rem 1rem 0 0;
  font-size: 1rem;
  border: none;
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background: none;
}
.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 .date {
  display: flex;
  justify-content: center;
}
.mv-article .date p {
  font-size: 2.2rem;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0%;
  background: #fa7b12;
  display: inline-block;
  padding: 0.5rem 3rem;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .mv-article .date p {
    font-size: 1.8vw !important;
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  .mv-article .date p {
    font-size: 2.2vw !important;
    bottom: 3vw !important;
    padding: 1rem;
  }
}
.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;
}

@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.0rem;
    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 1.5rem 0;
    line-height: 1.4em;
  }
  .campaign-block-section .txt-block h3 span {
    color: #fd6e07;
  }
  .campaign-block-section .txt-block .main {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 2rem 0;
    line-height: 1.4em;
  }
  .campaign-block-section .txt-block .sub {
    font-size: 1.8rem;
    color: #fd6e07;
    font-weight: bold;
    margin: 0 0 1rem 0;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .campaign-block-section .txt-block h3 br {
    display: none !important;
  }
}
@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 .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 .sub.attention {
    font-size: 1.3rem;
  }
}
.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 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 ol li a {
  color: #fa7b12;
  text-decoration: underline;
  word-break: break-all;
}
.attention-article .box ol li a:hover {
  text-decoration: none;
}
.attention-article .box ol li ul {
  margin-top: 10px;
}
.attention-article .box ol li ul li {
  list-style-type: none;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .attention-article .box ol li ul li {
    margin-left: 33px;
  }
}
.attention-article .box ol li ul li:first-child::before {
  content: "（1）";
  margin-left: -50px;
}
@media (max-width: 991px) {
  .attention-article .box ol li ul li:first-child::before {
    margin-left: -39px;
  }
}
.attention-article .box ol li ul li:nth-child(2)::before {
  content: "（2）";
  margin-left: -50px;
}
@media (max-width: 991px) {
  .attention-article .box ol li ul li:nth-child(2)::before {
    margin-left: -39px;
  }
}
.attention-article .box ol li ul li:nth-child(3)::before {
  content: "（3）";
  margin-left: -50px;
}
@media (max-width: 991px) {
  .attention-article .box ol li ul li:nth-child(3)::before {
    margin-left: -39px;
  }
}
.attention-article .box ol li ul li:nth-child(4)::before {
  content: "（4）";
  margin-left: -50px;
}
@media (max-width: 991px) {
  .attention-article .box ol li ul li:nth-child(4)::before {
    margin-left: -39px;
  }
}
.attention-article .box ol li ul li:nth-child(5)::before {
  content: "（5）";
  margin-left: -50px;
}
@media (max-width: 991px) {
  .attention-article .box ol li ul li:nth-child(5)::before {
    margin-left: -39px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .attention-article h4 {
    font-size: 2.4rem;
  }
  .attention-article .box ol li {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
@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 ol li {
    font-size: 1.5rem;
    line-height: 1.4em;
  }
}
#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) {

  .period-img img {
    width: 75% !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;
  }
}
