@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------
    home
=================================================*/
.top_ef {
  display: none;
  position: absolute; }
  @media (min-width: 768px) {
    .top_ef {
      display: block; } }
  .top_ef._s {
    width: 150px;
    height: 150px; }
  .top_ef._l {
    width: 300px;
    height: 300px; }

h2.waypoint.def {
  padding: 0 10px;
  overflow: hidden;
  display: table; }
  h2.waypoint.def span {
    display: block;
    transform: translateX(-120%);
    transition: 1s; }
  h2.waypoint.def.inview span {
    transform: translateX(0); }

ul.waypoint.def li {
  opacity: 0;
  transform: translateY(20%);
  transition: 1s; }
  ul.waypoint.def li:nth-of-type(2) {
    transition-delay: 0.1s; }
  ul.waypoint.def li:nth-of-type(3) {
    transition-delay: 0.2s; }
  ul.waypoint.def li:nth-of-type(4) {
    transition-delay: 0.3s; }
  ul.waypoint.def li:nth-of-type(5) {
    transition-delay: 0.4s; }
  ul.waypoint.def li:nth-of-type(6) {
    transition-delay: 0.5s; }
  ul.waypoint.def li:nth-of-type(7) {
    transition-delay: 0.6s; }
  ul.waypoint.def li:nth-of-type(8) {
    transition-delay: 0.7s; }
  ul.waypoint.def li:nth-of-type(9) {
    transition-delay: 0.8s; }
  ul.waypoint.def li:nth-of-type(10) {
    transition-delay: 0.9s; }
  ul.waypoint.def li:nth-of-type(11) {
    transition-delay: 1.0s; }
  ul.waypoint.def li:nth-of-type(12) {
    transition-delay: 1.1s; }
  ul.waypoint.def li:nth-of-type(13) {
    transition-delay: 1.2s; }
  ul.waypoint.def li:nth-of-type(14) {
    transition-delay: 1.3s; }
  ul.waypoint.def li:nth-of-type(15) {
    transition-delay: 1.4s; }
  ul.waypoint.def li:nth-of-type(16) {
    transition-delay: 1.5s; }
  ul.waypoint.def li:nth-of-type(17) {
    transition-delay: 1.6s; }
  ul.waypoint.def li:nth-of-type(18) {
    transition-delay: 1.7s; }
  ul.waypoint.def li:nth-of-type(19) {
    transition-delay: 1.8s; }
  ul.waypoint.def li:nth-of-type(20) {
    transition-delay: 1.9s; }
  ul.waypoint.def li:nth-of-type(21) {
    transition-delay: 2.0s; }
ul.waypoint.def.inview li {
  transform: translateY(0);
  opacity: 1; }

#mainimage {
  background: url(../images/loading.gif) no-repeat center center; }
  #mainimage img {
    width: 100%; }
  #mainimage .slick-list {
    background: #fff; }
  #mainimage .cm {
    text-align: right; }
    #mainimage .cm a {
      color: #000;
      text-decoration: none;
      position: relative;
      display: inline-block;
      padding: 0 0 0 20px; }
      #mainimage .cm a:before {
        content: "";
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        border: 1px solid #000;
        border-radius: 100px;
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        margin-top: -7px; }
      #mainimage .cm a:after {
        content: "";
        width: 0px;
        height: 0px;
        box-sizing: border-box;
        border: 2px solid transparent;
        border-left: 3px solid #000;
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        margin-top: -2px; }

#top_lead {
  text-align: center; }
  @media (min-width: 768px) {
    #top_lead img {
      width: 640px; } }
  #top_lead p {
    font-weight: 400; }
    @media (min-width: 768px) {
      #top_lead p {
        font-size: 24px;
        margin-top: 50px;
        letter-spacing: 0.2em; } }

@media (min-width: 768px) {
  #top_topics {
    position: relative; }
    #top_topics .inner {
      position: relative;
      z-index: 2; } }
#top_topics h2 {
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  margin: 0 auto 10px; }
  @media (min-width: 768px) {
    #top_topics h2 {
      text-align: center;
      font-size: 35px;
      margin: 0 auto 30px; } }
#top_topics ul {
  margin: 0 -5vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    #top_topics ul {
      margin: 0; } }
#top_topics li {
  width: 50%; }
  @media (min-width: 768px) {
    #top_topics li {
      width: 320px;
      margin: 60px 0 0; } }
  #top_topics li:nth-of-type(2n + 1) .text {
    border-right: 1px solid #d0d0d0; }
    @media (min-width: 768px) {
      #top_topics li:nth-of-type(2n + 1) .text {
        border: none; } }
#top_topics figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 33vw;
  background: #fff; }
  @media (min-width: 768px) {
    #top_topics figure {
      width: 320px;
      height: 240px; } }
  #top_topics figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
#top_topics .text {
  padding: 15px 5vw 10vw;
  height: calc(100% - 33vw);
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #top_topics .text {
      padding: 20px 0 0;
      height: calc(100% - 240px); } }
#top_topics a {
  display: block;
  color: #000;
  text-decoration: none; }
#top_topics em {
  background: #000;
  color: #fff;
  font-style: normal;
  text-align: center;
  padding: 0 25px;
  border-radius: 100px;
  display: inline-block;
  margin: 0 0 10px; }
#top_topics p {
  margin: 0;
  font-size: 16px; }
#top_topics time {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px; }

@media (min-width: 768px) {
  #top_recruit {
    position: relative;
    margin: 200px 0 0;
    padding: 0 0 200px 0; }
    #top_recruit .inner {
      position: relative;
      z-index: 2; } }
#top_recruit .title {
  display: block;
  font-size: 45px;
  font-style: italic;
  font-weight: bold;
  transform: rotate(90deg);
  transform-origin: left top;
  line-height: 1;
  position: absolute;
  top: 0;
  left: calc(0.86em + 5vw);
  overflow: hidden;
  padding: 0 10px 0 0; }
  @media (min-width: 768px) {
    #top_recruit .title {
      font-size: 100px;
      left: 0.86em; } }
  #top_recruit .title span {
    display: block;
    transform: translateX(-120%);
    transition: 1s; }
  #top_recruit .title.inview span {
    transform: translateX(0); }
#top_recruit figure {
  margin: 0 -5vw 10vw 0;
  padding-left: 20vw; }
  @media (min-width: 768px) {
    #top_recruit figure {
      margin: 0;
      padding: 0;
      overflow: hidden; } }
  #top_recruit figure .figinner {
    position: relative;
    width: 75vw;
    height: 75vw; }
    @media (min-width: 768px) {
      #top_recruit figure .figinner {
        float: right;
        width: 628px;
        height: 628px; } }
  #top_recruit figure .parts {
    position: absolute;
    overflow: hidden; }
    #top_recruit figure .parts .f {
      overflow: hidden; }
      #top_recruit figure .parts .f span {
        display: block; }
        #top_recruit figure .parts .f span img {
          width: 100%; }
    #top_recruit figure .parts .p {
      position: absolute;
      overflow: hidden; }
      #top_recruit figure .parts .p span {
        display: block;
        overflow: hidden;
        width: 0; }
    #top_recruit figure .parts img {
      max-width: 1000px; }
  #top_recruit figure ._f1 {
    top: 0;
    right: 0;
    width: 48.72611465%;
    z-index: 2; }
    #top_recruit figure ._f1 .f span {
      transform: translateX(100%); }
    #top_recruit figure ._f1 .p {
      top: 0;
      right: 0; }
      #top_recruit figure ._f1 .p span {
        transition-delay: 0.3s;
        transform: translateX(120%);
        width: 100%; }
        #top_recruit figure ._f1 .p span img {
          transition-delay: 0.3s;
          transform: translateX(-20%); }
  #top_recruit figure ._f2 {
    bottom: 0;
    left: 0;
    width: 53.02547771%;
    z-index: 3; }
    #top_recruit figure ._f2 .f span {
      transition-delay: 0.3s;
      transform: translateX(-102%); }
    #top_recruit figure ._f2 .p {
      bottom: 0;
      left: 0; }
      #top_recruit figure ._f2 .p span {
        transition-delay: 0.6s; }
        #top_recruit figure ._f2 .p span img {
          transition-delay: 0.6s;
          transform: translateX(-20%); }
  #top_recruit figure ._f3 {
    right: 2%;
    bottom: 16%;
    width: 58.89172%;
    z-index: 1; }
    #top_recruit figure ._f3 .f span {
      transition-delay: 0.6s;
      transform: translateX(100%); }
    #top_recruit figure ._f3 .p {
      top: 0;
      right: 0; }
      #top_recruit figure ._f3 .p span {
        transition-delay: 0.9s;
        transform: translateX(100%);
        width: 100%; }
        #top_recruit figure ._f3 .p span img {
          transition-delay: 0.9s;
          transform: translateX(-20%); }
  #top_recruit figure ._f4 {
    top: 28%;
    left: -10%;
    width: 55.89171975%;
    z-index: 4; }
    #top_recruit figure ._f4 .f span {
      transition-delay: 0.9s;
      transform: translateX(-102%); }
    #top_recruit figure ._f4 .p {
      bottom: 0;
      left: 0; }
      #top_recruit figure ._f4 .p span {
        transition-delay: 1.2s; }
        #top_recruit figure ._f4 .p span img {
          transition-delay: 1.2s;
          transform: translateX(-20%); }
  #top_recruit figure ._f5 {
    top: 0;
    left: 0;
    width: 48.24840764%;
    z-index: 5; }
    #top_recruit figure ._f5 .f span {
      transition-delay: 1.2s;
      transform: translateX(-102%); }
    #top_recruit figure ._f5 .p {
      top: 0;
      left: 0; }
      #top_recruit figure ._f5 .p span {
        transition-delay: 1.3s; }
        #top_recruit figure ._f5 .p span img {
          transition-delay: 1.3s;
          transform: translateX(-20%); }
  #top_recruit figure ._f6 {
    bottom: 0;
    right: 0;
    width: 46.548408%;
    z-index: 6; }
    #top_recruit figure ._f6 .f span {
      transition-delay: 1.3s;
      transform: translateX(100%); }
    #top_recruit figure ._f6 .p {
      bottom: 0;
      right: 0; }
      #top_recruit figure ._f6 .p span {
        transition-delay: 1.5s;
        transform: translateX(120%);
        width: 100%; }
        #top_recruit figure ._f6 .p span img {
          transition-delay: 1.5s;
          transform: translateX(-20%); }
  #top_recruit figure .p,
  #top_recruit figure .p span,
  #top_recruit figure .f,
  #top_recruit figure .f span,
  #top_recruit figure img {
    transition: 1s; }
  @media (max-width: 767px) {
    #top_recruit figure ._f1 .p img {
      width: 27.94585987vw; }
    #top_recruit figure ._f2 .p img {
      width: 30.3343949vw; }
    #top_recruit figure ._f3 .p img {
      width: 21.01910828vw; }
    #top_recruit figure ._f4 .p img {
      width: 31.88694268vw; }
    #top_recruit figure ._f5 .p img {
      width: 30.81210191vw; }
    #top_recruit figure ._f6 .p img {
      width: 30.31210191vw; } }
  #top_recruit figure.inview .p span,
  #top_recruit figure.inview .f span {
    width: 100%;
    transform: translateX(0) !important; }
  #top_recruit figure.inview .p span img,
  #top_recruit figure.inview .f span img {
    transform: translateX(0) !important; }
