body {
  font-family: "Kaisei Opti", serif;
  color: #666;
  line-height: 1.7;
  text-align: center;
}

a:hover {
  opacity: 0.5;
}

.yellow {
  color: #ffda00;
}

.skyblue {
  color: #1e80ff;
}

.blue {
  color: #00479d;
}

.pink {
  color: #ff007f;
}

.pink_back {
  background-color: #ff007f;
  color: #fff;
}
.light_pink_back {
  background-color: #ffd5db;
}

.gold {
  color: #805400;
}

.green {
  color: #008000;
}

.orange {
  color: #ff3800;
}

.purple {
  color: #46007f;
}

.gray_back {
  background-color: #848498;
  color: #fff;
}

.sp,
.tab,
.tab2 {
  display: none;
}

.font-space {
  display: inline-block;
  margin: 0 -0.5rem;
}

.font-space2 {
  display: inline-block;
  margin: 0 -0.25rem;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .tab2 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
}
dt {
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .pc2 {
    display: none;
  }
}
header {
  width: 100%;
  height: 100vh;
  background: url(../image/image_1.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  header {
    transition: 0.5s;
    background: url(../image/image_1tab.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  header {
    align-items: flex-start;
    padding-top: 10rem;
    background: url(../image/image_1sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 480px) {
  header {
    align-items: center;
    padding-top: 0;
    background: url(../image/image_46.jpg);
    background-size: cover;
    background-position: center;
  }
}
header::after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../image/image_1.png), url(../image/image_2.png);
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  header::after {
    background: url(../image/image_1s.png), url(../image/image_2s.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto, 100% auto;
  }
}
@media screen and (max-width: 480px) {
  header::after {
    background: url(../image/image_1s.png), url(../image/image_2sp.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto, 100% auto;
  }
}
header::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../image/image_3.png), url(../image/image_4.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%, auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
header div {
  display: flex;
  flex-direction: column;
}
header div + p {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
  font-size: 26px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  header div + p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  header div + p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header div + p {
    font-size: 18px;
  }
}
header div + p + p {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
  font-size: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  header div + p + p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  header div + p + p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header div + p + p {
    font-size: 15px;
  }
}
header div h1 {
  font-size: 43px;
  line-height: 1.6;
  margin-bottom: 20px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  header div h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  header div h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  header div h1 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
header div h1 span {
  display: inline-block;
  position: relative;
}
header div h1 span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(189, 5, 5);
}
@media screen and (max-width: 768px) {
  header div h1 span::after {
    width: 7px;
    height: 7px;
  }
}
header div h1 + p {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  header div h1 + p {
    margin-bottom: 10px;
  }
}
header div h1 + p img {
  width: 370px;
  height: auto;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  header div h1 + p img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  header div h1 + p img {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  header div h1 + p img {
    width: 200px;
  }
}
header div dt {
  font-size: 26px;
}
@media screen and (max-width: 1000px) {
  header div dt {
    font-size: 20px;
  }
}
header div dd {
  font-size: 34px;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  header div dd {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  header div dd {
    font-size: 24px;
  }
}
header div dd span {
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  header div dd span {
    font-size: 20px;
  }
}
header div dd p {
  display: none;
}
@media screen and (max-width: 480px) {
  header div dd p {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
header div dd p img {
  width: 100px;
}
@media screen and (max-width: 480px) {
  header section {
    display: none;
  }
}
header section p:nth-of-type(1) {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
header section p:nth-of-type(2) {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  header section p {
    height: 190px;
  }
  header section p:nth-of-type(1) {
    left: 20%;
    bottom: 60px;
  }
  header section p:nth-of-type(2) {
    right: 20%;
    bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  header section p:nth-of-type(1) {
    left: 20%;
    bottom: 30px;
  }
  header section p:nth-of-type(2) {
    right: 20%;
    bottom: 30px;
  }
}
header section p img {
  height: 180px;
  width: auto;
  transition: 0.5s;
}
header section p img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 1350px) {
  header section p img {
    height: 140px;
  }
}
@media screen and (max-width: 1200px) {
  header section p img {
    height: 120px;
  }
}
@media screen and (max-width: 1000px) {
  header section p img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  header section p img {
    height: 180px;
  }
  header section p img:nth-of-type(1) {
    display: none;
  }
  header section p img:nth-of-type(2) {
    display: inline;
  }
}

#about ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
#about li {
  width: 33.3333333333%;
}
#about li:nth-of-type(1) {
  background: url(../image/image_2.jpg);
  background-size: cover;
  background-position: center;
  font-size: 30px;
  line-height: 1.3;
  padding: 2rem 1rem;
  text-shadow: 1px 1px 5px #000;
}
@media screen and (max-width: 1000px) {
  #about li:nth-of-type(1) {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #about li:nth-of-type(1) {
    width: 30%;
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #about li:nth-of-type(1) {
    display: none;
  }
}
#about li:nth-of-type(2) {
  background: #00479d;
  padding: 1rem 0 2rem;
}
@media screen and (max-width: 768px) {
  #about li:nth-of-type(2) {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  #about li:nth-of-type(2) {
    width: 100%;
  }
}
#about li:nth-of-type(2) > dl > dt {
  font-size: 38px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #about li:nth-of-type(2) > dl > dt {
    font-size: 28px;
  }
}
#about li:nth-of-type(2) > dl dl:nth-of-type(1) dt {
  margin: 1.5rem 0 0;
  font-weight: normal;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #about li:nth-of-type(2) > dl dl:nth-of-type(1) dt {
    font-size: 18px;
  }
}
#about li:nth-of-type(2) > dl dl:nth-of-type(1) dd {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #about li:nth-of-type(2) > dl dl:nth-of-type(1) dd {
    font-size: 28px;
  }
}
#about li:nth-of-type(2) > dl dl:nth-of-type(2) dt {
  border: 1px solid #fff;
  padding: 0.5rem;
  border-radius: 10px;
  width: 12rem;
  margin: 1.5rem auto 0.5rem;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #about li:nth-of-type(2) > dl dl:nth-of-type(2) dt {
    font-size: 20px;
    padding: 0.25rem;
  }
}
#about li:nth-of-type(2) > dl dl:nth-of-type(2) dd {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #about li:nth-of-type(2) > dl dl:nth-of-type(2) dd {
    font-size: 18px;
  }
}
#about li:nth-of-type(3) {
  background: url(../image/image_3.jpg);
  background-size: cover;
  background-position: center;
  font-size: 30px;
  line-height: 1.3;
  padding: 2rem 1rem;
  text-shadow: 1px 1px 5px #000;
}
@media screen and (max-width: 1000px) {
  #about li:nth-of-type(3) {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #about li:nth-of-type(3) {
    width: 30%;
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #about li:nth-of-type(3) {
    display: none;
  }
}

