@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@700&family=Oswald:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* FONT
***************************************************************/
/* 会社概要リンクリスト
***************************************************************/
.companyMenuBox {
  padding-top: 74px;
}

.companyMenuList {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.companyMenuList li {
  width: calc(100% / 6);
}

.companyMenuList li a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}

.companyMenuList li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #335167;
}

.companyMenuList li.ls0 a {
  letter-spacing: 0;
}

@media all and (min-width: 681px) {
  .companyMenuList li.act a::before {
    width: 100%;
  }
  .companyMenuList li a::before {
    -webkit-transition: right 0.3s, left 0.3s, width 0.3s;
    transition: right 0.3s, left 0.3s, width 0.3s;
  }
  .companyMenuList li a:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
}

@media all and (max-width: 680px) {
  .companyMenuBox {
    padding-top: 0;
  }
  .companyMenuList {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #DEDEDE;
  }
  .companyMenuList li {
    width: calc(100% / 2);
    height: 50px;
    border-bottom: 1px solid #DEDEDE;
  }
  .companyMenuList li:nth-child(odd) {
    border-right: 1px solid #DEDEDE;
  }
  .companyMenuList li.act {
    background: #335167;
  }
  .companyMenuList li.act a {
    color: #fff;
  }
  .companyMenuList li.act a::before {
    content: none;
  }
  .companyMenuList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 0;
  }
  .companyMenuList li a::before {
    content: '';
    position: absolute;
    bottom: auto;
    right: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    background: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

/* 会社概要リンクリスト
***************************************************************/
/* 共通タイトル
***************************************************************/
.profileTitle {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #335167;
  text-align: center;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.profileTitle span {
  display: inline-block;
  padding-bottom: 19px;
  position: relative;
}

.profileTitle span::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #335167;
}

@media all and (max-width: 680px) {
  .profileTitle {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 35px;
    border-bottom: 2px solid #ccc;
  }
  .profileTitle span {
    padding-bottom: 15px;
  }
  .profileTitle span::before {
    height: 2px;
  }
}

/* 共通タイトル
***************************************************************/
/* 会社概要
***************************************************************/
.secProfile {
  background: #F7F7F7;
  padding: 117px 0 100px;
}

.secProfile .inner {
  width: 1000px;
  margin: auto;
}

.secProfile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}

.secProfile dl:last-child {
  margin-bottom: 0;
}

.secProfile dl dt, .secProfile dl dd {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
}

.secProfile dl dt {
  width: 170px;
  font-weight: 500;
}

.secProfile dl dd {
  width: calc(100% - 170px);
}

.secProfile dl a {
  color: #335167;
}

.bannerBox {
  display: block;
  width: 550px;
  margin: 75px auto 0;
}

@media all and (min-width: 681px) {
  .secProfile dl a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .secProfile dl a:hover {
    opacity: 0.6;
  }
  .bannerBox {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .bannerBox:hover {
    opacity: 0.6;
  }
}

@media all and (max-width: 680px) {
  .secProfile {
    padding: 60px 0;
  }
  .secProfile .inner {
    width: 87.5%;
  }
  .secProfile dl {
    margin-bottom: 15px;
  }
  .secProfile dl dt, .secProfile dl dd {
    font-size: 13px;
    line-height: 1.6;
  }
  .secProfile dl dt {
    width: 93px;
  }
  .secProfile dl dd {
    width: calc(100% - 93px);
  }
  .bannerBox {
    width: 100%;
    margin: 42px auto 0;
  }
}

/* 会社概要
***************************************************************/
/* 事業所・アクセス
***************************************************************/
.secAccess {
  padding: 190px 0 126px;
}

.secAccess .inner {
  width: 1000px;
  margin: auto;
}

.secAccess .accessList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.secAccess .accessList li {
  width: 485px;
  margin-bottom: 60px;
}

.secAccess .accessList li .listImg {
  height: 290px;
  overflow: hidden;
}

.secAccess .accessList li .listImg .img {
  width: 100%;
  height: 100%;
}

.secAccess .accessList li .listTextBox {
  color: #404040;
  margin-top: 18px;
}

.secAccess .accessList li .listTitle {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 30px;
  font-weight: 500;
}

.secAccess .accessList li .listText {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 7px;
}

.secAccess .accessList li .listBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 13px;
}

.secAccess .accessList li .listBtnBox .listBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 16px)/2);
  height: 40px;
  border: 1px solid #335167;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}

.secAccess .accessList li .listBtnBox .listBtn i {
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/profile/btn_icon.svg) no-repeat center/cover;
}

.secAccess .accessList li .listTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -5px -5px 0;
}

.secAccess .accessList li .listTag li {
  width: auto;
  margin: 0 5px 5px 0;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  background: #eaeaea;
  border-radius: 50px;
  padding: 6px 13px;
}

.secAccess .accessList li.mainOffice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.secAccess .accessList li.mainOffice .listImg {
  width: 485px;
}

.secAccess .accessList li.mainOffice .listTextBox {
  width: calc(100% - 485px);
  padding-left: 40px;
  margin-top: 5px;
}

@media all and (min-width: 681px) {
  .secAccess .accessList li:last-child, .secAccess .accessList li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn {
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  .secAccess .accessList li .listBtnBox .listBtn:last-child, .secAccess .accessList li .listBtnBox .listBtn:nth-last-child(2) {
    margin-bottom: 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn i {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .secAccess .accessList li .listBtnBox .listBtn:hover {
    color: #fff;
    background: #335167;
  }
  .secAccess .accessList li .listBtnBox .listBtn:hover i {
    background: url(../img/profile/btn_icon_w.svg) no-repeat center/cover;
  }
}

@media all and (max-width: 680px) {
  .secAccess {
    padding: 60px 0;
  }
  .secAccess .inner {
    width: 93.75%;
  }
  .secAccess .accessList li {
    width: 100%;
    margin-bottom: 50px;
  }
  .secAccess .accessList li .listImg {
    height: 179px;
  }
  .secAccess .accessList li .listTextBox {
    margin-top: 10px;
  }
  .secAccess .accessList li .listTitle {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
  }
  .secAccess .accessList li .listText {
    font-size: 13px;
    line-height: 1.54;
    margin-top: 8px;
    text-align: center;
  }
  .secAccess .accessList li .listBtnBox {
    display: block;
    margin: 15px auto 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn {
    width: 224px;
    font-size: 15px;
    margin: 0 auto 10px;
  }
  .secAccess .accessList li .listBtnBox .listBtn:last-child {
    margin-bottom: 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn i {
    width: 9px;
    height: 9px;
  }
  .secAccess .accessList li .listTag li {
    padding: 6px 13px;
  }
  .secAccess .accessList li.mainOffice {
    width: 100%;
  }
  .secAccess .accessList li.mainOffice .listImg {
    width: 100%;
  }
  .secAccess .accessList li.mainOffice .listTextBox {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

/* 事業所・アクセス
***************************************************************/