@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 {
 overflow-y: scroll;
}

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

/* 共通タイトル
***************************************************************/




/* mv
***************************************************************/
.mv img{width:100%;}

/* mv
***************************************************************/



/* business
***************************************************************/
.business_bg{
   background:#F7F7F7; 
}
.secBusiness .bottomsen{
    border-bottom: 1px solid gray;
    padding-bottom: 5%;
}


.secBusiness {
 
  padding: 117px 0 20px;
}

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


.secBusiness .business01{
    margin:4% 0 2.5% 0;
    
}
.secBusiness .business01 img{
    width:100%;
    position: relative; 
}


.secBusiness .business01 .business_title{
    position: absolute;
    background:#fff;
    width:900px;
    height: 150px;
    margin: -4% 50px 0 50px;
    z-index: 1;
}

.secBusiness .business01 .business_title .business_title_sub{
    margin: 4% 0 0 30%;
    
}
.secBusiness .business01 .business_title .business_title_sub h1{ 
    font-size:34px;
    color: #335167;
    padding-top: 1.3%;

}
.secBusiness .business01 .business_title .business_title_sub p{ 
    font-size:15px;
    color: #335167;
    line-height: 2;
    }

.secBusiness .business01 .business_title .business_title_sub svg{
    float: left;
    margin-right: 2%;
}

.secBusiness .business01 .business_title_sub2{
    text-align: center;
    
}
.secBusiness .business01 .business_title_sub2 h1{ 
    font-size:34px;
    color: #335167;
    padding-top: 1.3%;

}

.secBusiness .business_text {
  width: 900px;
  margin:13% auto;
}
.secBusiness .business_text p{
  font-size:15px;
  line-height: 2;
  margin:13% auto;    
}
.secBusiness .business_text2 p{
  font-size:15px;
  line-height: 2;
  margin:0 auto 5% auto;  
}
.secBusiness .leftside{
    float:left;
    width:49%;
    margin:0 1% 0 0;
    
}

.secBusiness .rightside{
    float: right;
    width:49%;
    margin:0 0 0 1%;
   
}

.secBusiness .businessList {
  /*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;*/
    
}

.secBusiness .businessList li {
  width: 32.9%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secBusiness .businessList li img {
  width: 100%;
}

.secBusiness .businessList li p {
    text-align: center;
    font-size: 18;
    line-height: 2;
}
.secBusiness .businessList2 li {
  width: 32.9%;
  margin:0 auto 3% auto;
  /*display: inline-block;*/
}

.secBusiness .businessList2 li img {
  width: 100%;
}

.secBusiness .businessList2 li p {
    text-align: center;
    font-size: 18;
    line-height: 2;
}


@media all and (min-width: 681px) {
    
    
}

@media all and (max-width: 680px) {
.secBusiness {
  padding: 2% 0 10% 0;
}

.secBusiness .inner {
  width: 93.75%;
}


.secBusiness .business01{
    margin:4% 0 2.5% 0;
    
}
.secBusiness .business01 img{
    width:100%;
    position: relative; 
}


.secBusiness .business01 .business_title{
    position: absolute;
    background:#fff;
    width:93.75%;
    height:65px ;
    margin: -8% 0 0 0;
    z-index: 1;
}

.secBusiness .business01 .business_title .business_title_sub{
    margin: 3.5% 0 0 10%;
    
}
.secBusiness .business01 .business_title .business_title_sub h1{ 
    font-size:20px;
    padding-top: 0.5%;

}
.secBusiness .business01 .business_title .business_title_sub p{ 
    font-size:12px;
    }

.secBusiness .business01 .business_title .business_title_sub svg{
    float: left;
    margin-right: 2%;
}
.secBusiness .business01 .business_title_sub2{
    margin: 3.5% 0 0 10%;
    
}
.secBusiness .business01 .business_title_sub2 h1{ 
    font-size:20px;
    padding-top: 0.5%;

}
.secBusiness .business_text {
  width: 100%;
  margin:10% auto;
}
.secBusiness .business_text p{
  font-size:14px;
  line-height: 2;
}
.secBusiness .business_text2 {
  width: 100%;
  margin:10% auto;
}
.secBusiness .business_text2 p{
  font-size:14px;
  line-height: 2;
}
.secBusiness .leftside{
    float:center;
    width:100%;
    margin:0 0 2% 0;
}
.secBusiness .rightside{
   float:center;
    width:100%;
    margin:0 0 2% 0;
}

.secBusiness .businessList li{
  width:100%;
  margin:0 auto 3% auto;
    display: inline-block;
}

.secBusiness .businessList li img {
  width: 100%;
}
.secBusiness .businessList li p {
  
    font-size: 15;

}  
.secBusiness .businessList2 li{
  width:100%;
  margin:0 auto 3% auto;
    display: inline-block;
}

.secBusiness .businessList2 li img {
  width: 100%;
}
.secBusiness .businessList2 li p {
  
    font-size: 15;

}     
    
    
    
}



/* business
***************************************************************/

/* arrow
***************************************************************/





.arrowbun .inner {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}






.arrowbun .listTextBox a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    width: 330px;
    height: 60px;
    background: #335167;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    margin: 2% auto;
    border-radius: 10px;
    
}
.arrowbun .listTextBox a::after {
    border: 1px solid #335167;
    background: #fff;
}

.arrowbun .arrow {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  /*border-radius: 50%;*/
  background: #335167;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}

.arrowbun .arrow::before, .arrowbun .arrow::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.arrowbun .arrow::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

.arrowbun .arrow::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}

.arrowbun .listTitle {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;    
}

.arrowbun .listTitle::after {

  color: #335167;
  
}






@media all and (min-width: 681px) {
  .arrowbun {
    margin: 0 30px 40px 0;
  }
.arrowbun .listTextBox a:hover{
    border: 1px solid #335167;
    background: #fff;
    }    
.arrowbun .listTextBox a:hover::before, .arrowbun a:hover .listTextBox::after {
    background: #335167;
}
  .arrowbun a:hover .arrow {
    background: #fff;
  }
  .arrowbun a:hover .arrow::before, .arrowbun a:hover .arrow::after {
    background: #335167;
  }
  .arrowbun  a:hover .arrow::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow::after {
    right: calc((100% - 40px)/2);
  }
    
.arrowbun a:hover .listTitle{
  color: #335167;
}    
.arrowbun a:hover .listTitle::before, .arrowbun a:hover .listTitle::after {
  color: #fff;
}       
    
}

@media all and (max-width: 680px) {
  .arrowbun {
    padding: 4% 0 2%;
  }

  .arrowbun .inner {
   width: 93.75%;;
  }

  .arrowbun .listTextBox a{
    width: 80%; 
    height:40px;    
  }
  .arrowbun .arrow {
    width: 38px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle {
    width: calc(100% - 38px);
    padding-left: 10px;
  }
.arrowbun .listTitle .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }

}

/* arrow
***************************************************************/