#campaign {
  position: relative;
  color: #fff;
  padding: 8rem 0;
  font-size: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  #campaign {
    padding: 6rem 0;
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #campaign {
    padding: 5rem 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  #campaign {
    padding: 4rem 0;
    font-size: 28px;
  }
}
#campaign::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url(../image/image_4.jpg);
  background-size: cover;
  background-position: center left;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #campaign::before {
    display: none;
  }
}
#campaign::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: url(../image/image_5.jpg);
  background-size: cover;
  background-position: center right;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #campaign::after {
    width: 100%;
  }
}
#campaign img {
  width: 580px;
  display: block;
  margin: auto;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #campaign img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #campaign img {
    width: 450px;
  }
}
@media screen and (max-width: 480px) {
  #campaign img {
    width: 280px;
  }
}
#campaign a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #campaign a {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #campaign a {
    font-size: 20px;
  }
}

#contact {
  padding: 5rem 1rem;
  color: #fff;
  background: url(../image/image_6.jpg);
  background-size: cover;
  background-position: center;
  line-height: 1.5;
}
#contact dt {
  font-size: 24px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #contact dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #contact dt {
    font-size: 18px;
  }
}
#contact dd {
  font-size: 21px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #contact dd {
    font-size: 18px;
  }
}
#contact dd span {
  display: inline-block;
  font-size: 56px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #contact dd span {
    font-size: 48px;
  }
}
@media screen and (max-width: 480px) {
  #contact dd span {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #contact dd span.pc2 {
    display: none;
  }
}

