@charset "utf-8";

body {
  width: 100%;
  background: #fff;
  color: #333;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6",
    "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho",
    Meiryo, serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
img.center {
  margin: 0 auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.red {
  color: #ff0000;
}
.green {
  color: #105b63;
}
.blue {
  color: #046380;
}
.yellow {
  color: #e6e2af;
}
.txtBig {
  font-weight: bold;
  font-size: 32px;
}
.txtMin {
  font-size: 14px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .txtBig {
    font-size: 22px;
  }
}

/*====================================
ヘッダー
======================================*/
#header-inner {
  height: 61px;
  width: 100%;
  min-width: 950px;
  position: relative;
  box-shadow: 0px 3px 5px #d5d5d5;
  z-index: 2;
  background: #fff;
}
#header-inne {
  width: 100%;
}
.site-title {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-title h1 img {
  max-width: 250px;
  width: 100%;
  object-fit: cover;
  padding: 5px 0;
  box-sizing: border-box;
}
.site-title p {
  font-size: 80%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #header-inner {
    min-width: auto;
    height: fit-content;
  }
  .site-title {
    display: block;
  }
  .site-title p {
    padding-left: 15px;
  }
}

/*====================================
メイン
======================================*/
#top {
  width: 100%;
  min-width: 950px;
  height: 561px;
  background: url(../img/lp1-dev_fv-bg.png) no-repeat left/cover;
}
#top img {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
#top .inner {
  width: 1200px;
  min-width: 950px;
  height: 561px;
  position: relative;
  margin: auto;
}

#top h1 {
  height: 100%;
}

#top .inner .fv-main-wrapper {
  height: 100%;
  width: 1200px;
  position: relative;
}

#top .inner .dareyori-wrapper {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: calc(100vw * (54.5 / 750));
  max-width: 729px;
  width: 100%;
}

#top .inner .dareyori {
  width: 729px;
  margin: auto;
}

#top .inner .fv-main {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1100px;
}

img.shomei {
  max-width: 857px;
  width: 100%;
  margin: auto;
  padding-block: 20px;
}

