@charset "UTF-8";
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);
  display: flex;
  justify-content: space-between;
}
header .inner .hamburger.active {
  background-color: transparent;
}
header .inner .logo {
  width: 25%;
  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;
  }
}
@media (max-width: 750px) {
  header .inner .logo {
    width: 50%;
  }
}
header .inner .logo figure {
  margin-right: 10px;
}
@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: #000080;
  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: #000080;
}
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 {
  padding: 10px 0;
}
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: 0px;
}
header .inner .nav_top_list {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  header .inner .nav_top_list {
    flex-direction: column;
    justify-content: center;
  }
}
header .inner .nav_top_list li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  header .inner .nav_top_list li {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .inner .gNav {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
header .inner .gNav .gNav-menu li {
  margin: 10 auto;
  padding: 0 5px;
  font-size: 1.6rem;
  margin-right: 15px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header .inner .gNav .gNav-menu li a {
  text-align: center;
  color: #000080;
  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%;
    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: 100%;
    padding: 15px;
    border-bottom: #8a8a8a 1px solid;
    color: #fff;
  }
}

.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 auto;
  max-width: 1200px;
}
.ttl01.mg50 {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    margin: 50px auto;
  }
}

.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;
}
.txt_03.mg50 {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .txt_03 {
    margin: 50px 0 0;
    padding: 0 10px;
  }
}

.box02 {
  margin-top: 0px;
  padding: 100px 0;
}
@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.reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .box02 ul.reverse li:first-child {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.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 ul.sec {
  margin-top: 100px;
}
.box02 .btn {
  text-align: center;
  margin-top: 50px;
}
.box02 .box02_ttl02 {
  margin: 100px 0 50px;
  padding: 20px 0;
  color: #fff;
  background-color: #005bac;
  max-width: 1200px;
  margin: 50px auto 0;
  font-size: 4rem;
}
.box02 .box02_ttl02.mt150 {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .box02 .box02_ttl02 {
    font-size: 2rem;
  }
}
.box02 .img_box {
  text-align: center;
  margin-top: 30px;
}

.box03 {
  padding: 100px 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;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box03 ul {
    flex-wrap: wrap;
  }
}
.box03 ul li {
  width: 24%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .box03 ul li {
    width: 48%;
  }
}
.box03 .btn {
  text-align: center;
  margin-top: 50px;
}

.box04 {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .box04 {
    padding: 50px 10px;
    margin-top: 50px;
  }
}
.box04 h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .box04 h2 {
    margin: 30px 0;
  }
}
.box04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.box04 ul li {
  width: 31%;
  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;
}
.box04 .faq_wapper {
  background-color: #005bac;
  padding: 40px 0;
  margin: 50px 0 0;
}

.box05 {
  background-color: rgba(167, 220, 234, 0.5);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .box05 {
    padding: 0 10px 50px;
  }
}
.box05 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box05 .inner h2 {
  text-align: center;
}
.box05 .inner .btn05 {
  text-align: center;
  margin-top: 40px;
}

.box06 {
  background-color: rgba(167, 220, 234, 0.5);
  padding: 0 0 100px;
}
.box06 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box06 .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box06 .inner ul {
    padding: 0 10px;
  }
}
.box06 .inner ul li {
  width: 48%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box06 .inner ul li {
    width: 100%;
  }
}

footer {
  background-color: #a7dcea;
  padding-bottom: 30px;
}
footer .footer_contact {
  background-color: #005bac;
  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: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .ttl01 {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}
footer .footer_contact .footer_contact_box {
  background-color: #fff;
  border-radius: 5px;
  max-width: 700px;
  margin: 30px auto;
  padding: 30px 50px;
}
footer .footer_contact .footer_contact_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_box ul {
    flex-wrap: wrap;
  }
}
footer .footer_contact .footer_contact_box ul li {
  width: 28%;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_box ul li {
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .footer_contact .footer_contact_box ul li:last-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_box ul li:last-child {
    width: 100%;
  }
}
footer .footer_contact .footer_contact_box .sub_ttl {
  text-align: center;
  font-size: 3rem;
  color: #005bac;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-weight: 700;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_box .sub_ttl {
    font-size: 2.4rem;
  }
}
footer .footer_contact .footer_contact_box .sub_ttl::before {
  content: "";
  color: #e21000;
  border-radius: 20px;
  display: block;
  width: 3px;
  height: 40px;
  background-color: #e21000;
  margin-right: 20px;
  transform: rotate(-45deg);
}
footer .footer_contact .footer_contact_box .sub_ttl::after {
  content: "";
  margin-left: 20px;
  color: #e21000;
  border-radius: 20px;
  display: block;
  width: 3px;
  height: 40px;
  background-color: #e21000;
  transform: rotate(45deg);
}
footer .footer_contact .footer_contact_txt {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_contact .footer_contact_txt {
    font-size: 1.8rem;
  }
}
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: 20px;
}
footer .footer_bottom .inner .left_box h2 span {
  display: block;
  font-size: 3.4rem;
}
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: #005bac;
}
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;
}
.sec_ttl02.min {
  font-size: 2rem;
  line-height: 1.5;
}
.sec_ttl02.top_150 {
  margin-top: 150px;
}
@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;
}
.sec_ttl02.pra::after {
  background-image: url(../images/privacy/privacy_ttlbk.png);
  background-size: cover;
  width: 60%;
}

