@charset "UTF-8";

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

#company-bnr {
  padding: 115px 32px;
}

.img-border {
  border: 1px solid #cacccc;
}

#company-bnr a:hover {
  opacity: 0.6;
}

a:hover {
  text-decoration: underline;
}

.home-section {
  position: relative;
}

.home-section__title {
  margin: 0;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1.1;
}

.index_news {
  padding: 20px 0 0 0;
}

.home-section__body {
  margin: 1.875em 0 0;
}

.home-news-v2__article {
  padding: 30px 0 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.home-news-v2__body {
  display: flex;
  align-items: flex-start;
}

.home-news-v2__property {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}

.home-news-v2__data {
  width: 10.6em;
  font-size: 1.4rem;
}

[class*=home-news-v2__icon] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 25px;
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-align: center
}

/* ニュース追記 */
.home-news-v2__icon--release[data-category="1"] {
  /* お知らせ */
  background: #4C98E3;
  color: #fff;
}

.home-news-v2__icon--release[data-category="2"] {
  /* ニュースリリース */
  background: #212C7F;
  color: #fff;
}

.home-news-v2__icon--release[data-category="3"] {
  /* メディア掲載 */
  background: #00B3B3;
  color: #fff;
}

.home-news-v2__caption {
  position: relative;
  top: -.1em;
  flex: 1 1;
}

.home-news-v2__date {
  width: 10.6em;
  font-size: 1.4rem;
}

.home-news-v2__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
}

[class*=home-news-v2__type]:hover {
  text-decoration: underline;
}

[class*=home-news-v2__type]:after {
  display: inline-block;
  position: relative;
  top: -.1em;
  margin: 0 0 0 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  content: "";
}

.home-news-v2__type:after {
  width: 8px;
  height: 14px;
  background-image: url("/under-files/img/home_link_ic01.png");
}

.home-news-v2__type--blank:after {
  width: 14px;
  height: 14px;
  background-image: url("/under-files/img/home_link_ic02.png");
}

.home-news-v2__type--pdf:after {
  width: 14px;
  height: 14px;
  background-image: url("/under-files/img/home_link_ic03.png");
}

.home-section__foot {
  position: absolute;
  top: .5em;
  left: 0;
  width: 100%
}

.home-section-link {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none
}

.home-section-link>li+li {
  margin-left: 1.875em
}

[class*=home-section-link__type] {
  position: relative;
  font-size: 1.8rem
}

[class*=home-section-link__type]:hover {
  text-decoration: underline
}

.home-section-link__type {
  padding-left: 18px
}

.home-section-link__type:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background: url("/under-files/img/home_link_ic01.png") no-repeat 0 0;
  background-size: 100% 100%;
  content: ""
}

.home-section-link__type--rss {
  padding-left: 21px
}

.home-section-link__type--rss:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 14px;
  margin: -.1em 0 0;
  transform: translateY(-50%);
  background: url("/under-files/img/home_link_ic04.png") no-repeat 0 0;
  background-size: 100% 100%;
  content: ""
}

/*/////////////////////////////////////////////////////////////////////////////////////
index
/////////////////////////////////////////////////////////////////////////////////////*/

.index_header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
  background-image: url("/company/image/img_main_index.jpg");
  background-size: cover;
  background-position: left 35% center;
}

.index_header__title {
  width: 73%;
  max-width: 880px;
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: right;
}

