@charset "UTF-8";


/* common */ #1e2961

html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color:#666;
}

body {
  line-height: 1;
  color:#666;
  margin: 0;
    padding: 0;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* HTML5 */
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;
}

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


a {
  color: #1e2961;
}

a:hover{
  color:#666;
  text-decoration:underline;
}


@media only screen and (min-width: 769px){
.smt{display:none;}


.pcnavi{
  position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width:190px;
    box-shadow: -4px 2px 10px 8px #ababab, 14px -10px 16px -13px #e4e4e4;
  }

.pcnavi .logo{
  text-align:center;
  margin:20px;
  border-bottom: 2px solid #1e2961;
  padding-bottom:20px;
}

.pcnavi ul{
  margin-left:20px;
}

.pcnavi ul li a.on:after{
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: #1e2961;
  transform: unset;
  }

.pcnavi ul li a {
  position: relative;
  display: inline-block;
  line-height:2em;
  font-size:1.2em;
  color:#666;
  text-decoration: none;
}

.pcnavi ul li a.on{
  color:#1e2961;
}

.pcnavi ul li a::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1e2961;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.pcnavi ul li a:hover::after {
  transform: scale(1, 1);
}


  
.mbody{
    position: relative;
   margin-left:190px;
}

.mbody .topimgarea{
      width: 98%;
    margin: 0 auto;
    height: 50%;
    max-height: 440px;
}

.mbody .topimgarea img{
  width:100%;
}

.mbody .ptitle{
  font-size:1.5em;
  line-height: 1.3em;
  margin: 60px 20px 20px;
  padding-bottom:5px;
  border-bottom: 2px solid #1e2961;
}


.mbody .psubtitle{
  font-size: 1.5em;
  line-height: 1.3em;
    margin: 30px 0px 20px;
    padding: 10px 5px 5px;
    background-color: #FFF;
    color: #666;
    font-weight:bold;
    overflow: hidden;
}

.mbody .contents_box{
  width:95%; 
   min-height: calc(100vh - 175px);
  margin:0 auto; 
  overflow: hidden;
}


/* TOP */


/* スライダー */
.slider {
    width: 99%;
    margin-left: 12px;
}

.slick-slide {
  margin: 0px
}

.slick-slide img {
  width: 100%;
}


.mbody .contents_box .topLside{
  float: left;
    width: 55%;
    margin-right: 25px;
}

.mbody .contents_box .topRside{
  float:left;
  width:40%;
}

/* OUR BUSINESS */

.mbody .contents_box .category{
  width:25%;
  height: 408px;
  float:left;
  text-align:center;
  min-width:210px;
  margin-bottom: 30px;
  position: relative;
}

.mbody .contents_box .category img{
  width:120px;
  margin-bottom:20px;
}


.mbody .contents_box .category p.title{
  font-size:1em;
  font-weight:bold;
  line-height:2em;
}

.mbody .contents_box .category p.txt{
  font-size:0.9em;
  line-height:1.3em;
  width: 200px;
    margin: 0 auto;
    text-align: left;
}



.mbody .contents_box .category .sitelink{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 30px;
  border: 2px solid #34495e;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 20px;
}
.mbody .contents_box .category .sitelink a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:30px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-1{
  width:140px;
  height:30px;
  left:-140px;
  background:#1e2961;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.mbody .contents_box .category .sitelink:hover .eff-1{
  left:0;
}
.mbody .contents_box .category .sitelink:hover a{
  color:#fff;
}



/* ABOUT US */

.mbody .contents_box .innerbox{
  width:100%;
  position:relative;
}

.mbody .contents_box .btmbox{
  margin-top:80px;
}
.mbody .contents_box .innerbox .president_photo{
  width:25%;
  float:left;
}

.mbody .contents_box .innerbox .president_photo img{
  width:100%;
}

.mbody .contents_box .innerbox .mission_comment{
  width:100%;
  line-height:1.5em;
  margin-top:-15px;
  float:left;
}

.mbody .contents_box .innerbox .president_comment{
  width:72%;
  margin-left:20px;
  float:left;
}

.mbody .contents_box .innerbox .president_comment .top{
  font-size:1.5em;
  line-height:1.5em;
}
.mbody .contents_box .innerbox .president_comment .bottom{
  font-size:1.1em;
  line-height:1.8em;
}

.mbody .contents_box .innerbox .president_comment .bottom2{
  font-size:1.1em;
  line-height:1.8em;
}
.mbody .contents_box .innerbox .president_comment .signe{
  font-weight:bold;
  display: block;
  font-size: 17px;
  padding-bottom: 10px;
}
.mbody .contents_box .innerbox .president_comment .title{
  font-weight:bold;
  font-size: 17px;
}

.mbody .contents_box .innerbox  dl.aboutus{
  margin-left:20px;
  }
  
.mbody .contents_box .innerbox  dl.aboutus dt{
  width:120px;
  line-height: 2em;
  float:left;
}

.mbody .contents_box .innerbox  dl.aboutus dd{
  margin-left:125px;
  line-height: 2em;
}
.mbody .contents_box .innerbox  dl.aboutus dd a{
  color:#666;
  font-size:20px;
  margin-left:10px;
}

.mbody .contents_box .innerbox  dl.aboutus dd a:hover{
  color:#1e2961;
}

.mbody .contents_box  .profileimg{
  width:100%;
  margin-top: 20px;
}

.mbody .contents_box  .profileimg img{
  width:100%;
}

/* NEWS */

.mbody .contents_box  dl.news{
  margin-left:20px;
  }

.mbody .contents_box  dl.news p{
  line-height:1.5em;
}
  
.mbody .contents_box  dl.news dt{
  width:120px;
  line-height: 1.5em;
  float:left;
  margin-bottom:15px;
}

.mbody .contents_box  dl.news dd{
  margin-left:125px;
  line-height: 1.5em;
  position:relative;
  color:#1e2961;
  margin-bottom:15px;
  border: 1px solid #efefef;
    border-radius: 5px;
    padding: 5px;
}
.mbody .contents_box  dl.news dd a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  color:#666;
  font-size:20px;
  margin-left:10px;
}

