@charset "UTF-8";
/***************************************
 *
 *subpage CSS
 *
 *2019/XX
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
.trans_txt_parent .inner {
  overflow: hidden; }
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(50px); }

.scroll_fadein {
  transform: translateY(50px);
  opacity: 0; }

.head_title {
  margin-top: 108px;
  height: 246px;
  width: 100%;
  background: url(../img/stripe1.png), #D8E2E9;
  background-size: 100px auto, cover;
  position: relative; }
  .head_title.culture {
    background: url(../img/stripe1.png), #D8E2E9;
    background-size: 100px auto, cover;
    overflow: hidden; }
    .head_title.culture:after {
      width: 765px;
      height: 725px;
      content: "";
      display: block;
      position: absolute;
      right: -400px;
      top: -420px;
      background: url(../img/culture/circle.png) 50% 50% no-repeat;
      background-size: 100% 100%; }
  .head_title .images {
    position: absolute;
    height: 287px;
    width: calc(50vw + 8%);
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    top: 0;
    right: 0; }
    .head_title .images img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: 50% 80%; }
  .head_title.emp {
    height: 287px;
    background: #fff; }
  .head_title.pt2 {
    height: auto; }
    .head_title.pt2 .ib {
      padding: 50px 0 20px; }
      .head_title.pt2 .ib h1 {
        width: 100%;
        text-align: center;
        margin-bottom: 0; }
        .head_title.pt2 .ib h1 span {
          display: block;
          text-align: center;
          color: #E6002D;
          font-size: 16px; }
        .head_title.pt2 .ib h1 em {
          font-size: 44px;
          display: block;
          text-align: center; }
    .head_title.pt2 .images {
      width: 1090px;
      margin: 0px auto -32px;
      height: 336px;
      position: relative;
      right: 0;
      top: 0; }
  .head_title .ib {
    display: flex;
    align-items: center;
    padding: 80px 0; }
    .head_title .ib h1 {
      position: relative; }
      .head_title .ib h1.line {
        padding-left: 36px; }
        .head_title .ib h1.line:before {
          content: "";
          position: absolute;
          height: 100%;
          left: 0;
          top: 0;
          background: #E6002D;
          width: 12px;
          display: block; }
        .head_title .ib h1.line em {
          font-size: 48px;
          margin-bottom: 2px;
          position: relative;
          top: -10px; }
        .head_title .ib h1.line span {
          font-size: 16px; }
      .head_title .ib h1 span {
        display: block;
        font-size: 75px;
        color: #E6002D;
        font-weight: bold;
        font-weight: 600; }
        .head_title .ib h1 span:first-letter {
          text-transform: uppercase; }
      .head_title .ib h1 em {
        display: block;
        font-weight: bold;
        font-size: 20px; }

.pager {
  margin: 48px 0 72px; }
  .pager .wp-pagenavi {
    display: flex; }
    .pager .wp-pagenavi span, .pager .wp-pagenavi a {
      border: 2px solid #E6002D;
      background: #fff;
      padding: 7px 14px;
      font-size: 16px;
      font-weight: bold;
      color: #E6002D;
      transition: 0.4s ease; }
      .pager .wp-pagenavi span.current, .pager .wp-pagenavi a.current {
        background: #E6002D;
        color: #fff;
        border-color: #E6002D; }
      .pager .wp-pagenavi span a:hover, .pager .wp-pagenavi a a:hover {
        color: #fff;
        background: #E6002D;
        border-color: #E6002D; }

#content_wrap .ib.side_main {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; }
  #content_wrap .ib.side_main .side {
    width: 140px; }
    #content_wrap .ib.side_main .side.s {
      width: 90px; }
  #content_wrap .ib.side_main .main {
    width: calc(100% - 190px); }
#content_wrap.common_page .ib {
  padding: 80px 0; }
  #content_wrap.common_page .ib h2 {
    font-size: 32px;
    color: #E6002D;
    margin: 30px 0; }
  #content_wrap.common_page .ib h3 {
    font-size: 24px;
    margin: 30px 0; }
  #content_wrap.common_page .ib h4 {
    font-size: 20px;
    margin: 30px 0; }
  #content_wrap.common_page .ib p {
    font-size: 16px; }
#content_wrap .iframe_container {
  margin: 64px 0;
  width: 100%; }
  #content_wrap .iframe_container iframe {
    display: block;
    width: 100%; }
#content_wrap p:has(a.btn) {
  margin: 0; }

#content_wrap .year_links {
  display: block;
  width: 100%;
  padding: 0; }
  #content_wrap .year_links li {
    display: block;
    color: #E6002D;
    font-size: 18px;
    width: 100%;
    font-family: "Open Sans", sans-serif; }
    #content_wrap .year_links li.active a {
      color: #E6002D; }
    #content_wrap .year_links li:last-child a {
      border-bottom: none; }
    #content_wrap .year_links li a {
      display: inline-block;
      width: auto;
      padding: 12px 0;
      font-weight: bold;
      color: #333;
      transition: 0.4s ease;
      position: relative;
      font-family: "Open Sans", sans-serif; }
      #content_wrap .year_links li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 10px;
        display: block;
        height: 1px;
        width: 0;
        background: #E6002D;
        transition: 0.4s ease; }
      #content_wrap .year_links li a:hover {
        color: #E6002D; }
        #content_wrap .year_links li a:hover:before {
          width: 100%; }

#content_wrap .ib h3.line {
  position: relative;
  padding-left: 50px;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 24px; }
  #content_wrap .ib h3.line:before {
    content: "";
    width: 24px;
    display: block;
    height: 8px;
    background: #E6002D;
    position: absolute;
    left: 0;
    top: calc(50% - 4px); }
  #content_wrap .ib h3.line + .interview_list {
    margin-top: 24px; }
#content_wrap .ib .interview_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 64px 0; }
  #content_wrap .ib .interview_list .inner {
    width: 527px;
    max-width: 100%;
    margin-bottom: 64px; }
    #content_wrap .ib .interview_list .inner.ceo .box .member .box {
      padding-right: 0;
      margin-right: 0;
      width: 50%; }
      #content_wrap .ib .interview_list .inner.ceo .box .member .box p span {
        padding-right: 0;
        margin-right: 0; }
    #content_wrap .ib .interview_list .inner.zadan .box .img img {
      object-position: left; }
    #content_wrap .ib .interview_list .inner.zadan .box .member .box {
      width: 31%;
      margin-right: 12px; }
      #content_wrap .ib .interview_list .inner.zadan .box .member .box:nth-of-type(2) {
        border-right: 1px solid #d1d1d1;
        margin-right: 12px; }
    #content_wrap .ib .interview_list .inner .box {
      width: 100%;
      margin-bottom: 0; }
  #content_wrap .ib .interview_list .box {
    width: 527px;
    margin-bottom: 48px;
    max-width: 100%; }
    #content_wrap .ib .interview_list .box:hover h4 span {
      color: #E6002D;
      background-size: 100% 1px; }
    #content_wrap .ib .interview_list .box:hover img {
      transform: scale(1.05); }
    #content_wrap .ib .interview_list .box .img {
      width: 100%;
      height: auto;
      aspect-ratio: 1/0.44;
      overflow: hidden;
      border-radius: 8px;
      position: relative; }
      #content_wrap .ib .interview_list .box .img .cat {
        background: #fff;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 16px;
        border-radius: 0 4px 4px 0;
        left: 0;
        z-index: 2;
        top: 22px;
        position: absolute; }
      #content_wrap .ib .interview_list .box .img img {
        transition: 0.4s ease;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      #content_wrap .ib .interview_list .box .img a {
        display: block;
        width: 100%;
        height: 100%; }
        #content_wrap .ib .interview_list .box .img a img {
          transition: 0.4s ease;
          object-fit: cover;
          width: 100%;
          height: 100%; }
    #content_wrap .ib .interview_list .box h4 {
      font-size: 25px;
      margin: 16px 0 24px;
      position: relative;
      transition: 0.4s ease;
      padding-right: 20px; }
      #content_wrap .ib .interview_list .box h4 span {
        text-decoration: none;
        background-image: linear-gradient(#E6002D, #E6002D);
        background-size: 0% 1px;
        background-repeat: no-repeat;
        background-position: 0 100%;
        transition: background-size 0.3s ease;
        transition: 0.4s ease;
        padding-right: 10px; }
      #content_wrap .ib .interview_list .box h4:after {
        content: "";
        font-family: "material icons";
        position: absolute;
        right: 5px;
        top: calc(50% - 7px);
        color: #E6002D;
        font-size: 18px; }
      #content_wrap .ib .interview_list .box h4 a {
        transition: 0.4s ease; }
      #content_wrap .ib .interview_list .box h4:hover a {
        color: #E6002D; }
    #content_wrap .ib .interview_list .box .member {
      flex-wrap: wrap;
      display: flex; }
      #content_wrap .ib .interview_list .box .member .box {
        width: 40%;
        border-right: 1px solid #d1d1d1;
        padding-right: 24px;
        margin-right: 24px; }
        #content_wrap .ib .interview_list .box .member .box:last-child {
          border: none; }
        #content_wrap .ib .interview_list .box .member .box:nth-of-type(2) {
          padding: 0;
          border: none;
          margin-right: 0; }
    #content_wrap .ib .interview_list .box p {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.5;
      margin: 0; }
      #content_wrap .ib .interview_list .box p.name {
        font-weight: bold;
        font-size: 20px;
        margin-top: 4px; }

#content_wrap .column_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 48px 0; }
  #content_wrap .column_2.rev {
    flex-direction: row-reverse; }
  #content_wrap .column_2 .left, #content_wrap .column_2 .right {
    width: 48.5%; }
    #content_wrap .column_2 .left .title, #content_wrap .column_2 .right .title {
      max-width: 100%;
      width: 440px;
      display: block;
      margin: 10px auto 20px; }
    #content_wrap .column_2 .left p, #content_wrap .column_2 .right p {
      margin: 0; }
    #content_wrap .column_2 .left .img, #content_wrap .column_2 .right .img {
      display: block;
      height: auto;
      aspect-ratio: 1/0.66;
      background: #f1f1f1; }
    #content_wrap .column_2 .left img, #content_wrap .column_2 .right img {
      display: block;
      width: 100%; }
#content_wrap .border_gray {
  display: block;
  height: 0.5px;
  background: #d1d1d1;
  width: 100%;
  margin: 64px 0; }
#content_wrap .rs_kankyo {
  position: relative;
  z-index: 3;
  padding-bottom: 64px; }
#content_wrap #kyoken_kouza {
  background: url(../img/research/kyoken_bg.jpg) 50% 50%;
  background-size: calc(100% + 500px) 100%;
  padding: 98px 0 98px;
  margin-bottom: 44px; }
  #content_wrap #kyoken_kouza .ib {
    border-radius: 8px;
    background: #fff;
    width: 1312px;
    padding: 90px 0 32px; }
    #content_wrap #kyoken_kouza .ib .inner {
      width: 1090px;
      margin: 0 auto;
      position: relative;
      max-width: 100%; }
      #content_wrap #kyoken_kouza .ib .inner .logo {
        width: 112px;
        display: block;
        height: auto;
        position: absolute;
        top: -24px;
        left: 320px; }
      #content_wrap #kyoken_kouza .ib .inner h2 {
        font-size: 36px;
        margin-bottom: 64px; }
      #content_wrap #kyoken_kouza .ib .inner p {
        font-size: 15.4px; }
      #content_wrap #kyoken_kouza .ib .inner .int_link {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        overflow: hidden;
        border-radius: 8px;
        height: 345px;
        margin: 64px 0; }
        #content_wrap #kyoken_kouza .ib .inner .int_link .l, #content_wrap #kyoken_kouza .ib .inner .int_link .r {
          width: 50%; }
          #content_wrap #kyoken_kouza .ib .inner .int_link .l img, #content_wrap #kyoken_kouza .ib .inner .int_link .r img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        #content_wrap #kyoken_kouza .ib .inner .int_link .r {
          padding: 60px 0 60px 60px;
          display: flex;
          align-items: center; }
          #content_wrap #kyoken_kouza .ib .inner .int_link .r .box {
            width: 100%;
            position: relative; }
            #content_wrap #kyoken_kouza .ib .inner .int_link .r .box:after {
              position: absolute;
              right: 0;
              top: calc(50% - 16px);
              color: #E6002D;
              font-size: 32px;
              content: "";
              font-family: "material icons"; }
            #content_wrap #kyoken_kouza .ib .inner .int_link .r .box h3 {
              font-size: 28px;
              font-weight: bold; }
            #content_wrap #kyoken_kouza .ib .inner .int_link .r .box p {
              font-size: 20px;
              font-weight: bold; }
              #content_wrap #kyoken_kouza .ib .inner .int_link .r .box p s {
                display: block;
                font-size: 14px;
                font-weight: normal; }
#content_wrap .ib h2.pr {
  position: relative;
  z-index: 9; }
#content_wrap .ib h2.bd {
  position: relative; }
  #content_wrap .ib h2.bd em {
    display: inline-block;
    position: relative; }
    #content_wrap .ib h2.bd em:nth-of-type(2) img {
      bottom: -17px; }
    #content_wrap .ib h2.bd em img {
      position: absolute;
      width: 100%;
      height: auto;
      bottom: -23px;
      left: 0; }
#content_wrap .ib .bullet_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  #content_wrap .ib .bullet_list .box {
    width: 350px;
    border-bottom: 1px solid #d1d1d1;
    margin-right: 16px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    height: 80px;
    margin-bottom: 16px; }
    #content_wrap .ib .bullet_list .box:before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50px;
      background: #E6002D;
      margin-right: 12px; }
    #content_wrap .ib .bullet_list .box:nth-of-type(3n) {
      margin-right: 0; }
#content_wrap .ib .wide_img {
  width: calc(50vw + 545px);
  height: 390px;
  margin: 40px 0;
  margin-right: calc(0px - calc(50vw - 545px ));
  overflow: hidden;
  margin-bottom: 135px; }
  #content_wrap .ib .wide_img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  #content_wrap .ib .wide_img.mgt {
    margin-top: 100px;
    margin-bottom: 120px; }
#content_wrap .ib #email_svg {
  margin-top: 3px;
  position: relative;
  top: 3px; }
#content_wrap .ib .df_content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 64px 0; }
  #content_wrap .ib .df_content.pt2 {
    margin-bottom: 24px; }
    #content_wrap .ib .df_content.pt2 .left {
      width: 100px; }
      #content_wrap .ib .df_content.pt2 .left .logo {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        left: 0 !important; }
    #content_wrap .ib .df_content.pt2 .right {
      width: calc(100% - 140px); }
      #content_wrap .ib .df_content.pt2 .right a.btn {
        width: max-content; }
  #content_wrap .ib .df_content.mgt {
    margin-top: 108px; }
  #content_wrap .ib .df_content .left {
    width: calc(100% - 670px);
    max-width: 100%;
    min-width: max-content; }
    #content_wrap .ib .df_content .left .img {
      width: 100%;
      height: auto; }
      #content_wrap .ib .df_content .left .img.noimg {
        background: #f1f1f1;
        aspect-ratio: 1/0.75; }
      #content_wrap .ib .df_content .left .img img {
        display: block;
        width: 100%; }
  #content_wrap .ib .df_content .right {
    width: 630px;
    max-width: 100%;
    overflow: hidden; }
  #content_wrap .ib .df_content p {
    font-size: 16px;
    margin: 0; }
#content_wrap .ib .research_intro {
  overflow: hidden;
  width: 100vw;
  margin: -160px 0 -100px;
  margin-left: calc(0px - calc(50vw - 50% ));
  position: relative; }
  #content_wrap .ib .research_intro .ib {
    padding: 200px 0;
    z-index: 2; }
    #content_wrap .ib .research_intro .ib .research_list {
      position: relative;
      z-index: 3;
      background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      will-change: filter;
      padding: 48px 35px;
      border-radius: 8px;
      display: flex;
      flex-wrap: wrap; }
      #content_wrap .ib .research_intro .ib .research_list .box {
        width: 50%;
        align-items: center;
        display: flex;
        height: 140px;
        position: relative;
        padding-left: 40px;
        border-bottom: 1px solid #d1d1d1; }
        #content_wrap .ib .research_intro .ib .research_list .box.bdb {
          border-bottom: none; }
        #content_wrap .ib .research_intro .ib .research_list .box:nth-of-type(odd):after {
          content: "";
          position: absolute;
          width: 1px;
          height: 104px;
          background: #d1d1d1;
          position: absolute;
          right: 0;
          top: calc(50% - 52px); }
        #content_wrap .ib .research_intro .ib .research_list .box img {
          height: 68px;
          margin-right: 24px; }
        #content_wrap .ib .research_intro .ib .research_list .box p {
          font-size: 18px;
          font-weight: bold; }
    #content_wrap .ib .research_intro .ib .cr {
      width: 1100px;
      height: 1100px;
      position: absolute;
      left: -800px;
      top: calc(50% - 550px);
      background: url(../img/research/cr1.jpg);
      background-size: 100% 100%; }
      #content_wrap .ib .research_intro .ib .cr.t2 {
        left: auto;
        right: -800px;
        background: url(../img/research/cr2.jpg);
        background-size: 100% 100%; }
#content_wrap .ib.sample h2 {
  margin: 48px 0; }
#content_wrap .ib .kyoken {
  background: #eee; }
#content_wrap .ib a.sample_link {
  text-decoration: underline;
  color: #E6002D;
  display: inline-block;
  margin: 32px 0; }
#content_wrap .ib .buttons_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 24px; }
  #content_wrap .ib .buttons_list.deactive a {
    background: #ACACAC;
    color: #fff;
    border-color: #ACACAC;
    pointer-events: none; }
  #content_wrap .ib .buttons_list a {
    width: 32%;
    height: 114px;
    margin-bottom: 16px;
    justify-content: flex-start; }
    #content_wrap .ib .buttons_list a.deactive {
      background: #ACACAC;
      color: #fff;
      border-color: #ACACAC;
      pointer-events: none; }
    #content_wrap .ib .buttons_list a:after {
      position: absolute;
      right: 40px;
      top: calc(50% - 9px); }

#content_wrap .cluster_content {
  margin: 44px 0; }
  #content_wrap .cluster_content .df_content {
    margin-top: 40px; }
    #content_wrap .cluster_content .df_content:nth-of-type(2n) {
      flex-direction: row-reverse; }
    #content_wrap .cluster_content .df_content .left {
      min-width: inherit; }
  #content_wrap .cluster_content .buttons_list {
    margin: 60px 0; }
  #content_wrap .cluster_content .bullet_list .links {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    margin-bottom: -8px; }
    #content_wrap .cluster_content .bullet_list .links a {
      font-size: 15.6px;
      color: #E6002D;
      text-decoration: underline;
      margin-right: 20px;
      font-weight: normal;
      margin-bottom: 8px; }
  #content_wrap .cluster_content .bullet_list .box {
    align-items: start;
    flex-wrap: wrap;
    border-bottom: none;
    height: auto;
    border-right: 1px solid #ccc;
    margin-right: 32px;
    padding-right: 20px;
    width: 340px; }
    #content_wrap .cluster_content .bullet_list .box:last-child {
      margin-right: 0;
      border: none; }
    #content_wrap .cluster_content .bullet_list .box:before {
      display: none; }
    #content_wrap .cluster_content .bullet_list .box p {
      font-size: 20px;
      font-weight: bold;
      margin-top: 0;
      display: flex;
      line-height: 1.5; }
      #content_wrap .cluster_content .bullet_list .box p:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #E6002D;
        margin-right: 12px;
        display: block;
        margin-top: 13px; }

#content_wrap.culture {
  background: url(../img/culture/circle2.png) calc(100% + 660px) 2550px no-repeat, url(../img/culture/circle3.png) calc(0% - 200px) 2200px no-repeat, url(../img/culture/circle3.png) calc(50% + 30px) 1480px no-repeat, url(../img/culture/circle2.png) calc(0% - 660px) 950px no-repeat, url(../img/stripe1.png), #D8E2E9;
  background-size: 1042px auto, 400px auto, 500px auto, 1042px auto, 100px auto, cover;
  position: relative;
  overflow: hidden; }
  #content_wrap.culture .culture_slider {
    height: 264px;
    background: url(../img/culture/slide.jpg) 0 0 repeat-x;
    background-size: auto 100%;
    animation: slider 60s linear forwards infinite; }
@keyframes slider {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 3960px 0; } }
  #content_wrap.culture .about_tealorg {
    background: #fff; }
    #content_wrap.culture .about_tealorg .ib {
      width: 1090px;
      padding: 100px 0; }
      #content_wrap.culture .about_tealorg .ib img.teal {
        width: 766px;
        max-width: 100%;
        margin: 48px auto 0;
        display: block; }
  #content_wrap.culture .ib {
    padding: 32px 0; }
  #content_wrap.culture .shiki {
    width: 824px;
    position: absolute;
    top: 95px;
    right: calc(50% - 780px);
    height: auto; }
  #content_wrap.culture .c_img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  #content_wrap.culture .c1 {
    position: absolute;
    width: 550px;
    height: 745px;
    top: 200px;
    left: calc(0px - calc(50vw - 545px)); }
  #content_wrap.culture .c2 {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 610px;
    right: calc(0px - calc(50vw - 545px)); }
  #content_wrap.culture .c3 {
    width: 452px;
    top: 140px;
    z-index: 99;
    height: auto;
    right: calc(50% - 610px); }
  #content_wrap.culture .c4 {
    width: 340px;
    top: 1116px;
    height: auto;
    right: calc(50% - 580px);
    top: -218px;
    right: 0; }
  #content_wrap.culture .c5 {
    width: 400px;
    top: 1540px;
    height: 300px;
    left: calc(0px - calc(50vw - 545px)); }
  #content_wrap.culture .c6 {
    width: 240px;
    height: auto;
    top: -127px;
    left: 120px;
    z-index: 99; }
  #content_wrap.culture .c7 {
    width: 250px;
    height: 468px;
    max-width: 500px;
    bottom: 830px;
    right: calc(0px - calc(50vw - 545px));
    object-position: top center; }
  #content_wrap.culture .c8 {
    width: 420px;
    height: auto;
    bottom: 130px;
    z-index: 99;
    left: calc(50% - 560px); }
  #content_wrap.culture .c9 {
    width: 500px;
    height: 377px;
    bottom: 200px;
    right: calc(0px - calc(50vw - 545px)); }
#content_wrap .culture_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin-top: 200px;
  margin-bottom: 200px; }
  #content_wrap .culture_list .box {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    width: 566px;
    margin-bottom: 32px;
    overflow: hidden; }
    #content_wrap .culture_list .box.w {
      width: 677px; }
    #content_wrap .culture_list .box.b1 {
      left: -40px; }
    #content_wrap .culture_list .box.b2 {
      right: -320px; }
    #content_wrap .culture_list .box.b3 {
      left: -270px;
      top: -78px;
      overflow: visible; }
    #content_wrap .culture_list .box.b4 {
      right: -230px;
      margin-top: -60px;
      margin-bottom: 64px;
      overflow: visible; }
    #content_wrap .culture_list .box.b5 {
      left: -270px; }
    #content_wrap .culture_list .box.b6 {
      right: -320px;
      margin-top: -230px;
      overflow: visible; }
    #content_wrap .culture_list .box h3 {
      margin-top: 0;
      font-size: 28px; }
      #content_wrap .culture_list .box h3.red {
        line-height: 1.2;
        display: table;
        margin-left: -40px;
        font-size: 45px;
        font-weight: bold;
        background: #E6002D;
        color: #fff;
        margin-top: 0; }
    #content_wrap .culture_list .box p {
      font-size: 16px;
      margin-bottom: 0; }
    #content_wrap .culture_list .box a.btn {
      width: 250px;
      float: right;
      margin-top: 24px; }
    #content_wrap .culture_list .box a.thumb_link {
      height: 95px;
      display: flex;
      float: right;
      margin-top: 24px; }
      #content_wrap .culture_list .box a.thumb_link:hover .img img {
        transform: scale(1.08); }
      #content_wrap .culture_list .box a.thumb_link:hover .r p em {
        background-size: 100% 1px;
        color: #E6002D; }
      #content_wrap .culture_list .box a.thumb_link .img {
        height: 100%;
        overflow: hidden;
        border-radius: 6px;
        width: 142px; }
        #content_wrap .culture_list .box a.thumb_link .img img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: 0.4s ease; }
      #content_wrap .culture_list .box a.thumb_link .r {
        width: 230px;
        display: flex;
        padding-left: 10px;
        position: relative; }
        #content_wrap .culture_list .box a.thumb_link .r:after {
          content: "";
          color: #E6002D;
          font-family: "material icons";
          position: absolute;
          right: 0;
          font-size: 20px;
          top: calc(50% - 10px); }
        #content_wrap .culture_list .box a.thumb_link .r p {
          font-size: 18px;
          font-weight: bold; }
          #content_wrap .culture_list .box a.thumb_link .r p em {
            text-decoration: none;
            background-image: linear-gradient(#E6002D, #E6002D);
            background-size: 0% 1px;
            background-repeat: no-repeat;
            background-position: 0 100%;
            transition: background-size 0.4s ease; }
            #content_wrap .culture_list .box a.thumb_link .r p em:hover {
              background-size: 100% 1px;
              color: #E6002D; }
          #content_wrap .culture_list .box a.thumb_link .r p s {
            display: block;
            font-size: 12px;
            color: #E6002D;
            font-family: "Open Sans", sans-serif; }

#content_wrap .ib .faq_list {
  margin: 50px 0 64px; }
  #content_wrap .ib .faq_list .row {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #eee; }
    #content_wrap .ib .faq_list .row.open:before {
      content: ""; }
    #content_wrap .ib .faq_list .row.open div.a {
      opacity: 1; }
    #content_wrap .ib .faq_list .row.open div.q p {
      color: #E6002D; }
    #content_wrap .ib .faq_list .row:before {
      content: "";
      position: absolute;
      right: 20px;
      top: 30px;
      font-size: 40px;
      color: #ccc;
      font-family: "material icons"; }
    #content_wrap .ib .faq_list .row div {
      padding: 30px;
      font-weight: bold;
      align-items: center;
      display: flex;
      padding-left: 90px;
      position: relative; }
      #content_wrap .ib .faq_list .row div:before {
        content: "Q";
        width: 40px;
        height: 40px;
        position: absolute;
        top: 30px;
        left: 30px;
        border-radius: 50%;
        font-size: 22px;
        font-weight: bold;
        background: #E6002D;
        color: #fff;
        padding-top: 2px;
        justify-content: center;
        display: flex;
          display-list-style-type: circle; }
      #content_wrap .ib .faq_list .row div ul, #content_wrap .ib .faq_list .row div ol {
        background: #fff;
        padding: 20px; }
        #content_wrap .ib .faq_list .row div ul li, #content_wrap .ib .faq_list .row div ol li {
          font-size: 18px;
          font-weight: normal;
          border-bottom: 1px solid #ddd;
          padding: 15px; }
      #content_wrap .ib .faq_list .row div p {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        transition: 0.4s ease; }
      #content_wrap .ib .faq_list .row div.a {
        display: none;
        background: #eee;
        border-radius: 8px; }
        #content_wrap .ib .faq_list .row div.a:before {
          content: "A";
          color: #E6002D;
          background: #fff;
          padding-top: 2px; }
        #content_wrap .ib .faq_list .row div.a p {
          font-weight: normal;
          font-size: 16px; }

#content_wrap .ib .maw100 {
  max-width: 100%;
  display: block;
  margin: 32px 0; }
#content_wrap .ib .sample_list {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 48px 0; }
  #content_wrap .ib .sample_list.fwb .box {
    font-weight: bold; }
    #content_wrap .ib .sample_list.fwb .box p {
      font-weight: bold; }
  #content_wrap .ib .sample_list .box {
    width: 48.5%;
    border-radius: 10px;
    background: #eee;
    padding: 24px;
    margin-bottom: 24px; }
    #content_wrap .ib .sample_list .box h3 {
      margin-top: 0; }
    #content_wrap .ib .sample_list .box a {
      color: #E6002D;
      display: inline-block;
      text-decoration: underline; }

#content_wrap.recruit {
  background: url(../img/recruit/bg1.jpg) 0 0 no-repeat;
  background-size: 100% 910px; }
#content_wrap .card_m {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 120px 0 82px; }
  #content_wrap .card_m .box {
    width: 48.3%;
    margin-bottom: 32px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3 20px rgba(0, 0, 0, 0.2);
    height: 352px;
    padding: 26px 40px;
    position: relative; }
    #content_wrap .card_m .box img {
      height: 172px;
      top: 26px;
      right: 0;
      position: absolute; }
    #content_wrap .card_m .box h3 {
      margin: 0;
      height: 172px;
      align-items: center;
      display: flex;
      font-size: 26px;
      position: relative;
      z-index: 2; }
    #content_wrap .card_m .box p {
      font-size: 16px; }
#content_wrap .pickup {
  margin: 40px 0 120px; }
  #content_wrap .pickup .row {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #dedede; }
    #content_wrap .pickup .row p {
      margin: 0;
      font-size: 20px;
      font-weight: bold;
      display: flex;
      align-items: center; }
      #content_wrap .pickup .row p:before {
        content: "";
        margin-right: 10px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #E6002D; }
#content_wrap .recruit_flow {
  width: 100%;
  max-width: 100%;
  margin: 64px auto 10px;
  align-items: center;
  display: flex; }
  #content_wrap .recruit_flow p {
    font-size: 16px; }
  #content_wrap .recruit_flow .box {
    height: 88px;
    background: #eee;
    width: 23%;
    align-items: center;
    padding: 30px;
    padding-right: 20px;
    margin-right: 30px;
    display: flex;
    border-radius: 8px;
    position: relative; }
    #content_wrap .recruit_flow .box:nth-last-of-type(1) {
      margin-right: 0; }
      #content_wrap .recruit_flow .box:nth-last-of-type(1):after {
        display: none; }
    #content_wrap .recruit_flow .box:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 11px solid transparent;
      border-left: 11px solid transparent;
      border-top: 10px solid #E6002D;
      border-bottom: 0;
      position: absolute;
      right: -26px;
      bottom: calc(50% - 7px);
      transform: rotate(-90deg);
      content: ""; }
    #content_wrap .recruit_flow .box em {
      color: #E6002D;
      font-size: 18px;
      font-weight: bold;
      font-family: "Open Sans", sans-serif;
      margin-right: 20px; }
    #content_wrap .recruit_flow .box span {
      font-size: 18px;
      font-weight: bold; }
#content_wrap .rec_entry {
  width: 100vw;
  margin: 120px 0;
  height: 444px;
  margin-left: calc(0px - calc(50vw - 50%));
  background: url(../img/recruit/pattern1.png) 0 0 no-repeat, url(../img/recruit/pattern2.png) 100% 0 no-repeat;
  background-size: auto 100%;
  justify-content: center;
  display: flex;
  align-items: center; }
  #content_wrap .rec_entry .inner {
    height: 290px;
    width: 864px;
    background: linear-gradient(-90deg, #ED7836, #E6002D, #E6002D);
    border-radius: 8px;
    padding: 44px;
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    #content_wrap .rec_entry .inner a.btn {
      width: 250px;
      height: 64px;
      color: #fff;
      border-color: #fff;
      transition: 0.4s ease; }
      #content_wrap .rec_entry .inner a.btn:hover {
        color: #E6002D;
        background: #fff; }
    #content_wrap .rec_entry .inner p {
      width: 100%;
      text-align: center;
      line-height: 1.35;
      margin: 0;
      color: #fff;
      font-weight: bold; }
      #content_wrap .rec_entry .inner p s {
        display: block;
        font-size: 56px; }
      #content_wrap .rec_entry .inner p span {
        display: block;
        font-size: 16px;
        font-weight: normal; }

#content_wrap .anchor_link {
  display: flex;
  margin-bottom: 48px; }
  #content_wrap .anchor_link a {
    font-size: 18px;
    font-weight: bold;
    margin-right: 48px;
    display: flex;
    align-items: center; }
    #content_wrap .anchor_link a:after {
      content: url(../img/arrow1.svg);
      transform: rotate(90deg); }
    #content_wrap .anchor_link a:last-child {
      margin-right: 0; }
#content_wrap .map_link {
  display: inline-block;
  margin-left: 24px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif; }
  #content_wrap .map_link.nmg {
    margin-left: 0; }
  #content_wrap .map_link img {
    margin-right: 4px;
    position: relative;
    top: 3px; }
#content_wrap .iframe, #content_wrap #map {
  margin: 32px 0;
  width: 100%;
  height: 496px; }
  #content_wrap .iframe iframe, #content_wrap #map iframe {
    display: block;
    width: 100%;
    height: 100%;
    filter: grayscale(100%); }
#content_wrap table {
  width: 100%;
  margin: 64px 0; }
  #content_wrap table tr:nth-of-type(1) th, #content_wrap table tr:nth-of-type(1) td {
    padding-top: 0; }
  #content_wrap table tr:nth-last-of-type(1) td, #content_wrap table tr:nth-last-of-type(1) th {
    padding-bottom: 0;
    border: none; }
  #content_wrap table tr th {
    width: 224px;
    padding: 40px 0;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #E6002D;
    border-bottom: 1px solid #dedede; }
  #content_wrap table tr td {
    border-bottom: 1px solid #dedede;
    padding: 40px 0;
    width: calc(100% - 224px);
    line-height: 1.8; }
#content_wrap.subpages .access {
  position: relative; }
  #content_wrap.subpages .access .ib {
    padding-bottom: 96px; }
  #content_wrap.subpages .access .map_link {
    position: absolute;
    top: 88px;
    right: 0; }
#content_wrap.subpages .profile .ib {
  padding: 64px 0 12px; }
  #content_wrap.subpages .profile .ib table {
    margin-bottom: 12px; }
#content_wrap.subpages .history .ib {
  padding: 12px 0 12px; }
  #content_wrap.subpages .history .ib .history_line {
    position: relative;
    padding-left: 8px;
    margin: 64px 0; }
    #content_wrap.subpages .history .ib .history_line:before {
      content: "";
      background: #e3e3e3;
      width: 5px;
      height: calc(100% + 24px);
      display: block;
      position: absolute;
      left: 5px; }
    #content_wrap.subpages .history .ib .history_line .row {
      margin-bottom: 48px;
      display: flex;
      width: 100%;
      position: relative; }
      #content_wrap.subpages .history .ib .history_line .row:before {
        content: "";
        width: 20px;
        border: 5px solid #e3e3e3;
        border-radius: 50%;
        height: 20px;
        position: absolute;
        left: -10px;
        top: 0;
        background: #E6002D; }
      #content_wrap.subpages .history .ib .history_line .row .date {
        color: #E6002D;
        font-size: 20px;
        font-weight: bold;
        padding: 0 40px 0 32px;
        font-family: "Open Sans", sans-serif;
        position: relative;
        top: -4px;
        width: 172px; }
      #content_wrap.subpages .history .ib .history_line .row .detail {
        width: calc(100% - 172px);
        position: relative;
        top: -6px; }
        #content_wrap.subpages .history .ib .history_line .row .detail h4 {
          margin: 0;
          font-size: 22px;
          font-weight: bold; }
        #content_wrap.subpages .history .ib .history_line .row .detail p {
          font-size: 16px;
          margin: 0;
          margin-top: 12px; }
#content_wrap.subpages .ib {
  padding: 68px 0;
  width: 1090px; }
  #content_wrap.subpages .ib h2.center {
    margin-bottom: 104px;
    margin-top: 12px; }
  #content_wrap.subpages .ib p.company1 {
    width: 864px;
    margin: 30px auto; }
  #content_wrap.subpages .ib .ceo_images {
    height: auto;
    display: block;
    width: 100%;
    margin: 64px 0;
    position: relative; }
    #content_wrap.subpages .ib .ceo_images .tm {
      width: 400px;
      display: block;
      position: absolute;
      left: -90px;
      bottom: -64px;
      z-index: 2;
      max-width: 100%; }
    #content_wrap.subpages .ib .ceo_images img.ceo {
      display: block;
      width: 100%;
      height: 100%; }
  #content_wrap.subpages .ib .ceo_messages {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    #content_wrap.subpages .ib .ceo_messages .left {
      width: 416px;
      max-width: 100%; }
      #content_wrap.subpages .ib .ceo_messages .left h3 {
        margin: 0;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 32px; }
      #content_wrap.subpages .ib .ceo_messages .left p span {
        display: block;
        font-size: 15px;
        font-weight: normal; }
      #content_wrap.subpages .ib .ceo_messages .left p em {
        display: block;
        font-size: 20px;
        font-weight: bold; }
    #content_wrap.subpages .ib .ceo_messages .right {
      max-width: 100%;
      width: 528px; }
      #content_wrap.subpages .ib .ceo_messages .right p {
        margin: 0;
        font-size: 16px; }
#content_wrap.subpages .company_illustration1 {
  height: 834px;
  background: linear-gradient(#fff, #D8E2E9, #D8E2E9, #D8E2E9, #fff);
  position: relative;
  margin-top: -100px;
  margin-bottom: -64px; }
  #content_wrap.subpages .company_illustration1 .ib {
    width: 1090px;
    padding: 16px 0; }
    #content_wrap.subpages .company_illustration1 .ib img {
      display: block;
      width: 100%;
      margin-top: -12px; }

#content_wrap .ib.devide {
  display: flex;
  justify-content: space-between;
  padding: 64px 0;
  flex-wrap: wrap; }
  #content_wrap .ib.devide .post-navigation {
    justify-content: space-between;
    display: flex;
    margin: 96px 0;
    font-size: 18px; }
    #content_wrap .ib.devide .post-navigation .back {
      width: 100px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-decoration: none !important; }
      #content_wrap .ib.devide .post-navigation .back:hover span {
        color: #E6002D !important; }
      #content_wrap .ib.devide .post-navigation .back img {
        margin: 10px 0 !important; }
      #content_wrap .ib.devide .post-navigation .back span {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        margin-top: 8px;
        text-decoration: none !important;
        color: #333 !important;
        transition: 0.4s ease; }
    #content_wrap .ib.devide .post-navigation .prev-post a, #content_wrap .ib.devide .post-navigation .next-post a {
      text-decoration: none !important;
      font-weight: bold;
      color: #333 !important;
      display: flex;
      align-items: center; }
      #content_wrap .ib.devide .post-navigation .prev-post a.unavailable, #content_wrap .ib.devide .post-navigation .next-post a.unavailable {
        pointer-events: none;
        filter: grayscale(1);
        opacity: 0.3; }
      #content_wrap .ib.devide .post-navigation .prev-post a:after, #content_wrap .ib.devide .post-navigation .next-post a:after {
        content: url(../img/arrow2.svg);
        margin-left: 8px;
        position: relative;
        top: 3px;
        transform: scale(-1, 1); }
    #content_wrap .ib.devide .post-navigation .next-post a:after {
      display: none; }
    #content_wrap .ib.devide .post-navigation .next-post a:before {
      content: url(../img/arrow2.svg);
      margin-right: 8px;
      position: relative;
      top: 3px; }
  #content_wrap .ib.devide .member {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap; }
    #content_wrap .ib.devide .member.lists .member-card:nth-of-type(n+3) {
      margin-top: 5px; }
    #content_wrap .ib.devide .member .member-card {
      align-items: center;
      display: flex; }
    #content_wrap .ib.devide .member a {
      color: #333 !important;
      text-decoration: none !important; }
    #content_wrap .ib.devide .member.single .member-list {
      display: flex;
      flex-wrap: wrap; }
      #content_wrap .ib.devide .member.single .member-list a {
        margin-top: 5px; }
    #content_wrap .ib.devide .member.single a {
      display: flex;
      width: max-content;
      align-items: center;
      margin-right: 20px; }
      #content_wrap .ib.devide .member.single a p {
        width: max-content;
        margin-right: 0; }
    #content_wrap .ib.devide .member.member_row {
      margin-bottom: 16px;
      flex-wrap: nowrap; }
    #content_wrap .ib.devide .member .txt {
      width: calc(100%  - 70px); }
      #content_wrap .ib.devide .member .txt p {
        font-size: 10px;
        margin: 0;
        font-weight: normal;
        line-height: 1.5; }
        #content_wrap .ib.devide .member .txt p.name {
          font-size: 14px;
          font-weight: bold; }
    #content_wrap .ib.devide .member .img.m {
      width: 32px;
      height: 32px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 12px;
      border: 1px solid #dedede; }
      #content_wrap .ib.devide .member .img.m.l {
        width: 60px;
        height: 60px;
        border: 1px solid #dedede; }
      #content_wrap .ib.devide .member .img.m img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin: 0; }
    #content_wrap .ib.devide .member p {
      font-size: 13px;
      font-weight: bold;
      margin: 0;
      margin-right: 16px; }
  #content_wrap .ib.devide .meta {
    justify-content: space-between;
    display: flex;
    margin: 16px 0;
    flex-wrap: wrap; }
    #content_wrap .ib.devide .meta .row {
      display: flex;
      width: 100%;
      justify-content: space-between; }
    #content_wrap .ib.devide .meta .tax a {
      display: inline-block;
      font-size: 12px;
      color: #E6002D;
      font-weight: 600;
      padding: 1px 6px;
      border: 1px solid #E6002D;
      border-radius: 3px;
      position: relative;
      top: -2px;
      text-decoration: none !important;
      margin-right: 4px; }
      #content_wrap .ib.devide .meta .tax a:last-child {
        margin-right: 0; }
    #content_wrap .ib.devide .meta.single {
      margin-bottom: 48px; }
    #content_wrap .ib.devide .meta h2 {
      width: 100%;
      text-align: left;
      font-size: 32px;
      margin: 12px 0 24px;
      color: #333; }
    #content_wrap .ib.devide .meta .date {
      font-size: 14px;
      color: #E6002D;
      font-family: "Open Sans", sans-serif;
      font-weight: 600; }
  #content_wrap .ib.devide .side {
    width: 192px;
    padding-top: 144px; }
    #content_wrap .ib.devide .side.single {
      padding-top: 0; }
    #content_wrap .ib.devide .side .row {
      padding: 24px 0;
      border-top: 1px solid #d1d1d1;
      margin-bottom: 32px; }
      #content_wrap .ib.devide .side .row .archive_list a {
        padding: 16px 0;
        display: block;
        border-bottom: 1px solid #d1d1d1; }
        #content_wrap .ib.devide .side .row .archive_list a:nth-of-type(1) {
          padding-top: 0; }
        #content_wrap .ib.devide .side .row .archive_list a:last-child {
          border: none;
          padding-bottom: 0; }
        #content_wrap .ib.devide .side .row .archive_list a .date {
          display: block;
          font-size: 14px;
          color: #E6002D;
          font-weight: 600; }
        #content_wrap .ib.devide .side .row .archive_list a p {
          font-size: 14px;
          margin: 0;
          font-weight: bold;
          display: inline;
          text-decoration: none;
          background-image: linear-gradient(#E6002D, #E6002D);
          background-size: 0% 1px;
          background-repeat: no-repeat;
          background-position: 0 100%;
          transition: background-size 0.4s ease;
          line-height: 1.5; }
          #content_wrap .ib.devide .side .row .archive_list a p:hover {
            background-size: 100% 1px;
            color: #E6002D; }
      #content_wrap .ib.devide .side .row h3 {
        font-size: 16px;
        color: #E6002D;
        font-weight: 600;
        margin: 0;
        margin-bottom: 28px;
        font-family: "Open Sans", sans-serif; }
      #content_wrap .ib.devide .side .row .tax_list a {
        display: table;
        width: auto;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 16px;
        transition: 0.4s ease;
        text-decoration: none;
        background-image: linear-gradient(#E6002D, #E6002D);
        background-size: 0% 1px;
        background-repeat: no-repeat;
        background-position: 0 100%;
        transition: background-size 0.4s ease; }
        #content_wrap .ib.devide .side .row .tax_list a:hover {
          background-size: 100% 1px;
          color: #E6002D; }
        #content_wrap .ib.devide .side .row .tax_list a:hover {
          color: #E6002D; }
  #content_wrap .ib.devide .main {
    width: 976px;
    max-width: 100%; }
    #content_wrap .ib.devide .main .blog_content h4 {
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px; }
    #content_wrap .ib.devide .main .blog_content ul {
      padding-left: 20px; }
    #content_wrap .ib.devide .main .blog_content table tr th {
      background: #f1f1f1;
      padding: 20px;
      color: #000; }
    #content_wrap .ib.devide .main .blog_content table tr td {
      padding: 20px; }
    #content_wrap .ib.devide .main .blog_content pre {
      line-height: 1.4;
      font-size: 16px; }
    #content_wrap .ib.devide .main .blog_content a {
      color: #E6002D;
      text-decoration: underline; }
    #content_wrap .ib.devide .main .blog_content .related {
      margin-top: 96px; }
      #content_wrap .ib.devide .main .blog_content .related .blog_list .img.thumb img {
        margin: 0; }
      #content_wrap .ib.devide .main .blog_content .related .blog_list h4 a {
        color: #212121; }
    #content_wrap .ib.devide .main .blog_content .has-vivid-red-background-color {
      background: #E6002D !important; }
    #content_wrap .ib.devide .main .blog_content img {
      max-width: 100%;
      display: block;
      margin: 24px 0; }
    #content_wrap .ib.devide .main .blog_content strong br {
      display: none; }
    #content_wrap .ib.devide .main .blog_content iframe {
      display: block;
      width: 100%;
      height: auto;
      margin: 32px 0;
      aspect-ratio: 1/0.66; }
  #content_wrap .ib.devide .blog_list {
    width: 100%;
    margin: 32px 0;
    display: flex;
    flex-wrap: wrap; }
    #content_wrap .ib.devide .blog_list .box {
      width: 304px;
      margin-right: 32px;
      margin-bottom: 24px; }
      #content_wrap .ib.devide .blog_list .box:nth-of-type(3n) {
        margin-right: 0; }
      #content_wrap .ib.devide .blog_list .box .img.thumb {
        width: 100%;
        height: 214px;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #dedede; }
        #content_wrap .ib.devide .blog_list .box .img.thumb:hover a img {
          transform: scale(1.07); }
        #content_wrap .ib.devide .blog_list .box .img.thumb a {
          display: block;
          width: 100%;
          height: 100%;
          background: #f1f1f1; }
          #content_wrap .ib.devide .blog_list .box .img.thumb a img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            transition: 0.4s ease; }
            #content_wrap .ib.devide .blog_list .box .img.thumb a img.thumb_img {
              object-fit: contain;
              display: block;
              width: 100%;
              height: 100%;
              margin: auto 0; }
      #content_wrap .ib.devide .blog_list .box h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 12px 0;
        line-height: 1.5; }
        #content_wrap .ib.devide .blog_list .box h4 a {
          text-decoration: none;
          background-image: linear-gradient(#E6002D, #E6002D);
          background-size: 0% 1px;
          background-repeat: no-repeat;
          background-position: 0 100%;
          transition: background-size 0.4s ease; }
          #content_wrap .ib.devide .blog_list .box h4 a:hover {
            background-size: 100% 1px;
            color: #E6002D; }
        #content_wrap .ib.devide .blog_list .box h4 p {
          font-size: 13px;
          font-weight: bold;
          margin: 0; }
      #content_wrap .ib.devide .blog_list .box p {
        font-size: 12px;
        line-height: 1.5; }

.interview_head .members {
  height: 332px;
  background: #eee; }
  .interview_head .members .ib {
    padding: 56px 0; }
    .interview_head .members .ib .member_list {
      justify-content: center;
      display: flex; }
      .interview_head .members .ib .member_list .box {
        margin: 0 16px;
        width: 192px; }
        .interview_head .members .ib .member_list .box .img {
          width: 116px;
          height: 116px;
          border-radius: 50%;
          overflow: hidden;
          margin: 0 auto 16px; }
          .interview_head .members .ib .member_list .box .img img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .interview_head .members .ib .member_list .box p {
          margin: 0;
          font-size: 14px;
          text-align: center; }
        .interview_head .members .ib .member_list .box h4 {
          margin: 10px 0 0;
          font-size: 20px;
          font-weight: bold;
          text-align: center; }
.interview_head .int_title {
  height: 202px;
  background: linear-gradient(135deg, #E6002D, #E6002D, #ED7836);
  position: relative;
  z-index: 2; }
  .interview_head .int_title .ib {
    align-items: center;
    display: flex;
    padding: 60px 0;
    align-items: center;
    justify-content: space-between; }
    .interview_head .int_title .ib .left {
      width: 54%; }
      .interview_head .int_title .ib .left h2 {
        font-size: 32px;
        color: #fff;
        font-weight: bold;
        margin: 0; }
    .interview_head .int_title .ib .right {
      width: 40%; }
      .interview_head .int_title .ib .right .tags {
        flex-wrap: wrap;
        display: flex; }
        .interview_head .int_title .ib .right .tags a {
          margin-bottom: 8px;
          font-size: 16px;
          color: #fff;
          margin-right: 16px; }
      .interview_head .int_title .ib .right .taxonomy {
        margin-bottom: 16px; }
        .interview_head .int_title .ib .right .taxonomy a {
          margin-right: 8px;
          padding: 4px 16px;
          border-radius: 4px;
          font-size: 18px;
          font-weight: bold;
          color: #E6002D;
          background: #fff; }
.interview_head .main_img {
  margin-top: 108px;
  height: 480px;
  position: relative; }
  .interview_head .main_img h1 {
    position: absolute;
    z-index: 9;
    margin: 0;
    bottom: -21px;
    left: calc(50% - 655px); }
    .interview_head .main_img h1 span {
      font-size: 75px;
      font-weight: bold;
      color: #fff;
      font-family: "Open Sans", sans-serif; }
    .interview_head .main_img h1 em {
      font-size: 20px;
      color: #fff;
      font-weight: bold; }
  .interview_head .main_img .images {
    position: absolute;
    width: 100%;
    height: 100%; }
    .interview_head .main_img .images img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: top; }

#content_wrap.single .related_contents .ib {
  width: 1310px;
  padding: 64px 0 120px;
  border-top: 1px solid #d1d1d1; }
  #content_wrap.single .related_contents .ib .row {
    width: 100%;
    height: 114px;
    display: flex;
    justify-content: space-between;
    margin-top: 48px; }
    #content_wrap.single .related_contents .ib .row a.btn {
      height: 100%;
      border-radius: 8px;
      max-width: 416px;
      width: 32%;
      justify-content: space-between;
      font-size: 20px; }
      #content_wrap.single .related_contents .ib .row a.btn:after {
        font-weight: normal; }
#content_wrap.single .prev_next .ib {
  padding: 120px 0;
  width: 1310px; }
  #content_wrap.single .prev_next .ib .row {
    display: flex;
    justify-content: space-between;
    height: 95px;
    width: 100%; }
    #content_wrap.single .prev_next .ib .row .back {
      width: 314px;
      border-right: 1px solid #d1d1d1;
      border-left: 1px solid #d1d1d1;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding: 8px 0; }
      #content_wrap.single .prev_next .ib .row .back p {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        text-align: center; }
      #content_wrap.single .prev_next .ib .row .back img {
        position: relative;
        left: -5px; }
    #content_wrap.single .prev_next .ib .row .box {
      width: 386px;
      height: 100%;
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap; }
      #content_wrap.single .prev_next .ib .row .box.next-post {
        flex-direction: row-reverse; }
        #content_wrap.single .prev_next .ib .row .box.next-post a.title {
          padding-left: 0;
          padding-right: 28px; }
          #content_wrap.single .prev_next .ib .row .box.next-post a.title:before {
            transform: scale(-1, 1);
            left: auto;
            right: 0; }
      #content_wrap.single .prev_next .ib .row .box a.title {
        width: calc(100% - 150px);
        height: 100%;
        position: relative;
        padding-left: 28px; }
        #content_wrap.single .prev_next .ib .row .box a.title:before {
          content: "";
          font-family: "material icons";
          color: #E6002D;
          position: absolute;
          left: 0;
          font-size: 20px;
          top: calc(50% - 10px); }
        #content_wrap.single .prev_next .ib .row .box a.title p {
          font-size: 18px;
          font-weight: bold;
          margin: 0;
          line-height: 1.4; }
          #content_wrap.single .prev_next .ib .row .box a.title p span {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #E6002D;
            font-family: "Open Sans", sans-serif; }
      #content_wrap.single .prev_next .ib .row .box .img {
        width: 142px;
        height: 100%;
        border-radius: 4px;
        overflow: hidden; }
        #content_wrap.single .prev_next .ib .row .box .img a {
          display: block;
          width: 100%;
          height: 100%; }
        #content_wrap.single .prev_next .ib .row .box .img img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          height: auto; }
#content_wrap.single .last_img {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 1090px; }
  #content_wrap.single .last_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 16%; }
#content_wrap.single .ib {
  padding: 64px 0 32px;
  width: 1090px; }
  #content_wrap.single .ib .interview_content p:empty {
    display: none; }
  #content_wrap.single .ib .interview_content h3 {
    position: relative;
    padding-left: 50px;
    font-size: 28px;
    font-weight: bold;
    margin: 36px 0 72px; }
    #content_wrap.single .ib .interview_content h3:before {
      content: "";
      width: 24px;
      display: block;
      height: 8px;
      background: #E6002D;
      position: absolute;
      left: 0;
      top: calc(50% - 4px); }
  #content_wrap.single .ib .interview_content h4 {
    font-size: 16px;
    margin: 72px 0;
    font-weight: bold;
    display: flex; }
    #content_wrap.single .ib .interview_content h4:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 1px;
      background: #666;
      margin-right: 14px;
      margin-top: 12px; }
  #content_wrap.single .ib .interview_content .middle_img {
    width: 100%;
    height: auto;
    margin: 72px 0;
    margin-left: 0; }
    #content_wrap.single .ib .interview_content .middle_img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: top; }
  #content_wrap.single .ib .interview_content .wide_img {
    width: 100%;
    height: auto;
    margin: 72px 0; }
    #content_wrap.single .ib .interview_content .wide_img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: top; }
  #content_wrap.single .ib .interview_content .content_row {
    position: relative;
    margin: 36px 0;
    display: flex;
    justify-content: space-between; }
    #content_wrap.single .ib .interview_content .content_row + h3 {
      margin-top: 72px; }
    #content_wrap.single .ib .interview_content .content_row + .middle_img {
      margin-top: 36px; }
    #content_wrap.single .ib .interview_content .content_row.text_only .content {
      width: 100%; }
    #content_wrap.single .ib .interview_content .content_row.r_img {
      min-height: 440px;
      justify-content: flex-start; }
      #content_wrap.single .ib .interview_content .content_row.r_img.int {
        min-height: inherit; }
        #content_wrap.single .ib .interview_content .content_row.r_img.int.left {
          justify-content: flex-end; }
          #content_wrap.single .ib .interview_content .content_row.r_img.int.left .eye_img {
            right: auto;
            left: 0;
            width: 330px; }
      #content_wrap.single .ib .interview_content .content_row.r_img .member {
        margin-right: 32px; }
      #content_wrap.single .ib .interview_content .content_row.r_img .content {
        width: calc(100% - 500px); }
      #content_wrap.single .ib .interview_content .content_row.r_img .eye_img {
        height: 420px;
        background: #eee;
        width: 340px;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden; }
        #content_wrap.single .ib .interview_content .content_row.r_img .eye_img img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          object-position: top; }
    #content_wrap.single .ib .interview_content .content_row.nothumb .content {
      width: calc(100% - 400px); }
    #content_wrap.single .ib .interview_content .content_row .member {
      width: 80px; }
      #content_wrap.single .ib .interview_content .content_row .member .img {
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 50%; }
        #content_wrap.single .ib .interview_content .content_row .member .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #content_wrap.single .ib .interview_content .content_row .member p {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 8px 0 0px; }
    #content_wrap.single .ib .interview_content .content_row .content {
      width: calc(100% - 112px);
      position: relative; }
      #content_wrap.single .ib .interview_content .content_row .content p {
        font-size: 16px;
        margin: 0; }
        #content_wrap.single .ib .interview_content .content_row .content p + p {
          margin: 20px 0; }

#content_wrap button {
  border: none;
  height: 64px;
  color: #fff;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  background: linear-gradient(-90deg, #ED7836, #E6002D);
  transition: 0.4s ease; }
  #content_wrap button:hover {
    opacity: 0.8; }
#content_wrap .snow-monkey-form {
  width: 800px;
  max-width: 100%;
  margin: 0 auto; }
  #content_wrap .snow-monkey-form .wp-block-snow-monkey-forms-item.required .smf-item__label {
    padding-left: 12px;
    border-left: 4px solid #E6002D; }
  #content_wrap .snow-monkey-form .wp-block-snow-monkey-forms-item .smf-item__label {
    display: block;
    margin: 16px 0;
    font-weight: bold; }
  #content_wrap .snow-monkey-form input[type="text"], #content_wrap .snow-monkey-form textarea, #content_wrap .snow-monkey-form input[type="email"], #content_wrap .snow-monkey-form select {
    display: block;
    width: 100%;
    min-height: 52px; }
  #content_wrap .snow-monkey-form select {
    width: max-content;
    max-width: 100%;
    font-size: 18px; }
  #content_wrap .snow-monkey-form textarea {
    min-height: 128px; }

@media(min-width:1441px) {
  #content_wrap.culture .c1, #content_wrap.culture .c5 {
    left: -175px; }
  #content_wrap.culture .c2, #content_wrap.culture .c7, #content_wrap.culture .c9 {
    right: -175px; } }

/*# sourceMappingURL=subpage.css.map */
