@charset "UTF-8";

/* ******************************************
	共通
****************************************** */


@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}



/* ******************************************
	header
****************************************** */
header {
}
.ly_header_wrap {
  background-color: rgba(0, 0, 0, 0);
   background-color: rgba(128,128,128,0.7);
}
header .gnav li a {
	color: #fff;
}


@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_prologue
****************************************** */
#top_prologue {
  width: 100%;
  max-width: none;
  padding: 0;
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top_prologue picture {
  width: 100%;
  overflow: hidden;
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#top_prologue picture::before {
  display: block;
  content: '';
  padding-top: 72%;
}
#top_prologue picture img {
  width: 100%;
  position: absolute;
}
#top_prologue h1 {
  margin: 0 auto;
  width: 80%;
  max-width: 525px;
  position: absolute;
}
#top_prologue h1 img {
  width: 100%;
}

@media screen and (max-width:1024px) {
  #top_prologue h1 {
    max-width: 450px;
  }
}
@media screen and (max-width:768px) {
  #top_prologue picture::before {
    padding-top: 100vh;
  }
  #top_prologue picture img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_about
****************************************** */
#top_about {}
#top_about dl {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  text-align: left;
}
#top_about dl dt {
  position: absolute;
  width: 150px;
  padding: 8px 0;
  margin: 0;
}
#top_about dl dd {
  position: relative;
  padding: 8px 0;
  padding-left: 150px;
  margin: 0;
}
#top_about dl dd ul {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
#top_about dl dd ul li {
  padding: 0;
  margin: 0;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #top_about dl dt {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    font-weight: 500;
  }
  #top_about dl dd {
    padding: 8px 0;
  }
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_concept
****************************************** */
#top_concept {
  width: 100%;
  max-width: none;
  padding: 0;
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#top_concept picture {
  width: 100%;
}
#top_concept .wrap {
  padding-top: 18rem;
  position: absolute;
}

@media screen and (max-width:1024px) {
  #top_concept .wrap {
    padding-top: 8rem;
  }
}
@media screen and (max-width:768px) {
  #top_concept picture {
    width: 100%;
    overflow: hidden;
    position: relative;
  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  #top_concept picture::before {
    display: block;
    content: '';
    padding-top: 100vh;
  }
  #top_concept picture img {
    position: absolute;
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_air
****************************************** */
#top_air {
  width: 100%;
  max-width: none;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items: center;
}
#top_air picture {
  width: 45%;
  overflow: hidden;
  position: relative;
  margin: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#top_air picture::before {
  display: block;
  content: '';
  padding-top: 200%;
}
#top_air picture img {
  position: absolute;
  width: auto;
  height: 100%;
}
#top_air .wrap {
  width: 40%;
}

@media screen and (max-width:1024px) {
  #top_air picture::before {
    padding-top: 100vh;
  }
  #top_air picture img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width:768px) {
  #top_air picture {
    width: 100%;
    order: 2;
  
    justify-content: center;
    align-items: center;
  }
  #top_air picture::before {
    padding-top: 100%;
  }
  #top_air picture img {
    width: 100%;
    height: auto;
  }
  #top_air .wrap {
    width: 90%;
    margin: 50px auto;
    order: 1;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_temperature
****************************************** */
#top_temperature {
  width: 100%;
  max-width: none;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items: center;
}
#top_temperature picture {
  width: 45%;
  overflow: hidden;
  position: relative;
  margin: 0;
  order: 2;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
#top_temperature picture::before {
  display: block;
  content: '';
  padding-top: 200%;
}
#top_temperature picture img {
  position: absolute;
  width: auto;
  height: 100%;
}
#top_temperature .wrap {
  width: 40%;
  order: 1;
}

@media screen and (max-width:1024px) {
  #top_temperature picture::before {
    padding-top: 100vh;
  }
  #top_temperature picture img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width:768px) {
  #top_temperature picture {
    width: 100%;
    /* order: 2; */
  
    justify-content: center;
    align-items: center;
  }
  #top_temperature picture::before {
    padding-top: 100%;
  }
  #top_temperature picture img {
    width: 100%;
    height: auto;
  }
  #top_temperature .wrap {
    width: 90%;
    margin: 50px auto;
    /* order: 1; */
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_works
****************************************** */
#top_works {}
#top_works ul {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#top_works ul li {
  width: 31%;
  padding: 0;
  margin: 0;
  text-align: left;
}
#top_works ul li picture {
  margin-bottom: 10px;
}
#top_works ul li .update {
  line-height: 1em;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