.chance {
  padding: 3rem 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  display: block;
  background: url(../image/image_7.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.chance.chance2 {
  background: url(../image/image_41.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .chance {
    padding: 2rem 0 3rem;
    background: url(../image/image_7s.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .chance.chance2 {
    background: url(../image/image_41s.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.chance h2 {
  font-size: 50px;
  line-height: 1.3;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .chance h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .chance h2 {
    font-size: 30px;
  }
}
.chance h2 span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .chance h2 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .chance h2 span {
    font-size: 40%;
  }
}
@media screen and (max-width: 480px) {
  .chance h2 span {
    font-size: 35%;
  }
}

.border_bottom {
  border-bottom: 2px solid #666;
}

#navi dl {
  padding: 7rem 0 0;
}
@media screen and (max-width: 1000px) {
  #navi dl {
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  #navi dl {
    padding: 3rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  #navi dl {
    padding: 2rem 0 0;
  }
}
#navi dt {
  font-size: 70px;
  line-height: 1.3;
  margin-bottom: 9rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #navi dt {
    font-size: 50px;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #navi dt {
    font-size: 40px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  #navi dt {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #navi dt {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}
#navi dt span {
  display: inline-block;
  font-size: 40px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #navi dt span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #navi dt span {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #navi dt span {
    font-size: 20px;
  }
}
#navi ul {
  display: flex;
  flex-wrap: wrap;
}
#navi li {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 8rem 0;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #navi li {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  #navi li {
    padding: 4rem 0;
  }
}
#navi li h3 {
  line-height: 1;
}
#navi li h3 span {
  display: block;
  line-height: 1;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #navi li h3 span {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  #navi li h3 span {
    padding-bottom: 1rem;
  }
}
#navi li h3 .biger {
  font-size: 70px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #navi li h3 .biger {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  #navi li h3 .biger {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #navi li h3 .biger {
    font-size: 28px;
  }
}
#navi li h3 .mini {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  #navi li h3 .mini {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #navi li h3 .mini {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #navi li h3 .mini {
    font-size: 20px;
  }
}
#navi li a {
  font-size: 24px;
  padding: 1.25rem 2.5rem;
  border: 1px solid #fff;
  border-radius: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 1rem auto 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  #navi li a {
    font-size: 20px;
    padding: 1rem 2rem;
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  #navi li a {
    font-size: 18px;
    padding: 0.75rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #navi li a {
    font-size: 14px;
    padding: 0.25rem 0.75rem;
  }
}
#navi li:nth-of-type(1) {
  background: url(../image/image_8.jpg);
  background-size: cover;
  background-position: center;
}
#navi li:nth-of-type(2) {
  background: url(../image/image_9.jpg);
  background-size: cover;
  background-position: center;
}
#navi li:nth-of-type(3) {
  background: url(../image/image_10.jpg);
  background-size: cover;
  background-position: center;
}
#navi li:nth-of-type(4) {
  background: url(../image/image_11.jpg);
  background-size: cover;
  background-position: center;
}
#navi li:nth-of-type(5) {
  background: url(../image/image_12.jpg);
  background-size: cover;
  background-position: center;
}
#navi li:nth-of-type(6) {
  background: url(../image/image_13.jpg);
  background-size: cover;
  background-position: center;
}
#navi section {
  display: block;
  width: 100%;
  margin: 0 auto 3px;
  position: relative;
  color: #fff;
  padding-bottom: 5rem;
  overflow: hidden;
}
#navi section ::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url(../image/image_14.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#navi section ::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: url(../image/image_15.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#navi section p {
  font-size: 40px;
  line-height: 1.3;
  margin: 0 auto;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #navi section p {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  #navi section p {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  #navi section p {
    font-size: 25px;
  }
}
#navi section p span {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #navi section p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #navi section p span {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #navi section p span {
    font-size: 40%;
  }
}
#navi section p img {
  display: block;
  width: 435px;
  margin: 0 auto 4rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #navi section p img {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  #navi section p img {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  #navi section p img {
    width: 250px;
  }
}

.a_box_1 p {
  font-size: 70px;
}