.mbody .contents_box  dl.news dd:hover{
  color:#666;
  text-decoration:underline;
}

.mbody .contents_box .newsback{
    float: right;
    margin-top: 20px;
    position:relative;
}

.mbody .contents_box .newsback a{
  color:#666;
  text-decoration: none;
}

.mbody .contents_box .newsback a:hover{
  color:#1e2961;
  text-decoration: underline;
}


.mbody .contents_box .newsback:before{
  font-family: "Font Awesome 5 Free";
    content: "\f04a";
    position: absolute;
    font-weight: 900;
    top: -1px;
    font-size: 15px;
    left: -23px;
  }
  
.mbody .contents_box .psubtitle .newsdate{
  float:right;
  margin-top: 15px;
}




/* CONTACT */
.mbody .contents_box .contacrt_txt{
  line-height:1.5em;
}


.mbody .contents_box .contactml{
  margin-top:20px;
}
.mbody .contents_box .contactml a{
  color:#333;
  text-decoration:none;
  font-size:1.2em;
}

/* privacy-policy */


.mbody .contents_box   dl.policydl{
  margin-left:20px;
  }
  
.mbody .contents_box   dl.policydl dt{
  line-height: 2em;
  font-weight:bold;
  margin-top:10px;
}

.mbody .contents_box   dl.policydl dd{
  line-height: 2em;
}

.mbody .contents_box   ul.policyul{
  margin-left: 30px;
}
  
.mbody .contents_box   ul.policyul li{
  list-style-type:square;
  line-height: 1.3em;
}


/* Footer */

footer {
  padding:20px;
  height: 20px;
}

footer .bottomlink{
  float:left;
    padding-top: 5px;
}

footer .bottomlink a{
  font-size:12px;
  color:#666;
  text-decoration:none;
}

footer .bottomlink a:hover{
  text-decoration:underline;
}

footer .copy{
  text-align:right;
  font-size:12px;
  padding-top:5px;
  border-top: 1px solid #1e2961;
}


}


@media only screen and (max-width: 768px){


  header{
          background-color:#666;
          width:100%;
          height:50px;
          margin:0 auto;
          text-align: right;
  }
  
  article{
          width:100%;
          margin:0 auto;	
  }
  
  .logosmt{
    margin:10px;
  }
  .logosmt img{
    width:35%;
  }
  

  
  nav#menu{
          width:100%;	
  }
  
  nav#menu ul{
          margin:0px;
          padding:0px;	
          border-top:1px solid #ccc;	
  }
  
  nav#menu ul li{
          list-style-type:none;	
          position:relative;
          padding: 5px 0;
  }

  nav#menu ul li:after{
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
    position: absolute;
    font-weight: 900;
    right: 10px;
    top: 11px;
    font-size:15px;
  }
  
  nav#menu ul li a{
          width:100%;
          display:block;
          font-size:18px;
          background-color:#fff;
          color:#666;
          border-bottom:1px solid #ccc;	
          padding:12px 0px 12px 10px;
          text-decoration:none;
  }



/*----------ハンバーガーアイコン----------*/