.index_section {
  padding: 30px 0 60px 0;
  background: linear-gradient(to right, #0194d8, #0850a1);
}

.index_section[id="company-service"] .index_section__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index_section__inner div {
  margin: 30px 0 0 0;
  background: #fff;
  padding: 0 0 20px 0;
  border: none;
}

.index_section__inner div h3 {
  font-size: 2rem;
  margin: 20px;
  padding: 0 0 0 55px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}

.index_section__inner .company h3 {
  background: url("/company/image/ico_index_01.svg") left center no-repeat;
  background-size: 32px;
}

.index_section__inner .news h3 {
  background: url("/company/image/ico_index_02.svg") left center no-repeat;
  background-size: 32px;
}

.index_section__inner .oversea h3 {
  background: url("/company/image/ico_index_03.svg") left center no-repeat;
  background-size: 34px;
}

.index_section__inner .rd h3 {
  background: url("/company/image/ico_index_04.svg") left center no-repeat;
  background-size: 36px;
}

.index_section__inner .sports h3 {
  background: url("/company/image/ico_index_05.svg") left center no-repeat;
  background-size: 45px;
}

.index_section__inner .csr h3 {
  background: url("/company/image/ico_index_06.svg") left center no-repeat;
  background-size: 34px;
}

.index_section__inner div ul {
  border-top: 1px solid #dfdfdf;
  margin: 0 8px;
  padding: 0 12px;
  list-style-type: none;
}

.index_section__inner div ul li {
  margin: 18px 0 0 0;
}

.index_section__inner div .more-link {
  text-align: right;
  margin: 0 20px 0 0;
}

.index_section[id="media-bnr"] {
  background: #e9edf0;
  padding: 60px 0;
}

.bnr-list {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.bnr-list li {
  width: 450px;
  height: 90px;
  display: flow-root;
  background: #fff;
  border: 1px solid #c6c6c6;
  box-shadow: 4px 4px 3px rgba(229, 229, 229, .8);
  margin: 0 40px;
}

.bnr-list li img {
  float: left;
  border-right: 1px solid #c6c6c6;
  width: 135px;
}

.bnr-list li p {
  width: 313px;
  float: left;
  text-align: center;
  line-height: 55px;
  font-size: 2.0rem;
  font-weight: 500;
}

.bnr-list li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.bnr-list li a:hover {
  opacity: 0.6;
}



/*/////////////////////////////////////////////////////////////////////////////////////
company local nav
/////////////////////////////////////////////////////////////////////////////////////*/

.category_navi {
  margin: 0 0 60px 0;
  padding: 16px 15px 30px;
  border-top: 1px solid #ddd;
}

.category-sitemap {
  max-width: 1264px;
  padding: 0 32px;
  margin: 0 auto;
}

.category-sitemap__heading a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: -4px 16px 0 0;
  transform: rotate(45deg);
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  vertical-align: middle;
}

.category-sitemap__heading a:hover {
  text-decoration: underline;
}

.category-sitemap__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.category-sitemap__title {
  display: block;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem;
  font-weight: 700;
}

.category-sitemap__title+.list-wrap {
  margin-top: 1em;
  width: 100%;
}

.link-list {
  display: flex;
}

.link-list li {
  margin: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .category_navi {
    margin: 0 0 30px 0;
    padding: 15px;
  }

  .category-sitemap {
    padding: 0;
  }

  .category-sitemap__heading a::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    margin: -4px 16px 0 0;
    transform: rotate(45deg);
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    vertical-align: middle;
  }

  .category-sitemap__heading a:hover {
    text-decoration: underline;
  }

  .category-sitemap__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
  }

  .category-sitemap__title {
    display: block;
    padding-bottom: .5em;
    border-bottom: 1px solid #ddd;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .category-sitemap__title+.list-wrap {
    margin-top: 1em;
    width: 100%;
  }

  .link-list {
    display: flex;
    flex-wrap: wrap;
  }

  .link-list li {
    margin: 10px 0 !important;
    width: 48%;
  }

  .link-list>:first-child,
  .link-list>[class^=list-wrap]>:first-child,
  .link-list>section:first-child>:first-child {
    margin: 10px 0 !important;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////
company 役員一覧
/////////////////////////////////////////////////////////////////////////////////////*/

.min-wrap {
  max-width: 1040px;
}

.officer-tbl {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.officer-tbl th {
  color: #fff;
  background: #1d4fa1;
  font-weight: 700;
  text-align: center;
  width: 240px;
  border: 1px solid #ddd;
}

.officer-tbl td {
  background: #fff;
  padding: 15px 40px;
  border: 1px solid #ddd;
}

.officer-tbl .officer1 dt {
  width: 320px;
  float: left;
  clear: left;
}

.officer-tbl .officer1 dd {
  margin: 0 0 0 320px;
}

.officer-tbl .officer2 dt {
  width: 210px;
  float: left;
  clear: left;
}

.officer-tbl .officer2 dd {
  margin: 0 0 0 210px;
}

.officer-tbl .officer3 dt {
  width: 135px;
  float: left;
  clear: left;
}

.officer-tbl .officer3 dd {
  margin: 0 0 0 135px;
}

.link-gmap {
  color: #1d4fa1 !important;
  text-decoration: underline !important;
}

.link-gmap::after {
  content: url("/company/info/image/ico_external_link.svg");
  margin: 0 0 0 10px;
}

.link-gmap:hover {
  text-decoration: none !important;
}

.sup {
  text-align: right;
}

.content_title h2 {
  background: url("/company/info/image/bg_title.png") right bottom no-repeat #f1f3f5;
  height: 62px;
  line-height: 62px;
  font-size: 2.2rem;
  padding: 0 0 0 20px;
}

.address-box h3 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 2.0rem;
}

.address-box p {
  font-weight: 400;
}

.gmap {
  margin: 40px auto 0 auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access {
  padding: 20px 40px;
  background: #f1f3f5;
  margin: 40px 0 0 0;
}

.access h3 {
  font-size: 2.0rem;
  font-weight: 500;
  color: #1d4fa1;
  margin: 0;
}

.access ol {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-type: none;
  line-height: 2;
}

.access li::before {
  content: '●';
  color: #1d4fa1;
  margin: 0 5px 0 0;
}

.tab-box {}

.tab-box .btn-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-box .btn-area li {
  width: 280px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 20px 0 0 0;
  display: block;
  cursor: pointer;
  transition: all .4s;
}

.tab-box .btn-area li:hover {
  opacity: 0.6;
}

.tab-box .btn-area li.active {
  color: #fff;
  background: #1d4fa1;
  border: 1px solid #1d4fa1;
}

.panel-area {
  margin: 50px 0 0 0;
}

.tab-box .tab-panel {
  display: none;
}

.tab-box .tab-panel.active {
  display: block;
}

.tab-box .tab-panel dl {
  margin: 0 0 40px 0;
  padding: 0;
}

.tab-box .tab-panel dl dt {
  font-size: 1.8rem;
  color: #1d4fa1;
  border-bottom: 1px solid #1d4fa1;
  padding: 0 15px 15px 15px;
  margin: 0 0 15px 0;
}

.tab-box .tab-panel dl dd {
  padding: 0 0 15px 40px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px 0;
}

.tab-box .tab-panel dl dd a {
  background: url("/company/info/image/ico_link_arrow.svg") right center no-repeat;
  background-size: 5px;
  padding: 0 20px 0 0;
}

.tab-box .tab-panel dl dd:last-child {
  margin: 0;
}

.acd {
  max-width: 100%;
}

.toggle {
  display: none;
}

.option {
  position: relative;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.4s;
}

.title {
  border-bottom: 1px solid #d2d2d2;
  padding: 0 60px;
  height: 70px;
  line-height: 70px;
  display: block;
}

.title.top {
  border-top: 1px solid #d2d2d2;
}

.title:after,
.title:before {
  content: "";
  position: absolute;
  right: 60px;
  top: 25px;
  width: 1.25px;
  height: 1.25em;
  background-color: #173d7c;
  transition: all 0.3s;
}

.title:after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked+.title+.content {
  max-height: 5000px;
  transition: all .8s;
}

.toggle:checked+.title:before {
  transform: rotate(90deg) !important;
}

.timeline {
  list-style: none;
  padding: 0;
}

.timeline li {
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}

.timeline .timeline-data {
  width: 235px;
  font-size: 4.0rem;
  font-weight: 700;
  color: #173d7c;
  margin: 0 0 0 30px;
}

.timeline .timeline-content {
  width: 80%;
  border-left: 2px solid #173d7c;
  padding: 0 0 0 30px;
}

.timeline .timeline-content dl {
  display: flow-root;
  margin: 30px 0;
}

.timeline .timeline-content dl dt {
  width: 50px;
  float: left;
  clear: left;
  position: relative;
  text-align: right;
  margin: 0 30px 0 0;
}

.timeline .timeline-content dl dd {
  padding: 0 0 20px 50px;
}

.timeline .timeline-content dl dd:last-child {
  padding: 0 0 0 50px;
}

.timeline .timeline-content dl dt:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #173d7c;
  border-radius: 50px;
  position: absolute;
  left: -36px;
  top: 8px;
}

/*/////////////////////////////////////////////////////////////////////////////////////
workscontents
/////////////////////////////////////////////////////////////////////////////////////*/

.workcontents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.workcontents .items {
  width: calc(100% / 3);
}

.workcontents .items img {
  transition: all .4s;
}

.workcontents .items img:hover {
  opacity: 0.6;
}

.workcontents .items p {
  font-size: 1.8rem;
  color: #1d4fa1;
}

.workcontents .items p::before {
  content: url("/company/info/workcontents/image/ico_link_arrow.svg");
  margin: 0 15px 0 0;
}


@media only screen and (max-width: 767px) {
  .index_header {
    height: 160px;
  }

  .index_header__title {
    font-size: 2.6rem;
    margin: 0 0 2.5em 60px !important;
  }

  .home-section__title {
    margin: 0;
    font-size: 2.4rem;
    text-align: center;
  }

  .home-section__body {
    margin: 1.0714em 0 0;
  }

  .home-section__body>:first-child {
    margin-top: 0 !important;
  }

  .home-news-v2__body {
    display: block;
  }

  .home-news-v2__article {
    margin: 0 -15px;
    padding: 20px 15px 25px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
  }

  .home-news-v2__property {
    display: flex;
    align-items: center;
  }

  .home-news-v2__date {
    width: 10.4em;
    font-size: 1.2rem;
  }

  [class*=home-news-v2__icon] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 22px;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }

  .home-news-v2__caption {
    margin: 0.7142em 0 0;
  }

  .home-news-v2__title {
    font-size: 1.4rem;
  }

  .home-section__foot {
    margin: 1.0714em 0 0;
    position: static;
  }

  .home-section-link {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .home-section-link>li+li {
    margin-left: 2.1428em;
  }

  [class*=home-section-link__type] {
    position: relative;
    font-size: 1.4rem;
  }

  .home-section-link__type {
    padding-left: 18px;
  }

  .home-section-link__type:before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 14px;
    transform: translateY(-50%);
    background: url("/under-files/img/home_link_ic01.png") no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
  }

  .home-section-link__type--rss {
    padding-left: 21px;
  }

  .home-section-link__type--rss:before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 12px;
    transform: translateY(-50%);
    background: url("/under-files/img/home_link_ic04.png") no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
  }

  .index_section__inner {
    padding: 0 15px;
  }

  .index_section[id=media-bnr] {
    padding: 30px 0;
  }

  .bnr-list {
    display: block;
  }

  .bnr-list li {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .bnr-list li a {
    display: flex;
  }

  .bnr-list li p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 65px;
  }

  #company-bnr {
    padding: 30px 15px 40px;
  }

  .index_section__inner div {
    width: 100%;
  }

  .index_section__inner div img {
    width: 100%;
  }

  .index_section__inner div h3 {
    font-size: 1.8rem;
    background-size: 25px !important;
    padding: 0 0 0 35px !important;
  }

  .officer-tbl th,
  .officer-tbl td {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .officer-tbl th {
    text-align: left;
  }

  .content_title h2 {
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
  }

  .address-box h3 {
    font-size: 1.6rem;
  }

  .gmap {
    margin: 20px auto 0 auto;
  }

  .access {
    padding: 15px;
    margin: 20px 0 0 0;
  }

  .access h3 {
    font-size: 1.8rem;
  }

  .access ol li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  .officer-tbl .officer1 dt,
  .officer-tbl .officer2 dt,
  .officer-tbl .officer3 dt {
    width: 100%;
    float: none;
    margin: 0;
  }

  .officer-tbl .officer1 dd,
  .officer-tbl .officer2 dd,
  .officer-tbl .officer3 dd {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .workcontents .items {
    width: calc(96% / 2);
  }

  .workcontents .items p {
    font-size: 1.4rem;
  }

  .workcontents .items p::before {
    content: '';
    background: url("/company/info/workcontents/image/ico_link_arrow.svg") 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
  }

  .tab-box .btn-area li {
    width: 46%;
  }

  .tab-box .tab-panel dl dt {
    font-size: 1.6rem;
  }

  .tab-box .tab-panel dl dd {
    padding: 0 0 15px 20px;
  }

  .title {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
  }

  .title:after,
  .title:before {
    right: 20px;
  }

  .timeline .timeline-data {
    font-size: 2.0rem;
    width: 40%;
    margin: 0;
  }

  .timeline .timeline-content {
    width: 90%;
    padding: 0;
    border-left: 1px solid #173d7c;
  }

  .timeline .timeline-content dl dt {
    margin: 0 15px 0 0;
    width: 40px;
  }

  .timeline .timeline-content dl dt:before {
    left: -5px;
    top: 5px;
  }

  .timeline .timeline-content dl dd {
    padding: 0 0 30px 20px;
  }

  .timeline .timeline-content dl dd:last-child {
    padding: 0 0 0 20px;
  }
}
