@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
@media screen and (max-width: 779px) {
  html, body {
    overflow-x: hidden;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  color: #595959;
}

a {
  text-decoration: none;
  color: #595959;
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 779px) {
  img {
    width: 100%;
  }
}

.container {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.container > .ttl {
  text-align: center;
}
@media screen and (max-width: 779px) {
  .container {
    width: 92%;
  }
}

.txt {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 779px) {
  .txt {
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 779px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trans:hover,
.trans:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* ======================================================================
 lp50
====================================================================== */
.lp50_mv {
  overflow: hidden;
  position: relative;
  background: #002846 url("../img/mv_bg.jpg") no-repeat center top;
  height: 740px;
}
@media screen and (max-width: 779px) {
  .lp50_mv {
    background: #002846;
    height: 568px;
  }
}
.lp50_mv .ttl {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
}
@media screen and (max-width: 779px) {
  .lp50_mv .ttl {
    position: static;
  }
}
@media screen and (max-width: 779px) {
  .lp50_mv .logo {
    width: 100%;
    position: absolute;
    top: 0;
  }
}
.lp50_mv .logo a {
  display: inline-block;
  margin: 80px;
}
@media screen and (max-width: 779px) {
  .lp50_mv .logo a {
    margin: 0;
  }
}
@media screen and (max-width: 779px) {
  .lp50_mv .scroll {
    display: block;
    width: 31px;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
    bottom: 6%;
  }
}

.lp50_sec01 {
  background: #f0ece4;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 779px) {
  .lp50_sec01 {
    padding: 15% 0;
  }
}
.lp50_sec01:after {
  content: "";
  display: block;
  background: url("../img/sec01_ico.png") no-repeat;
  width: 73px;
  height: 23px;
  margin: 0 auto;
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -37px;
  z-index: 1;
}
@media screen and (max-width: 779px) {
  .lp50_sec01:after {
    width: 38px;
    height: 12px;
    bottom: -12px;
    margin-left: -19px;
    background-size: 100%;
  }
}
.lp50_sec01 .container > .ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 779px) {
  .lp50_sec01 .container > .ttl {
    margin-bottom: 10%;
  }
}
.lp50_sec01 .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .lp50_sec01 .container .list {
    display: block;
  }
}
.lp50_sec01 .container .list li:not(:nth-child(3n)) {
  margin-right: 19px;
}
@media screen and (max-width: 779px) {
  .lp50_sec01 .container .list li:not(:nth-child(3n)) {
    margin: 0 0 7%;
  }
}
.lp50_sec01 .container .list li .ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  margin: 25px 0;
}
@media screen and (max-width: 779px) {
  .lp50_sec01 .container .list li .ttl {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin: 3% 0;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec01 .container .list li .txt {
    margin: 0 4%;
  }
}

.lp50_sec02 {
  background: #002846;
  padding: 120px 0;
  color: white;
}
@media screen and (max-width: 779px) {
  .lp50_sec02 {
    padding: 15% 0;
  }
}
.lp50_sec02 .container > .ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 779px) {
  .lp50_sec02 .container > .ttl {
    margin-bottom: 15%;
  }
}
.lp50_sec02 .container .btn {
  text-align: center;
  margin-top: -60px;
}
@media screen and (max-width: 779px) {
  .lp50_sec02 .container .btn {
    margin-top: 10%;
  }
}
.lp50_sec02 .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media screen and (max-width: 779px) {
  .lp50_sec02 .container .list {
    margin-top: 15%;
    display: block;
    padding: 0 4%;
  }
}
.lp50_sec02 .container .list li {
  width: 330px;
}
@media screen and (max-width: 779px) {
  .lp50_sec02 .container .list li {
    width: 100%;
  }
}
.lp50_sec02 .container .list li:not(:nth-child(3n)) {
  margin-right: 55px;
}
@media screen and (max-width: 779px) {
  .lp50_sec02 .container .list li:not(:nth-child(3n)) {
    margin: 0 0 15%;
  }
}
.lp50_sec02 .container .list li .ttl {
  background: url("../img/sec02_ico.png") no-repeat center;
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 12px 0 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 779px) {
  .lp50_sec02 .container .list li .ttl {
    background: url("../img/sp/sec02_ico.png") no-repeat center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5%;
    background-size: contain;
    padding: 2% 0 0;
  }
}
.lp50_sec02 .container .list li .ttl span {
  color: #deb316;
}

.lp50_sec03 {
  padding: 120px 0;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 {
    padding: 15% 0;
  }
}
.lp50_sec03 .container > .ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container > .ttl {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container .list {
    padding: 0 4%;
  }
}
.lp50_sec03 .container .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container .list li {
    display: block;
  }
}
.lp50_sec03 .container .list li:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container .list li:not(:last-child) {
    margin-bottom: 15%;
  }
}
.lp50_sec03 .container .list li:nth-child(2n) .img {
  order: 1;
  margin: 0 60px 0 -200px;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container .list li:nth-child(2n) .img {
    margin: 5% 0 0;
  }
}
.lp50_sec03 .container .list li:nth-child(2n) .detail {
  order: 2;
}
.lp50_sec03 .container .list li .img {
  width: 720px;
  margin: 0 -200px 0 60px;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container .list li .img {
    width: 100%;
    margin: 5% 0 0;
  }
}
.lp50_sec03 .container .list li .detail {
  width: 520px;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container .list li .detail {
    width: 100%;
  }
}
.lp50_sec03 .container .list li .detail .ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container .list li .detail .ttl {
    margin-bottom: 4%;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.lp50_sec03 .container .list li .detail .ttl .point {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #deb316;
  background: url("../img/sec03_ico.png") no-repeat;
  width: 67px;
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
  margin-right: 20px;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container .list li .detail .ttl .point {
    background: url("../img/sp/sec03_ico.png") no-repeat;
    background-size: contain;
    width: 17.5%;
    font-size: 10px;
    padding: 2.5% 0;
    margin-right: 4%;
  }
}
.lp50_sec03 .container .list li .detail .ttl .point span {
  display: block;
  font-size: 30px;
}
.lp50_sec03 .container .list li .detail .ttl .txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
  width: 433px;
}
@media screen and (max-width: 779px) {
  .lp50_sec03 .container .list li .detail .ttl .txt {
    width: 78.5%;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
.lp50_sec03 .container .list li .detail .ttl .txt span {
  color: #deb316;
}

.lp50_sec04 {
  background: #faf6ed;
  padding: 120px 0;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 {
    padding: 15% 0;
  }
}
.lp50_sec04 .container > .ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container > .ttl {
    margin-bottom: 15%;
  }
}
.lp50_sec04 .container > .txt {
  text-align: center;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container > .txt {
    text-align: left;
    margin: 0 4%;
  }
}
.lp50_sec04 .container > .cap {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container > .cap {
    text-align: left;
    letter-spacing: normal;
    margin: 3% 4% 0;
  }
}
.lp50_sec04 .container .box {
  margin: 80px 0;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box {
    margin: 15% 4% 0;
  }
}
.lp50_sec04 .container .box > .ttl {
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box > .ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
  }
}
.lp50_sec04 .container .box > .ttl:before {
  content: "■";
  font-size: 27px;
  color: #deb316;
  margin-right: 10px;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box > .ttl:before {
    font-size: 20px;
  }
}
.lp50_sec04 .container .box.box01 .slick .img:not(:nth-child(3n)) {
  margin-right: 23px;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box.box01 .slick .img:not(:nth-child(3n)) {
    margin: 0;
  }
}
.lp50_sec04 .container .box.box02 .slick {
  width: 725px;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box.box02 .slick {
    width: 100%;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box.box02 .slick .img {
    width: 49%;
  }
}
.lp50_sec04 .container .box.box02 .slick .img:not(:nth-child(2n)) {
  margin-right: 23px;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box.box02 .slick .img:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.lp50_sec04 .container .box .slick {
  margin: 25px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box .slick.slider .img {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .lp50_sec04 .container .box .slick.slider .img:not(:nth-child(2n)) {
    margin: 0;
  }
}

@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box .slick {
    margin: 4% 0;
  }
}
.lp50_sec04 .container .box .slick .img {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box .slick .img {
    margin-bottom: 1.5%;
  }
}
.lp50_sec04 .container .box .slick .img .ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background-color: rgba(0, 40, 70, 0.95);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box .slick .img .ttl.ps {
    position: static;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box .slick .img .ttl.pd {
    padding: 14px 0 15px;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box .slick .img .ttl {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.4;
  }
}
.lp50_sec04 .container .box .slick .img .ttl span {
  font-size: 18px;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box .slick .img .ttl span {
    font-size: 14px;
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .lp50_sec04 .container .box .slick .img .ttl span {
    font-size: 13px;
  }
}
.lp50_sec04 .container .box .slick .img .ttl.c01 {
  color: #deb316;
}
.lp50_sec04 .container .box .slick .slick-arrow {
  width: 40px;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -20px;
}
.lp50_sec04 .container .box .slick .slick-arrow.slider-prev {
  left: -20px;
}
.lp50_sec04 .container .box .slick .slick-arrow.slider-next {
  right: -20px;
}
.lp50_sec04 .container .box .txt {
  text-align: center;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .box .txt.tl {
    text-align: left;
  }
}
.lp50_sec04 .container .box .txt span {
  font-weight: bold;
  color: #002846;
}
.lp50_sec04 .container .more {
  display: block;
  margin: 0 auto;
  width: 276px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #002846;
  text-align: center;
  color: #002846;
}
@media screen and (max-width: 779px) {
  .lp50_sec04 .container .more {
    width: 230px;
    height: 50px;
    line-height: 50px;
    margin-top: 7%;
  }
}

.lp50_sec05 {
  background: #f0f7fa;
}
.lp50_sec05:before, .lp50_sec05:after {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
}
@media screen and (max-width: 779px) {
  .lp50_sec05:before, .lp50_sec05:after {
    height: 37px;
  }
}
.lp50_sec05:before {
  background: url("../img/sec05_repeat01.png");
}
@media screen and (max-width: 779px) {
  .lp50_sec05:before {
    background: url("../img/sp/sec05_repeat01.png");
    background-size: contain;
  }
}
.lp50_sec05:after {
  background: url("../img/sec05_repeat02.png");
}
@media screen and (max-width: 779px) {
  .lp50_sec05:after {
    background: url("../img/sp/sec05_repeat01.png");
    background-size: contain;
  }
}
.lp50_sec05 .container > .ttl {
  margin: 120px 0 80px;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .ttl {
    margin: 15% 0;
  }
}
.lp50_sec05 .container > .cap {
  text-align: center;
  color: #e72239;
  font-weight: bold;
  margin-bottom: 1em;
}
.lp50_sec05 .container > .txt {
  text-align: center;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .txt {
    text-align: left;
    margin: 0 4%;
  }
}
.lp50_sec05 .container > .step {
  margin: 60px 0 120px;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step {
    margin: 10% 0 15%;
  }
}
.lp50_sec05 .container > .step > .ttl {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #002846;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step > .ttl {
    font-size: 20px;
  }
}
.lp50_sec05 .container > .step > .ttl span {
  font-size: 38px;
  padding-left: 0.25em;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step > .ttl span {
    font-size: 30px;
  }
}
.lp50_sec05 .container > .step .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list {
    display: block;
    margin-top: 4%;
  }
}
.lp50_sec05 .container > .step .list li {
  background: white;
  position: relative;
  border: 2px solid #002846;
  width: 350px;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li {
    width: 100%;
  }
}
.lp50_sec05 .container > .step .list li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li:not(:last-child) {
    margin: 0 0 10%;
  }
}
.lp50_sec05 .container > .step .list li:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 7px;
  border-color: transparent transparent transparent #002846;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -8.5px;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li:not(:last-child):after {
    top: auto;
    bottom: -33%;
    right: 50%;
    border-width: 10px 11.5px 0 11.5px;
    border-color: #002846 transparent transparent transparent;
    margin: 0 -12px 0 0;
  }
}
.lp50_sec05 .container > .step .list li .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px solid #002846;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li .top {
    border-bottom: none;
  }
}
.lp50_sec05 .container > .step .list li .top .step {
  width: 70px;
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  background: #002846;
  font-size: 14px;
  padding: 10px 0;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li .top .step {
    width: 16.5%;
    padding: 5% 0;
    font-size: 10px;
  }
}
.lp50_sec05 .container > .step .list li .top .step span {
  display: block;
  font-size: 36px;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li .top .step span {
    font-size: 30px;
  }
}
.lp50_sec05 .container > .step .list li .top .txt {
  width: 270px;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 10px;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li .top .txt {
    width: 75.5%;
    padding: 0 4%;
    line-height: 1.4;
  }
}
.lp50_sec05 .container > .step .list li .btm {
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li.bg01 {
    background: url("../img/sp/sec05_img01.png") white no-repeat 100% 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li.bg02 {
    background: url("../img/sp/sec05_img02.png") white no-repeat 100% 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .list li.bg03 {
    background: url("../img/sp/sec05_img03.png") white no-repeat 100% 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec05 .container > .step .cap {
    font-size: 14px;
    text-align: center;
    margin-top: 4%;
  }
}

.lp50_sec06 {
  padding: 120px 0;
}
@media screen and (max-width: 779px) {
  .lp50_sec06 {
    padding: 15% 0;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec06 .container > .ttl {
    margin-bottom: 15%;
  }
}
.lp50_sec06 .container .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 779px) {
  .lp50_sec06 .container .box {
    display: block;
  }
}
.lp50_sec06 .container .box .detail {
  order: 2;
  margin-left: 55px;
  width: 520px;
}
@media screen and (max-width: 779px) {
  .lp50_sec06 .container .box .detail {
    margin-left: 0;
    width: 100%;
  }
}
.lp50_sec06 .container .box .detail .ttl {
  margin-bottom: 30px;
}
.lp50_sec06 .container .box .img {
  order: 1;
  width: 721px;
  margin-left: -200px;
}
@media screen and (max-width: 779px) {
  .lp50_sec06 .container .box .img {
    width: 100%;
    margin: 5% 0 0;
  }
}

.lp50_sec07 {
  background: #002846;
  color: white;
}
@media screen and (max-width: 779px) {
  .lp50_sec07 {
    padding: 15% 0;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec07 .container > .ttl {
    margin-bottom: 15%;
  }
}
.lp50_sec07 .container .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 779px) {
  .lp50_sec07 .container .box {
    display: block;
  }
}
.lp50_sec07 .container .box .detail .txt {
  font-size: 23px;
  margin: 30px 0 50px;
}
@media screen and (max-width: 779px) {
  .lp50_sec07 .container .box .detail .txt {
    font-size: 18px;
    margin: 0 4% 10%;
  }
}
.lp50_sec07 .container .box .img {
  margin: -165px 0 0 -165px;
}
.lp50_sec07 .pcsite {
  margin-top: 5%;
}
@media screen and (max-width: 779px) {
  .lp50_sec07 .pcsite .container {
    background: #193d58;
    width: 84%;
    padding: 0 4% 5%;
  }
  .lp50_sec07 .pcsite .container:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 18.75px 0 18.75px;
    border-color: #002846 transparent transparent transparent;
    margin: 0 auto;
  }
  .lp50_sec07 .pcsite .container .txt {
    font-size: 14px;
    color: #758b9b;
    margin: 7% 0 5%;
  }
  .lp50_sec07 .pcsite .container .copy_txt {
    font-size: 13px;
    color: white;
    word-break: break-all;
    margin-bottom: 4%;
    display: block;
  }
}
@media screen and (max-width: 779px) and (max-width: 374px) {
  .lp50_sec07 .pcsite .container .copy_txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 779px) {
  .lp50_sec07 .pcsite .container .copy_btn {
    border: 1px solid white;
    text-align: center;
    width: 230px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    color: white;
    background: none;
  }
}

.lp50_footer .container {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 779px) {
  .lp50_footer .container {
    padding: 5% 0;
    display: block;
  }
}
.lp50_footer .container > * {
  width: 50%;
}
@media screen and (max-width: 779px) {
  .lp50_footer .container > * {
    width: 100%;
  }
}
.lp50_footer .container .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 779px) {
  .lp50_footer .container .menu {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.lp50_footer .container .menu a {
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 779px) {
  .lp50_footer .container .menu a {
    margin: 0 0.5em 4% 0;
  }
  .lp50_footer .container .menu a:first-child {
    width: 100%;
  }
}
.lp50_footer .container .menu a:before, .lp50_footer .container .menu a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.lp50_footer .container .menu a:before {
  width: 13px;
  height: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background: #002846;
  margin-right: 5px;
}
@media screen and (max-width: 779px) {
  .lp50_footer .container .menu a:before {
    width: 10px;
    height: 10px;
  }
}
.lp50_footer .container .menu a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent white;
  position: absolute;
  left: 5px;
  top: 3px;
}
@media screen and (max-width: 779px) {
  .lp50_footer .container .menu a:after {
    border-width: 3.75px 0 3.75px 4px;
    border-color: transparent transparent transparent white;
    left: 4px;
    top: 4px;
  }
}
.lp50_footer .container .copy {
  text-align: right;
  padding-right: 90px;
}
@media screen and (max-width: 779px) {
  .lp50_footer .container .copy {
    font-size: 10px;
    margin-top: 4%;
    text-align: left;
  }
}
.lp50_footer .container #gototop {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #002846;
  width: 68px;
  height: 68px;
  text-align: center;
  color: white;
  right: -5%;
}
.lp50_footer .container #gototop .txt {
  font-size: 10px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.lp50_footer .container #gototop .txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.25px 7.5px 8.25px;
  border-color: transparent transparent white transparent;
  margin: 0 auto 5px;
}

.lp50_fixed {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -219px;
}
