@charset "UTF-8";
/* CSS Document */

    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%;
    background:transparent;
    }
    body {
    line-height:1;
    }
    article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section {
    display:block;
    }
    nav 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;
    }
    /* 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;
    }

				li{
					list-style: none;
				}

				h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
.offcanvas-btn{
  display: none;
}

body{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 16px;
  line-height: 1.75;
  color: #2B2B2B;
  background: #fff;
   -webkit-text-size-adjust: 100%;

/*
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Poppins', sans-serif;
*/

}

.container{
  overflow: hidden;
}


/* マージン設定 */
.mbSS{margin-bottom:0.5em !important;}
.mbS {margin-bottom:1em !important;}
.mbM {margin-bottom:2em !important;}
.mbL{margin-bottom:3em !important;}
.mbLL{margin-bottom:4em !important;}
.mtLL{margin-top:4em !important;}
.mtSS{margin-top:0.5em !important;}


img{
  max-width: 100%;
  width: 100%;
}

.full_img{
  width: calc(100% + 50%);
  margin: 0 -50% 0 0;
}

.full_img_pc{
  width: calc(100% + 50%);
  margin: 0 -50% 0 0;
}

.acms-admin-user{
  width: inherit;
}

a:link{
  color: #174990;
}

a:visited{
  color: #174990;
}



header{
  box-sizing: border-box;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #E5E5E5 solid;
  z-index: 100;
}




#top header{
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px #fff solid;
}

.logo_pc{
  display: block;
}
.logo_sp{
  display: none;
}


#hd_gnav{
}
#hd_gnav ul{
  display: flex;
  margin-right: 20px;
}
#hd_gnav li{
  width: 90px;
  margin: 0 0.4em;
  font-family: 'Noto Sans JP', sans-serif;
  transition: all .3s ease 0s;
  text-align: center;
}
#hd_gnav li a{
  position: relative;
  bottom: -2px;
  padding: 36px 0 34px;
  display: block;
  color: #2B2B2B
}
#hd_gnav li.stay a,
#hd_gnav li a:hover{
  font-size: 1.1em;
  padding: 34px 0 29px;
  border-bottom: 4px #174990 solid;
}




#top #hd_gnav li a{
  color: #fff;
}

.mv{
  position: relative;
}

.mv_video {
  width: 100%;
  vertical-align: bottom;
}


.base-container{
  max-width: 1144px;
  padding: 0;
}
.col1-2 .base-container{
  margin: 0;
}

.one-container{
  max-width: 752px;
  margin: 0 auto 6em;
  padding: 0;
}


.sdgs-container{
  max-width: 948px;
  margin: 0 auto 6em;
  padding: 0;
}


@media only screen and (min-width:1px) and (max-width: 1250px){
.base-container{
  width: 90%;
  margin: 0 auto;
}
.col1-2 .base-container{
  width: 90%;
  margin: 0;
}

}


@media only screen and (min-width:1px) and (max-width: 827px){
.one-container{
  width: 90%;
  margin: 0 auto 4em
    ;
}
}

@media only screen and (min-width:1px) and (max-width: 1042px){
.sdgs-container{
  width: 90%;
  margin: 0 auto 4em
    ;
}
}



/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:0;
    right: -120%;
    width: 50%;
    height: 100vh;/*ナビの高さ*/
  background:#fff;
  color: #174990;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

#g-nav #g-nav-list{
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
  text-align: left;
    transform: translate(-50%,-50%);
  width: 90%;
}


/*ナビゲーション*/
#g-nav h2{
  font-size: 2em;
  margin-bottom: 1em;
}

.g-nav-list_in{
  display: flex;
  justify-content: space-between;
}
#g-nav ul {
 width: 48%;
}

/*リストのレイアウト設定*/

#g-nav li{
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
}

#g-nav li a{
  box-sizing: border-box;
  padding: 1em;
  color: #174990;
  text-decoration: none;
  display: block;
  background: #F5F5F5;
}
#g-nav .g-nav02 li:last-child a{
  background: none;
}
#g-nav .g-nav02 li a:hover{
  color: #F5F5F5;
  background: #174990;
}



