body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-image: url(../images/common/bk.png);
  background-repeat: repeat;
}

* {
  box-sizing: border-box;
}

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

header {
  margin: 0;
  padding: 0;
}
header .inner .hamburger {
  margin: 0px 0 0;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  padding: 0;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
}
header .inner .hamburger.active {
  background-color: transparent;
}
header .inner .logo {
  font-size: 40px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 10px 30px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  justify-content: center;
}
@media (max-width: 1080px) {
  header .inner .logo {
    z-index: 900;
    padding-top: 1.3333333333vw;
    padding-left: 2.6666666667vw;
    flex-direction: column;
    width: 80%;
  }
}
header .inner .logo figure {
  margin-right: 10px;
  padding-top: 10px;
}
@media (max-width: 750px) {
  header .inner .logo figure:last-of-type img {
    width: 60%;
  }
}
@media (max-width: 1080px) {
  header .inner .hamburger.active .logo h1 {
    color: #fff;
  }
}
@media (max-width: 750px) {
  header .inner .active .logo {
    color: #fff;
  }
}
header .inner .hamburger .btn-gNav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
}
header .inner .hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000080;
  border-radius: 10px;
  transition: all 400ms;
}
header .inner .hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}
header .inner .hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}
header .inner .hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}
header .inner .hamburger.active .btn-gNav span:nth-child(1) {
  transform: rotate(45deg);
  width: 100%;
  background: #fff;
  top: 10px;
}
header .inner .hamburger.active .btn-gNav span:nth-child(2) {
  opacity: 0;
}
header .inner .hamburger.active .btn-gNav span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
  width: 100%;
  background: #fff;
}
header .inner .hamburger .btn-gNav.open span:nth-child(1) {
  background: #ffffff;
  top: 6px;
  transform: rotate(-45deg);
}
header .inner .hamburger .btn-gNav.open span:nth-child(2),
header .inner .hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #ffffff;
  transform: rotate(45deg);
}
header .inner .btn-gNav {
  display: none;
}
header .inner .gNav {
  background-color: #100169;
}
header .inner .gNav .gNav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: -5px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
header .inner .gNav .gNav-menu li {
  margin: 10 auto;
  padding: 0 5px;
  font-size: 1.6rem;
  margin-right: 35px;
  text-align: center;
}
header .inner .gNav .gNav-menu li a {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  header .inner .btn-gNav {
    display: block;
  }
  header .inner .gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 128, 0.8);
    background-size: cover;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 50px;
    transition: 0.3s;
    padding-top: 8vw;
  }
  header .inner .gNav.open {
    right: 0;
  }
  header .inner .gNav .gNav-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
  }
  header .inner .gNav .gNav-menu li {
    width: 86%;
    padding: 15px;
    border-bottom: #8a8a8a 1px solid;
    color: #fff;
  }
  header .inner .gNav .gNav-menu li:last-child {
    border-bottom: none;
    padding-top: 5.3333333333vw;
  }
}

.mv_txt {
  background-color: #100169;
  padding: 10px 0;
}
.mv_txt h2 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
}

.ttl01 {
  text-align: center;
  margin: 100px 0;
}

.ttl02 {
  text-align: center;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    padding: 0 10px;
  }
}

.slider {
  margin: 0 auto;
  width: 80%;
}

.slider-img {
  margin: 0 5px;
}

.slider-img img {
  height: auto;
  width: 100%;
}

.slick-prev {
  background-image: url(../images/top/arrow_left.png);
  width: 58px;
  height: 58px;
  background-size: cover;
  left: -70px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    display: none;
  }
}

.slick-prev:hover {
  background-image: url(../images/top/arrow_left.png);
  width: 58px;
  height: 58px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .slick-prev:hover {
    display: none;
  }
}

.slick-prev::before {
  content: "";
}
@media screen and (max-width: 768px) {
  .slick-prev::before {
    display: none;
  }
}