@media (min-width: 768px) {
  #top_recruit .text {
    position: absolute;
    bottom: 0;
    left: 0; }
    #top_recruit .text h2 {
      font-size: 20px;
      font-weight: 500;
      margin: 0 0 30px; }
    #top_recruit .text p {
      font-size: 16px;
      margin: 0 0 35px;
      font-weight: 300; } }

#top_shopnews {
  color: #fff;
  padding: 5vw 0 0;
  position: relative; }
  @media (min-width: 768px) {
    #top_shopnews {
      padding: 90px 0;
      margin: 0; } }
  #top_shopnews .mask {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 1s; }
    #top_shopnews .mask.inview {
      transform: translateX(0); }
  #top_shopnews h2 {
    text-align: center;
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    margin: 10px auto; }
    @media (min-width: 768px) {
      #top_shopnews h2 {
        margin: 0 auto 90px; } }
  #top_shopnews ul {
    margin: 0 -5vw; }
    @media (min-width: 768px) {
      #top_shopnews ul {
        margin: 0;
        display: flex;
        justify-content: space-between; } }
  #top_shopnews li {
    border-top: 1px solid #fff; }
    @media (min-width: 768px) {
      #top_shopnews li {
        border: none;
        width: 320px; } }
    #top_shopnews li:first-child {
      border: none; }
    #top_shopnews li:nth-of-type(n + 4) {
      display: none; }
    #top_shopnews li a {
      padding: 25px 0;
      display: block;
      overflow: hidden;
      color: #fff;
      text-decoration: none; }
      @media (min-width: 768px) {
        #top_shopnews li a {
          padding: 0; } }
  #top_shopnews figure {
    float: left;
    margin: 0 20px 0 0;
    width: 150px;
    height: 100px;
    background: #fff;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      #top_shopnews figure {
        float: none;
        margin: 0  0 20px;
        width: auto;
        width: 320px;
        height: 240px; } }
    #top_shopnews figure img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
  #top_shopnews .text {
    overflow: hidden;
    padding-right: 5vw; }
    @media (min-width: 768px) {
      #top_shopnews .text {
        padding: 0; } }
  #top_shopnews em {
    background: #fff;
    color: #111;
    font-style: normal;
    text-align: center;
    padding: 0 25px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      #top_shopnews em {
        padding: 0 30px; } }
  #top_shopnews p {
    margin: 0; }
  #top_shopnews time {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px; }

@media (min-width: 768px) {
  #top_service {
    position: relative; }
    #top_service .inner {
      position: relative;
      z-index: 2; } }
@media (min-width: 768px) {
  #top_service {
    margin: 0;
    padding: 200px 0;
    background: #EAEDED; } }
#top_service .title {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  display: table;
  padding: 0 10px;
  overflow: hidden;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #top_service .title {
      transform: rotate(90deg);
      transform-origin: left top;
      line-height: 1;
      position: absolute;
      top: -30px;
      left: calc(0.86em);
      font-size: 100px; } }
  #top_service .title span {
    display: block;
    transform: translateX(-120%);
    transition: 1s; }
  #top_service .title.inview span {
    transform: translateX(0); }
@media (min-width: 768px) {
  #top_service .lead {
    display: table;
    margin: 0 auto;
    text-align: left; }
    #top_service .lead .btn {
      width: 380px;
      margin: 100px auto; } }
#top_service h2 {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin: 5px 0 30px; }
  @media (min-width: 768px) {
    #top_service h2 {
      font-size: 20px;
      text-align: left; } }
@media (min-width: 768px) {
  #top_service p {
    font-weight: 300; } }
#top_service ul {
  margin: 0 -5vw 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #d0d0d0; }
  @media (min-width: 768px) {
    #top_service ul {
      margin: -30px 0 0;
      border: none; } }
#top_service li {
  width: 50%; }
  @media (min-width: 768px) {
    #top_service li {
      width: 340px;
      margin-top: 30px; } }
  #top_service li:nth-of-type(2n + 1) .text {
    border-right: 1px solid #d0d0d0; }
    @media (min-width: 768px) {
      #top_service li:nth-of-type(2n + 1) .text {
        border: none; } }
  #top_service li a {
    display: block;
    height: 100%;
    color: #000;
    text-decoration: none;
    text-align: center; }
    @media (min-width: 768px) {
      #top_service li a {
        background: #fff; } }
    #top_service li a span {
      font-weight: bold;
      font-style: italic;
      font-size: 15px; }
#top_service .text {
  padding: 15px 10px; }
  @media (min-width: 768px) {
    #top_service .text {
      padding: 30px 10px; } }

#top_brand .title {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  display: table;
  padding: 0 10px;
  overflow: hidden;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #top_brand .title {
      transform: rotate(90deg);
      transform-origin: left top;
      line-height: 1;
      position: absolute;
      top: 30px;
      right: 0;
      transform: translateX(100%) rotate(90deg);
      font-size: 100px; } }
  #top_brand .title span {
    display: block;
    transform: translateX(-120%);
    transition: 1s; }
  #top_brand .title.inview span {
    transform: translateX(0); }
#top_brand h2 {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  margin: 5px 0 30px; }
#top_brand ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -7px; }
  @media (min-width: 768px) {
    #top_brand ul {
      margin: -40px 0 0;
      padding: 0 0 110px 0;
      width: 840px; } }
#top_brand li {
  width: calc((100% - 14px) / 3);
  margin: 7px 0 0;
  opacity: 0;
  transition: 1s;
  transform: translateY(50px); }
  #top_brand li:nth-of-type(2) {
    transition-delay: 0.1s; }
  #top_brand li:nth-of-type(3) {
    transition-delay: 0.2s; }
  #top_brand li:nth-of-type(4) {
    transition-delay: 0.3s; }
  #top_brand li:nth-of-type(5) {
    transition-delay: 0.4s; }
  #top_brand li:nth-of-type(6) {
    transition-delay: 0.5s; }
  #top_brand li:nth-of-type(7) {
    transition-delay: 0.6s; }
  #top_brand li:nth-of-type(8) {
    transition-delay: 0.7s; }
  #top_brand li:nth-of-type(9) {
    transition-delay: 0.8s; }
  #top_brand li:nth-of-type(10) {
    transition-delay: 0.9s; }
  #top_brand li:nth-of-type(11) {
    transition-delay: 1.0s; }
  #top_brand li:nth-of-type(12) {
    transition-delay: 1.1s; }
  #top_brand li:nth-of-type(13) {
    transition-delay: 1.2s; }
  #top_brand li:nth-of-type(14) {
    transition-delay: 1.3s; }
  #top_brand li:nth-of-type(15) {
    transition-delay: 1.4s; }
  #top_brand li:nth-of-type(16) {
    transition-delay: 1.5s; }
  #top_brand li:nth-of-type(17) {
    transition-delay: 1.6s; }
  #top_brand li:nth-of-type(18) {
    transition-delay: 1.7s; }
  #top_brand li:nth-of-type(19) {
    transition-delay: 1.8s; }
  #top_brand li:nth-of-type(20) {
    transition-delay: 1.9s; }
  #top_brand li:nth-of-type(21) {
    transition-delay: 2.0s; }
  @media (min-width: 768px) {
    #top_brand li {
      width: 180px;
      margin: 40px 0 0; }
      #top_brand li:nth-of-type(2n+1) {
        transform: translateY(160px); } }
  #top_brand li a {
    border: 1px solid #707070;
    display: block;
    padding: 2vw;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      #top_brand li a {
        padding: 10px; } }
    #top_brand li a[target="_blank"]:after {
      content: "";
      background: url("../images/newwindow.svg") no-repeat center center/contain;
      width: 10px;
      height: 10px;
      position: absolute;
      bottom: 5px;
      right: 5px; }