.answer {
  color: #fff;
  padding: 17rem 3rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .answer {
    padding: 15rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .answer {
    padding: 15rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .answer {
    padding: 12rem 1rem;
  }
}
.answer > div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .answer > div {
    flex-direction: column;
  }
}
.answer > div > div {
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .answer > div > div {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .answer > div > div {
    margin-bottom: 3rem;
  }
}
.answer h2 {
  font-size: 40px;
  line-height: 1.3;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .answer h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .answer h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .answer h2 {
    font-size: 26px;
  }
}
.answer h2 span {
  display: block;
  margin: 1.5rem 0;
}
.answer h2 + p {
  font-size: 29px;
  line-height: 1.1;
}
.answer h2 + p span {
  font-size: 50%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .answer h2 + p span {
    font-size: 40%;
  }
}
.answer > div > p span {
  display: block;
  line-height: 1;
  padding: 0.5rem 0;
}
.answer .biger {
  font-size: 70px;
  transition: 0.5s;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .answer .biger {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .answer .biger {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .answer .biger {
    font-size: 46px;
  }
}
.answer .mini {
  font-size: 40px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .answer .mini {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .answer .mini {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .answer .mini {
    font-size: 26px;
  }
}

#a1 > section {
  background: url(../image/image_16.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  #a1 > section {
    background: url(../image/image_16s.jpg);
    background-size: cover;
    background-position: center;
  }
}

#a2 > section {
  background: url(../image/image_17.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  #a2 > section {
    background: url(../image/image_17s.jpg);
    background-size: cover;
    background-position: left top;
  }
}

#a3 > section {
  background: url(../image/image_18.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  #a3 > section {
    background: url(../image/image_18s.jpg);
    background-size: cover;
    background-position: center right;
  }
}

#a4 > section {
  background: url(../image/image_19.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  #a4 > section {
    background: url(../image/image_19s.jpg);
    background-size: cover;
    background-position: center right;
  }
}

#a5 > section {
  background: url(../image/image_20.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  #a5 > section {
    background: url(../image/image_20s.jpg);
    background-size: cover;
    background-position: center;
  }
}

#a6 > section {
  background: url(../image/image_21.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  #a6 > section {
    background: url(../image/image_21s.jpg);
    background-size: cover;
    background-position: center right;
  }
}

