@charset "UTF-8";
/* ---------------------------------------------------
reset
---------------------------------------------------- */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl, dt, dd {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------------------
commom
---------------------------------------------------- */
body {
  font-family: ten-mincho-text, Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 15px;
  min-width: 320px;
  color: #303030;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  font-size: 17px;
}

a {
  transition: all  0.6s ease-in-out;
}

a:hover, a:focus {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
  color: #fff;
  text-decoration: none;
}

.structure {
  width: 94%;
  margin: auto;
  max-width: 540px;
}

@media (min-width: 768px) {
  .structure {
    max-width: 900px;
  }
}

.flex {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .flex-pc {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .flex-lpc {
    display: flex;
    justify-content: space-between;
  }
}

img {
  max-width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

/* ---------------------------------------------------
font
---------------------------------------------------- */
.font-18 {
  font-size: 9px;
}

.font-20 {
  font-size: 10px;
}

.font-24 {
  font-size: 12px;
}

.font-26 {
  font-size: 13px;
}

.font-28 {
  font-size: 14px;
}

.font-29 {
  font-size: 14.5px;
}

.font-30 {
  font-size: 15px;
}

.font-32 {
  font-size: 16px;
}

.font-36 {
  font-size: 18px;
}

.font-38 {
  font-size: 19px;
}

.font-40 {
  font-size: 20px;
}

.font-42 {
  font-size: 21px;
}

.font-45 {
  font-size: 22.5px;
}

.font-46 {
  font-size: 23px;
}

.font-50 {
  font-size: 25px;
}

.font-56 {
  font-size: 28px;
}

.font-58 {
  font-size: 29px;
}

.font-60 {
  font-size: 30px;
}

.font-64 {
  font-size: 32px;
}

.font-70 {
  font-size: 35px;
}

.font-72 {
  font-size: 36px;
}

.font-75 {
  font-size: 37.5px;
}

.font-80 {
  font-size: 40px;
}

.font-100 {
  font-size: 50px;
}

@media (min-width: 768px) {
  .font-p-24 {
    font-size: 12px;
  }
  .font-p-28 {
    font-size: 14px;
  }
  .font-p-32 {
    font-size: 16px;
  }
  .font-p-33 {
    font-size: 16.5px;
  }
  .font-p-36 {
    font-size: 18px;
  }
  .font-p-40 {
    font-size: 20px;
  }
  .font-p-48 {
    font-size: 24px;
  }
  .font-p-51 {
    font-size: 25.5px;
  }
  .font-p-52 {
    font-size: 26px;
  }
  .font-p-56 {
    font-size: 28px;
  }
  .font-p-60 {
    font-size: 30px;
  }
  .font-p-63 {
    font-size: 31.5px;
  }
  .font-p-70 {
    font-size: 35px;
  }
  .font-p-76 {
    font-size: 38px;
  }
  .font-p-80 {
    font-size: 40px;
  }
  .font-p-89 {
    font-size: 44.5px;
  }
  .font-p-92 {
    font-size: 46px;
  }
  .font-p-96 {
    font-size: 48px;
  }
  .font-p-100 {
    font-size: 50px;
  }
  .font-p-102 {
    font-size: 51px;
  }
  .font-p-112 {
    font-size: 56px;
  }
  .font-p-120 {
    font-size: 60px;
  }
  .font-p-128 {
    font-size: 64px;
  }
  .font-p-160 {
    font-size: 80px;
  }
}

.color-main {
  color: #004c96;
}

.color-wh {
  color: #fff;
}

.color-br {
  color: #876903;
}

.color-red {
  color: #783742;
}

.color-gr {
  color: #2f8580;
}

.color-ro {
  color: #a90a60;
}

.shadow-wh {
  text-shadow: rgba(255, 255, 255, 0.3) 2px 0px 10px, rgba(255, 255, 255, 0.3) -2px 0px 10px, rgba(255, 255, 255, 0.3) 0px -2px 10px, rgba(255, 255, 255, 0.3) 0px 2px 10px, rgba(255, 255, 255, 0.3) 2px 2px 10px, rgba(255, 255, 255, 0.3) -2px 2px 10px, rgba(255, 255, 255, 0.3) 2px -2px 10px, rgba(255, 255, 255, 0.3) -2px -2px 10px, rgba(255, 255, 255, 0.3) 1px 2px 10px, rgba(255, 255, 255, 0.3) -1px 2px 10px, rgba(255, 255, 255, 0.3) 1px -2px 10px, rgba(255, 255, 255, 0.3) -1px -2px 10px, rgba(255, 255, 255, 0.3) 2px 1px 10px, rgba(255, 255, 255, 0.3) -2px 1px 10px, rgba(255, 255, 255, 0.3) 2px -1px 10px, rgba(255, 255, 255, 0.3) -2px -1px 10px;
}

.shadow-bl {
  text-shadow: #004c96 2px 0px 0, #004c96 -2px 0px 0, #004c96 0px -2px 0, #004c96 0px 2px 0, #004c96 2px 2px 0, #004c96 -2px 2px 0, #004c96 2px -2px 0, #004c96 -2px -2px 0, #004c96 1px 2px 0, #004c96 -1px 2px 0, #004c96 1px -2px 0, #004c96 -1px -2px 0, #004c96 2px 1px 0, #004c96 -2px 1px 0, #004c96 2px -1px 0, #004c96 -2px -1px 0;
}

/* ---------------------------------------------------
bg
---------------------------------------------------- */
.bg-main {
  background: #004c96;
}

.bg-ye {
  background: #faf6b9;
}

/* ---------------------------------------------------
conversion
---------------------------------------------------- */
.set {
  margin-bottom: 20px;
  border: 3px solid #004c96;
  background: url(../images/com-bg.jpg) no-repeat left 81px;
  background-size: cover;
}

.set-logo {
  padding: 22px 0 25px;
}

.set-logo img {
  max-width: 280px;
  margin: auto;
}

.mainVisual-ttl.color-main {
  color: #fff;
}

.set-ttl {
  margin-bottom: 30px;
  padding-top: 50px;
}

.set-ttl .lead {
  display: block;
  margin-bottom: 25px;
  line-height: 1.6;
}

.set-item {
  margin-bottom: 40px;
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 6px 1px rgba(22, 51, 103, 0.1);
  position: relative;
}

.set-item .ttl {
  margin-bottom: 20px;
  padding: 50px 15px 5px;
  background: url(../images/logo_s.png) no-repeat top;
  background-size: 2.4rem;
  line-height: 1.1;
  position: relative;
}

.set-item .ttl:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 200px;
  height: 1.5px;
  margin: auto;
  background: #004c96;
}

.set-item .num {
  width: 100px;
  position: absolute;
  top: -20px;
  left: -15px;
}

.set-item .img02 {
  max-width: 270px;
  margin: auto;
}

.set-item .img {
  display: block;
  margin-bottom: 15px;
}

.set-item .img img {
  margin: auto;
}

.set-item .text {
  display: block;
  margin-bottom: 0;
}

.set-item .price {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 15px;
  border-bottom: 1px solid #bcbcbc;
}

.set-item .price span {
  margin: 0 15px;
}

.set-item .tax {
  display: block;
  margin-bottom: 25px;
}

.set-item .tax span {
  margin: 0 4px;
}

.set-item .off {
  display: block;
  width: 90%;
  margin: 0 auto 17px;
}

.set-item .off img {
  margin: auto;
}

.set-deal {
  margin-top: -15px;
  padding: 30px 15px;
  margin-bottom: 25px;
  border: 4px solid #dc7d95;
  background: #fff;
}

.set-deal .ttl {
  margin-bottom: 10px;
  padding: 0 15px;
}

.set-deal .list {
  padding: 0;
  align-items: flex-start;
}

.set-deal .list .item img {
  margin-bottom: 5px;
}

.set-deal .item {
  padding: 0 8px;
  max-width: 246px;
  width: 50%;
}

@media (min-width: 768px) {
  .set-logo {
    padding: 57px 0;
  }
  .set-logo img {
    max-width: 480px;
    margin: auto;
  }
  .set-ttl {
    padding-top: 85px;
    margin-bottom: 75px;
  }
  .set-ttl .lead {
    margin-bottom: 56px;
    line-height: 1.8;
  }
  .set-item {
    margin-bottom: 70px;
    padding: 30px 50px;
  }
  .set-item .num {
    width: 160px;
    top: -40px;
    left: -40px;
  }
  .set-item .ttl {
    margin-bottom: 50px;
    padding: 65px 15px 15px;
    background-size: 3.2rem;
  }
  .set-item .ttl:after {
    bottom: -8px;
    width: 100%;
    height: 3px;
  }
  .set-item .img02 {
    max-width: inherit;
  }
  .set-item .text {
    font-size: 20px;
  }
  .set-deal {
    padding: 60px 40px;
    margin-bottom: 50px;
    border: 10px solid #dc7d95;
  }
  .set-deal .ttl {
    margin-bottom: 10px;
    padding: 0;
    width: 38%;
    margin-right: 2%;
    max-width: 304px;
  }
  .set-deal .list {
    width: 60%;
    padding: 0;
    max-width: 480px;
  }
  .set-deal .list .item img {
    margin-bottom: 10px;
  }
  .set-deal .item {
    padding: 0 8px;
    max-width: 246px;
  }
}

@media (min-width: 992px) {
  .set {
    background: url(../images/pc/com-bg.jpg) no-repeat left 170px;
    background-size: cover;
  }
  .set-item .img {
    width: 58%;
    margin-right: 2%;
  }
  .set-item .inner {
    width: 40%;
  }
}

/* ---------------------------------------------------
main
---------------------------------------------------- */
/* ---------------------------------------------------
mainVisual
---------------------------------------------------- */
.mainVisual-main {
  padding-top: 60%;
  padding-bottom: 5%;
  background: #004c96 url(../images/pc/main_visual.jpg) no-repeat top center;
  background-size: 190%;
}

.mainVisual-ttl {
  padding: 60px 0;
  margin: 0;
  background-color: rgba(255,255,255,0)!important;
}

.mainVisual-ttl img {
  max-width: 310px;
  margin: auto;
  margin-bottom: 10px;
}

 /*.mainVisual-inner {
  background: #004c96 url(../images/main_visual02.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
*/

.mainVisual-inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mainVisual-inner .text {
  padding-top: 30px;
  position: relative;
}

.mainVisual-inner .lead {
  margin: 12px auto;
  border-top: 1px solid #939db3;
  padding: 14px 0;
  border-bottom: 1px solid #939db3;
}

.mainVisual-inner .list {
  padding-bottom: 20px;
}

.mainVisual-inner .list .item {
  padding: 0 5px;
  width: 33.33333%;
}

@media (min-width: 768px) {
  .mainVisual-main {
    padding-top: 20%;
    padding-bottom: 5%;
    background: #004c96 url(../images/pc/main_visual.jpg) no-repeat top center;
    background-size: cover;
  }
  .mainVisual-main .img {
    max-width: 680px;
    margin: auto;
  }
  /* .mainVisual-inner {
    background: #004c96 url(../images/pc/main_visual02.jpg) no-repeat top center;
    background-size: cover;
  }
  */

  .mainVisual-ttl {
    padding: 180px 0 150px;
    font-size: 23px;
    font-weight: bold;
  }
  .mainVisual-ttl img {
    max-width: 500px;
  }
  .mainVisual-inner .text {
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .mainVisual-inner .img {
    max-width: 680px;
    margin: auto;
  }
  .mainVisual-inner .lead {
    margin: 37px auto;
    border-top: 2px solid #939db3;
    padding: 10px 0;
    border-bottom: 2px solid #939db3;
  }
  .mainVisual-inner .list {
    padding-bottom: 40px;
    width: 90%;
    margin: auto;
  }
  .mainVisual-inner .item {
    padding: 0 15px;
  }
  .mainVisual-inner .list .item {
    padding: 0 15px;
  }
}

/* ---------------------------------------------------
contents-01
---------------------------------------------------- */
/*  repeat
-------------------------*/
.repeat {
  padding: 15px;
  background: url(../images/more-bg.png) no-repeat top center;
  background-size: cover;
}

.repeat-inner {
  border: 1px solid #bcb099;
}

.repeat-ttl {
  padding-top: 43px;
  padding-bottom: 37px;
  background: url(../images/more-fukidashi.png) no-repeat bottom;
  background-size: contain;
  width: 236px;
  margin: 0 auto 12px;
}

.repeat-text {
  margin-bottom: 10px;
}

.repeat-num img {
  max-width: 240px;
  margin: auto;
}

@media (min-width: 768px) {
  .repeat {
    margin-bottom: 20px;
    padding: 30px;
    background: url(../images/pc/more-bg.png) no-repeat top center;
    background-size: cover;
  }
  .repeat-ttl {
    padding-top: 60px;
    padding-bottom: 57px;
    background: url(../images/pc/more-fukidashi.png) no-repeat bottom;
    background-size: contain;
    width: 400px;
    margin: 0 auto 30px;
  }
  .repeat-inner {
    border: 3px solid #bcb099;
  }
  .repeat .structure {
    width: 98%;
    padding-bottom: 45px;
  }
  .repeat .flex-lpc {
    max-width: 820px;
    margin: auto;
  }
  .repeat-text {
    margin-bottom: 25px;
  }
  .repeat-num img {
    max-width: 376px;
  }
}

/*  trouble
-------------------------*/
.trouble {
  padding: 90px 0 0;
  background: #f5f7f8;
}

.trouble-ttl {
  background: url(../images/trouble-ttl.png) no-repeat center 45px;
  background-size: 100%;
  line-height: 1.8;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.trouble-text {
  margin-bottom: 25px;
  position: relative;
  z-index: 20;
}

@media (min-width: 768px) {
  .trouble-ttl {
    background: url(../images/pc/trouble-ttl.png) no-repeat center 90px;
    background-size: 100%;
    line-height: 1.8;
    width: 700px;
  }
  .trouble-img img {
    max-width: 680px;
    height: auto;
    margin: 40px auto 60px;
  }
  .trouble-text {
    margin-bottom: 40px;
  }
}

/*  product
-------------------------*/
.product {
  margin-top: -25px;
  padding-bottom: 20px;
  background: #f1f7fb;
  position: relative;
}

.product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #f5f7f8 transparent transparent transparent;
  z-index: 10;
}

.product:after {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  background: url(../images/product-bg.jpg) no-repeat;
  background-size: contain;
  width: 100px;
  height: 155px;
}

.product .structure {
  position: relative;
  z-index: 10;
}

.product-inner {
  padding: 110px 0 0;
  margin: auto;
  margin-bottom: 90px;
  background: #004c96;
  position: relative;
}

.product-inner:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  background: url(../images/product-bg02.jpg) no-repeat;
  background-size: contain;
  width: 95px;
  height: 200px;
}

.product-inner:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #004c96 transparent transparent transparent;
  z-index: 10;
}

.product-inner .ttl {
  display: inline-block;
  margin-bottom: 17px;
  position: relative;
}

.product-inner .ttl span {
  display: block;
  padding-top: 20px;
}

.product-inner .ttl:before {
  content: "";
  width: 2px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 25%;
  background: #fff;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.product-inner .ttl:after {
  content: "";
  width: 2px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 25%;
  background: #fff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-text {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.7;
}

.product-ttl {
  display: inline-block;
  padding: 7px 30px;
  margin-top: 10px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.product-movie {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .product {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 50px;
  }
  .product:before {
    border-width: 150px 50vw 0 50vw;
  }
  .product:after {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    background: url(../images/pc/product-bg.jpg) no-repeat;
    background-size: contain;
    width: 215px;
    height: 285px;
  }
  .product-inner {
    padding: 250px 0 0;
    margin-bottom: 250px;
  }
  .product-inner:after {
    bottom: -150px;
    border-width: 150px 50vw 0 50vw;
  }
  .product-inner:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 60px;
    background: url(../images/pc/product-bg02.jpg) no-repeat;
    background-size: contain;
    width: 140px;
    height: 290px;
  }
  .product-inner .ttl::before {
    width: 3px;
    height: 60px;
    left: 33%;
  }
  .product-inner .ttl::after {
    width: 3px;
    height: 60px;
    right: 33%;
  }
  .product-inner .ttl .font-70 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .product-inner .img img {
    max-width: 760px;
    margin: auto;
  }
  .product-text {
    margin-bottom: 40px;
  }
  .product-ttl {
    padding: 20px 70px;
    margin-top: 30px;
    border-radius: 40px;
    margin-bottom: 35px;
  }
}

.product-02 {
  padding-top: 50px;
  padding-bottom: 1px;
  background: url(../images/koka-bg.png) no-repeat top left;
  background-size: cover;
}

.product-02-ttl {
  margin-bottom: 25px;
  padding-top: 75px;
  background: url(../images/logo_s-wh.png) no-repeat top center;
  background-size: 3.4rem;
  line-height: 1.4;
}

.product-02-text {
  margin-bottom: 20px;
  line-height: 1.7;
}

.product-02-img {
  margin-bottom: 30px;
  position: relative;
}

.product-02-img img {
  max-width: 260px;
  margin: auto;
}

.product-02-img:before {
  content: "";
  width: 1px;
  height: 70px;
  position: absolute;
  bottom: 5px;
  left: 13%;
  background: #004c96;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.product-02-img:after {
  content: "";
  width: 1px;
  height: 70px;
  position: absolute;
  bottom: 5px;
  right: 13%;
  background: #004c96;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media (min-width: 768px) {
  .product-02 {
    margin-bottom: 20px;
    padding-top: 120px;
    background: url(../images/pc/koka-bg.png) no-repeat top left;
    background-size: cover;
  }
  .product-02-ttl {
    margin-bottom: 45px;
    padding-top: 165px;
    background-size: 6rem;
    line-height: 1.7;
  }
  .product-02-text {
    margin-bottom: 65px;
  }
  .product-02-img {
    margin-bottom: 70px;
  }
  .product-02-img img {
    max-width: 440px;
  }
  .product-02-img::before {
    width: 2px;
    height: 150px;
    left: 20%;
  }
  .product-02-img::after {
    width: 2px;
    height: 150px;
    right: 20%;
  }
}

/* ---------------------------------------------------
contents-02
---------------------------------------------------- */
/*  merit
-------------------------*/
.merit {
  background: #f1f7fb;
}

.merit-ttl {
  padding: 20px 0px;
  line-height: 1.1;
}

.merit-item {
  padding-top: 70px;
  padding-bottom: 10px;
}

.merit-item.bg {
  background: #d8e7f4;
}

.merit-item.last {
  padding-top: 25px;
  padding-bottom: 25px;
}

.merit-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  position: relative;
}