#top_brand .inview li {
  opacity: 1;
  transform: translateY(0); }
  @media (min-width: 768px) {
    #top_brand .inview li:nth-of-type(2n+1) {
      transform: translateY(110px); } }

@media (min-width: 768px) {
  #top_company {
    position: relative; }
    #top_company .inner {
      position: relative;
      z-index: 2; } }
#top_company .photo {
  padding: 8vw 5vw 7vw;
  margin: 0 0 3vw;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    #top_company .photo {
      padding: 0;
      margin: 0 0 150px;
      height: 720px; } }
  #top_company .photo figure {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    #top_company .photo figure img {
      max-width: 10000%;
      height: 300px;
      transform: translateX(-50%);
      position: absolute;
      bottom: 0;
      left: 50%;
      width: auto; }
      @media (min-width: 768px) {
        #top_company .photo figure img {
          height: 1220px; } }
#top_company .title {
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  padding: 0 10px 0 0;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    #top_company .title {
      transform: rotate(90deg);
      transform-origin: left top;
      line-height: 1;
      position: absolute;
      top: -120px;
      left: calc(0.86em);
      font-size: 100px; } }
  #top_company .title span {
    display: block;
    transform: translateX(-120%);
    transition: 1s; }
  #top_company .title.inview span {
    transform: translateX(0); }
@media (min-width: 768px) {
  #top_company .lead {
    display: table;
    margin: 0 auto 160px;
    text-align: left; } }
#top_company h2 {
  font-weight: 500;
  font-size: 14px;
  margin: 5px 0 0;
  position: relative; }
  @media (min-width: 768px) {
    #top_company h2 {
      font-size: 20px;
      margin: 30px 0; } }
@media (min-width: 768px) {
  #top_company p {
    font-weight: 300; } }
#top_company figure {
  text-align: center; }
  #top_company figure img {
    max-width: 800px;
    width: 100%; }

#top_movie {
  color: #fff;
  padding: 5vw 0 10vw;
  margin-bottom: 0;
  position: relative; }
  @media (min-width: 768px) {
    #top_movie {
      padding: 100px 0; } }
  #top_movie .mask {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 1s; }
    #top_movie .mask.inview {
      transform: translateX(0); }
  #top_movie h2 {
    text-align: center;
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    margin: 10px auto 25px; }
    @media (min-width: 768px) {
      #top_movie h2 {
        margin: 0 auto 100px;
        font-size: 35px; } }
    #top_movie h2:after {
      content: "";
      background: #fff;
      display: block;
      width: 0;
      height: 4px;
      margin: 3px auto;
      transition: 0.5s;
      transition-delay: 1s; }
      @media (min-width: 768px) {
        #top_movie h2:after {
          height: 5px;
          margin-top: 10px; } }
    #top_movie h2.inview:after {
      width: 25px; }
      @media (min-width: 768px) {
        #top_movie h2.inview:after {
          width: 40px; } }

#top_houjin {
  background: #EAEDED;
  margin: 0;
  padding: 7vw 0 5vw; }
  @media (min-width: 768px) {
    #top_houjin {
      padding: 120px 0; } }
  #top_houjin h2 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 0px auto 25px; }
    @media (min-width: 768px) {
      #top_houjin h2 {
        margin: 0 auto 70px;
        font-size: 20px; } }
    #top_houjin h2:after {
      content: "";
      background: #000;
      display: block;
      width: 0;
      height: 4px;
      margin: 8px auto 0;
      transition: 0.5s;
      transition-delay: 1s; }
      @media (min-width: 768px) {
        #top_houjin h2:after {
          height: 5px;
          margin-top: 10px; } }
    #top_houjin h2.inview:after {
      width: 25px; }
      @media (min-width: 768px) {
        #top_houjin h2.inview:after {
          width: 40px; } }
  @media (min-width: 768px) {
    #top_houjin ul {
      display: flex;
      justify-content: space-between; } }
  #top_houjin ul li {
    margin: 0 0 15px;
    background: #fff; }
    @media (min-width: 768px) {
      #top_houjin ul li {
        margin: 0;
        width: 500px; } }
    #top_houjin ul li figure {
      overflow: hidden; }
      #top_houjin ul li figure img {
        margin: -20px 0;
        width: 100%; }
    #top_houjin ul li a {
      display: block;
      color: #000;
      text-decoration: none; }
      #top_houjin ul li a span {
        text-align: center;
        display: block;
        padding: 15px;
        position: relative; }
        @media (min-width: 768px) {
          #top_houjin ul li a span {
            padding: 40px 0; }
            #top_houjin ul li a span:after {
              content: "";
              background: url(../images/linkarrow.svg) no-repeat center center/contain;
              width: 20px;
              height: 20px;
              display: block;
              position: absolute;
              top: 50%;
              right: 40px;
              margin-top: -10px; } }

/*-------------------------------------------------
    company
=================================================*/
#map .googlemap {
  margin: 0 0 50px; }
  @media (min-width: 768px) {
    #map .googlemap {
      margin: 30px 0 90px; } }
#map iframe {
  width: 100%;
  height: 40vw; }
  @media (min-width: 768px) {
    #map iframe {
      height: 490px; } }

#company_pdf figure {
  margin: 0  15px 30px;
  text-align: center; }
  @media (min-width: 768px) {
    #company_pdf figure {
      width: 280px;
      margin: 0 50px 0 0;
      display: inline-block;
      vertical-align: bottom; }
      #company_pdf figure img {
        vertical-align: bottom; } }
@media (min-width: 768px) {
  #company_pdf .btn {
    display: inline-block;
    vertical-align: baseline;
    width: 300px; } }

#philosophy {
  position: relative; }
  @media (min-width: 768px) {
    #philosophy:after {
      content: "";
      background: url(../images/philosophy_effect1.svg) no-repeat center center/contain;
      width: 424px;
      height: 565px;
      position: absolute;
      top: 100px;
      right: -160px;
      display: block;
      z-index: -1; } }
  #philosophy em {
    display: block;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.2; }
    @media (min-width: 768px) {
      #philosophy em {
        font-size: 400%; } }
  #philosophy strong {
    display: block;
    font-size: 140%; }
    @media (min-width: 768px) {
      #philosophy strong {
        font-size: 160%; } }
  #philosophy ol {
    padding: 1em 0 0 1.5em;
    font-size: 18px; }
    #philosophy ol li {
      list-style: decimal;
      margin-top: 20px; }

#message {
  position: relative;
  /*
  	&:after {
  		@media (min-width:$breakpoint){
  			content:"";
  			background:url(../images/philosophy_effect2.svg) no-repeat center center / contain;
  			width:424px;
  			height: 554px;
  			position: absolute;
  			bottom:100px;
  			left:-160px;
  			display: block;
  			z-index: -1;
  		}
  	}
  */ }
  @media (min-width: 768px) {
    #message .common_title {
      top: 150px; } }
  #message .photo {
    overflow: hidden; }
    #message .photo figure {
      margin: 0 0 40px;
      position: relative; }
      @media (min-width: 768px) {
        #message .photo figure {
          float: right;
          width: calc(50vw + 350px);
          min-width: 980px;
          margin: 0 0 100px; } }
    #message .photo figcaption {
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      position: absolute;
      bottom: 20px;
      left: 20px; }
      @media (min-width: 768px) {
        #message .photo figcaption {
          font-size: 30px;
          left: 50px; } }
      #message .photo figcaption span {
        display: block;
        font-size: 25px; }
        @media (min-width: 768px) {
          #message .photo figcaption span {
            font-size: 50px; } }
  #message p.lead {
    font-size: 18px;
    margin: 1em 0 2.5em 0;
    font-weight: 500; }
    @media (min-width: 768px) {
      #message p.lead {
        font-size: 24px;
        line-height: 60px;
        margin: 100px 0; } }
  @media (min-width: 768px) {
    #message p {
      padding-left: 180px; } }
  #message .name {
    font-weight: 300;
    text-align: right;
    margin-top: 3em; }
    @media (min-width: 768px) {
      #message .name {
        margin-top: 100px; } }
    #message .name span {
      display: block;
      font-size: 25px; }

#slogan .slogan_frame {
  padding: 0 5vw; }
  @media (min-width: 768px) {
    #slogan .slogan_frame {
      background: url("../images/slogan.jpg") no-repeat center center;
      text-align: center;
      height: 2702px;
      box-sizing: border-box;
      padding-top: 700px; } }
  #slogan .slogan_frame .movetohappy {
    text-align: center; }
  #slogan .slogan_frame .sub {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10vw;
    font-weight: 500;
    letter-spacing: 0.2em; }
    @media (min-width: 768px) {
      #slogan .slogan_frame .sub {
        font-size: 24px;
        margin-bottom: 100px; } }
  @media (min-width: 768px) {
    #slogan .slogan_frame p {
      line-height: 2.6;
      margin: 3em 0; } }
#slogan .photo {
  margin: 15vw 0; }