.a_box_1 {
  padding: 5rem 0 0;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .a_box_1 {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .a_box_1 {
    padding: 3rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .a_box_1 {
    padding: 2rem 0 0;
  }
}
.a_box_1 p {
  font-size: 50px;
  line-height: 1.7;
  margin-bottom: 3rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .a_box_1 p {
    font-size: 40px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .a_box_1 p {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .a_box_1 p {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
.a_box_1 p:nth-of-type(2) {
  display: block;
}

@media screen and (max-width: 480px) {
  .arrow {
    line-height: 1;
  }
}
.arrow img {
  width: 214px;
  margin: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .arrow img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .arrow img {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .arrow img {
    width: 120px;
  }
}

.price {
  width: 100%;
  overflow: hidden;
  padding: 8rem 0;
  transition: 0.5s;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .price {
    padding: 3rem 0;
  }
}
.price dt {
  font-size: 40px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .price dt {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .price dt {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .price dt {
    font-size: 20px;
  }
}
.price dd h3.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .price dd h3.sp {
    display: block;
    font-size: 22px;
    margin: 1rem auto;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    background: #ff3800;
  }
}
.price dd:nth-of-type(1) {
  position: relative;
  font-size: 40px;
  margin-bottom: 2rem;
  line-height: 1;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .price dd:nth-of-type(1) {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .price dd:nth-of-type(1) {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .price dd:nth-of-type(1) {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
.price dd:nth-of-type(1) span {
  font-size: 70px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .price dd:nth-of-type(1) span {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .price dd:nth-of-type(1) span {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  .price dd:nth-of-type(1) span {
    font-size: 30px;
  }
}
.price h4 {
  font-size: 35px;
  margin-bottom: 1rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .price h4 {
    font-size: 30px;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .price h4 {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .price h4 {
    font-size: 22px;
  }
}
.price dd:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 10px;
/*  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;*/
  width: min(1000px,94%);
  transition: 0.5s;
}
.price dd:nth-of-type(2) table:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 1000px) {
  .price dd:nth-of-type(2) {
    padding: 1.25rem 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .price dd:nth-of-type(2) {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .price dd:nth-of-type(2) {
    padding: 1rem 1rem 0;
    width: 80%;
  }
  .price dd:nth-of-type(2) table:nth-of-type(1) {
    display: none;
  }
  .price dd:nth-of-type(2) table:nth-of-type(2) {
    display: table;
    width: 100%;
  }
}
.price table {
  font-size: 30px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .price table {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .price table {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .price table {
    font-size: 18px;
  }
}
.price table th {
  font-weight: normal;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .price table th {
    text-align: center;
    border-top: 1px dotted #666;
    padding-top: 1rem;
  }
}
.price table td {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .price table td {
    text-align: center;
    padding-bottom: 1rem;
  }
}
.price table .pink,
.price table .orange,
.price table .green,
.price table .purple {
  padding-left: 1rem;
}

.price_2 dd h3.sp {
  background: #ff007f;
}

.price_3 dd h3.sp {
  background: #008000;
}

.price_4 dd h3.sp {
  background: #46007f;
}

.price.price_4 dd:nth-of-type(1) {
  position: relative;
  font-size: 32px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .price.price_4 dd:nth-of-type(1) {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .price.price_4 dd:nth-of-type(1) {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .price.price_4 dd:nth-of-type(1) {
    font-size: 18px;
  }
}
.price.price_4 dd:nth-of-type(1) span {
  font-size: 50px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .price.price_4 dd:nth-of-type(1) span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .price.price_4 dd:nth-of-type(1) span {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .price.price_4 dd:nth-of-type(1) span {
    font-size: 24px;
  }
}

.price_1 {
  background: url(../image/image_22.jpg);
  background-size: cover;
  background-position: center right;
}
@media screen and (max-width: 480px) {
  .price_1 {
    background: url(../image/image_22s.jpg);
    background-size: cover;
    background-position: center right;
  }
}
.price_1 dd:nth-of-type(1)::before {
  position: absolute;
  content: url(../image/image_10.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
  margin: -155px;
  margin-left: -250px;
}
@media screen and (max-width: 1000px) {
  .price_1 dd:nth-of-type(1)::before {
    transform: scale(0.4);
    margin-left: -220px;
  }
}
@media screen and (max-width: 768px) {
  .price_1 dd:nth-of-type(1)::before {
    transform: scale(0.3);
    margin-left: -210px;
  }
}
@media screen and (max-width: 600px) {
  .price_1 dd:nth-of-type(1)::before {
    display: none;
  }
}

.price_2 {
  background: url(../image/image_23.jpg);
  background-size: cover;
  background-position: center left;
}
@media screen and (max-width: 480px) {
  .price_2 {
    background: url(../image/image_23s.jpg);
    background-size: cover;
    background-position: center left;
  }
}
.price_2 dd:nth-of-type(1)::after {
  position: absolute;
  content: url(../image/image_12.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
  margin: -155px;
  margin-left: -60px;
}
@media screen and (max-width: 1000px) {
  .price_2 dd:nth-of-type(1)::after {
    transform: scale(0.4);
    margin-left: -90px;
  }
}
@media screen and (max-width: 768px) {
  .price_2 dd:nth-of-type(1)::after {
    transform: scale(0.3);
    margin-left: -100px;
  }
}
@media screen and (max-width: 600px) {
  .price_2 dd:nth-of-type(1)::after {
    display: none;
  }
}

.price_3 {
  background: url(../image/image_24.jpg);
  background-size: cover;
  background-position: center right;
}
@media screen and (max-width: 480px) {
  .price_3 {
    background: url(../image/image_24s.jpg);
    background-size: cover;
    background-position: center right;
  }
}
.price_3 dd:nth-of-type(1)::before {
  position: absolute;
  content: url(../image/image_11.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
  margin: -155px;
  margin-left: -250px;
}
@media screen and (max-width: 1000px) {
  .price_3 dd:nth-of-type(1)::before {
    transform: scale(0.4);
    margin-left: -220px;
  }
}
@media screen and (max-width: 768px) {
  .price_3 dd:nth-of-type(1)::before {
    transform: scale(0.3);
    margin-left: -210px;
  }
}
@media screen and (max-width: 600px) {
  .price_3 dd:nth-of-type(1)::before {
    display: none;
  }
}

.price_4 {
  background: url(../image/image_25.jpg);
  background-size: cover;
  background-position: center left;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .price_4 {
    background: url(../image/image_25s.jpg);
    background-size: cover;
    background-position: center left;
  }
}
.price_4 table {
  color: #666;
}
.price_4 dd:nth-of-type(1) div::after {
  position: absolute;
  content: url(../image/image_13.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
  margin: -155px;
  margin-left: -60px;
}
@media screen and (max-width: 1000px) {
  .price_4 dd:nth-of-type(1) div::after {
    transform: scale(0.4);
    margin-left: -90px;
  }
}
@media screen and (max-width: 768px) {
  .price_4 dd:nth-of-type(1) div::after {
    transform: scale(0.3);
  }
}
@media screen and (max-width: 600px) {
  .price_4 dd:nth-of-type(1) div::after {
    display: none;
  }
}
.price_4 small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#a1 .a_box_1 dd p {
  font-size: 28px;
  margin: 1rem 0;
  transition: 0.5s;
}

@media screen and (max-width: 1000px) {
  #a1 .a_box_1 dd p {
    margin: 0.75rem 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  #a1 .a_box_1 dd p {
    margin: 0.75rem 0;
    font-size: 20px;
  }
}
.price_4 .price_4_small {
  display: inline-block;
  font-size: 20px;
  text-align: justify;
  width: 750px;
  margin: 1rem auto 0;
  line-height: 2;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .price_4 .price_4_small {
    font-size: 18px;
    width: 660px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .price_4 .price_4_small {
    font-size: 16px;
    width: 520px;
    line-height: 1.5;
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 480px) {
  .price_4 .price_4_small {
    width: 100%;
    padding: 0 2.5rem;
    font-size: 15px;
  }
}

.plus {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}
@media screen and (max-width: 480px) {
  .plus {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.plus h3 {
  background: #ff007f;
  color: #fff;
  line-height: 1.2;
  padding: 2rem 2.4rem;
  font-size: 30px;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 1rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .plus h3 {
    font-size: 24px;
    padding: 1.5rem 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plus h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .plus h3 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.plus p {
  font-size: 46px;
  margin-right: 1rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .plus p {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .plus p {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .plus p {
    font-size: 28px;
    line-height: 1;
  }
}
.plus p span {
  font-size: 70px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .plus p span {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .plus p span {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .plus p span {
    font-size: 40px;
  }
}
.plus p small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .plus p small {
    font-size: 15px;
  }
}

.plan_campaign img {
  width: 100%;
}

.point_photo {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
.point_photo img {
  width: 100%;
}

.a_box_1 p span {
  font-size: 70px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .a_box_1 p span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .a_box_1 p span {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .a_box_1 p span {
    font-size: 32px;
  }
}
.a_box_1 > section {
  margin: 5rem 0 0;
}

#a2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  #a2 {
    margin-bottom: 0;
  }
}
#a2 .a_box_1 > section > section p {
  line-height: 1;
  margin: 0;
}
#a2 .a_box_1 .biger {
  font-size: 100px;
  line-height: 1.3;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a2 .a_box_1 .biger {
    wfont-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .biger {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  #a2 .a_box_1 .biger {
    font-size: 54px;
  }
}
#a2 .a_box_1 .a2_illust {
  margin: 0;
}
#a2 .a_box_1 .a2_illust img {
  width: 150px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a2 .a_box_1 .a2_illust img {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .a2_illust img {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  #a2 .a_box_1 .a2_illust img {
    width: 110px;
  }
}
#a2 .a_box_1 .caption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 20px;
  width: 70%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: justify;
  line-height: 2.5;
  font-weight: 500;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a2 .a_box_1 .caption {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .caption {
    width: 90%;
  }
}
#a2 .a_box_1 .caption span {
  font-size: inherit;
  font-weight: 700;
}
#a2 .a_box_1 .caption .explain {
  display: block;
  width: 80%;
  margin: 3rem auto;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a2 .a_box_1 .caption .explain {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .caption .explain {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #a2 .a_box_1 .caption .explain {
    width: 100%;
    margin: 2rem auto;
  }
}
#a2 .a_box_1 .caption .explain img {
  width: 100%;
  margin: 0 auto 1rem;
}
#a2 .a_box_1 .caption .explain small {
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .caption {
    font-size: 15px;
  }
}
#a2 .a_box_1 .point_photo2 {
  margin-bottom: 0;
}
#a2 .a_box_1 .explain_table {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 5rem;
  background: #efefef;
  padding: 3rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a2 .a_box_1 .explain_table {
    padding: 2rem 3rem;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .explain_table {
    padding: 2rem;
    margin: 0 auto 2rem;
  }
}
#a2 .a_box_1 .explain_table table {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
#a2 .a_box_1 .explain_table table caption {
  text-align: center;
  font-size: 30px;
  margin-bottom: 1rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a2 .a_box_1 .explain_table table caption {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .explain_table table caption {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
}
#a2 .a_box_1 .explain_table table th,
#a2 .a_box_1 .explain_table table td {
  border: 1px solid #666;
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .explain_table table th,
#a2 .a_box_1 .explain_table table td {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  #a2 .a_box_1 .explain_table table th,
#a2 .a_box_1 .explain_table table td {
    padding: 0.25rem;
  }
}
#a2 .a_box_1 .explain_table table th {
  font-size: 18px;
  font-weight: 900;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a2 .a_box_1 .explain_table table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .explain_table table th {
    font-size: 15px;
  }
}
#a2 .a_box_1 .explain_table table th:not(:nth-of-type(2)) {
  font-weight: 500;
}
#a2 .a_box_1 .explain_table table th:nth-of-type(1) {
  background: #fff;
}
#a2 .a_box_1 .explain_table table td {
  font-size: 16px;
  transition: 0.5s;
}
#a2 .a_box_1 .explain_table table td:not(:nth-of-type(2)) {
  background: #fff;
}
#a2 .a_box_1 .explain_table table td:nth-of-type(2) {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .explain_table table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #a2 .a_box_1 .explain_table table td {
    font-size: 13px;
  }
  #a2 .a_box_1 .explain_table table td :nth-of-type(1) {
    width: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #a2 .a_box_1 .explain_table table td.justify {
    text-align: justify;
    vertical-align: top;
  }
}
#a2 .a_box_1 .explain_table small {
  display: block;
  text-align: left;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #a2 .a_box_1 .explain_table small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  #a2 .a_box_1 .explain_table small {
    font-size: 0.7rem;
  }
}

p span.small {
  font-size: 50px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  p span.small {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  p span.small {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  p span.small {
    font-size: 24px;
  }
}

.flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  .flex_box {
    display: block;
    margin-bottom: 2rem;
  }
}

.flex_box p {
  text-align: left;
  margin: 0 0 0 2rem;
  font-size: 60px;
  transition: 0.5s;
}
.flex_box p span {
  letter-spacing: -0.4rem;
  font-size: 60px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .flex_box p {
    font-size: 50px;
  }
  .flex_box p span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .flex_box p {
    font-size: 35px;
  }
  .flex_box p span {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .flex_box p {
    font-size: 30px;
    text-align: center;
  }
  .flex_box p span {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.flex_box img {
  width: 350px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .flex_box img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .flex_box img {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  .flex_box img {
    width: 220px;
    margin-bottom: 1rem;
  }
}

#a5 .a_box_1 > div {
  width: 65%;
  max-width: 980px;
  margin: 0 auto;
  text-align: justify;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a5 .a_box_1 > div {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #a5 .a_box_1 > div {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #a5 .a_box_1 > div {
    width: 90%;
  }
}
#a5 .a_box_1 > div p {
  line-height: 1.5;
  margin: 5rem 0;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a5 .a_box_1 > div p {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  #a5 .a_box_1 > div p {
    margin: 2rem 0;
  }
}
#a5 .a_box_1 > div section div {
  margin-bottom: 5rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a5 .a_box_1 > div section div {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #a5 .a_box_1 > div section div {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #a5 .a_box_1 > div section div:nth-of-type(3) {
    margin-bottom: 0;
  }
}
#a5 .a_box_1 > div section div p {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 1rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a5 .a_box_1 > div section div p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #a5 .a_box_1 > div section div p {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  #a5 .a_box_1 > div section div p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
  }
}
#a5 .a_box_1 > div section div p img {
  width: 100%;
}

#a6 ul {
  margin: 0 auto;
  width: 80%;
  max-width: 1400px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #a6 ul {
    width: 90%;
  }
}
#a6 ul li {
  display: flex;
  text-align: left;
  margin: 0 auto;
}
#a6 ul li p {
  line-height: 1.5;
  font-size: 60px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a6 ul li p {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  #a6 ul li p {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  #a6 ul li p {
    font-size: 32px;
  }
}
#a6 ul li p small {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 1rem;
}
#a6 ul li p small small {
  font-size: 14px;
}
#a6 ul li div .pink {
  border-bottom: 3px solid #ff007f;
}
#a6 .poka_box {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 90%;
  max-width: 1400px;
  margin: 1rem auto;
  text-align: left;
}
#a6 .poka_box p {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem;
}
#a6 .poka_box p img {
  width: 48%;
}
#a6 .poka_box dt {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0.5rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a6 .poka_box dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #a6 .poka_box dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #a6 .poka_box dt {
    font-size: 16px;
  }
}
#a6 .poka_box dd {
  font-weight: 400;
  font-size: 20px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #a6 .poka_box dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #a6 .poka_box dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #a6 .poka_box dd {
    font-size: 14px;
  }
}
#a6 .poka_box dd div {
  margin-top: 1rem;
}