.slick-next {
  background-image: url(../images/top/arrow_right.png);
  width: 58px;
  height: 58px;
  background-size: cover;
  right: -70px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    display: none;
  }
}

.slick-next:hover {
  background-image: url(../images/top/arrow_right.png);
  width: 58px;
  height: 58px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .slick-next:hover {
    display: none;
  }
}

.slick-next::before {
  content: "";
}
@media screen and (max-width: 768px) {
  .slick-next::before {
    display: none;
  }
}

.btn_inner {
  max-width: 1200px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .btn_inner {
    padding: 0 10px;
  }
}
.btn_inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .btn_inner ul {
    flex-direction: column;
  }
}
.btn_inner ul li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .btn_inner ul li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.txt_02 {
  text-align: center;
  line-height: 2;
  font-size: 2rem;
  color: #100169;
  margin-top: 40px;
}

.txt_03 {
  text-align: center;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .txt_03 {
    margin: 50px 0 0;
    padding: 0 10px;
  }
}

.box02 {
  margin-top: 100px;
  padding: 150px 0;
  background-color: rgba(221, 187, 44, 0.2);
}
@media screen and (max-width: 768px) {
  .box02 {
    padding: 50px 10px;
  }
}
.box02 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.box02 ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .box02 ul {
    flex-direction: column;
  }
}
.box02 ul li:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .box02 ul li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.box02 .btn {
  text-align: center;
  margin-top: 50px;
}
.box02 .box02_ttl02 {
  margin: 100px 0 50px;
}
.box02 .img_box {
  text-align: center;
  margin-top: 30px;
}

.box03 {
  margin-top: 0px;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .box03 {
    padding: 50px 10px;
    margin-top: 50px;
  }
}
.box03 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.box03 ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .box03 ul {
    flex-direction: column-reverse;
  }
}
.box03 ul li:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .box03 ul li:first-child {
    margin-right: 0;
    margin-top: 20px;
  }
}
.box03 .btn {
  text-align: center;
  margin-top: 50px;
}

.price_img_box {
  text-align: center;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price_img_box {
    letter-spacing: -0.1em;
  }
}
.price_img_box .kin_box {
  position: absolute;
  left: 10%;
  top: 20%;
  font-size: 3rem;
  color: #100169;
  font-weight: bold;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .price_img_box .kin_box {
    font-size: 1rem;
  }
}
.price_img_box .kin_box div {
  width: 33%;
}
.price_img_box .kin_box .txt01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price_img_box .kin_box .txt01 {
    margin-bottom: 10px;
  }
}
.price_img_box .kin_box .txt02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price_img_box .kin_box .txt02 {
    margin-bottom: 10px;
  }
}
.price_img_box .kin_box .txt03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price_img_box .kin_box .txt03 {
    margin-bottom: 10px;
  }
}
.price_img_box .kin_box .txt04 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price_img_box .kin_box .txt04 {
    margin-bottom: 10px;
  }
}
.price_img_box .kin_box .txt05 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price_img_box .kin_box .txt05 {
    margin-bottom: 10px;
  }
}
.price_img_box .kin_box .txt06 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price_img_box .kin_box .txt06 {
    margin-bottom: 10px;
  }
}
.price_img_box .kin_box .txt07 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price_img_box .kin_box .txt07 {
    margin-bottom: 10px;
  }
}
.price_img_box .kin_box .txt09 {
  margin-bottom: 40px;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .price_img_box .kin_box .txt09 {
    margin-bottom: 10px;
    margin-left: 30px;
  }
}
.price_img_box .kin_box .txt10 {
  margin-left: 80px;
}
.price_img_box .pra_box {
  position: absolute;
  left: 16%;
  bottom: 10%;
  font-size: 3rem;
  color: #100169;
  font-weight: bold;
  font-weight: 700;
  display: flex;
}
@media screen and (max-width: 768px) {
  .price_img_box .pra_box {
    font-size: 1rem;
    left: 17%;
    bottom: 10%;
  }
}
.price_img_box .pra_box .txt01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price_img_box .pra_box .txt01 {
    margin-bottom: 10px;
  }
}
.price_img_box .pra_box .txt03 {
  margin-bottom: 40px;
  margin-left: 200px;
}
@media screen and (max-width: 768px) {
  .price_img_box .pra_box .txt03 {
    margin-bottom: 10px;
    margin-left: 60px;
  }
}
.price_img_box .pra_box .txt04 {
  margin-left: 200px;
}
@media screen and (max-width: 768px) {
  .price_img_box .pra_box .txt04 {
    margin-left: 60px;
  }
}
.price_img_box .gin_box {
  position: absolute;
  right: 10%;
  bottom: 10%;
  font-size: 3rem;
  color: #100169;
  font-weight: bold;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price_img_box .gin_box {
    font-size: 1rem;
  }
}
.price_img_box .gin_box .txt01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price_img_box .gin_box .txt01 {
    margin-bottom: 10px;
  }
}