/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position: absolute;
    z-index: 9999;/*ボタンを最前面に*/
  top: 18px;
  right: 40px;
  cursor: pointer;
    width: 50px;
    height:50px;
}

/*×に変化*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 3px;
    border-radius: 2px;
  background-color: #2B2B2B;
    width: 3px;
  }

#top .openbtn1 span{
  background-color: #fff;
}

.openbtn1 span:nth-of-type(1) {
  top: 30px;
  right: 0;
}

.openbtn1 span:nth-of-type(2) {
  top: 30px;
  right: 10px;
}

.openbtn1 span:nth-of-type(3) {
  top: 30px;
  right: 20px;
}

.openbtn1.active span,
#top .openbtn1.active span{
  background-color: #174990;
  width: 56px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
}



@media only screen and (min-width:1px) and (max-width:1020px){
header{
  position: relative;
  padding: 1em;
  box-sizing: border-box;
}

.logo_pc{
  display: none;
}
.logo_sp{
  display: block;
}

#hd_gnav{
  display: none;
}

.openbtn1 span{
    height: 2px;
    background-color: #174990;
    width: 30px;
  }

.openbtn1 span:nth-of-type(1) {
  top: 5px;
  right: 0;
}

.openbtn1 span:nth-of-type(2) {
  opacity: 0
}

.openbtn1 span:nth-of-type(3) {
  top: 15px;
  right: 0px;
}


#g-nav{
  width: 100%;
  }
#g-nav #g-nav-list{
    top:40%;
}
.openbtn1.active{
    position: fixed;
}


}



.main_lead{
  position: absolute;
  left: 5%;
  bottom: 5%;
  color: #fff;
}
.main_lead span{
  font-family: 'Poppins', sans-serif;
  font-size: 3em;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.pr_movie{
  position: absolute;
  right: 0;
  bottom: 15px;
  vertical-align: bottom;
  line-height: 1;
}
.bg_pr{
  max-width: 100%;
}
.i_pr{
  position: absolute;
  left: -50px;
  bottom: 3px;
  z-index: 10;
}
.pr_video{
  position: absolute;
  bottom: 8%;
  left: 15%;
  width: 70%;
  vertical-align: bottom;
}
.pr_video img{
  border-radius: 5px;
}


@media only screen and (min-width:1px) and (max-width:900px){
.main_lead{
  position: relative;
  left: 0;
  bottom: 0;
  color: #174990;
  text-align: center;
  padding: 3em 0;
}
.main_lead span{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

.pr_movie{
  position: relative;
  right: 0;
  bottom: 0;
}
.bg_pr img{
  width: 100%;
  max-width: 100%;
}
.i_pr{
  width: 30%;
  position: absolute;
  left: 5px;
  bottom: 18px;
  z-index: 50;
}
.i_pr img{
  width: 100%;
  max-width: 100%;
}
.pr_video{
  position: absolute;
  bottom: 10%;
  left: 12%;
  width: 76%;
  vertical-align: bottom;
}


}




/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:3.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger{
    opacity: 0;
}







.column2{
  display: flex;
  flex-wrap: wrap;
}
.column2 .col{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3em;
}
.column2 .col:nth-child(2n){
  margin-right: 0;
}

.column3{
  display: flex;
  flex-wrap: wrap;
}
.column3 .col{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 3em;
}
.column3 .col:nth-child(3n){
  margin-right: 0;
}
.column4{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.column4 .col{
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3em;
}
.column4 .col:nth-child(4n){
  margin-right: 0;
}


#pagetop{
  display: none;
}

footer{
  color: #fff;
  padding: 5em 0 3em;
  background: url("../images/bg_footer.jpg") no-repeat center center;
  background-size: cover;
}
footer a{
  color: #fff!important;
}

.ft_logo{
  max-width: 220px;
  margin-bottom: 2em;
}

footer .column{
  display: flex;
  justify-content: space-between;
}
footer .add{
  white-space: nowrap;
  font-size: 0.75em;
  margin-right: 5em;
}

#ft-nav ul{
  display: flex;
  flex-wrap: wrap;
}
#ft-nav li{
  margin-left: 3em;
  margin-bottom: 1em;
  font-size: 0.9em;
}
#ft-nav li:last-child{
  display: none;
}
#ft-nav li a{
  color: #fff;
}



.link_bnr{
  display: flex;
  flex-wrap: wrap;
}
.link_bnr li{
  width: 18%;
  margin-right: 2.5%;
    margin-bottom: 1em;
}
.link_bnr li:nth-child(5n){
  margin-right: 0;
}


footer dl{
  margin-bottom: 2em;
  padding-top: 2em;
}
footer dt{
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.1em;
}










#top_contents{

}

#top_contents h2{
  margin-bottom: 3em;
  font-weight: bold;
}

#top_contents h2 span{
  display: block;
  color: #174990;
  line-height: 1.5;
  font-size: 3em;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
}



.bg_icon{
  background: url("../images/bg_top_icon.png") repeat center center;
}
.lead{
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 2em;
}

.more{
  text-align: right;
  font-family: 'Poppins', sans-serif;
}

.moreBtn{
  text-align: center;
}
.moreBtn a{
  display: block;
  padding: 1em 0;
  max-width: 293px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #174990;
  border-radius: 100px;
}
.moreBtn a:after{
  content: "→";
  color: #fff;
  margin-left: 2em;
}


.main-wrap{
  margin-bottom: 0;
}





.bg{
  position: relative;
  z-index: 10;
  margin-top: -20px;
  background: linear-gradient(to bottom, #fff, #E7E9EB);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.bg02{
  position: relative;
  z-index: 10;
  margin-top: -20px;
  background: linear-gradient(to bottom, #F5F7F7, #E7E9EB);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}





#about{
  padding-bottom: 3em;
  border-radius: 24px 0 0 0;
}
#about .bg_icon{
  padding-top: 7em;
}

/*.about_inner{
  width: 100vw;
  margin-right: calc(50% - 50vw);
  padding: 5em 0;
  background: url("../images/bg_top_about.png") no-repeat right bottom;
  background-size: contain;
}
*/