#slogan + #top_movie {
  background: #000; }
  #slogan + #top_movie h2:after {
    width: 25px; }
    @media (min-width: 768px) {
      #slogan + #top_movie h2:after {
        width: 40px; } }

@media (min-width: 768px) {
  #group .common_title {
    top: 260px;
    z-index: 10; } }
#group .ss1 {
  background: url(../images/group_photo.jpg) no-repeat center bottom/cover;
  padding: 10vw 0; }
  @media (min-width: 768px) {
    #group .ss1 {
      padding: 140px 0; } }
  #group .ss1 .frame {
    background: #fff;
    padding: 10vw 5vw; }
    @media (min-width: 768px) {
      #group .ss1 .frame {
        margin: 0 40px;
        text-align: center;
        padding: 140px 0; } }
    #group .ss1 .frame h3 {
      font-weight: normal;
      text-align: center;
      margin: 0;
      font-weight: 500; }
      @media (min-width: 768px) {
        #group .ss1 .frame h3 {
          font-size: 24px;
          line-height: 60px;
          margin: 0 0 100px; } }
    @media (min-width: 768px) {
      #group .ss1 .frame p {
        line-height: 3; } }
#group .ss2 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10vw 0; }
  @media (min-width: 768px) {
    #group .ss2 {
      padding: 140px 0; } }
  #group .ss2 p {
    font-size: 17px; }
    @media (min-width: 768px) {
      #group .ss2 p {
        font-size: 22px; } }
    #group .ss2 p strong {
      font-size: 73px;
      font-style: italic;
      line-height: 1.3; }
      @media (min-width: 768px) {
        #group .ss2 p strong {
          font-size: 95px; } }
  #group .ss2 figure {
    background: #fff;
    text-align: center;
    padding: 5vw; }
    @media (min-width: 768px) {
      #group .ss2 figure {
        padding: 100px 0; } }
#group .ss3 {
  padding: 10vw 0;
  text-align: center; }
  @media (min-width: 768px) {
    #group .ss3 {
      padding: 140px 0; } }

#csr .large {
  font-size: 22px;
  margin: 0  0 5vw;
  font-weight: 500; }
  @media (min-width: 768px) {
    #csr .large {
      font-size: 24px;
      line-height: 60px;
      margin: 0 0 100px; } }
  @media (min-width: 768px) {
    #csr .large p {
      line-height: 3; } }

@media (max-width: 767px) {
  #disaster figure,
  #sports figure,
  #recycling figure,
  #co2 figure,
  #cleanup figure {
    margin: 5vw 5vw 0; }
  #disaster figcaption,
  #sports figcaption,
  #recycling figcaption,
  #co2 figcaption,
  #cleanup figcaption {
    left: 0 !important;
    right: inherit !important; } }
@media (min-width: 768px) {
  #disaster figure:before {
    content: "";
    background: url(../images/csr_effect1.svg) no-repeat center center;
    width: 619px;
    height: 569px;
    position: absolute;
    top: -300px;
    right: -200px;
    z-index: -1; }

  #sports figure:before {
    content: "";
    background: url(../images/csr_effect1.svg) no-repeat center center;
    width: 619px;
    height: 569px;
    position: absolute;
    top: -270px;
    left: -250px;
    z-index: -1; }

  #recycling figure:before {
    content: "";
    background: url(../images/csr_effect2.svg) no-repeat center center;
    width: 619px;
    height: 569px;
    position: absolute;
    top: -250px;
    right: -230px;
    z-index: -1; }

  #co2 figure:before {
    content: "";
    background: url(../images/csr_effect3.svg) no-repeat center center;
    width: 569px;
    height: 619px;
    position: absolute;
    top: -270px;
    left: -100px;
    z-index: -1; }

  #cleanup figure:before {
    content: "";
    background: url(../images/csr_effect4.svg) no-repeat center center;
    width: 569px;
    height: 619px;
    position: absolute;
    top: -250px;
    right: -150px;
    z-index: -1; } }
/*-------------------------------------------------
    service
=================================================*/
@media (max-width: 767px) {
  #service {
    margin-top: 5vw; } }
@media (min-width: 768px) {
  #service {
    text-align: center; } }
#service .large {
  font-size: 22px;
  font-weight: 500; }
  @media (min-width: 768px) {
    #service .large {
      font-size: 24px;
      line-height: 60px;
      margin-bottom: 100px; } }
@media (min-width: 768px) {
  #service p {
    line-height: 3; } }
#service nav {
  margin-top: 10vw; }
  @media (min-width: 768px) {
    #service nav {
      margin-top: 100px; } }

@media (min-width: 768px) {
  #automobile {
    padding-top: 50px; }

  #management {
    padding-top: 120px; } }
@media (max-width: 767px) {
  #gas,
  #automobile,
  #fitness,
  #food,
  #internetroom,
  #management {
    overflow: hidden; }
    #gas ._photoR figure,
    #automobile ._photoR figure,
    #fitness ._photoR figure,
    #food ._photoR figure,
    #internetroom ._photoR figure,
    #management ._photoR figure {
      margin: 5vw 0 5vw; }
      #gas ._photoR figure img,
      #automobile ._photoR figure img,
      #fitness ._photoR figure img,
      #food ._photoR figure img,
      #internetroom ._photoR figure img,
      #management ._photoR figure img {
        transform: translateX(5vw); }
    #gas ._photoL figure,
    #automobile ._photoL figure,
    #fitness ._photoL figure,
    #food ._photoL figure,
    #internetroom ._photoL figure,
    #management ._photoL figure {
      margin: 5vw 0 5vw 0; }
      #gas ._photoL figure img,
      #automobile ._photoL figure img,
      #fitness ._photoL figure img,
      #food ._photoL figure img,
      #internetroom ._photoL figure img,
      #management ._photoL figure img {
        transform: translateX(-5vw); }
    #gas figcaption,
    #automobile figcaption,
    #fitness figcaption,
    #food figcaption,
    #internetroom figcaption,
    #management figcaption {
      left: 5vw !important;
      right: inherit !important; } }
/*-------------------------------------------------
    MA
=================================================*/
@media (min-width: 768px) {
  #ma {
    text-align: center; } }
#ma .large {
  font-size: 22px;
  margin: 0  0 5vw;
  font-weight: 500; }
  @media (min-width: 768px) {
    #ma .large {
      font-size: 24px;
      line-height: 60px;
      margin: 0 0 100px; } }
@media (min-width: 768px) {
  #ma p {
    line-height: 2.5; } }
#ma figure {
  max-width: 548px;
  margin: 10vw 0 8vw; }
  @media (min-width: 768px) {
    #ma figure {
      margin: 100px auto 80px; } }
#ma h3 {
  font-size: 22px;
  margin: 0  0 5vw;
  text-align: center;
  font-weight: normal; }
  @media (min-width: 768px) {
    #ma h3 {
      font-size: 26px;
      margin: 0 0 30px; } }
#ma .btn {
  max-width: 548px;
  margin: 0 auto; }

#casestudy {
  background: url("../images/ma_bg.jpg") no-repeat center center/cover;
  padding: 10vw 0; }
  @media (min-width: 768px) {
    #casestudy {
      padding: 80px 0; } }
  #casestudy h2 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: normal; }
    @media (min-width: 768px) {
      #casestudy h2 {
        margin-bottom: 50px; } }
  #casestudy ol {
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      #casestudy ol {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    #casestudy ol li {
      margin-top: 10px;
      background: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 80px;
      padding: 0 5vw; }
      @media (min-width: 768px) {
        #casestudy ol li {
          display: block;
          width: 340px;
          text-align: center;
          padding: 30px 0 0;
          margin: 30px 0 0;
          height: 180px;
          box-sizing: border-box; } }
      #casestudy ol li em {
        font-weight: bold;
        line-height: 1;
        width: 50px;
        font-size: 30px; }
        @media (min-width: 768px) {
          #casestudy ol li em {
            font-size: 40px;
            width: auto; } }
      #casestudy ol li p {
        width: calc(100% -50px);
        margin: 0;
        font-weight: 500; }
        @media (min-width: 768px) {
          #casestudy ol li p {
            margin: 10px 0 0 0;
            width: auto; } }

#can h2 {
  font-size: 22px;
  margin: 0  0 5vw;
  font-weight: normal;
  text-align: center; }
  @media (min-width: 768px) {
    #can h2 {
      font-size: 26px;
      margin: 0 0 50px; } }
@media (min-width: 768px) {
  #can p {
    text-align: center; } }
@media (min-width: 768px) {
  #can figure {
    display: flex;
    justify-content: space-between;
    margin: 100px 0; } }
#can figure div {
  margin-top: 10px; }
  @media (min-width: 768px) {
    #can figure div {
      width: 500px;
      margin: 0; } }
#can h3 {
  font-size: 22px;
  margin: 10vw  0 5vw;
  text-align: center;
  font-weight: normal; }
  @media (min-width: 768px) {
    #can h3 {
      font-size: 26px;
      margin: 0 0 30px; } }
#can .btn {
  max-width: 548px;
  margin: 0 auto 10vw; }
  @media (min-width: 768px) {
    #can .btn {
      margin-bottom: 80px; } }
#can .large {
  font-size: 22px;
  margin: 15vw 0 5vw; }
  @media (min-width: 768px) {
    #can .large {
      font-size: 26px;
      margin: 0 0 30px; } }
#can a.tel {
  font-size: 26px; }

/*-------------------------------------------------
    site
=================================================*/
@media (min-width: 768px) {
  #site {
    text-align: center; } }
