@charset "utf-8";
/*=============================================

カスタマイズ用

=============================================*/


/* 1.1 初期設定 
   ========================================================================== */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box!!important;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
  font-family: "Noto Sans Japanese","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height: 1.5;
  font-size: 1.6em;
  box-sizing: border-box;
  color: #0B1644;
  background-color:transparent;
}

body, textarea, pre {
    line-height: 1.5;
}
main{
	position: relative;
	z-index: 1;
	 /*pointer-events: none;*/
}
p{
  margin-bottom: 20px;
}
a{
  color: #003D90;
}
.img-wrap{
	width: 100%;
	text-align: center;
}
.img-wrap img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.flex{
	display: flex;
    justify-content: space-between;
}
.bnr-flex{
	width:100%;
	height:auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap; /* ★追加: バナーが収まらない場合に次の行へ折り返す */
}
.bnr-flex a {
	width:18%;
	margin:1%;
	flex-direction:column;/* heightにautoを指定した際に高さを揃えるための指定 */
	justify-content:center;/* 水平方向中央揃え*/
	align-items:center;/* 垂直方向中央揃え */
	border:1px solid #CCCCCC;
}
.bnr-flex a:hover {
	border:1px solid #EEEEEE;
}
@media screen and (max-width: 960px) {
	.bnr-flex a {
		width:23%;
		margin:1%;
		}
	}
@media screen and (max-width: 481px) {
	.bnr-flex a {
		width:48%;
		margin:1%;
		}
	}

.wrap1600,
.breadcrumb-wrap ol{
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}
.wrap1280{
  width: 100%;
  max-width: 1280px;
}
.wrap960{
  width: 100%;
  max-width: 960px;
}
.wrap{
  width: auto;
}
.right{
  text-align: right;
}
.center{
  text-align: center;
}
.button-white{
  margin-right: 30px;
  padding: 5px 40px;
  border: 1px solid #133463;
  border-radius: 20px;
  display: inline-block;
}
.button-white:hover{
  color: #fff;
  background: #133463;
  text-decoration: none;
}
.button-blue{
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 1.8rem;
  border: 1px solid #003D90;
  border-radius: 5px;
  color: #fff;
  background: #003D90;
  display: inline-block;
}
.button-blue img{
  width: 18px;
  height: auto;
  margin-left: 10px;
}
.button-blue:hover{
  background: #fff;
  color: #003D90;
  text-decoration: none;
}
.button-blue:hover img{
  filter: invert(100%) sepia(8%) saturate(6333%) hue-rotate(182deg) brightness(59%) contrast(131%);
}
h2{
  margin-bottom: 30px;
  font-size: clamp(2.8rem, 3.8vw, 3.6rem);
  font-weight: bold;
  display: flex;
  flex-flow: column;
  color: #003D90;
}
h2 span{
  color: #1DA1F2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
h3{
  margin-bottom: 30px;
  font-size: clamp(2.8rem, 3.8vw, 3.6rem);
  color: #003D90;
}
h4{
  font-size: clamp(2rem, 3vw, 2.4rem);
  color: #003D90;
}
/*  ヘッダー
   ========================================================================== */
   
header#header{
  height: 80px;
  padding: 0 0 0 100px;
  background: #fff;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 999;
}
header#header .header-wrap{
  width: 100%;
  align-items: center;
}
header#header #Logo{
  width: 180px;
  height: auto;
  display: block;
}
header#header #gnav{
  display: flex;
  border: none;
  background: none;
  margin-top: 0;
}
header#header #gnav ul{
  display: flex;
}
header#header #gnav li{
  margin-right: 50px;
  padding: 0;
  float: none;
}
header#header #gnav li a{
  padding: 0;
  border: none;
  color: #003D90;
  font-size: 1.8rem;
  text-align: center;
  transition: .3s;
}
#menu-item-222 a:after,
#menu-item-223 a:after{
  content: '';
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url(img/icon_external_b.svg) no-repeat center center;
  background-size: cover;
  display: inline-block;
}

/*  フッター
   ========================================================================== */
 #Footer-banner{
   width: 100%;
   margin-top: 100px;
   overflow: hidden;
 }
