@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------
    common
=================================================*/
body {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.075em;
  background: #fff;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 60px 0 0 0;
  font-feature-settings: "palt"; }
  @media (min-width: 768px) {
    body {
      padding-top: 125px; } }
  body.preload *,
  body.preload *::before,
  body.preload *::after {
    transition: none !important; }

a {
  color: #000;
  text-decoration: underline;
  transition: all 0.5s;
  backface-visibility: hidden; }

a:hover {
  text-decoration: none; }

a:visited {
  color: #000; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right !important; }

.tac {
  text-align: center !important; }

.fl {
  float: left; }

.fr {
  float: right; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

@media (min-width: 768px) {
  .pc_tal {
    text-align: left !important; }

  .pc_tar {
    text-align: right !important; }

  .pc_tac {
    text-align: center !important; }

  .pc_fl {
    float: left; }

  .pc_fr {
    float: right; } }
@media (max-width: 767px) {
  .sp_tal {
    text-align: left !important; }

  .sp_tar {
    text-align: right !important; }

  .sp_tac {
    text-align: center !important; }

  .sp_fl {
    float: left; }

  .sp_fr {
    float: right; } }
section,
nav,
header,
footer,
article,
figure {
  margin: 0;
  padding: 0; }

p {
  margin: 20px 0; }

/*------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

@media (min-width: 768px) {
  .inner {
    width: 1080px;
    margin: 0 auto; }

  .sp_only {
    display: none !important; }

  #allwrap {
    min-width: 1180px; } }
@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 8vw;
    box-sizing: border-box; }

  .pc_only {
    display: none !important; }

  .sp_scroll_table {
    max-width: 200% !important;
    overflow-x: auto;
    margin: 0 -8vw; }
    .sp_scroll_table .scroll_table_wrap {
      padding: 0 8vw;
      width: 930px;
      min-width: 100%;
      max-width: 930px; } }
/*-- スマホメニュー ----------------------------------------*/
.spmenu {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 5px; }
  .spmenu .icon {
    width: 25px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9.5px 0 0 -12.5px; }
    .spmenu .icon span {
      background: #000;
      width: 25px;
      height: 3px;
      border-radius: 10px;
      display: block;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      transition: all 0.3s ease 0s; }
      .spmenu .icon span:nth-of-type(1) {
        top: 1.5px; }
      .spmenu .icon span:nth-of-type(2) {
        top: 9.5px; }
      .spmenu .icon span:nth-of-type(3) {
        top: 17.5px; }
  .spmenu.active .icon span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(-135deg);
    top: 50%; }
  .spmenu.active .icon span:nth-of-type(2) {
    opacity: 0;
    left: 100%; }
  .spmenu.active .icon span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(135deg);
    top: 50%; }

/*------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px;
  background: #fff; }
  @media (min-width: 768px) {
    #header {
      height: 125px; } }
  #header a {
    text-decoration: none; }
  #header .logo {
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 14px 0 0 10px;
    color: #aaa; }
    @media (min-width: 768px) {
      #header .logo {
        font-size: 16px;
        position: absolute;
        top: 15px;
        left: 40px;
        padding: 0; } }
    #header .logo a {
      display: flex;
      align-items: center; }
    @media (max-width: 767px) {
      #header .logo {
        width: calc(100% - 65px);}
      #header .logo img {
        width: 72px; } }
    #header .logo span {
      margin: 0.5em 0 0 1em;
      white-space: nowrap; }
  #header #gnavi {
    font-weight: bold;
    display: none;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      #header #gnavi {
        top: inherit;
        bottom: 20px;
        right: 40px;
        display: flex !important;
        align-items: flex-end;
        width: auto;
        box-shadow: none;
        background: none; } }
    #header #gnavi ul {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #ccc; }
      @media (min-width: 768px) {
        #header #gnavi ul {
          border: none; } }
      #header #gnavi ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        border-top: 1px solid #ccc; }
        @media (min-width: 768px) {
          #header #gnavi ul li {
            display: inline-block;
            margin: 0 40px 5px 0;
            border: none; } }
        #header #gnavi ul li a {
          display: block;
          padding: 4vw 5vw;
          text-align: center;
          position: relative; }
          @media (min-width: 768px) {
            #header #gnavi ul li a {
              padding: 0; }
              #header #gnavi ul li a::after {
                content: "";
                width: 0;
                height: 4px;
                background: #000;
                display: block;
                position: absolute;
                bottom: -8px;
                left: 0;
                transition: 0.5s cubic-bezier(0.17, 0.67, 0.33, 1); } }
          #header #gnavi ul li a:hover {
            opacity: .8; }
            #header #gnavi ul li a:hover::after {
              width: 100%; }
    #header #gnavi .btn {
      padding: 5vw 5vw; }
      @media (min-width: 768px) {
        #header #gnavi .btn {
          padding: 0; } }
      #header #gnavi .btn a {
        text-align: center;
        font-size: 24px;
        background: #005BAC;
        display: block;
        border-radius: 100px;
        color: #fff;
        padding: 5px 45px 7px; }
        #header #gnavi .btn a:hover {
          opacity: .8; }

/*------------------------------------------*/
#footer {
  background: #EFEFEF;
  padding: 5vw 0; }
  @media (min-width: 768px) {
    #footer {
      padding: 30px 0; } }
  #footer a {
    text-decoration: none; }
  @media (min-width: 768px) {
    #footer .logo {
      float: left; } }
  #footer .logo a {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #footer .logo a img {
        width: 86px; } }
    @media (min-width: 768px) {
      #footer .logo a {
        display: block; } }
    #footer .logo a span {
      text-align: center;
      display: block;
      margin-top: 10px;
      color: #707070;
      position: relative;
      padding-right: 15px;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.4; }
      #footer .logo a span::after {
        content: "";
        border-top: 2px solid #707070;
        border-right: 2px solid #707070;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(45deg);
        width: 5px;
        height: 5px; }
  #footer nav.main {
    padding-top: 10px;
    float: right; }
    #footer nav.main ul {
      margin: 0;
      padding: 0; }
      #footer nav.main ul li {
        margin: 0 50px 0 0;
        padding: 0;
        list-style: none;
        display: inline-block; }
        #footer nav.main ul li span {
          display: block;
          color: #707070; }
        #footer nav.main ul li a {
          display: block;
          position: relative;
          overflow: hidden;
          font-size: 14px; }
          #footer nav.main ul li a::after {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background: #000;
            transform: translateX(-101%);
            transition: 0.5s cubic-bezier(0.17, 0.67, 0.33, 1);
            margin-top: 5px; }
          #footer nav.main ul li a:hover::after, #footer nav.main ul li a.current::after {
            transform: none; }
  #footer nav.sub {
    clear: both;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    font-size: 10px; }
    @media (min-width: 768px) {
      #footer nav.sub {
        font-size: 12px; } }
    #footer nav.sub ul {
      margin: 0;
      padding: 0; }
      #footer nav.sub ul li {
        margin: 0 5px;
        padding: 0;
        list-style: none;
        display: inline-block; }
        @media (min-width: 768px) {
          #footer nav.sub ul li {
            margin: 0 10px; } }
        #footer nav.sub ul li span {
          display: block; }
  #footer .copyright {
    text-align: center;
    font-weight: bold;
    margin-top: 5px; }

/*------------------------------------------*/
#contents {
  background: url(../images/grid.png) repeat top center;
  overflow: hidden;
  padding-bottom: 40px; }
  .page-people_detail #contents {
    padding-bottom: 0; }

.gotop {
  text-align: right;
  padding-bottom: 2vw; }
  @media (min-width: 768px) {
    .gotop {
      padding-bottom: 20px; } }
  .gotop a {
    transform: translateY(-50%);
    background: #005BAC;
    width: 75px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .page-company .gotop a {
      background: #00BAC9; }
    .page-business .gotop a {
      background: #FF3C8F; }
    .page-people .gotop a, .page-people_detail .gotop a {
      background: #FAE100; }
    .page-recruit .gotop a {
      background: #34D638; }
    .page-special .gotop a {
      background: #E05938; }
    .page-news .gotop a {
      background: #FE8900; }

/*------------------------------------------*/
#kv .photos {
  position: relative; }
  @media (min-width: 768px) {
    #kv .photos {
      display: flex; } }
  #kv .photos .photo {
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      #kv .photos .photo {
        width: 25%; } }
    #kv .photos .photo img {
      width: 100%; }
    #kv .photos .photo::after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: lighten;
      transition: .7s ease-in; }
      .loaded #kv .photos .photo::after {
        transform: translateX(100%); }
        @media (min-width: 768px) {
          .loaded #kv .photos .photo::after {
            transform: translateY(100%); } }
    #kv .photos .photo:nth-of-type(1)::after {
      background: rgba(0, 122, 230, 0.7);
      transition-delay: 0s; }
    #kv .photos .photo:nth-of-type(2)::after {
      background: rgba(0, 236, 255, 0.85);
      transition-delay: 0.3s; }
    #kv .photos .photo:nth-of-type(3)::after {
      background: rgba(129, 240, 17, 0.6);
      transition-delay: 0.6s; }
    #kv .photos .photo:nth-of-type(4)::after {
      background: rgba(255, 246, 23, 0.6);
      transition-delay: 0.9s; }
    #kv .photos .photo:nth-of-type(5)::after {
      background: rgba(255, 60, 143, 0.7);
      transition-delay: 1.2s; }
  #kv .photos .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
    will-change: filter; }
    @media (min-width: 768px) {
      #kv .photos .text {
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.16)); } }
    @media (max-width: 767px) {
      #kv .photos .text {
        width: 24%; }
        #kv .photos .text img {
          width: 100%; } }
#kv .scroll {
  text-align: center;
  padding: 5vw 0;
  opacity: 0;
  transition: 1s 2.5s;
  transform: translateY(-10px); }
  @media (min-width: 768px) {
    #kv .scroll {
      padding: 30px 0; } }
  .loaded #kv .scroll {
    opacity: 1;
    transform: none; }