#top_works ul li h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-size: 1.7rem;
  line-height: 1.2em;
}
#top_works ul li p {
  line-height: 1.3em;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #top_works ul {
    justify-content: center;
  }
  #top_works ul li {
    width: 90%;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




/* ******************************************
	top_profile
****************************************** */
#top_profile {
  width: 100%;
  max-width: none;
  padding: 0;
  /* margin-bottom: 100px; */
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: flex-start;
}

#top_profile picture {
  width: 100%;
  overflow: hidden;
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#top_profile picture::before {
  display: block;
  content: '';
  padding-top: 100vh;
}
#top_profile picture img {
  position: absolute;
  width: auto;
  height: 100%;
}
#top_profile .wrap {
  position: absolute;
  padding-top: 10rem;
  height: calc(100% - 10rem);
}
#top_profile h2.ft_wh span {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .9));
}
#top_profile .bx_blu {
  position: absolute;
  right: 0;
  bottom: -50px;
  background-color: #2A97D0;
  width: 500px;
  padding: 50px;
  color: #fff;
  line-height: 1.3em;
}
#top_profile .bx_blu h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: normal;
}
#top_profile .bx_blu p {
  margin-bottom: 10px;
}
#top_profile .bx_blu .i_pd i {
  padding-right: 22px;
}
#top_profile dl.personal {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  line-height: 1.2em;
}
#top_profile dl.personal dt {
  position: absolute;
  width: 100px;
  padding: 10px 0;
  margin: 0;
}
#top_profile dl.personal dd {
  position: relative;
  padding: 10px 0;
  padding-left: 100px;
  margin: 0;
}

#top_profile dl.public {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  line-height: 1.2em;
}
#top_profile dl.public dt {
  padding: 10px 0 0;
  margin: 0;
}
#top_profile dl.public dd {
  padding: 10px 0;
  margin: 0;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #top_profile picture::before {
    content: none;
  }
  #top_profile picture img {
    position: relative;
    width: 100%;
    height: auto;
  }
  #top_profile .wrap {
    width: 90%;
    position: relative;
    padding: 5rem 5%;
    height: auto;
    background-color: #2A97D0;
  }
  #top_profile .bx_blu {
    position: relative;
    right: auto;
    bottom: auto;
    width: 90%;
    padding: 0;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
  #top_profile dl.personal dt {
    position: relative;
    width: 100%;
    padding: 10px 0 0;
  }
  #top_profile dl.personal dd {
    padding: 10px 0;
  }
}



/* ******************************************
	news
****************************************** */
#news {
  width: 100%;
  max-width: none;
  background-color: #D4EAF6;
}
#news dl {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  margin-left: 36%;
  line-height: 1.2em;
}
#news dl dt {
  position: absolute;
  width: 150px;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}
#news dl dd {
  position: relative;
  padding: 20px 0;
  padding-left: 150px;
  margin: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #2A97D0;
}

@media screen and (max-width:1024px) {
  #news dl {
    margin-left: 0;
  }
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #news dl dt {
    position: relative;
    width: 100%;
    padding: 15px 0 0;
    text-align: left;
  }
  #news dl dd {
    padding: 15px 0;
    margin: 0;
  }
}
@media screen and (max-width:425px) {
}




/* ******************************************
	access
****************************************** */
#access {
  width: 100%;
  max-width: none;
}
#access .wrap {}
#access iframe {
  width: 100%;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #access iframe {
    height: 70vh;
  }
}
@media screen and (max-width:450px) {
}



/* ******************************************
	company
****************************************** */
#company {}
#company dl {
  text-align: left;
  padding: 0;
  margin: 0 auto;
  line-height: 1.2em;
  max-width: 650px;
}
#company dl dt {
  position: absolute;
  width: 150px;
  padding: 20px 0;
  margin: 0;
}
#company dl dd {
  position: relative;
  padding: 20px 0;
  padding-left: 150px;
  margin: 0;
  border-bottom: 1px dashed #D4EAF6;
}
#company dl dd ul {
  padding-left: 0;
  margin-left: 20px;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:425px) {
  #company dl dt {
    position: relative;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #eee;
  }
  #company dl dd {
    padding: 10px;
  }
}