.about_box01 {
  background-color: #100169;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .about_box01 {
    padding: 50px 0;
  }
}
.about_box01 .inner {
  max-width: 1200px;
  margin: 100px auto;
  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: #005bac;
  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%;
  }
}

.list_wapper02 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .list_wapper02 {
    flex-direction: column;
    padding: 0 10px;
    margin-top: 30px;
  }
}
.list_wapper02 li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .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_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: 0px 0;
}
.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 {
  padding: 0;
}
.flow_box .inner .img_box {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow_box .inner .img_box {
    margin-top: 0px;
    padding: 0 10px;
  }
}
.flow_box .inner .img_box .footer_contact_box {
  background-color: #fff;
  border-radius: 20px;
  max-width: 700px;
  margin: 30px auto;
  padding: 30px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .flow_box .inner .img_box .footer_contact_box {
    position: initial;
  }
}
.flow_box .inner .img_box .footer_contact_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .flow_box .inner .img_box .footer_contact_box ul {
    flex-wrap: wrap;
  }
}
.flow_box .inner .img_box .footer_contact_box ul li {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .flow_box .inner .img_box .footer_contact_box ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.flow_box .inner .img_box .footer_contact_box ul li:last-child {
  width: 40%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flow_box .inner .img_box .footer_contact_box ul li:last-child {
    width: 100%;
  }
}
.flow_box .inner .img_box .footer_contact_box .sub_ttl {
  text-align: center;
  font-size: 3rem;
  color: #005bac;
  display: flex;
  margin-bottom: 40px;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow_box .inner .img_box .footer_contact_box .sub_ttl {
    font-size: 2rem;
  }
}
.flow_box .inner .img_box .footer_contact_box .sub_ttl::before {
  content: "";
  color: #e21000;
  border-radius: 20px;
  display: block;
  width: 3px;
  height: 40px;
  background-color: #e21000;
  margin-right: 20px;
  transform: rotate(-45deg);
}
.flow_box .inner .img_box .footer_contact_box .sub_ttl::after {
  content: "";
  margin-left: 20px;
  color: #e21000;
  border-radius: 20px;
  display: block;
  width: 3px;
  height: 40px;
  background-color: #e21000;
  transform: rotate(45deg);
}
.flow_box .inner .img_box02 {
  text-align: center;
  margin-top: -7.4%;
}
@media screen and (max-width: 768px) {
  .flow_box .inner .img_box02 {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.flex_box {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .flex_box {
    flex-direction: column-reverse;
  }
}
.flex_box p {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .flex_box p {
    width: 100%;
  }
}
.flex_box p:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .flex_box p:nth-child(2) {
    margin-bottom: 20px;
  }
}

.sec_mv {
  background-image: url(../images/service/mv.png);
  background-size: cover;
  padding: 50px 10%;
}
.sec_mv.costdown {
  background-image: url(../images/common/sec_ttlbk02.png);
}
.sec_mv.faq {
  background-image: url(../images/common/sec_ttlbk03.png);
}
.sec_mv h2 {
  text-align: center;
  font-size: 6rem;
  color: #100169;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #100169;
  border-bottom: 2px solid #100169;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_mv h2 {
    font-size: 3rem;
  }
}
.sec_mv .txt {
  text-align: center;
  font-size: 4rem;
  color: #100169;
}
@media screen and (max-width: 768px) {
  .sec_mv .txt {
    font-size: 2rem;
  }
}

.service_box {
  background-color: #005bac;
  padding: 70px 0 50px;
}
.service_box.flow {
  padding: 10px 0 50px;
}
.service_box.costdown {
  padding: 50px 0 50px;
}
.service_box .sub_txt {
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
}
.service_box .sub_ttl {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
}
.service_box .inner {
  max-width: 1200px;
  margin: 50px auto 60px;
}
.service_box .inner .sub_ttl {
  text-align: center;
  color: #005bac;
  font-size: 3rem;
}
.service_box .inner .service_box_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  max-width: 90%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .service_box .inner .service_box_list {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
.service_box .inner .service_box_list li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .service_box .inner .service_box_list li {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
.service_box .inner .service_box_list02 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .service_box .inner .service_box_list02 {
    flex-direction: column;
    padding: 0 10px;
  }
}
.service_box .inner .service_box_list02 li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .service_box .inner .service_box_list02 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service_box .inner .service_box_list02 li h3 {
  font-size: 3rem;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  color: #005bac;
  margin-bottom: 20px;
}
.service_box .inner .service_box_txt {
  color: #fff;
  font-size: 2rem;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .service_box .inner .service_box_txt {
    padding: 0 10px;
  }
}
.service_box .service_box_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .service_box .service_box_list {
    flex-direction: column;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .service_box .service_box_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service_box .service_box_list li:nth-child(1) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .service_box .service_box_list li:nth-child(1) {
    margin-right: 0;
  }
}
.service_box .reason_img01 {
  margin-bottom: 80px;
}
.service_box .reason_img01.link {
  position: relative;
}
.service_box .reason_img01.link .po_ab {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .service_box .reason_img01.link .po_ab {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  .service_box .reason_img01 {
    padding: 0 10px;
  }
}

.contact_box {
  max-width: 1200px;
  margin: 0 auto;
}
.contact_box dl {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact_box dl {
    flex-direction: column;
  }
}
.contact_box dt {
  background-color: #100169;
  padding: 20px 10px;
  width: 20%;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact_box dt {
    width: 100%;
    margin-bottom: 0;
  }
}
.contact_box dt span {
  color: #e21000;
  background-color: #fff;
  font-size: 1.6rem;
  margin-left: 10px;
}
.contact_box .contact_txt {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  margin: 30px 0;
}
.contact_box .contact_txt span {
  color: #e21000;
  background-color: #fff;
  font-size: 1.6rem;
  margin-left: 10px;
}
.contact_box dd {
  padding: 20px 10px;
  background-color: #fff;
  width: 80%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact_box dd {
    width: 100%;
  }
}
.contact_box dd input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.contact_box dd textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.contact_box .submit {
  text-align: center;
  display: flex;
  justify-content: center;
}
.contact_box .submit input {
  background-color: #fff;
  display: block;
  border-radius: 20px;
  padding: 10px 40px;
  font-size: 3rem;
  color: #005bac;
}

.move_wapper {
  padding: 50px 0;
  background-color: rgba(167, 220, 234, 0.5);
}

@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc_hide {
    display: none !important;
  }
}
.company_wapper_box {
  max-width: 1000px;
  margin: 50px auto 0;
}
.company_wapper_box h3 {
  color: #ffdb76;
  font-size: 3rem;
}
.company_wapper_box .txt {
  margin-top: 20px;
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.9;
}
.company_wapper_box .flex_box {
  display: flex;
  justify-content: space-between;
}
.company_wapper_box .flex_box .txt_box {
  width: 48%;
  letter-spacing: -0.0299em;
}
.company_wapper_box .flex_box .txt_box p {
  width: 100%;
  text-align: left;
}
.company_wapper_box .flex_box .txt_box p.txt_02 {
  text-align: right;
  color: #fff;
  margin-top: 0;
}
.company_wapper_box .flex_box .img_box {
  width: 48%;
}

.company_dl {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
}
.company_dl dt {
  font-size: 2rem;
  color: #fff;
  padding-bottom: 10px;
  width: 20%;
}
.company_dl dd {
  width: 80%;
  font-size: 1.8rem;
  padding-bottom: 10px;
}

.costdown_txt01 {
  max-width: 1200px;
  text-align: center;
  margin: 50px auto;
}
@media (max-width: 750px) {
  .costdown_txt01 {
    padding: 0 10px;
  }
}
@media (max-width: 750px) {
  .costdown_txt01.wh {
    background-color: #fff;
    padding: 30px 10px;
  }
}

.costdown_txt_box {
  max-width: 750px;
  margin: 100px auto 0;
}
.costdown_txt_box h3 {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  border-bottom: 1px solid #ffdb76;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .costdown_txt_box h3 {
    font-size: 2rem;
  }
}
.costdown_txt_box ul {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .costdown_txt_box ul {
    flex-direction: column;
    padding: 0 10px;
  }
}
.costdown_txt_box ul li {
  width: 48%;
}
@media (max-width: 750px) {
  .costdown_txt_box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.case_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .case_list {
    flex-direction: column;
    padding: 0 10px;
  }
}
.case_list li {
  width: 31%;
}
@media (max-width: 750px) {
  .case_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.case_list li .case_ttl_box {
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.warks_box02 {
  margin: 150px 0;
}
.warks_box02 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.warks_box02 .inner .warks_box02_img {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .warks_box02 .inner .warks_box02_img {
    padding: 0 10px;
  }
}

.case_btn_wapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.case_btn_wapper li:nth-child(2) {
  margin: 0 50px;
}

@media (max-width: 750px) {
  .case_img01 {
    padding: 0 10px;
  }
}

.mv {
  position: relative;
}
.mv .mv_btn {
  position: absolute;
  left: 3%;
  bottom: 10%;
}
.mv .mv_btn img {
  width: 60%;
}
@media (max-width: 750px) {
  .mv .mv_btn img {
    width: 40%;
  }
}

.fixd_line {
  position: fixed;
  right: 0;
  bottom: 20%;
  max-width: 70px;
}
.fixd_line img {
  display: block;
  margin-left: auto;
}/*# sourceMappingURL=style.css.map */