@charset "UTF-8";
/* CSS Document */


/* sec01
-----------------------------------------------*/
#sec01 {
  position: relative;
  z-index: 10;
  padding: 0 60px;
  margin-top: 200px;
}
#sec01 .inner {
  max-width: 1248px;
  margin: 0 auto;
}
#sec01 p {
  font-size: 20px;
  line-height: 243%;
}
#sec01 p span {
  display: block;
}
#sec01 h2 {
  display: inline-block;
  color: #4B5D54;
  font-size: 42px;
  line-height: 1.4;
  margin-top: 35px;
  font-weight: 400;
}
#sec01 h2 span {
  position: relative;
  display: inline-block;
}
#sec01 h2 span:nth-child(1) {
  display: block;
}
#sec01 h2 span:nth-child(2)::before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background: #86BD25;
  border-radius: 4px;
}
#sec01 .scroll {
  display: none;
}
#sec01 p span {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 2.6s,filter 2.6s;
}
#sec01.fade p span {
  opacity: 1;
  filter: blur(0);
}
#sec01.fade p span:nth-child(2) {
  transition-delay: 0.4s;
}
#sec01.fade p span:nth-child(3) {
  transition-delay: 0.8s;
}
#sec01.fade p span:nth-child(4) {
  transition-delay: 1.2s;
}
#sec01 h2 span {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 2.6s,filter 2.6s;
}
#sec01.fade h2 span {
  opacity: 1;
  filter: blur(0);
  transition-delay: 2.6s;
}
#sec01.fade h2 span:nth-child(2) {
  transition-delay: 3.2s;
}
@media only screen and (max-width:767px) {
  #sec01 {
    height: calc((var(--vh, 1vh) * 100));
    margin-top: 0;
    padding: 0 20px 90px;
  }
  #sec01 .inner {
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #sec01 .txt {
    width: 264px;
    margin: 0 auto;
  }
  #sec01 h2 {
    font-size: 19px;
  }
  #sec01 h2 span {
    font-size: 33px;
    margin-top: 20px;
  }
  #sec01 h2 span:nth-child(2)::before {
    right: -10px;
    bottom: 7px;
    width: 5px;
    height: 5px;
  }
  #sec01 .scroll {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%,0);
  }
  #sec01 .scroll a {
    display: block;
  }
  #sec01 .scroll a {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 1.2s,transform 1.2s;
    transition-delay: 5.2s;
  }
  #sec01.fade .scroll a {
    opacity: 1;
    transform: translateY(0);
  }
}


/* sec02
-----------------------------------------------*/
#sec02 {
  margin-top: 224px;
  padding: 0 60px;
}
#sec02 .inner {
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
#sec02 .logo {
  width: 235px;
}
@media only screen and (min-width:768px) {
  #sec02 .logo {
    opacity: 0;
    filter: blur(20px);
    transition: opacity 2.6s,filter 2.6s;
    transition-delay: 5.2s;
  }
  #sec02.fade .logo {
    opacity: 1;
    filter: blur(0);
  }
}
@media only screen and (max-width:767px) {
  #sec02 {
    height: auto;
    margin-bottom: calc((var(--vh, 1vh) * 50) - 36px);
  }
  #sec02 .inner {
      display: block;
  }
  #sec02 .logo {
    width: 196px;
    margin: 0 auto;
  }
  #sec02 .logo {
    opacity: 0;
    transition: opacity .8s;
  }
  #sec02 .logo.fade {
    opacity: 1;
  }
}