/*------------------------------------------*/
#toppage {
  padding: 10vw 0 0; }
  @media (min-width: 768px) {
    #toppage {
      padding: 40px 0 0 0; } }
  #toppage .lead {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s; }
    @media (min-width: 768px) {
      #toppage .lead {
        transform: translateY(50px); } }
    #toppage .lead h2 {
      font-size: 29px;
      font-weight: 500;
      letter-spacing: 0.075em;
      line-height: 1.1;
      margin: 0 0 20px;
      text-align: left; }
      @media (max-width: 767px) {
        #toppage .lead h2 .sp_line {
          display: table;
          margin: 0 auto 10px;
          padding: 0 0.5em;
          position: relative; }
          #toppage .lead h2 .sp_line::after {
            content: "";
            display: block;
            height: 10px;
            width: 0;
            background: rgba(88, 183, 198, 0.4);
            transition: 1s 1s cubic-bezier(0.17, 0.67, 0.33, 1);
            position: absolute;
            bottom: 0;
            left: 0; }
          #toppage .lead h2 .sp_line + .sp_line::after {
            transition: 1s 1.5s cubic-bezier(0.17, 0.67, 0.33, 1); } }
      @media (min-width: 768px) {
        #toppage .lead h2 {
          font-size: 50px;
          margin: 0 0 50px; }
          #toppage .lead h2 .pc_line {
            display: table;
            margin: 0 auto;
            padding: 0 1em;
            position: relative; }
            #toppage .lead h2 .pc_line::after {
              content: "";
              display: block;
              height: 20px;
              width: 0;
              background: rgba(88, 183, 198, 0.4);
              transition: 1s 1s cubic-bezier(0.17, 0.67, 0.33, 1);
              position: absolute;
              bottom: 0;
              left: 0; } }
      #toppage .lead h2 .zi {
        position: relative;
        z-index: 2; }
      #toppage .lead h2::after {
        display: none; }
      #toppage .lead h2 b {
        font-size: 41px;
        font-weight: 500;
        transition: 2s 1s; }
        @media (min-width: 768px) {
          #toppage .lead h2 b {
            font-size: 70px; } }
    #toppage .lead p {
      text-align: center;
      font-size: 18px;
      line-height: 2;
      font-weight: 500; }
      @media (min-width: 768px) {
        #toppage .lead p {
          font-size: 22px;
          line-height: 2.2; } }
    #toppage .lead.is-show {
      transform: none;
      opacity: 1; }
      @media (max-width: 767px) {
        #toppage .lead.is-show h2 .sp_line::after {
          width: 100%; } }
      @media (min-width: 768px) {
        #toppage .lead.is-show h2 .pc_line::after {
          width: 100%; } }
      #toppage .lead.is-show h2 b {
        color: #005BAC; }
  #toppage .box {
    position: relative;
    box-sizing: border-box;
    background: no-repeat center top / 100%;
    opacity: 0;
    transition: 1s;
    transform: translateY(20px); }
    @media (min-width: 768px) {
      #toppage .box {
        margin: 0 -25px;
        transform: translateY(50px); } }
    @media (max-width: 767px) {
      #toppage .box {
        padding: 0 0 10vw 0;
        margin: 0 -8vw 10vw; }
        #toppage .box::before {
          content: "";
          display: block;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: calc(100% - 60vw);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16); } }
    #toppage .box .effect {
      position: absolute;
      top: 0;
      left: 0;
      transition: 1s 0.3s;
      opacity: 0;
      transform: translateY(50px); }
    #toppage .box.is-show {
      opacity: 1;
      transform: none; }
      #toppage .box.is-show .effect {
        opacity: 1;
        transform: none; }
    #toppage .box picture {
      display: block;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        #toppage .box picture {
          padding-top: 74%;
          position: relative; }
          #toppage .box picture img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; } }
    #toppage .box .text {
      padding: 0 12vw;
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        #toppage .box .text {
          position: absolute;
          width: 280px;
          padding: 0; } }
    #toppage .box h3 {
      margin: 0 0 15px;
      padding: 0; }
    #toppage .box p {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        #toppage .box p {
          height: 6em;
          margin: 0 0 10px; } }
    #toppage .box .btn a {
      display: block;
      position: relative;
      background: #000000;
      color: #fff;
      overflow: hidden;
      text-decoration: none;
      line-height: 1;
      width: 203px;
      margin: 0 auto 0; }
      #toppage .box .btn a::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: 0.5s cubic-bezier(0.17, 0.67, 0.33, 1); }
      #toppage .box .btn a:hover::before {
        left: 0; }
      #toppage .box .btn a:hover .photo::after {
        left: 100%; }
      @media (max-width: 767px) {
        #toppage .box .btn a.is-show2::before {
          left: 0; }
        #toppage .box .btn a.is-show2 .photo::after {
          left: 100%; } }
      #toppage .box .btn a .photo {
        position: relative;
        z-index: 2;
        overflow: hidden; }
        #toppage .box .btn a .photo::after {
          content: "";
          mix-blend-mode: color;
          background: #fff;
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 3;
          transition: 0.5s cubic-bezier(0.17, 0.67, 0.33, 1); }
        #toppage .box .btn a .photo img {
          width: 100%; }
      #toppage .box .btn a span {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
        width: 100%;
        height: 46px; }
        #toppage .box .btn a span::after {
          content: "";
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          display: block;
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%) rotate(45deg);
          width: 5px;
          height: 5px; }
    @media (min-width: 768px) {
      #toppage .box.business .text {
        top: 150px;
        left: 95px; } }
    #toppage .box.business .btn a::before {
      background: #FF3C8F; }
    @media (min-width: 768px) {
      #toppage .box.company .text {
        top: 150px;
        left: 320px; } }
    #toppage .box.company .btn a::before {
      background: #00BAC9; }
    @media (min-width: 768px) {
      #toppage .box.people .text {
        top: 120px;
        left: 95px; } }
    #toppage .box.people .btn a::before {
      background: #FAE100; }
    #toppage .box.recruit {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        #toppage .box.recruit .text {
          width: 620px;
          top: 180px;
          left: 65px; }
          #toppage .box.recruit .text h3 {
            padding: 0 0 0 30px; }
          #toppage .box.recruit .text p {
            position: absolute;
            top: -20px;
            left: 250px;
            margin: 0; } }
      @media (min-width: 768px) {
        #toppage .box.recruit .btn {
          margin: 0;
          display: flex;
          justify-content: space-between; } }
      #toppage .box.recruit .btn a {
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        margin-top: 5vw; }
        @media (min-width: 768px) {
          #toppage .box.recruit .btn a {
            width: 302px;
            margin-top: 30px; } }
        #toppage .box.recruit .btn a span {
          width: 100%; }
          @media (min-width: 768px) {
            #toppage .box.recruit .btn a span::after {
              right: 30px; } }
      #toppage .box.recruit .btn a::before {
        background: #34D638; }

/*------------------------------------------*/
#banner {
  padding: 2vw 0 15vw;
  margin: 0; }
  @media (min-width: 768px) {
    #banner {
      padding: 12px 0 80px; } }
  @media (min-width: 768px) {
    #banner .inner {
      width: 1280px;
      overflow: hidden;
      display: flex;
      justify-content: space-around; } }
  #banner a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    margin: 0 -2vw;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    will-change: filter; }
    #banner a + a {
      margin-top: 40px; }
    #banner a:hover {
      opacity: .8; }
    @media (min-width: 768px) {
      #banner a {
        width: fit-content;
        font-size: 30px;
        margin: 0 auto !important;
        filter: drop-shadow(7px 10px 5px rgba(0, 0, 0, 0.1));
        will-change: filter; } }
    #banner a .photo {
      border-radius: 10px;
      overflow: hidden;
      width: 100%; }
      @media (min-width: 768px) {
        #banner a .photo {
          width: 350px;
          font-size: 30px; } }
      #banner a .photo img {
        width: 100%;
        height: 45vw;
        object-fit: cover; }
        @media (min-width: 768px) {
          #banner a .photo img {
            height: 200px; } }
    #banner a span {
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      white-space: nowrap;
      transform: translate(-50%, -50%); }
      #banner a span small {
        font-size: 15px;
        display: block;
        line-height: 1.4;
        margin-top: 5px; }
        @media (min-width: 768px) {
          #banner a span small {
            font-size: 16px; } }

/*------------------------------------------*/
#top_entry {
  text-align: center;
  background: #005BAC;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10vw 0;
  margin: 0; }
  @media (min-width: 768px) {
    #top_entry {
      font-size: 22px;
      padding: 30px 0 33px; } }
  #top_entry p {
    margin: 0 0 5vw; }
    @media (min-width: 768px) {
      #top_entry p {
        margin: 0 0 20px; } }
  #top_entry .btn a {
    background: #fff;
    color: #005BAC;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 8px 55px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2em; }
    @media (min-width: 768px) {
      #top_entry .btn a {
        font-size: 20px; } }
    #top_entry .btn a:hover {
      opacity: .8; }
    #top_entry .btn a::after {
      content: "";
      width: 6px;
      height: 6px;
      border-top: 3px solid #005BAC;
      border-right: 3px solid #005BAC;
      position: absolute;
      top: 50%;
      right: 20px;
      display: block;
      transform: translateY(-50%) rotate(45deg); }

/*------------------------------------------*/
.pagevisual {
  height: 160px;
  background: no-repeat center center / cover;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 10px; }
  @media (min-width: 768px) {
    .pagevisual {
      height: 420px;
      padding: 10px 40px;
      font-size: 16px; } }
  .page-company .pagevisual {
    background-image: url("../images/company/pagevisual.jpg"); }
  .page-business .pagevisual {
    background-image: url("../images/business/pagevisual.jpg"); }
  .page-people .pagevisual {
    background-image: url("../images/people/pagevisual.jpg"); }
  .page-people_detail .pagevisual {
    background: #FAE100; }
  .page-recruit .pagevisual {
    background-image: url("../images/recruit/pagevisual.jpg"); }
  .page-special .pagevisual {
    background-image: url("../images/special/pagevisual.jpg"); }
  .page-news .pagevisual {
    background-image: url("../images/news/pagevisual.jpg"); }
  .page-benefits .pagevisual{
    background-image: url("../images/benefits/pagevisual.jpg"); }
/*------------------------------------------*/
section {
  margin: 12vw 0; }
  @media (min-width: 768px) {
    section {
      margin: 70px 0; } }

h2.common {
  text-align: center;
  font-size: 26px;
  margin: 0 0 8vw; }
  @media (min-width: 768px) {
    h2.common {
      margin: 0 0 40px; } }
  h2.common small {
    font-size: 18px;
    display: block;
    line-height: 1; }
    @media (min-width: 768px) {
      h2.common small {
        font-size: 20px;
        display: inline-block;
        margin-left: 10px; } }
  h2.common::after {
    content: "";
    width: 59px;
    height: 10px;
    margin: 15px auto 0;
    display: block; }
    .page-company h2.common::after {
      background: #00BAC9; }
    .page-business h2.common::after {
      background: #FF3C8F; }
    .page-people h2.common::after {
      background: #FAE100; }
    .page-recruit h2.common::after {
      background: #34D638; }
    .page-special h2.common::after {
      background: #E05938; }
    .page-news h2.common::after {
      background: #FE8900; }
    .page-benefits h2.common::after {
      background: #005BAC; }
/*------------------------------------------*/
.contents_title_frame {
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-top: -80px;
  text-align: center;
  padding: 5vw; }
  @media (min-width: 768px) {
    .contents_title_frame {
      margin-top: -210px;
      padding: 50px 0 30px; } }
  .contents_title_frame .title {
    display: table;
    margin: 0 auto 20px;
    position: relative; }
    @media (min-width: 768px) {
      .contents_title_frame .title {
        margin-bottom: 30px; } }
    .page-company .contents_title_frame .title {
      padding: 0 20px; }
      @media (min-width: 768px) {
        .page-company .contents_title_frame .title {
          padding: 0; } }
    .contents_title_frame .title::before {
      content: "";
      background: no-repeat center center / contain;
      width: 16px;
      height: 12px;
      position: absolute;
      top: -10px;
      left: 0; }
      .page-company .contents_title_frame .title::before {
        background-image: url(../images/company/dc1.svg); }
      .page-business .contents_title_frame .title::before {
        background-image: url(../images/business/dc1.svg); }
      .page-people .contents_title_frame .title::before {
        background-image: url(../images/people/dc1.svg); }
      @media (min-width: 768px) {
        .contents_title_frame .title::before {
          width: 35px;
          height: 27px;
          top: 0;
          left: -60px; } }
    .contents_title_frame .title::after {
      content: "";
      background: no-repeat center center / contain;
      width: 16px;
      height: 12px;
      position: absolute;
      top: -10px;
      right: 0; }
      .page-company .contents_title_frame .title::after {
        background-image: url(../images/company/dc2.svg); }
      .page-business .contents_title_frame .title::after {
        background-image: url(../images/business/dc2.svg); }
      .page-people .contents_title_frame .title::after {
        background-image: url(../images/people/dc2.svg); }
      @media (min-width: 768px) {
        .contents_title_frame .title::after {
          width: 35px;
          height: 27px;
          top: 0;
          right: -60px; } }
  .contents_title_frame .label img {
    opacity: .15;
    height: 35px;
    width: auto; }
    @media (min-width: 768px) {
      .contents_title_frame .label img {
        height: 50px; } }
  .contents_title_frame h1 {
    margin: -0.6em 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1; }
    @media (min-width: 768px) {
      .contents_title_frame h1 {
        font-size: 20px; } }

.contents_frame {
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  margin: 0 -8vw;
  padding: 8vw; }
  @media (min-width: 768px) {
    .contents_frame {
      border-radius: 10px;
      margin: 0;
      padding: 75px; } }

.contents_frame2 {
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  margin: -80px -8vw 12vw;
  padding: 8vw; }
  @media (min-width: 768px) {
    .contents_frame2 {
      border-radius: 10px;
      margin: -325px 0 70px;
      padding: 75px; } }
  .contents_frame2 > section:first-child {
    margin-top: 0 !important; }
  .contents_frame2 > section:last-child {
    margin-bottom: 0 !important; }

/*------------------------------------------*/
.contents_lead {
  line-height: 2; }
  @media (min-width: 768px) {
    .contents_lead {
      font-size: 18px;
      text-align: center; } }

/*------------------------------------------*/
.contents_anchor ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  grid-gap: 15px; }
  @media (min-width: 768px) {
    .contents_anchor ul {
      flex-direction: row;
      justify-content: space-between;
      grid-gap: 15px; } }
.contents_anchor li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }
.contents_anchor a {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 8px 0 11px;
  text-decoration: none;
  position: relative; }
  .contents_anchor a::after {
    content: "";
    display: block;
    position: absolute;
    transition: .5s;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 9px solid #000;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%); }
    @media (min-width: 768px) {
      .contents_anchor a::after {
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 9px solid #000;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0); } }
  .page-company .contents_anchor a:hover {
    background: #00BAC9; }
    @media (max-width: 767px) {
      .page-company .contents_anchor a:hover::after {
        border-left-color: #00BAC9; } }
    @media (min-width: 768px) {
      .page-company .contents_anchor a:hover::after {
        border-top-color: #00BAC9; } }

/*------------------------------------------*/
@media (min-width: 768px) {
  #message .message_head {
    overflow: hidden;
    position: relative; } }
#message .message_head picture {
  display: block;
  margin: -8vw -8vw 8vw; }
  @media (min-width: 768px) {
    #message .message_head picture {
      margin: 0;
      border-radius: 20px;
      order: 2;
      float: right;
      overflow: hidden; } }
  #message .message_head picture img {
    width: 100%; }
    @media (min-width: 768px) {
      #message .message_head picture img {
        width: auto; } }
#message .message_head .title {
  font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: none;
  font-size: 30px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    #message .message_head .title {
      font-size: 40px; } }
#message .message_head .name {
  font-size: 14px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    #message .message_head .name {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 22px; } }
  #message .message_head .name b {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4; }
    @media (min-width: 768px) {
      #message .message_head .name b {
        font-size: 40px; } }
  #message .message_head .name small {
    display: block;
    font-size: 12px; }
    @media (min-width: 768px) {
      #message .message_head .name small {
        font-size: 15px; } }
#message .message_body {
  line-height: 2; }
  @media (min-width: 768px) {
    #message .message_body {
      font-size: 18px; } }
  #message .message_body h3 {
    display: table;
    margin: 12vw auto 5vw;
    position: relative;
    text-align: center;
    line-height: 1.4;
    font-size: 24px; }
    @media (min-width: 768px) {
      #message .message_body h3 {
        font-size: 26px;
        margin: 85px auto 30px; } }
    #message .message_body h3::before {
      content: "";
      background: url(../images/company/dc1.svg) no-repeat center center/contain;
      width: 16px;
      height: 12px;
      position: absolute;
      top: -5px;
      left: -20px; }
      @media (min-width: 768px) {
        #message .message_body h3::before {
          width: 19px;
          height: 14px;
          top: 8px;
          left: -30px; } }
    #message .message_body h3::after {
      content: "";
      background: url(../images/company/dc2.svg) no-repeat center center/contain;
      width: 16px;
      height: 12px;
      position: absolute;
      top: -5px;
      right: -20px; }
      @media (min-width: 768px) {
        #message .message_body h3::after {
          width: 19px;
          height: 14px;
          top: 8px;
          right: -30px; } }

