@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
.btn{
  position: relative;
  border: 2px solid #FFD100;
  border-radius: 28px;
  background-color:#FFD100;
  width: 252px;
  height: 56px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 252px;
  font-size:18px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background-color:#0000FF;
  border: 2px solid #0000FF;
}
.none_br{
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

/* keyview */
#keyview{
  position: relative;
  width: 100%;
  height: 768px;
}
.key_img{
  position: absolute;
  background: url(../images/img_top_keyview.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 768px;
  min-height: 768px;
  z-index: -1;
}
.catch_copy{
  position: absolute;
  top:50%;
  left:50%;
  z-index: 2;
  transform:translateX(-50%) translateY(-50%);
  -webkit- transform:translateY(-50%);
}
.catch_copy h2{
  margin:100px 0 0;
  background: url(../images/txt_top_catch.png) no-repeat;
  background-size: cover;
  width: 746px;
  height: 65px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.h2_English{
  margin: 0!important;
}
.h2_English span{
  display: block;
  margin:0px 0 0;
  color:#FFF;
  font-size:18px;
  line-height:22px;
  font-weight: 400;
  text-align: center;
}
.catch_copy p{
  margin:30px 0 0;
  color:#FFF;
  font-size:20px;
  line-height:31px;
  font-weight: 400;
  text-align: center;
}

/* news */
#news{
  background-color: #FAFAF7;
  width: 1200px;
  min-height: 110px;
  margin: -60px auto 0;
}
.cont_news{
  position: relative;
  overflow: auto;
  display: flex;
  width: 100%;
  height: auto;
  padding:30px 0 30px 0;
}
.cont_news::after{
  content: '';
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  right: 30px;
  background: url(../images/top_icon_plane.png)no-repeat;
  background-size: cover;
  width: 91px;
  height: 80px;
  z-index: 3;
}
.news_head{
  width: 130px;
  position: relative;
}
#news h3{
  position: absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit- transform:translateY(-50%);
  margin: 0px 0 0;
  padding:0 0 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #AE7E3A;
  text-align: center;
  white-space: nowrap;
}
#news ol{
  margin:0px auto 0;
  width: 100%;
}
#news ol li{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#news ol li:first-child{
  margin-top: 0px;
}
#news ol li a{
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
#news ol li a:hover{
  color: #2563EB;
}
#news ol li time{
  margin: 0 30px 0 0px;
  font-size: 14px;
  color: #333333;
  line-height: 17px;
}

/* cont_intro*/
#cont_intro{
  width: 100%;
  height: auto;
  background-color: #FFF;
  margin: 100px 0 0;
}
.intro_area{
  position: relative;
  width: 670px;
  margin: 0 auto;
  background-color: #FFF;
  z-index: 10
}
.intro_area h3{
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size:54px;
  line-height: 1.5em;
  color: #0000FF;
}
.intro_area p{
  text-align: center;
  margin:70px 0 0;
  font-size:24px;
  line-height: 1.5em;
  color: #333333;
}
.intro_margin{
  display: block;
  margin-top: 1em!important;
  text-align: center;
  font-size:24px;
  line-height: 1.5em;
  color: #333333;
}
.intro_background{
  position: relative;
  width: 100%;
  height: 646px;
  padding-top: 65px;
  z-index: 0;
}
/* 背景画像を“中央固定”で貼る */
.intro_background::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;         /* デザイン基準幅 */
  min-width: 1366px;
  height: 646px;
  transform: translateX(-50%);
  background: url(../images/top_img_intro.jpg) no-repeat;
  background-position: bottom center;
  background-size: 100% auto; /* 1366px幅を維持して縮尺 */
  z-index: -1;
}

.intro_background::before{
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  background: url(../images/top_icon_intro.png);
  background-repeat: repeat-x;
  background-size: 10px auto;
  width: 100%;
  height: 240px;
  z-index: 0;
}
.intro_btn{
  margin: 0px auto 0;
}

/* business */
#cont_business{
  width: 100%;
  height: auto;
  padding: 100px 0 160px;
  background-color: #FAFAF7;
}
#business{
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 145px;
  background-color: #FFF;
}
.business_txt{
  width: 570px;
  padding: 0 0 0 30px;
}
.business_txt h3{
  position: relative;
  padding:0 0 19px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size:48px;
  line-height: 1.2em;
  color: #0000FF;
}
.business_txt p{
  width: 525px;
  margin-top: 15px;
  font-size:20px;
  line-height: 1.8em;
  font-weight: 400;
  color: #333333;
}
.business_btn{
  margin: 40px 0 0;
}
.business_box{
  position: absolute;
  top: 120px;
  left: 50%;
  width: 680px;
  height: 455px;
}
.business_box img{
  width: 100%;
}
.business_box_position{
  position: relative;
}
.business_img{
  position: absolute;
  top:0;
  left: 0;
  width: 680px;
  height: 455px;
  z-index: 1;
}
.business_illust{
  position: absolute;
  top: 270px;
  left: 100px;
  width: 490px;
  height: 100px;
  z-index: 2;
}