/* video */
.video {
  width: 100%;
  height: 110vh;
  background: url(../images/pc/688.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.navy-cover {
  background-color: #44596e;
}

.navy-cover {
  position: relative;
  z-index: 1;
}

.cvbeforbox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.cvbefor_bg {
  display: inline-block;
  background: #000;
  opacity: 0.62;
  width: 27%;
}
.cvbefor_bg02 {
  display: inline-block;
  background: #000;
  opacity: 0.62;
  width: 24%;
}

.areaInTop {
  max-width: 1100px;
  margin: 0 auto;
}
.areaIn {
  max-width: 1000px;
  margin: 0 auto;
}
.inBox {
  position: relative;
}
.image01 {
  position: absolute;
  top: 15%;
  right: 0;
}
.multiply {
  mix-blend-mode: multiply; /*乗算*/
}
.multiply_top {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  #top {
    min-width: unset;
    height: calc(100dvw * (924 / 767));
    aspect-ratio: 924 / 767;
    background-size: cover;
    background-position: 50% 50%;
  }

  #top .inner .fv-main-container {
    padding-inline: 16px;
  }

  #top .inner .fv-main-wrapper {
    width: 100%;
    height: calc(100dvw * (924 / 767));
    aspect-ratio: 924 / 767;
  }

  #top .inner .fv-main {
    max-width: 714px;
    width: 100%;
    bottom: -29px;
  }

  #top .inner {
    width: 100%;
    height: calc(100dvh - 136px);
    min-width: unset;
    max-height: 925px;
  }

  #top .inner .dareyori-wrapper {
    max-width: 641px;
    width: auto;
    padding-inline: 16px;
    position: relative;
    transform: none;
    left: 0;
    top: calc(100vw * (52 / 767));
    margin: 0 auto;
  }

  #top .inner .dareyori {
    max-width: 641px;
    width: 100%;
  }

  img.shomei {
    max-width: 502px;
    width: 100%;
  }

  .navy-cover {
    padding-inline: 4px;
  }

  .video {
    width: 100%;
    height: 73vh;
    background: url(../images/pc/688.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
  .video video {
    min-width: 100%;
    min-height: 100%;
    width: 260%;
    height: auto;
    position: absolute;
    top: 70%;
    left: 6%;
    transform: translateX(-50%) translateY(-54%);
  }
  .cvbefor_bg,
  .cvbefor_bg02 {
    display: none;
  }
}
/*=====title=====*/
#title {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
#title img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/*=====cont01・03=====*/
.conte02_obi {
  margin: 0 auto;
}
.conte02_obi img {
  margin: 0 auto;
}
.cont02 {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.cont03 {
  padding: 0 20px 30px;
  box-sizing: border-box;
}
.borum {
  background: url(../img/contentbg_15.png) center top no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}
.borumimg {
  margin: 0 auto;
  padding: 50px 0;
}
.borum02 {
  background: url(../img/contentbg_14.png) center top no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}
iframe {
  min-height: 500px;
  padding: 3%;
  box-sizing: border-box;
}
.jitsuryoku {
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.jitsuryoku p.tit {
  font-size: 61px;
  font-weight: bold;
}
.jitsuryoku p {
  font-size: 22px;
  color: #000;
  padding: unset;
}
@media screen and (max-width: 767px) {
  .jitsuryoku p.tit {
    font-size: 8vw;
    text-align: center;
  }
  .jitsuryoku p {
    font-size: 3.8vw;
    color: #000;
    padding: unset;
    text-align: center;
  }
}
.cont02 img,
.cont02_02 img,
.cont03 img {
  margin: 0 auto;
}
.cont02_02,
.cont03 {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
.cont03 p {
  max-width: 800px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
.cont0301 p {
  text-align: center;
  padding: unset;
  font-size: 36px;
}
.cont0301 p.txtNext {
  font-size: 38px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont01 p,
  .cont02 p,
  .cont03 p {
    font-size: 16px;
  }
  .cont03 p.txtNext {
    font-size: 26px;
  }
  .cont0301 p {
    text-align: center;
    padding: unset;
    font-size: 6vw;
  }
  .cont0301 p.txtNext {
    font-size: 6vw;
    text-align: center;
  }
}

/*=====toha=====*/
.toha {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
}
.toha p.tit {
  font-size: 61px;
  font-weight: bold;
}
.toha p {
  font-size: 22px;
  color: #000;
  padding: unset;
}
.toha .wrap {
  margin-top: 33px;
  margin-inline: auto;
  border: 1px solid #000;
  padding: calc(100vw * (20 / 695));
  max-width: 700px;
}
.toha .wrap p {
  font-size: 28px;
  line-height: 2.2;
}
.toha .wrap .mark {
  position: relative;
  font-weight: bold;
  z-index: 10;
}
.toha .wrap .mark::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: #fff54f;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.toha .pt {
  padding-top: 77px;
}
.toha .pt2 {
  padding-top: 60px;
}
.toha .youtube-link {
  padding-top: 67px;
}
.toha .youtube-info {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .toha .wrap {
    padding: calc(100vw * (40 / 695)) calc(100vw * (60 / 695));
  }

  .toha p.tit {
    font-size: 8vw;
    text-align: center;
  }
  .toha p {
    font-size: 3.8vw;
    color: #000;
    padding: unset;
    text-align: center;
  }
}

/*=====korekara=====*/
.korekara {
  background-color: #44596e;
  padding-block: 46px;
}

.korekara img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .korekara {
    padding: 46px 16px;
  }
}

/*=====cont_black=====*/
#cont_black {
  background: #002f2f;
  width: 100%;
  margin: 0 auto;
}
#cont_black img {
  margin: 0 auto;
}
img.cont02Img01,
img.cont02Img04 {
  width: 100%;
  margin: 0 auto;
}
img.cont02Img01 {
  max-width: 480px;
}
img.cont02Img04 {
  max-width: 760px;
}
.cont02 {
  padding: 2% 0 0;
  box-sizing: border-box;
}
.tok1 {
  background: url(../img/lp1-dev_07-bg.png) repeat-x center top;
}
.tok2 {
  background: url(../img/lp1-dev_08-bg.png) repeat-x center top;
}
.tok3 {
  background: url(../img/lp1-dev_09-bg.png) repeat-x center top;
}
.cont02 p {
  color: #fff;
  padding: 3% 6%;
}
.cont02 p.txtLeft {
  text-align: left;
}
#cont_black iframe {
  min-height: 500px;
  padding: 3%;
  box-sizing: border-box;
}
p.minwid {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
img.guide {
  max-width: 908px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.flexbox {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  box-sizing: border-box;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: distribute;
  justify-content: space-around;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.flexbox p {
  font-size: 22px;
  text-align: left;
}
.flexbox p,
.flexbox img {
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
}
.product {
  background: #3b3b3b;
  max-width: 860px;
  width: 100%;
  margin: 1% auto 8%;
  padding: 30px 40px;
  box-sizing: border-box;
}
.product p {
  padding: 0;
  text-align: left;
  color: #fff;
}
.product a {
  color: #73ff98;
}
img.cont12Img {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .flexbox {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*====================================
arrow
======================================*/
.arrowBox {
  animation: Lit 2.3s ease infinite;
}
@keyframes Lit {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}
.arrowBox img {
  margin: 0 auto;
}

/*====================================
cv
======================================*/
.cv {
  width: 100%;
  min-width: 995px;
  background: #f3f3f3;
  position: relative;
}
.cv .inner {
  width: 1200px;
  height: 494px;
  margin: 0 auto;
  color: #fff;
  background: #f3f3f3 url(../img/cvbg.png) no-repeat bottom center;
}

.inner02 {
  width: 1200px;
  height: 494px;
  margin: 0 auto;
  color: #414141;
  background: #f3f3f3 url(../img/cvbg.png) no-repeat top center;
}
.cv1 {
  position: relative;
  z-index: 0;
  padding-bottom: 3px;
}
.cv1 p {
  color: #333;
  position: absolute;
  width: 150px;
  text-align: left;
  top: 184px;
  right: 51%;
  margin-right: -430px;
}
.cv1 .inner {
  padding-top: 70px;
}
.cv div.fl {
  width: 426px;
  padding: 203px 44px 0 46px;
  text-align: left;
}
.cv div.fl02 {
  width: 585px;
  padding: 92px 5px 0 8px;
  text-align: left;
  float: left;
}
.cv div.fr {
  width: 479px;
  text-align: left;
  padding: 186px 0 0 0;
}
.cv div.fr02 {
  width: 563px;
  text-align: left;
  padding: 49px 0 0 0px;
  float: right;
}

.cv div.fl input[type="email"],
.cv div.fl02 input[type="email"] {
  width: 563px;
  height: 79px;
  line-height: 60px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border: solid 3px #ac983e;
  outline: none;
  font-size: 18px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.cv div.fl label {
  display: block;
}
.cv div.fl02 label {
  display: block;
}
.cvtxt {
  width: 1182px;
  margin: 0 auto;
  clear: both;
  text-align: left;
}

.cvtel {
  margin: 0 auto;
  width: 1000px;
  margin-top: -140px;
  padding-bottom: 1px;
}

.cv div.fl label a {
  color: #0075ff;
}
.cv div.fl02 label a {
  color: #0075ff;
}

label {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .inBox .pc {
    display: none;
  }
  .inBox .sp {
    display: block;
  }
  .inBox .sp,
  .m_tit img,
  #cv form,
  img.cv_01,
  .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .inner_input {
    width: 100%;
  }
  .cvbeforbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .cv {
    width: 100vw;
    position: relative;
    margin: 0 auto;
    min-width: unset;
  }
  .inner02 {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
    color: #333;
    background: #f3f3f3 url(../img/lp2203_sp_05.png) no-repeat center top;
    background-size: 100vw;
  }

  .cv .inner02 {
    padding-top: 12%;
    margin: 0 auto;
  }
  .cv div.fl02 {
    width: 80vw;
    text-align: left;
    margin: 0 auto 5vw;
    padding: 0;
    float: unset;
  }
  .cv div.fr02 {
    width: 100vw;
    margin: 0 auto;
    float: unset;
    padding: 0;
    text-align: center;
  }
  #btn1,
  #btn2,
  #btn3,
  #btn4,
  #btn5,
  #btn6 {
    width: 80vw;
  }

  .cv div.fl02 input[type="email"] {
    width: 75vw;
    height: 16%;
    line-height: 1.75;
    border-radius: 2%;
    -webkit-border-radius: 2%;
    -moz-border-radius: 2%;
    border: 2px solid #ac983e;
    border-radius: 5px;
    outline: none;
    font-size: 1.3em;
    padding: 2vw 2vw;
    margin-bottom: 4vw;
  }

  .cv div.fl02 label {
    display: block;
  }
  .cv div.fl02 label a {
    color: #0075ff;
  }
  .tel {
    padding: 10px 0 20px;
    background: #f3f3f3;
  }
}

/*====================================
フッター
======================================*/
footer {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  width: 100%;
  margin: 0 auto;
  background: #333;
  color: #fff;
  font-size: 12px;
}
dl.info dt {
  font-weight: bold;
  padding: 25px 0 5px;
}
dl.info dd {
  text-align: justify;
  text-justify: inter-ideograph;
}
#disclaimer,
#footlink > div {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
}
#footlink {
  width: 100%;
  background: #e5e5e5;
  color: #b5b5b5;
  text-align: center;
}
#footlink nav ul li {
  position: relative;
  padding: 10px;
  box-sizing: border-box;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -ms-flex-pack: distribute;
  justify-content: space-around;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footlink nav ul li::after {
  position: absolute;
  left: -4px;
  content: "|";
  color: #adadad;
}
#footlink nav ul li:first-child::after {
  display: none;
}
#footlink p {
  color: #004742;
  line-height: 1.5;
  padding-top: 20px;
}
#footlink a {
  color: #000;
}
#footlink a:hover {
  text-decoration: underline;
}
p.copy {
  background: #2a2a2a;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  #footlink nav ul li {
    display: block;
  }
  #footlink nav ul li::after {
    display: none;
  }
}

/*====================================
汎用的なスタイル
======================================*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