#Footer-banner a{
  width: 50%;
  height: 200px;
  color: #fff;
  font-size: clamp(2.4rem, 3.8vw, 3.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-size: cover;
  transition: .3s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#Footer-banner a:hover{
  text-decoration: none;
  transform: scale(1.1);
}
#Footer-banner a::before{
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 70%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#Footer-banner a span{
  font-size: 1.6rem;
}
#Footer-banner .banner-left{
  background: url(img/img_footer_company.jpg) no-repeat center center;
}
#Footer-banner .banner-right{
  background: url(img/img_footer_contact.jpg) no-repeat center center;
}
.footer-white{
  padding: 40px 0;
  align-items: center;
}
.footer-white .left p{
  margin-top: 10px;
  color: #003D90;
}
#footer{
  background: #003D90;
}
#footer h4{
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 2rem;
  border-bottom: 1px solid #fff;
}
#footer .wrap1600{
  padding: 80px 0;
  flex-wrap: wrap;
}
#footer .site-footer__menu,
#footer .menu2{
  width: 25%;
}
#footer .external-link-menu{
  width: 50%;
}
.site-footer__menu--2,
.site-footer__menu--3,
.site-footer__menu--4{
  display: none;
}
#footer .sub-menu{
  margin-top: 10px;
  padding-left: 20px;
  font-size: 1.4rem;
}
#footer .external-link-menu .flex{
  flex-wrap: wrap;
}
#page-content #footer ul{
  list-style: none;
}
#footer ul li{
  margin-bottom: 10px;
}
#footer ul li a{
  color: #fff;
}
#footer ul li img{
  margin-left: 10px;
  vertical-align: middle;
}
.footer-02 .footer-copy{
  margin-bottom: 0;
  padding: 7px;
  text-align: center;
}
/*  TOPページ
   ========================================================================== */
#TOP .wrap1600{
  margin-top: 80px;
}
#Top-news h2{
  margin-bottom: 0;
}
#Top-news .tab_content_description{
  padding: 60px 10px 20px;
  border: 1px solid #003D90;
  border-radius: 5px;
}
.tab_content_description li{
  width: 95%;
  margin: 0 auto 40px;
  flex-wrap: wrap;
}
.tab_content_description li .date{
  width: 6em;
  margin-right: 10px;
  display: inline-block;
}
.tab_content_description li .category{
  margin-right: 40px;
  padding: 5px 20px;
  color: #003D90;
  border: 1px solid #003D90;
  border-radius: 20px;
}
.tab_content_description li a{
  color: #0B1644;
}
#Top-recruit,
#Top-sns{
  padding: 60px 10px;
  background: #D2EEFB;
  border-radius: 15px;
}
#Top-recruit .section-wrap,
#Top-sns .flex,
#Top-sns h2{
  width: 95%;
  margin: 0 auto;
}
#Top-recruit .flex,
#Top-sns .flex,
#Top-services .flex{
  flex-wrap: wrap;
}
#Top-recruit .recruit-box{
  width: 23%;
  margin-bottom: 30px;
  padding: 30px 20px 10px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
#Top-recruit .recruit-box .img-wrap img{
  height: 58px;
}
#Top-recruit .recruit-box h4{
  margin-top: 20px;
  margin-bottom: 20px;
}
#Top-sns{
  background: #E7EAF0;
}
#Top-sns .sns-box{
  width: calc((100% - 80px) / 3);
}
#Top-sns .sns-box .img-wrap{
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}
#Top-sns .sns-box .img-wrap img{
  transition: transform .6s ease; 
}
#Top-sns .sns-box a:hover img{
  transform: scale(1.1); /* 拡大 */
}
#Top-services .services-box{
  width: calc((100% - 70px) / 2);
  height: 240px;
  margin-bottom: 40px;
  padding: 40px 60px 0 40px;
  background: #D2EEFB;
  border-radius: 15px;
  position: relative;
}
#Top-services .services-box h4{
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  position: relative;
  z-index: 5;
}
#Top-services .services-box:nth-child(even){
  background: #E7EAF0;
}
#Top-services .services-box .img-wrap{
  width: auto;
  position: absolute;
  bottom: 0;
  right: 60px;
}
#Top-services .services-box .img-wrap img{
  height: 160px;
}

/*  下層固定ページ共通
   ========================================================================== */

#page-content .h1-wrap,
#Index .h1-wrap,
#Single .h1-wrap{
  height: 400px;
}
#page-content h1,
#Index h1,
#Single h1{
  font-size: clamp(2.8rem, 3.8vw, 3.6rem);
  color: #fff;
  text-align: center;
}
#page-content main article,
#Single main article{
  padding: 80px 0 100px;
}

#page-content h3 {
	clear: both;
	font-size: 2rem;
	border-left: 5px solid #e5e5e5;
	padding: 0 13px;
	font-weight:bold;
}


/*  会社概要ページ
   ========================================================================== */