.box04 {
  margin-top: 100px;
  padding: 150px 0;
  background-color: rgba(221, 187, 44, 0.2);
}
@media screen and (max-width: 768px) {
  .box04 {
    padding: 50px 10px;
    margin-top: 50px;
  }
}
.box04 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.box04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.box04 ul li {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .box04 ul li {
    width: 100%;
  }
}
.box04 .btn {
  text-align: center;
  margin-top: 50px;
}
.box04 .box02_ttl02 {
  margin: 100px 0 50px;
}
.box04 .img_box {
  text-align: center;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box04 .img_box {
    letter-spacing: -0.1em;
  }
}
.box04 .img_box .kin_box {
  position: absolute;
  left: 10%;
  top: 20%;
  font-size: 3rem;
  color: #100169;
  font-weight: bold;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .kin_box {
    font-size: 1rem;
  }
}
.box04 .img_box .kin_box div {
  width: 33%;
}
.box04 .img_box .kin_box .txt01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .kin_box .txt01 {
    margin-bottom: 10px;
  }
}
.box04 .img_box .kin_box .txt02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .kin_box .txt02 {
    margin-bottom: 10px;
  }
}
.box04 .img_box .kin_box .txt03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .kin_box .txt03 {
    margin-bottom: 10px;
  }
}
.box04 .img_box .kin_box .txt04 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .kin_box .txt04 {
    margin-bottom: 10px;
  }
}
.box04 .img_box .kin_box .txt05 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .kin_box .txt05 {
    margin-bottom: 10px;
  }
}
.box04 .img_box .kin_box .txt06 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .kin_box .txt06 {
    margin-bottom: 10px;
  }
}
.box04 .img_box .kin_box .txt07 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .kin_box .txt07 {
    margin-bottom: 10px;
  }
}
.box04 .img_box .kin_box .txt09 {
  margin-bottom: 40px;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .kin_box .txt09 {
    margin-bottom: 10px;
    margin-left: 30px;
  }
}
.box04 .img_box .kin_box .txt10 {
  margin-left: 80px;
}
.box04 .img_box .pra_box {
  position: absolute;
  left: 25%;
  bottom: 10%;
  font-size: 3rem;
  color: #100169;
  font-weight: bold;
  font-weight: 700;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .pra_box {
    font-size: 1rem;
    left: 17%;
    bottom: 10%;
  }
}
.box04 .img_box .pra_box .txt01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .pra_box .txt01 {
    margin-bottom: 10px;
  }
}
.box04 .img_box .pra_box .txt03 {
  margin-bottom: 40px;
  margin-left: 200px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .pra_box .txt03 {
    margin-bottom: 10px;
    margin-left: 45px;
  }
}
.box04 .img_box .pra_box .txt04 {
  margin-left: 200px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .pra_box .txt04 {
    margin-left: 45px;
  }
}
.box04 .img_box .gin_box {
  position: absolute;
  right: 15%;
  bottom: 10%;
  font-size: 3rem;
  color: #100169;
  font-weight: bold;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .gin_box {
    font-size: 1rem;
  }
}
.box04 .img_box .gin_box .txt01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box04 .img_box .gin_box .txt01 {
    margin-bottom: 10px;
  }
}