#site .large {
  font-size: 22px;
  margin: 0  0 5vw;
  font-weight: 500; }
  @media (min-width: 768px) {
    #site .large {
      font-size: 24px;
      line-height: 60px;
      margin: 0 0 100px; } }
@media (min-width: 768px) {
  #site p {
    line-height: 2.5; } }
#site .btn {
  max-width: 548px;
  margin: 10vw auto 0; }
  @media (min-width: 768px) {
    #site .btn {
      margin-top: 100px; } }
#site ul.logos {
  margin: 10vw 0 0;
  text-align: center; }
  @media (min-width: 768px) {
    #site ul.logos {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      margin: 70px 0 0; } }
  #site ul.logos li {
    margin: 10px 10px 0;
    display: inline-block; }
    @media (min-width: 768px) {
      #site ul.logos li {
        margin: 0 20px; } }
    #site ul.logos li._br {
      display: block; }
    #site ul.logos li img {
      height: 50px;
      width: auto; }
      @media (min-width: 768px) {
        #site ul.logos li img {
          height: 80px; } }

.site_box .logo {
  margin: 5vw 0; }
  @media (min-width: 768px) {
    .site_box .logo {
      margin: 50px 0; } }
  .site_box .logo img {
    height: 50px;
    width: auto; }
    @media (min-width: 768px) {
      .site_box .logo img {
        height: 80px; } }
.site_box figure {
  margin: 0 -5vw; }
  @media (min-width: 768px) {
    .site_box figure {
      margin: 0; } }

#site_note {
  background: #EAEDED;
  padding: 10vw 0; }
  @media (min-width: 768px) {
    #site_note {
      padding: 70px 0;
      margin: 0; } }

@media (min-width: 768px) {
  #site_btn {
    margin-top: 100px; } }
#site_btn .btn {
  max-width: 548px;
  margin: 10vw auto 0; }
  @media (min-width: 768px) {
    #site_btn .btn {
      margin-top: 100px; } }

#security dl dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0  0 5vw; }
  @media (min-width: 768px) {
    #security dl dt {
      font-size: 22px;
      margin: 0 0 50px; } }
#security dl dd {
  margin: 0 0 10vw; }
  @media (min-width: 768px) {
    #security dl dd {
      margin: 0  0 100px; } }
#security ol {
  margin: 0;
  padding: 0 0 0 1.5em; }
  #security ol li {
    margin-top: 1em;
    list-style: decimal; }
    #security ol li span {
      font-weight: 500; }
#security .date {
  text-align: right;
  margin: 10vw 0 0; }
  @media (min-width: 768px) {
    #security .date {
      margin: 100px 0 0; } }
#security figure.iso {
  margin-bottom: 3vw; }
  @media (min-width: 768px) {
    #security figure.iso {
      margin-bottom: 30px; } }

/*-------------------------------------------------
    sitemap
=================================================*/
@media (min-width: 768px) {
  #sitemap .pc_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -50px; } }
@media (min-width: 768px) {
  #sitemap ul.sitemap {
    width: 300px; } }
#sitemap ul.sitemap > li {
  margin-top: 10vw; }
  @media (min-width: 768px) {
    #sitemap ul.sitemap > li {
      margin-top: 50px; } }
  #sitemap ul.sitemap > li > span, #sitemap ul.sitemap > li > a {
    border-bottom: 2px solid #000;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  #sitemap ul.sitemap > li > ul > li {
    margin-top: 10px;
    margin-left: 30px; }

/*-------------------------------------------------
    form
=================================================*/
#form {
  margin-top: 5vw; }
  @media (min-width: 768px) {
    #form {
      margin-top: 100px; } }
  #form .btns {
    position: relative; }
    #form .btns button.back {
      margin: 0 auto 10vw; }
      @media (min-width: 768px) {
        #form .btns button.back {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); } }
  #form button.back {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none; }
    #form button.back:hover {
      text-decoration: underline; }
  #form .form_step {
    margin: 0 -5vw 10vw;
    padding: 0; }
    @media (min-width: 768px) {
      #form .form_step {
        display: flex;
        justify-content: space-between;
        margin: -50px 0 80px; } }
    #form .form_step li {
      display: none;
      position: relative;
      background: #EBECE0;
      padding: 5px 5vw;
      box-sizing: border-box;
      line-height: 50px;
      font-size: 18px; }
      @media (min-width: 768px) {
        #form .form_step li {
          display: block;
          width: 31.5%;
          line-height: 80px;
          padding: 0 35px; } }
      #form .form_step li.current {
        display: block;
        width: 100%;
        background: #0BAA66;
        color: #fff; }
        @media (min-width: 768px) {
          #form .form_step li.current {
            width: 31.5%; } }
      @media (min-width: 768px) {
        #form .form_step li.step1:after, #form .form_step li.step2:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -40px;
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-top: 40px solid #fff;
          border-bottom: 40px solid #fff; }
        #form .form_step li.step2, #form .form_step li.step3 {
          padding-left: 50px; }
          #form .form_step li.step2:before, #form .form_step li.step3:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -40px;
            width: 0;
            height: 0;
            border-left: 15px solid #fff;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent; } }
  #form .site_note {
    background: #EAEDED;
    padding: 20px;
    font-weight: 300;
    text-indent: -1em;
    font-size: 13px;
    line-height: 1.6; }
    @media (min-width: 768px) {
      #form .site_note {
        padding: 30px 60px;
        font-size: 15px; } }
  #form .note {
    font-size: 13px;
    line-height: 1.6; }
    @media (min-width: 768px) {
      #form .note {
        font-size: 15px; } }
  #form p.lead {
    font-size: 18px;
    font-weight: 500; }
    @media (min-width: 768px) {
      #form p.lead {
        font-size: 20px; } }
  #form .zip_add {
    height: 40px; }
  #form .caution {
    margin: 10vw 0;
    color: #E74C46; }
    @media (min-width: 768px) {
      #form .caution {
        margin: 70px 0; } }
  #form .btns {
    margin: 10vw 0 0;
    color: #E74C46; }
    @media (min-width: 768px) {
      #form .btns {
        margin: 70px 0 0; } }
  #form table.formTable._confirm tr:last-of-type {
    display: none; }
  #form table {
    width: 100%; }
    #form table select,
    #form table input[type="text"],
    #form table input[type="tel"],
    #form table input[type="email"] {
      height: 40px;
      padding: 0 5px;
      box-sizing: border-box;
      width: 100%; }
      @media (min-width: 768px) {
        #form table select.short,
        #form table input[type="text"].short,
        #form table input[type="tel"].short,
        #form table input[type="email"].short {
          width: 70%; } }
    #form table textarea {
      width: 100%;
      box-sizing: border-box;
      padding: 5px;
      height: 200px; }
      #form table textarea.large {
        height: 400px; }
    #form table label {
      display: block;
      padding: 5px 0; }
    @media (max-width: 767px) {
      #form table {
        margin-top: 10vw;
        display: block; }
        #form table tbody, #form table tr, #form table th, #form table td {
          display: block;
          width: auto; }
        #form table th {
          background: #E9EEF6;
          margin: 0 -5vw;
          padding: 5px 5vw; }
        #form table td {
          padding: 15px 0; } }
    @media (min-width: 768px) {
      #form table {
        margin-top: 80px;
        border-top: 1px solid #000; }
        #form table th {
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          padding: 20px 0;
          width: 320px;
          box-sizing: border-box;
          vertical-align: middle;
          position: relative;
          font-weight: 400; }
          #form table th em {
            color: #fff;
            display: block;
            border-radius: 4px;
            background: #E74C46;
            padding: 0 10px;
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translateY(-50%);
            font-style: normal; }
        #form table td {
          border-bottom: 1px solid #000;
          padding: 15px 0 15px 30px; } }
    #form table .name {
      display: flex;
      align-items: center; }
      #form table .name .label {
        width: 2.5em; }
      #form table .name .field {
        width: calc(50% - 2.5em); }
        #form table .name .field + .label {
          margin-left: 1em; }
        #form table .name .field input {
          width: 100%; }
    #form table .zip1 {
      width: 60px !important; }
    #form table .zip2 {
      width: 80px !important; }
    #form table .hirosa {
      display: flex;
      align-items: center; }
      #form table .hirosa .tani {
        width: 2.5em;
        margin-left: 1em; }
      #form table .hirosa input {
        width: calc(100% - 3.5em - 100px);
        max-width: 250px; }
      #form table .hirosa select {
        width: 100px; }
    #form table .hirosa2 input {
      width: calc(100% - 1.5em);
      max-width: 200px; }

/*-------------------------------------------------
    news
=================================================*/
h1.news_title {
  background: url("../images/news_title.svg") no-repeat right center/30%;
  border-bottom: 1px solid #000;
  padding: 0 0 2px 0;
  font-weight: 700;
  margin: 0 0 10vw;
  font-size: 36px;
  font-style: italic; }
  @media (min-width: 768px) {
    h1.news_title {
      background-size: auto;
      margin: 0 0 100px;
      font-size: 70px; } }
  h1.news_title span {
    display: block;
    border-bottom: 5px solid #000;
    line-height: 1;
    padding-right: 30%; }
    @media (min-width: 768px) {
      h1.news_title span {
        padding-right: 190px; } }