.hamburger {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  box-sizing: border-box;
}
.hamburger  span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #666;
  margin: 0 auto;
}
.hamburger  span:nth-of-type(1) {
  top: 0;
}
.hamburger  span:nth-of-type(2) {
  top: 9px;
}
.hamburger  span:nth-of-type(3) {
  bottom: 0;
}

.hamburger  span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}
.hamburger  span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.hamburger  span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
  background-color: #1e2961;
}
.active span:nth-of-type(2) {
  opacity: 0;
}
.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
  background-color: #1e2961;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}


@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}


@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);

  }
}


@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}



}


@media only screen and (max-width: 768px){
.pc{display:none;}


/* スライダー */
.slider {
    width: 100%;
}

.slick-slide {
  margin: 0px
}

.slick-slide img {
  width: 100%;
}


.mbody .topimgarea{
  width:98%;
  margin:0 auto;
  height:30%;
  max-height:300px;
}

.mbody .topimgarea img{
  width:100%;
}

.mbody .ptitle{
  font-size:1.5em;
  line-height: 1.3em;
  margin: 60px 20px 20px;
  padding-bottom:5px;
  border-bottom: 2px solid #1e2961;
}


.mbody .psubtitle{
  font-size: 1.5em;
  line-height: 1.3em;
    margin: 30px 0px 20px;
    padding: 10px 5px 5px;
    background-color: #FFF;
    color: #666;
    font-weight:bold;
}

.mbody .contents_box{
  width:95%; 
   min-height: calc(70vh - 20px);
  margin:0 auto; 
  overflow: hidden;
}



/* OUR BUSINESS */

.mbody .contents_box .category{
  width:25%;
  float:left;
  text-align:center;
  min-width:210px;
  margin-bottom: 30px;
}

.mbody .contents_box .category img{
  width:120px;
  margin-bottom:20px;
}


.mbody .contents_box .category p.title{
  font-size:1em;
  font-weight:bold;
  line-height:2em;
}

.mbody .contents_box .category p.txt{
  font-size:0.8em;
  line-height:1.3em;
  width: 200px;
    margin: 0 auto;
    text-align: left;
}



.mbody .contents_box .category .sitelink{
  width:140px;
  height:30px;
  border:2px solid #34495e;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 auto;
  margin-top: 20px;
}
.mbody .contents_box .category .sitelink a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:30px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-1{
  width:140px;
  height:30px;
  left:-140px;
  background:#1e2961;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.mbody .contents_box .category .sitelink:hover .eff-1{
  left:0;
}
.mbody .contents_box .category .sitelink:hover a{
  color:#fff;
}

.mbody .contents_box  .profileimg{
  width:100%;
}

.mbody .contents_box  .profileimg img{
  width:100%;
}


/* ABOUT US */

.mbody .contents_box .innerbox{
  width:100%;
  position:relative;
}

.mbody .contents_box .btmbox{
  margin-top:50px;
}
.mbody .contents_box .innerbox .president_photo{
  width: 100%;
  margin: 10px 10px;
}

.mbody .contents_box .innerbox .president_photo img{
  width:100%;
}

.mbody .contents_box .innerbox .signe{
  font-size:18px;
  font-weight:bold;
  margin: 10px;
}
.mbody .contents_box .innerbox .title{
  font-size:16px;
  font-weight:bold;
}
.mbody .contents_box .innerbox .mission_comment{
margin-top: -25px;
  padding:10px;
  float:left;
  line-height:1.5em;
}

.mbody .contents_box .innerbox .president_comment{
  padding:10px;
  float:left;
}

.mbody .contents_box .innerbox .president_comment .top{
  font-size:1.5em;
  line-height:1.5em;
}
.mbody .contents_box .innerbox .president_comment .bottom,
.mbody .contents_box .innerbox .president_comment .bottom2{
  font-size:1em;
  line-height:1.5em;
  
}

.mbody .contents_box .innerbox .president_comment .signe{
  text-align:right;
  margin-top:10px;
}

.mbody .contents_box .innerbox  dl.aboutus{
  margin-left:20px;
  }
  
.mbody .contents_box .innerbox  dl.aboutus dt{
  width:120px;
  line-height: 2em;
  float:left;
}

.mbody .contents_box .innerbox  dl.aboutus dd{
  margin-left:125px;
  line-height: 2em;
}
.mbody .contents_box .innerbox  dl.aboutus dd a{
  color:#666;
  font-size:20px;
  margin-left:10px;
}

.mbody .contents_box .innerbox  dl.aboutus dd a:hover{
  color:#1e2961;
}


/* NEWS */

.mbody .contents_box  dl.news{
  margin-left:20px;
  }
 
.mbody .contents_box  dl.news p{
  line-height:1.5em;
}

.mbody .contents_box  dl.news dt{
      width: 100%;
    line-height: 1.5em;
}

.mbody .contents_box  dl.news dd{
  line-height: 1.5em;
  position:relative;
  color:#1e2961;
  margin-bottom:15px;
  border: 1px solid #efefef;
    border-radius: 5px;
    padding: 5px;
}
.mbody .contents_box  dl.news dd a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  color:#666;
  font-size:20px;
  margin-left:10px;
}