/* sec03
-----------------------------------------------*/
#sec03 {
  position: relative;
  z-index: 1;
  margin-top: 260px;
  padding: 0 60px;
}
#sec03 .inner {
  max-width: 1248px;
  margin: 0 auto;
}
#sec03 .img {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: -600px;
  z-index: -1;
  width: 50%;
  height: 1182px;
  --clip-1:0%;
  --clip-2:100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(var(--clip-1) var(--clip-1), var(--clip-2) var(--clip-1), var(--clip-2) var(--clip-2), var(--clip-1) var(--clip-2));
}
#sec03 .img .imgcol {
  content: "";
  position: fixed;
  left: 50%;
  top: -100px;
  width: 50%;
  background: url("../img/bgi-lead.gif") no-repeat center / cover;
  height: calc((var(--vh, 1vh) * 100) + 100px);
}
#sec03 h2 {
  position: relative;
  font-size: 0;
  max-width: 868px;
  aspect-ratio: 866 / 93;
  margin: 0 auto;
}
#sec03 h2::before,
#sec03 h2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
#sec03 h2::before {
  left: 0;
  background: url("../img/txt-lead-01.svg") no-repeat center / cover;
}
#sec03 h2::after {
  right: 0;
  background: url("../img/txt-lead-02.svg") no-repeat center / cover;
}
#sec03 .txt {
  position: relative;
  display: inline-block;
  margin-top: 235px;
}
#sec03 .txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 12px;
  height: 12px;
  background: #86BD25;
  border-radius: 6px;
}
#sec03 .txt p {
  font-size: 20px;
  line-height: 190%;
}
#sec03 .txt p .txtRight {
  display: block;
  text-align: right;
}
#sec03 .txt::before {
  opacity: 0;
  filter: blur(40px);
  transform: translateX(400px);
  transition: opacity 1.2s,filter 1.2s,transform 1.2s;
}
#sec03 .txt.fade::before {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}
#sec03 .txt p {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1.2s,transform 1.2s,filter 1.2s;
}
#sec03 .txt.fade p {
  opacity: 1;
  filter: blur(0);
}
@media only screen and (max-width:1180px) {
  #sec03 .txt {
    margin-top: 520px;
  }
}
@media only screen and (min-width:768px) {
  #sec03 .img {
    opacity: 0;
    transition: opacity 2.6s;
    transition-delay: 4.2s;
  }
  #sec03.fade .img {
    opacity: 1;
  }
  #sec03 h2::before,
  #sec03 h2::after {
    filter: blur(20px);
    opacity: 0;
    transition: opacity 2.4s,filter 2.4s;
  }
  #sec03 h2.fade::before,
  #sec03 h2.fade::after {
    filter: blur(0);
    opacity: 1;
  }
  #sec03 h2.fade::after {
    transition-delay: .8s;
  }
}
@media only screen and (max-width:767px) {
  #sec03 {
    height: calc((var(--vh, 1vh) * 200));
    margin-top: 0;
    padding: 0 35px;
  }
  #sec03 .inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #sec03 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #sec03 .img .imgcol {
    position: fixed;
    display: block;
    left: 0;
    width: 100%;
  }
  #sec03 .txt {
    max-width: 500px;
    margin: 0 auto;
  }
  #sec03 h2 {
    max-width: none;
    aspect-ratio: 866 / 93;
    font-size: 30px;
    font-weight: 600;
    line-height: 170%;
    background: none;
    color: #fff;
    text-align: center;
  }
  #sec03 h2::before,
  #sec03 h2::after {
    display: none;
  }
  #sec03 .txt {
    margin-top: 42px;
  }
  #sec03 .txt::before {
    display: none;
  }
  #sec03 .txt p {
    color: #fff;
    font-size: 20px;
    line-height: 190%;
  }
  #sec03 h2 {
    filter: blur(20px);
    opacity: 0;
    transition: opacity 2.4s,filter 2.4s;
  }
  #sec03 h2.fade {
    filter: blur(0);
    opacity: 1;
  }
  #sec03 .txt p {
    transition-delay: .6s;
  }
}


/* intro
-----------------------------------------------*/
#intro {
  background: #000;
  color: #fff;
  padding: 300px 60px;
  margin-top: 200px;
}
#intro #introMovie h2 {
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 170%;
}
#intro #introMovie .video {
  max-width: 1280px;
  margin: 70px auto 0;
  overflow: hidden;
}
#intro #introMovie .video video {
  display: block;
  width: 100%;
  height: auto;
}
#intro #introLead {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 700px auto 0;
}
#intro #introLead .txt {
  position: relative;
  z-index: 2;
  width: 42%;
}
#intro #introLead .txt h2 {
  color: #fff;
  font-size: 60px;
  line-height: 170%;
}
#intro #introLead .txt p {
  font-size: 20px;
  line-height: 190%;
  margin-top: 40px;
}
#intro #introLead .txt p.note {
  text-align: right;
  font-size: 14px;
}
#intro #introLead .video {
  position: relative;
  z-index: 1;
  width: 58%;
}
#intro #introLead .video video {
  display: block;
  /*width: 100%; add20260613*/
	width: 90%;	
  height: auto;
  transform: scale(1) translateX(-4%);
