@charset "UTF-8";
/* ==================================================

 変数

================================================== */
@media screen and (max-width: 1023px) {
  :root {
    --fs_ss: 1.2rem;
    --fs_sm: 1.2rem;
    --fs_md: 1.4rem;
    --fs_lg: 1.6rem;
    --fs_xl: 1.8rem;
    --fs_xxl: 2.0rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --fs_ss: 1.2rem;
    --fs_sm: 1.4rem;
    --fs_md: 1.6rem;
    --fs_lg: 1.8rem;
    --fs_xl: 2.0rem;
    --fs_xxl: 2.2rem;
  }
}
/* ==================================================

 企業情報

================================================== */
@media screen and (min-width: 1024px) {
  .coporate_top_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_company_l.png");
  }
}
@media screen and (max-width: 1023px) {
  .coporate_top_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_company_m.png");
  }
}
.coporate_top_wrap .intro_wrap {
  font-size: var(--fs_xl);
  animation-delay: -0.2s;
}
@media screen and (min-width: 1024px) {
  .coporate_top_wrap .intro_wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .coporate_top_wrap .intro_wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .coporate_top_wrap .intro_wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .coporate_top_wrap .intro_wrap {
    font-size: var(--fs_xl);
  }
}
@media screen and (max-width: 767px) {
  .coporate_top_wrap .intro_wrap {
    padding-left: 10px;
    padding-right: 10px;
    font-size: var(--fs_lg);
  }
}
@media screen and (max-width: 479px) {
  .coporate_top_wrap .intro_wrap {
    font-size: var(--fs_md);
  }
}
@media screen and (min-width: 1024px) {
  .coporate_top_wrap .conts_menu_wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .coporate_top_wrap .conts_menu_wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .coporate_top_wrap .conts_menu_wrap {
    margin-bottom: 40px;
  }
}
.coporate_top_wrap .conts_menu_wrap .section_list {
  width: 980px;
}
@media screen and (min-width: 1024px) {
  .coporate_top_wrap .conts_menu_wrap .section_list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .coporate_top_wrap .conts_menu_wrap .section_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .coporate_top_wrap .conts_menu_wrap .section_list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .coporate_top_wrap .conts_menu_wrap .section_list {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .coporate_top_wrap .conts_menu_wrap .section_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.coporate_top_wrap .conts_menu_wrap .section_list .section_box {
  float: left;
}
.coporate_top_wrap .conts_menu_wrap .section_list .section_box:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .coporate_top_wrap .conts_menu_wrap .section_list .section_box::before {
    padding-top: 56.25%;
  }
}
@media screen and (min-width: 1024px) {
  .coporate_top_wrap .conts_menu_wrap .section_list .section_box {
    width: 480px;
  }
  .coporate_top_wrap .conts_menu_wrap .section_list .section_box:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .coporate_top_wrap .conts_menu_wrap .section_list .section_box {
    width: 49%;
  }
  .coporate_top_wrap .conts_menu_wrap .section_list .section_box:nth-child(2n) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .coporate_top_wrap .conts_menu_wrap .section_list .section_box {
    width: 100%;
  }
  .coporate_top_wrap .conts_menu_wrap .section_list .section_box:nth-child(2n) {
    margin-left: 0;
  }
  .coporate_top_wrap .conts_menu_wrap .section_list .section_box:not(:last-child) {
    margin-bottom: 0;
  }
}
.coporate_top_wrap .conts_menu_wrap .section_list .section_box:first-child::before {
  background-image: url("../img/corporate/top_company_s.png");
}
.coporate_top_wrap .conts_menu_wrap .section_list .section_box:nth-child(2)::before {
  background-image: url("../img/corporate/top_message_s.png");
}
.coporate_top_wrap .conts_menu_wrap .section_list .section_box:nth-child(3)::before {
  background-image: url("../img/corporate/top_philosophy_s.png");
}
.coporate_top_wrap .conts_menu_wrap .section_list .section_box:nth-child(4)::before {
  background-image: url("../img/corporate/top_history_s.png");
}
.coporate_top_wrap .conts_menu_wrap .section_list .section_box:last-child::before {
  background-image: url("../img/corporate/top_access_s.png");
}

/* ==================================================

 会社概要

================================================== */
@media screen and (min-width: 1024px) {
  .outline_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_company_l.png");
  }
}
@media screen and (max-width: 1023px) {
  .outline_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_company_m.png");
  }
}
.outline_wrap .conts_basis {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .outline_wrap .conts_basis {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .outline_wrap .conts_basis {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .outline_wrap .conts_basis {
    padding: 0 10px 40px;
  }
}
.outline_wrap .conts_basis .outline_list {
  animation-delay: -0.2s;
}
.outline_wrap .conts_basis .outline_list li {
  padding: 20px 40px;
}
@media screen and (max-width: 479px) {
  .outline_wrap .conts_basis .outline_list li {
    padding: 10px;
  }
}
.outline_wrap .conts_basis .outline_list li [class^=item_] {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .outline_wrap .conts_basis .outline_list li .item_title {
    width: 20%;
  }
  .outline_wrap .conts_basis .outline_list li .item_detail {
    width: 80%;
  }
}

/* ==================================================

 代表メッセージ

================================================== */
.message_wrap .article_top_wrap {
  font-size: 0;
  color: transparent;
}
@media screen and (min-width: 1024px) {
  .message_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_message_l.png");
  }
}
@media screen and (max-width: 1023px) {
  .message_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_message_m.png");
  }
}
.message_wrap .intro_wrap h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .message_wrap .intro_wrap h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .message_wrap .intro_wrap h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .message_wrap .intro_wrap h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .message_wrap .intro_wrap h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .message_wrap .intro_wrap h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .message_wrap .intro_wrap h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .message_wrap .intro_wrap h2 .mq_min_none {
    display: none;
  }
}
.message_wrap .messe_box {
  margin-bottom: 60px;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 767px) {
  .message_wrap .messe_box {
    padding: 20px;
  }
}
@media screen and (max-width: 479px) {
  .message_wrap .messe_box {
    margin: 0 10px 40px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 480px) {
  .message_wrap .messe_box {
    font-size: var(--fs_lg);
  }
}
@media screen and (max-width: 1023px) {
  .message_wrap .messe_box {
    padding: 30px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .message_wrap .messe_box {
    padding: 20px 10px 0;
  }
}
.message_wrap .messe_box .name_box {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 479px) {
  .message_wrap .messe_box .name_box {
    margin-top: 20px;
  }
}

/* ==================================================

 経営理念

================================================== */
@media screen and (min-width: 1024px) {
  .philosophy_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_philosophy_l.png");
  }
}
@media screen and (max-width: 1023px) {
  .philosophy_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_philosophy_m.png");
  }
}
.philosophy_wrap .intro_wrap h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .philosophy_wrap .intro_wrap h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .intro_wrap h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479px) {
  .philosophy_wrap .intro_wrap h2 {
    font-size: 2rem;
  }
}
.philosophy_wrap .intro_wrap h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .philosophy_wrap .intro_wrap h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .intro_wrap h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .philosophy_wrap .intro_wrap h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .philosophy_wrap .intro_wrap h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .philosophy_wrap .intro_wrap h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .intro_wrap h3 {
    margin-bottom: 20px;
  }
}
.philosophy_wrap .intro_wrap .txt_box {
  padding: 40px 20px;
}
@media screen and (min-width: 480px) {
  .philosophy_wrap .intro_wrap .txt_box {
    font-size: var(--fs_lg);
  }
}
@media screen and (max-width: 1023px) {
  .philosophy_wrap .intro_wrap .txt_box {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .intro_wrap .txt_box {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .philosophy_wrap .guideline_wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .philosophy_wrap .guideline_wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .guideline_wrap {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .philosophy_wrap .guideline_wrap h2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .guideline_wrap h2 {
    padding: 0 10px;
  }
}
.philosophy_wrap .guideline_wrap h2 span {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .philosophy_wrap .guideline_wrap h2 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .guideline_wrap h2 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .philosophy_wrap .guideline_wrap h2 span {
    font-size: 1.8rem;
  }
}
.philosophy_wrap .guideline_wrap .guideline_list {
  margin: 20px 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  animation-fill-mode: forwards;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .guideline_wrap .guideline_list {
    margin: 0 0 60px;
  }
}
.philosophy_wrap .guideline_wrap .guideline_list li {
  display: flex;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .guideline_wrap .guideline_list li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .philosophy_wrap .guideline_wrap .guideline_list li {
    width: 33.333%;
    width: calc(100% / 3);
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2), .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(5), .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(8) {
    border-left: 1px #c7000b solid;
    border-right: 1px #c7000b solid;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2)::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2)::after, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(5)::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(5)::after, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(8)::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(8)::after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 20px;
    content: "";
    background-color: #fff;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2)::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(5)::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(8)::before {
    left: -1px;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2)::after, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(5)::after, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(8)::after {
    right: -1px;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2) .inner_box::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2) .inner_box::after, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(5) .inner_box::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(5) .inner_box::after, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(8) .inner_box::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(8) .inner_box::after {
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 20px;
    content: "";
    background-color: #fff;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2) .inner_box::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(5) .inner_box::before, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(8) .inner_box::before {
    left: -21px;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2) .inner_box::after, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(5) .inner_box::after, .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(8) .inner_box::after {
    right: -21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .philosophy_wrap .guideline_wrap .guideline_list li {
    width: 50%;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2n) {
    border-left: 1px #c7000b solid;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2n)::before {
    display: block;
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 20px;
    content: "";
    background-color: #fff;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2n)::before {
    left: -1px;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2n) .inner_box::before {
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 20px;
    content: "";
    background-color: #fff;
  }
  .philosophy_wrap .guideline_wrap .guideline_list li:nth-child(2n) .inner_box::before {
    left: -21px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .guideline_wrap .guideline_list li {
    width: 100%;
  }
}
.philosophy_wrap .guideline_wrap .guideline_list li .inner_box {
  position: relative;
  padding: 20px 0;
  width: 100%;
}
.philosophy_wrap .guideline_wrap .guideline_list li .inner_box h3 {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .philosophy_wrap .guideline_wrap .guideline_list li .inner_box h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .guideline_wrap .guideline_list li .inner_box h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .philosophy_wrap .guideline_wrap .guideline_list li .inner_box h3 {
    font-size: 1.8rem;
  }
}
.philosophy_wrap .guideline_wrap .guideline_list li .inner_box h3 .num {
  font-size: 3.6rem;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .philosophy_wrap .guideline_wrap .guideline_list li .inner_box h3 .num {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap .guideline_wrap .guideline_list li .inner_box h3 .num {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479px) {
  .philosophy_wrap .guideline_wrap .guideline_list li .inner_box h3 .num {
    font-size: 2rem;
  }
}
.philosophy_wrap .guideline_wrap .guideline_list li .inner_box h3 span {
  vertical-align: middle;
}
.philosophy_wrap .guideline_wrap .guideline_list li .inner_box .img_box img {
  margin: 20px 0;
  max-height: 100px;
}
.philosophy_wrap .guideline_wrap .guideline_list li .inner_box _:-ms-lang(x)::-ms-backdrop, .philosophy_wrap .guideline_wrap .guideline_list li .inner_box .img_box img {
  height: 100%;
}

/* ==================================================

 沿革

================================================== */
@media screen and (min-width: 1024px) {
  .history_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_history_l.png");
  }
}
@media screen and (max-width: 1023px) {
  .history_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_history_m.png");
  }
}
.history_wrap .conts_basis {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .history_wrap .conts_basis {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .history_wrap .conts_basis {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .history_wrap .conts_basis {
    padding: 0 10px 40px;
  }
}
.history_wrap .conts_basis h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .history_wrap .conts_basis h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .history_wrap .conts_basis h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .history_wrap .conts_basis h2 {
    font-size: 1.8rem;
  }
}
.history_wrap .conts_basis .history_table {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .history_wrap .conts_basis .history_table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .history_wrap .conts_basis .history_table {
    margin-top: 20px;
  }
}
.history_wrap .conts_basis .history_table th, .history_wrap .conts_basis .history_table td {
  border: 1px #ccdee5 solid;
  vertical-align: middle;
}
.history_wrap .conts_basis .history_table th {
  text-align: center;
  white-space: nowrap;
}
.history_wrap .conts_basis .history_table th.year {
  padding: 20px 40px;
  font-weight: bold;
  text-align: center;
  background-color: #e6e6e6;
  vertical-align: top;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .history_wrap .conts_basis .history_table th.year {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479px) {
  .history_wrap .conts_basis .history_table th.year {
    font-size: 1.6rem;
  }
}
.history_wrap .conts_basis .history_table th.month {
  padding: 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .history_wrap .conts_basis .history_table th.year, .history_wrap .conts_basis .history_table th.month {
    padding: 20px 10px;
  }
}
.history_wrap .conts_basis .history_table td {
  padding: 20px 30px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .history_wrap .conts_basis .history_table td {
    padding: 20px 10px;
  }
}

/* ==================================================

 アクセス

================================================== */
@media screen and (min-width: 1024px) {
  .access_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_access_l.png");
  }
}
@media screen and (max-width: 1023px) {
  .access_wrap .article_top_wrap {
    background-image: url("../img/corporate/top_access_m.png");
  }
}
.access_wrap .conts_basis {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .access_wrap .conts_basis {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .access_wrap .conts_basis {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .access_wrap .conts_basis {
    padding: 0 10px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .access_wrap .conts_basis.acc_detail {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .access_wrap .conts_basis.acc_detail {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .access_wrap .conts_basis.acc_detail {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .access_wrap .conts_basis.acc_detail {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .access_wrap .conts_basis.acc_detail {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .access_wrap .conts_basis.acc_detail {
    padding-bottom: 20px;
  }
}
.access_wrap .conts_basis.acc_detail [class$=_box] {
  float: left;
}
.access_wrap .conts_basis.acc_detail .img_box {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .access_wrap .conts_basis.acc_detail .img_box {
    width: 100%;
  }
  .access_wrap .conts_basis.acc_detail .img_box img {
    width: 80%;
  }
}
.access_wrap .conts_basis.acc_detail .detail_box {
  padding-left: 40px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .access_wrap .conts_basis.acc_detail .detail_box {
    padding: 20px 0 0;
    width: 100%;
  }
}
.access_wrap .conts_basis.acc_detail .detail_box dt, .access_wrap .conts_basis.acc_detail .detail_box dd {
  float: left;
}
.access_wrap .conts_basis.acc_detail .detail_box dt {
  width: 20%;
}
.access_wrap .conts_basis.acc_detail .detail_box dd {
  width: 80%;
}
.access_wrap .conts_basis.acc_detail .detail_box dd:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .access_wrap .conts_basis.acc_detail .detail_box dd:first-of-type {
    margin-bottom: 20px;
  }
}
.access_wrap .conts_basis .map_box {
  width: 100%;
  max-width: 850px;
}
.access_wrap .conts_basis .map_box #map_tokyo {
  position: relative;
  width: 100%;
}
.access_wrap .conts_basis .map_box #map_tokyo::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.access_wrap .conts_basis .map_box .map_btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
  border: 1px #c7000b solid;
  transition: all 0.3s;
}
.access_wrap .conts_basis .map_box .map_btn:hover {
  color: #c7000b;
  background-color: #fff;
}