.merit-inner .num {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.merit-inner .num img {
  width: 50px;
  margin: auto;
}

.merit-inner .num span {
  position: absolute;
  left: 0;
  color: rgba(0, 76, 150, 0.5);
}

.merit-inner .num span.right {
  left: auto;
  right: 0;
}

.merit-inner .img {
  padding: 0 15px;
}

.merit-inner .text {
  margin-bottom: 10px;
}

.merit-small {
  position: relative;
  padding: 20px 0;
}

.merit-small:before {
  content: "";
  width: 59px;
  height: 1px;
  position: absolute;
  bottom: 12px;
  left: 50px;
  right: 0;
  margin: auto;
  background: #004c96;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.merit-small:after {
  content: "";
  width: 59px;
  height: 1px;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 50px;
  margin: auto;
  background: #004c96;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.merit-small.more {
  margin-bottom: 0;
}

.merit-small.more:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  bottom: 18px;
  left: 80px;
  right: 0;
  margin: auto;
  background: #004c96;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.merit-small.more:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 80px;
  margin: auto;
  background: #004c96;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media (min-width: 768px) {
  .merit-item {
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .merit-item.last {
    padding-top: 70px;
    padding-bottom: 65px;
    margin-bottom: 20px;
  }
  .merit-inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .merit-inner .text {
    margin-bottom: 15px;
  }
  .merit-inner .num {
    top: -67px;
  }
  .merit-inner .num img {
    width: 100px;
  }
  .merit-inner .img {
    max-width: 550px;
    margin: auto;
  }
  .merit-small {
    padding: 30px 0;
  }
  .merit-small::after {
    width: 100px;
    right: 87px;
  }
  .merit-small::before {
    width: 100px;
    left: 87px;
  }
  .merit-small.more {
    padding: 40px 0 10px;
  }
  .merit-small.more::after {
    height: 40px;
    right: 130px;
    bottom: 12px;
  }
  .merit-small.more::before {
    height: 40px;
    left: 130px;
    bottom: 12px;
  }
}

/*  recomme
-------------------------*/
.recomme {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(../images/merit-bg.jpg) no-repeat top left;
  background-size: cover;
}

.recomme-ttl {
  margin-bottom: 45px;
  padding-top: 75px;
  background: url(../images/logo_s.png) no-repeat top center;
  background-size: 3.4rem;
  line-height: 1.5;
}

.recomme-text {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .recomme {
    padding-top: 120px;
    padding-bottom: 70px;
    margin-bottom: 20px;
    background: url(../images/pc/merit-bg.png) no-repeat top left;
    background-size: cover;
  }
  .recomme-ttl {
    margin-bottom: 100px;
    padding-top: 100px;
    background-size: 5rem;
  }
  .recomme-text {
    margin-bottom: 100px;
  }
}

/* ---------------------------------------------------
contents-03
---------------------------------------------------- */
/*  compo
-------------------------*/
.compo {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/sibun-bg.png) no-repeat top left;
  background-size: cover;
}