margin-top: -50px;
}
/*fade*/
#intro #introMovie h2 {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 2.0s,filter 2.0s;
}
#intro #introMovie h2.fade {
  opacity: 1;
  filter: blur(0);
}
#intro #introLead .txt h2,
#intro #introLead .txt p {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 2.0s,filter 2.0s;
}
#intro #introLead .txt p {
  transition-delay: .6s;
}
#intro #introLead .txt.fade h2,
#intro #introLead .txt.fade p {
  opacity: 1;
  filter: blur(0);
}
@media only screen and (max-width:1280px) {
  #intro #introLead {
    display: block;
  }
  #intro #introLead .txt {
    width: 100%;
    text-align: center;
  }
  #intro #introLead .txt p.note {
    text-align: center;
  }
  #intro #introLead .video {
    width: 100%;
  }
  #intro #introLead .video video {
    transform: scale(1) translateX(0);
  }
}
@media only screen and (max-width:767px) {
  #intro {
    padding: 150px 0 50px;
    margin-top: 0;
  }
  #intro #introMovie h2 {
    font-size: 30px;
  }
  #intro #introMovie .video {
    margin: 20px auto 0;
  }
  #intro #introLead {
    margin: 150px auto 0;
  }
  #intro #introLead .video {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  #intro #introLead .video video {
    height: 340px;
    width: auto;
  }
  #intro #introLead .txt {
    text-align: left;
    padding: 0 35px;
  }
  #intro #introLead .txt h2 {
    font-size: 30px;
  }
  #intro #introLead .txt p {
    font-size: 18px;
    margin-top: 30px;
  }
  #intro #introLead .txt p.note {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
  }
}


/* photo
-----------------------------------------------*/
#photo {
  position: relative;
  background: #000;
}
#photo::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(180deg, #000300 0%, #BBB2A1 50%, rgba(243, 242, 239, 0) 100%);
}
#photo ul {
  position: relative;
}
#photo ul li {
  padding: 0 10px;
}
#photo .slide {
  position: relative;
}
#photo .slide .slick-next,
#photo .slide .slick-prev{
  position: absolute;
  display: block;
  content: "";
  bottom: -60px;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  transition: opacity .2s;
  z-index: 2;
}
#photo .slide .slick-next:hover,
#photo .slide .slick-prev:hover{
  opacity: .7;
}
#photo .slide .slick-prev{
  right: calc(5% + 50px);
  background: url("/img/icon-arrow-01.svg")no-repeat;
  background-size: contain;
}
#photo .slide .slick-next{
  right: calc(5%);
  background: url("/img/icon-arrow-02.svg")no-repeat;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  #photo::before {
    display: none;
  }
  #photo ul {
    padding-top: 45px;
  }
  #photo ul li {
    padding: 0;
  }
  #photo .slide .slick-next,
  #photo .slide .slick-prev{
    bottom: auto;
    top: 0;
    width: 30px;
  }
  #photo .slide .slick-prev{
    right: calc(20px + 38px);
    background-size: contain;
  }
  #photo .slide .slick-next{
    right: calc(20px);
    background-size: contain;
  }
}