/*------------------------------------------*/
#motto h3 {
  margin: 12vw auto 5vw;
  text-align: center;
  line-height: 1.4;
  font-size: 24px; }
  @media (min-width: 768px) {
    #motto h3 {
      font-size: 26px;
      margin: 85px auto 30px; } }
#motto .motto_text {
  text-align: center;
  line-height: 1.4;
  font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 28px; }
  @media (min-width: 768px) {
    #motto .motto_text {
      font-size: 40px; } }
#motto ol {
  margin: 0;
  padding: 0; }
  #motto ol li {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-weight: bold;
    text-align: center;
    font-size: 18px; }
    @media (min-width: 768px) {
      #motto ol li {
        font-size: 24px;
        margin: 0 0 25px; } }
  #motto ol em {
    display: block;
    line-height: 1px;
    margin: 0 0 5px;
    transform: scale(0.7); }
    @media (min-width: 768px) {
      #motto ol em {
        transform: none;
        margin: 0 0 10px; } }

/*------------------------------------------*/
#history .video {
  margin: 0 -8vw; }
  @media (min-width: 768px) {
    #history .video {
      margin: 0; } }

/*------------------------------------------*/
#outline h3 {
  margin: 0 auto 5vw;
  line-height: 1.4;
  font-size: 20px; }
  @media (min-width: 768px) {
    #outline h3 {
      font-size: 26px;
      margin: 0 auto 30px; } }
  #outline h3::after {
    content: "";
    width: 55px;
    height: 5px;
    background: #00BAC9;
    display: block;
    margin: 10px 0 0 0; }
    @media (min-width: 768px) {
      #outline h3::after {
        width: 175px;
        margin: 15px 0 0 0; } }
@media (max-width: 767px) {
  #outline table {
    display: block;
    margin-top: -20px; }
    #outline table tbody, #outline table tr, #outline table th, #outline table td {
      display: block; } }
@media (min-width: 768px) {
  #outline table {
    margin-top: -30px; } }
#outline table th {
  font-weight: bold;
  font-size: 16px;
  vertical-align: top;
  padding: 20px 0 0 0; }
  @media (min-width: 768px) {
    #outline table th {
      font-size: 18px;
      width: 220px;
      padding-top: 30px; } }
#outline table td {
  font-size: 14px; }
  @media (min-width: 768px) {
    #outline table td {
      font-size: 18px;
      padding-top: 30px; } }

/*------------------------------------------*/
#service .figures {
  text-align: center; }
  @media (min-width: 768px) {
    #service .figures {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  #service .figures figure:nth-of-type(1) {
    margin: 0 -4vw; }
    @media (min-width: 768px) {
      #service .figures figure:nth-of-type(1) {
        margin: 0;
        width: 595px; } }
  #service .figures figure:nth-of-type(2) {
    width: 70%;
    margin: 8vw auto 0; }
    @media (min-width: 768px) {
      #service .figures figure:nth-of-type(2) {
        width: auto;
        margin: 0; } }

/*------------------------------------------*/
#job dl {
  position: relative;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    #job dl {
      display: flex;
      justify-content: space-around;
      padding: 24px 0 0 0; } }
  #job dl.main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat center center / contain; }
    @media (max-width: 767px) {
      #job dl.main::before {
        background-image: url(../images/business/job_bg_sp.png);
        width: 55%;
        height: 100%; } }
    @media (min-width: 768px) {
      #job dl.main::before {
        background-image: url(../images/business/job_bg_pc.png);
        width: 100%;
        height: 241px; } }
  #job dl.sub {
    margin-top: 5vw; }
    @media (min-width: 768px) {
      #job dl.sub {
        margin-top: 20px; } }
  #job dl.sub::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat center center / contain; }
    @media (max-width: 767px) {
      #job dl.sub::before {
        background-image: url(../images/business/job_bg2_sp.png);
        width: 55%;
        height: 100%; } }
    @media (min-width: 768px) {
      #job dl.sub::before {
        background-image: url(../images/business/job_bg2_pc.png);
        width: 100%;
        height: 144px; } }
  #job dl > div {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*
    &:nth-of-type(1) li::before{ background:#f2bacc ;}
    &:nth-of-type(2) li::before{ background:#f9eda4 ;}
    &:nth-of-type(3) li::before{ background:#bbf09e ;}
    &:nth-of-type(4) li::before{ background:#b2e1e9 ;}
    */ }
    @media (min-width: 768px) {
      #job dl > div {
        width: 192px;
        display: block; } }
    #job dl > div:nth-of-type(1) dt a {
      background-image: url(../images/business/job01_hv.svg); }
    #job dl > div:nth-of-type(2) dt a {
      background-image: url(../images/business/job02_hv.svg); }
    #job dl > div:nth-of-type(3) dt a {
      background-image: url(../images/business/job03_hv.svg); }
    #job dl > div:nth-of-type(4) dt a {
      background-image: url(../images/business/job04_hv.svg); }
  @media (min-width: 768px) {
    #job dl.sub > div {
      width: 100%; } }
  #job dl.sub > div:nth-of-type(1) dt a {
    background: none; }
  #job dl dt {
    margin: 0;
    padding: 4% 5%;
    width: 55%;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      #job dl dt {
        width: 192px;
        margin: 0 0 35px;
        padding: 0; } }
    #job dl dt img {
      width: 100%; }
    #job dl dt a {
      box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
      border-radius: 1000px;
      will-change: filter;
      display: block;
      background: no-repeat center center / contain; }
      #job dl dt a img {
        transition: .5s; }
      #job dl dt a:hover {
        box-shadow: none; }
        #job dl dt a:hover img {
          opacity: 0; }
  @media (min-width: 768px) {
    #job dl.sub dt {
      margin-left: auto;
      margin-right: auto; } }
  #job dl.sub dt a {
    border-radius: 100%;
    background: no-repeat center center / contain; }
    @media (max-width: 767px) {
      #job dl.sub dt a {
        width: 80%;
        margin: 5vw auto; } }
    #job dl.sub dt a:hover img {
      opacity: 1; }
  #job dl dd {
    margin: 0;
    padding: 0;
    width: 40%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      #job dl dd {
        width: auto;
        position: static;
        transform: translateY(0); } }
    #job dl dd ul {
      margin: 0;
      padding: 0; }
    #job dl dd li {
      margin: 5px 0 0;
      padding: 0;
      list-style: none;
      font-size: 9px;
      line-height: 1.4;
      text-align: center;
      background: #fff;
      font-weight: bold;
      letter-spacing: 0;
      position: relative;
      overflow: hidden; }
      @media (min-width: 768px) {
        #job dl dd li {
          font-size: 13px; } }
      #job dl dd li::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        transition: 0.5s cubic-bezier(0.17, 0.67, 0.33, 1);
        z-index: 1;
        background: #000; }
      #job dl dd li:hover a {
        color: #fff; }
      #job dl dd li:hover::before {
        left: 0; }
      #job dl dd li a, #job dl dd li span {
        padding: 5px;
        display: block;
        border: 1px solid #A8A8A8;
        text-decoration: none;
        position: relative;
        z-index: 2; }
        @media (max-width: 767px) {
          #job dl dd li a.l, #job dl dd li span.l {
            font-size: 13px;
            line-height: 0.9; } }
      #job dl dd li span {
        background: #A8A8A8;
        color: #fff; }
  @media (min-width: 768px) {
    #job dl.sub dd ul {
      display: flex;
      justify-content: center;
      column-gap: 47px; }
      #job dl.sub dd ul li {
        width: 192px; } }

/*------------------------------------------*/
@media (min-width: 768px) {
  .contents_frame2_title {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    margin: 0; } }
@media (min-width: 768px) {
  .contents_frame2_title::before {
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: skewX(-45deg);
    opacity: .15; }
    .page-company .contents_frame2_title::before {
      background: #00BAC9; }
    .page-business .contents_frame2_title::before {
      background: #FF3C8F; }
    .page-recruit .contents_frame2_title::before {
      background: #34D638; }
    .page-special .contents_frame2_title::before {
      background: #E05938;
      bottom: 20%; }
    .page-news .contents_frame2_title::before {
      background: #FE8900; } }
      .page-benefits .contents_frame2_title::before {
      background: #005BAC; }
.contents_frame2_title .label {
  display: table;
  position: relative; }
  .contents_frame2_title .label::before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewX(-45deg);
    opacity: .15; }
    .page-company .contents_frame2_title .label::before {
      background: #00BAC9; }
    .page-business .contents_frame2_title .label::before {
      background: #FF3C8F; }
    .page-recruit .contents_frame2_title .label::before {
      background: #34D638; }
    .page-special .contents_frame2_title .label::before {
      background: #E05938;
      bottom: 20%; }
    .page-news .contents_frame2_title .label::before {
      background: #FE8900; }
    @media (min-width: 768px) {
      .contents_frame2_title .label::before {
        display: none; } }
  .contents_frame2_title .label img {
    height: 45px;
    width: auto;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .contents_frame2_title .label img {
        height: auto; } }
.contents_frame2_title .title {
  font-size: 12px;
  font-weight: bold;
  margin: 7px 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .contents_frame2_title .title {
      font-size: 20px;
      margin: 0 0 0 30px; } }
.contents_frame2_title + h2 {
  margin-top: 10vw; }
  @media (min-width: 768px) {
    .contents_frame2_title + h2 {
      margin-top: 80px; } }

/*------------------------------------------*/
#job_detail .boshu {
  font-size: 14px;
  color: #fff;
  background: #000;
  display: table;
  border-radius: 100px;
  padding: 5px 20px;
  margin: 0 0 20px;
  font-style: normal; }
  @media (min-width: 768px) {
    #job_detail .boshu {
      margin: 0 0 25px; } }
#job_detail .box + .boshu {
  margin-top: 8vw; }
  @media (min-width: 768px) {
    #job_detail .box + .boshu {
      margin-top: 70px; } }
#job_detail .box {
  border-left: 5px solid #FF3C8F;
  padding: 0 0 0 15px; }
  @media (min-width: 768px) {
    #job_detail .box {
      padding-left: 20px;
      display: flex;
      justify-content: space-between; } }
  #job_detail .box + .box {
    margin-top: 8vw; }
    @media (min-width: 768px) {
      #job_detail .box + .box {
        margin-top: 70px; } }
  @media (min-width: 768px) {
    #job_detail .box .text {
      width: 540px; } }
  #job_detail .box h2 {
    font-size: 28px;
    margin: 0; }
  #job_detail .box .catch {
    margin: 0 0 20px;
    color: #FF3C8F;
    font-size: 18px;
    font-weight: bold; }
  @media (min-width: 768px) {
    #job_detail .box .link {
      width: 325px; } }
  #job_detail .box .link b {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      #job_detail .box .link b {
        margin: 47px 0 20px; } }
    #job_detail .box .link b span {
      display: inline-block;
      transform: scale(0.8); }
  #job_detail .box .link ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px; }
  #job_detail .box .link li {
    width: 95px;
    margin: 0;
    padding: 0;
    list-style: none; }
  #job_detail .box .link a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16); }
    #job_detail .box .link a:hover {
      box-shadow: none; }

#job_link h2 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    #job_link h2 {
      margin: 0 0 20px; } }
  #job_link h2 span {
    display: inline-block;
    transform: scale(0.8); }
