@charset "UTF-8";
/* CSS Document */
/*
.header {
  height: 80px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  box-shadow: 10px 5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}
.header__picture {
  height: 60px;
  position: absolute;
  left: 100px;
  top: 10px;
}
.header__navigation {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-right: 40px;
}
.header__navigation ul li {
  display: inline-block;
  margin-right: 40px;
}
.header__navigation ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 300;
  color: #232323;
}
.facebook {
  margin-right: 20px;
  height: 25px;
}
.instagram {
  height: 25px;
}
@media (max-width: 800px) {
.header {
  height: 50px;
  }
 .header__picture {
  height: 40px;
  position: absolute;
  left: 50px;
  top: 5px;
} 
}
*/
main {
  margin: 0 auto 0;
  padding: 100px 0 0
}
.section-top {
  padding-bottom: 200px;
  position: relative;
  text-align: right;
}
.section-top_main-image {
  height: 500px;
  overflow: hidden;
  position: relative;
  max-width: 60%;
  top: 150px;
  left: 100px;
}
/* imgのみ */
.slide_1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;
}
.slide_1:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.slide_1:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.section-top_title {
  position: absolute;
  top: 400px;
  right: 200px;
  text-align: right;
  z-index: 10;
}
.section-top_title h1 {
  margin-bottom: 15px;
}
.section-top_title p {
  padding-top: 5px;
  border-top: solid #545454 1px;
}
.section-top_title p br {
  display: none;
}
.section-top_title_sp {
  display: none;
}
@media (max-width: 767px) {
  .section-top {
    padding-bottom: 100px;
    position: relative;
    text-align: center;
  }
  .section-top_title_sp {
    display: inherit;
    position: absolute;
    max-width: 410px;
    top: 100px;
    padding: 0 30px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .section-top_title_sp h1 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .section-top_title_sp p {
    font-size: 1.6rem;
    padding-top: 5px;
    border-top: solid #545454 1px;
  }
  .section-top_title p br {
    display: inherit;
  }
  .section-top_title {
    display: none;
  }
  .section-top_main-image {
    height: 500px;
    overflow: hidden;
    position: relative;
    max-width: 80%;
    top: 150px;
    left: inherit;
    margin: 0 auto;
  }
}
.section-concept {
  padding: 60px 0;
  margin-bottom: 100px;
}
.section-concept h2 {
  font-family: "adventures-unlimited";
  font-size: 15rem;
  color: #596c82;
  padding: 110px 0;
  opacity: 50%;
  font-weight: 300;
}
.section-concept h2 br {
  display: none;
}
.section-concept__container {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  /* max-width: 1040px;  */
  justify-content: space-between;
}
.section-concept__img {
  width: 50%;
}
.section-concept__pic {
  /* max-width: 500px; */
  width: 100%;
  margin-top: 50px;
  left: 0;
}
.section-concept_text-wrapper {
  max-width: 500px;
  margin: 50px auto;
}
.section-concept__text {
  /* left: 50%; */
  /* right: 200px; */
  max-width: 500px;
  margin: 50px auto;
}
.btn_about {
  width: 300px;
  /* height: 300px; */
  margin: 0 auto;
}
.btn_about .btn-malformation {
  margin: 0;
  width: 280px;
}
.btn, btn-malformation, btn-malformation--pastel {
  margin-top: 400px;
  margin-right: 200px;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 2rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
  opacity: inherit;
}
a.btn-malformation {
  font-size: 2rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}
.btn-malformation--pastel {
  background: #fca1a1;
  background: -webkit-linear-gradient(-45deg, #ebbcbc 40%, #f4eeee 100%);
  background: -webkit-linear-gradient(315deg, #ebbcbc 40%, #f4eeee 100%);
  background: linear-gradient(135deg, #ebbcbc 40%, #f4eeee 100%);
  -webkit-box-shadow: 30px 10px 0 #faeaea;
  box-shadow: 30px 10px 0 #faeaea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}
@media (max-width: 767px) {
  .section-concept {
    margin-bottom: 50px;
  }
  .section-concept h2 {
    font-size: 10rem;
    line-height: 8rem;
    padding: 50px 0;
  }
  .section-concept h2 br {
    display: inherit;
  }
  .section-concept__img {
    width: 80%;
    margin: 0 auto;
  }
  .section-concept__pic {
    /* max-width: 500px; */
    width: 100%;
    margin: 0 auto;
    left: inherit;
  }
  .section-concept_text-wrapper {
    max-width: 400px;
    margin: 50px auto;
    padding: 0 30px;
  }
  .section-concept__text {
    /* left: 50%; */
    /* right: 200px; */
    max-width: 400px;
    margin: 50px auto;
  }
  .btn_about {
    max-width: 300px;
    padding: 0 5%;
  }
  .btn-malformation {
    max-width: 250px;
  }
}
.section-works {
  position: relative;
  margin-bottom: 200px;
}
.section-works h2 {
  font-family: "adventures-unlimited";
  font-size: 15rem;
  color: #596c82;
  padding: 110px;
  opacity: 50%;
  font-weight: 300;
}
.section-works__text {
  margin-top: 30px;
}
.section-works__gallery {
  max-width: 1040px;
  margin: 0 auto 40px;
  padding: 40px 0;
}
.works_container-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-works__gallery img {
  max-width: 100%;
  height: auto;
}
.works_01 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 2px;
}
.works_01_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_01_cap p {
  color: #fff;
  text-align: center;
}
.works_02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 2px;
}
.works_02_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_02_cap p {
  color: #fff;
  text-align: center;
}
.works_03 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2px;
}
.works_03_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_03_cap p {
  color: #fff;
  text-align: center;
}
.works_container-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.works_04 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2px;
}
.works_04_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_04_cap p {
  color: #fff;
  text-align: center;
}
.works_05 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2px;
}
.works_05_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_05_cap p {
  color: #fff;
  text-align: center;
}
.works_06 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2px;
}
.works_06_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_06_cap p {
  color: #fff;
  text-align: center;
}
.works_container-3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.works_07 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 2px;
}
.works_07_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_07_cap p {
  color: #fff;
  text-align: center;
}
.works_08 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2px;
}
.works_08_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_08_cap p {
  color: #fff;
  text-align: center;
}
.works_09 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2px;
}
.works_09_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_09_cap p {
  color: #fff;
  text-align: center;
}
.works_10 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 2px;
}
.works_10_cap {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: #596c82;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.works_10_cap p {
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .section-works {
  margin-bottom: 100px;
}
  .section-works h2 {
    font-size: 10rem;
    line-height: 10rem;
    padding: 50px 5%;
  }
  .section-works__text {
    margin-top: inherit;
    padding: 0 5%;
  }
}
.section-support {
  padding: 30px;
}
.section-support__title {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.section-support__title h2 {
  font-family: "adventures-unlimited";
  font-size: 15rem;
  color: #596c82;
  padding: 110px;
  opacity: 50%;
  position: relative;
  font-weight: 300;
}
.section-support__title p {
  text-align: left;
  max-width: 500px;
  position: relative;
  z-index: 800;
  background-image: url("../images/top/support _title _bg.png");
  margin: 0 auto;
  padding: 50px 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section-support__title_wrapper{
  margin-bottom: 50px;
}
.section-support__title_wrapper p{
  padding: 30px;
}
.section-support_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  max-width: 1040px;
  justify-content: center;
  gap: 30px;
}
.support_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  margin-top: 100px;
}
.support_01 a {
  box-shadow: -100px -100px 0 -10px rgba(89, 108, 130, 0.2)
}
.support_01_cap {
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 3.0rem;
}
.support_01_cap span {
  font-size: 5.0rem;
}
.support_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
}
.support_02 a {
  box-shadow: 100px 100px 0 -10px rgba(89, 108, 130, 0.2)
}
.support_02_cap {
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 3.0rem;
}
.support_02_cap span {
  font-size: 5.0rem;
}
.support_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  margin-top: 250px;
}
.support_03_cap {
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 3.0rem;
}
.support_03_cap span {
  font-size: 5.0rem;
}
.support_03 a {
  box-shadow: 100px 100px 0 -10px rgba(89, 108, 130, 0.2)
}
.support_text {
  max-width: 500px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .section-support__title h2 {
    font-size: 10rem;
    line-height: 10rem;
    padding: 50px 0;
  }
  .section-support__title p {
    max-width: 400px;
    background-size: 80%;
  }
  .section-support__title_wrapper{
  margin-bottom: 10px;
}
  .section-support_content {
    margin-top: 100px;
  }
  .support_01 {
    margin: 15px auto;
  }
  .support_01 a {
    box-shadow: -30px -30px 0 -10px rgba(89, 108, 130, 0.2)
  }
  .support_02 {
    margin: 15px auto;
  }
  .support_02 a {
    box-shadow: -30px -30px 0 -10px rgba(89, 108, 130, 0.2)
  }
  .support_03 {
    margin: 15px auto;
  }
  .support_03 a {
    box-shadow: -30px -30px 0 -10px rgba(89, 108, 130, 0.2)
  }
  .support_text {
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
    padding: 0 5%;
  }}
  .section-contact {
  padding: 100px 0 200px;
  background-image: url("../images/common/bg_shadow3.png");
  background-size: 30%;
  background-position: bottom 0% left 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
  .section-contact__title {
  max-width: 300px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 100 0 50;
}
  .section-contact__title h2 {
  font-family: "adventures-unlimited";
  font-size: 15rem;
  color: #596c82;
  padding: 110px;
  opacity: 50%;
  font-weight: 300;
}
.section-contact p {
  max-width: 500px;
  margin: 0px auto 100px;
}
 .mail_btn {
  width: 500px;
  /* height: 200px; */
  margin: 0 auto;
  text-align: center;
}
.mail_btn .btn-malformation{
  margin: 0;
  width: 400px;
} 

@media (max-width: 800px) {
  .section-contact {
    background-size: 50%;
    padding: 100px 30px 50px;
    }
  .section-contact__title h2 {
      font-size: 10rem;
      line-height: 10rem;
      padding: 50px 0;
    }
.mail_btn {
  max-width: 300px;
  /* height: 200px; */
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.mail_btn .btn-malformation{
  margin: 0;
  max-width: 250px;
  padding: 10px;
}
  .mail_btn a{
    font-size: 1.6rem;
  }
  .btn-malformation--pastel {
    box-shadow: 20px 5px 0 #faeaea;
}
}
  
.section-brog {
  margin: 50px auto 0;
  padding-bottom: 400px;
}
.section-brog__title {
  padding-bottom: 50px;
}
.section-brog__title h2 {
  font-family: "adventures-unlimited";
  font-size: 15rem;
  color: #596c82;
  padding: 110px;
  opacity: 50%;
  font-weight: 300;
}
.section-brog__title_wrapper p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 50px;
  position: relative;
  background-image: url("../images/top/contact _title _bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section-brog__title_wrapper {
  /* position: relative; */
}
/* .section-brog__title_wrapper p::before{
  position: absolute;
content: "";
  background-image: url(../images/top/contact\ _title\ _bg.png);
width: 500px;
height: 300px;
background-repeat: no-repeat;
background-size: contain;
display: block;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: 0auto;
z-index: -1;
 
} */
.brog__recent {
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px auto 30px;
}
.brog_01 {
  width: 320px;
  height: 200px;
  margin: 0px 10px 10px;
}
.brog_01_img {
  width: 100%;
  object-fit: cover;
  filter: contrast(0.8);
}
.brog_02 {
  width: 320px;
  height: 200px;
  object-fit: cover;
  margin: 0px 10px 10px;
}
.brog_02_img {
  width: 100%;
  object-fit: cover;
  filter: contrast(0.8);
}
.brog_03 {
  width: 320px;
  height: 200px;
  object-fit: cover;
  margin: 0px 10px 10px;
}
.brog_03_img {
  width: 100%;
  object-fit: cover;
  filter: contrast(0.8);
}
.section-brog a{
  text-decoration: none;
  color: #545454;
}
@media (max-width: 767px) {
  .section-brog {
    padding: 50px 30px 250px;
  }
  .section-brog__title h2 {
    font-size: 10rem;
    line-height: 10rem;
    padding: 50px 0 30px;
  }
  .section-brog__title_wrapper p{
    padding: 50px 50px;
  }
}
/*
.footer {
  height: 120px;
  width: 100%;
  background-color: #fff;
  box-shadow: -10px -5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}
.footer_navi {
  display: flex;
  text-align: center;
  margin-right: 40px;
  justify-content: center;
}
.footer_navi ul li {
  display: inline-block;
  margin-right: 40px;
}
.footer_navi ul li a {
  text-decoration: none;
  color: #232323;
}
.footer_sns {
  display: inline-block;
}
.facebook {
  margin-right: 20px;
  height: 25px;
}
.instagram {
  height: 25px;
}
.footer small {
  font-size: 1.2rem;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .footer {
    height: 280px;
    width: 100%;
    background-color: #fff;
    box-shadow: -10px -5px 5px #bfbfbf;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
  }
  .footer__site-map {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .footer_navi {
    display: inherit;
    text-align: left;
    margin: 0 auto;
  }
  .footer_navi ul li {
    display: inherit;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .footer_sns {
    margin: 0 auto;
  }
}
*/
  
  
h2 {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.h2-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 0.5;
  transition: .8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 0.5;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 0.5;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}