#about .base-container{
  position: relative;
}
.about_inner{
  position: absolute;
  width: 105%;
  bottom: 0;
  z-index: 1;
}


#about p.about_txt{
  position: relative;
  z-index: 2;
  max-width: 340px;
  padding-bottom: 30em;
}
#about .more{
  position: absolute;
  bottom: 10%;
  right: 0;
}





#service{
  padding: 5em 0 3em;
}
#service h2{
  text-align: center;
}
#service h3{
  font-size: 1.125em;
  font-weight: bold;
}


#service .col{
  position: relative;
	transition: all .3s ease 0s;
}
#service .col a{
 display: block;
}
#service .col:hover {
	cursor: pointer;
	transform: scale(1.1)
  ;
}
#service figure img{
  border-radius: 12px 12px 0 0;
}

#service .txt{
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1em 1.5em;
  color: #fff;
  background: #174990;
  border-radius: 0 0 12px 12px;
}
#service .column2 .col{
  margin-bottom: 150px;
}
#service .column2 .txt{
  bottom: -100px;
}
#service .column2 p{
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px #fff solid;
}

@media only screen and (min-width:1px) and (max-width: 1024px){
#service h3{
  font-size: 1em;
}
}
@media only screen and (min-width:1px) and (max-width: 940px){
#service h3.l_ttl{
    font-size: 0.8em;
  }

#service .txt{
  padding: 1em;
}

}




#logistics{
  padding: 5em 0;
  color: #fff;
  background: url("../images/bg_logistics.jpg") no-repeat center center;
  background-size: cover;
}
#logistics h2 span{
  color: #fff;
}
#logistics dt img{
  border-radius: 12px;
}
#logistics dd{
  padding: 0.5em 0;
  font-weight: bold;
  border-bottom: 1px #fff solid;
  text-shadow: 2px 2px 3px #000000;
}



#tysay{
  text-align: center;
  padding: 5em 0 8em;
}

#tysay figure{
  max-width: 60%;
  margin: 0 auto 4em;
  border-radius: 12px;
  box-shadow: 10px 5px 5px #ccc;
}

