/* Reset ----- */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0
}
article,aside,footer,header,nav,section,figcaption,figure,main {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
ul {
  list-style:none;
}
button,input,select,textarea {
  margin:0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
  vertical-align:middle;
}
button,select {
  text-transform: none;
}
input,button,select {
  font-family: inherit;
  font-weight: inherit;
}
input[type="submit"],input[type="button"],button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration,input[type="button"]:-webkit-search-decoration,button[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus {
  outline: none;
}
::placeholder,
:-ms-input-placeholder {
    color: #979797;
}
html {
  box-sizing:border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
*,*:before,*:after {
  background-repeat: no-repeat;
  box-sizing:inherit;
}
:before,:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img,embed,object,audio,video {
  height:auto;
  max-width:100%;
}
img,iframe {
  border:0
}
img {
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,th {
  padding:0;
  text-align:left;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
body {
  position: relative;
  font:400 16px/1.6 'Noto Sans JP', sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: .7;
}
.sp {
  display: none;
}
.header-wrapper {
  position: relative;
  z-index: 100;
  background: #E8E8E8;
}
.header,
.wrapper,
.footer {
  width: 100%;
  max-width: calc(1080px + 20px);
  padding: 0 10px;
  margin: auto;
}
.header {
  display: flex;
}
.header h1 {
  margin-right: 40px;
}
.global-nav {
  margin-top: 30px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
}
.global-nav ul {
  display: flex;
  gap: 50px;
}
.global-nav a {
  color: #000;
  text-decoration: none;
}
.footer-wrapper {
  background: #000;
  margin-top: 100px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.footer {
  text-align: center;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap: 10px 40px;
  margin-bottom: 25px;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer small {
  font-size: 1em;
}

.bg-white {
  padding: 80px 0;
  background: #fff;
}
.bg-gray {
  padding: 80px 0;
  background: #F6F6F6;
}

.wrapper {
  overflow: hidden;
}

.p1,
.p3,
.p5 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.p2,
.p4,
.p6,
.p7 .inner {
  width: 100%;
  max-width: calc(1080px + 20px);
  padding: 0 10px;
  margin: auto;
}
.p1 {
  position: relative;
  height: 480px;
  background: url(/img/lp/1bg.jpg) left center / cover no-repeat;
}
.p1 .btn {
  position: absolute;
  left: 55px;
  bottom: 55px;
  height: 55px;
  width: 312px;
  /* border: 1px solid #f00; */
  border-radius: 100px;
  font-size: 0;
}

.p2 {
  padding: 40px 10px 80px;
  text-align: center;
  font-weight: 300;
}
.p2 h2 {
  margin-bottom: 15px;
}
.p2 p+p {
  margin-top: 1em;
}
.p2 .btn {
  display: inline-block;
  width: 312px;
  margin-top: 55px;
  background: #000;
  border-radius: 100px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 55px;
}
.p3 {
  position: relative;
  padding: 20px 50px;
  background: url(/img/lp/3bg.jpg) center left / cover no-repeat;
}
.p4 {
  display: flex;
  flex-flow: column;
  gap: 80px;
}
.p4 .flex {
  display: flex;
}
.p4 .flex:nth-child(odd) .txt {
  padding-left: 30px;
}
.p4 .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.p4 .flex:nth-child(even) .txt {
  padding-right: 30px;
}
.p4 .img {
  width: 50%;
}
.p4 .txt {
  width: 50%;
}
.p5 {
  display: flex;
  align-items: flex-start;
  padding: 40px 50px;
  background: url(/img/lp/5bg.jpg) center bottom / cover no-repeat;
}
.p5 .btn {
  display: inline-block;
  max-width: 365px;
  width: 100%;
  margin-top: 20px;
  background: #fff;
  border-radius: 100px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #000;
  line-height: 55px;
}
.p6 {
  margin-top: 80px;
}
.p6 h2 {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 5px solid #4E8D9C;
  border-image: linear-gradient(to right, #4E8D9C, #F6FFA1);
  border-image-slice: 1;
}
.p6 .flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.p7 {
  padding: 30px 0;
  margin-top: 80px;
  background: url(/img/lp/7bg.jpg) center / cover no-repeat;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1.5;
}
.p7 p {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
}
.p7 p span {
  color: #67B3C5;
}
.p7 .flex {
  display: flex;
  justify-content:center;
  gap: 100px;
  margin-top: 30px;
}
.p7 .flex a {
  width: 300px;
  padding: 20px 0 25px;
  background: #fff;
  text-align: center;
  color: #000;
  border-radius: 10px;
}



@media (max-width: 875px) {
  .p5 {
    flex-flow: column;
  }
}


@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding: 10px 5px 0;
  }
  .footer-wrapper {
    margin-top: 30px;
  }
  .footer {
    text-align: center;
    font-size: 12px;
  }
  .footer ul {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .bg-white,
  .bg-gray {
    padding: 40px 0;
  }



  .p1 {
    height: 430px;
  }
  .p1 .btn {
    left: 50px;
    bottom: 50px;
    height: 50px;
    width: 278px;
  }
  .p2 {
    padding: 30px 10px 40px;
  }
  .p2 h2 {
    margin-bottom: 15px;
  }
  .p2 p+p {
    margin-top: 1em;
  }
  .p2 .btn {
    margin-top: 30px;
    font-size: 18px;
    line-height: 50px;
  }
  .p3 {
    padding: 15px 10px;
  }
  .p4 {
    gap: 40px;
  }
  .p4 .flex {
  }
  .p4 .flex:nth-child(odd),
  .p4 .flex:nth-child(even) {
    flex-flow: column;
  }

  .p4 .flex:nth-child(odd) .txt,
  .p4 .flex:nth-child(even) .txt {
    padding: 20px 10px 0;
  }
  .p4 .img {
    width: 100%;
  }
  .p4 .img img {
  }
  .p4 .txt {
    width: 100%;
  }
  .p5 {
    padding: 20px 15px;
  }
  .p5 .btn {
    margin-top: 20px;
    font-size: 16px;
    line-height: 45px;
  }
  .p6 {
    margin-top: 40px;
  }



  .p7 {
    padding: 15px 0;
    margin-top: 40px;
  }
  .p7 p {
    font-size: 25px;
  }
  .p7 .flex {
    display: flex;
    justify-content:center;
    gap: 10px;
    margin-top: 30px;
  }
  .p7 .flex a {
    max-width: 300px;
    width: 100%;
    padding: 15px 20px 15px;
    background: #fff;
    text-align: center;
    color: #000;
    border-radius: 10px;
  }


}