#job_link dl {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  grid-gap: 15px; }
  #job_link dl > div {
    width: 100%; }
  #job_link dl dt {
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    overflow: hidden; }
    #job_link dl dt::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -100%;
      transition: 0.5s cubic-bezier(0.17, 0.67, 0.33, 1);
      z-index: 1;
      background: #000; }
    #job_link dl dt:hover::before {
      left: 0; }
    #job_link dl dt:hover a {
      color: #fff; }
      #job_link dl dt:hover a::after {
        border-color: #fff; }
    #job_link dl dt a {
      display: block;
      border: 2px solid #000;
      padding: 10px 10px;
      text-align: center;
      position: relative;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
      z-index: 2; }
      #job_link dl dt a::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
        transition: .5s; }
  #job_link dl dd {
    margin: 0;
    padding: 0 0px; }
    #job_link dl dd a {
      text-decoration: none; }
#job_link ul {
  margin: 0;
  padding: 0 0 0 20px; }
#job_link li {
  margin: 5px 0 0;
  padding: 0;
  font-size: 12px; }

/*------------------------------------------*/
@media (min-width: 768px) {
  #people .controls {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 100; } }
@media (min-width: 768px) {
  #people .controls .sort {
    width: 256px;
    height: 50px; } }
#people .controls .title {
  text-align: center;
  font-weight: bold; }
  @media (min-width: 768px) {
    #people .controls .title {
      background: #000;
      color: #fff;
      line-height: 50px;
      padding: 0 20px;
      position: relative;
      cursor: pointer;
      text-align: left; }
      #people .controls .title::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-70%) rotate(45deg);
        transition: .5s; }
      #people .controls .title.active::after {
        transform: translateY(-30%) rotate(225deg); } }
#people .controls ul {
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    #people .controls ul {
      display: block !important; } }
  @media (min-width: 768px) {
    #people .controls ul {
      display: none; } }
  #people .controls ul li {
    margin: 10px 0 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      #people .controls ul li {
        border: 2px solid #000;
        border-top: none;
        margin: 0; } }
  #people .controls ul button {
    width: 100%;
    appearance: 0;
    outline: 0;
    cursor: pointer;
    height: 50px;
    border: none;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    transition: .5s; }
    @media (min-width: 768px) {
      #people .controls ul button {
        background: #fff;
        color: #000;
        text-align: left; } }
    #people .controls ul button:hover, #people .controls ul button.mixitup-control-active {
      background: #FAE100;
      color: #000; }
      #people .controls ul button:hover::after, #people .controls ul button.mixitup-control-active::after {
        border-color: #000; }
    @media (max-width: 767px) {
      #people .controls ul button::after {
        content: "";
        display: block;
        position: absolute;
        transition: .5s;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
        width: 8px;
        height: 8px; } }
#people .container {
  text-align: justify;
  font-size: 0.1px; }
  @media (min-width: 768px) {
    #people .container {
      margin-top: -40px; } }
#people .container:after {
  content: '';
  display: inline-block;
  width: 100%; }
#people .mix,
#people .gap {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 768px) {
    #people .mix,
    #people .gap {
      width: 330px; } }
#people .mix {
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 768px) {
    #people .mix {
      border-radius: 30px;
      margin-top: 80px; } }
  #people .mix picture {
    display: block;
    position: relative; }
  #people .mix a {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 2; }
    #people .mix a::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -100%;
      background: #FAE100;
      opacity: .5;
      transition: 0.5s cubic-bezier(0.17, 0.67, 0.33, 1);
      z-index: 1; }
    #people .mix a::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      background: url(../images/people/viewmore.svg) no-repeat center center/100px;
      transition: .5s;
      z-index: 2; }
      @media (min-width: 768px) {
        #people .mix a::after {
          background-size: 135px; } }
    @media (min-width: 768px) {
      #people .mix a:hover::before {
        left: 0; }
      #people .mix a:hover::after {
        opacity: 1; } }
  @media (max-width: 767px) {
    #people .mix.is-show2 a::before {
      left: 0; }
    #people .mix.is-show2 a::after {
      opacity: 1; } }

/*------------------------------------------*/
.recruit_tab {
  margin: 12vw 0; }
  @media (min-width: 768px) {
    .recruit_tab {
      margin: 70px 0; } }
  .recruit_tab ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    grid-gap: 15px; }
    @media (min-width: 768px) {
      .recruit_tab ul {
        flex-direction: row;
        justify-content: space-between;
        grid-gap: 15px; } }
  .recruit_tab li {
    margin: 0;
    list-style: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 0 2px;
    text-decoration: none;
    position: relative;
    height: 60px;
    line-height: 1.3;
    transition: .5s; }
    @media (min-width: 768px) {
      .recruit_tab li {
        height: 74px;
        font-size: 20px; } }
    .recruit_tab li::after {
      content: "";
      display: block;
      position: absolute;
      transition: .5s; }
      @media (max-width: 767px) {
        .recruit_tab li::after {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          top: 50%;
          right: 20px;
          transform: translateY(-50%) rotate(45deg);
          width: 8px;
          height: 8px; } }
      @media (min-width: 768px) {
        .recruit_tab li::after {
          border-left: 18px solid transparent;
          border-right: 18px solid transparent;
          border-top: 9px solid #000;
          top: 100%;
          left: 50%;
          transform: translate(-50%, 0); } }
    .page-recruit .recruit_tab li:hover, .page-recruit .recruit_tab li.active {
      background: #34D638; }
      @media (min-width: 768px) {
        .page-recruit .recruit_tab li:hover::after, .page-recruit .recruit_tab li.active::after {
          border-top-color: #34D638; } }

/*------------------------------------------*/
#application dl.joblist {
  margin: 0 0 12vw;
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    #application dl.joblist {
      margin: 0 0 70px; } }
  @media (min-width: 768px) {
    #application dl.joblist > div {
      display: flex;
      align-items: stretch;
      border-top: 1px solid #000;
      width: 100%; } }
  #application dl.joblist dt {
    margin: 0;
    padding: 5px 15px;
    background: #000;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: bold; }
    @media (min-width: 768px) {
      #application dl.joblist dt {
        font-size: 22px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 174px;
        box-sizing: border-box; } }
  #application dl.joblist dd {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      #application dl.joblist dd {
        width: calc(100% - 174px);
        box-sizing: border-box; } }
  @media (min-width: 768px) {
    #application dl.joblist .box {
      border-bottom: 1px solid #000;
      display: flex; } }
  #application dl.joblist .box .company {
    background: #F4F4F4;
    box-sizing: border-box;
    font-weight: bold;
    padding: 8px 15px; }
    @media (min-width: 768px) {
      #application dl.joblist .box .company {
        width: 328px;
        padding: 20px 30px;
        display: flex;
        align-items: center; } }
  #application dl.joblist .box .job {
    box-sizing: border-box;
    padding: 10px 0; }
    @media (max-width: 767px) {
      #application dl.joblist .box .job {
        font-size: 14px; } }
    @media (min-width: 768px) {
      #application dl.joblist .box .job {
        width: calc(100% - 328px);
        padding: 20px 0 20px 30px;
        align-self: center; } }
#application .icon {
  text-align: right;
  margin: 10px 0 0px; }
  @media (min-width: 768px) {
    #application .icon {
      margin: 0 0 10px; } }
  #application .icon i {
    color: #005AAA;
    font-style: normal; }
#application table.recommend {
  border: 1px solid #000;
  background: #fff;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed; }
  #application table.recommend thead th {
    background: #000;
    color: #fff;
    border-left: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 0;
    box-sizing: border-box; }
    #application table.recommend thead th:first-child {
      border: none;
      text-align: left;
      font-size: 20px;
      width: 280px;
      letter-spacing: 0.2em;
      padding: 5px 15px; }
      @media (min-width: 768px) {
        #application table.recommend thead th:first-child {
          width: 400px;
          font-size: 20px;
          padding: 10px 25px; } }
  #application table.recommend tbody th {
    border: 1px solid #000;
    padding: 5px 30px 5px 15px;
    letter-spacing: 0;
    line-height: 20px;
    font-size: 14px;
    position: relative; }
    @media (min-width: 768px) {
      #application table.recommend tbody th {
        font-size: 16px;
        padding: 10px 25px; } }
    @media (max-width: 767px) {
      #application table.recommend tbody th::after {
        content: "";
        display: block;
        position: absolute;
        transition: .5s;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        height: 6px; } }
    #application table.recommend tbody th small {
      display: block;
      font-size: 10px;
      font-weight: normal;
      line-height: 1.2; }
      @media (min-width: 768px) {
        #application table.recommend tbody th small {
          font-size: 12px; } }
  #application table.recommend tbody td {
    padding: 5px 5px 8px;
    border: 1px solid #000;
    font-size: 20px;
    color: #005AAA;
    text-align: center;
    line-height: 40px; }
    @media (min-width: 768px) {
      #application table.recommend tbody td {
        padding: 10px 10px 13px; } }
    #application table.recommend tbody td.push {
      font-size: 20px; }
  #application table.recommend tbody tr:nth-of-type(2n) {
    background: #F7F9FD; }
#application dl.applicationlist {
  margin: 12vw 0 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    #application dl.applicationlist {
      margin: 110px 0 0;
      border-bottom: 1px solid #000; } }
  @media (min-width: 768px) {
    #application dl.applicationlist > div {
      display: flex;
      align-items: stretch;
      width: 100%; }
      #application dl.applicationlist > div:first-child dt {
        border-top: none; } }
  #application dl.applicationlist dt {
    margin: 30px 0 0 0;
    padding: 5px 15px;
    background: #000;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: bold; }
    @media (min-width: 768px) {
      #application dl.applicationlist dt {
        font-size: 22px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 174px;
        box-sizing: border-box;
        border-top: 1px solid #fff;
        margin: 0; } }
  #application dl.applicationlist dd {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 14px;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      #application dl.applicationlist dd {
        width: calc(100% - 174px);
        box-sizing: border-box;
        border-top: 1px solid #000;
        padding: 20px 0 20px 30px; } }
  #application dl.applicationlist table {
    width: 100%; }
    @media (min-width: 768px) {
      #application dl.applicationlist table {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0 0 0; } }
    #application dl.applicationlist table + .company {
      margin-top: 20px; }
    #application dl.applicationlist table caption {
      text-align: left;
      font-weight: 500; }
      @media (min-width: 768px) {
        #application dl.applicationlist table caption {
          width: 200px;
          display: block;
          font-weight: normal; } }
    @media (min-width: 768px) {
      #application dl.applicationlist table tbody {
        display: block; } }
    #application dl.applicationlist table td:last-child {
      text-align: right;
      vertical-align: bottom;
      white-space: nowrap;
      padding-left: 10px; }
      @media (min-width: 768px) {
        #application dl.applicationlist table td:last-child {
          padding-left: 50px; } }
  #application dl.applicationlist hr {
    margin: 15px 0 0 0;
    padding: 0;
    height: 0;
    border: none; }
    @media (min-width: 768px) {
      #application dl.applicationlist hr {
        border-top: 1px dotted #000;
        margin: 20px 0 20px -30px; } }
  #application dl.applicationlist .company {
    background: rgba(0, 0, 0, 0.05);
    color: #005AAA;
    display: block;
    padding: 8px 10px;
    margin: -10px 0 15px;
    font-weight: bold; }
    @media (min-width: 768px) {
      #application dl.applicationlist .company {
        margin: 0 0 0 -10px;
        display: table; } }
    #application dl.applicationlist .company span {
      color: #000;
      font-weight: normal;
      display: block; }
      @media (min-width: 768px) {
        #application dl.applicationlist .company span {
          display: inline-block; } }
  #application dl.applicationlist p {
    margin: 10px 0 0 0; }
    #application dl.applicationlist p + .company {
      margin-top: 20px; }

/*------------------------------------------*/
#intern dl.seminarlist {
  margin: 8vw 0 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    #intern dl.seminarlist {
      margin: 50px 0 0;
      border-bottom: 1px solid #000; } }
  @media (min-width: 768px) {
    #intern dl.seminarlist > div {
      display: flex;
      align-items: stretch;
      width: 100%; }
      #intern dl.seminarlist > div:first-child dt {
        border-top: none; } }
  #intern dl.seminarlist dt {
    margin: 30px 0 0 0;
    padding: 5px 15px;
    background: #000;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: bold; }
    @media (min-width: 768px) {
      #intern dl.seminarlist dt {
        font-size: 22px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 174px;
        box-sizing: border-box;
        border-top: 1px solid #fff;
        margin: 0; } }
  #intern dl.seminarlist dd {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 14px;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      #intern dl.seminarlist dd {
        width: calc(100% - 174px);
        box-sizing: border-box;
        border-top: 1px solid #000;
        padding: 20px 0 20px 30px; } }
  #intern dl.seminarlist dd .blue_bold{
    color: #005AAA;
    font-weight: bold;
  }
  #intern dl.seminarlist .access {
    margin-top: 15px; }
    @media (min-width: 768px) {
      #intern dl.seminarlist .access .label {
        float: left;
        margin-right: 10px; }
        #intern dl.seminarlist .access .label + div {
          overflow: hidden; } }
    #intern dl.seminarlist .access a {
      color: #005AAA; }
  #intern dl.seminarlist table.timetable {
    margin: -15px 0 0 0; }
    #intern dl.seminarlist table.timetable th {
      color: #005AAA;
      white-space: nowrap;
      vertical-align: top;
      padding: 15px 30px 0 0; }
    @media (min-width: 768px) {
      #intern dl.seminarlist table.timetable td {
        padding: 15px 0 0 0; } }
    #intern dl.seminarlist table.timetable td.rest {
      padding: 15px 0 0 0; }
    @media (max-width: 767px) {
      #intern dl.seminarlist table.timetable {
        display: block; }
        #intern dl.seminarlist table.timetable tbody, #intern dl.seminarlist table.timetable tr, #intern dl.seminarlist table.timetable th, #intern dl.seminarlist table.timetable td {
          display: block; } }