#tysay p{

  margin-bottom: 3em;
}


#works{
  padding: 5em 0;
}
#works h2{
  text-align: center;
}

#works dl{
  background: #fff;
  border: 1px #174990 solid;
  transition: all .3s ease 0s;
}
#works dl:hover{
  cursor: pointer;
	transform: scale(1.1);
}



#works dt{
  display: inline-block;
  padding: 0.7em 2em;
  color: #fff;
  font-weight: bold;
  background: #174990;
  border-radius: 0 0 12px 0;
}
#works dd{
  color: #174990;
  padding: 1em 2em;
  font-weight: bold;
}






#ss_center{
  position: relative;
  padding: 5em 0 9em;
}
#ss_center h2{
  margin-left: 48%;
  padding-top: 10%;
}
#ss_center h2 em{
  margin-bottom: 1.5em;
  font-style: normal;
  display: block;
  color: #174990;
  line-height: 1;
  font-size: 1.6em;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

#ss_center p{
  margin-bottom: 2em;
}

#ss_center figure{
  line-height: 1;
}
#ss_center figure img{
  vertical-align: bottom;
}

.ss_img01{
  position: absolute;
  left: 0;
  top: 5%;
  width: 42%;
}

.ss_img02{
  position: absolute;
  right: 0;
  width: 25%;
  bottom: 8%;
}
.ss_center_txt{
  width: 30%;
  margin-left: 45%;
  padding: 0 3%;
  box-sizing: border-box;
}

#ss_center .more,
#ss_center .moreBtn{
  text-align: left;
  margin-bottom: 2em;
  font-weight: bold;
}



#news{
  padding: 5em 0 7em;
}
#news h2{
  text-align: center;
}

.news_list{
  display: flex;
  margin-bottom: 3em;
}
#news dl{
  width: 33%;
  margin-right: 2%;
  padding-right: 2%;
  box-sizing: border-box;
  border-right: 1px #CCC solid;
}
#news dl:nth-child(3n){
  width: 30%;
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
#news dt{
  color: #838383;
  font-weight: bold;
  font-size: 0.75em;
}
#news dt span{
  margin-right: 1em;
  padding: 0.2em 2em;
  display: inline-block;
  background: #D9D9D9;
  border-radius: 12px;
  color: #174990;
}
#news .news_ttl{
  margin: 0.5em 0;
  display: block;
  font-size: 1.5em;
  padding-left: 1.5em;
  background: url("../images/arrow-dropright.svg") no-repeat left center;
}

#news dd{
  font-size: 0.875em;
}





#staff_blog{
  padding: 5em 0 7em;
}

#staff_blog .date{
  color: #838383;
  font-weight: bold;
  font-size: 0.75em;
  margin-top: 1em;

}
#staff_blog figure{
  overflow:hidden;
  border-radius: 12px;
}
#staff_blog figure img{
  border-radius: 12px;
  transition:1s all;
}
#staff_blog figure img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

#staff_blog .date span{
  margin-right: 1em;
  padding: 0.2em 2em;
  display: inline-block;
  background: #D9D9D9;
  border-radius: 12px;
  color: #174990;
}

#staff_blog .blog_ttl{
  margin: 0.5em 0;
  display: block;
  color: #174990;
  font-weight: bold;
}




#recruit{
  color: #fff;
  padding: 5em 0 7em;
  background: #0385CB;
}
#recruit h2 span{
 color: #fff;
}
#recruit .lead{
  font-size: 1.5em;
}
.recruite_more{
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
}
.recruite_more li{
  width: 48%;
}
.recruite_more li a{
  padding: 1em;
 display: block;
 color: #fff;
  border-radius: 5px;
}
.recruite_more li.btn01 a{
  background: #174990 url("../images/arrow.png") no-repeat 90% center;
}
.recruite_more li.btn02 a{
  background: #11ACA6 url("../images/arrow.png") no-repeat 90% center;
}


@media only screen and (min-width:1px) and (max-width: 1020px){
.recruite_more li{
  font-size: 0.75em;
}
}