#news {
  margin-top: 10vw; }
  @media (min-width: 768px) {
    #news {
      margin-top: 100px; } }
  #news .pagination,
  #news .entory_navi {
    margin-top: 10vw;
    text-align: center; }
    @media (min-width: 768px) {
      #news .pagination,
      #news .entory_navi {
        margin-top: 100px; } }
    #news .pagination a.prev,
    #news .pagination a.next,
    #news .entory_navi a.prev,
    #news .entory_navi a.next {
      width: 20px;
      height: 20px;
      display: inline-block;
      overflow: hidden;
      text-indent: -999em;
      position: relative;
      margin: 0 20px; }
      @media (min-width: 768px) {
        #news .pagination a.prev,
        #news .pagination a.next,
        #news .entory_navi a.prev,
        #news .entory_navi a.next {
          width: 33px;
          height: 33px; } }
      #news .pagination a.prev:before,
      #news .pagination a.next:before,
      #news .entory_navi a.prev:before,
      #news .entory_navi a.next:before {
        content: "";
        background: url(../images/pager_arrow.svg) no-repeat center center/contain;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
    #news .pagination a.next:before,
    #news .entory_navi a.next:before {
      transform: rotate(180deg); }
  #news .entry_head {
    margin-bottom: 10vw; }
    @media (min-width: 768px) {
      #news .entry_head {
        margin-bottom: 80px; } }
    #news .entry_head em.category {
      background: #000;
      color: #fff;
      font-style: normal;
      text-align: center;
      padding: 0 25px;
      border-radius: 100px;
      display: inline-block;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        #news .entry_head em.category {
          padding: 0 30px; } }
    #news .entry_head h2 {
      font-size: 22px;
      font-weight: 400; }
      @media (min-width: 768px) {
        #news .entry_head h2 {
          font-size: 25px; } }
    #news .entry_head .tags ul li {
      display: inline-block;
      margin: 10px 5px 0 0; }
      #news .entry_head .tags ul li a {
        display: block;
        border: 1px solid #666;
        padding: 0 20px;
        border-radius: 4px;
        text-decoration: none;
        color: #000; }

@media (min-width: 768px) {
  .newslead {
    position: absolute;
    left: 240px;
    top: 164px; } }

ul.newslist {
  margin: 0; }
  @media (min-width: 768px) {
    ul.newslist {
      margin: -80px 0 0 -60px;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  ul.newslist li {
    border-bottom: 1px solid #707070;
    padding: 25px 0; }
    @media (min-width: 768px) {
      ul.newslist li {
        border: none;
        width: 320px;
        margin-top: 80px;
        margin-left: 60px;
        padding: 0; } }
    ul.newslist li:last-child {
      border: none; }
    ul.newslist li a {
      display: block;
      overflow: hidden;
      color: #000;
      text-decoration: none; }
  ul.newslist figure {
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
    height: 80px;
    background: #fff;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      ul.newslist figure {
        float: none;
        margin: 0  0 20px;
        width: auto;
        width: 320px;
        height: 240px; } }
    ul.newslist figure img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
  ul.newslist .text {
    overflow: hidden;
    padding-right: 5vw; }
    @media (min-width: 768px) {
      ul.newslist .text {
        padding: 0; } }
  ul.newslist em {
    background: #000;
    color: #fff;
    font-style: normal;
    text-align: center;
    padding: 0 25px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      ul.newslist em {
        padding: 0 30px; } }
  ul.newslist p {
    margin: 0; }
  ul.newslist time {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px; }

@media (min-width: 768px) {
  .newsdetail_column {
    display: flex;
    justify-content: space-between; } }
@media (min-width: 768px) {
  .newsdetail_column #newsdetail_main {
    width: 650px; } }
@media (min-width: 768px) {
  .newsdetail_column #newsdetail_side {
    width: 300px;
    margin-top: -50px; } }
.newsdetail_column #newsdetail_side h3 {
  border-bottom: 1px solid #000;
  padding: 0 0 2px 0;
  text-align: center;
  font-weight: 400;
  margin: 10vw 0 0; }
  @media (min-width: 768px) {
    .newsdetail_column #newsdetail_side h3 {
      margin: 50px 0 0; } }
  .newsdetail_column #newsdetail_side h3 span {
    display: block;
    border-bottom: 5px solid #000;
    padding: 0  0 10px; }
.newsdetail_column #newsdetail_side .latest ul {
  margin: 0; }
  .newsdetail_column #newsdetail_side .latest ul li {
    border-bottom: 1px solid #707070;
    opacity: 1 !important;
    transform: none !important;
    padding: 25px 0; }
    .newsdetail_column #newsdetail_side .latest ul li:last-child {
      border: none; }
    .newsdetail_column #newsdetail_side .latest ul li a {
      display: block;
      overflow: hidden;
      color: #000;
      text-decoration: none; }
  .newsdetail_column #newsdetail_side .latest ul figure {
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
    height: 80px;
    background: #fff;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .newsdetail_column #newsdetail_side .latest ul figure {
        float: none;
        margin: 0  0 20px;
        width: auto;
        width: 300px;
        height: 200px; } }
    .newsdetail_column #newsdetail_side .latest ul figure img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
  .newsdetail_column #newsdetail_side .latest ul .text {
    overflow: hidden;
    padding-right: 5vw; }
    @media (min-width: 768px) {
      .newsdetail_column #newsdetail_side .latest ul .text {
        padding: 0; } }
  .newsdetail_column #newsdetail_side .latest ul em {
    background: #000;
    color: #fff;
    font-style: normal;
    text-align: center;
    padding: 0 25px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .newsdetail_column #newsdetail_side .latest ul em {
        padding: 0 30px; } }
  .newsdetail_column #newsdetail_side .latest ul p {
    margin: 0; }
  .newsdetail_column #newsdetail_side .latest ul time {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px; }
  .newsdetail_column #newsdetail_side .latest ul img {
    width: 100%; }
.newsdetail_column #newsdetail_side .tags ul {
  margin-top: 25px; }
  .newsdetail_column #newsdetail_side .tags ul li {
    display: inline-block;
    margin: 10px 5px 0 0; }
    .newsdetail_column #newsdetail_side .tags ul li a {
      display: block;
      border: 1px solid #666;
      padding: 0 10px;
      border-radius: 4px;
      text-decoration: none;
      color: #000; }

.pager {
  text-align: center;
  margin-top: 10vw;
  line-height: 20px; }
  @media (min-width: 768px) {
    .pager {
      margin-top: 100px;
      line-height: 33px; } }
  .pager span, .pager a {
    vertical-align: top;
    display: inline-block;
    line-height: 20px; }
    @media (min-width: 768px) {
      .pager span, .pager a {
        line-height: 33px; } }
  .pager .arrow {
    width: 20px; }
    @media (min-width: 768px) {
      .pager .arrow {
        width: 33px; } }
    .pager .arrow._before {
      margin-right: 10px; }
    .pager .arrow._after {
      margin-left: 10px; }
  .pager .link_page,
  .pager .current_page {
    color: #000;
    margin: 0 5px;
    font-size: 16px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .pager .link_page,
      .pager .current_page {
        font-size: 18px;
        margin: 0 10px; } }
  .pager a.link_before,
  .pager a.link_next {
    vertical-align: top;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999em;
    position: relative;
    margin: 0; }
    @media (min-width: 768px) {
      .pager a.link_before,
      .pager a.link_next {
        width: 33px;
        height: 33px; } }
    .pager a.link_before:before,
    .pager a.link_next:before {
      content: "";
      background: url(../images/pager_arrow.svg) no-repeat center center/contain;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .pager a.link_next:before {
    transform: rotate(180deg); }

@media (min-width: 768px) {
  #sdgs0 {
    margin-bottom: 40px; } }
#sdgs0 h2 {
  margin-bottom: 0 !important; }

#sdgs1 {
  background: url(../images/sdgs_bg_sp.png) no-repeat center center/cover; }
  @media (min-width: 768px) {
    #sdgs1 {
      background: url(../images/sdgs_bg.png) no-repeat center center/cover;
      padding: 100px 0;
      margin-top: 50px; } }
  #sdgs1 .inner {
    background: #fff;
    margin: 0 5vw;
    box-sizing: border-box;
    width: auto; }
    @media (min-width: 768px) {
      #sdgs1 .inner {
        line-height: 2.5;
        padding: 100px 0;
        margin: 0 auto;
        width: 1080px; } }
    #sdgs1 .inner .common_title._right {
      top: 20px !important;
      right: 20px !important; }
  #sdgs1 .large {
    font-size: 18px; }
    @media (min-width: 768px) {
      #sdgs1 .large {
        font-size: 26px; } }

#sdgs2 {
  position: relative; }
  @media (min-width: 768px) {
    #sdgs2:before {
      content: "";
      background: url(../images/csr_effect1.svg) no-repeat center center;
      width: 619px;
      height: 569px;
      position: absolute;
      bottom: -320px;
      left: -250px;
      z-index: -1; } }

