@charset "utf-8";


@keyframes cc_blur {
  0% {
    opacity: 0;
    transform: scale(1.1);
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    -webkit-filter: blur(0);
    opacity: 1;
  }
}
.img1 {
    overflow: hidden;
}
.img1 img {
    opacity: 0;
    animation: cc_blur 1.5s ease 0s normal both;
}

.bg_gk {
    background: linear-gradient(to bottom, #fff, #ebebeb 70%,#c3c3c3 75%,#fff);
}
.gaikan_box {
    position: relative;
}
.gaikan_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.gaikan_box ul img {
    width: 100%;
}
.gaikan_box ul li:first-child {
    width: 40%;
    margin-top: -5em;
}
.gaikan_box ul li:last-child {
    width: 55%;
    padding-top: 5em;
}
.gaikan_box ul li h5 {
    display: none;
}
.gaikan_box ul li h3 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 1em;
}
.gaikan_box ul li p {
    line-height: 1.7;
}

@keyframes sflower {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

.sflower {
  -webkit-animation-name: sflower;
  animation-name: sflower;
}

.sense_box {
    background: url("../img/sense_swi.webp"),linear-gradient(to top, #eeeeee, #fff);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3em;
}
.flower {
    position: relative;
}
.fl_tx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fl_tx ul {
    position: relative;
    width: 100%;
    height: 100%;
}
.sense_box .flower ul li {
    position: absolute;
    width: 50%;
}
.sense_box .flower ul li img {
    width: 100%;
}
.sense_box .flower ul li:nth-child(1) {
    left: 0;
    top: 0;
}
.sense_box .flower ul li:nth-child(1) img {
    width: 60%;
}
.sense_box .flower ul li:nth-child(2) {
    right: 0;
    top: 0;
}
.sense_box .flower ul li:nth-child(3) {
    left: 0;
    top: 40%;
}
.sense_box .flower ul li:nth-child(4) {
    right: 0;
    top: 36%;
}
.sense_box .flower ul li:nth-child(5) {
    left: 0;
    bottom: 0;
}
.sense_box .flower ul li:nth-child(6) {
    right: 0;
    bottom: 0;
}

.ttx1_img {
    text-align: center;
    line-height: 0;
    max-width: 480px;
    width: 70%;
    margin: 0 auto 2em;
}
.ttx1_img img {
    width: 100%;
}
.ttx1 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2em;
}


@media screen and (max-width: 1149px) {
.bg_gk {
    background:none;
}
.gaikan_box {
    
}
.gaikan_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.gaikan_box ul img {
    width: 100%;
}
.gaikan_box ul li:first-child {
    width: 100%;
    margin-top: 0;
    background: linear-gradient(to bottom, #fff, #ebebeb 75%,#c3c3c3 80%,#fff);
}
.gaikan_box ul li:last-child {
    box-sizing: border-box;
    width: 100%;
    padding: 5em 7% 6em;
}
.gaikan_box ul li h5 {
    display: block;
    line-height: 0;
    width: 40%;
    margin: 0 auto 3em;
}
.gaikan_box ul li h4 {
    width: 50%;
    margin: 0 auto;
}
.gaikan_box ul li h3 {
    font-size: 1.8em;
}

}

@media screen and (max-width: 1024px) {
.ttx1 {
    font-size: 1.8em;
    margin-bottom: 2em;
}

}

@media screen and (max-width: 599px) {
.gaikan_box ul li:last-child {
    padding: 5em 7% 5em;
}
.gaikan_box ul li h5 {
    width: 60%;
    margin: 0 auto 3em;
}
.gaikan_box ul li h4 {
    width: 70%;
    margin: 0 auto;
}
.gaikan_box ul li h3 {
    font-size: 1.4em;
}

.flower_sp {

}

.flower_sp h4 {
    text-align: center;
    margin-bottom: 2em;
}
.flower_sp h4 img {
    width: 60%;
}
.flower_sp h5 {
    margin-bottom: 3em;
}
.flower_sp h5 img {
    width: 100%;
}
.flower_sp ul {
    padding: 0 5%;
    margin-bottom: -3em;
}
.flower_sp ul li {
    text-align: left;
    margin-bottom: 3em;
}
.flower_sp ul li img {
    width: 85%;
}
.flower_sp ul li:nth-child(even) {
    text-align: right;
}

.ttx1 {
    font-size: 1.4em;
    margin-bottom: 2em;
}


}