#intern .noresults {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0; }
  @media (min-width: 768px) {
    #intern .noresults {
      padding: 20px 0; } }
#intern ol.flow {
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    #intern ol.flow {
      display: flex;
      justify-content: space-between; } }
  #intern ol.flow li {
    margin: 43px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 30px; }
    @media (min-width: 768px) {
      #intern ol.flow li {
        display: block;
        text-align: center; } }
    #intern ol.flow li:first-child i::before {
      display: none; }
  #intern ol.flow i {
    display: block;
    position: relative; }
    #intern ol.flow i::before {
      content: "";
      background: url(../images/recruit/flow_arrow.svg) no-repeat center center/contain;
      width: 19px;
      height: 43px;
      position: absolute;
      top: -43px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg) scale(0.8);
      display: block; }
      @media (min-width: 768px) {
        #intern ol.flow i::before {
          top: 50%;
          left: -43px;
          transform: translateY(-50%); } }
    #intern ol.flow i img {
      filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
      will-change: filter; }
  #intern ol.flow .text {
    font-size: 24px;
    font-weight: bold; }
    @media (min-width: 768px) {
      #intern ol.flow .text {
        margin-top: 20px; } }
    #intern ol.flow .text span {
      display: block;
      line-height: 1px;
      margin: 0 0 5px; }
#intern .note {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #intern .note {
      margin-top: 40px; } }

/*------------------------------------------*/
#faq dl.faqlist {
  margin: 12vw 0 0 0;
  padding: 0; }
  @media (min-width: 768px) {
    #faq dl.faqlist {
      margin: 50px 0 0 0; } }
  #faq dl.faqlist dt {
    background: #F4F4F4;
    margin: 5vw -8vw 0;
    position: relative;
    cursor: pointer; }
    @media (min-width: 768px) {
      #faq dl.faqlist dt {
        margin: 30px 0 0; } }
    #faq dl.faqlist dt span {
      position: relative;
      font-size: 18px;
      font-weight: bold;
      padding: 10px 8vw 10px 80px;
      padding-left: calc(7vw + 1em + 30px);
      display: flex;
      align-items: center;
      min-height: 80px;
      box-sizing: border-box;
      line-height: 1.5; }
      @media (min-width: 768px) {
        #faq dl.faqlist dt span {
          padding: 20px 90px 20px 80px;
          font-size: 20px;
          min-height: 1px; } }
      #faq dl.faqlist dt span::before {
        content: "Q";
        font-size: 30px;
        font-weight: bold;
        display: block;
        line-height: 1;
        transform: translateY(-60%);
        width: 1em;
        text-align: center;
        position: absolute;
        left: 7vw;
        top: 50%; }
        @media (min-width: 768px) {
          #faq dl.faqlist dt span::before {
            font-size: 40px;
            left: 20px; } }
    #faq dl.faqlist dt::after {
      content: "";
      background: url(../images/recruit/faq_arrow.svg) no-repeat center center/25px #000;
      height: 30px;
      display: block; }
      @media (min-width: 768px) {
        #faq dl.faqlist dt::after {
          background-size: 34px;
          position: absolute;
          right: 0;
          top: 0;
          width: 75px;
          height: 100%; } }
    #faq dl.faqlist dt.active::after {
      background-color: #34D638;
      transform: rotate(180deg); }
  #faq dl.faqlist dd {
    display: none;
    margin: 0 -8vw;
    padding: 10px 8vw 8vw;
    position: relative;
    border: 1px solid #D5D5D5; }
    @media (min-width: 768px) {
      #faq dl.faqlist dd {
        padding: 20px 0px 20px 80px;
        margin: 0; } }
    #faq dl.faqlist dd::before {
      content: "A";
      font-size: 40px;
      font-weight: bold;
      display: block;
      line-height: 1;
      color: #34D638;
      text-align: center;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        #faq dl.faqlist dd::before {
          width: 1em;
          position: absolute;
          left: 20px;
          top: 20px;
          margin: 0; } }

/*------------------------------------------*/
#scholarship h3 {
  width: 72vw;
  font-size: 5.87vw;
  color: #fff;
  text-align: center;
  background: #000;
  display: table;
  border-radius: 100px;
  padding: 5px 20px;
  margin: 15vw auto 10vw; }
  @media (min-width: 768px) {
    #scholarship h3 {
      font-size: 22px;
      width: 270px;
      margin: 50px 0 20px; } }
#scholarship .scholarship_chart {
  margin-top: 10vw; }
  @media (min-width: 768px) {
    #scholarship .scholarship_chart {
      margin-top: 50px; } }
@media (min-width: 768px) {
  #scholarship .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }
#scholarship .box .text {
  letter-spacing: 0;
  font-size: 14px; }
  @media (min-width: 768px) {
    #scholarship .box .text {
      width: calc(100% - 420px);
      font-size: 15px; } }
  #scholarship .box .text mark {
    display: block;
    font-weight: bold;
    background: none;
    font-size: 20px; }
    @media (min-width: 768px) {
      #scholarship .box .text mark {
        font-size: 22px; } }
#scholarship .box .results {
  box-sizing: border-box;
  padding: 15px;
  background: rgba(0, 186, 201, 0.08); }
  @media (min-width: 768px) {
    #scholarship .box .results {
      width: 400px;
      padding: 20px; } }
  #scholarship .box .results strong {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0 10px;
    display: block; }
  #scholarship .box .results ul {
    margin: 0;
    padding: 0; }
  #scholarship .box .results li {
    margin: 8px 0 0;
    padding: 0 0 0 1em;
    list-style: none;
    text-indent: -1em;
    font-size: 12px; }
    #scholarship .box .results li::before {
      content: "・";
      display: inline-block;
      width: 1em;
      text-align: center;
      text-indent: 0; }
@media (min-width: 768px) {
  #scholarship .box .photo {
    width: 400px; } }
    #scholarship .schedule{
      font-size: 4.27vw;
      font-weight: bold;
      color: #00BAC9;
    }
    #scholarship .schedule-box{
      margin: 14.67vw 0 32vw;
    }
@media (min-width: 768px) {
  #scholarship .schedule{
      font-size: 25px;
    }
    #scholarship .schedule-box{
      margin:55px 0 85px;
    }
}
/*------------------------------------------*/
#special h2 {
  text-align: center;
  font-size: 25px;
  margin: 0 0 5px; }
  @media (min-width: 768px) {
    #special h2 {
      font-size: 36px;
      margin: 0 0 10px; } }
#special .subtitle {
  text-align: center;
  color: #E05938;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    #special .subtitle {
      font-size: 22px;
      margin: 0 0 40px; } }
#special h3 {
  color: #E05938;
  font-weight: bold;
  font-size: 20px;
  padding: 0 8vw 5px;
  margin: 30px -8vw 0; }
  @media (min-width: 768px) {
    #special h3 {
      font-size: 24px;
      padding: 0 0 10px;
      margin: 50px 0 0; } }
#special article {
  display: block;
  border-top: 1px solid #D8D8D8;
  padding: 20px 8vw;
  margin: 0 -8vw; }
  @media (min-width: 768px) {
    #special article {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 30px 0;
      margin: 0; } }
  #special article:last-child {
    padding-bottom: 0; }
  #special article figure {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      #special article figure {
        width: 400px;
        margin: 0; } }
  @media (min-width: 768px) {
    #special article .text {
      width: calc(100% - 430px); } }
  #special article .text .num {
    margin: 0 0 10px; }
  #special article .text h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold; }
    @media (min-width: 768px) {
      #special article .text h4 {
        font-size: 24px; } }
  #special article .text .btn {
    margin: 20px auto;
    display: table;
    text-decoration: none;
    background: #E05938;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold; }
    @media (min-width: 768px) {
      #special article .text .btn {
        margin: 40px 0 20px; } }
    #special article .text .btn::before {
      content: "";
      background: url(../images/special/icon.svg) no-repeat center center/contain;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
  #special article .text .note {
    margin: 20px 0 0 0; }

/*------------------------------------------*/
.people_head {
  margin: -120px -8vw 0;
  padding: 0 8vw 30px;
  position: relative;
  background: #FAE100; }
  @media (min-width: 768px) {
    .people_head {
      margin: -350px 0 0;
      padding: 0;
      background: none; } }
  .people_head .label {
    opacity: .4; }
    @media (max-width: 767px) {
      .people_head .label {
        width: 240px; } }
  .people_head .photo {
    margin: 0 -8vw;
    height: 95vw;
    overflow: hidden; }
    @media (min-width: 768px) {
      .people_head .photo {
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
        width: 407px;
        height: auto;
        border-radius: 30px;
        overflow: hidden; } }
  .people_head .catchcopy {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    background: #fff;
    margin: -40px 0 0 -8vw;
    padding: 10px 8vw; }
    @media (min-width: 768px) {
      .people_head .catchcopy {
        display: inline;
        font-size: 36px;
        padding: 0;
        margin: 0; } }
  .people_head .name {
    padding-top: 20px; }
    @media (min-width: 768px) {
      .people_head .name {
        padding-top: 45px; } }
    @media (max-width: 767px) {
      .people_head .name img {
        height: 71px;
        width: auto; } }

@media (min-width: 768px) {
  #people_detail .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 60px; }
    #people_detail .flex .question {
      align-self: center;
      width: calc(100% - 537px - 50px);
      margin: 0; }
    #people_detail .flex .photo {
      margin: 0; } }
#people_detail .question {
  position: relative;
  margin: 0 0 5vw; }
  @media (min-width: 768px) {
    #people_detail .question {
      margin: 0 0 60px; } }
  @media (min-width: 768px) {
    #people_detail .question:first-child {
      padding-right: 450px; } }
  #people_detail .question::before {
    content: "";
    display: block;
    background: url(../images/people/q.svg) no-repeat center center/contain;
    width: 43px;
    height: 60px;
    position: absolute;
    top: 0;
    left: -15px; }
    @media (min-width: 768px) {
      #people_detail .question::before {
        left: 0;
        width: 70px;
        height: 96px; } }
  #people_detail .question h2 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 0;
    margin: 0;
    line-height: 1.5; }
    @media (min-width: 768px) {
      #people_detail .question h2 {
        font-size: 27px;
        padding: 40px 0 0 30px; } }
  #people_detail .question p {
    position: relative; }
#people_detail .photo {
  margin: 8vw 0 8vw;
  overflow: hidden;
  border-radius: 30px; }
  @media (min-width: 768px) {
    #people_detail .photo {
      margin: 0 50px 60px 0;
      width: 537px; } }
