#theme {
  background: #F4F4F4;
  display: block; }
  #theme .pc_co {
    display: block; }
  #theme .sp_co {
    display: none; }
  @media screen and (max-width: 768px) {
    #theme .pc_co {
      display: none; }
    #theme .sp_co {
      display: block; } }
  #theme .pc_co_i {
    display: inline; }
  #theme .sp_co_i {
    display: none; }
  @media screen and (max-width: 768px) {
    #theme .pc_co_i {
      display: none; }
    #theme .sp_co_i {
      display: inline; } }
  #theme #wrapper {
    width: 795px;
    padding-top: 75px;
    margin: 0 auto;
    color: #42464A; }
    @media screen and (max-width: 768px) {
      #theme #wrapper {
        padding: 5%;
        width: 100%;
        box-sizing: border-box; } }
  #theme .helvetica {
    font-family: "Helvetica Neue"; }
  #theme .sec_title {
    border-top: 1px solid #5F6871;
    padding-top: 6px;
    margin-bottom: 40px;
    font-size: 25px; }
    @media screen and (max-width: 768px) {
      #theme .sec_title {
        margin-bottom: 25px;
        font-size: 21px; } }
  #theme #contents .sec_title {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      #theme #contents .sec_title {
        font-size: 16px;
        letter-spacing: 0px; } }
  #theme #contents .sec_title.small {
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      #theme #contents .sec_title.small {
        font-size: 16px; } }
  #theme #main {
    position: relative; }
    #theme #main .close {
      position: absolute;
      right: 0px;
      top: 12px; }
    @media screen and (max-width: 768px) {
      #theme #main {
        padding-top: 80px; }
        #theme #main .close {
          position: absolute;
          right: 0px;
          top: 12px; } }
  #theme #main_body > h3 {
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #theme #main_body > h3 {
        font-size: 18px;
        letter-spacing: 3px;
        margin-bottom: 20px; } }
  #theme #main_compay_box {
    margin-bottom: 70px; }
    #theme #main_compay_box > h4 {
      font-size: 16px;
      letter-spacing: 3px;
      margin-bottom: 45px; }
    #theme #main_compay_box ul {
      display: flex;
      justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #theme #main_compay_box {
        margin-bottom: 40px; }
        #theme #main_compay_box > h4 {
          font-size: 14px;
          letter-spacing: 2px;
          margin-bottom: 50px; }
        #theme #main_compay_box ul {
          display: block; }
          #theme #main_compay_box ul li {
            margin-bottom: 10px; }
            #theme #main_compay_box ul li img {
              width: 100%; } }
  #theme #contents .theme_section {
    margin-bottom: 55px; }
    @media screen and (max-width: 768px) {
      #theme #contents .theme_section {
        margin-bottom: 30px; } }
    #theme #contents .theme_section p {
      font-size: 12px;
      line-height: 1.8;
      letter-spacing: 2px; }
      @media screen and (max-width: 768px) {
        #theme #contents .theme_section p {
          font-size: 13px; } }
    #theme #contents .theme_section p.appeal {
      font-size: 14px;
      letter-spacing: 2px; }
    #theme #contents .theme_section .works {
      margin-top: 55px; }
      @media screen and (max-width: 768px) {
        #theme #contents .theme_section .works {
          margin-top: 13px; } }
      #theme #contents .theme_section .works h3 {
        display: inline-block;
        background: #5F6871;
        color: #fff;
        font-size: 12px;
        line-height: 2.2;
        padding: 0px 8px;
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          #theme #contents .theme_section .works h3 {
            display: block;
            font-size: 14px; } }
      #theme #contents .theme_section .works p {
        margin-bottom: 2.2em;
        line-height: 2.2;
        letter-spacing: 1px; }
      #theme #contents .theme_section .works p:last-child{
        margin-bottom: 0px; }
  #theme #contents .horizon {
    display: flex;
    justify-content: space-between; }
    #theme #contents .horizon .theme_section {
      width: 386px; }
    @media screen and (max-width: 768px) {
      #theme #contents .horizon {
        display: block;
        justify-content: space-between; }
        #theme #contents .horizon .theme_section {
          width: 100%; } }
  #theme #contents .comment {
    margin-bottom: 85px; }
    @media screen and (max-width: 768px) {
      #theme #contents .comment {
        margin-bottom: 45px; } }
    #theme #contents .comment > h2 {
      font-size: 15px;
      background: #5F6871;
      line-height: 44px;
      text-align: center;
      color: #fff;
      margin-bottom: 40px;
      letter-spacing: 3px; }
      @media screen and (max-width: 768px) {
        #theme #contents .comment > h2 {
          font-size: 14px;
          line-height: 54px;
          margin-bottom: 28px; } }
    #theme #contents .comment p {
      font-size: 12px;
      line-height: 1.8;
      letter-spacing: 2px; }
      @media screen and (max-width: 768px) {
        #theme #contents .comment p {
          font-size: 13px; } }
  #theme #contents .compnay_info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #5F6871;
    padding-top: 20px;
    margin-bottom: 69px; }
    #theme #contents .compnay_info_txt {
      width: 386px; }
      #theme #contents .compnay_info_txt h3 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 33px;
        line-height: 100%; }
      #theme #contents .compnay_info_txt p {
        font-size: 11px;
        line-height: 2.2; }
    #theme #contents .compnay_info .ph .note {
      margin-top: 3px;
      font-size: 11px;
      line-height: 2.2;
      text-align: right; }
    @media screen and (max-width: 768px) {
      #theme #contents .compnay_info {
        display: block;
        padding-top: 10px;
        margin-bottom: 45px; }
        #theme #contents .compnay_info_txt {
          width: 100%; }
          #theme #contents .compnay_info_txt h3 {
            font-size: 15px;
            margin-bottom: 15px; }
          #theme #contents .compnay_info_txt p {
            font-size: 11px;
            line-height: 2.2;
            margin-bottom: 20px; }
        #theme #contents .compnay_info .ph img {
          width: 100%; } }
  #theme #contents .presentation{
    margin-bottom: 69px;}
  #theme #contents .presentation > h2 {
    font-size: 15px;
    background: #5F6871;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 3px; }
    @media screen and (max-width: 768px) {
      #theme #contents .presentation{
        margin-bottom: 45px;}
      #theme #contents .presentation > h2 {
        font-size: 14px;
        line-height: 54px;
        margin-bottom: 28px; } }
  #theme #contents .presentation .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
  #theme #contents .presentation .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  #theme #contents .factory_tour > h2 {
    font-size: 15px;
    background: #5F6871;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 3px; }
    @media screen and (max-width: 768px) {
      #theme #contents .factory_tour > h2 {
        font-size: 14px;
        line-height: 54px;
        margin-bottom: 28px; } }
  #theme #contents .factory_tour .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
  #theme #contents .factory_tour .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  #theme .up {
    text-align: right;
    margin: 45px 0px; }
    @media screen and (max-width: 768px) {
      #theme .up {
        margin: 30px 0px; } }
    #theme .up a {
      display: inline-block; }
  #theme .interview {
    position: relative;
    max-width: 988px;
    margin: 0 auto;
    text-align: center; }
    #theme .interview a {
      position: relative;
      line-height: 142px;
      background: #5F6871;
      font-size: 18px;
      letter-spacing: 4px;
      padding-right: 31px; }
      #theme .interview a:hover {
        opacity: 0.8; }
      #theme .interview a .text{
        display: inline-flex;
        align-items: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 8px;
        line-height: 1;
        color: #fff; }
      #theme .interview a .text:after {
        content: url(../img/arrow_white.png);
        display: inline-block;
        width: 14px;
        height: 25px;
        margin-left: 10px; }
    @media screen and (max-width: 768px) {
      #theme .interview {
        width: 100%; }
        #theme .interview a {
          line-height: 181px;
          font-size: 14px;
          letter-spacing: 3px;
          padding-right: 20px; } }
    @media screen and (max-width: 374px) {
      #theme .interview:before {
        right: 7.5%; } }

