@charset "utf-8";

/* 共通パーツ
---------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4e301b;
}

.title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.blue-text{
  color: #4DABE5;
  font-weight: 700;
  font-size: 48px;
}

.blue-title{
  color: #4DABE5;
  font-weight: 700;
}

.blue-btn{
  width: 300px;
  height: 50px;
  line-height: 46px;
  background-color: #4DABE5;
  text-align: center;
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.blue-btn a {
  text-decoration: none;
  color: #fff;
}

.blue-btn a:hover {
  color: #2945cf;
}

.white-btn{
  width: 300px;
  height: 50px;
  line-height: 46px;
  background-color: #fff;
  text-align: center;
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.white-btn a {
  text-decoration: none;
  color: #4DABE5;
  font-weight: 700;
}

.br-s {
  display: none;
}

.br-pc {
  display: block;
}

/* スマホ表示 */
@media screen and (max-width: 1080px) {
  .br-s{
    display: block;
  }

  .br-pc{
    display: none;
  }

  .title{
    font-size: 24px;
  }
}

/* ファーストビュー
---------------------------- */
.fv {
  height: 650px;
  width: 100%;
  /* background-color: #F1FCFF; */
  background: -moz-linear-gradient(top left, #FFF, #98d7ff); 
  background: -webkit-linear-gradient(top left, #FFF, #98d7ff); 
  background: linear-gradient(to bottom right, #FFF, #98d7ff); 
}

.fv--inner{
  position: relative;
}

.fv--img{
  background-image: url(../images/Designer\ life-amico.svg);
  height: 580px;
  width: 580px;
  position: absolute;
  top: 120px;
  right: calc(50vw - 600px);
}

.fv--inner-textbox{
  height: 300px;
  position: absolute;
  top: 150px;
  left: calc(50vw - 600px);
}

.fv--inner-text{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.large-text{
  font-size: 36px;
}

.small-text{
  padding-top: 20px;
  margin-bottom: 100px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1080px) {
  .fv {
    height: auto;
    width: 100%;
  }

  .fv--inner{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .large-text{
    font-size: 18px;
  }

  .blue-text{
    font-size: 22px;
  }

  .fv--inner-textbox{
    display: block;
    position: static;
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    height: auto;
  }

  .fv--img{
    height: 300px;
    width: 300px;
    position: static;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .small-text{
    font-size: 13px;
    margin-bottom: 20px;
  }

  .blue-btn{
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* メインメニュー
---------------------------- */
.mainMenu {
  height: 100px;
  width: 100%;
}

.mainMenu--container{
  margin: 0 auto;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mainMenu--logo {
  color: #4DABE5;
  font-weight: 700;
  font-size: 24px;
  width: 300px;
}

.mainMenu--box {
  width: 1000px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mainMenu--list {
  display: inline-block;
  line-height: 100px;
}

.mainMenu--list a {
  text-decoration: none;
  color: #4e301b;
  font-weight: 700;
  margin-left: 40px;
}


/* スマホ表示 */
@media screen and (max-width: 1080px) {
  .mainMenu {
    height: 60px;
    width: 100%;
  }

  .mainMenu--box {
    display: none;
  }

  .mainMenu--container{
    width: 80vw;
    justify-content: left;
  }

  .mainMenu--logo {
    line-height: 60px;
    font-size: 18px;
  }
}

/* 農園について
---------------------------- */
.about {
  margin-top: 150px;
  width: 100%;
  height: auto;
}

.about--Inner {
  width: 1200px;
  height: 400px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
}

.about--title {
  font-size: 40px;
  color: #4DABE5;
  font-weight: 700;
  /* background-color: #f6f6f6; */
  opacity: 0.9;
  display: inline-block;
  line-height: 76px;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  top: 56px;
  left: 0px;
  z-index: 99;
}

.about--text {
  width: 600px;
  height: 590px;
  /* background-color: #f6f6f6; */
  opacity: 0.9;
  line-height: 2;
  padding: 15px;
  position: absolute;
  top: 160px;
  left: 0px;
  z-index: 99;
}

.about--mainImg {
  background-image: url(../images/undraw_percentages_re_a1ao.svg);
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
}

.br-pc{
  display: none;
}

/* スマホ表示 */
@media screen and (max-width: 1080px) {
  .about {
    margin-top: 90px;
    padding-bottom: 50px;
  }

  .about--Inner {
    width: 90%;
    height: auto;
    margin-top: 10px;

  }

  .about--title{
    display: none;
  }

  .about--mainImg {
    position: relative;
    width: 100%;
  }

  .about--text {
    width: 100%;
    line-height: 2;
    height: auto;
    display: block;
    position: static;
  }

  .about--subImg {
    width: 100%;
    height: 223px;
    bottom: -250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/* 製品一覧について
---------------------------- */
.gallery {
  width: 100%;
  height: 2100px;
  margin-top: 100px;
}

.gallery--itembox{
  width: 1200px;
  height: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.gallery--item{
  width: 1200px;
  height: 400px;
  margin-top: 100px;
  display: flex;
}

.gallery--item-img{
  width: 55%;
  height: 100%;
  border-radius: 10px;
}

.gallery--img1{
  background-image: url(../images/undraw_connection_re_lcud.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery--img2{
  background-image: url(../images/undraw_annotation_re_h774.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery--img3{
  background-image: url(../images/undraw_upgrade_re_gano.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery--img4{
  background-image: url(../images/undraw_contact_us_re_4qqt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery--item-textbox{
  width: 45%;
  height: 100%;
  padding: 50px 80px;
}

.gallery--item-no{
  color: #4DABE5;
  font-weight: 700;
  font-size: 48px;
}

.gallery--item-title{
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

.gallery--item-text{
  margin-top: 30px;
  line-height: 1.2;
}

.reverse{
  flex-direction: row-reverse;
}

.reverse-box{
  padding-left: 0px;
}

/* スマホ表示 */
@media screen and (max-width: 1080px) {
  .gallery {
    margin-top: 64px;
    height: 2150px;
  }

  .swiper {
    margin-top: 32px;
  }

  .gallery--itembox{
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }

  .gallery--item-textbox{
    padding: 0px;
    width: 100%;
  }

  .gallery--item{
    flex-direction: column-reverse; 
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .gallery--item-img{
    height: 300px;
    width: 300px;
    margin: 0 auto;
  }

}

/* お知らせについて
---------------------------- */
.news {
  background-color: #fff;
  height: 800px;
  padding-top: 91px;
  position: relative;
}

.news--box{
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  height: 100%;
  display: flex;
}

.news--box-textbox{
  width: calc(100% - 600px);
  height: 100%;
}

.news--box-title{
  margin-top: 200px;
}

.news--box-text{
  margin-top: 60px;
  margin-bottom: 80px;
}

.news--box-title{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.news--box-tablebox{
  width: 600px;
  height: 100%;
}

.news--box-table tr td {
  height: 200px;
  width: 200px;
  text-align: center;
  padding: 20px;
}

.table-img{
  height: 80px;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

.table-title{
  color: #4DABE5;
  font-weight: 700;
  margin-top: 10px;
}

.table-text{
  margin-top: 10px;
}

.table-img1{
  background-image: url(../images/会話アイコン.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.table-img2{
  background-image: url(../images/本アイコン.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.table-img3{
  background-image: url(../images/ものさしアイコン2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.table-img4{
  background-image: url(../images/方位磁石のフリーアイコン素材\ 2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.table-img5{
  background-image: url(../images/レンチ＆ドライバーの設定アイコン。.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.table-img6{
  background-image: url(../images/おこづかいアイコン1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.table-img7{
  background-image: url(../images/ビルのアイコン.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.table-img8{
  background-image: url(../images/プレゼンテーションアイコン.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.table-img9{
  background-image: url(../images/人物の組み合わせのアイコン素材.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}


/* スマホ表示 */
@media screen and (max-width: 1080px) {
  .news {
    padding-top: 59px;
    height: auto;
    padding-bottom: 80px;
  }

  .news--box{
    flex-direction: column;
    height: auto;
    width: 80%;
    text-align: center;
  }

  .news--itemBox {
    width: 90%;
    margin-top: 32px;
  }

  .news--itemDate {
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .news--itemTitle {
    line-height: 1.2em;
    font-size: 14px;
  }

  .news--item {
    height: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .news--box-table{
    width: 100%;
  }

  .news--box-tablebox{
    margin: 0 auto;
  }

  .news--box-textbox{
    width: 100%;
  }

  .news--box-table tr td {
    width: 33%;
    padding: 3px;
  }

  .news--box-title {
    margin-top: 0px;
  }

  .none-s{
    display: none;
  }

  .table-title{
    font-size: 14px;
  }
  
  .table-text{
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .news--box-tablebox{
    margin: 0 auto;
    width: 100%;
  }
}

/* FAQについて
---------------------------- */
.faq {
  padding-top: 91px;
  padding-bottom: 91px;
  position: relative;
  background-color: #fff;
}

.faq--itemBox {
  padding-top: 73px;
  width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.faq--item {
  margin-top: 31px;
}

.faq--item:first-child {
  margin-top: 0px;
}

.faq--Q {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
  margin-right: 8px;
}

.faq--question {
  height: 50px;
  line-height: 50px;
  padding-left: 14px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.faq--question::after {
  content: "";
  display: inline-block;

  height: 10px;
  width: 10px;
  border-right: 3px solid #c6c6c6;
  border-top: 3px solid #c6c6c6;

  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s ease-in-out;
}

.open::after {
  transform: rotate(-45deg);
}

.faq--answer {
  display: block;
  padding-top: 24px;
  display: none;
  line-height: 1.5em;
}

.faq--imgLt {
  width: 300px;
  height: 200px;
  background-image: url(../images/breakfast-middle.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  bottom: -100px;
  left: 0px;
  z-index: 1;
}

/* スマホ表示 */
@media screen and (max-width: 1080px) {
  .faq {
    padding-bottom: 115px;
  }

  .faq--itemBox {
    width: 90%;
    padding-top: 40px;
  }

  .faq--Q {
    font-size: 18px;
  }

  .faq--question {
    height: auto;
    font-size: 12px;
    font-weight: 700;
    position: relative;
  }

  .faq--answer {
    font-size: 14px;
    line-height: 2em;
  }
}


/* フッターについて
---------------------------- */
.footer {
  height: 200px;
  background-color: #4DABE5;
  color: #fff;
  padding-top: 40px;
  text-align: center;
}

.footer--subtitle {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}

.footer--copy{
  margin-top: 20px;
  padding-bottom: 20px;
}

a:hover {
  color: #a37b5e;
}

/* スマホ表示 */
@media screen and (max-width: 1080px) {
  .footer {
    height: auto;
  }

  .footer--subtitle{
    font-size: 18px;
  }

  .footer--box {
    display: none;
  }
  .footer--imgLt {
    display: none;
  }

  .footer--imgRt {
    display: none;
  }

  .white-btn{
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