.compo-ttl {
  margin-bottom: 45px;
  padding-top: 75px;
  background: url(../images/logo_s.png) no-repeat top center;
  background-size: 3.4rem;
  line-height: 1.5;
}

.compo-item {
  margin-top: 105px;
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
  position: relative;
}

.compo-item.item01 {
  background: #f0f7fd;
}

.compo-item.item02 {
  background: #fffffa;
}

.compo-item.item03 {
  background: #fff9fe;
}

.compo-item.item04 {
  background: #f1fefd;
}

.compo-num {
  width: 90%;
  position: absolute;
  top: -97px;
  left: 0;
  right: 0;
  margin: auto;
}

.compo-inner .ttl {
  margin-bottom: 20px;
}

.compo-inner .img {
  margin-bottom: 15px;
}

.compo-inner .text {
  line-height: 1.9;
}

@media (min-width: 480px) {
  .compo-item {
    margin-top: 140px;
  }
  .compo-num {
    top: -140px;
  }
}

@media (min-width: 768px) {
  .compo {
    padding-top: 75px;
    padding-bottom: 70px;
    background: url(../images/pc/sibun-bg.png) no-repeat top left;
    background-size: cover;
  }
  .compo-ttl {
    padding-top: 110px;
    margin-bottom: 85px;
    background-size: 5rem;
  }
  .compo-list {
    flex-wrap: wrap;
  }
  .compo-item {
    margin-top: 50px;
    width: 48%;
    padding: 50px 30px;
    margin-bottom: 65px;
  }
  .compo-item:nth-child(2n+1) {
    margin-right: 2%;
  }
  .compo-item:nth-child(2n) {
    margin-left: 2%;
  }
  .compo-num {
    width: 100%;
    top: -88px;
  }
  .compo-inner .ttl {
    margin-bottom: 30px;
  }
  .compo-text {
    padding-top: 15px;
  }
}