footer {
  background-color: #100169;
  padding-bottom: 30px;
}
footer .footer_contact {
  background-color: #100169;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer .footer_contact {
    padding: 20px 0;
  }
}
footer .footer_contact .ttl01 {
  font-size: 4rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .ttl01 {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}
footer .footer_contact .txt_img01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .txt_img01 {
    padding: 0 10px;
  }
}
footer .footer_contact .txt01 {
  text-align: center;
  font-size: 3rem;
  color: #ddbb2c;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .txt01 {
    font-size: 2rem;
    padding: 0 10px;
  }
}
footer iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  footer iframe {
    height: 350px;
  }
}
footer .footer_bottom {
  padding: 50px 0;
}
footer .footer_bottom .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .inner {
    flex-direction: column;
    padding: 0 10px;
  }
}
footer .footer_bottom .inner .left_box {
  width: 48%;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .inner .left_box {
    width: 100%;
  }
}
footer .footer_bottom .inner .left_box h2 {
  font-size: 5rem;
  color: #fff;
  margin-bottom: 10px;
}
footer .footer_bottom .inner .left_box h2 span {
  display: block;
  font-size: 3.4rem;
}
footer .footer_bottom .inner .left_box .footer_logonew_txt {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 10px;
}
footer .footer_bottom .inner .left_box .footer_logonew {
  margin-bottom: 20px;
}
footer .footer_bottom .inner .left_box .footer_logonew img {
  width: 50%;
}
footer .footer_bottom .inner .right_box {
  width: 48%;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .inner .right_box {
    flex-direction: column;
    padding: 0 10px;
  }
}
footer .footer_bottom .inner .right_box ul {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .inner .right_box ul {
    margin-right: 0;
    margin-top: 20px;
  }
}
footer .footer_bottom .inner .right_box ul:last-child {
  margin-right: 0;
}
footer .footer_bottom .inner .right_box ul li {
  font-size: 2rem;
  margin-bottom: 20px;
}
footer .footer_bottom .inner .right_box ul li a {
  color: #fff;
}
footer .copy {
  text-align: center;
}
footer .copy small {
  font-size: 1.6rem;
  color: #fff;
}

.sec_ttl {
  background-image: url(../images/common/sec_ttlbk.png);
  background-size: cover;
  padding: 50px 20%;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    padding: 20px 5%;
  }
}
.sec_ttl h2 {
  text-align: center;
  color: #100169;
  font-size: 5rem;
  font-weight: bold;
  border-bottom: 3px solid #100169;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_ttl h2 {
    font-size: 3rem;
    padding-bottom: 10px;
  }
}
.sec_ttl .txt {
  text-align: center;
  font-size: 3rem;
  color: #100169;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec_ttl .txt {
    margin-top: 10px;
    font-size: 2rem;
  }
}

.sec_ttl02 {
  text-align: center;
  font-size: 4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_ttl02 {
    font-size: 2rem;
  }
}
.sec_ttl02 span {
  color: #ddbb2c;
}
.sec_ttl02::after {
  content: "";
  display: block;
  width: 300px;
  height: 10px;
  background-color: #fff;
  margin: 30px auto 0;
}