/*　下層ページ　　*/


.topicpath-wrap{
  margin-bottom: 0;
  padding: 3em 5% 5em;
}

.topicpath-wrap img{
  width: 18px;
  vertical-align: bottom;
}

.topicpath li{
  color: #7f7f7f;
}
.topicpath li::after {
  content: "/";
  color: #7f7f7f;
  margin: 0 10px 0 15px;
}




.pagetitle{
  margin-bottom: 2em;
  color: #174990;
  text-align: center;
  font-size: 1.125em;
}
.pagetitle span{
  display: block;
 color: #2B2B2B;
  font-size: 1.7em;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.future{
  display: flex;
}
.future figure{
  width: 42%;
  line-height: 1;
}
.future figure img{
  vertical-align: bottom;
}
.future dl{
  display: flex;
  align-content: center;
  flex-wrap:wrap;
  width: 58%;
  padding: 2em 5%;
  color: #fff;
  background: url("../images/bg_main.jpg") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}

.future dt{
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

@media only screen and (min-width:1px) and (max-width:960px){
.future{
  display: block;
}
.future figure{
  width: 100%;
}
.future dl{
  width: 100%;
  padding: 10% 5%;
}
.future dt{
  font-size: 1.2em;
}

}


.side_pagetitle{
  margin-bottom: 5em;
  padding: 5em 10%;
  color: #fff;
  background: url("../images/bg_side.jpg") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}
.side_pagetitle h1{
  margin-bottom: 2em;
  color: #fff;
  font-size: 1.125em;
}
.side_pagetitle h1 span{
  display: block;
  font-size: 1.7em;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}




/*　　ベースレイアウト　　*/

#contents{

}
#contents p{
  margin: 0 0 2em;
}
#contents ul{
  margin: 0 0 2em;
}
#contents ul.list li{
  margin: 0 0 0.2em;
}
#contents ul.list li:before{
  content: "・";
  margin-right: 5px;
}

.indent{
  padding-left: 1.2em;
  text-indent: -1.3em;
}



.col1-2{
  display: flex;
}
.col2-1{
  display: flex;
  flex-direction: row-reverse;
}

#main_contents{
  width: 74%;
  max-width: 882px;
  padding-top: 6em;

}


#local,
#offices_local{
  width: 23%;
  margin-right: 3%;
  padding: 6em 0;
  background: #F2F2F2;
  box-sizing: border-box;
}


#entry_contents{
  width: 74%;
  max-width: 882px;

}

@media only screen and (min-width:1px) and (max-width: 1225px){
#entry_contents{
  margin-left: 5%;

}
}




#side_nav{
  width: 23%;
  margin-top: -128px;
  margin-left: 3%;
  padding-bottom: 6em;
  background: #F2F2F2;
  box-sizing: border-box;
}





#contents .local_nav ul{
  margin: 0 10%;
  border-left: 1px #E5E5E5 solid;
}
.local_nav ul li{
  margin-left: -1px;
  margin-bottom: 2em;
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.local_nav ul li a{
  color: #2B2B2B;
}
.local_nav ul li.stay{
 border-left: 2px #174990 solid;
}




.img_col2{
  display: flex;
  line-height: 1;
}
.img_col2 img{
  width: 50%;
  vertical-align: bottom;
}
.img_col2 img:first-child{
  border-radius: 12px 0 0 12px;
}
.img_col2 img:last-child{
  border-radius: 0 12px 12px 0;
}
.img_col2.no_r img:first-child,
.img_col2.no_r img:last-child{
  border-radius: 0;
}

.pc_r{
   border-radius: 12px;
}




.headline01{
  margin-bottom: 1em;
  padding-left: 40px;
  font-size: 1.5em;
  font-weight: bold;
  color: #174990;
  background: url("../images/icon_hd01.png") no-repeat left center;
}
.headline02{
  font-size: 1.1em;
  font-weight: bold;
}
#com02 .headline02{
  margin-bottom: 1em;
}

