﻿@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.mincho, .cmp_msg_catch, .cmp_msg_wrp .signature {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; 
}

/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.font_i {
  font-family: 'Poly', 'Times New Roman', serif;
  margin-left: 1px;
  margin-right: 1px;
  font-style: italic;
}

/* -------------------------------------------------------------------------*/
/* COMPANY
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TOP MASSAGE
/* -------------------------------------------------------------------------*/
.cmp_msg_catch {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 40px 0 30px;
  font-weight: bold;
  line-height: 1.3; }
  @media only screen and (max-width: 640px) {
    .cmp_msg_catch {
      font-size: 22px;
      font-size: 1.375rem; } }

.cmp_msg_wrp {
  overflow: hidden; }
  .cmp_msg_wrp .box {
    line-height: 1.6; }
    .cmp_msg_wrp .box p {
      margin-top: 0; }
  .cmp_msg_wrp figure {
    margin: 0;
    padding: 0; }
    .cmp_msg_wrp figure img {
      max-width: 100%;
      height: auto; }
  .cmp_msg_wrp .signature {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 40px !important; }

.cmp_msg_pic {
  margin: 0;
  padding: 0; }
  .cmp_msg_pic img {
    max-width: 100%;
    height: auto; }

.cmp_shaze_box {
  background-color: #f7f7f7;
  padding: 20px;
  text-align: center; }
  .cmp_shaze_box h5 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 20px;
    margin: 10px 0 20px;
    color: #1b3daa; }

.cmp_handbook {
  border-top: 1px dotted #a1a1a1;
  margin-top: 50px; }
  .cmp_handbook h5 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #606060; }

