@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 0 0;
}

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


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

.timeline{
    background:#335167;

}



.slide10{
    padding:0;
}


.slide10 li{
    padding:1% 0;
    font-size:25px;
 font-family: "Oswald", sans-serif;
  font-weight: 400;
    color:#ffffff;
   display: flex;
    justify-content: center;
    list-style: none;  
}

.slide10 li a{
    padding-left:2%;
    color:#ffffff;
     position: relative;
    margin-right: 30px;
    text-decoration: none;

}


.slide10 li a::after {
    content:"";
    display:inline-block;
    width: 3px;
    height: 25px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}


.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 26px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}
.secmessage_left ul li{
    float:left;
    font-size:32px;
    letter-spacing: 0.5rem;
    font-weight: 500;
   color:#404040;
 padding:2% 3%;
    border-right: solid 3px #404040;
    border-left: solid 3px #404040;
   -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
 /*transform:translate(-500.049 -100.698);*/
    }




.secmessage_left ul li:first-child{
    border-left:none;
    height:390px;
}

.secmessage_right{
    width:55%;
    padding-left:7%;
    float:right;
    display: inline-block;
}

.secmessage_right ul li{
    float:left;
    font-size:16px;
    line-height: 2.4;
    letter-spacing: 0.3rem;
    font-weight: 500;
   color:#404040;
 padding:4% 3%;

}







@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:30px 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;
  }
  
   .timeline{
    background:#335167;

}



.slide10_sp{
    padding:0;
}


.slide10_sp li{
    padding:0.5% 0;
    font-size:35px;
 font-family: "Oswald", sans-serif;
  font-weight: 400;
    color:#ffffff;
   display: flex;
    justify-content: center;
    list-style: none;  
}

.slide10_sp li a{
    padding-left:0.5%;
    color:#ffffff;
     position: relative;
    margin-right: 0.5%;
    text-decoration: none;

}


.slide10_sp li a::after {
    content:"";
    display:inline-block;
    width: 3px;
    height: 25px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}


.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 26px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}
 


    
}

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

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

 .history02  dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

 .history02  dl dt {
  text-align: right;
  font-size: 18px;  
  width: 125px;
  padding: 0.1em 0.5em 0.5em 0.5em;
  border-right: 2px solid #ccc; 
  position: relative;
  font-weight: 500;
  letter-spacing: 0.01rem;  
   color: #335167; 
    text-align: left;
}

 .history02  dl dt::after {
  content: '●';
  position: absolute;
  right: -0.65em;
  top: 5px;
  font-size: 12px;
  color: #335167;
}

 .history02  dl dd {
  width: calc(100% - 125px);
  padding:1em 2.0em 2.0em;
  border-top:  2px solid #335167  ; 
  margin-top:10px;
  font-size: 16px;  
   letter-spacing: 0.02rem;  
    line-height: 2;
   /*  display: flex;*/
}

 .history02  dl dd h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
}

 .history02  dl dd img{
    float:right;
    width:25%;
    padding:5px;
    text-align: right;
      margin:0 0 0 auto;
    }


 .link {
 display: block!important;
  font-size: 15px;  
  width:200px;
  padding: 0.1em 0.5em 0em 0.5em;
  font-weight: 500;
     background: #335167; 
    text-align: center;
   
}

.link a{
  color: #ffffff;
}

.link:hover {
    background: #ffffff;
    border: solid 1px #335167;
  }

.link a:hover{
  color:#335167;
}



@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%;
  }

    
 
    
 .history02   dl {
  display: block;
  flex-wrap: wrap;
   border-left: 2px solid #ccc;   
  justify-content: space-between;
}

 .history02  dl dt {
  text-align: left;
  font-size: 18px;  
  width:70%;
  padding: 0.1em 0.5em 0em 0.5em;
    position: relative;
  font-weight: 500;
    border-right: none;
  letter-spacing: 0.01rem;  
   color: #335167; 
    text-align: left;
}

 .history02  dl dt::before {
  content: '●';
  position: absolute;
  top:25px;
    left:-0.5em;
  font-size: 12px;
  color: #335167;
}
    
    
   .history02  dl dt::after {
  content: '';
  display:none;
}  

 .history02  dl dd {
  width:100%;
  padding:1em 0.5em 2.0em;
  border-top:  2px solid #335167  ; 
  margin-top:10px;
  font-size: 14px;  
   letter-spacing: 0.02rem;  
    line-height: 2;
     display: inline-block;
}

 .history02  dl dd h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
}
    
  .history02  dl dd p {
  width:100%;
   
}   
    

 .history02  dl dd img{
    width:100%;
    padding:5px;
    float:left;
    text-align: right;
    margin:0 0 0 auto;
    }


    
}

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