#people_detail .timeline {
  position: relative;
  clear: both;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-top: 3px solid #FAE100;
  border-bottom: 3px solid #FAE100;
  margin: 15vw -8vw 0;
  padding: 0 8vw 8vw; }
  @media (min-width: 768px) {
    #people_detail .timeline {
      border: 3px solid #FAE100;
      border-radius: 10px;
      padding: 0 50px 50px;
      margin: 100px 0 0; } }
  #people_detail .timeline h2 {
    background: #FAE100;
    display: table;
    transform: translateY(-50%);
    color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    width: 250px;
    text-align: center;
    font-size: 24px;
    -webkit-text-stroke: 1px #000; }
    @media (min-width: 768px) {
      #people_detail .timeline h2 {
        padding: 10px 100px;
        font-size: 34px;
        width: auto; } }
  #people_detail .timeline ul {
    margin: 0;
    padding: 0;
    position: relative; }
    #people_detail .timeline ul::before {
      content: "";
      width: 3px;
      height: 100%;
      position: absolute;
      top: 0;
      background: #B1B1B1;
      display: block; }
      @media (min-width: 768px) {
        #people_detail .timeline ul::before {
          left: 50%;
          transform: translateX(-50%); } }
    #people_detail .timeline ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative;
      clear: both;
      display: flex;
      align-items: center;
      min-height: 70px;
      padding: 5px 0; }
      @media (min-width: 768px) {
        #people_detail .timeline ul li {
          width: 50%;
          height: 95px;
          display: block;
          padding: 0; } }
      #people_detail .timeline ul li .box {
        padding-left: 60px;
        width: 100%;
        box-sizing: border-box; }
        @media (min-width: 768px) {
          #people_detail .timeline ul li .box {
            position: absolute;
            top: 50%;
            left: 30px;
            transform: translateY(-50%);
            box-sizing: border-box;
            width: auto; } }
      #people_detail .timeline ul li::before {
        content: "";
        width: 40px;
        height: 3px;
        background: #B1B1B1;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      #people_detail .timeline ul li::after {
        content: "";
        background: no-repeat center center;
        width: 38px;
        height: 38px;
        display: block;
        position: absolute;
        top: 50%;
        left: -19px;
        transform: translateY(-50%); }
      #people_detail .timeline ul li.blank::before {
        display: none; }
      #people_detail .timeline ul li.blank.nodot::after {
        display: none; }
      #people_detail .timeline ul li.small::after, #people_detail .timeline ul li.blank::after {
        background-image: url("../images/people/timeline1.svg"); }
      @media (min-width: 768px) {
        #people_detail .timeline ul li.small strong, #people_detail .timeline ul li.blank strong {
          font-size: 22px; } }
      #people_detail .timeline ul li.large::after {
        background-image: url("../images/people/timeline2.svg"); }
      @media (min-width: 768px) {
        #people_detail .timeline ul li.large .box {
          width: calc(100% - 39px); } }
      @media (min-width: 768px) {
        #people_detail .timeline ul li.left::before, #people_detail .timeline ul li.blank::before {
          left: inherit;
          right: 0; }
        #people_detail .timeline ul li.left::after, #people_detail .timeline ul li.blank::after {
          left: inherit;
          right: -19px; }
        #people_detail .timeline ul li.left .box, #people_detail .timeline ul li.blank .box {
          left: inherit;
          right: 39px;
          padding-left: 0;
          padding-right: 39px; }
          #people_detail .timeline ul li.left .box .time, #people_detail .timeline ul li.blank .box .time {
            right: 0;
            left: inherit; }
          #people_detail .timeline ul li.left .box .frame, #people_detail .timeline ul li.blank .box .frame {
            padding-right: 59px; } }
      @media (min-width: 768px) {
        #people_detail .timeline ul li.right {
          margin-left: 50%; }
          #people_detail .timeline ul li.right .box {
            left: 39px;
            padding-left: 39px; }
            #people_detail .timeline ul li.right .box .time {
              left: 0; }
            #people_detail .timeline ul li.right .box .frame {
              padding-left: 59px; } }
      @media (min-width: 768px) {
        #people_detail .timeline ul li:first-child.large .box {
          top: 0;
          transform: none; }
          #people_detail .timeline ul li:first-child.large .box .time {
            top: 0;
            transform: translateY(10px); } }
    #people_detail .timeline ul .time {
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%);
      width: 59px;
      height: 59px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      border-radius: 100px;
      border: 3px solid #FAE100;
      z-index: 2;
      background: #fff; }
      @media (min-width: 768px) {
        #people_detail .timeline ul .time {
          width: 78px;
          height: 78px; } }
      #people_detail .timeline ul .time img {
        height: 12px;
        width: auto; }
        @media (min-width: 768px) {
          #people_detail .timeline ul .time img {
            height: 16px; } }
    #people_detail .timeline ul .frame {
      position: relative;
      z-index: 1;
      border-radius: 10px;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
      padding: 10px 15px 10px 40px;
      box-sizing: border-box;
      min-width: 180px; }
      @media (min-width: 768px) {
        #people_detail .timeline ul .frame {
          padding: 15px 30px; } }
    #people_detail .timeline ul strong {
      display: block;
      line-height: 1.4; }
      @media (min-width: 768px) {
        #people_detail .timeline ul strong {
          font-size: 26px; } }
    #people_detail .timeline ul p {
      margin: 5px 0 0 0;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 1.4; }
      @media (min-width: 768px) {
        #people_detail .timeline ul p {
          font-size: 16px; } }
#people_detail .advice {
  margin-top: 10vw;
  position: relative; }
  @media (min-width: 768px) {
    #people_detail .advice {
      margin-top: 70px;
      padding: 0 250px 0 0; } }
  #people_detail .advice h2 {
    background: url("../images/people/fukidashi_sp.svg") no-repeat center center/100% 100%;
    box-sizing: border-box;
    width: 350px;
    max-width: 100%;
    height: 116px;
    font-size: 24px;
    padding: 17px 20px 0;
    margin: 0;
    line-height: 1.3; }
    @media (min-width: 768px) {
      #people_detail .advice h2 {
        background-image: url("../images/people/fukidashi_pc.svg");
        width: 528px;
        height: 86px;
        font-size: 27px;
        text-align: center;
        padding: 16px 0 0;
        margin: 0 0 30px; } }
  #people_detail .advice .comment {
    position: relative;
    padding: 25px 0;
    margin: 0 0 10px 0; }
    @media (min-width: 768px) {
      #people_detail .advice .comment {
        padding: 0 35px;
        margin: 0 0 0 40px; } }
    #people_detail .advice .comment::before {
      content: "";
      background: no-repeat center center / contain;
      width: 23px;
      height: 17px;
      position: absolute;
      top: 0px;
      left: 0;
      background-image: url(../images/people/dc1.svg); }
    #people_detail .advice .comment::after {
      content: "";
      background: no-repeat center center / contain;
      width: 23px;
      height: 17px;
      position: absolute;
      bottom: 0px;
      right: 0;
      background-image: url(../images/people/dc2.svg); }
      @media (min-width: 768px) {
        #people_detail .advice .comment::after {
          bottom: inherit;
          top: 0; } }
  #people_detail .advice .photo {
    margin: 0 auto;
    width: 204px;
    float: none; }
    @media (min-width: 768px) {
      #people_detail .advice .photo {
        position: absolute;
        top: 10px;
        right: 0;
        margin: 0; } }

/*------------------------------------------*/
.pagemove {
  padding: 12vw 0 17vw; }
  @media (min-width: 768px) {
    .pagemove {
      padding: 70px 0; } }
  .pagemove .inner {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .pagemove .inner {
        grid-gap: 70px; } }
  .pagemove a {
    display: block;
    position: relative;
    background: #000000;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    line-height: 1;
    width: 100%; }
    @media (min-width: 768px) {
      .pagemove a {
        width: 400px; } }
    .pagemove a::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: 0.5s cubic-bezier(0.17, 0.67, 0.33, 1);
      background: #FAE100; }
    .pagemove a:hover::before {
      left: 0; }
    @media (max-width: 767px) {
      .pagemove a.is-show2::before {
        left: 0; } }
    .pagemove a span {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 2;
      width: 100%;
      height: 63px;
      font-size: 19px; }
      @media (min-width: 768px) {
        .pagemove a span {
          height: 80px;
          font-size: 25px; } }
      .pagemove a span::after {
        content: "";
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px; }

/*------------------------------------------*/
.news_category {
  background: #fafafa;
  color: #fff;
  font-style: normal;
  display: block;
  border-radius: 100px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 8px;
  padding: 0px 0 1px;
  box-sizing: border-box; }
  .news_category.information {
    background: #005BAC; }
  .news_category.event {
    background: #10A123; }
  @media (min-width: 768px) {
    .news_category {
      font-size: 12px;
      padding: 0px 0 2px;
      width: 80px; } }

/*------------------------------------------*/
#toppage_news h2 {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px); }
  @media (min-width: 768px) {
    #toppage_news h2 {
      transform: translateY(50px); } }
  #toppage_news h2.is-show {
    opacity: 1;
    transform: none; }
  @media (min-width: 768px) {
    #toppage_news h2 {
      position: relative;
      display: inline-flex;
      align-items: flex-end;
      margin: 0 0 40px; } }
  @media (min-width: 768px) {
    #toppage_news h2::before {
      content: "";
      display: block;
      height: 20px;
      width: 100%;
      position: absolute;
      bottom: -3px;
      left: 0;
      transform: skewX(-45deg);
      opacity: .15;
      background: #FE8900; } }
  #toppage_news h2 .label {
    display: table;
    position: relative; }
    #toppage_news h2 .label::before {
      content: "";
      display: block;
      height: 10px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: skewX(-45deg);
      opacity: .15;
      background: #FE8900; }
      @media (min-width: 768px) {
        #toppage_news h2 .label::before {
          display: none; } }
    #toppage_news h2 .label img {
      height: 45px;
      width: auto;
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        #toppage_news h2 .label img {
          height: 60px; } }
  #toppage_news h2 .title {
    font-size: 12px;
    font-weight: bold;
    margin: 7px 0 0;
    position: relative; }
    @media (min-width: 768px) {
      #toppage_news h2 .title {
        font-size: 20px;
        margin: 0 0 0 30px; } }
#toppage_news ul {
  margin: 0;
  padding: 0;
  transition: 1s;
  opacity: 0;
  transform: translateY(20px); }
  @media (min-width: 768px) {
    #toppage_news ul {
      transform: translateY(50px); } }
  #toppage_news ul.is-show {
    opacity: 1;
    transform: none; }
  #toppage_news ul li {
    margin: 20px 0 0;
    padding: 0;
    list-style: none; }
  #toppage_news ul a {
    display: flex;
    border-radius: 10px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    overflow: hidden;
    text-decoration: none; }
    #toppage_news ul a:hover {
      opacity: .6; }
  #toppage_news ul .date {
    background: #FE8900;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    width: 100px;
    box-sizing: border-box;
    padding: 10px 0 10px 10px;
    margin: 0;
    font-size: 17px;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      #toppage_news ul .date {
        font-size: 26px;
        width: 170px;
        padding: 15px 0 15px 20px; } }
    #toppage_news ul .date::after {
      content: "";
      width: 5px;
      height: 5px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: 50%;
      right: 7px;
      transform: translateY(-50%) rotate(45deg); }
      @media (min-width: 768px) {
        #toppage_news ul .date::after {
          right: 20px;
          width: 8px;
          height: 8px; } }
    #toppage_news ul .date span {
      display: block;
      transform: scale(0.75, 1);
      transform-origin: left;
      white-space: nowrap; }
  #toppage_news ul .label {
    margin: 0;
    padding: 10px 10px;
    box-sizing: border-box;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      #toppage_news ul .label {
        padding: 14px 20px;
        width: calc(100% - 170px); } }
    #toppage_news ul .label span {
      display: block;
      width: calc(100% - 60px);
      font-size: 12px;
      line-height: 1.4;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      @media (min-width: 768px) {
        #toppage_news ul .label span {
          font-size: 16px;
          line-height: 1.7;
          width: calc(100% - 90px); } }