.cmp_info_tbl {
  margin-top: 30px; }
  .cmp_info_tbl table {
    border-collapse: collapse;
    width: 100%; }
  .cmp_info_tbl th, .cmp_info_tbl td {
    padding: 10px 20px;
    border: 1px solid #dbdbdb; }
    .cmp_info_tbl th .tbl_fnt_s, .cmp_info_tbl td .tbl_fnt_s {
      font-size: 14px;
      font-size: 0.875rem; }
  .cmp_info_tbl th {
    background-color: #f1f7ff; }
    .cmp_info_tbl th span {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: normal; }
  .cmp_info_tbl td > ul {
    margin: 0;
    padding: 0 0 0 20px; }
    .cmp_info_tbl td > ul > li {
      margin-bottom: 10px; }

.cmp_info_pic {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 70px; }
  .cmp_info_pic figure {
    width: 33%;
    margin: 0;
    padding: 0;
    float: left; }
    .cmp_info_pic figure img {
      max-width: 100%;
      height: auto; }
    .cmp_info_pic figure:nth-child(2) {
      margin: 0 0.5%; }
  .cmp_info_pic figcaption {
    text-align: center;
    margin: 10px 0; }

.cmp_chart {
  margin: 0;
  padding: 0;
  text-align: center; }
  .cmp_chart img {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 640px) {
  .cmp_info_tbl {
    margin-top: 10px; }
    .cmp_info_tbl table, .cmp_info_tbl tbody, .cmp_info_tbl tr, .cmp_info_tbl th, .cmp_info_tbl td {
      display: block;
      text-align: left; }
    .cmp_info_tbl tr {
      border: 1px solid #dbdbdb;
      margin-bottom: 10px; }
    .cmp_info_tbl th, .cmp_info_tbl td {
      padding: 10px;
      border: none; }
  .cmp_info_pic {
    margin-top: 40px; }
    .cmp_info_pic figure {
      width: 100%;
      text-align: center;
      float: none; }
      .cmp_info_pic figure:nth-child(2) {
        margin: 0; }
    .cmp_info_pic figcaption {
      text-align: center;
      margin: 10px 0 20px; } }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* ENVIRONMENT
/* -------------------------------------------------------------------------*/
.bd_block {
  width: 95%;
  margin: 30px auto;
  padding: 30px;
  border: 5px solid #dbe2f5; }
  @media only screen and (max-width: 640px) {
    .bd_block {
      width: 100%;
      margin: 20px auto;
      padding: 20px;
      border: 5px solid #dbe2f5; } }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HISTORY
/* -------------------------------------------------------------------------*/
.cmp_hst_list {
  margin: 30px 0;
  padding: 8px;
  background-color: #c7d4ff; }
  .cmp_hst_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px; }
  .cmp_hst_list div {
    display: table-row; }
  .cmp_hst_list li {
    display: table-cell;
    vertical-align: middle;
    margin: 0 5px;
    padding: 5px;
    background-color: #fff; }
    .cmp_hst_list li a {
      font-size: 14px;
      font-size: 0.875rem;
      display: block;
      text-decoration: none;
      line-height: 1.3;
      color: #1f2dd8; }
      .cmp_hst_list li a:hover {
        text-decoration: underline; }
    .cmp_hst_list li.in {
      background-color: #49a5c9; }
      .cmp_hst_list li.in a {
        color: #fff;
        text-decoration: none !important; }
  @media only screen and (max-width: 640px) {
    .cmp_hst_list {
      padding: 5px; }
      .cmp_hst_list ul {
        display: block; }
      .cmp_hst_list div {
        display: block; }
      .cmp_hst_list li {
        display: block;
        padding: 0;
        width: 100%;
        margin: 1px 0; }
        .cmp_hst_list li a {
          padding: 5px; }
      .cmp_hst_list br {
        display: none; } }

.cmp_hst_box {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 5px dotted #516dc8; }
  .cmp_hst_box h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    background-color: #516dc8;
    color: #fff;
    border-radius: 20px 0; }
  .cmp_hst_box table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px; }
    .cmp_hst_box table th:nth-child(1) {
      width: 45%; }
    .cmp_hst_box table th:nth-child(2) {
      width: 10%; }
    .cmp_hst_box table th:nth-child(3) {
      width: 45%; }
    .cmp_hst_box table td, .cmp_hst_box table th {
      border: 1px solid #dbdbdb;
      font-weight: normal;
      padding: 5px 10px; }
      .cmp_hst_box table td ul, .cmp_hst_box table th ul {
        margin: 0;
        padding: 0;
        list-style: none; }
    .cmp_hst_box table th.bunkyuu, .cmp_hst_box table th.shouwa, .cmp_hst_box table th.meiji, .cmp_hst_box table th.taishou, .cmp_hst_box table th.heisei {
      white-space: nowrap; }
    .cmp_hst_box table th.bunkyuu {
      background-color: #fffcdc; }
    .cmp_hst_box table th.meiji {
      background-color: #fff4dc; }
    .cmp_hst_box table th.taishou {
      background-color: #e8ffdc; }
    .cmp_hst_box table th.shouwa {
      background-color: #dcf6ff; }
    .cmp_hst_box table th.heisei {
      background-color: #faeeff; }
    .cmp_hst_box table th.reiwa {
      background-color: #fffcdc; }
  .cmp_hst_box .tp_th th {
    background-color: #f1f4ff;
    border-bottom: 2px solid #516dc8;
    padding: 10px 10px 8px;
    color: #173598; }
  .cmp_hst_box .cmp_hst_pic {
    text-align: center;
    padding: 20px 0 0; }
    .cmp_hst_box .cmp_hst_pic figure {
      display: inline-block;
      margin: 0 15px 20px;
      padding: 0;
      vertical-align: top; }
      .cmp_hst_box .cmp_hst_pic figure img {
        max-width: 100%;
        height: auto; }
    .cmp_hst_box .cmp_hst_pic figcaption {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.2; }
  @media only screen and (max-width: 640px) {
    .cmp_hst_box table td, .cmp_hst_box table th {
      padding: 5px; }
    .cmp_hst_box table td {
      font-size: 12px;
      font-size: 0.75rem; }
    .cmp_hst_box table th.bunkyuu, .cmp_hst_box table th.shouwa, .cmp_hst_box table th.meiji, .cmp_hst_box table th.taishou, .cmp_hst_box table th.heisei {
      font-size: 12px;
      font-size: 0.75rem; } }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CSR
/* -------------------------------------------------------------------------*/
.cmp_csr .cnt_kv {
  padding-top: 21.2963%;
  background-image: url(../jpg/title.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .cmp_csr .cnt_kv * {
    display: none; }

.cmp_csr_linkLIst figure {
  margin: 0;
  padding: 0; }
  .cmp_csr_linkLIst figure img {
    max-width: 100%;
    height: auto; }

.cmp_csr_linkLIst table {
  border-collapse: collapse;
  width: 100%; }
  .cmp_csr_linkLIst table tr td:nth-child(1) {
    padding-right: 10px; }
  .cmp_csr_linkLIst table tr td:nth-child(2) {
    padding-left: 10px; }
  .cmp_csr_linkLIst table td {
    width: 50%;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px; }
    .cmp_csr_linkLIst table td ul {
      margin: 0 0 0 25px;
      padding: 0; }
  .cmp_csr_linkLIst table p.title {
    background-color: #516dc8;
    padding: 5px 10px !important; }
    .cmp_csr_linkLIst table p.title a {
      color: #fff;
      display: block;
      text-decoration: none; }

@media only screen and (max-width: 640px) {
  .cmp_csr_linkLIst {
    margin-top: 20px; }
    .cmp_csr_linkLIst table, .cmp_csr_linkLIst tbody, .cmp_csr_linkLIst tr, .cmp_csr_linkLIst td {
      display: block;
      width: 100% !important; }
    .cmp_csr_linkLIst table tr td:nth-child(1) {
      padding-right: 0; }
    .cmp_csr_linkLIst table tr td:nth-child(2) {
      padding-left: 0; } }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* DSGs
/* -------------------------------------------------------------------------*/
.sdgs_block {
  padding: 30px;
  margin-bottom: 80px;
  border: 4px solid #f4f4f4; }
  .sdgs_block .sdgs_title {
    text-align: center;
    margin: 30px 0 40px; }
    .sdgs_block .sdgs_title figure {
      margin: 0; }
    .sdgs_block .sdgs_title h4 {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 30px 0 0; }
  .sdgs_block .sdgs_img {
    margin: 50px 0 20px;
    text-align: center; }
    .sdgs_block .sdgs_img img {
      width: auto;
      height: auto;
      max-width: 100%; }
    .sdgs_block .sdgs_img figcaption {
      margin-top: 20px;
      text-align: right; }
  @media only screen and (max-width: 640px) {
    .sdgs_block {
      padding: 10px;
      border-width: 3px;
      margin-bottom: 0; }
      .sdgs_block .sdgs_title {
        margin: 20px 0 30px; }
      .sdgs_block .sdgs_img {
        margin: 30px 0 20px; } }

.sdgs_tbl table {
  border-collapse: collapse;
  width: 100%; }

.sdgs_tbl th, .sdgs_tbl td {
  padding: 8px;
  border: 1px solid #d2d2d2; }

.sdgs_tbl td:first-child {
  font-size: 14px;
  font-size: 0.875rem; }

.sdgs_tbl tr:nth-child(odd) td {
  background-color: #fbfdff; }

.sdgs_tbl th {
  background-color: #e4f2fb;
  border-color: #b1c9d9;
  border-bottom-width: 3px; }
  .sdgs_tbl th:first-child {
    width: 30%; }

.sdgs_tbl figure {
  margin: 3px 2px;
  padding: 0;
  display: inline-block;
  vertical-align: top; }
  .sdgs_tbl figure img {
    width: 50px;
    height: auto; }
  .sdgs_tbl figure figcaption {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 3px 0 0;
    width: 50px;
    text-align: center;
    line-height: 1.3; }

.sdgs_tbl > p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right; }

@media only screen and (max-width: 640px) {
  .sdgs_tbl td, .sdgs_tbl th {
    padding: 3px; } }

.sdgs_catch {
  border-top: 1px dashed #bcc1d3;
  margin-top: 100px;
  color: #636363;
  text-align: center;
  padding: 20px 0 1px; }
  .sdgs_catch:first-child {
    margin-top: 0; }
  .sdgs_catch p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    background-color: #f4f7ff;
    margin: 0;
    padding: 15px;
    border: 2px solid #cad4f5;
    border-right: none;
    border-left: none; }

.sdgs_fig {
  text-align: center;
  margin: 40px 0; }
  .sdgs_fig figcaption {
    margin-top: 10px; }
  .sdgs_fig img {
    width: auto;
    height: auto;
    max-width: 100%; }
  @media only screen and (max-width: 640px) {
    .sdgs_fig {
      margin: 30px 0; } }

.sdgs_icons {
  margin-bottom: 20px;
  padding: 6px 0 0 6px;
  background-color: #f3f4f7; }
  .sdgs_icons ul {
    margin: 0;
    padding: 0;
    font-size: 0; }
  .sdgs_icons li {
    display: inline-block;
    margin: 0 6px 6px 0; }
  .sdgs_icons img {
    width: 75px;
    height: auto; }
  @media only screen and (max-width: 640px) {
    .sdgs_icons li {
      margin: 0 3px 3px 0; }
    .sdgs_icons img {
      width: 50px; } }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MOVIE
/* -------------------------------------------------------------------------*/
.cmp_mv_tube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .cmp_mv_tube iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.cmp_mv_btn {
  margin-top: 30px;
  padding: 10px;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 1; }
  .cmp_mv_btn .btn {
    margin: 0;
    padding: 0; }
  .cmp_mv_btn .text {
    margin: 5px 0 10px; }
  .cmp_mv_btn a {
    font-size: 22px;
    font-size: 1.375rem;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    transition: background 0.2s ease; }
    .cmp_mv_btn a:hover {
      background-color: #c7d4ff; }
  .cmp_mv_btn img {
    vertical-align: middle;
    margin-right: 20px; }
  @media only screen and (max-width: 640px) {
    .cmp_mv_btn a {
      font-size: 18px;
      font-size: 1.125rem; }
    .cmp_mv_btn img {
      width: 40px;
      height: auto;
      margin-right: 10px; } }

/* -------------------------------------------------------------------------*/
