@charset "UTF-8";
.bgphoto { background: center center/cover no-repeat; }

.bgphoto > img { display: none; }

.bgphoto2 { background: center/cover no-repeat; }

.bgphoto2 > img { display: none; }

.index-title { max-width: 280px; min-width: 280px; }
.index-title h1 { font-size: 40px; text-transform: uppercase; line-height: 1; font-family: "Montserrat","ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif"; }
.index-title h2 { font-size: 16px; }

.afterline h1 p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.afterline h1 p::after { content: ""; position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 15px; min-width: 20px; max-width: 100px; height: 1px; background: #333; }

.index-01 { padding: 50px 20px; max-width: 1640px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.index-01 .content {
   display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap;
   width: 100%;
 }
.index-01 .content .blog { width: 50%; padding: 0 15px; margin-bottom: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content:start; }
.index-01 .content .blog .bgphoto { width: 160px; min-width: 160px; height: 100%; }
.index-01 .content .blog .words { padding-left: 20px; padding: 10px 0px 10px 20px; }
.index-01 .content .blog .time { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; }
.index-01 .content .blog .time p { background: #fa454e; color: #fff; margin-left: 5px; padding: 0 5px; }
.index-01 .content .blog a:hover p { text-decoration: underline; }
.blog-thum{
    width: 200px;
    height: 120px;
    background-size: cover;
    background-position:center;
    	transition: all 600ms ease 0s;
}

.blog-thum:hover{
  opacity: 0.8;
}

.index-02 { padding: 50px 20px; }
.index-02 .index-title { color: #fff; text-align: center; margin: 0 auto; margin-bottom: 30px; }
.index-02 .inner { max-width: 1200px; margin: 0 auto; }
.index-02 .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.index-02 .content .part { width: calc(100% / 3); padding: 0 10px; margin-bottom: 20px; }
.index-02 .content .part .bgphoto { min-height: 250px; position: relative; }
.index-02 .content .part .bgphoto .hover { position: absolute; width: 0; height: 0; overflow: hidden; background: rgba(255, 255, 255, 0.8); display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0px; -webkit-transform: translateY(10px) translateX(10px); transform: translateY(10px) translateX(10px); }
.index-02 .content .part .bgphoto .hover p { color: #9b8f7a; text-transform: uppercase; border-top: 1px solid #9b8f7a; border-bottom: 1px solid #9b8f7a; padding: 0 20px; }
.index-02 .content .part .word { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; background: #fff; padding: 5px 20px; }
.index-02 .content .part .word h6 { font-size: 18px; }
.index-02 .content .part a:hover .hover { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-animation: showt 0.2s ease-out forwards; animation: showt 0.2s ease-out forwards; }
.index-02 .button { margin-top: 20px; text-align: center; }
.index-02 .button a { background-color: transparent; border: 1px solid #fff; }

/*190218maeda*/
.index-02 .content .part{
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  align-items: start;
  width: 32%;
  padding: 0;
  background-color: #FFF;
  margin: 0 0 20px;
}
.index-02 .content .part a {
  display: blocK;
  width: 100%;
}
.index-02 .content .part .word{
  width: 100%;
}
.index-02 .content{
  justify-content: space-between;
}
/*190218maedaここまで*/

@-webkit-keyframes showt { 0% { width: 0px; height: 0px; top: 50%; left: calc(50%); font-size: 0px; }
  100% { top: 0px; left: 0px; width: calc(100% - 20px); height: calc(100% - 20px); font-size: 24px; } }

@keyframes showt { 0% { width: 0px; height: 0px; top: 50%; left: calc(50%); font-size: 0px; }
  100% { top: 0px; left: 0px; width: calc(100% - 20px); height: calc(100% - 20px); font-size: 24px; } }
.index-03 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 5px; }
.index-03 .photos { width: 60%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.index-03 .photos .bgphoto { width: calc(25% - 5px); height: calc(50% - 5px); margin-right: 5px; margin-bottom: 5px; }
.index-03 .photos .full { width: calc(50% - 5px); height: calc(50% - 5px); margin-right: 5px; margin-bottom: 5px; }
.index-03 .content { max-width: 500px; margin: 0 auto; width: 40%; padding: 80px 30px; }
.index-03 .content .word h5 { font-size: 24px; margin: 20px 0 10px; }
.index-03 .content .word p { font-size: 16px; }
.index-03 .content .button { padding-top: 20px; }

.index-04 { padding: 80px 20px; text-align: center; color: #fff; text-transform: uppercase; }
.index-04 i img { max-width: 140px; margin: 0 auto; }
.index-04 h2 { font-size: 30px; font-family: "Montserrat"; }
.index-04 h3 { font-size: 40px; }
.index-04 h4 { font-size: 18px; }
.index-04 .button { margin-top: 20px; }
.index-04 .button a { background-color: transparent; border: 1px solid #fff; }

.hero { position: relative; width: 100%; max-height: 900px; min-height: 600px; height: 100vh; }
.hero .logo { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 230px; height: 230px; }
.hero .logo img { max-width: 150px; }
.hero .bgphoto { width: 100%; height: 100%; -webkit-transition: 0.2s all linear; transition: 0.2s all linear; position: relative; }
.hero .bgphoto::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); }
.hero .first { position: absolute; top: 0; left: 0; width: calc(50% - 115px); height: calc(50% + 115px); overflow: hidden; background-color: #fa454e; }
.hero .last { position: absolute !important; bottom: 0; right: 0; width: calc(50% - 114px); height: calc(50% + 115px); overflow: hidden; background-color: #fa454e; }
.hero .pre { width: 30%; height: 100%; overflow: hidden; background-color: #1f5eb6; }
.hero .aft { width: 70%; height: 100%; overflow: hidden; background-color: #333; }
.hero .left { position: absolute; bottom: 0; left: 0; width: calc(50% + 115px); height: calc(50% - 115px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; overflow: hidden; }
.hero .right { position: absolute; top: 0; right: 0; width: calc(50% + 115px); height: calc(50% - 115px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; overflow: hidden; }

@media screen and (max-width: 1200px) {
  .hero .pre { display: none; }
  .hero .aft { width: 100%; }
  .index-01 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .index-01 .index-title { max-width: 100%; width: 100%; text-align: center; margin-bottom: 30px; }
  .index-01 .afterline h1 p { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .index-01 .afterline h1 p:after { display: none; }
  .index-01 .index-title .button { display: none; }
  .index-01 .hidden { display: block; width: 100%; text-align: center; margin-top: 20px; } }

@media screen and (max-width: 1000px) { .index-02 .content .part {
  width: 49%;
  /*width: 50%;*/
}
  .index-03 .photos .bgphoto { width: calc(50% - 5px); }
  .index-03 .photos .full { width: calc(100% - 5px); }
  .index-03 .photos { overflow: hidden; }
  .index-03 .photos { width: 50%; }
  .index-03 .content { max-width: 100%; width: 50%; padding: 70px 20px 80px; } }

  @media screen and (max-width: 850px) { .index-01 .content .blog { width: 100%; padding: 0; }
    .hero .logo { width: 100px; height: 100px; }
    .hero .logo img { max-width: 80px; }
    .hero .first { width: calc(50% - 50px); height: calc(50% + 50px); }
    .hero .last { width: calc(50% - 50px); height: calc(50% + 50px); }
    .hero .left { width: calc(50% + 50px); height: calc(50% - 50px); }
    .hero .right { width: calc(50% + 50px); height: calc(50% - 50px); } }

@media screen and (max-width: 750px) { .index-title h1 { font-size: 30px; }
  .index-04 h3 { font-size: 30px; }
  .index-04 h2 { font-size: 24px; }
  .index-04 h4 { font-size: 14px; } }
@media screen and (max-width: 700px) { .index-03 .photos { display: none; }
  .index-03 .content { width: 100%; } }
@media screen and (max-width: 650px) { .index-02 .content .part { width: 100%; } }
@media screen and (max-width: 550px) { .hero .first { display: none; }
  .hero .last { display: none; }
  .hero .right { width: 100%; height: 100%; min-height: 250px; }
  .hero .left { display: none; }
  .hero { background: #fffbfb; }
  .index-03 .content .word h5 { font-size: 18px; }
  .index-03 .content .word p { font-size: 14px; }
  .hero { min-height: calc(250px + 100px); max-height: 500px; }
  .hero .logo { height: 40px; width: 100px; top: 0px; left: 0px; z-index: 50; background: #fff; -webkit-transform: translate(0); transform: translate(0); } }

@media screen and (max-width: 750px) {
  .fixed .contact a p { display: none; height: 40px; }
  .fixed .contact a { height: 40px; }
  .fixed .map a { height: 40px; }
  .fixed { padding-right: 50px; }
  .fixed .map a p { display: none; height: 40px; }
  .menu-handler { height: 40px; width: 50px; }
  .menu-handler .burger { top: 17px; left: 23px; }
  .blog-thum{
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 450px) { .index-01 .content .blog { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .index-01 .content .blog .bgphoto { display: none; }
  .index-01 .content .blog { padding: 0; }
  .index-01 .content .blog .words { padding: 0; }
  .index-03 .content .word h5 { font-size: 16px; }
}