/*------------------------------------------*/
@media (min-width: 768px) {
  #news_column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 70px -40px 0; } }
#news_column .sidebar {
  margin-top: 40px;
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    #news_column .sidebar {
      width: 240px;
      margin: 0;
      display: block; } }
  #news_column .sidebar section {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      #news_column .sidebar section {
        margin: 0  0 30px; } }
    @media (min-width: 768px) {
      #news_column .sidebar section:last-child {
        margin-bottom: 0; } }
  #news_column .sidebar h3 {
    background: #FE8900;
    color: #fff;
    padding: 9px 10px;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    position: relative; }
    @media (min-width: 768px) {
      #news_column .sidebar h3 {
        font-size: 16px;
        padding: 5px 10px; }
        #news_column .sidebar h3 + * {
          display: block !important;
          opacity: 1 !important;
          height: auto !important; } }
    @media (max-width: 767px) {
      #news_column .sidebar h3::after {
        content: "";
        border-top: 8px solid #fff;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
      #news_column .sidebar h3.open::after {
        transform: translateY(-50%) rotate(180deg); }
      #news_column .sidebar h3 + * {
        display: none; } }
  #news_column .sidebar .author {
    border: 2px solid #FE8900;
    padding: 13px;
    border-radius: 20px;
    margin: 0 5vw 20px; }
    @media (min-width: 768px) {
      #news_column .sidebar .author {
        margin: 0 0 20px; } }
    #news_column .sidebar .author .photo {
      margin: 0  0 5px; }
    #news_column .sidebar .author dl {
      display: table;
      margin: 0;
      padding: 0; }
      #news_column .sidebar .author dl > div {
        display: table-row; }
      #news_column .sidebar .author dl dt {
        display: table-cell;
        vertical-align: top;
        margin: 0;
        padding: 8px 0 0;
        font-size: 10px;
        width: 40px; }
        @media (min-width: 768px) {
          #news_column .sidebar .author dl dt {
            width: 50px; } }
      #news_column .sidebar .author dl dd {
        display: table-cell;
        vertical-align: top;
        width: calc(100% - 50px);
        padding: 5px 0 0;
        margin: 0;
        font-size: 14px; }
  #news_column .sidebar .calendar {
    border: 1px solid #D8D8D8;
    border-top: none; }
    #news_column .sidebar .calendar .calendar-header {
      margin: 0 10px;
      padding: 5px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #D8D8D8; }
      #news_column .sidebar .calendar .calendar-header .calendar-header__title {
        color: #FE8900;
        font-size: 12px;
        order: 2; }
      #news_column .sidebar .calendar .calendar-header .calendar-header__prev,
      #news_column .sidebar .calendar .calendar-header .calendar-header__next {
        order: 1;
        background: none;
        border: none;
        text-indent: -999em;
        overflow: hidden;
        position: relative;
        width: 20px;
        height: 20px; }
        #news_column .sidebar .calendar .calendar-header .calendar-header__prev::before,
        #news_column .sidebar .calendar .calendar-header .calendar-header__next::before {
          content: "";
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-right: 5px solid #FE8900;
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
      #news_column .sidebar .calendar .calendar-header .calendar-header__prev {
        order: 1; }
      #news_column .sidebar .calendar .calendar-header .calendar-header__next {
        order: 3;
        transform: scaleX(-1); }
    #news_column .sidebar .calendar .calendar-table {
      padding: 5px 0;
      margin: 0 10px;
      width: calc(100% - 20px);
      box-sizing: border-box;
      text-align: center;
      table-layout: fixed;
      border-collapse: separate;
      border-spacing: 1px; }
      #news_column .sidebar .calendar .calendar-table th {
        color: #707070; }
      #news_column .sidebar .calendar .calendar-table td {
        line-height: 26px; }
        @media (min-width: 768px) {
          #news_column .sidebar .calendar .calendar-table td {
            line-height: 30px; } }
        #news_column .sidebar .calendar .calendar-table td a {
          font-weight: bold;
          display: inline-flex;
          border-radius: 100px;
          justify-content: center;
          align-items: center;
          width: 26px;
          color: #fff;
          background: #FE8900;
          text-decoration: none; }
          @media (min-width: 768px) {
            #news_column .sidebar .calendar .calendar-table td a {
              width: 30px; } }
  #news_column .sidebar .archive {
    border: 1px solid #D8D8D8;
    border-top: none; }
    #news_column .sidebar .archive dl {
      margin: 0;
      padding: 0; }
      #news_column .sidebar .archive dl > div {
        border-top: 1px solid #D8D8D8; }
        #news_column .sidebar .archive dl > div:first-child {
          border: none; }
      #news_column .sidebar .archive dl dt {
        margin: 0;
        padding: 10px 10px 10px 45px;
        position: relative;
        cursor: pointer; }
        #news_column .sidebar .archive dl dt::before {
          content: "";
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 7px solid #AAAAAA;
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          top: 50%;
          left: 17px;
          transform: translateY(-50%); }
        #news_column .sidebar .archive dl dt.open::before {
          transform: translateY(-50%) rotate(180deg); }
      #news_column .sidebar .archive dl dd {
        display: none;
        margin: 0;
        padding: 0; }
        #news_column .sidebar .archive dl dd ul {
          margin: 0;
          padding: 0; }
          #news_column .sidebar .archive dl dd ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            border-top: 1px solid #D8D8D8; }
            #news_column .sidebar .archive dl dd ul li a {
              display: block;
              padding: 10px 10px 10px 45px;
              text-decoration: none; }
@media (min-width: 768px) {
  #news_column .mainarea {
    width: calc(100% - 240px - 30px); } }
#news_column .mainarea .category_select {
  float: left;
  width: 160px;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    #news_column .mainarea .category_select {
      width: 190px; } }
  #news_column .mainarea .category_select .parent {
    padding: 8px 20px;
    color: #fff;
    position: relative;
    background: #000; }
    #news_column .mainarea .category_select .parent::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-70%) rotate(45deg);
      transition: .5s; }
    #news_column .mainarea .category_select .parent.open::after {
      transform: translateY(-30%) rotate(225deg); }
  #news_column .mainarea .category_select ul.select {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
    background: #fff; }
    #news_column .mainarea .category_select ul.select li {
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 1px solid #000; }
    #news_column .mainarea .category_select ul.select a {
      display: block;
      padding: 8px 20px;
      text-decoration: none; }
      #news_column .mainarea .category_select ul.select a:hover {
        background: #A8A8A8; }
    #news_column .mainarea .category_select ul.select span {
      display: block;
      padding: 8px 20px;
      text-decoration: none;
      background: #f1f1f1; }
#news_column .mainarea .count {
  float: right;
  font-size: 20px;
  padding-top: 5px; }
  #news_column .mainarea .count span {
    font-weight: bold; }
#news_column .mainarea ul.news_list {
  clear: both;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    #news_column .mainarea ul.news_list {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      column-gap: 20px;
      margin-top: -20px;
      padding: 0; } }
  #news_column .mainarea ul.news_list li {
    margin: 20px 0 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      #news_column .mainarea ul.news_list li {
        width: calc((100% - 40px) / 3); } }
  #news_column .mainarea ul.news_list a {
    background: #f0f0f0;
    padding: 0 10px 35px;
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box; }
    #news_column .mainarea ul.news_list a:after {
      content: "";
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: url("../images/news/more.svg") no-repeat right bottom;
      width: 100%;
      height: 20px; }
    #news_column .mainarea ul.news_list a:hover {
      opacity: .6; }
    #news_column .mainarea ul.news_list a figure {
      height: 40vw;
      margin: 0 -10px 10px; }
      @media (min-width: 768px) {
        #news_column .mainarea ul.news_list a figure {
          height: 160px; } }
      #news_column .mainarea ul.news_list a figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #news_column .mainarea ul.news_list a .news_category {
      float: left; }
    #news_column .mainarea ul.news_list a time {
      float: right;
      font-size: 8px;
      color: #707070; }
      @media (min-width: 768px) {
        #news_column .mainarea ul.news_list a time {
          font-size: 12px; } }
    #news_column .mainarea ul.news_list a .title {
      clear: both;
      font-size: 13px;
      font-weight: bold;
      padding: 5px 0 0; }
      @media (min-width: 768px) {
        #news_column .mainarea ul.news_list a .title {
          font-size: 15px; } }
#news_column .mainarea .pager {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  column-gap: 4px; }
  @media (min-width: 768px) {
    #news_column .mainarea .pager {
      margin-top: 40px;
      justify-content: flex-end; } }
  #news_column .mainarea .pager a, #news_column .mainarea .pager span {
    width: 40px;
    height: 40px;
    border: 1px solid #D8D8D8;
    text-decoration: none;
    font-weight: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
    #news_column .mainarea .pager a.current, #news_column .mainarea .pager span.current {
      background: #005BAC;
      border-color: #005BAC;
      color: #fff; }
  #news_column .mainarea .pager a:hover {
    opacity: .6; }
#news_column .mainarea .back {
  text-align: right;
  margin-top: 30px; }
  @media (min-width: 768px) {
    #news_column .mainarea .back {
      margin-top: 50px; } }
  #news_column .mainarea .back a {
    text-decoration: none; }

/*------------------------------------------*/
@media (min-width: 768px) {
  .news_article {
    padding: 0 40px 0 30px; } }
.news_article .article_header {
  overflow: hidden; }
  .news_article .article_header .news_category {
    float: left; }
  .news_article .article_header time {
    float: right;
    font-size: 8px;
    color: #707070; }
    @media (min-width: 768px) {
      .news_article .article_header time {
        font-size: 12px; } }
.news_article .article_body {
  border-left: 2px solid #FE8900;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .news_article .article_body {
      border-left-width: 5px;
      padding-left: 20px; } }
.news_article h1 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .news_article h1 {
      font-size: 28px; } }
.news_article h2 {
  font-size: 18px; }
  @media (min-width: 768px) {
    .news_article h2 {
      font-size: 24px; } }
.news_article h3 {
  font-size: 16px; }
  @media (min-width: 768px) {
    .news_article h3 {
      font-size: 20px; } }
.news_article dl {
  margin: 20px 0; }
  .news_article dl dt {
    display: inline-block;
    font-weight: bold;
    background: #FE8900;
    color: #fff;
    padding: 0 5px;
    margin: 0 0 3px; }
  .news_article dl dd {
    display: block;
    margin: 0 0 20px; }

/*------------------------------------------*/
#data h3 {
  font-size: 23px;
  text-align: center; }
  @media (min-width: 768px) {
    #data h3 {
      font-size: 36px; } }
  #data h3 span {
    font-family: "Roboto", sans-serif;
    color: #00BAC9;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 0.5em; }
    @media (min-width: 768px) {
      #data h3 span {
        font-size: 20px;
        transform: translateY(-5px); } }
#data .boxs1 {
  margin: 0 -8vw; }
  @media (min-width: 768px) {
    #data .boxs1 {
      margin: 0;
      display: grid;
      grid-template-columns: 525px 525px;
      grid-template-rows: 270px 695px;
      grid-gap: 30px; }
      }
#data .boxs1-2 {
  margin: 0 -8vw; }
  @media (min-width: 768px) {
    #data .boxs1-2 {
      margin: 0;
      display: grid;
      grid-template-columns: 525px 525px;
      grid-template-rows: 260px 260px 260px;
      grid-gap: 30px; }
      #data .boxs1-2 #box05 {
        grid-column: 1 / 2;
        grid-row: 1 / 3; } }
#data .boxs2 {
  margin: 0 -8vw; }
  @media (min-width: 768px) {
    #data .boxs2 {
      margin: 0;
      display: grid;
      grid-template-columns: 340px 340px 340px;
      grid-template-rows: 260px;
      grid-gap: 30px;
      margin-top: 30px; }
      #data .boxs2 .box {
        padding-left: 0;
        padding-right: 0; } }
        
#data .boxs3 {
  margin: 0 -8vw; }
  @media (min-width: 768px) {
    #data .boxs3 {
      margin: 0;
      margin-top:  30px;
      display: grid;
      grid-template-columns: 525px 525px;
      grid-template-rows: 260px 260px;
      grid-gap: 30px; }
      #data .boxs3 .box {
        position: relative;
      }
      #data .boxs3 h4.absolute {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 10%;
      }
      #data .boxs3 #box14 {
        grid-column: 2 / 2;
        grid-row: 1 / 3; } }

#data .box {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background: #fff;
  padding: 5vw 8vw;
  margin: 0 0 8vw;
  line-height: 1;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    #data .box {
      border-radius: 10px;
      padding: 30px 40px;
      margin: 0; } }
  #data .box h4 {
    text-align: center;
    font-size: 4vw;
    margin: 0 0 4vw;
    clear: both; }
    @media (min-width: 768px) {
      #data .box h4 {
        font-size: 18px;
        margin: 0 0 30px; } }
  #data .box .num {
    color: #00BAC9;
    font-size: 10vw;
    white-space: nowrap; }
    @media (min-width: 768px) {
      #data .box .num {
        font-size: 40px; } }
    #data .box .num span {
      font-size: 13vw; }
      @media (min-width: 768px) {
        #data .box .num span {
          font-size: 80px; } }
    #data .box .num.num2 {
      color: #20D3BE; }
      #data .box .num.num2 .label {
        background: #20D3BE !important; }
  #data .box .countup {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 25vw;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 0;
    text-align: right;
    letter-spacing: -0.02em; }
    @media (min-width: 768px) {
      #data .box .countup {
        font-size: 110px; } }
  #data .box .ratio {
    position: relative;
    padding: 28vw 0 31vw; }
    @media (min-width: 768px) {
      #data .box .ratio {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -10px -20px 0;
        padding: 0;
        column-gap: 10px; } }
    @media (max-width: 767px) {
      #data .box .ratio .num1 {
        position: absolute;
        bottom: 0;
        left: 0; } }
    @media (max-width: 767px) {
      #data .box .ratio .num2 {
        position: absolute;
        top: 0;
        right: 0; } }
    #data .box .ratio .label {
      color: #fff;
      background: #00BAC9;
      font-size: 2vw;
      padding: 1vw 0;
      margin-bottom: 1vw; }
      @media (min-width: 768px) {
        #data .box .ratio .label {
          font-size: 15px;
          padding: 3px 0 5px;
          margin-bottom: 10px; } }
    #data .box .ratio .dot {
      font-size: 20vw;
      font-weight: bold;
      color: #00BAC9;
      padding-bottom: 3vw; }
      @media (min-width: 768px) {
        #data .box .ratio .dot {
          padding-bottom: 20px;
          font-size: 80px; } }
    @media (max-width: 767px) {
      #data .box .ratio figure img {
        width: 50vw; } }
    #data .box .ratio .countup {
      text-align: right;
      width: 1.2em;
      font-size: 90px; }
      @media (max-width: 767px) {
        #data .box .ratio .countup {
          font-size: 23vw; } }