/* 240823 更新 */

#theme #contents .compnay_info_title {
  margin-bottom: 12px;
  padding-top: 13px;
  border-top: 3px solid #5F6871;
  font-size: 20px;
  font-weight: bold; }
#theme #contents .compnay_info {
  flex-wrap: wrap; }
#theme #contents .compnay_info .works {
  /* margin-top: 55px; */
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    #theme #contents .compnay_info .works {
      /* margin-top: 13px; */
      margin-top: 20px; } }
  #theme #contents .compnay_info .works h3 {
    display: inline-block;
    background: #5F6871;
    color: #fff;
    font-size: 12px;
    line-height: 2.2;
    padding: 0px 8px;
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      #theme #contents .compnay_info .works h3 {
        display: block;
        font-size: 14px; } }
  #theme #contents .compnay_info .works p {
    margin-bottom: 2.2em;
    line-height: 2.2;
    letter-spacing: 1px; }
  #theme #contents .compnay_info .works p:last-child{
    margin-bottom: 0px; }

@media screen and (max-width: 768px) {
#theme #contents .respondent{
  padding-top: 25px;
  border-top: 1px solid #5F6871; } }
#theme #contents .respondent .ph{
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    #theme #contents .respondent .ph img{
      width: 100%; } }
#theme #contents .respondent .name{
  font-size: 15px; }

#theme #contents .keyword .sec_title .underline{
  display: inline-block;
  /* margin-bottom: 0px;
  padding-bottom: 0px; */
  /* border-bottom: 1px solid #5F6871;*/
  text-decoration: underline;}

#theme #contents .keyword .sec_title .small{
  font-size: 14px;
  text-decoration: none; }

#theme #contents .end_line{
  margin: 12px 0;
  height: 3px;
  background: #5F6871; }