@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #40210f;
  font-size: 14px;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.fix_head {
  height: 90px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.fix_head_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fix_head_inner .fix_head_logo {
  margin: 18px 10px;
  float: left;
}
.fix_head_inner .fix_head_logo a {
  transition: 0.1s linear all;
}
.fix_head_inner .fix_head_logo a:hover {
  opacity: 0.8;
}
.fix_head_inner .right_menu {
  float: right;
}
.fix_head_inner .right_menu ul {
  display: flex;
  gap: 30px;
}
.fix_head_inner .right_menu ul li a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
.fix_head_inner .right_menu ul li a:hover {
  text-decoration: none;
}


.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.header {
  width: 100%;
  background: url(../img/header_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 40px;
  position: relative;
  margin-top: 91px;
}
.header .icon01 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
}
.header .icon02 {
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 999;
}
.header .icon03 {
  position: absolute;
  bottom: 50px;
  right: 0px;
  z-index: 999;
}
.header .icon04 {
  position: absolute;
  bottom: -140px;
  left: 10px;
  z-index: 999;
}
.header .mainimg {
  text-align: center;
}
.header .navi {
  width: 100%;
  background: url(../img/navi_bg.jpg) no-repeat center;
  background-size: cover;
}
.header .navi ul {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}
.header .navi ul li {
  float: left;
  width: 33%;
  margin-right: 0.5%;
}
.header .navi ul li:last-child {
  margin-right: 0;
}
.footer {
  padding: 40px 0 20px;
  background: #40210f;
  color: #fff;
  font-size: 14px;
  position: relative;
  line-height: 1;
}
.footer .pagetop {
  top: -23px;
  left: 50%;
  margin-top: -65px;
  text-align: center;
  width: 100%;
  float: left;
}
.footer .footer_inner {
  width: 1000px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.footer .footer_inner .footer_logo {
  float: left;
}
.footer .footer_inner .footer_logo a {
  transition: 0.1s linear all;
}
.footer .footer_inner .footer_logo a:hover {
  opacity: 0.8;
}
.footer .footer_inner .footer_address {
  float: right;
}
.footer .footer_inner .footer_address p {
  text-align: right;
  line-height: 1.8em;
}
.footer .copyright {
  text-align: center;
}
.section01,
.section02 {
  padding-top: 90px;
  margin-top: -90px;
}
.contents {
  width: 100%;
  line-height: 1.8;
}
.contents p {
  margin-bottom: 25px;
}
.contents p:last-child {
  margin-bottom: 0;
}
.wrapper .mainimg {
  margin: 90px auto 64px;
}
.wrapper .mainimg img {
  width: 100%;
}
.wrapper .contents .section01 {
  margin-bottom: 100px;
}
.wrapper .contents .section_inner {
  width: 1000px;
  margin: 0 auto 100px;
}
.wrapper .contents .section_inner .h3 {
  position: relative;
  background: white;
  margin-bottom: 20px;
}
.wrapper .contents .section_inner .h3:before {
  content: "";
  position: absolute;
  top: 27.5px;
  width: calc(100% - 25em);
  height: 2px;
  left: 25em;
  background: #333;
  z-index: 0;
}
.wrapper .contents .section02 .section_inner .h3:before {
  width: calc(100% - 30em);
  left: 30em;
}
.wrapper .contents .section_inner .h3 h3 {
  font-size: 32px;
  font-weight: bold;
}
.wrapper .contents .section_inner p {
  font-size: 16px;
}
.wrapper .contents .section_inner img.ex_img {
  width: auto;
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}
.wrapper .contents .section01 .section_inner p.bold.center {
  font-size: 24px;
  margin-bottom: 40px;
}
.wrapper .contents .section01 .section_inner p.bold.center.size20 {
  font-size: 20px;
  color: #005aab;
  padding: 10px 0;
  border: 2px solid #005aab;
  margin-bottom: 20px;
}
.wrapper .contents .section01 .section_inner .step {
  display: flex;
  gap: 20px;
  width: 900px;
  margin: 0 auto 40px;
}
.wrapper .contents .section01 .section_inner .step .step_block {
  width: calc((100% - 40px) / 3);
}
.wrapper .contents .section01 .section_inner .step .step_block img {
  width: 100%;
  display: block;
}
.wrapper .contents .section01 .section_inner .step .step_block p.white {
  background: #005aab;
  padding: 5px 0;
  margin-bottom: 10px;
}
.wrapper .contents .section01 .section_inner .step .step_block p:last-child {
  width: 90%;
  margin: 0 auto;
}

.wrapper .contents .section01 .section_inner .ar_img {
  display: flex;
}
.wrapper .contents .section01 .section_inner .ar_img img {
  width: calc(100% / 4);
}
.white {
  color: white;
}
.medium {
  font-weight: 500;
}
.yellowMark {
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
}
.wrapper .contents .cta_block {
  background: #005aab;
  padding: 50px 0 50px 140px;
  box-sizing: border-box;
  width: 1120px;
  margin-right: auto;
  margin-left: 0;
  border-radius: 0 24px 24px 0;
}
.wrapper .contents .section02 .cta_block {
  border-radius: 24px 0 0 24px;
  margin-left: auto;
  margin-right: 0;
  padding: 50px 75px;
  margin-bottom: 100px;
}
.wrapper .contents .cta_block h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 20px;
}
.wrapper .contents .cta_block h3 span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.wrapper .contents .cta_block p {
  margin-bottom: 30px;
}
.wrapper .contents .cta_block .btn {
  width: 200px;
}
.wrapper .contents .cta_block .btn a {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  background: white;
  color: #005aab;
  border: 1px solid #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.wrapper .contents .cta_block .btn a:hover {
  text-decoration: none;
  color: white;
  background: #005aab;
}
.wrapper .contents .section02 img.mainimg_ad {
  width: 100%;
  margin-bottom: 30px;
}
.wrapper .contents .section02 p.center {
  font-size: 24px;
}
.wrapper .contents .section02 .howTo {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.wrapper .contents .section02 .howTo p.center.bold {
  font-size: 20px;
  color: #005aab;
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #005aab;
}
.wrapper .contents .section02 .howTo img {
  margin-bottom: 20px;
}
.wrapper .contents .section02 .howTo p.center {
  font-size: 20px;
}
.wrapper .contents .section02 ul {
  margin-bottom: 40px;
}
.wrapper .contents .section02 ul li {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}
.wrapper .contents .section02 ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  top: 12.5px;
  left: 0;
  position: absolute;
}


.sp {
  display: none;
}
.pc {
  display: block;
}
.sp_none {
  display: block;
}
.sp_none02 {
  display: block;
}
.W-812 {
  display: none;
}
.W-640 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .wrapper .contents .cta_block,
  .wrapper .contents .section02 .cta_block {
    width: 1000px;
    margin: 0 auto;
    border-radius: 24px;
    padding: 50px 75px;
  }
  .wrapper .contents .section02 .cta_block {
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper .contents .section_inner {
    width: 92%;
  }
  .wrapper .contents .cta_block,
  .wrapper .contents .section02 .cta_block {
    width: 100%;
    padding: 50px;
    border-radius: 0;
  }
}

@media screen and (max-width:812px) {
  .W-812 {
    display: block;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp_none {
    display: none;
  }

  img {
    max-width: 100%;
  }

  .wrapper .mainimg {
    margin: 70px auto 64px;
  }

  .fix_head_inner,
  .footer .footer_inner {
      width: 98%;
  }

  .fix_head_inner .right_menu ul {
    gap: 20px;
  }
  .fix_head_inner .right_menu ul li a {
    font-size: 14px;
  }
  .wrapper .contents .section_inner .h3 h3 {
    font-size: 28px;
  }
  .wrapper .contents .section_inner .h3:before {
    width: calc(100% - 22.5em);
    left: 22.5em;
  }
  .wrapper .contents .section02 .section_inner .h3:before {
    width: calc(100% - 27em);
    left: 27em;
  }
  .wrapper .contents .section01 .section_inner p.bold.center.size20 {
    font-size: 18px;
    padding: 5px 0;
  }
  .wrapper .contents .section01 .section_inner .step {
    width: 100%;
    gap: 10px;
  }
  .wrapper .contents .section01 .section_inner .step .step_block {
    width: calc((100% - 20px) / 3);
  }
  .wrapper .contents .section01 .section_inner .step .step_block p.white {
    padding: 2.5px 0;
    margin-bottom: 10px;
  }
  .wrapper .contents .section01 .section_inner p.bold.center {
    font-size: 18px;
  }
  .wrapper .contents .section01 .section_inner .step .step_block p:last-child {
    font-size: 14px;
    line-height: 1.5;
  }
  .wrapper .contents .section02 p.center {
    font-size: 20px;
  }
  .wrapper .contents .section02 .howTo {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .fix_head_inner{
    width: 96%;
  }
  .wrapper .contents .section_inner {
    width: 92%;
  }

  .fix_head {
    height: 70px;
  }

  .fix_head_inner .fix_head_logo {
    width: auto;
    height: 36px;
  }

  .fix_head_inner .fix_head_logo img {
    width: auto;
    height: 36px;
  }

  ul.sp.sp_menu {
    margin-top: 20px;
  }

  ul.sp.sp_menu li {
    float: left;
    margin: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .sp_none02 {
    display: none;
  }
  .W-640 {
    display: block;
  }
  .W-640none {
    display: none;
  }


  .footer .footer_inner .footer_logo {
    float: none;
    text-align: center;
  }

  .footer .footer_inner .footer_logo img {
    width: auto;
    height: 40px;
  }

  .footer .footer_inner .footer_address {
    float: none;
  }

  .footer .footer_inner .footer_address p {
    text-align: center;
  }

  .footer .footer_inner .footer_address p a {
    color: white;
  }

  .wrapper .contents .section_inner .h3 {
    padding-top: 10px;
  }
  .wrapper .contents .section_inner .h3 h3 {
    font-size: 24px;
  }
  .wrapper .contents .section_inner .h3:before,
  .wrapper .contents .section02 .section_inner .h3:before {
    width: 50px;
    top: 0;
    left: 0;
  }
  .wrapper .contents .section01 .section_inner .step {
    flex-direction: column;
    gap: 30px;
  }
  .wrapper .contents .section01 .section_inner .step .step_block {
    width: 100%;
  }
  .wrapper .contents .section01 .section_inner .step .step_block p:last-child {
    font-size: 15px;
  }
  .wrapper .contents .section01 .section_inner p.bold.center {
    font-size: 17px;
  }
  .wrapper .contents .section01 .section_inner .ar_img {
    flex-wrap: wrap;
    gap: 5px 0;
  }
  .wrapper .contents .section01 .section_inner .ar_img img {
    width: calc(100% / 2);
  }
  .wrapper .contents .cta_block,
  .wrapper .contents .section02 .cta_block {
    padding: 30px 30px 40px;
  }
  .wrapper .contents .cta_block h3 {
    font-size: 24px;
  }
  .wrapper .contents .cta_block h3 span {
    font-size: 14px;
  }
  .wrapper .contents .section02 p.center,
  .wrapper .contents .section02 .howTo p.center {
    line-height: 1.5;
  }
}


@media screen and (max-width:414px) {}

@media screen and (max-width: 320px) {}