.headline03{
  margin-top: 5em;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: bold;
  color: #174990;
}
.headline04{
  margin-bottom: 1em;
  font-weight: bold;
  border: 1px #707070 solid;
  border-radius: 4px;
  padding: 0.5em 2em;
  display: inline-block;
}

.headline05{
  margin-top: 5em;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: bold;
  color: #174990;
  text-align: center;
}




.com_table{
  width: 100%;
  font-size: 0.875em;
}
.com_table th{
  padding: 0.5em 0;
  white-space: nowrap;
  margin-right: 2em;
  font-weight: normal;
  vertical-align: top;
}
.com_table td{
  display: flex;
  padding: 0.5em 0;
}
.com_table td span{
    white-space: nowrap;
    display: inline-block;
    padding-right: 2em;
    text-align: right;
    min-width: 80px;
}

.notice{
  font-size: 0.8em;
}



/*　　ENTRY　　*/

#entry_contents{

}

#entry_contents p{
  margin: 0 10px 2em;

}

.label{
  color: #fff;
  background: #174990;
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 0.875em;
  margin-left: 10px;
}


.entry_ttl{
  padding-top: 2em;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 10px 1em;
  line-height: 1.5;
}

.entry h2{
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 10px 1em;
  line-height: 1.5;
}

.entry h3{
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 10px 1em;
  line-height: 1.5;
}
.entry h4{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 10px 1em;
  line-height: 1.5;
}



.client_name{
  margin-left: 10px;
  margin-bottom: 2em;
  color: #174990;
  font-weight: bold;
}


.table_box{
  margin-bottom: 2em;
  margin-left: 10px;
  padding: 1em;
  background: #F2F2F2;
}

.table_box table{
  width: 100%;
}
.table_box table th{

}
.table_box table th:before{
  content: "⚫︎";
  color: #174990;
  margin-right: 5px;
}


.serial-nav{
  margin: 0 10px;
  padding-top: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
}

.serial-nav a{
  border: none;
  width: inherit;
  display: inline-block;
  line-height: 2;
  color: #8B8B8B;
}

.serial-nav-item-prev a:before{
  content: "<";
  margin-right: 5px;
  font-size: 1.2em;
  color: #8B8B8B;
}

.serial-nav-item-next a:after{
  content: ">";
  margin-left: 5px;
  font-size: 1.2em;
  color: #8B8B8B;
}




.pager{
  display: flex;
  justify-content: center;
}
.pager li{
  margin: 0 0.5em;
}

.pager li a>span {
    color: #174990;
    background: #fff;
    border: none;
    border-color: #fff;
}

.pager li span {
  padding: 0.5em 1em;
    color: #174990;
    background: #fff;
    border: none;
  border: 1px #174990 solid;
}
.pager a:link, .pager a:visited{
    color: #174990;
}

.pager li.cur span {
    color: #fff;
    background: #174990;
}

.pager li a.pagerLink>span{
  color: #8B8B8B;
}






/*　　各カテゴリ　　*/


.bus_col{
  padding-bottom: 4em;
  border-bottom: 4px #174990 solid;
  width: calc(100% + 50%);
  margin: 0 -50% 4em 0;

}

.bus_col_in{
  max-width: 882px;
}

@media only screen and (min-width:1px) and (max-width: 1230px){

.bus_col{
  width: 95%;
  margin: 0 auto 4em 0;

}

.bus_col_in{
  width: 100%;
}
}




.bus_col figure{
  margin-bottom: 1em;

}

.bus_txt{
  /*width: 80%;*/
  margin-top: 2em;
  margin-bottom: 4em;
  font-size: 0.875em;
}