#access {
  width: 90%;
  max-width: 1400px;
  margin: 5rem auto;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #access {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 768px) {
  #access {
    margin: 2rem auto;
  }
}
#access h2 {
  font-size: 50px;
  margin-bottom: 2rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #access h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #access h2 {
    margin-bottom: 1rem;
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  #access h2 {
    font-size: 30px;
  }
}
#access dl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  margin-top: 2rem;
}
#access dt {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0.5rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #access dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #access dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #access dt {
    font-size: 16px;
  }
}
#access dd {
  font-weight: 400;
  font-size: 20px;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #access dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #access dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #access dd {
    font-size: 14px;
  }
}
#access div {
  margin-top: 1rem;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
#access div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#faq {
  width: 90%;
  max-width: 1400px;
  margin: 5rem auto;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #faq {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 768px) {
  #faq {
    margin: 2rem auto;
  }
}
#faq h2 {
  font-size: 50px;
  margin-bottom: 2rem;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #faq h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #faq h2 {
    margin-bottom: 1rem;
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  #faq h2 {
    font-size: 30px;
  }
}
#faq .qa-list {
  text-align: left;
}
#faq .qa-list dl {
  position: relative;
  margin: 0 0 0.5rem;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  background: #efefef;
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl {
    padding: 25px 72px 25px 28px;
  }
}
@media screen and (max-width: 480px) {
  #faq .qa-list dl {
    padding: 20px 50px 20px 22px;
  }
}
#faq .qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl::before {
    width: 13px;
    height: 13px;
    top: 35px;
    right: 30px;
  }
}
@media screen and (max-width: 480px) {
  #faq .qa-list dl::before {
    width: 11px;
    height: 11px;
    top: 35px;
    right: 28px;
  }
}
#faq .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  #faq .qa-list dl dt {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #faq .qa-list dl dt {
    font-size: 18px;
  }
}
#faq .qa-list dl dt::before {
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "Q.";
  color: #ff007f;
}
@media screen and (max-width: 1000px) {
  #faq .qa-list dl dt::before {
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl dt::before {
    top: 4px;
  }
}
#faq .qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  vertical-align: bottom;
}
@media screen and (max-width: 1000px) {
  #faq .qa-list dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #faq .qa-list dl dd {
    font-size: 14px;
  }
}
#faq .qa-list dl dd::before {
  line-height: 1;
  position: absolute;
  top: -8px;
  left: 2px;
  display: block;
  content: "A.";
  color: #1e80ff;
  font-size: 30px;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 1000px) {
  #faq .qa-list dl dd::before {
    font-size: 26px;
    top: -6px;
  }
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl dd::before {
    font-size: 20px;
    top: -2px;
  }
}
#faq .qa-list dl dd p {
  margin: 30px 0 0;
}
#faq .qa-list dl dd p :first-child {
  margin-top: 0;
}
#faq .qa-list .open::before {
  transform: rotate(-45deg);
}

