@charset "UTF-8";
/*****************************
 *
 *settings
 *
 ***************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
body.noovh #content.subpage {
  overflow: visible; }

#gradient-canvas {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  --gradient-color-1: #F9D6D7;
  --gradient-color-2: #D0E2E6;
  --gradient-color-3: #E5DDDF;
  --gradient-color-4: #A4D0D8;
  background: url(../img/recruit/bg1.jpg); }

#content.recruit {
  background-size: cover;
  position: relative; }
  #content.recruit .btn_entry {
    position: fixed;
    width: 180px;
    height: 68px;
    right: 24px;
    bottom: 24px;
    z-index: 999999; }
    #content.recruit .btn_entry:before {
      position: absolute;
      bottom: -8px;
      right: 0;
      content: url(../img/recruit/btn_bg.svg); }
    #content.recruit .btn_entry a {
      width: 176px;
      height: 64px;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50px;
      padding: 15px;
      text-align: center;
      background: url(../img/recruit/bg4.png) 100% 50%;
      background-size: 200% auto;
      border: 1px solid #fff;
      transition: 0.4s ease; }
      #content.recruit .btn_entry a:hover {
        transform: translateY(4px) translateX(4px);
        background: url(../img/recruit/bg4.png) 0% 50%;
        background-size: 200% auto; }
      #content.recruit .btn_entry a img {
        display: inline-block;
        position: relative;
        top: 5px; }
      #content.recruit .btn_entry a span {
        margin-left: 5px;
        position: relative;
        top: -3px;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        color: #fff; }
  #content.recruit:before {
    height: 535px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F9F9FA;
    display: block;
    content: "";
    z-index: 2; }
  #content.recruit .rec_top_mov {
    height: 560px;
    position: absolute;
    right: 0;
    top: 128px;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    width: calc(50vw + 496px);
    background: #ddd;
    z-index: 2; }
    #content.recruit .rec_top_mov img, #content.recruit .rec_top_mov video {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #content.recruit .ib {
    position: relative;
    z-index: 3;
    padding-top: 280px; }
    #content.recruit .ib h2 {
      letter-spacing: 0.15em;
      font-size: 44px;
      font-weight: bold;
      color: #fff; }
      #content.recruit .ib h2.f {
        padding-left: 66px;
        line-height: 1.3;
        letter-spacing: 0;
        margin-top: -15px; }
        #content.recruit .ib h2.f i {
          display: block;
          font-size: 24px;
          margin-bottom: -5px; }
        #content.recruit .ib h2.f span {
          font-size: 60px;
          display: block;
          font-family: "Oswald";
          font-weight: 500; }
        #content.recruit .ib h2.f em {
          margin-top: -23px;
          display: block;
          font-family: "Oswald";
          font-size: 80px;
          font-weight: 500; }
    #content.recruit .ib .buttons {
      height: 80px;
      padding-left: 0px;
      padding-top: 27px;
      display: flex;
      margin: 0px 0 0px;
      position: relative; }
      #content.recruit .ib .buttons a {
        font-size: 14px;
        font-weight: bold;
        color: #7F8890;
        margin-right: 25px;
        position: relative;
        padding-right: 23px;
        transition: 0.4s ease; }
        #content.recruit .ib .buttons a:after {
          content: url(../img/arr6.svg);
          position: absolute;
          right: -0.3px;
          top: -2px;
          transition: 0.4s ease; }
        #content.recruit .ib .buttons a:before {
          width: 2px;
          height: 8px;
          background: #007586;
          content: "";
          display: block;
          position: absolute;
          right: 4.7px;
          top: 5px;
          opacity: 0;
          transition: 0.4s ease; }
        #content.recruit .ib .buttons a:hover {
          color: #E63034; }
          #content.recruit .ib .buttons a:hover:after {
            top: 3px;
            content: url(../img/recruit/ar3.svg); }
          #content.recruit .ib .buttons a:hover:before {
            height: 13px;
            opacity: 1;
            background: #E63034; }
  #content.recruit .rec_content .row {
    margin-top: 100px;
    margin-bottom: 200px; }
    #content.recruit .rec_content .row:nth-of-type(1) {
      margin-top: 230px; }
    #content.recruit .rec_content .row:nth-of-type(n+2).n3 .catch, #content.recruit .rec_content .row:nth-of-type(n+2).n4 .catch {
      margin-right: 0;
      margin-left: calc(0px - calc(50vw - 496px)); }
    #content.recruit .rec_content .row:nth-of-type(n+2).n3 .ib, #content.recruit .rec_content .row:nth-of-type(n+2).n4 .ib {
      padding-left: 0; }
      #content.recruit .rec_content .row:nth-of-type(n+2).n3 .ib:before, #content.recruit .rec_content .row:nth-of-type(n+2).n4 .ib:before {
        right: auto;
        left: calc(0px - calc(50vw - 492px)); }
      #content.recruit .rec_content .row:nth-of-type(n+2).n3 .ib .tit, #content.recruit .rec_content .row:nth-of-type(n+2).n4 .ib .tit {
        top: -118px;
        width: calc(50vw + 496px);
        background: url(../img/recruit/bg3.png);
        background-size: cover;
        margin-left: calc(0px - calc(50vw - 496px));
        padding-left: calc(50vw - 496px);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent; }
    #content.recruit .rec_content .row:nth-of-type(n+2).n4 {
      margin-bottom: -160px; }
      #content.recruit .rec_content .row:nth-of-type(n+2).n4:hover .catch {
        background: url(../img/recruit/bg4.png) 100% 50%;
        background-size: 200% auto;
        background-position: 0% 50%; }
      #content.recruit .rec_content .row:nth-of-type(n+2).n4:hover .ib .tit {
        background: url(../img/recruit/bg4.png) 100% 50%;
        background-size: 200% auto;
        background-position: 0% 50%;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent; }
      #content.recruit .rec_content .row:nth-of-type(n+2).n4:hover .ib a.link:after {
        content: url(../img/recruit/ar2.svg); }
      #content.recruit .rec_content .row:nth-of-type(n+2).n4 .catch {
        width: 100vw;
        margin-right: 0;
        left: calc(0px - calc(50vw - 496px));
        margin-left: 0;
        background: url(../img/recruit/bg4.png) 100% 50%;
        background-size: 200% auto;
        transition: 0.4s ease; }
      #content.recruit .rec_content .row:nth-of-type(n+2).n4 .ib {
        height: 340px; }
        #content.recruit .rec_content .row:nth-of-type(n+2).n4 .ib a.link {
          position: absolute;
          top: calc(50% - 10px);
          width: 256px;
          right: 0;
          font-size: 16px;
          font-weight: bold;
          color: #fff; }
          #content.recruit .rec_content .row:nth-of-type(n+2).n4 .ib a.link:after {
            content: url(../img/recruit/ar1.svg);
            position: absolute;
            right: 0;
            top: calc(50% - 32px); }
        #content.recruit .rec_content .row:nth-of-type(n+2).n4 .ib .tit {
          top: -118px;
          width: 100vw;
          background: url(../img/recruit/bg4.png) 100% 50%;
          background-size: 200% auto;
          left: calc(0px - calc(50vw - 496px));
          margin-left: 0;
          padding-left: calc(50vw - 496px);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          color: transparent;
          transition: 0.4s ease; }
    #content.recruit .rec_content .row:nth-of-type(n+2) .catch {
      width: calc(50vw + 496px);
      height: 340px;
      display: block;
      margin-right: calc(0px - calc(50vw - 496px));
      position: absolute;
      z-index: 3;
      right: 0;
      top: 0;
      margin-top: 0px; }
      #content.recruit .rec_content .row:nth-of-type(n+2) .catch img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content.recruit .rec_content .row:nth-of-type(n+2) .ib {
      padding: 96px;
      padding-right: 0; }
      #content.recruit .rec_content .row:nth-of-type(n+2) .ib:before {
        left: auto;
        right: calc(0px - calc(50vw - 492px)); }
      #content.recruit .rec_content .row:nth-of-type(n+2) .ib .graph {
        display: block;
        margin: 200px 0 0;
        position: relative;
        height: 845px;
        margin-bottom: 150px; }
        #content.recruit .rec_content .row:nth-of-type(n+2) .ib .graph img {
          position: absolute;
          top: 0;
          left: 0; }
        #content.recruit .rec_content .row:nth-of-type(n+2) .ib .graph p {
          font-size: 14px;
          padding: 20px;
          background: #fff;
          border: 1px solid #007586;
          border-radius: 10px;
          font-weight: 500;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          line-height: 22px;
          position: absolute; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .graph p:nth-of-type(1) {
            width: 330px;
            top: 260px;
            left: 80px; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .graph p:nth-of-type(2) {
            width: 330px;
            top: 355px;
            right: 170px; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .graph p:nth-of-type(3) {
            width: 330px;
            flex-wrap: wrap;
            display: flex;
            top: 666px;
            left: 100px; }
            #content.recruit .rec_content .row:nth-of-type(n+2) .ib .graph p:nth-of-type(3) span {
              display: block;
              width: 100%;
              font-weight: bold;
              color: #007586; }
            #content.recruit .rec_content .row:nth-of-type(n+2) .ib .graph p:nth-of-type(3) em {
              width: 220px; }
            #content.recruit .rec_content .row:nth-of-type(n+2) .ib .graph p:nth-of-type(3) i {
              color: #3C3F43;
              font-weight: 500;
              width: calc(100% - 220px); }
      #content.recruit .rec_content .row:nth-of-type(n+2) .ib .tit {
        top: -118px;
        width: calc(50vw + 496px);
        background: url(../img/recruit/bg2.png);
        background-size: cover;
        margin-right: calc(0px - calc(50vw - 496px));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent; }
      #content.recruit .rec_content .row:nth-of-type(n+2) .ib .member3 {
        position: absolute;
        width: 702px;
        top: 0px;
        right: -60px; }
      #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts {
        flex-wrap: wrap;
        justify-content: space-between;
        display: flex;
        margin-top: 250px;
        padding-right: 30px;
        padding-bottom: 50px; }
        #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box {
          width: 384px;
          transition: 0.4s ease; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box:nth-of-type(2n) {
            padding-top: 70px; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box:hover h4, #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box:hover .df, #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box:hover .df div {
            color: #007586; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box:hover .img:before {
            top: 8px;
            left: 8px; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box:hover .img img {
            bottom: 8px;
            right: 8px; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box .img {
            position: relative;
            height: 219px;
            width: 100%;
            cursor: pointer; }
            #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box .img:before {
              content: "";
              width: 376px;
              height: 211px;
              position: absolute;
              top: 0;
              left: 0;
              display: block;
              background: url(../img/recruit/img_bg.svg);
              transition: 0.4s ease; }
            #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box .img img {
              z-index: 2;
              object-fit: cover;
              width: 100%;
              height: 100%;
              position: absolute;
              bottom: 0;
              right: 0;
              width: 376px;
              height: 211px;
              transition: 0.4s ease; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box h4 {
            font-size: 20px;
            margin-top: 24px;
            margin-bottom: 20px;
            transition: 0.4s ease; }
            #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box h4:before {
              display: none; }
          #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box .df {
            display: flex;
            justify-content: space-between; }
            #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box .df span {
              width: calc(100% - 255px);
              line-height: 1.2;
              transition: 0.4s ease; }
              #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box .df span i {
                font-size: 16px;
                font-weight: bold;
                display: block;
                position: relative;
                top: -2px; }
              #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box .df span em {
                font-size: 14px;
                font-weight: 500; }
            #content.recruit .rec_content .row:nth-of-type(n+2) .ib .rec_posts .box .df div {
              width: 266px;
              transition: 0.4s ease;
              border: 1px solid #BDC3C7;
              color: #000;
              font-size: 14px;
              text-align: center;
              padding: 8px 8px 6px;
              font-weight: bold; }
    #content.recruit .rec_content .row .ib {
      background: #fff;
      padding: 100px 0 100px; }
      #content.recruit .rec_content .row .ib:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 50vw;
        display: block;
        background: #fff;
        top: 0;
        left: calc(0px - calc(50vw - 492px)); }
      #content.recruit .rec_content .row .ib * {
        z-index: 3; }
      #content.recruit .rec_content .row .ib h3 {
        font-size: 40px;
        color: #fff;
        position: relative;
        margin-top: 0px; }
        #content.recruit .rec_content .row .ib h3:before {
          display: none; }
      #content.recruit .rec_content .row .ib img {
        position: relative; }
      #content.recruit .rec_content .row .ib p.w {
        color: #fff; }
      #content.recruit .rec_content .row .ib .member {
        position: absolute;
        width: 622px;
        right: -30px;
        top: -458px; }
      #content.recruit .rec_content .row .ib .d_f {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        position: relative; }
        #content.recruit .rec_content .row .ib .d_f .member2 {
          position: absolute;
          left: -170px;
          bottom: 50px;
          width: 582px;
          opacity: 0;
          transition: 0.4s ease; }
          #content.recruit .rec_content .row .ib .d_f .member2.show {
            opacity: 1 !important;
            transform: translateX(65px) translateY(65px) !important; }
        #content.recruit .rec_content .row .ib .d_f .l {
          width: 380px; }
          #content.recruit .rec_content .row .ib .d_f .l .logo h3 {
            font-size: 32px;
            text-align: center;
            color: #000;
            letter-spacing: 0.2em; }
            #content.recruit .rec_content .row .ib .d_f .l .logo h3:before {
              display: none; }
          #content.recruit .rec_content .row .ib .d_f .l .logo img {
            display: block;
            width: 160px;
            margin: 30px auto; }
        #content.recruit .rec_content .row .ib .d_f .r {
          width: calc(100% - 390px); }
      #content.recruit .rec_content .row .ib p {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 43px; }
        #content.recruit .rec_content .row .ib p br {
          line-height: 2.2; }
        #content.recruit .rec_content .row .ib p i {
          color: #E63034;
          font-weight: bold; }
      #content.recruit .rec_content .row .ib .tit {
        font-size: 100px;
        color: #fff;
        position: absolute;
        font-family: "Oswald";
        top: -119px;
        left: 0;
        margin-bottom: 0px;
        font-weight: 500;
        z-index: 3; }
      #content.recruit .rec_content .row .ib p {
        position: relative; }

#content.skills {
  padding-top: 0; }
  #content.skills .top_contact.new {
    margin-top: 0; }
  #content.skills .side_guide {
    color: #fff; }
    #content.skills .side_guide svg path.shape {
      fill: #fff; }
  #content.skills .fv {
    height: 100vh;
    background: url(../img/skills/top1.png) 50% 50% fixed;
    background-size: cover; }
    #content.skills .fv .ib {
      height: 100%; }
      #content.skills .fv .ib .txt {
        position: absolute;
        left: 0;
        top: calc(50% - 150px); }
      #content.skills .fv .ib h2 {
        font-size: 44px;
        font-weight: normal;
        color: #fff;
        letter-spacing: 0.2em; }
        #content.skills .fv .ib h2.en i:after {
          width: 275px; }
        #content.skills .fv .ib h2 i {
          position: relative;
          z-index: 2; }
          #content.skills .fv .ib h2 i b {
            position: relative;
            z-index: 2; }
          #content.skills .fv .ib h2 i:after {
            z-index: 1;
            position: absolute;
            content: "";
            height: 30px;
            width: 114px;
            background: #E63034;
            bottom: -3px;
            left: -7px; }
        #content.skills .fv .ib h2 b {
          font-weight: bold; }
      #content.skills .fv .ib p {
        color: #fff; }
  #content.skills .intro {
    padding: 40px;
    background: #fff;
    height: 100vh;
    min-height: 800px; }
    #content.skills .intro .inner {
      height: 100%;
      width: 100%;
      background: url(../img/skills/skills2.png) 50% 50%;
      background-size: cover; }
      #content.skills .intro .inner .ib {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        padding-top: 110px; }
      #content.skills .intro .inner p {
        width: 542px;
        max-width: 100%; }
      #content.skills .intro .inner h2 {
        font-size: 44px;
        color: #3C3F43;
        width: 352px;
        max-width: 100%; }
        #content.skills .intro .inner h2 i {
          color: #fff; }
        #content.skills .intro .inner h2 em {
          font-size: 18px;
          color: #fff;
          display: block;
          background: #3C3F43;
          padding: 8px;
          text-align: center; }
  #content.skills .steps .section {
    position: relative; }
    #content.skills .steps .section.s1 {
      background: url(../img/skills/bg1.webp) 50% 50% fixed;
      background-size: cover; }
    #content.skills .steps .section.s2 {
      background: url(../img/skills/bg2.webp) 50% 50% fixed;
      background-size: cover; }
    #content.skills .steps .section.s3 {
      background: url(../img/skills/bg3.webp) 50% 50% fixed;
      background-size: cover; }
    #content.skills .steps .section:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    #content.skills .steps .section .ib {
      padding: 130px 0; }
      #content.skills .steps .section .ib h2 {
        color: #fff;
        text-align: center;
        font-weight: normal;
        font-size: 40px; }
        #content.skills .steps .section .ib h2 img {
          display: block;
          margin: 10px auto 32px; }
        #content.skills .steps .section .ib h2 i {
          color: #E63034; }
      #content.skills .steps .section .ib .detail {
        display: flex;
        justify-content: space-between;
        margin-top: 80px; }
        #content.skills .steps .section .ib .detail .l {
          width: 320px;
          max-width: 100%; }
          #content.skills .steps .section .ib .detail .l .img {
            width: 100%;
            height: 214px; }
            #content.skills .steps .section .ib .detail .l .img img {
              object-fit: cover;
              width: 100%;
              height: 100%; }
          #content.skills .steps .section .ib .detail .l h3 {
            color: #fff;
            margin-top: 20px;
            line-height: 1.5; }
            #content.skills .steps .section .ib .detail .l h3.df {
              justify-content: space-between;
              display: flex; }
            #content.skills .steps .section .ib .detail .l h3:before {
              display: none; }
            #content.skills .steps .section .ib .detail .l h3 s {
              display: block;
              font-size: 16px;
              font-weight: normal;
              font-style: normal;
              text-decoration: none; }
            #content.skills .steps .section .ib .detail .l h3 span {
              font-size: 20px;
              display: block; }
            #content.skills .steps .section .ib .detail .l h3 i {
              font-size: 28px;
              display: block; }
            #content.skills .steps .section .ib .detail .l h3 em {
              font-size: 14px;
              display: block;
              font-family: "Oswald"; }
        #content.skills .steps .section .ib .detail .r {
          max-width: 100%;
          width: 554px; }
          #content.skills .steps .section .ib .detail .r .box {
            margin-bottom: 100px; }
          #content.skills .steps .section .ib .detail .r h3 {
            font-size: 28px;
            margin-top: -7px;
            color: #fff;
            position: relative;
            line-height: 1.5;
            padding-left: 25px; }
            #content.skills .steps .section .ib .detail .r h3:before {
              content: "";
              width: 12px;
              height: 70px;
              position: absolute;
              top: 6px;
              left: 0;
              background: #E63034;
              display: block; }
          #content.skills .steps .section .ib .detail .r p {
            color: #fff; }

#content.history .sub_page_part {
  padding-top: 0; }
#content.history .year70 {
  background: url(../img/history/bg1.jpg) fixed 0% 50% no-repeat, #1A1A1A;
  background-size: auto 100%, cover;
  min-height: 1000px;
  position: relative;
  z-index: 2; }
  #content.history .year70 .ib {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    padding: 80px 0; }
    #content.history .year70 .ib .r {
      width: 704px;
      max-width: 100%; }
      #content.history .year70 .ib .r h2 {
        color: #fff;
        font-size: 40px; }
        #content.history .year70 .ib .r h2 i {
          color: #E63034; }
      #content.history .year70 .ib .r .df .row {
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        display: flex;
        margin-bottom: 80px; }
        #content.history .year70 .ib .r .df .row:nth-of-type(2n) {
          flex-direction: row-reverse; }
        #content.history .year70 .ib .r .df .row:nth-of-type(3) {
          width: calc(100% + calc(50vw - 496px)); }
          #content.history .year70 .ib .r .df .row:nth-of-type(3) img {
            height: 346px;
            width: calc(254px + calc(50vw - 496px)); }
        #content.history .year70 .ib .r .df .row:nth-of-type(4) {
          padding-top: 80px;
          border-top: 1px solid #BDC3C7; }
          #content.history .year70 .ib .r .df .row:nth-of-type(4) p {
            font-size: 14px;
            width: 415px; }
      #content.history .year70 .ib .r .df p {
        max-width: 100%;
        margin-top: -5px;
        color: #fff;
        letter-spacing: 0;
        width: 384px; }
      #content.history .year70 .ib .r .df span {
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        left: 0;
        color: #fff;
        top: 320px; }
      #content.history .year70 .ib .r .df img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        height: 156px;
        width: 254px; }
      #content.history .year70 .ib .r .df h4 {
        margin-top: 0;
        font-size: 32px;
        color: #fff;
        font-weight: 500;
        width: 100%; }
        #content.history .year70 .ib .r .df h4:before {
          display: none; }

#content.history .top_contact.new {
  margin-top: 0; }
#content.history .mid_tit {
  height: 400px;
  background: url(../img/history/tit1.jpg) 50% 50% no-repeat, #eceef2;
  background-size: cover, cover;
  position: relative;
  z-index: 2; }
  #content.history .mid_tit .ib {
    padding: 120px 0;
    height: 100%; }
    #content.history .mid_tit .ib h2 {
      margin-top: 0;
      font-size: 44px;
      letter-spacing: 0.2em;
      padding-left: 0px; }
    #content.history .mid_tit .ib p i {
      display: block;
      font-size: 20px;
      color: #007586;
      font-weight: bold; }
#content.history .history_content {
  justify-content: space-between;
  display: flex;
  position: relative;
  z-index: 9; }
  #content.history .history_content .side {
    background: #f9f9f9;
    width: calc(50vw - 335px);
    padding-bottom: 150px; }
    #content.history .history_content .side .side_nav {
      position: sticky;
      top: 0; }
      #content.history .history_content .side .side_nav span {
        display: block;
        height: 80px;
        padding: 18px;
        border-bottom: 1px solid #b1b1b1;
        color: #7F8890;
        cursor: pointer;
        transition: 0.4s ease;
        position: relative;
        line-height: 1.2; }
        #content.history .history_content .side .side_nav span:hover {
          background: #007586; }
          #content.history .history_content .side .side_nav span:hover i, #content.history .history_content .side .side_nav span:hover em {
            color: #fff; }
        #content.history .history_content .side .side_nav span i {
          font-size: 24px;
          display: block;
          text-align: right; }
        #content.history .history_content .side .side_nav span em {
          font-size: 14px;
          display: block;
          text-align: right;
          font-family: "Oswald";
          font-weight: bold; }
        #content.history .history_content .side .side_nav span.active {
          background: #007586; }
          #content.history .history_content .side .side_nav span.active:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 40px 0 40px 25px;
            border-color: transparent transparent transparent #007586;
            content: "";
            position: absolute;
            right: -25px;
            top: 0; }
          #content.history .history_content .side .side_nav span.active i, #content.history .history_content .side .side_nav span.active em {
            color: #fff; }
  #content.history .history_content .main {
    background: #fff;
    padding-left: 65px;
    width: calc(50vw + 335px);
    padding-bottom: 150px; }
    #content.history .history_content .main .inner {
      width: 770px;
      max-width: 100%;
      padding-left: 32px;
      margin-top: 75px;
      position: relative; }
      #content.history .history_content .main .inner:before {
        content: "";
        width: 0.5px;
        height: calc(100% - 60px);
        top: 30px;
        left: -1px;
        display: block;
        background: #007586;
        position: absolute; }
      #content.history .history_content .main .inner .section {
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid #BDC3C7;
        transition: 0.4s ease; }
        #content.history .history_content .main .inner .section:nth-of-type(n+2).active {
          padding-top: 80px; }
        #content.history .history_content .main .inner .section:nth-last-of-type(1) {
          border: none; }
        #content.history .history_content .main .inner .section:after {
          position: absolute;
          content: "＋";
          top: -5px;
          right: 50px;
          font-size: 40px;
          color: #007586; }
        #content.history .history_content .main .inner .section a.anchor {
          position: absolute;
          top: 0;
          left: 0;
          height: 100px;
          width: 100%; }
        #content.history .history_content .main .inner .section.active {
          padding-bottom: 80px; }
          #content.history .history_content .main .inner .section.active:after {
            display: none; }
          #content.history .history_content .main .inner .section.active .detail {
            display: block; }
          #content.history .history_content .main .inner .section.active .tit h3 {
            font-size: 44px;
            margin-top: 0; }
            #content.history .history_content .main .inner .section.active .tit h3 span {
              font-size: 28px; }
        #content.history .history_content .main .inner .section .tit {
          position: relative; }
          #content.history .history_content .main .inner .section .tit:before {
            position: absolute;
            top: 20px;
            left: -41px;
            content: "";
            width: 16px;
            height: 16px;
            display: block;
            border-radius: 50%;
            background: #007586; }
          #content.history .history_content .main .inner .section .tit h3 {
            margin-top: 0;
            font-size: 32px;
            font-weight: 500;
            color: #007586;
            margin-top: 25px; }
            #content.history .history_content .main .inner .section .tit h3:before {
              display: none; }
            #content.history .history_content .main .inner .section .tit h3 span {
              display: inline-block;
              font-size: 20px;
              font-weight: bold;
              position: relative;
              top: -5px;
              font-family: "Oswald"; }
        #content.history .history_content .main .inner .section .detail {
          display: none; }
          #content.history .history_content .main .inner .section .detail h4 {
            font-size: 32px; }
            #content.history .history_content .main .inner .section .detail h4:before {
              display: none; }
        #content.history .history_content .main .inner .section .block {
          margin-top: 75px;
          position: relative; }
          #content.history .history_content .main .inner .section .block:before {
            position: absolute;
            top: 4px;
            left: -41px;
            content: "";
            width: 16px;
            height: 16px;
            display: block;
            border-radius: 50%;
            background: #007586; }
          #content.history .history_content .main .inner .section .block .time {
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            color: #007586; }
            #content.history .history_content .main .inner .section .block .time span {
              color: #7F8890; }
          #content.history .history_content .main .inner .section .block .row {
            display: flex;
            justify-content: space-between;
            width: 100%;
            flex-wrap: wrap;
            margin-top: 45px; }
            #content.history .history_content .main .inner .section .block .row p {
              color: #5E6165;
              font-size: 14px; }
              #content.history .history_content .main .inner .section .block .row p a {
                text-decoration: underline; }
            #content.history .history_content .main .inner .section .block .row .l, #content.history .history_content .main .inner .section .block .row .w {
              width: 256px; }
              #content.history .history_content .main .inner .section .block .row .l h5, #content.history .history_content .main .inner .section .block .row .w h5 {
                font-size: 24px;
                font-weight: bold;
                border: none;
                margin-top: 0;
                margin-bottom: 24px;
                padding-bottom: 0; }
            #content.history .history_content .main .inner .section .block .row .r {
              width: 450px; }
            #content.history .history_content .main .inner .section .block .row .w {
              width: 100%; }
            #content.history .history_content .main .inner .section .block .row .img img {
              object-fit: cover;
              width: 100%;
              height: 100%;
              height: 280px; }
            #content.history .history_content .main .inner .section .block .row .img p {
              font-size: 12px;
              margin-top: 5px;
              margin-bottom: 5px; }
            #content.history .history_content .main .inner .section .block .row .toggle {
              width: 100%;
              margin: 20px 0 0;
              border-top: 1px solid #BDC3C7;
              padding: 20px 0;
              display: none; }
              #content.history .history_content .main .inner .section .block .row .toggle.active {
                display: block; }
              #content.history .history_content .main .inner .section .block .row .toggle h5 {
                font-size: 18px;
                margin-top: 20px;
                padding: 0;
                border: none; }
                #content.history .history_content .main .inner .section .block .row .toggle h5 + .his {
                  padding-top: 0; }
              #content.history .history_content .main .inner .section .block .row .toggle .row {
                margin-top: 0;
                margin: 15px 0 5px; }
                #content.history .history_content .main .inner .section .block .row .toggle .row.r3 {
                  margin-top: 50px; }
                  #content.history .history_content .main .inner .section .block .row .toggle .row.r3 .img {
                    width: 224px; }
                    #content.history .history_content .main .inner .section .block .row .toggle .row.r3 .img img {
                      object-fit: cover;
                      width: 100%;
                      height: 100%;
                      height: 140px; }
                #content.history .history_content .main .inner .section .block .row .toggle .row .img {
                  width: 352px; }
                  #content.history .history_content .main .inner .section .block .row .toggle .row .img img {
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    height: 220px; }
              #content.history .history_content .main .inner .section .block .row .toggle .his {
                padding-top: 30px;
                padding-bottom: 20px; }
                #content.history .history_content .main .inner .section .block .row .toggle .his .bullet {
                  padding-left: 12px;
                  border-left: 1px solid #007586;
                  padding-bottom: 15px; }
                  #content.history .history_content .main .inner .section .block .row .toggle .his .bullet:nth-of-type(1) span {
                    margin-top: -20px;
                    top: -5px;
                    margin-bottom: -5px; }
                  #content.history .history_content .main .inner .section .block .row .toggle .his .bullet:nth-last-of-type(2) {
                    padding-bottom: 20px; }
                  #content.history .history_content .main .inner .section .block .row .toggle .his .bullet:nth-last-of-type(1) {
                    border: none;
                    padding-bottom: 0;
                    margin-top: -10px; }
                  #content.history .history_content .main .inner .section .block .row .toggle .his .bullet span {
                    display: block;
                    font-size: 14px;
                    font-weight: bold;
                    color: #007586;
                    position: relative; }
                    #content.history .history_content .main .inner .section .block .row .toggle .his .bullet span:before {
                      content: "";
                      width: 8px;
                      height: 8px;
                      display: block;
                      position: absolute;
                      top: 5px;
                      left: -16px;
                      border-radius: 50%;
                      background: #007586; }
                    #content.history .history_content .main .inner .section .block .row .toggle .his .bullet span i {
                      display: inline-block;
                      color: #7F8890; }
                  #content.history .history_content .main .inner .section .block .row .toggle .his .bullet p {
                    font-size: 12px;
                    margin: 5px 0 0;
                    line-height: 1.7; }
            #content.history .history_content .main .inner .section .block .row p.open_btn {
              font-size: 16px;
              font-weight: bold;
              padding: 20px 0 20px;
              margin-top: 20px;
              border-top: 1px solid #BDC3C7;
              border-bottom: 1px solid #BDC3C7;
              width: 100%;
              cursor: pointer;
              text-align: center;
              color: #7F8890;
              margin-bottom: 0;
              transition: 0.4s ease;
              position: relative; }
              #content.history .history_content .main .inner .section .block .row p.open_btn.close {
                padding-top: 0;
                border-top: 0; }
                #content.history .history_content .main .inner .section .block .row p.open_btn.close:after {
                  content: "とじる"; }
                #content.history .history_content .main .inner .section .block .row p.open_btn.close:before {
                  top: 5px;
                  content: "✕";
                  font-size: 126%; }
              #content.history .history_content .main .inner .section .block .row p.open_btn:hover {
                color: #E63034; }
                #content.history .history_content .main .inner .section .block .row p.open_btn:hover:before {
                  color: #E63034; }
              #content.history .history_content .main .inner .section .block .row p.open_btn:after {
                content: "ひらく"; }
              #content.history .history_content .main .inner .section .block .row p.open_btn:before {
                font-weight: bold;
                transition: 0.4s ease;
                content: "＋";
                font-size: 150%;
                color: #007586;
                display: inline-block;
                margin-left: 10px;
                line-height: 1;
                position: absolute;
                top: 23px;
                left: calc(50% + 44px); }

/*# sourceMappingURL=subpage2.css.map */