.about_box01 {
  background-color: #100169;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .about_box01 {
    padding: 50px 0;
  }
}
.about_box01 .inner {
  max-width: 1200px;
  margin: 100px auto 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 50px;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner {
    padding: 20px 10px;
    margin: 100px auto 0;
  }
}
.about_box01 .inner h3 {
  text-align: center;
  font-size: 3rem;
  color: #100169;
  border-bottom: 2px solid #100169;
  padding-bottom: 10px;
}
.about_box01 .inner .flex_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner .flex_box {
    flex-direction: column;
  }
  .about_box01 .inner .flex_box.reverse {
    flex-direction: column-reverse;
  }
}
.about_box01 .inner .flex_box figure {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner .flex_box figure {
    width: 100%;
  }
}
.about_box01 .inner .flex_box .txt_box {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner .flex_box .txt_box {
    width: 100%;
    margin-top: 20px;
  }
}
.about_box01 .inner .btn01 {
  margin: 50px 0;
  text-align: center;
}
.about_box01 .inner .btn_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner .btn_list {
    flex-direction: column;
  }
}
.about_box01 .inner .btn_list li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner .btn_list li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about_box01 .inner .sub_txt {
  margin-top: 30px;
}
.about_box01 .inner .icon_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner .icon_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.about_box01 .inner .icon_list li {
  margin-right: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner .icon_list li {
    width: 46%;
    margin-right: 0;
  }
}
.about_box01 .inner .icon_list li:last-child {
  margin-right: 0;
}
.about_box01 .inner02 {
  max-width: 1200px;
  margin: 100px auto;
  background-color: #ddbb2c;
  border-radius: 10px;
  padding: 50px 50px;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner02 {
    padding: 20px 10px;
    margin: 100px auto 0;
  }
}
.about_box01 .inner02 h3 {
  text-align: center;
  font-size: 3rem;
  color: #100169;
  border-bottom: 2px solid #100169;
  padding-bottom: 10px;
}
.about_box01 .inner02 .flex_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner02 .flex_box {
    flex-direction: column;
  }
}
.about_box01 .inner02 .flex_box figure {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner02 .flex_box figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about_box01 .inner02 .flex_box .txt_box {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner02 .flex_box .txt_box {
    width: 100%;
  }
}
.about_box01 .inner02 .btn01 {
  margin: 50px 0;
  text-align: center;
}
.about_box01 .inner02 .btn_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner02 .btn_list {
    flex-direction: column;
  }
}
.about_box01 .inner02 .btn_list li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .about_box01 .inner02 .btn_list li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.about_box01 .inner02 .sub_txt {
  margin-top: 30px;
}
.about_box01 .inner02 .icon_list {
  display: flex;
  justify-content: center;
}
.about_box01 .inner02 .icon_list li {
  margin-right: 20px;
  margin-top: 20px;
}
.about_box01 .inner02 .icon_list li:last-child {
  margin-right: 0;
}
.about_box01 .price_img {
  max-width: 1200px;
  margin: 50px auto;
}
.about_box01 .btn_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about_box01 .btn_list {
    flex-direction: column;
    padding: 0 10px;
  }
}
.about_box01 .btn_list li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .about_box01 .btn_list li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.faq_box {
  background-color: #100169;
  padding: 50px 0;
}
.faq_box .list_wapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .faq_box .list_wapper {
    flex-direction: column;
    padding: 0 10px;
  }
}
.faq_box .list_wapper .list_wapper_li {
  width: 48%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faq_box .list_wapper .list_wapper_li {
    width: 100%;
  }
}
.faq_box .list_wapper02 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .faq_box .list_wapper02 {
    flex-direction: column;
    padding: 0 10px;
  }
}
.faq_box .list_wapper02 li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .faq_box .list_wapper02 li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.products_box {
  background-color: #100169;
  padding: 50px 0;
}
.products_box .list_wapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .products_box .list_wapper {
    flex-direction: column;
    padding: 0 10px;
  }
}
.products_box .list_wapper .list_wapper_li {
  width: 48%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .products_box .list_wapper .list_wapper_li {
    width: 100%;
  }
}
.products_box .list_wapper02 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .products_box .list_wapper02 {
    flex-direction: column;
    padding: 0 10px;
  }
}
.products_box .list_wapper02 .list_wapper_li {
  width: 31%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .products_box .list_wapper02 .list_wapper_li {
    width: 100%;
  }
}
.products_box .list_wapper03 {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .products_box .list_wapper03 {
    flex-direction: column;
    padding: 0 10px;
  }
}
.products_box .list_wapper03 .list_wapper_li {
  width: 23%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .products_box .list_wapper03 .list_wapper_li {
    width: 100%;
    text-align: center;
  }
}
.products_box .list_wapper04 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .products_box .list_wapper04 {
    flex-direction: column;
    padding: 0 10px;
  }
}
.products_box .list_wapper04 li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .products_box .list_wapper04 li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.shop_box {
  background-color: #100169;
  padding: 50px 0;
}
.shop_box .inner {
  max-width: 800px;
  margin: 0 auto;
}
.shop_box .inner dl {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 30px;
  align-items: center;
}
.shop_box .inner dl dt {
  color: #ffffff;
  width: 20%;
  font-size: 2rem;
  line-height: 2;
}
.shop_box .inner dl dd {
  font-size: 2rem;
  width: 80%;
  color: #fff;
  line-height: 2;
}