/* infinio
-----------------------------------------------*/
#infinio {
  padding: 450px 60px 100px;
  overflow: hidden;
}
#infinio .ttl img {
  margin: 0 auto;
}
#infinio .ttl p.logo {
  max-width: 210px;
  margin: 20px auto 0;
}
#infinio .img {
  max-width: 585px;
  margin: 60px auto 0;
  pointer-events: none;
}
#infinio .img img {
  transform: scale(1.50085);
}
#infinio .txt {
  text-align: center;
}
#infinio .txt h2 {
  color: #4B5D54;
  font-size: 48px;
}
#infinio .txt p {
  font-size: 16px;
  margin-top: 15px;
}
#infinio .btnArea {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
#infinio .btnArea .btn:nth-child(1) {
  width: 100%;
}
#infinio .btnArea .btn a {
  padding: 16px 60px 0 35px;
  line-height: 1.5;
}
/*fade*/
#infinio .ttl p,
#infinio .txt h2,
#infinio .txt p {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 2.0s,filter 2.0s;
}
#infinio .ttl.fade p,
#infinio .txt.fade h2,
#infinio .txt.fade p {
  opacity: 1;
  filter: blur(0);
}
#infinio .txt p {
transition-delay: .4s;
}
#infinio .ttl p.logo,
#infinio .img {
  opacity: 0;
  filter: blur(20px) brightness(1.75);
  transition: opacity 2.0s,filter 2.0s;
}
#infinio .ttl.fade p.logo,
#infinio .img.fade {
  opacity: 1;
  filter: blur(0) brightness(1);
}
#infinio .ttl p.logo {
transition-delay: .4s;
}
@media only screen and (max-width:1023px) {
  #infinio .btnArea {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width:767px) {
  #infinio {
    padding: 100px 35px 20px;
  }
  #infinio .ttl p.logo {
    max-width: 140px;
    margin: 20px auto 0;
  }
  #infinio .img {
    max-width: 585px;
    margin: 30px auto 0;
  }
  #infinio .img img {
    transform: scale(1.5);
  }
  #infinio .txt h2 {
    font-size: 28px;
  }
  #infinio .txt p {
    font-size: 12px;
    margin-top: 10px;
  }
  #infinio .btnArea .btn a {
    padding: 15px 40px 0 20px;
    line-height: 1.5;
    height: 75px;
  }
}


/* comfortable
-----------------------------------------------*/
#comfortable {
  background: #E6E3DC;
  padding: 200px 0 100px;
}
#comfortable h2 {
  color: #4B5D54;
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}
#comfortable .list {
  margin-top: 100px;
}
#comfortable .box {
  display: flex;
  align-items: center;
  max-width: 1728px;
  margin: 0 auto;
}
#comfortable .box:not(:first-child) {
  margin-top: 100px;
}
#comfortable .box:nth-child(even) {
  flex-direction: row-reverse;
}
#comfortable .box .img {
  width: 46.297%;
}
#comfortable .box .img img {
  margin: 0 auto;
}
#comfortable .box .txt {
  width: calc(100% - 46.297%);
}
#comfortable .box:nth-child(odd) .txt {
  padding: 0 160px 0 100px;
}
#comfortable .box:nth-child(even) .txt {
  padding: 0 100px 0 160px;
}
#comfortable .box .txt h3 {
  color: #4B5D54;
  font-size: 38px;
  display: flex;
  align-items: flex-end;
}
#comfortable .box .txt h3 strong {
  font-size: 100px;
  font-weight: normal;
  margin-right: 10px;
  line-height: 100%;
}
#comfortable .box .txt h3 span {
  line-height: 120%;
}
#comfortable .box .txt p {
  font-size: 20px;
  line-height: 190%;
  margin-top: 40px;
}
#comfortable .box .txt .tag {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}
#comfortable .box .txt .tag li {
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  border-radius: 140px;
  background: #fff;
}
#comfortable .box .txt p.note {
  font-size: 12px;
  line-height: 190%;
  margin-top: 20px;
}
/*fade*/
#comfortable .box .img {
  opacity: 0;
  filter: blur(20px) brightness(1.75);
  transition: opacity 2.0s,filter 2.0s;
}
#comfortable .box.fade .img {
  opacity: 1;
  filter: blur(0) brightness(1);
}
@media only screen and (max-width:1023px) {
  #comfortable {
    padding: 200px 60px;
  }
  #comfortable .box {
    display: block;
  }
  #comfortable .box .img {
    width: 100%;
  }
  #comfortable .box .txt {
    width: 100%;
  }
  #comfortable .box:nth-child(odd) .txt {
    padding: 0;
  }
  #comfortable .box:nth-child(even) .txt {
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  #comfortable {
    padding: 80px 35px 20px;
  }
  #comfortable h2 {
    font-size: 30px;
  }
  #comfortable .list {
    margin-top: 40px;
  }
  #comfortable .box:not(:first-child) {
    margin-top: 60px;
  }
  #comfortable .box .img {
    margin-top: 20px;
  }
  #comfortable .box .txt h3 {
    font-size: 28px;
  }
  #comfortable .box .txt h3 strong {
    font-size: 68px;
  }
  #comfortable .box .txt p {
    font-size: 18px;
    line-height: 170%;
    margin-top: 20px;
  }
  #comfortable .box .txt .tag {
    margin-top: 10px;
  }
  #comfortable .box .txt p.note {
    font-size: 12px;
    line-height: 170%;
    margin-top: 10px;
  }
}