#sdgs5 {
  background: #F0F1F1;
  margin: 0;
  padding: 40px 0; }
  @media (min-width: 768px) {
    #sdgs5 {
      padding: 80px 0;
      position: relative; }
      #sdgs5:before {
        content: "";
        background: url(../images/sdgs_bg2.png) repeat-y top center;
        width: 700px;
        height: calc(100% + 120px);
        position: absolute;
        top: -120px;
        right: -250px;
        z-index: 1; }
      #sdgs5:after {
        content: "";
        background: url(../images/sdgs_bg2.png) repeat-y top center;
        width: 700px;
        height: calc(100% - 1000px);
        position: absolute;
        top: 1000px;
        left: -250px;
        z-index: 1; } }
  #sdgs5 .year {
    margin-top: 50px; }
    @media (min-width: 768px) {
      #sdgs5 .year {
        margin-top: 80px; } }
    #sdgs5 .year:first-of-type {
      margin-top: 0; }
      @media (min-width: 768px) {
        #sdgs5 .year:first-of-type {
          margin-top: -50px; } }
  #sdgs5 strong.label {
    display: block;
    margin: 0 0 30px;
    padding: 5px;
    text-align: center;
    background: #1F602A;
    color: #fff;
    font-size: 16px; }
    @media (min-width: 768px) {
      #sdgs5 strong.label {
        margin: 0 0 100px;
        font-size: 20px;
        padding: 10px; } }
  #sdgs5 ul {
    display: block;
    z-index: 2;
    position: relative;
    margin-top: -10px; }
    @media (max-width: 767px) {
      #sdgs5 ul {
        position: static !important;
        width: 100% !important;
        height: auto !important; } }
    @media (min-width: 768px) {
      #sdgs5 ul {
        margin-top: -100px; } }
    #sdgs5 ul li {
      display: block;
      background: #fff;
      margin: 20px 0 0;
      padding: 20px 20px 1px;
      box-sizing: border-box;
      position: relative; }
      @media (max-width: 767px) {
        #sdgs5 ul li {
          position: static !important;
          width: 100% !important; } }
      @media (min-width: 768px) {
        #sdgs5 ul li {
          margin: 40px 0 0;
          padding: 40px 40px 1px;
          width: 520px; } }
      #sdgs5 ul li h3 {
        margin: 0 0 20px;
        padding: 0 0 0 55px;
        position: relative;
        font-size: 22px;
        font-weight: normal;
        display: flex;
        min-height: 40px;
        align-items: center;
        line-height: 1.3; }
        @media (min-width: 768px) {
          #sdgs5 ul li h3 {
            font-size: 24px;
            min-height: 60px;
            margin: 0 0 40px;
            padding: 0 0 0 85px; } }
        #sdgs5 ul li h3:before {
          content: "";
          background: url("../images/sdgs_icon.png") no-repeat center center/contain;
          width: 40px;
          height: 40px;
          position: absolute;
          left: 0;
          top: 50%;
          margin: -20px 0 0 0; }
          @media (min-width: 768px) {
            #sdgs5 ul li h3:before {
              width: 60px;
              height: 60px;
              margin: -30px 0 0 0; } }
      #sdgs5 ul li .text {
        margin: 0 0 20px; }
        @media (min-width: 768px) {
          #sdgs5 ul li .text {
            margin: 0  0 40px; } }
      #sdgs5 ul li .icons {
        overflow: hidden;
        margin: 0 0 20px; }
        @media (min-width: 768px) {
          #sdgs5 ul li .icons {
            margin: 0 0 40px; } }
        #sdgs5 ul li .icons img {
          display: block;
          float: left;
          width: 90px;
          margin: 0 10px 0 0; }
      #sdgs5 ul li .photos figure {
        display: table;
        margin: 0 auto 20px; }
        @media (min-width: 768px) {
          #sdgs5 ul li .photos figure {
            margin: 0 auto 40px; } }
        #sdgs5 ul li .photos figure figcaption {
          display: block;
          margin: 5px 0 0 0; }

#profile .logo,
#group .logo {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 120%; }
  #profile .logo img,
  #group .logo img {
    margin-right: 15px; }
#profile dl + .logo,
#group dl + .logo {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #profile dl + .logo,
    #group dl + .logo {
      margin-top: 80px; } }

#sdgs2024 {
  background: url(../images/sdgs_bg_sp.png) no-repeat center top/100%;
  position: relative; }
  @media (min-width: 768px) {
    #sdgs2024 {
      background: url(../images/sdgs_bg.png) no-repeat center top/100% 1164px;
      padding: 100px 0 0;
      margin: 50px 0 0;
      text-align: center; }
      #sdgs2024:before {
        content: "";
        background: url(../images/sdgs_bg2.png) repeat-y top center;
        width: 700px;
        height: calc(100% - 2500px);
        position: absolute;
        top: 2500px;
        right: -250px;
        z-index: 1; }
      #sdgs2024:after {
        content: "";
        background: url(../images/sdgs_bg2.png) repeat-y top center;
        width: 700px;
        height: calc(100% - 1700px);
        position: absolute;
        top: 1700px;
        left: -250px;
        z-index: 1; } }
  #sdgs2024 .inner {
    margin: 0 5vw;
    box-sizing: border-box;
    width: auto;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      #sdgs2024 .inner {
        line-height: 2.5;
        padding: 100px 0 0;
        margin: 0 auto;
        width: 1080px; } }
    #sdgs2024 .inner._wh {
      background: #fff; }
  #sdgs2024 h3,
  #sdgs2024 .large {
    font-size: 18px;
    font-weight: bold;
    line-height: 2; }
    @media (min-width: 768px) {
      #sdgs2024 h3,
      #sdgs2024 .large {
        font-size: 26px; } }
  #sdgs2024 h3 {
    margin-top: 40px; }
    @media (min-width: 768px) {
      #sdgs2024 h3 {
        margin-top: 80px; } }
  #sdgs2024 .cross {
    margin: 30px 0; }
    @media (min-width: 768px) {
      #sdgs2024 .cross {
        margin: 50px 0; } }
  #sdgs2024 figcaption {
    display: block;
    margin: 50px 0; }
  #sdgs2024 .goals {
    margin: 40px 0 40px; }
    @media (min-width: 768px) {
      #sdgs2024 .goals {
        margin: 50px 0 100px; } }
  #sdgs2024 .kagawa {
    margin: 40px 0; }
    @media (min-width: 768px) {
      #sdgs2024 .kagawa {
        margin: 100px 0; } }
  #sdgs2024 .movie {
    max-width: 730px;
    margin: 40px auto; }
    @media (min-width: 768px) {
      #sdgs2024 .movie {
        margin: 100px auto 0; } }
    #sdgs2024 .movie iframe {
      aspect-ratio: 16/9;
      width: 100%;
      height: auto; }
  #sdgs2024 .hb_logo {
    text-align: center; }
    #sdgs2024 .hb_logo img {
      max-width: 80%; }

#happybase {
  background: #F0F1F1;
  margin: 0;
  padding: 0 0 40px 0;
  border-bottom: 2px solid #666; }
  @media (min-width: 768px) {
    #happybase {
      padding: 0 0 80px 0;
      margin: 200px 0 0;
      position: relative; } }
  #happybase .inner {
    background: none;
    padding: 0;
    position: relative; }
  #happybase .golist {
    text-decoration: none;
    color: #111;
    text-align: center;
    display: table;
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      #happybase .golist {
        position: absolute;
        top: 70px;
        right: 0;
        margin: 0; } }
  #happybase h2 {
    font-weight: bold;
    color: #fff;
    background: #517FA3;
    margin: 0 -5vw 30px;
    padding: 8px 5vw;
    line-height: 1.4;
    text-align: center; }
    @media (min-width: 768px) {
      #happybase h2 {
        margin: 0 0 80px;
        padding: 10px; } }

#news .sub_title {
  position: relative; }
  @media (min-width: 768px) {
    #news .sub_title .newslead {
      top: 10px;
      left: 220px; } }
#news .bg {
  background: #F0F1F1;
  margin: 0;
  padding: 10vw 0; }
  @media (min-width: 768px) {
    #news .bg {
      padding: 80px 0;
      margin-top: -60px; } }