#data #box01 {
  height: 95vw; }
  @media (min-width: 768px) {
    #data #box01 {
      height: auto; } }
  #data #box01::before {
    content: "";
    background: url(../images/data/fig1_sp.svg) no-repeat center center/contain;
    width: 80vw;
    height: 80vw;
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      #data #box01::before {
        background: url(../images/data/fig1_pc.svg) no-repeat center center/contain;
        width: 477px;
        height: 169px;
        left: 20px;
        bottom: 20px;
        top: inherit;
        transform: none; } }
  #data #box01 .num {
    position: absolute;
    top: 21vw;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      #data #box01 .num {
        top: 100px;
        right: 235px;
        left: inherit;
        transform: none; } }
    #data #box01 .num .countup {
      width: 1.2em;
      font-size: 27vw; }
      @media (min-width: 768px) {
        #data #box01 .num .countup {
          font-size: 130px;
          width: auto; } }
#data #box02 {
  padding-left: 3vw;
  padding-right: 3vw; }
  @media (min-width: 768px) {
    #data #box02 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) {
    #data #box02 figure {
      margin-top: 60px; } }
@media (min-width: 768px) {
  #data #box03 {
    padding-top: 30px; } }
@media (min-width: 768px) {
  #data #box03 .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    margin: 0 -20px; }
    #data #box03 .flex + .flex {
      margin-top: 10px; } }
#data #box03 h4 {
  margin: 0; }
@media (min-width: 768px) {
  #data #box03 .countup {
    font-size: 100px; } }
@media (min-width: 768px) {
  #data #box03 figure {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); } }
#data #box04 {
  padding-left: 3vw;
  padding-right: 3vw; }
  @media (min-width: 768px) {
    #data #box04 {
      padding-left: 20px;
      padding-right: 20px; } }
  #data #box04 .all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60.91vw;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #data #box04 .all {
        position: absolute;
        left: 50%;
        bottom: 20px;
        width: auto;
        transform: translateX(-50%); } }
    #data #box04 .all .label {
      background: #00BAC9;
      color: #fff;
      margin: 0;
      white-space: nowrap;
      font-size: 2.4vw;
      padding: 2vw 1vw; }
      @media (min-width: 768px) {
        #data #box04 .all .label {
          padding: 10px 5px;
          font-size: 10px; } }
    @media (max-width: 767px) {
      #data #box04 .all .num {
        font-size: 6vw; } }
    #data #box04 .all .num .countup {
      width: 1.8em; }
      @media (max-width: 767px) {
        #data #box04 .all .num .countup {
          font-size: 24vw; } }
#data #box05 figure {
  padding: 8vw 5vw 15vw; }
  @media (min-width: 768px) {
    #data #box05 figure {
      padding: 0; } }
#data #box05 .man {
  position: absolute;
  top: 10vw;
  left: 8vw; }
  @media (min-width: 768px) {
    #data #box05 .man {
      top: 40px;
      left: 20px; } }
#data #box05 .woman {
  position: absolute;
  bottom: 8vw;
  right: 8vw;
  color: #20D3BE; }
  @media (min-width: 768px) {
    #data #box05 .woman {
      bottom: 20px;
      right: 20px; } }
#data #box05 .countup {
  font-size: 20vw;
  width: 1.2em; }
  @media (min-width: 768px) {
    #data #box05 .countup {
      font-size: 100px;
      line-height: 0.9; } }
#data #box05 .label {
  font-size: 4vw;
  font-weight: bold; }
  @media (min-width: 768px) {
    #data #box05 .label {
      font-size: 27px; } }
@media (min-width: 768px) {
  #data #box06 .flex, #data #box08 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
#data #box06 .flex figure, #data #box08 .flex figure {
  text-align: center;
  width: 40vw;
  margin: 4vw auto 0; }
  @media (min-width: 768px) {
    #data #box06 .flex figure, #data #box08 .flex figure {
      width: 160px;
      margin: 0; } }
#data #box10,
#data #box11,
#data #box12 {
  text-align: left; }
  @media (min-width: 768px) {
    #data #box10,
    #data #box11,
    #data #box12 {
      text-align: center; } }
  #data #box10 .num,
  #data #box11 .num,
  #data #box12 .num {
    padding-left: 2vw; }
    @media (min-width: 768px) {
      #data #box10 .num,
      #data #box11 .num,
      #data #box12 .num {
        padding-left: 0; } }
  @media (min-width: 768px) {
    #data #box10 .countup,
    #data #box11 .countup,
    #data #box12 .countup {
      padding-top: 10px; } }
  #data #box10 figure,
  #data #box11 figure,
  #data #box12 figure {
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateY(-35%); }
    @media (min-width: 768px) {
      #data #box10 figure,
      #data #box11 figure,
      #data #box12 figure {
        bottom: 10px;
        top: inherit;
        right: 10px;
        transform: none;
        width: auto; } }
@media (min-width: 768px) {
  #data #box10 .num {
    padding-right: 40px;
    margin-top: -10px; } }
@media (max-width: 767px) {
  #data #box10 figure {
    width: 30vw; } }
@media (min-width: 768px) {
  #data #box11 .num {
    padding-right: 30px;
    margin-top: -10px; } }
@media (max-width: 767px) {
  #data #box11 figure {
    width: 30vw; } }
@media (min-width: 768px) {
  #data #box12 .num {
    text-align: left;
    padding-left: 20px; } }
@media (min-width: 768px) {
  #data #box12 .countup {
    font-size: 90px; } }
@media (max-width: 767px) {
  #data #box12 figure {
    width: 20vw; } }
/* benefits */
#benefits .benefits-wrap{
    width: 100%;
    margin: 0 auto;
  }
  #benefits .benefits-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
  }
  #benefits .benefits-box li{
    position: relative;
      list-style: none;
      width: min-content;
    }
  #benefits .benefits-box p{
    text-align: center;
    font-size: 16px;
    color: #005BAC;
    font-weight: bold;
    line-height: 1.18;
    margin: 0.8em 0 2.5em 0;
  }
  #benefits .chotai{
    position: absolute;
    word-break: keep-all;
    left: 50%;
    transform: translateX(-50%) scale(0.8, 1);
  }
  #benefits .benefits-box .benefits{
      position: relative;
      list-style: none;
      width: 38vw;
      height: 38vw;
      border-radius: 50%;
      background: linear-gradient(-45deg, #FFFFFF, #F1F1F1);
      box-shadow: 5px 5px 10px rgba(0, 90, 170, 0.2);
      transition: 0.2s ease-in-out;
    }
  #benefits .benefits-box .benefits:hover{
      background: linear-gradient(-45deg, #3594E8, #0460B1);
  }
  #benefits .benefits-box .benefits::before {
      position: absolute;
      content: '';
      background-repeat: no-repeat;
      background-size: contain;
      left: 52%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
  .benefits-detail-img{
    width: 50%;
    margin: 0 auto 3vw;
  }
  .benefits-detail-img img{
    width: 100%;
  }
  .benefits-detail-title{
    font-size: 6.8vw;
    font-weight: bold;
    color: #005BAC;
    text-align: center;
  }
  .benefits-detail-text{
    font-size: 3.5vw;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
  }
  .btn.btn-secondary{
    position: relative;
    width: 70%;
    padding: 1em 0;
    font-size: 4.4vw;
    background-color: #005BAC;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 2em;
    margin: 7vw auto 0;
  }
  .modal-open .modal{
    overflow-y:hidden;
  }
    /* 01 */
    #benefits .benefits.b-01::before {
      background-image: url(../images/benefits/benefits-01.svg);
      width: 80.2px;
      height: 68px;
    }
    #benefits .benefits.b-01:hover:before {
      background-image: url(../images/benefits/benefits-01-hover.svg);
    }
    /* 02 */
    #benefits .benefits.b-02::before {
      background-image: url(../images/benefits/benefits-02.svg);
      width: 59px;
      height: 70px;
    }
    #benefits .benefits.b-02:hover:before {
      background-image: url(../images/benefits/benefits-02-hover.svg);
    }
    /* 03 */
    #benefits .benefits.b-03::before {
      background-image: url(../images/benefits/benefits-03.svg);
      width: 74px;
      height: 74px;
    }
    #benefits .benefits.b-03:hover:before {
      background-image: url(../images/benefits/benefits-03-hover.svg);
    }
    /* 04 */
    #benefits .benefits.b-04::before {
      background-image: url(../images/benefits/benefits-04.svg);
      width: 58px;
      height: 79px;
    }
    #benefits .benefits.b-04:hover:before {
      background-image: url(../images/benefits/benefits-04-hover.svg);
    }
    /* 05 */
    #benefits .benefits.b-05::before {
      background-image: url(../images/benefits/benefits-05.svg);
      width: 79.6px;
      height: 77.8px;
    }
    #benefits .benefits.b-05:hover:before {
      background-image: url(../images/benefits/benefits-05-hover.svg);
    }
    /* 06 */
    #benefits .benefits.b-06::before {
      background-image: url(../images/benefits/benefits-06.svg);
      width: 80.7px;
      height: 83px;
    }
    #benefits .benefits.b-06:hover:before {
      background-image: url(../images/benefits/benefits-06-hover.svg);
    }
    /* 07 */
    #benefits .benefits.b-07::before {
      background-image: url(../images/benefits/benefits-07.svg);
      width: 79.5px;
      height: 77.3px;
    }
    #benefits .benefits.b-07:hover:before {
      background-image: url(../images/benefits/benefits-07-hover.svg);
    }
    /* 08 */
    #benefits .benefits.b-08::before {
      background-image: url(../images/benefits/benefits-08.svg);
      width: 86.4px;
      height: 77.4px;
    }
    #benefits .benefits.b-08:hover:before {
      background-image: url(../images/benefits/benefits-08-hover.svg);
    }
    /* 09 */
    #benefits .benefits.b-09::before {
      background-image: url(../images/benefits/benefits-09.svg);
      width:  78.6px;
      height:  71.1px;
    }
    #benefits .benefits.b-09:hover:before {
      background-image: url(../images/benefits/benefits-09-hover.svg);
    }
    /* 10 */
    #benefits .benefits.b-10::before {
      background-image: url(../images/benefits/benefits-10.svg);
      width:  76.8px;
      height:  62.1px;
    }
    #benefits .benefits.b-10:hover:before {
      background-image: url(../images/benefits/benefits-10-hover.svg);
    }
    /* 11 */
    #benefits .benefits.b-11::before {
      background-image: url(../images/benefits/benefits-11.svg);
      width:  82.2px;
      height:  77.3px;
    }
    #benefits .benefits.b-11:hover:before {
      background-image: url(../images/benefits/benefits-11-hover.svg);
    }
    /* 12 */
    #benefits .benefits.b-12::before {
      background-image: url(../images/benefits/benefits-12.svg);
      width:  102.5px;
      height:  82.4px;
    }
    #benefits .benefits.b-12:hover:before {
      background-image: url(../images/benefits/benefits-12-hover.svg);
    }
/*========= モーダル表示のためのCSS ===============*/
.btn-primary,
.btn-primary.focus, 
.btn-primary:focus{
  border: none !important;
}
section.modal {
  margin-top: 0;
}
.modal-open #header #gnavi{
  padding-right: 17px;
}
/*モーダルの横幅を変更したい場合*/
.modal-content{
    max-width: 523px;
    background-color: #fff;
    margin: 0 auto;
    border: 6px solid #005BAC;
    padding: 9vw;
}

/*モーダルのボタンの色を変更したい場合*/
button.modaal-close{
  display: none;
}
/* slick */
.slider {
   width:100%;
   margin:0 auto;
   padding: 10vw 0 0 0;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 5vw;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;
    top: 1%;
    cursor: pointer;
    outline: none;
    height: 6vw;
    width: 6vw;
    background-image: url(../images/top/top-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev:hover, 
.slick-next:hover {
  background-image: url(../images/top/top-arrow-hover.svg);
}
.slick-prev {/*戻る矢印の位置と形状*/
    right: 10%;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 0;
    transform: rotate(180deg);
}

@media (min-width: 768px) {
  #benefits .benefits-wrap{
    width: 750px;
  }

  #benefits .benefits-box p{
    font-size: 16px;
  }

  #benefits .benefits-box .benefits{
      width: 151.36px;
      height: 151.36px;
    }

  .benefits-detail-img{
    width: 35.3%;
    margin: 0 auto 20px;
  }

  .benefits-detail-title{
    font-size: 29px;
  }
  .benefits-detail-text{
    font-size: 15px;
  }
  .btn.btn-secondary{
    font-size: 19px;
    margin: 40px auto 0;
  }
  
/*モーダルの横幅を変更したい場合*/
.modal-content{
    max-width: 523px;
    padding: 50px;
}
.slider {
  padding: 100px 0 0 0;
}
.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    top: 0;
    height: 80px;
    width: 80px;
}
.slick-prev {
    right: 15%;
}
.slick-next {
    right: 7.5%;
}
}
.timelinephoto {
    width: 44%;
    position: absolute;
    top: 16px;
    right: -450px;
    border-radius: 10px;
}
.timelinephoto.p24 {
    width: 215px;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