.bus_shop{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.bus_shop figure{
  width: 100%;
  margin-right: 5%;
}



.bg_column{
  margin-bottom: 3em;
  padding: 2em;
  background: #F2F2F2;

}

.contact_link{
  padding-left: 30px;
  background: url("../images/Icon_mail.png") no-repeat left center;
}


.formlayout{
  width: 100%;
}
.formlayout th{
  width: 30%;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: top;
  padding: 1em 2em 1em 0;
}

.required,
.any{
  margin-left: 10px;
  padding: 0 5px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
}
.required{
  background: #F4968B;
}
.any{
  background: #72A8D6;
}

.formlayout td{
  padding: 1em 0;
}


.form-btn-box{
  text-align: center;
}
.btn-attention-block-large{
  padding: 0.5em 3em;
  display: inline-block;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  background: #174990;
  border: none;
  border-radius: 4px;
}





.page_nav{
  margin: 5em 0 0;
  border-bottom: 1px #E5E5E5 solid;
}

#contents .page_nav ul{
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.page_nav li{
  margin-top: 1em;
  margin-right: 1.5em;

}
.page_nav li a{
  padding: 0 1em 2em;
  color: #2B2B2B;
  font-weight: bold;
  display: inline-block;
}
.page_nav li.stay a{
  border-bottom: 2px #174990 solid;
}





.page_link_list{
  display: flex;
  flex-wrap: wrap;
  padding: 5em 0;
}

.page_link_list li{
  margin-bottom: 1em;
  margin-right: 1em;
  padding-right: 10px;
  border: 1px #174990 solid;
  border-radius: 4px;
}
.page_link_list li a{
  padding: 5px 35px 5px 10px;
  display: inline-block;
  background: url("../images/Icon_down_circle.svg") no-repeat right center;
}



.product_ttl{
  margin-bottom: 3em;
  padding: 1em 0;
  display: flex;
  align-items: center;
  border-bottom: 4px #174990 solid;
}

.product_ttl h2{
  white-space: nowrap;
  margin-right: 2em;
  font-size: 1.5em;
  font-weight: bold;
  color: #174990;
}
.product_ttl p{
  margin-bottom: 0!important;
}


.product_col{
  padding-bottom: 5em;
  display: flex;
  justify-content: space-between;
}
.product_col figure{
  width: 31%;;
}
.product_col .company_list{
  width: 65%;
  column-count: 2;
}

.product_col .company_list_dl{
  width: 65%;
  display: flex;
  justify-content: space-between;
}
.product_col .company_list_dl .col{
  width: 50%;
}

.product_col h3{
  margin-bottom: 0.5em;
  font-weight: bold;
}
.product_col ul li{
  margin-bottom: 0.7em;
}
.product_col ul li a{
 text-decoration: underline;
}

.product_col ul li a:hover{
 opacity: 0.7;
}



#voice{
  padding: 5em 0;
}
#voice h2 {
    margin-bottom: 1em;
    padding-left: 50px;
    font-size: 1.5em;
    color: #174990;
    font-weight: bold;
    background: url(https://tysay.testcreate.net/themes/tysay@blog/images/Icon_comment.png) no-repeat left center;
    position: relative;
}

#voice h2:after{
  margin-left: 15px;
  position: absolute;
  top: 5px;
  content: url(https://tysay.testcreate.net/themes/tysay@blog/images/Icon_comment.png);
  }

#voice dl{
  background: #fff;
  border-radius: 12px;
}
#voice dt{
  padding: 1em;
  color: #fff;
  background: #174990;
  border-radius: 12px 12px 0 0;
}
#voice dt span{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.75em;
  font-weight: normal;

}
#voice dd{
  font-size: 0.875em;
  padding: 2em;
}


.voice_list{
  display: flex;
  flex-wrap: wrap;
}

.voice_list .col2{
  width: 49%;

}
.voice_list .col1{
 width: 22.5%;
  margin-left: 2%;
}

.voice_list_taysey{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice_list_taysey .col2{
  width: 48.5%;
  border: 1px #D9D9D9 solid;
  border-radius: 12px;

}
#voice .voice_list_taysey dt span{
  margin-left: 0em;
  display: block;
}



#com01 img{
  border-radius: 12px;
}

#com03 img,
#com04 img{
  max-width: 340px;
}

#com09 .lead{
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;

}






.cate_list{
  margin-bottom: 3em;
  border-top: 1px #F2F2F2 solid;
  border-bottom: 1px #F2F2F2 solid;
  margin-left: calc(60% - 50vw);
  margin-right: -5%;
}