/* pleasant
-----------------------------------------------*/
#pleasant {
  padding: 200px 60px 100px;
}
#pleasant .ttl h2 {
  color: #4B5D54;
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}
#pleasant .ttl p {
  font-size: 20px;
  line-height: 190%;
  margin-top: 100px;
  text-align: center;
}
#pleasant .list {
  margin-top: 100px;
}
#pleasant .box {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
#pleasant .box:not(:first-child) {
  margin-top: 100px;
}
#pleasant .box:nth-child(even) {
  flex-direction: row-reverse;
}
#pleasant .box .img {
  width: 46.297%;
}
#pleasant .box .img img {
  margin: 0 auto;
}
#pleasant .box .txt {
  width: calc(100% - 46.297%);
}
#pleasant .box:nth-child(odd) .txt {
  padding: 0 0 0 100px;
}
#pleasant .box:nth-child(even) .txt {
  padding: 0 100px 0 0;
}
#pleasant .box .txt h3 {
  color: #4B5D54;
  font-size: 38px;
}
#pleasant .box .txt p {
  font-size: 20px;
  line-height: 170%;
  margin-top: 40px;
}
#pleasant .box .txt .btn {
  margin-top: 40px;
}
#pleasant .box .txt .btn a {
  display: block;
  width: 360px;
  height: 92px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 90px;
  padding: 0 60px 0 35px;
  font-size: 18px;
  background: url("/img/icon-arrow.svg") right 35px center no-repeat;
}
/*fade*/
#pleasant .box .img {
  opacity: 0;
  filter: blur(20px) brightness(1.75);
  transition: opacity 2.0s,filter 2.0s;
}
#pleasant .box.fade .img {
  opacity: 1;
  filter: blur(0) brightness(1);
}
@media only screen and (max-width:1023px) {
  #pleasant .box {
    display: block;
  }
  #pleasant .box .img {
    width: 100%;
  }
  #pleasant .box .txt {
    width: 100%;
    margin-top: 40px;
  }
  #pleasant .box:nth-child(odd) .txt {
    padding: 0;
  }
  #pleasant .box:nth-child(even) .txt {
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  #pleasant {
    padding: 80px 35px 20px;
  }
  #pleasant .ttl h2 {
    font-size: 30px;
  }
  #pleasant .ttl p {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
  }
  #pleasant .list {
    margin-top: 40px;
  }
  #pleasant .box:not(:first-child) {
    margin-top: 60px;
  }
  #pleasant .box .txt {
    margin-top: 20px;
  }
  #pleasant .box .txt h3 {
    font-size: 28px;
  }
  #pleasant .box .txt h3 strong {
    font-size: 68px;
  }
  #pleasant .box .txt p {
    font-size: 18px;
    line-height: 170%;
    margin-top: 20px;
  }
  #pleasant .box .txt .btn a {
    width: 282px;
    height: 60px;
    line-height: 58px;
    padding: 0 40px 0 19px;
    font-size: 15px;
    margin: 0 auto;
    background: url("/img/icon-arrow.svg") right 21px center no-repeat;
  }
}


/* knowledge
-----------------------------------------------*/
#knowledge {
  padding: 200px 60px 100px;
  background: rgba(255, 255, 255, 0.40);
}
#knowledge .ttl h2 {
  color: #4B5D54;
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}
#knowledge .ttl p {
  font-size: 20px;
  line-height: 190%;
  margin-top: 100px;
  text-align: center;
}
#knowledge .colBox {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 80px;
}
#knowledge .colBox .col {
  width: 33.333%;
}
#knowledge .colBox .col .txt .subTtl {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#knowledge .colBox .col .txt .subTtl h3 {
  font-size: 32px;
  margin-left: 28px;
  line-height: 1.4;
}
#knowledge .colBox .col .txt .subTtl p {
  color: #86BD25;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
}
#knowledge .colBox .col .txt .subTtl p span {
  display: block;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}
