@charset "UTF-8";
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

/*----------------------------------------
MAIN
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #company .company_area {
    margin-top: 90px;
    /* アクティブなタブ */
    /* ラジオボタン非表示 */
  }
  #company .company_area .main_contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #company .company_area .main_contents__blk {
    width: 48%;
  }
  #company .company_area .main_contents__blk--lft p img {
    width: 100%;
    height: auto;
  }
  #company .company_area .main_contents__blk--lft .txt {
    margin-top: 20px;
    font-size: 1,9rem;
    line-height: 2;
    text-align: justify;
  }
  #company .company_area .main_contents__blk--rgt li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333333;
    font-size: 1,9rem;
  }
  #company .company_area .main_contents__blk--rgt li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #company .company_area .main_contents__blk--rgt h3 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #company .company_area .main_contents__blk--rgt .kana {
    font-size: 1.5rem;
  }
  #company .company_area .main_contents__blk--rgt .blk {
    display: flex;
  }
  #company .company_area .main_contents__blk--rgt .blk .LFT {
    width: 100px;
  }
  #company .company_area .main_contents__blk--rgt .blk .RGT {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #company .company_area .main_contents__blk--rgt .blk .RGT .date {
    text-align: center;
    color: #000; /* ### */
    font-size: 2.9rem;
    font-weight: bold;
    background: #d2f0ff; /* ### */
    padding: 25px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1;
    min-width: 112px;
  }
  #company .company_area .main_contents__blk--rgt .blk .RGT .date span {
    font-size: 1.9rem;
    font-weight: normal;
  }
  #company .company_area .tab-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #company .company_area .tab-label {
    width: 20%;
    color: #3535FA;
    background: #fff;
    padding: 10px;
    text-align: center;
    border: 1px solid #3535FA;
    order: -1;
    position: relative;
    cursor: pointer;
  }
  #company .company_area .tab-content {
    width: 100%;
    display: none;
  }
  #company .company_area .tab-switch:checked + .tab-label {
    background: #3535FA;
    color: #fff;
  }
  #company .company_area .tab-switch:checked + .tab-label + .tab-content {
    display: block;
  }
  #company .company_area .tab-switch:checked + .tab-label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #3535FA transparent transparent transparent;
    border-width: 15px 15px 0 15px;
  }
  #company .company_area .tab-switch {
    display: none;
  }
  #company .company_area .tab_area .tab-content {
    margin-top: 60px;
    margin-bottom: 70px;
  }
  #company .company_area .tab_area .tab-content li {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333333;
  }
  #company .company_area .tab_area .tab-content li .LFT {
    width: 240px;
  }
  #company .company_area .tab_area .tab-content li .RGT {
    width: calc(100% - 240px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1060px) {
  #company .company_area .tab_area .tab-content li .RGT iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #company .company_area {
    margin-top: 45px;
    /* アクティブなタブ */
    /* ラジオボタン非表示 */
  }
  #company .company_area .main_contents {
    margin-bottom: 60px;
  }
  #company .company_area .main_contents__blk--lft {
    margin-bottom: 20px;
  }
  #company .company_area .main_contents__blk--lft p img {
    width: 100%;
    height: auto;
  }
  #company .company_area .main_contents__blk--lft h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    margin-top: 20px;
  }
  #company .company_area .main_contents__blk--lft .kana {
    font-size: 1rem;
  }
  #company .company_area .main_contents__blk--lft .txt {
    margin-top: 20px;
    font-size: 1,9rem;
    line-height: 2;
  }
  #company .company_area .main_contents__blk--rgt {
    margin-bottom: 60px;
  }
  #company .company_area .main_contents__blk--rgt li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
    font-size: 1,9rem;
  }
  #company .company_area .main_contents__blk--rgt li:nth-of-type(2) {
    padding-top: 20px;
    border-top: 1px solid #333333;
  }
  #company .company_area .main_contents__blk--rgt li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #company .company_area .main_contents__blk--rgt .blk {
    display: flex;
  }
  #company .company_area .main_contents__blk--rgt .blk .LFT {
    width: 60px;
  }
  #company .company_area .main_contents__blk--rgt .blk .RGT {
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #company .company_area .main_contents__blk--rgt .blk .RGT .date {
    text-align: center;
    color: #000; /* ### */
    font-size: 1.4rem;
    font-weight: bold;
    background: #d2f0ff; /* ### */
    padding: 20px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1;
    min-width: 61px;
  }
  #company .company_area .main_contents__blk--rgt .blk .RGT .date span {
    font-size: 1rem;
    font-weight: normal;
  }
  #company .company_area .tab-label {
    color: #3535FA;
    background: #fff;
    padding: 10px;
    text-align: center;
    border: 1px solid #3535FA;
    border-bottom: none;
    position: relative;
    display: block;
  }
  #company .company_area .tab-label:last-of-type {
    border-bottom: 1px solid #3535FA;
  }
  #company .company_area .tab-content {
    width: 100%;
    display: none;
  }
  #company .company_area .tab-switch:checked + .tab-label {
    background: #3535FA;
    color: #fff;
    border-bottom: 1px solid #3535FA;
  }
  #company .company_area .tab-switch:checked + .tab-label + .tab-content {
    display: block;
  }
  #company .company_area .tab-switch:checked + .tab-label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #3535FA transparent transparent transparent;
    border-width: 15px 15px 0 15px;
  }
  #company .company_area .tab-switch {
    display: none;
  }
  #company .company_area .tab_area {
    margin-bottom: 70px;
  }
  #company .company_area .tab_area .tab-content {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #company .company_area .tab_area .tab-content li {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
  }
  #company .company_area .tab_area .tab-content li .LFT {
    width: 120px;
  }
  #company .company_area .tab_area .tab-content li .RGT {
    width: calc(100% - 120px);
    text-align: justify;
  }
  #company .company_area .tab_area .tab-content .pr_movie li {
    display: block;
  }
  #company .company_area .tab_area .tab-content .pr_movie .LFT {
    width: 100%;
    margin-bottom: 10px;
  }
  #company .company_area .tab_area .tab-content .pr_movie .RGT {
    width: 100%;
  }
  #company .company_area .tab_area .tab-content .pr_movie .RGT p {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #company .company_area .tab_area .tab-content .pr_movie .RGT iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