#contents .cate_list ul{
  display: flex;
  margin-bottom: 0;
}
.cate_list li{
  width: 25%;
  text-align: center;
  border-left: 1px #F2F2F2 solid;
}
.cate_list li a{
  color: #2B2B2B;
  padding: 1em 0;
  display: block;
}

.cate_list li.stay a{
  color: #174990;
  background: #F2F2F2;
}




.information_list dl{
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px #CCC solid;
}
.information_list dt{
  font-weight: normal;
  color: #838383;
  font-size: 0.75em;
}
.information_list dt span{
  margin-right: 1em;
  padding: 0.2em 2em;
  display: inline-block;
  background: #D9D9D9;
  border-radius: 12px;
  color: #174990;
}
.information_list .news_ttl{
  margin: 0.5em 0;
  display: block;
  font-size: 1.5em;
  padding-left: 1.5em;
  background: url("../images/arrow-dropright.svg") no-repeat left center;
}

.information_list dd{
  font-size: 0.875em;
}




.staffblog_list{

}

.staffblog_list .col{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}
.staffblog_list figure{
  width: 41%;
}
.staffblog_list .txt{
  width: 53%;
}

.staffblog_list .date{
  color: #838383;
  font-weight: bold;
  font-size: 0.75em;
}
.staffblog_list .date span{
  margin-right: 1em;
  padding: 0.2em 2em;
  display: inline-block;
  background: #D9D9D9;
  border-radius: 12px;
  color: #174990;
}
.staffblog_list .blog_ttl{
  margin: 0.5em 0;
  display: block;
  color: #174990;
  font-weight: bold;
}





/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before{
  background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}









.office_col{
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 4px #174990 solid;
}
.office_col h3{
  font-size: 1.125em;
  color: #174990;
  margin-bottom: 1em;
  font-weight: bold;
}
#contents .office_col h3 span{
  margin-left: 1em;
  padding: 0 1em;
  border-radius: 4px;
  display: inline-block;
  background: #0385CB;
  color: #fff;
  font-size: 12px;
}



#contents .office_col p{
  margin-bottom: 3em;
  font-size: 0.875em;
}
.office_col_in{
  display: flex;
  justify-content: space-between;
}
.map_info{
  width: 38%;
}


.gmap {
  width: 52%;
  margin-right: 5%;
  position: relative;
  /*width: 100%;*/
  height: 0;
  padding-top: 45%;
}

/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.gmap_link{
  display: none;
}



.flow{
  width: 60%;
  margin-bottom: 2em;
}

.next{
  margin-bottom: 5em;
  padding-bottom: 150px;
  background: url("../images/arrow_down.png") no-repeat center bottom;
}






.sdgs-container section{
  padding-bottom: 3em;
}


.symbol{
  text-align: center;
}
.symbol img{
  width: inherit;
}


.logo_sdgs{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}
.logo_sdgs dt{
  width: 20%;
}
.logo_sdgs dd{
  width: 72%;
}






.entry-body .caption {
color: #000;
font-size: 16px;
padding-top: 12px;
line-height: 1;
}







/* Recruit_CSS */
#rct02,
#rct04 {
  background: linear-gradient(to right, #F2F2F2, #fff);
}
#rct01 img,
#rct02 img,
#rct03 img,
#rct04 img {
  width: auto;
  display: block;
  border-radius: 12px;
}

.cmn_box,
.even_box,
.odd_box {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 60px;
  } .even_box {
    color:#fff;
    background: #11ACA6;
  }.odd_box {
    color: #fff;
    background: #174990;
}
#rct02 .even_box,
#rct02 .odd_box {
  justify-content: space-between;
}
#rct03 .cmn_box {
  justify-content: center;
  border-radius: 0 0 12px 12px;
}
#rct04 .cmn_box {
  display: block;
  border-radius: 0 12px 12px 0;
}
.cmn_title {
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  border-radius: 12px 0 0 12px;
  background: #F4968B;
  padding: 10px;
}
.even_title,
.odd_title {
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  border-radius: 12px 12px 0 0;
  padding: 10px;
  }.even_title {
  background: #174990;
  } .odd_title {
  background: #11ACA6;
}
.cmn_box h2{
  color: #F4968B;
}