@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
[data-aos=line-bl] {
  width: 200px;
  -webkit-transition-property: width;
  transition-property: width;
}

[data-aos=line-bl].aos-animate {
  width: 100%;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.lp-header {
  background: #000;
  padding: 10px 0;
}
.lp-header .header_info {
  border: 1px solid #fff;
  padding: 12px 0;
  width: 394px;
  margin-right: 5px;
}
.lp-header .header_info a {
  display: inline-block;
  text-align: center;
}
.lp-header .header_info a:nth-child(1) {
  border-right: 1px solid #fff;
  width: 52%;
}
.lp-header .header_info a:nth-child(2) {
  width: 48%;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.lp-footer {
  background: #000;
}
.lp-footer .footer_content {
  padding: 78px 0;
}
.lp-footer .footer_info {
  border: 1px solid #fff;
  padding: 24px 0;
}
.lp-footer .footer_info a {
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 0;
}
.lp-footer .footer_info a:nth-child(1) {
  border-right: 1px solid #fff;
  width: 48.8%;
}
.lp-footer .footer_info a:nth-child(2) {
  width: 50%;
}
.lp-footer .footer_copy {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  line-height: 1.5;
}

.wrap {
  margin: 0 auto;
  overflow: hidden;
}

.lp-main {
  max-width: 920px;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .lp-main {
    width: auto;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Lp page
------------------------------------------------------------*/
.p-lp .lp-banner {
  text-align: center;
  background: url("../img/banner_bg.png") center center no-repeat;
  background-size: cover;
  padding: 36px 0 62px;
}
.p-lp .lp-banner img {
  max-width: calc(100% + 15px);
  position: relative;
  right: 9px;
}
.p-lp .lp-sec01 {
  background: url("../img/sec01_bg.png") center right no-repeat;
  background-size: cover;
  padding: 157px 0 197px;
}
.p-lp .lp-sec02 {
  background: url("../img/sec02_bg.png") center center no-repeat;
  background-size: cover;
  padding: 150px 0;
}
.p-lp .lp-sec03 {
  background: url("../img/sec03_bg.png") left center no-repeat;
  background-size: cover;
  padding: 118px 0 153px;
}
.p-lp .lp-sec04 {
  background: url("../img/sec04_bg.png") center center;
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 122px 0 159px;
}
.p-lp .lp-sec04 .sec04_title {
  text-align: center;
  margin-bottom: 50px;
}
.p-lp .lp-sec04 .sec04_box {
  margin-top: 31px;
  padding: 45px 30px 44px;
  background: #fff;
  width: 48%;
  max-width: 430px;
  border: 3px solid #301608;
}
.p-lp .lp-sec04 .sec04_box:nth-child(1), .p-lp .lp-sec04 .sec04_box:nth-child(2) {
  margin-top: 0;
}
.p-lp .lp-sec04 .sec04_box .box_title {
  text-align: center;
  margin-bottom: 20px;
}
.p-lp .lp-sec04 .sec04_box .box_txt {
  letter-spacing: 0.05em;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.text_read {
  font-size: 1.8rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .text_read {
    font-size: 1.6rem;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-red {
  color: red;
}

.u-text-right {
  text-align: right;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-sp-visible {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-visible {
    display: block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
.u-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

/*
------------------------------------------------------------*/