ul.happybase_categories {
  margin: 0 0 10vw;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 13px 8px; }
  @media (min-width: 768px) {
    ul.happybase_categories {
      margin: 0 0 60px; } }
  ul.happybase_categories li {
    margin: 0;
    padding: 0; }
    ul.happybase_categories li a {
      border-radius: 4px;
      text-decoration: none;
      background: #F0F1F1;
      display: flex;
      height: 40px;
      padding: 0 10px;
      justify-content: center;
      align-items: center;
      color: #000; }
      @media (min-width: 768px) {
        ul.happybase_categories li a {
          border-radius: 10px;
          padding: 0 20px; } }
    ul.happybase_categories li.current a {
      background: #707070;
      color: #fff; }

ul.happybase_list {
  display: grid;
  z-index: 2;
  position: relative;
  grid-gap: 20px; }
  @media (min-width: 768px) {
    ul.happybase_list {
      grid-template-columns: 1fr 1fr;
      grid-gap: 48px 40px; } }
  ul.happybase_list li {
    display: block;
    background: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 767px) {
      ul.happybase_list li {
        position: static !important;
        width: 100% !important; } }
    ul.happybase_list li a {
      padding: 20px;
      display: block;
      color: #111;
      text-decoration: none; }
      @media (min-width: 768px) {
        ul.happybase_list li a {
          padding: 40px; } }
    ul.happybase_list li h3 {
      margin: 0 0 20px !important;
      padding: 0 0 0 55px;
      position: relative;
      font-size: 20px;
      font-weight: normal;
      display: flex;
      min-height: 40px;
      align-items: center;
      line-height: 1.4;
      text-align: left;
      font-weight: 500; }
      @media (min-width: 768px) {
        ul.happybase_list li h3 {
          font-size: 24px;
          min-height: 84px;
          margin: 0 0 30px !important;
          padding: 0 0 0 105px;
          line-height: 1.8; } }
      ul.happybase_list li h3:before {
        content: "";
        background: url("../images/sdgs_icon2.svg") no-repeat center center/contain;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media (min-width: 768px) {
          ul.happybase_list li h3:before {
            width: 84px;
            height: 84px; } }
    ul.happybase_list li .text {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        ul.happybase_list li .text {
          margin: 0  0 40px; } }
    ul.happybase_list li .icons {
      overflow: hidden;
      margin: 0 0 20px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 10px; }
      @media (min-width: 768px) {
        ul.happybase_list li .icons {
          margin: 0 0 20px; } }
      ul.happybase_list li .icons img {
        width: 100%;
        display: block; }
    ul.happybase_list li .thumb {
      margin: 20px 0; }
      ul.happybase_list li .thumb img {
        display: block;
        object-fit: cover;
        aspect-ratio: 16/9; }
    ul.happybase_list li .meta {
      display: flex;
      justify-content: space-between; }
      ul.happybase_list li .meta .more::after {
        content: " >"; }

.happybase_detail h2 {
  margin: 0 0 20px !important;
  padding: 0 0 0 55px;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  display: flex;
  min-height: 40px;
  align-items: center;
  line-height: 1.4;
  text-align: left;
  font-weight: 500 !important; }
  @media (min-width: 768px) {
    .happybase_detail h2 {
      font-size: 35px !important;
      min-height: 128px;
      margin: 0 0 30px !important;
      padding: 0 0 0 160px;
      line-height: 1.8; } }
  .happybase_detail h2:before {
    content: "";
    background: url("../images/sdgs_icon2.svg") no-repeat center center/contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .happybase_detail h2:before {
        width: 128px;
        height: 128px; } }
.happybase_detail .happybase_categories {
  margin: 5vw 0 0; }
  @media (min-width: 768px) {
    .happybase_detail .happybase_categories {
      margin: 20px 0 0; } }
.happybase_detail .icon_hw {
  margin: 10vw 0 20px;
  font-size: 18px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .happybase_detail .icon_hw {
      font-size: 20px;
      margin: 80px 0 20px; } }
.happybase_detail .icons {
  overflow: hidden;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px; }
  @media (min-width: 768px) {
    .happybase_detail .icons {
      display: flex;
      flex-wrap: wrap; } }
  .happybase_detail .icons img {
    width: 100%;
    display: block; }
    @media (min-width: 768px) {
      .happybase_detail .icons img {
        width: 80px; } }

#stakeholder {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    #stakeholder {
      padding: 120px 0; } }
  @media (max-width: 767px) {
    #stakeholder::before {
      content: "";
      background: url("../images/stakeholder_bg_sp.svg") repeat top center/100%;
      position: absolute;
      top: 0;
      left: 47%;
      height: 100%;
      width: 151vw;
      transform: translateX(-50%); } }
  @media (min-width: 768px) {
    #stakeholder::before {
      content: "";
      background: url("../images/stakeholder_bg1.svg") repeat top right/514px;
      position: absolute;
      top: 300px;
      left: -300px;
      height: 100%;
      width: 514px;
      z-index: -1; }
    #stakeholder::after {
      content: "";
      background: url("../images/stakeholder_bg2.svg") repeat top left/514px;
      position: absolute;
      top: 50px;
      right: -300px;
      height: 100%;
      width: 514px;
      z-index: -1; } }
  #stakeholder .inner {
    background: #fff;
    padding: 10vw 5vw;
    margin: 0 5vw;
    width: 90vw; }
    @media (min-width: 768px) {
      #stakeholder .inner {
        padding: 0 50px;
        width: 800px;
        margin: 0 auto; } }
  #stakeholder em {
    text-align: center;
    display: block;
    font-style: normal;
    margin: 20vw 0 -20px; }
    @media (min-width: 768px) {
      #stakeholder em {
        margin: 150px 0 -130px; } }
  #stakeholder h2.common {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #stakeholder h2.common {
        margin-bottom: 60px; } }
  #stakeholder h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #6F7579;
    margin: 40px 0 0; }
    @media (min-width: 768px) {
      #stakeholder h3 {
        margin: 150px 0 0;
        font-size: 24px; } }
  #stakeholder p {
    line-height: 2.5; }
    #stakeholder p a {
      color: #0BAA66; }
  #stakeholder .date {
    margin: 20px 0 0;
    text-align: right; }
    @media (min-width: 768px) {
      #stakeholder .date {
        margin: 100px 0 0; } }

.btn_stakeholder {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 0 50px;
  background: #6F7579;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  margin: 60px 0 0; }
  .btn_stakeholder:hover {
    background: #0BAA66;
    opacity: 1; }

/*健康経営*/
.health_bg {
  background: url(../images/health_bg_sp.png) repeat-y top center/120vw;
  overflow: hidden; }
  @media (min-width: 768px) {
    .health_bg {
      background: url(../images/health_bg.png) repeat-y top center/1575px;
      padding-top: 60px; } }
  .health_bg h1 {
    position: relative;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 20px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .health_bg h1 {
        font-size: 24px;
        margin: 0 0 40px;
        height: 239px; } }
    .health_bg h1::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url("../images/health_circle.png") no-repeat center center/contain;
      width: 152px;
      aspect-ratio: 1; }
      @media (min-width: 768px) {
        .health_bg h1::before {
          width: 239px; } }
    .health_bg h1 span {
      position: relative; }
  .health_bg .h1_note {
    text-align: center;
    font-size: 80%;
    margin: 0 0 50px; }
  .health_bg .subtitle {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 0; }
  .health_bg h2.common {
    margin: 0 auto 35px; }
    @media (min-width: 768px) {
      .health_bg h2.common {
        margin: 0 0 50px; } }
  @media (max-width: 767px) {
    .health_bg section {
      margin: 0 5vw; }
      .health_bg section .inner {
        background: #fff;
        padding: 0 3vw; } }
  @media (min-width: 768px) {
    .health_bg section {
      margin: 0 0 150px 0; } }

@media (min-width: 768px) {
  #health_idea .inner {
    padding-right: 250px; }
  #health_idea .common_title {
    font-size: 66px; } }
#health_idea strong {
  font-size: 23px;
  font-weight: normal;
  line-height: 1; }
  @media (min-width: 768px) {
    #health_idea strong {
      font-size: 30px; } }
#health_idea i {
  font-weight: bold; }
#health_idea span {
  font-size: 15px; }
#health_idea p.name {
  text-align: right; }
  @media (min-width: 768px) {
    #health_idea p.name {
      margin-top: 40px; } }
#health_idea figure {
  display: grid;
  grid-gap: 25px; }
  @media (min-width: 768px) {
    #health_idea figure {
      grid-template-columns: 382px 421px;
      grid-gap: 35px; } }

#health_system {
  padding: 0 0 50px; }
  @media (min-width: 768px) {
    #health_system {
      padding: 0; } }
  #health_system .inner {
    display: grid;
    grid-gap: 30px; }
    @media (min-width: 768px) {
      #health_system .inner {
        grid-template-columns: 1fr 625px;
        grid-gap: 45px; } }

#health_theme {
  padding: 0 0 50px; }
  @media (min-width: 768px) {
    #health_theme {
      padding: 0;
      margin-bottom: 100px; } }
  #health_theme .inner {
    display: grid;
    grid-gap: 30px; }
    @media (min-width: 768px) {
      #health_theme .inner {
        grid-template-columns: 1fr 625px;
        grid-gap: 45px; } }

#health_topics {
  background: #FFFACE;
  padding: 10px 0 0; }
  @media (min-width: 768px) {
    #health_topics {
      padding: 30px 0 100px;
      margin: 0; } }
  #health_topics h2 {
    position: relative;
    text-align: center;
    font-size: 18px;
    margin: 0 0 70px; }
    @media (min-width: 768px) {
      #health_topics h2 {
        text-align: left;
        font-size: 24px;
        padding-left: 40px; } }
    #health_topics h2::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url("../images/health_circle.png") no-repeat center center/contain;
      width: 93px;
      aspect-ratio: 1; }
      @media (min-width: 768px) {
        #health_topics h2::before {
          width: 152px;
          left: 0;
          transform: translateY(-50%); } }
    #health_topics h2 span {
      position: relative; }
  @media (max-width: 767px) {
    #health_topics #top_topics figure {
      height: 30vw; } }
  @media (max-width: 767px) {
    #health_topics ul {
      padding: 0 5vw; } }

#health_map {
  padding: 0 0 50px; }
  @media (min-width: 768px) {
    #health_map {
      padding: 0;
      margin-bottom: 100px; } }

@media (min-width: 768px) {
  #health_progress .table-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px; } }
#health_progress table {
  border: 1px solid #5291EE;
  width: 100%; }
  #health_progress table thead th {
    text-align: center;
    background: #5291EE;
    border: 1px solid #5291EE;
    color: #fff; }
  #health_progress table tbody th {
    font-weight: normal;
    border: 1px solid #5291EE;
    background: #fff; }
  #health_progress table tbody td {
    text-align: right;
    border: 1px solid #5291EE;
    background: #fff; }
    @media (min-width: 768px) {
      #health_progress table tbody td {
        text-align: center; } }
  #health_progress table th, #health_progress table td {
    padding: 5px 10px; }