#Company .h1-wrap{
  background: url(img/img_company_main.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
#Company .philosophy{
  width: 97.5%;
  max-width: 1760px;
  margin-top: 40px;
  padding: 60px 0;
  background: url(img/bg_company.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 0 15px 15px 0;
  display: flex;
  justify-content: end;
}
#Company .philosophy h3{
  font-weight: bold;
}
#Company .philosophy .section-wrap{
  width: 95%;
  max-width: 1560px;
  margin: 0 auto;
  margin-right: 2.5%;
}
#Company .philosophy .section-wrap .flex{
  flex-wrap: wrap;
}
#Company .philosophy .philosophy-box{
  width: calc((100% - 80px) / 3);
  padding: 40px 30px 20px;
  background: #fff;
  border-radius: 15px;
}
#Company .philosophy .philosophy-box h4{
  margin-bottom: 20px;
  font-weight: bold;
}
#Company .greeting {
  margin-top: 80px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
#Company .greeting h2{
  width: 24%;
  min-width: 200px;
}
#Company .greeting h3{
  width: 100%;
	font-size:2rem;
}
#Company .about{
  margin-top: 80px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
#Company .about h2{
  width: 24%;
  min-width: 200px;
}
#Company .about table{
  width: 76%;
  border: none;
}
table tr{
  border-top: 1px solid #003D90;
  border-bottom: 1px solid #003D90;
}
table th,
table td{
  padding: 10px 15px;
  border: none;
  color: #0B1644;
}
table th{
  width: 20%;
  font-weight: bold;
}
table td{
  width: 80%;
}
iframe{
  vertical-align: top;
}

/*  お問合せページ
   ========================================================================== */
#Contact .h1-wrap{
  margin-bottom: 80px;
  background: url(img/img_footer_contact.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
#Contact main{
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}
#Contact table{
  margin-bottom: 40px;
  border: none;
}
#Contact table th{
  width: 30%;
  font-weight: bold;
}
#Contact table td{
  width: 70%;
}
#Contact .required{
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 5px 10px;
  border: 1px solid #003D90;
  border-radius: 20px;
  color: #003D90;
  display: inline-block;
}
#Contact table td input,
#Contact table td textarea{
  width: 100%;
  display: inline-block;
  background: #eee;
}
#Contact input[type="submit"]{
  padding: 15px 40px;
  font-size: 1.8rem;
  border: 1px solid #003D90;
  border-radius: 5px;
  color: #fff;
  background: #003D90;
  display: inline-block;
}

/*  募集要項
   ========================================================================== */
#recruitment table{
  width: 76%;
  border: none;
}

/*  固定ページ
   ========================================================================== */
#page-content main{
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}
#Privacy section{
  margin-top: 40px;
}
#Privacy h2{
  font-size: 2.8rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #003D90;
}
#Privacy h3{
  padding: 2px 20px;
  font-size: 2.4rem;
  margin-bottom: 15px;
  background: #003D90;
  color: #fff;
  display: inline-block;
}

/*  カスタマーハラスメントに関する方針
   ========================================================================== */
#Customer{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#Customer .seikyu{
  margin: 40px auto;
  padding: 40px;
  border: 1px solid #e5e5e5;
}
#Customer .seikyu h2{
  text-align: center;
  font-size: 2.8rem;
}
#Customer .seikyu .center{
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
}
#Customer table{
  margin: 40px auto;
}
#Customer table th{
  width: auto;
}
#Customer table td{
  width: auto;
}
#Customer table .koumoku{
  width: 180px;
}
#Customer table .kingaku{
  width: 120px;
}
#Customer table .naiyou{
  width: calc(100% - 300px);
}
#Customer table thead th{
  background: #e5e5e5;
}
   
/*  アーカイブページ
   ========================================================================== */
#Index .h1-wrap,
#Single .h1-wrap,
#page-content .h1-wrap{
  height: 200px;
  margin-bottom: 80px;
  background: #003D90;
  display: flex;
  align-items: center;
}
.pagination{
  display: flex;
  justify-content: center;
}

/*  投稿ページ
   ========================================================================== */
.nav-links{
  padding: 5px 0;
  display: flex;
  border-top: 1px dotted #003D90;
  border-bottom: 1px dotted #003D90;
}
.nav-links .nav-previous,
.nav-links .nav-next{
  width: 50%;
  padding: 15px 20px;
}
.nav-links .nav-next{
  display: flex;
  justify-content: end;
}
.nav-links .nav-previous{
  border-right: 1px dotted #003D90;
  position: relative;
}
.nav-links .nav-previous:before{
  content: "\f104";
  margin-right: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #003D90;
}
.nav-links .nav-next:after{
  content: "\f105";
  margin-left: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #003D90;
}
   
/*  初期設定打ち消し
   ========================================================================== */
.table-grad:after{
  display: none;
}
.wpcf7-list-item{
  margin: 0;
}
.grecaptcha-badge{
  display: none;
}


.greeting .greeting-img {
	max-width:300px;
}
.greeting img.name {
	max-width:340px;
	margin:20px 0;
}