.mbody .contents_box  dl.news dd:hover{
  color:#666;
  text-decoration:underline;
}


.mbody .contents_box .newsback{
    float: right;
    margin-top: 20px;
    position:relative;
}

.mbody .contents_box .newsback a{
  color:#666;
  text-decoration: none;
}

.mbody .contents_box .newsback a:hover{
  color:#1e2961;
  text-decoration: underline;
}


.mbody .contents_box .newsback:before{
  font-family: "Font Awesome 5 Free";
    content: "\f04a";
    position: absolute;
    font-weight: 900;
    top: -1px;
    font-size: 15px;
    left: -23px;
  }

.mbody .contents_box .psubtitle .newsdate{
  margin-top: 10px;
    font-weight: normal;
}




/* CONTACT */
.mbody .contents_box .contacrt_txt{
  line-height:1.5em;
}


.mbody .contents_box .contactml{
  margin-top:20px;
}
.mbody .contents_box .contactml a{
  color:#333;
  text-decoration:none;
  font-size:1.2em;
}


/* privacy-policy */


.mbody .contents_box   dl.policydl{
  margin-left:20px;
  }
  
.mbody .contents_box   dl.policydl dt{
  line-height: 2em;
  font-weight:bold;
  margin-top:10px;
}

.mbody .contents_box   dl.policydl dd{
  line-height: 2em;
}

.mbody .contents_box   ul.policyul{
  margin-left: 30px;
}
  
.mbody .contents_box   ul.policyul li{
  list-style-type:square;
  line-height: 1.3em;
}


/* FOOTMENU */
.footmenu{
  width:95%;
  margin:0 auto;
  overflow: hidden;
  border-top: 1px solid #666;
  margin-top:20px;
}

.footmenu ul li{
  width:50%;
  float:left;
  padding:15px 8px;
  box-sizing: border-box;
  border-top: 1px solid #666;
    position:relative;
}

.footmenu ul li:after{
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
    position: absolute;
    font-weight: 900;
    right: 10px;
    top: 15px;
    font-size:15px;
  }
  
.footmenu ul li a{
  position:absolute;
  top:0;
   left:0;
  width:100%;
  height:100%;
  color:#1e2961;
  text-decoration:none;
}



/* Footer */

footer {
  width: 95%;
  margin: 0 auto;
  height: 20px;
}

footer .bottomlink{
  float: left;
    padding-top: 5px;
    padding-bottom: 15px;
    width: 100%;
}

footer .bottomlink a{
  font-size:12px;
  color:#666;
  text-decoration:none;
}

footer .bottomlink a:hover{
  text-decoration:underline;
}

footer .copy{
    text-align: center;
    font-size: 10px;
    padding-top: 13px;
    margin-bottom: 10px;
    border-top: 1px solid #1e2961;
}

}

@media only screen and (max-width: 480px){
.pc{display:none;}


.mbody{

}
.mbody .contents_box{
  width:95%; 
  margin:0 auto; 
  overflow: hidden;
   min-height: calc(100vh - 390px);
}

/* OUR BUSINESS */

.mbody .contents_box .category{
  width:100%;
  float:left;
  text-align:center;
  min-width:210px;
  margin-bottom: 30px;
}

.mbody .contents_box .category img{
  width:40%;
  float:left;
  margin-bottom:20px;
  margin:10px;
}


.mbody .contents_box .category p.title{
  font-size:1em;
  font-weight:bold;
    line-height: 1.5em;
    margin-bottom: 10px;
  text-align: left;
}

.mbody .contents_box .category p.txt{
  font-size: 0.9em;
    line-height: 1.5em;
    width: 96%;
    margin: 0 auto;
    text-align: left;
}



.mbody .contents_box .category .sitelink{
  width:96%;
  height:36px;
  border:2px solid #34495e;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 auto;
  margin-top: 20px;
}
.mbody .contents_box .category .sitelink a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:30px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-1{
  width:150%;
  height:36px;
  left:-150%;
  background:#1e2961;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.mbody .contents_box .category .sitelink:hover .eff-1{
  left:0;
}
.mbody .contents_box .category .sitelink:hover a{
  color:#fff;
}



}