#flogo {
  margin: 5rem 0;
}
@media screen and (max-width: 1000px) {
  #flogo {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  #flogo {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  #flogo {
    margin: 2rem 0;
  }
}
#flogo p {
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  #flogo p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #flogo p {
    font-size: 20px;
  }
}
#flogo p img {
  width: 310px;
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 768px) {
  #flogo p img {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 1000px) {
  #flogo p img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  #flogo p img {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  #flogo p img {
    width: 200px;
  }
}
#flogo dt {
  font-size: 21px;
}
#flogo dd > span {
  display: block;
}
#flogo dd > span:nth-of-type(1) {
  font-size: 56px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  #flogo dd > span:nth-of-type(1) {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #flogo dd > span:nth-of-type(1) {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #flogo dd > span:nth-of-type(1) {
    font-size: 30px;
  }
}
#flogo dd > span :nth-of-type(2) {
  font-size: 21px;
}
#flogo dd .tab2 {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #flogo dd .tab2 {
    display: none;
  }
}

#contact_f {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0.25rem;
  width: 100%;
  background: #00479d;
  color: #fff;
  border-top: 1px solid #999999;
  font-size: 18px;
  line-height: 1.3;
}
#contact_f span span:nth-of-type(2) {
  font-size: 30px;
  margin-left: 1rem;
}
#contact_f a {
  font-size: 30px;
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
  #contact_f span span:nth-of-type(1) {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header div h1 {
    font-size: 45px;
  }
  header div h1 + p img {
    width: 350px;
  }
  header div dl {
    line-height: 2;
  }
  header div dt {
    font-size: 35px;
  }
  header div dd {
    font-size: 40px;
  }
  header div dd span {
    font-size: 30px;
  }
  header section p img {
    height: 150px;
  }
  header section p:nth-of-type(1) {
    bottom: 80px;
    left: 80px;
  }
  header section p:nth-of-type(2) {
    bottom: 80px;
    right: 80px;
  }
}
footer {
  padding: 1.5rem 0;
  background: #000;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 70%;
  }
}
@media screen and (max-width: 480px) {
  footer {
    font-size: 70%;
  }
}
/*# sourceMappingURL=style.css.map */