.privacy_box {
  padding: 100px 0;
  background-color: #100169;
}
.privacy_box .inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacy_box .inner {
    padding: 0 10px;
  }
}
.privacy_box .inner .txt01 {
  font-size: 2rem;
}
.privacy_box .inner .txt01::after {
  content: "";
  display: block;
  background-image: url(../images/privacy/ttlbk.png);
  width: 600px;
  height: 10px;
  background-size: cover;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .privacy_box .inner .txt01::after {
    width: auto;
  }
}
.privacy_box .inner h3 {
  font-size: 3rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-top: 100px;
}
.privacy_box .inner .txt02 {
  font-size: 2rem;
}
.privacy_box .inner .txt03 {
  font-size: 2rem;
  margin-top: 40px;
}
.privacy_box .inner ol {
  margin-top: 20px;
  padding-left: 3%;
}
.privacy_box .inner ol li {
  list-style: disc;
  font-size: 2rem;
}

.flow_box {
  background-color: #100169;
  padding: 0;
}
.flow_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.flow_box .inner p {
  line-height: 0;
}
.flow_box .inner p.mt-10 {
  margin-top: -1px;
}
.flow_box .inner .list_wapper02 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow_box .inner .list_wapper02 {
    flex-direction: column;
    padding: 0 10px;
  }
}
.flow_box .inner .list_wapper02 li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .flow_box .inner .list_wapper02 li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.slid_wapper02 .slick-prev {
  background-image: url(../images/case/arrow_left.png);
  width: 200px;
  height: 30px;
  background-size: cover;
  left: -70px;
  top: auto;
  bottom: -20%;
}
.slid_wapper02 .slick-next {
  background-image: url(../images/case/arrow_right.png);
  width: 200px;
  height: 30px;
  background-size: cover;
  right: -70px;
  top: auto;
  bottom: -20%;
}

@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc_hide {
    display: none !important;
  }
}
.top_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.case_box01 {
  background-color: #fff;
  padding: 50px 0;
}
.case_box01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.case_box01 .inner .case_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .case_box01 .inner .case_list {
    padding: 0 20px;
  }
}
.case_box01 .inner .case_list li {
  width: 31%;
  margin: 0 0 20px;
  background-color: #100169;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 750px) {
  .case_box01 .inner .case_list li {
    width: 100%;
  }
}
.case_box01 .inner .case_list li figure img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_box01 .inner .case_list li .ttl_new {
  font-size: 2rem;
  margin: 10px 0;
  color: #fff;
}
.case_box01 .inner .case_list li .case_inner_flex {
  display: flex;
}
.case_box01 .inner .case_list li .case_inner_flex .txt_new_sankou {
  padding: 5px;
  background-color: #fff;
  color: #100169;
  font-size: 1.6rem;
  text-align: center;
  margin-right: 10px;
  width: 15%;
}
.case_box01 .inner .case_list li .case_inner_flex .txt_new {
  background-color: #fff;
  width: 80%;
  color: #e21000;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.bana_fix {
  position: fixed;
  right: 0;
  bottom: 10%;
  max-width: 70px;
}/*# sourceMappingURL=style.css.map */