/* ---------------------------------------------------
contents-04
---------------------------------------------------- */
/*  explain
-------------------------*/
.explain {
  padding-top: 20px;
  padding-bottom: 1px;
  margin-bottom: 20px;
  background: #eef5fb;
}

.explain-item {
  padding: 30px 30px 5px;
  margin-bottom: 30px;
  background: #fff;
}

.explain-ttl {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  background: url(../images/explain-ttl.png) no-repeat center 20px;
  background-size: 100%;
  line-height: 1.4;
  position: relative;
}

.explain-ttl:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 200px;
  height: 2px;
  margin: auto;
  background: #004c96;
}

.explain-ttl.item02 {
  margin-bottom: 50px;
  background: url(../images/explain-ttl02.png) no-repeat center 35px;
  background-size: 100%;
}

.explain-ttl.item02:after {
  width: 235px;
}

.explain-img {
  margin-bottom: 30px;
}

.explain-text {
  margin-bottom: 25px;
  line-height: 1.9;
}

@media (min-width: 768px) {
  .explain {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .explain-ttl {
    margin-bottom: 70px;
    width: 450px;
    background: url(../images/pc/explain-ttl.png) no-repeat center 20px;
    background-size: 100%;
  }
  .explain-ttl:after {
    bottom: -20px;
    width: 430px;
    height: 4px;
  }
  .explain-ttl.item02 {
    width: 390px;
    background: url(../images/pc/explain-ttl02.png) no-repeat center 50px;
    background-size: 100%;
  }
  .explain-ttl.item02:after {
    bottom: -10px;
    width: 395px;
    height: 4px;
  }
  .explain-item {
    padding: 80px 50px 50px;
    margin-bottom: 35px;
  }
  .explain-item.item02 {
    padding: 40px 50px 50px;
  }
  .explain-img {
    max-width: 550px;
    margin: 0 auto 40px;
  }
}

/*  step
-------------------------*/
.step {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff url(../images/step-bg.jpg) top left repeat-x;
  background-size: 1rem;
}

.step-ttl {
  padding-top: 30px;
  padding-bottom: 42px;
  background: url(../images/susume-fukidashi.png) no-repeat bottom;
  background-size: contain;
  width: 280px;
  margin: 0 auto 12px;
}

.step-text {
  margin-bottom: 60px;
  position: relative;
}

.step-text:after {
  content: "";
  width: 75%;
  height: 14px;
  background: url(../images/step-ttl.png) no-repeat bottom;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.step-list {
  width: 85%;
  margin: auto;
}

.step-item {
  margin-bottom: 20px;
  justify-content: space-around;
  text-align: center;
}

.step-item.item01 {
  margin-bottom: 0;
}

.step-item.item01 .text {
  padding-top: 45px;
  background: url(../images/susume01.png) no-repeat top center;
  background-size: 1rem;
}

.step-item.item01 .img {
  max-width: 150px;
  margin: auto;
}

.step-item.item02 .text {
  padding-top: 45px;
  background: url(../images/susume02.png) no-repeat 20px top;
  background-size: auto auto;
  background-size: 1.4rem;
  display: inline-block;
  text-align: left;
}

.step-item.item02 .img {
  max-width: 90px;
}

.step-item.item03 .text {
  padding-top: 45px;
  background: url(../images/susume03.png) no-repeat top center;
  background-size: 1.5rem;
}

.step-item.item03 .img {
  max-width: 90px;
}

.step-item.item04 .text {
  padding-top: 45px;
  background: url(../images/susume04.png) no-repeat top center;
  background-size: 1.4rem;
}

.step-item.item04 .img {
  max-width: 170px;
}

.step-item.item05 {
  padding-bottom: 60px;
}

.step-item.item05 .text {
  padding-top: 45px;
  background: url(../images/susume05.png) no-repeat top center;
  background-size: 1.5rem;
}

.step-item.item05 .img {
  max-width: 140px;
}

.step-item.item06 {
  padding-top: 30px;
}

.step-item.item06 .img {
  max-width: 230px;
  margin: auto;
}

.step-item.arr {
  position: relative;
}

.step-item.arr::before {
  content: "";
  width: 59px;
  height: 1px;
  position: absolute;
  bottom: 12px;
  left: 50px;
  right: 0;
  margin: auto;
  background: #004c96;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.step-item.arr:after {
  content: "";
  width: 59px;
  height: 1px;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 50px;
  margin: auto;
  background: #004c96;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media (min-width: 768px) {
  .step {
    background: #fff url(../images/pc/step-bg.png) top left;
    padding-top: 85px;
    background-size: 1rem;
  }
  .step-ttl {
    padding-top: 50px;
    padding-bottom: 85px;
    width: 565px;
    margin: 0 auto 30px;
    background: url(../images/pc/susume-fukidashi.png) no-repeat bottom;
    background-size: contain;
  }
  .step-text {
    margin-bottom: 105px;
  }
  .step-text:after {
    bottom: -25px;
    width: 95%;
    height: 17px;
    background: url(../images/pc/step-ttl.png) no-repeat bottom;
    background-size: contain;
  }
  .step-list {
    width: 98%;
    max-width: 756px;
  }
  .step-item {
    margin-bottom: 40px;
    justify-content: center;
    text-align: center;
    line-height: 1.7;
  }
  .step-item.item01 {
    margin-bottom: 0;
  }
  .step-item.item01 .text {
    margin-left: 80px;
    padding-top: 18px;
    background: url(../images/pc/susume01.png) no-repeat left 20px;
    background-size: 1.5rem;
    text-align: left !important;
    padding-left: 50px;
  }
  .step-item.item01 .img {
    max-width: 210px;
    margin: auto;
  }
  .step-item.item02 .text {
    margin-top: -65px;
    padding-top: 5px;
    background: url(../images/pc/susume02.png) no-repeat 20px top;
    background-size: auto auto;
    background-size: 2.4rem;
    display: block;
    text-align: left;
    padding-left: 80px;
    padding-bottom: 5px;
  }
  .step-item.item02 .img {
    max-width: 177px;
  }
  .step-item.item03 .text {
    margin-top: 20px;
    padding-top: 0;
    background: url(../images/pc/susume03.png) no-repeat top left;
    background-size: 2.4rem;
    padding-left: 50px;
    padding-bottom: 10px;
  }
  .step-item.item03 .img {
    max-width: 177px;
    margin-right: 20px;
  }
  .step-item.item04 .text {
    padding-top: 0;
    background: url(../images/pc/susume04.png) no-repeat left top;
    background-size: 2.4rem;
    padding-left: 65px;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: left !important;
  }
  .step-item.item04 .img {
    max-width: 330px;
  }
  .step-item.item05 {
    padding-bottom: 60px;
  }
  .step-item.item05 .text {
    padding-top: 5px;
    background: url(../images/pc/susume05.png) no-repeat left center;
    background-size: 2.6rem;
    padding-left: 60px;
    padding-bottom: 10px;
    margin-left: 30px;
    margin-top: 20px;
    text-align: left !important;
  }
  .step-item.item05 .img {
    max-width: 230px;
  }
  .step-item.item06 {
    padding-top: 55px;
  }
  .step-item.item06 .img {
    max-width: 520px;
    margin: auto;
  }
  .step-item.arr::before {
    width: 130px;
    height: 2px;
    left: 112px;
    bottom: -30px;
  }
  .step-item.arr::after {
    width: 130px;
    height: 2px;
    right: 112px;
    bottom: -30px;
  }
}

/* ---------------------------------------------------
faq
---------------------------------------------------- */
.faq {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #eef5fb;
}

.faq-inner {
  padding: 30px;
  background: #fff;
}

.faq-ttl {
  margin-bottom: 35px;
}

.faq-ttl img {
  max-width: 180px;
}

.faq-item {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #cfcfcf;
}

.faq-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.faq-item .faq-f {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  background: url(../images/faq-q.png) no-repeat left center;
  background-size: 1.7rem;
}

.faq-item .faq-a {
  padding-top: 30px;
  padding-left: 50px;
  background: url(../images/faq-a.png) no-repeat 15px top;
  background-size: 1.4rem;
  position: relative;
}

.faq-item .faq-a:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 35px;
  width: 2px;
  height: 80%;
  background: #ebcedb;
}

@media (min-width: 768px) {
  .faq {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .faq-inner {
    padding: 60px;
  }
  .faq-ttl {
    margin-bottom: 50px;
  }
  .faq-ttl img {
    max-width: 270px;
  }
  .faq-item {
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 2px solid #cfcfcf;
  }
  .faq-item .faq-f {
    padding-left: 50px;
    margin-bottom: 25px;
    background-size: 2rem;
  }
  .faq-item .faq-a {
    padding-top: 40px;
    padding-left: 65px;
    background-size: 1.8rem;
    background-position: 25px top;
    line-height: 1.8;
  }
  .faq-item .faq-a:before {
    left: 38px;
    top: 45px;
    width: 3px;
    height: 68%;
  }
}

/* ---------------------------------------------------
voice
---------------------------------------------------- */
.voice-ttl {
  padding: 20px 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.voice-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../images/voice-bg.png);
  background-size: 1.5rem;
}

.voice-inner .title {
  padding-top: 30px;
  padding-bottom: 40px;
  background: url(../images/susume-fukidashi.png) no-repeat bottom;
  background-size: contain;
  width: 275px;
  margin: 0 auto 20px;
}

.voice-item {
  padding: 30px 15px 20px;
  margin-bottom: 30px;
  background: #fff url(../images/voice-bg02.png) no-repeat top right;
  background-size: 14rem;
}

.voice-item .head {
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
  justify-content: space-between;
}

.voice-item .img {
  max-width: 110px;
}

.voice-item .inner {
  padding: 20px;
  background: #f2f7fb;
  position: relative;
}

.voice-item .inner:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #f2f7fb transparent;
}