#knowledge .colBox .col .txt > p {
  font-size: 18px;
  line-height: 170%;
  margin-top: 20px;
}
#knowledge .colBox .col .txt > p span {
  font-weight: bold;
  color: #86BD25;
}
#knowledge .colBox .col .txt > p.note {
  font-size: 10px;
  text-align: right;
}
#knowledge .colBox .col .txt > p.note.txtLeft {
  text-align: left;
}
/* fade */
#knowledge .colBox .col .img {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 2.0s,filter 2.0s;
}
#knowledge .colBox.fade .col .img {
  opacity: 1;
  filter: blur(0);
}
#knowledge .colBox .col:nth-child(2) .img {
  transition-delay: .4s;
}
#knowledge .colBox .col:nth-child(3) .img {
  transition-delay: .8s;
}
@media only screen and (max-width:1023px) {
  #knowledge .colBox {
    flex-wrap: wrap;
  }
  #knowledge .colBox .col {
    display: flex;
    width: 100%;
  }
  #knowledge .colBox .col .img {
    max-width: 320px;
  }
  #knowledge .colBox .col .txt {
    width: calc(100% -  320px);
    padding-left: 40px;
  }
  #knowledge .colBox .col .txt h3 {
    text-align: left;
    margin-top: 0;
  }
}
@media only screen and (max-width:767px) {
  #knowledge {
    padding: 80px 35px 20px;
  }
  #knowledge .ttl h2 {
    font-size: 30px;
  }
  #knowledge .ttl p {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
  }
  #knowledge .colBox {
    gap: 40px;
    margin-top: 60px;
  }
  #knowledge .colBox .col {
    display: block;
    border-top: #B9BFBC solid 1px;
    padding-top: 35px;
  }
  #knowledge .colBox .col .img {
    max-width: 320px;
    margin: 0 auto;
  }
  #knowledge .colBox .col .txt {
    width: 100%;
    padding-left: 0;
  }
  #knowledge .colBox .col .txt .subTtl {
    margin-top: 15px;
  }
  #knowledge .colBox .col .txt .subTtl h3 {
    font-size: 22px;
    margin-left: 15px;
  }
  #knowledge .colBox .col .txt .subTtl p {
    font-size: 12px;
  }
  #knowledge .colBox .col .txt .subTtl p span {
    font-size: 40px;
  }
  #knowledge .colBox .col .txt > p {
    font-size: 16px;
    margin-top: 10px;
  }
}


/* check
-----------------------------------------------*/
#check {
  padding: 160px 60px;
  background: #E8E8E8;
}
#check .inner {
  max-width: 1200px;
  align-items: center;
  margin: 0 auto;
}
#check .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#check .txt h2 {
  font-size: 60px;
  line-height: 170%; /* 102px */
}
#check .txt p {
  font-size: 20px;
  line-height: 170%;
  margin-top: 60px;
}
#check .txt .btn {
  margin-top: 60px;
}
#check .txt .btn a {
  display: block;
  width: 360px;
  height: 92px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 90px;
  padding: 0 60px 0 35px;
  font-size: 18px;
  background: url("/img/icon-arrow.svg") right 35px center no-repeat;
}
#check .box::after {
  content: "";
  display: flex;
  width: 540px;
  height: 488px;
  flex-shrink: 0;
  background-image: url("../img/img-check-01.png");
  background-size: cover;
}
/* fade */
#check .box::after {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 2.0s,filter 2.0s;
}
#check .box.fade::after {
  opacity: 1;
  filter: blur(0);
}
@media only screen and (max-width:1023px) {
  #check .box {
    flex-wrap: wrap;
  }
  #check .box::after {
    display: none;
  }
  #check .txt {
    display: flex;
    flex-wrap: wrap;
  }
  #check .txt::before {
    content: "";
    display: flex;
    width: 100%;
    height: 277px;
    flex-shrink: 0;
    background: url("../img/img-check-01.png") no-repeat center;
    background-size: auto 100%;
    order: 3;
    margin-top: 20px;
  }
  #check .txt h2 {
    order: 1;
    text-align: center;
    width: 100%;
  }
  #check .txt p {
    order: 2;
  }
  #check .txt .btn {
    order: 4;
    margin: 60px auto 0;
  }
  /* fade */
  #check .txt::after {
    opacity: 0;
    filter: blur(20px);
    transition: opacity 2.0s,filter 2.0s;
  }
  #check .txt.fade::after {
    opacity: 1;
    filter: blur(0);
  }
}
@media only screen and (max-width:767px) {
  #check {
    padding: 60px 35px;
  }
  #check .txt .btn a {
    width: 282px;
    height: 60px;
    line-height: 58px;
    padding: 0 40px 0 19px;
    font-size: 15px;
    background: url("/img/icon-arrow.svg") right 21px center no-repeat;
  }
  #check .txt h2 {
    font-size: 30px;
    line-height: 150%;
  }
  #check .txt p {
    font-size: 18px;
    margin-top: 20px;
  }
  #check .txt .btn {
    margin: 20px auto 0;
  }
}