/*スマホ*/
@media (max-width: 767px){
  .btn{
    position: relative;
    border: 2px solid #FFD100;
    background-color:#FFD100;
    width: 252px;
    height: 40px;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 252px;
    font-size:18px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background-color:#0000FF;
  }
  .none_br{
    display: block;
  }
  a[href^="tel:"] {
    pointer-events:auto;
  }
  /* keyview */
  #keyview{
    position: relative;
    width: 100%;
    height: 100svh;
  }
  .key_img{
    background: url(../images/img_top_keyview_sp.jpg) no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: 100svh;
  }
  .catch_copy{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 2;
    transform:translateX(-50%) translateY(-50%);
    -webkit- transform:translateY(-50%);
  }
  .catch_copy h2{
    background: url(../images/txt_top_catch_sp.png) no-repeat;
    background-size: cover;
    width: 352px;
    height: 30px;
    margin: 0px 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .h2_English{
    margin: 0!important;
  }
  .h2_English span{
    display: block;
    margin:10px 0 0;
    color:#FFF;
    font-size:12px;
    line-height:1.5em;
    font-weight: 400;
    text-align: center;
  }
  .catch_copy p{
    margin:30px 0 0;
    color:#FFF;
    font-size:15px;
    line-height:1.5em;
    font-weight: 400;
    text-align: center;
  }
  /* news */
  #news{
    background-color: #FAFAF7;
    width: 100%;
    margin: 0px auto 0;
  }
  .cont_news{
    position: static;
    overflow: auto;
    display: block;
    width: 100%;
    height: auto;
    padding:30px 0 30px 0;
  }
  .cont_news::after{
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 30px;
    background: url(../images/top_icon_plane.png)no-repeat;
    background-size: cover;
    width: 91px;
    height: 80px;
    z-index: 3;
  }
  .news_head{
    width: 100%;
    position: static;
  }
  #news h3{
    position: static;
    transform: none;
    margin: 0px 0 0;
    padding:0 0 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #AE7E3A;
    text-align: center;
    white-space: nowrap;
  }
  #news ol{
    margin:20px auto 0;
    width: calc(100% - 20px);
  }
  #news ol li{
    margin-top: 10px;
    display: flex;
    align-items: baseline;
  }
  #news ol li:first-child{
    margin-top: 0px;
  }
  #news ol li a{
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  #news ol li a:hover{
    color: #2563EB;
  }
  #news ol li time{
    margin: 0 30px 0 0px;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
  }
  /* cont_intro*/
  #cont_intro{
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin: 60px 0 80px;
  }
  .intro_area{
    width: calc(100% - 20px);
    margin: 0 auto;
    background-color: #FFF;
  }
  .intro_area h3{
    width: 168px;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size:28px;
    line-height: 1.2em;
    color: #0000FF;
  }
  .intro_area p{
    text-align: center;
    margin:35px 0 0;
    font-size:16px;
    line-height: 1.5em;
    color: #333333;
  }
  .intro_margin{
    display: block;
    margin-top: 1em!important;
    text-align: center;
    font-size:16px;
    line-height: 1.5em;
    color: #333333;
  }
  .intro_background{
    position: relative;
    width: 100%;
    height: 175px;
    min-width: auto;
    padding-top: 0px;
  }
  /* 背景画像を“中央固定”で貼る */
  .intro_background::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;         /* デザイン基準幅 */
    min-width: auto;
    height: 100%;
    transform: translateX(-50%);
    background: url(../images/top_img_intro.jpg)no-repeat;
    background-size: 100% auto;
    background-position: center;
    z-index: -1;
  }
  .intro_background::before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    background: url(../images/top_icon_intro.png);
    background-repeat: repeat-x;
    background-size: 3px auto;
    width: 100%;
    height: 65px;
  }
  .intro_btn{
    margin: 50px auto 0;
  }
  /* business */
  #cont_business{
    width: 100%;
    height: auto;
    padding: 20px 0 20px;
    background-color: #FAFAF7;
  }
  #business{
    position: static;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 20px 0 55px;
    background-color: #FFF;
  }
  .business_txt{
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0 0 0 0px;
  }
  .business_txt h3{
    position: static;
    padding:60px 0 0px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size:28px;
    line-height: 1.2em;
    color: #0000FF;
  }
  .business_txt p{
    width: 100%;
    margin-top: 30px;
    font-size:16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #333333;
  }
  .business_btn{
    margin: 60px auto 0;
  }
  .business_box{
    position: static;
    width: calc(100% - 20px);
    height: auto;
    min-height: 230px;
    margin: 0 auto;
  }
  .business_box img{
    width: 100%;
  }
  .business_box_position{
    position: relative;
  }
  .business_img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .business_illust{
    position: absolute;
    top: 140px;
    left: 50%;
    transform:translateX(-50%);
    width: 80%;
    height: auto;
    z-index: 2;
  }
}

@media (max-width: 767px) and (orientation:landscape){

  #keyview{
    position: relative;
    width: 100%;
    height: 100svh;
  }
  .key_img{
    background: url(../images/img_top_keyview.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100svh;
    min-height: auto;
  }
  .catch_copy{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 2;
    transform:translateX(-50%) translateY(-50%);
    -webkit- transform:translateY(-50%);
  }
  .catch_copy h2{
    background: url(../images/txt_top_catch_sp.png) no-repeat;
    background-size: cover;
    width: 352px;
    height: 30px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .h2_English{
    margin: 0!important;
  }
  .h2_English span{
    display: block;
    margin:10px 0 0;
    color:#FFF;
    font-size:12px;
    line-height:1.5em;
    font-weight: 400;
    text-align: center;
  }
  .catch_copy p{
    margin:30px 0 0;
    color:#FFF;
    font-size:15px;
    line-height:1.5em;
    font-weight: 400;
    text-align: center;
  }

  .business_box{
    position: static;
    width: calc(100% - 20px);
    height: auto;
    min-height: 420px;
    margin: 0 auto;
  }
  .business_illust{
    position: absolute;
    top: 260px;
    left: 50%;
    transform:translateX(-50%);
    width: 80%;
    height: auto;
    z-index: 2;
  }
  .business_txt h3{
    position: static;
    padding:100px 0 0px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size:28px;
    line-height: 1.2em;
    color: #0000FF;
  }
}
