@charset "utf-8";
html {
  scroll-behavior: smooth;
}
/* ヘッダー */
html {
  height: 100vh
}
body {
  min-height: 100vh;
  position: relative
}
.bg__line {
  /*position: relative;*/
  height: 100%;
  width: 100%;
}
body::before, body::after, .bg__line::before {
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
  content: '';
  background: #f0f0f0;
  width: 1px;
  height: 100%;
}
body::after {
  left: inherit;
  right: 25%;
}
.bg__line::before {
  left: 50%;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 300;
}
.header_inner {
  position: relative;
}
.title {
  font-size: 2rem;
  font-weight: 600;
}
main {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .logo img {
    height: 55px;
  }
  .header {
    height: 60px;
  }
  .logo {
    display: flex;
    align-items: center;
    padding-left: 0;
    height: 60px;
  }
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 60px 0 0 0;
    list-style: none;
  }
  .nav_list li {
    text-align: center;
    padding: 0 14px;
  }
  .nav_list li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_list li a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
} /* sp */
@media only screen and (min-width: 769px) {
  main {
    margin-top: 100px;
  }
  .header_inner {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    padding-left: 40px;
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .nav_list {
    height: 100px;
    display: flex;
    align-items: center;
    grid-column-gap: 30px;
  }
  .nav_list li a {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .btn__blk a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    width: 170px;
    height: 100px;
  }
} /* pc */
/* フッター */
footer {
  padding-right: 5%;
  background: url("../images/bk_footer.png") no-repeat right;
  background-size: 80% 100%;
}
footer .header_inner {
  height: inherit;
  padding: 50px 0 20px 0;
}
footer .nav_list {
  height: inherit
}
address {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 20px;
}
.address {
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
    padding: 20px 20px 40px 20px;
    background: url("../images/bk_footer_sp.png") no-repeat bottom;
    background-size: 100% 100%;
  }
  footer .header_inner {
    padding: 0;
  }
  footer .logo {
    justify-content: center;
    height: inherit;
    flex-direction: column;
    row-gap: 20px;
  }
  footer .nav {
    display: none;
  }
  address {
    text-align: center;
  }
}
/* FONTとボタン */
.ttl__style__01 {
  font-size: 10.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl__style__01 span {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl__style__01::first-letter, .ttl__style__03::first-letter {
  color: #00b2b0
}
.ttl__style__02, .ttl__style__04 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.6;
}
.ttl__style__03 {
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl__style__04 {
  position: relative;
  margin-bottom: 25px;
}
.ttl__style__04::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
.ttl__style__04 span {
  background: #ededed;
  padding-right: 25px;
  position: relative;
}
.ttl__style__05 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  display: inline-block;
  padding: 15px 20px 15px 5%;
  background: linear-gradient(90deg, #5999cd 0%, #59c9cc 100%);
}
.box__wht {
  background: #fff;
  padding: 30px;
  width: 93%;
  font-size: 1.6rem;
  max-width: calc(1010px - 7%);
  margin-left: 7%;
  box-sizing: border-box;
  margin-top: 30px;
}
.ttl__en {
  text-align: center;
  font-size: 3.0rem;
  color: #e9e9e9;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin: 20px 0 80px 0;
}
.ttl__style__06 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 20px;
  border-left: 8px solid;
  border-image: linear-gradient(to bottom, #5999cd, #59c9cc) 1;
}
.ttl__style__07 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #00b2b0;
  margin-bottom: 15px;
  margin-top: 35px;
}
.btn__grad a, input[type=submit], input[type=button] {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(90deg, #5999cd 0%, #59c9cc 100%);
}
.btn__grn a {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 15px 55px;
  background: #00b2b0;
}
.section01 {
  background: url("../images/img_ca01.png") no-repeat right bottom;
  background-size: 93% auto;
  padding: 0 0 16vw 0;
}
.TextLeft__wrap {
  width: 100%;
  max-width: 650px;
}
.ttl__style__02 {
  padding: 25px 0;
}
.section02 {
  padding: 200px 0 250px 0;
  position: relative;
}
.section02::before {
  content: '';
  position: absolute;
  bottom: -39vw;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_ca02.png") no-repeat bottom;
  background-size: 100% auto;
}
/*@media only screen and (min-width: 1345px) {
	.section02::before {
  bottom: -500px;
}
}*/
.section02 .ttl__style__03 {
  margin-bottom: 100px;
}
.box__gray {
  margin-top: 60px;
  margin-left: 20%;
  width: 80%;
  background: #ededed;
  padding: 60px 0;
}
.box__gray > h4 {
  margin-left: 7%;
}
.box__gray > p {
  max-width: 1010px;
  padding-left: 7%;
  margin-bottom: 40px;
}
.section03 {
  background: url("../images/img_ca03.png") no-repeat left bottom;
  background-size: 100% auto;
  padding: 5vw 0 16vw 0;
}
.TextRight__wrap {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
}
.section05 {
  padding-top: 200px
}
.product__items {
  display: flex;
  justify-content: space-between;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 130px;
}
.product__item__text {
  width: 55%;
}
.product__item__pic {
  width: 40%;
}
.btn__grad, .btn__grn {
  margin-top: 40px;
}
.section06 {
  background: #eeeeee;
  padding: 120px 0;
  text-align: center
}
.section06 .ttl__en {
  color: #fff;
}
.section07 {
  padding: 120px 0;
  background: #fff;
}
.tbl__style__a {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
.tbl__style__a td, .tbl__style__a th {
  padding: 25px 0 25px 25px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.hissu {
  background: #f96a6a;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 20px;
  white-space: nowrap;
}
input[type=text], textarea {
  border: 1px solid #ccc;
  padding: 5px 20px;
  width: 100%;
  background: #fff;
}
.box__privacy {
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 400;
}
input[type=submit], input[type=button] {
  margin: 60px auto 0 auto;
  display: block;
  width: 250px;
  text-align: center;
}
.error {
  color: red;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .ttl__style__01 {
    font-size: 3.6rem;
  }
  .ttl__style__03 {
    font-size: 3.4rem;
  }
  .ttl__style__01 span {
    font-size: 2.8rem;
    display: inline;
    padding-left: 5px;
  }
  .ttl__style__02, .ttl__style__04 {
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .ttl__style__05 {
    font-size: 1.8rem;
    padding: 7px 15px 7px 5%;
  }
  .ttl__style__04 {
    margin-bottom: 20px;
  }
  .ttl__style__04 span {
    padding-right: 15px;
  }
  .box__wht {
    padding: 20px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .ttl__en {
    font-size: 2.2rem;
    margin: 5px 0 30px 0;
  }
  .ttl__style__06 {
    font-size: 2.2rem;
    padding-left: 15px;
    border-left: 5px solid;
    border-image: linear-gradient(to bottom, #5999cd, #59c9cc) 1;
  }
  .ttl__style__07 {
    font-size: 2.0rem;
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .btn__grad a, input[type=submit], input[type=button] {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
  .btn__grn a {
    font-size: 1.8rem;
    padding: 10px 30px;
  }
  .section01 {
    background: url("../images/img_ca01.png") no-repeat right bottom;
    background-size: 100% auto;
    padding: 0 0 140px 0;
  }
  .ttl__style__02 {
    padding: 20px 0;
  }
  .section02 {
    padding: 80px 0;
  }
  .section02::before {
    bottom: -200px;
  }
  .section02 .ttl__style__03 {
    margin-bottom: 40px;
  }
  .box__gray {
    margin-top: 30px;
    margin-left: 7%;
    width: 93%;
    background: #ededed;
    padding: 30px 5% 30px 0;
  }
  .box__gray > p {
    margin-bottom: 30px;
  }
  .section03 {
    background: url("../images/img_ca03.png") no-repeat left bottom;
    background-size: 100% auto;
    padding: 12vw 0 140px 0;
  }
  .TextRight__wrap, .TextLeft__wrap {
    background: rgba(255, 255, 255, 0.50);
    padding: 15px;
  }
  .section05 {
    padding-top: 60px
  }
  .product__items {
    margin-bottom: 40px;
    justify-content: center;
  }
  .product__item__text {
    width: 100%;
  }
  .product__item__pic {
    width: 80%;
  }
  .btn__grad, .btn__grn {
    margin-top: 30px;
    text-align: center;
  }
  .section06 {
    padding: 60px 0;
  }
  .section06 .ttl__en {}
  .section07 {
    padding: 60px 0;
  }
  .tbl__style__a td, .tbl__style__a th {
    padding: 20px 0 20px 20px;
    display: inline-block;
    width: 100%;
  }
  .tbl__style__a th {
    border: none;
    padding-bottom: 0;
  }
  .tbl__style__a tr th:nth-child(1) {
    width: calc(100% - 65px);
  }
  .tbl__style__a tr th:nth-child(2) {
    width: 65px;
    text-align: right
  }
  .tbl__style__a td {
    padding-top: 10px;
  }
  .hissu {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
  input[type=text], textarea {
    padding: 5px 10px;
  }
  .box__privacy {
    height: 150px;
    margin: 30px 0;
    font-size: 1.3rem;
  }
  input[type=submit], input[type=button] {
    margin: 30px auto 0 auto;
    width: 200px;
  }
  .error {
    font-size: 1.4rem;
    margin-top: 3px;
  }
}
/* MV */
.mv {
  position: relative;
  background: url("../images/mv_bk.png") no-repeat right bottom;
  background-size: auto 100%;
  padding-bottom: 12vw;
  overflow: hidden;
  width: 100%;
}
.mv figure img {
  width: 100%;
}
.mv__item__pic01 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  animation: slideIn01 3s 1;
}
.mv__item__pic02 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  animation: slideIn02 3s 1;
}
.mv__item__pic03 {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  animation: slideIn03 4s 1;
}
.mv__item__pic04 {
  z-index: 4;
  animation: slideIn04 4s 1;
}
.mv__item__pic05 {
  z-index: 5;
  position: absolute;
  bottom: 7vw;
  right: 0;
  width: 65%;
  animation: slideIn05 4s 1;
}
.mv__item__text {
  z-index: 5;
  position: absolute;
  top: 4vw;
  left: 16vw;
  /*max-width: 640px;*/
  width: 48%;
  animation: slideIn06 4s 1;
}
.mv__ttl {
  font-size: 20rem;
  font-size: clamp(10rem, 16vw, 20rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 10px
}
.mv__ttl span {
  font-size: 4.8rem;
  font-size: clamp(2.5rem, 2.68vw, 4.8rem);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 5px
}
.mv__subttl {
  font-size: 2.7rem;
  font-size: clamp(1.5rem, 2.0vw, 2.7rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 15px 0 35px 0;
}
.mv__text {
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
}
@keyframes slideIn01 {
  0% {
    opacity: 0;
    transform: translateX(-1500px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn02 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    transform: translateX(1500px);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn03 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    transform: translateX(1000px);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn04 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  90% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn05 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    transform: translateX(500px);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn06 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: translateX(-500px);
  }
  90% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .mv__item__text {
    top: 14vw;
width: 60%;
  }
  .mv__ttl {
    font-size: 5rem;
    letter-spacing: 3px;
    line-height: 0;
  }
  .mv__ttl span {
    font-size: 2rem;
    letter-spacing: 2px
  }
  .mv__subttl {
    font-size: 1.6rem;
    margin: 5px 0 10px 0;
  }
  .mv__text {
    font-size: 1.2rem;
    line-height: 1.3;
width: 80%;
  }
}
/*  */
@media only screen and (max-width: 768px) {}
/*  */
@media only screen and (max-width: 768px) {}
/*  */
@media only screen and (max-width: 768px) {}
/*  */
@media only screen and (max-width: 768px) {}