/* use
-----------------------------------------------*/
#use {
  padding: 160px 60px;
}
#use .inner {
  max-width: 1400px;
  margin: 0 auto;
}
#use h2 {
  font-size: 60px;
  line-height: 170%;
  text-align: center;
}
#use .box {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 40px;
  margin-top: 60px;
}
#use .box .col .txt {
  margin-top: 20px;
}
#use .box .col .txt h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
}
#use .box .col .txt .tag {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
#use .box .col .txt .tag li {
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  border-radius: 140px;
  background: #fff;
}
#use .box .col .txt p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 170%;
}
@media only screen and (max-width:767px) {
  #use {
    padding: 60px 35px;
  }
  #use h2 {
    font-size: 30px;
    line-height: 150%;
  }
  #use .box {
    position: relative;
    left: -35px;
    width: calc(100% + 70px);
    gap: 0 20px;
    margin-top: 20px;
    overflow-x: scroll;
    padding: 0 35px;
  }
  #use .box .col {
    width: 300px;
  }
  #use .box .col .txt {
    margin-top: 10px;
  }
  #use .box .col .txt h3 {
    font-size: 24px;
  }
  #use .box .col .txt p {
    margin-top: 10px;
    font-size: 16px;
  }
}


/* information
-----------------------------------------------*/
#information {
  padding: 160px 60px;
  background: rgba(255, 255, 255, 0.80);
}
#information .inner {
  max-width: 1400px;
  margin: 0 auto;
}
#information h2 {
  font-size: 60px;
  line-height: 170%;
  text-align: center;
}
#information .box {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 40px;
  margin-top: 60px;
}
#information .box .col {
}
#information .box .col .txt {
  margin-top: 20px;
}
#information .box .col .txt .tag {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#information .box .col .txt .tag time {
  font-size: 14px;
  line-height: 100%;
}
#information .box .col .txt .tag span {
  display: inline-block;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  line-height: 100%;
  border-radius: 140px;
  background: #86BD25;
}
#information .box .col .txt h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: underline;
  margin-top: 8px;
}
#information .box .col .txt p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 170%;
}
@media only screen and (max-width:767px) {
  #information {
    padding: 60px 35px;
  }
  #information h2 {
    font-size: 30px;
    line-height: 150%;
  }
  #information .box {
    position: relative;
    left: -35px;
    width: calc(100% + 70px);
    gap: 0 20px;
    margin-top: 20px;
    overflow-x: scroll;
    padding: 0 35px;
  }
  #information .box .col {
    width: 300px;
  }
  #information .box .col .txt {
    margin-top: 10px;
  }
  #information .box .col .txt h3 {
    font-size: 24px;
    margin-top: 4px;
  }
  #information .box .col .txt p {
    margin-top: 10px;
    font-size: 16px;
  }
}


/* sec05
-----------------------------------------------*/
#sec05 {
  padding: 100px 60px;
}
#sec05 p {
  font-size: 20px;
  line-height: 170%;
  text-align: center;
}
#sec05 .btn {
  margin-top: 43px;
}
#sec05 .btn a {
  display: block;
  width: 360px;
  height: 92px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 90px;
  padding: 0 60px 0 35px;
  font-size: 18px;
  background: url(/img/icon-arrow.svg) right 35px center no-repeat;
}
@media only screen and (max-width:767px) {
  #sec05 {
    padding: 60px 35px;
  }
  #sec05 p {
    text-align: justify;
  }
  #sec05 p span {
    display: inline-block;
  }
  #sec05 .btn {
    margin-top: 40px;
  }
  #sec05 .btn a {
    width: 282px;
    height: 60px;
    line-height: 58px;
    padding: 0 40px 0 19px;
    font-size: 15px;
    background: url(/img/icon-arrow.svg) right 21px center no-repeat;
  }
}



