top.css 6.51 KB
@charset "UTF-8";
/* 游ゴシック
=========================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* 矢印
=========================================== */
/* 角丸
=========================================== */
#hero .container {
  padding-top: 9em;
  background: url(/img/top/hero.jpg) no-repeat top right;
  min-height: 600px;
  max-width: 1170px;
}
@media only screen and (max-width: 1180px) {
  #hero .container {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1110px) {
  #hero .container {
    background: url(/img/top/hero.jpg) no-repeat top right -20%;
  }
}
@media only screen and (max-width: 767px) {
  #hero .container {
    position: relative;
    background-position: top center;
  }
  #hero .container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
#hero h1 {
  text-align: center;
  display: table;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  #hero h1 {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #hero h1 {
    display: block;
  }
}
#hero h1 img {
  margin-bottom: 1em;
  width: 140.5px;
}
#hero h1 p {
  font-size: 1.3rem;
  transform: scale(1, 1.4);
  line-height: 180%;
}
#hero h1 p.catch {
  font-size: 2.2rem;
  color: #62bcc3;
  margin-bottom: 20px;
}
section#what_is_life_up h2, section#life h2 {
  margin-bottom: 2.2em;
}
section#what_is_life_up > .flex, section#life > .flex {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  section#what_is_life_up > .flex > div img, section#life > .flex > div img {
    max-width: 100%;
  }
}
section#what_is_life_up > .flex > div:nth-child(1), section#life > .flex > div:nth-child(1) {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  section#what_is_life_up > .flex > div:nth-child(1), section#life > .flex > div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
}
section#what_is_life_up > .flex > div:nth-child(2), section#life > .flex > div:nth-child(2) {
  width: 45%;
  padding-left: 4em;
}
@media only screen and (max-width: 767px) {
  section#what_is_life_up > .flex > div:nth-child(2), section#life > .flex > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 1em;
  }
}
#news {
  margin-top: 4.0em;
}
@media only screen and (max-width: 1060px) {
  #news {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#news h2 {
  background-color: #62bcc3;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 150%;
  padding: 0px 10px 9px 10px;
  text-align: center;
  width: 14%;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #news h2{
    padding-top: 8px;
  }
}
#news h2 span {
  display: block;
  transform: scale(1, 1.4);
}
@media only screen and (max-width: 767px) {
  #news h2 {
    border-bottom-left-radius: 0;
    border-top-right-radius: 24px;
    width: 100%;
  }
}
#news dl {
  background-color: #f4f4f4;
  padding: 12px 30px;
  width: 86%;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media only screen and (max-width: 767px) {
  #news dl {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
  }
}
#news dl dt {
  padding-right: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  width: 10%;
}
#news dl dd {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  #news dl dd{
    width: 100%;
  }
}
#news dl dt, #news dl dd {
  font-size: 1.3rem;
}
#news .more{
  text-align: center;
  display: block;
  margin-top: 20px;
}
#what_is_life_up {
  margin-top: 5.0em;
}
@media only screen and (max-width: 1060px) {
  #what_is_life_up {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #what_is_life_up {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  #what_is_life_up h2 img {
    width: 300px;
  }
}
#life {
  margin-top: 3.0em;
}
@media only screen and (max-width: 1060px) {
  #life {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #life {
    margin-top: 5em;
  }
}
#life > .flex > div:nth-child(2) {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  #life h2 img {
    width: 220px;
  }
}
#interview {
  position: relative;
  padding-top: 70px;
  margin-top: 3.0em;
  margin-bottom: 8.0rem;
}
@media only screen and (max-width: 767px) {
  #interview {
    padding-top: 35px;
  }
}
#interview h2 {
  text-align: center;
  margin-bottom: 5.0rem;
}
@media only screen and (max-width: 767px) {
  #interview h2 img {
    width: 99.5px;
  }
}
#interview .bg {
  background-color: #f4f4f4;
  color: #8d8d8d;
  font-size: 3.6rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  padding: 4.2em 0;
  font-weight: bold;
}
#interview .more {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #interview .more {
    margin-bottom: 30px;
  }
}
#interview .more a {
  margin-top: 16px;
}
#interview .more a span {
  font-size: 1.3rem;
}
#interview figure img{
  border-radius: 10px;
}
#ft_img {
  text-align: center;
  margin-top: 20px;
  background: url(/img/top/ft_img.jpg) no-repeat top center;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  #ft_img {
    background: none;
  }
}
#ft_img img {
  opacity: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #ft_img img {
    opacity: 1;
  }
}

/*
  2019/10/09 追加
*/
#event{
  padding-top: 2.5em;
}
#event h2{
  text-align: center;
  margin-bottom: 5.0rem;
}
#event .more{
  text-align: center;
}
#event .more a{
  margin-top: 16px;
}
#event p{
  line-height: 1.7;
}
#event p.date{
  font-size: 1.2rem;
}
#event figure img{
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #event{
    padding-top: 5em;
  }
  #event h2 img{
    width: 72px;
  }
  #event p{
    padding-left: 3%;
    padding-right: 3%;
  }
}