.voice-item .inner .ttl {
  border-bottom: 1px dashed #004c96;
  font-weight: 800;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.voice-item .inner .text {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .voice-ttl {
    padding: 50px 0;
  }
  .voice-inner {
    padding-top: 40px;
    background-size: 3rem;
  }
  .voice-inner .title {
    padding-top: 50px;
    padding-bottom: 55px;
    background: url(../images/pc/susume-fukidashi.png) no-repeat bottom;
    background-size: contain;
    width: 380px;
    margin: 0 auto 30px;
  }
  .voice-item {
    padding: 30px 60px 40px;
    margin-bottom: 35px;
    background: #fff url(../images/pc/voice-bg02.png) no-repeat top right;
    background-size: 54rem;
  }
  .voice-item .head {
    width: 96%;
    margin-bottom: 35px;
    align-items: end;
  }
  .voice-item .img {
    max-width: 130px;
  }
  .voice-item .inner {
    padding: 40px 55px;
  }
  .voice-item .inner::before {
    top: -25px;
    border-width: 0 25px 25px 25px;
  }
  .voice-item .inner .ttl {
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: left !important;
  }
}

/* ---------------------------------------------------
allCompo
---------------------------------------------------- */
.allCompo {
  padding: 50px 15px 30px;
}

.allCompo-ttl {
  display: inline-block;
  padding: 9px 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #303030;
  border-top: 1px solid #303030;
}

.allCompo-text {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .allCompo {
    padding: 120px 0;
  }
  .allCompo-ttl {
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------
footer
---------------------------------------------------- */
.footer {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  padding: 50px 0 30px;
}

.footer-list {
  width: 90%;
  max-width: 285px;
  margin: 0 auto 40px;
  justify-content: space-between;
  position: relative;
}
/*
.footer-list:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 55%;
  margin: auto;
  width: 1px;
  height: 14px;
  background: #fff;
}*/
.footer-item.item01  {
  padding-right: 30px;
  position: relative;
}
.footer-item.item02  {
  padding-left: 30px;
}
.footer-item.item01:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background: #fff;
}

.footer-link {
  display: inline-block;
  margin-bottom: 45px;
  padding-left: 25px;
  background: url(../images/footer-icon.png) no-repeat center left;
  background-size: 1rem;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  max-width: 46px;
  margin: auto;
}

@media (min-width: 768px) {
  .footer-list {
    margin: 0 0 20px;
    max-width: 306px;
  }
  .footer-list:after {
    content: none;
  }
  .footer-item.item01  {
    padding-right: 30px;
    position: relative;
  }
  .footer-item.item02  {
    padding-left: 30px;
  }
  .footer-item.item01:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    margin: auto;
    width: 1px;
    height: 14px;
    background: #fff;
  }
  .footer-link {
    float: right;
    padding-left: 30px;
    background-size: 1.4rem;
  }
  .footer-logo {
    clear: both;
  }
}

.product-movie video{
  width: 100%;
}
