/***************************************
    Common styles for Contents
***************************************/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #333;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

a {
  color:#333;
  text-decoration: none;
}
a:visited {
  color:#333;
  text-decoration:none } 

p{
  text-align: left;
}

h1{
  font-size: 1.75em;
  letter-spacing: 5px;
/*  font-family: GSanSerif-B; */
  font-weight: 800;
}

h1 span.text{
	display: inline-block;
}

h1.title01{
  display: inline;
  position: relative;
/*  background: linear-gradient(transparent, #D4EAF9); */
}

h1.title01::before, h1.title01::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
h1.title01::before {
  left:-55px ;
}
h1.title01::after {
  right: -55px;
}

h1.title02{
  display: inline;
  position: relative;
  color: #103F5E;
  border-bottom: solid 4px #008AE6;
  padding-bottom: 8px;
}
h1.title02::after {
  display: inline;
  position: absolute;
  content: "";
  border-bottom: solid 4px #103F5E;
  bottom: -4px;
  left: 30%;
  width: 70%;
}



h2{
  font-size: 1.4em;
}
h2 span{
    display: inline-block;
}

tr span{
  display: inline-block;
}

table{
  width: 90vw;
  margin: 20px auto;
  border-collapse: collapse;
}


.box {
	background-color: #fff;
	width: 300px;
	margin: 10px auto;
	padding: 20px;
}

.sans-serif{
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.wrapper {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  background-image: url(./images/back.jpg);
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: center;
  overflow: hidden;
}

.top-wrapper {
  padding: 80px 0;
  background-color:#ffffff;
  text-align: center;
}
.container{
  height: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.top-wrapper p {
  opacity: 0.7;
}

.bottom-wrapper {
  padding: 80px 0;
  background-color: #D4EAF9;
  background-color: rgba(212,234,249,0.8);
  text-align: center;
}

.btn {
  width: 200px;
  padding: 8px 24px;
  margin: auto;
  color: white;
  display: block;
  opacity: 0.8;
  border-radius: 4px;
  text-align: center;
}

.btn:hover {
  opacity: 1;
}

.tricolor01{
 display: block;
 position: relative;
 width:10px;
 height:28px;
 background:#f00;
 transform:skew(-15deg,0deg);
 border: solid 1px #103F5E;
}
.tricolor01:before{
  content: "";
  display: block;
  position: absolute;
  width:10px;
  height:28px;
  background:#fff;
  transform:skew(-15deg,0deg);
  border: solid 1px #103F5E;
  top: 0;
  left: -18px;
}
.tricolor01:after{
  content: "";
  display: block;
  position: absolute;
  width:10px;
  height:28px;
  background:#008AE6;
  transform:skew(-15deg,0deg);
  border: solid 1px #103F5E;
  top: 0;
  right: 8px;
}
.tricolor02{
  display: box;
  margin: 10px;
  width: 38px;
  height: 40px;
  background:repeating-linear-gradient(-75deg,#fff 0, #fff 7px, #103F5E 8px,#103F5E 8px, #f00 9px, #f00 16px, #103F5E 17px, #103F5E 17px, #008AE6 18px, #008AE6 25px);
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  border: solid 1px #103F5E;
}
.tricolor3d{
  display: block;
  position: relative;
  text-shadow: 2px 4px 6px #999 ;
}
.tricolor3d::after{
  content: "トリコロール";
  transform: perspective(200px) rotateX(75deg);
  text-shadow: 0 0 10px #666;
  color:  transparent;
  display: block;
  position: absolute;
  margin: 0 auto;
}


/***************************************
    Header
***************************************/

header {
  width: 100%;
  background-color: #ffffff;
}

.is-header{
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content : center;
  align-items: flex-end;
}
.header-left {
  height: 60px;
  font-family: Sei Kaisho CB1;
  font-weight: 800;
  font-size: 1.0em; 
}
.header-left a{
  display: flex;
  align-items: flex-end; 
  color: #000;
}
.logo {
  display:  block;
  margin-left: 4px;
  width: 3.5em;
  bottom: 0;
  left: 0;
}

.header-left span {
  margin-left: 8px;
  display:  block;
  bottom:   0;
  font-size: 8.75vw;
  line-height:  100%;
}

.is-header ul {
  list-style: none;
  margin: auto 0 0;
  padding:  0;
  line-height: 1em;
  display: flex;
  flex-wrap : wrap;
  align-items: flex-end;
  justify-content :center;
}

.is-header ul li{
  margin: 0 20px;
}
 .contact {
  display:  none; 
}
.phone{
  color: #999999;
  font-size: 1.5em;
  letter-spacing: -0.05em;
  line-height:  1.0em; 
}
.recruting {
  display: block;
  height: 40px;
  width:160px;
}
.recruting a,.btn a{
  display: inline-block;
  width:  100%;
  height: 40px;
  color: white;
  transition: all 0.4s;
  border-radius: 4px;
  background-color: #008AE6;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}

.recruting a:hover ,.btn a:hover {
  color : #008AE6;
  background-color: #D4EAF9;

}

/***************************************
    Header Navigation
***************************************/
.header-nav{
  clear: both;
  background-color: #103F5E;
  text-align: center;
}

.icon-hamburger {
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.icon-hamburger span {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 16%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 84%;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
  background: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.icon-hamburger span::before {
  margin-top: -38%;
}

.icon-hamburger span::after {
  margin-top: 19%;
}

.menu-container .menu {
  -webkit-transform: translate(-50%, -50%);
  display: none;
  background-color: #103F5E;
  font-size: 1.25em;
  list-style: none;
  height: auto;
  left: 50%;
  position: fixed;
  top: 50%;
  padding-inline-start: 0;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 100;
}
.menu-container .menu li a {
  border: none;
  color: #fff;
}

.menu-container .menu li:hover{
  color: #008AE6;
  background-color: #D4EAF9;
}

#modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  line-height: 2.0em;
}


/***************************************
    Footer
***************************************/
.footer{
  background-color: #103F5E;
  color: #D4EAF9;
  padding: 6px 0;
}

.footer p {
  margin-bottom : 0;
  color: #b3aeb5;
  font-size: 0.95em;
}

.footer hr{
  display: none;
}

.footer-bottom{
  background-color: #103F5E;
  width: 100%;
  margin: auto;
  padding: 10px;
  position: absolute;
}

.footer-bottom img {
  background-color: #103F5E;
  position: relative;
  margin-top: 20px;
  z-index: 50;
}

.footer-bottom .adress{
	position: relative;
	text-align: right;
	z-index: 30;
}

.copyright{
  font-size: 0.75em;
}


/***************************************
    Footer Navigation
***************************************/

.footer-nav{
  display: none!important;
}

.footer-nav ul{
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 24px;
  list-style: none;
  justify-content: flex-start;
  background-color: #103F5E;
}


/***************************************
    Top Page
***************************************/
.top-photo {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  -webkit-filter:drop-shadow(0px 5px 10px rgba(16,63,94, 0.2));
  -moz-filter:drop-shadow(0px 5px 10px rgba(16,63,94, 0.2));
  -ms-filter:drop-shadow(0px 5px 10px rgba(16,63,94, 0.2));
  filter:drop-shadow(0px 5px 10px rgba(16,63,94, 0.2));

}
.top-photo img{
  z-index: 1;
  width: 100%;
  height: 240px;
  object-fit: cover;
  vertical-align: bottom;
}

.catch span{
  width: 100%;
  height: 1.75em;
  line-height: 1.75em;
  overflow: hidden;
  position: absolute;
  top :1.75em;
  z-index: 10;
  background: -moz-linear-gradient(120deg,  transparent, rgba( 51 ,51 ,102 , 0.5));
  background: -webkit-linear-gradient(120deg,  transparent, rgba( 51 ,51 ,102 , 0.5));
  background: linear-gradient(30deg,  transparent, rgba( 51 ,51 ,102 , 0.5));
  color:  #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  font-style: inherit;
  text-shadow: 2px 2px 8px #103F5E;
  text-align: center;
  font-family: Sei Kaisho CB1;
}
h1.top-title01{
  display: inline;
  background: linear-gradient(transparent 60%, #D4EAF9 40%);
}

h1.top-title02{
  display: inline;
  background: linear-gradient(transparent 60%, #F9C 40%);
}



.about.box,.holdings.box,.business.box{
  margin: 40px auto;
  padding: 0;
  background-color: #D4EAF9;
  /*
  border-top:  2px solid #D4EAF9;
  border-left: 0 solid #fff; 
  border-bottom: 0 solid #fff;
  border-right:  0 solid #fff; 
  -webkit-filter:drop-shadow(0px 3px 5px rgba(16,63,94, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(16,63,94, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(16,63,94, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(16,63,94, 0.2));
  */
}
.about h2,.holdings h2,.business h2{
  width: 100%;
  margin-top: 0;
  background-color: #008AE6;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(16,63,94,0.2);
}
.about img,.holdings img,.business img{
  width: 220px;
  height: 140px;
  object-fit: cover;
  margin-top: 20px;
}

.summarybox{
  width: auto;
}

.summary01{
  font-size: 1.10em;
  font-weight: 800;
  display: inline-block;
  width: 220px;
  text-align: center;
  border-bottom: 0.5px solid #008AE6;

}

.voices.box,.recruitment.box{
  width:300px;
  min-width: 300px;
  height: auto;
  padding: 20px;
  margin: 80px auto;
}
.voices img,.recruitment img{
  width:100%;
}

.summary02{
  padding: 8px 8px 8px 20px;
  margin: 20px auto;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  color: #103F5E;
/*  border-left: solid 12px #008AE6; */
  border-bottom: solid 0.5px red;
  display: inline-block;
  padding: 0;
}
.summary02 span{
  display: inline-block;
  text-decoration: underline 0.5px red;
}

/***************************************
    About Page and recruitment Page
***************************************/
.top-wrapper#about,.top-wrapper#recruitment{
  padding: 80px 0;
  background-color: #D4EAF9;
  background-color: rgba(212,234,249,0.8);
  text-align: center;
}

.bottom-wrapper#access{
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}


table.about ,table.recruitment{
  width: 90vw;
  margin: 80px auto 20px;
  border-collapse: collapse;
}

table.about tr, table.recruitment tr{
  border-bottom: solid 2px #D4EAF9;
}
table.about tr:last-child, table.recruitment tr:last-child{
  border-bottom: none;
}
table.about th, table.recruitment th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #008AE6;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 1.0em;
  font-weight: 500;
}
table.about td, table.recruitment td{
  text-align: left;
  text-align: center;
  background-color: #fff;
}

.access-box {
  margin: 40px auto 80px;
}

.access-box iframe{
  margin-left: 20px;
}

#recruitment p{
  display: inline;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 2.0em;
  border-bottom:  solid 0.5px red;
}
#recruitment a{
  color: red;
}

/***************************************
    Holdings
***************************************/

#holdings .box-wrapper{
  margin-top: 40px;
}

#holdings .box{
  padding: 20px 0;
}
.holdings-box{
  margin-bottom: 80px;
}
table.holdings{
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  border: solid 2px #D4EAF9
}

table.holdings tr{
  border-bottom: solid 2px #D4EAF9;
}
table.holdings th.line{
  border-bottom: solid 2px #fff;
}

table.holdings th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #D4EAF9;
  text-align: center;
  padding: 10px 0;
  font-size: 1.0em;
  font-weight: 500;
}

table.holdings td{
  text-align: left;
  text-align: center;
  background-color: #fff;
}

.holdings-box img{
  width: 100%;
  height: auto;
}

/***************************************
    Voices
***************************************/
.top-wrapper#voices{
  padding: 80px 0;
  background-color: #D4EAF9;
  background-color: rgba(212,234,249,0.8);
  text-align: center;
}

.voice.box{
  margin: 40px;
  padding: 20px 20px 40px;
  position: relative;
  z-index: 5;
}

.voice h2 span{
  display :inline-block;
}
.voice span.name{
  margin-top: 10px;
  display :block;
  text-align: right;
}
.voice-video{
  width: 100%;
  max-width:560px;
  margin: 0 auto;
}

.middle-wrapper.voice{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-filter:drop-shadow(0px 5px 10px rgba(16,63,94, 0.2));
  -moz-filter:drop-shadow(0px 5px 10px rgba(16,63,94, 0.2));
  -ms-filter:drop-shadow(0px 5px 10px rgba(16,63,94, 0.2));
  filter:drop-shadow(0px 5px 10px rgba(16,63,94, 0.2));

}
img.voices-connection{
  width: 100%;
  height: 150px;
  object-fit: cover;
  vertical-align: bottom;
  align: center;
}

.bottom-wrapper#recreation{
  background-color: #fff;
}

.recreation.box{
    margin:80px auto;
    width: 300px;
    background: #e6f4ff;
    position: relative;
    padding: 0.5em 20px;
    -webkit-filter:drop-shadow(5px 5px 0px rgba(16,63,94, 0.2));
    -moz-filter:drop-shadow(5px 5px 0px rgba(16,63,94, 0.2));
    -ms-filter:drop-shadow(5px 5px 0px rgba(16,63,94, 0.2));
    filter:drop-shadow(5px 5px 0px rgba(16,63,94, 0.2));

}
.recreation.box:before{
    content: '';
    position: absolute;
    top: -30px;
    left: 30px;
    border: 30px solid transparent;
    border-right: 30px solid #e6f4ff;
    width: 0;
    height: 0;
}
.recreation.box p{
    margin: 20px auto;
    text-align: center;
}
.recreation.box ul {
    display: inline-block;
    text-align: left
}

/***************************************
    Business
***************************************/

.business-photo{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
/*  align-items: center; */
  margin: 20px auto;
}
.business-photo img{
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px; 
}

.business-bottom{
  text-align:center;
}
.business-bottom img{
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px; 
}

.dot{
  display:none;
}

/* 374px〜478px：SP横
------------------------------ */
@media screen and (min-width:375px) {
.header-left span {
  font-size: 2.0em;
}

}

/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) {
}

/* ------------------------------------- */
/* ▼B：タブレット以上向けの追加スタイル */
/* ------------------------------------- */
@media screen and (min-width: 600px) {
/***************************************
    Top Page
***************************************/
.top-photo img{
  height: auto;
}
.catch span{
  height: 2.0em;
  line-height: 2.0em;
  font-size: 1.75em;
  bottom :80%;
  text-align: right;
  padding-right: 20px;
  background: -moz-linear-gradient(120deg,  transparent, rgba( 51 ,51 ,102 , 0.5));
  background: -webkit-linear-gradient(120deg,  transparent, rgba( 51 ,51 ,102 , 0.5));
  background: linear-gradient(30deg,  transparent, rgba( 51 ,51 ,102 , 0.5));
}

.box-wrapper.about{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

table.about{
  max-width: 560px;
}

img.voices-connection{
  width: 100%;
  height: 200px;
  object-fit: cover;
  vertical-align: bottom;
  align: center;
}


.voices.box,.recruitment.box{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 560px;
  height: 220;
  padding: 0;
}
.voices img,.recruitment img{
  width: 360px;
  height: autopx;
  -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
}
.voices .summarybox,.recruitment .summarybox{
  letter-spacing: -0.05em;
}


/***************************************
    Holdings
***************************************/

.holdings-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  margin: 40px auto 80px;
}

#holdings .box{
  width:  100%;
  padding: 30px;
}


table.holdings{
  /*max-width: 300px;
  margin: 20px 0; */
  width: calc( 50% - 10px);
  height: auto;

}

/*.holdings-box img{
  margin: 20px;
  display: inline-block;
  width: 92px;
  height: 92px;
  border-radius: 50% 0 0 10%;
}
*/


.holdings-box img{
  $width-img: calc( 50% - 10px);
  width: calc( 50% - 10px);
  height: auto;
  object-fit: cover;
}


/***************************************
    Voices
***************************************/
#voices .box-wrapper{
  padding: 0 30px;
}
.voice.box{
  width:  80%;
  margin: 40px auto;
  padding: 20px 40px 40px;
}

img.voices-connection{
  width: 100%;
  height: 250px;
  object-fit: cover;
  vertical-align: bottom;
  align: center;
}

.recreation.box{
    width: 560px;
}
.recreation.box ul{
    margin: 0 auto;
}



/***************************************
    Business
***************************************/
#business .box-wrapper{
  padding: 0 30px;
}
#business .box{
  width:  100%;
}

.business-photo{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
}
.business-photo img{
  $width-img: calc( 50% - 10px);
  width: calc( 50% - 10px);
  height: auto;
  object-fit: cover;
}

.business-bottom{
  text-align:center;
}
.business-bottom img{
  $width-img: calc( 50% - 10px);
  width: calc( 50% - 10px);
  height: auto;
  object-fit: cover;
}

.dot{
  display: inline;
}


}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) {
h1{
  font-size: 1.75em;
  letter-spacing: 5px;
}

h2{
  font-size: 1.4em;
}

.wrapper {
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
  background-image: url(./images/back.jpg);
  background-size: cover;
  background-position:bottom;
}

.container {
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
}
/***************************************
    Header
***************************************/

header {
}

.is-header{
  height: 60px;
  display: flex;
  justify-content : space-between;
}
.header-left {
}
.logo {
}

.header-left span {
}

.is-header ul {

}

.is-header ul li{
}
.contact {
	display: inline-block!important; 

}
.phone{
}
.recruting {
  display: block;
  height: 40px;
  width:160px;
}
/***************************************
    Header Navigation
***************************************/
.header-nav{
  clear: both;
  height: 60px;
  background-color: #103F5E;
  text-align: center;
}
.menu-container{
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 60px;
}

.menu-container .menu {
  display: inline-block;
  position: relative;
  align-items: center;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.menu-container .menu li{
  flex-grow: 1;
  align-items: center;
  width: 100%;
}
.menu-container .menu li a{
  display: block;
  height: 60px ;
  margin: auto;
  padding: 16px ;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: all 0.4s;
}


.header-nav .icon-hamburger{
  display: none;
}

/***************************************
    Footer
***************************************/
.footer{
	text-align: center;
	height: 180px;

}

.footer-bottom img {
	margin-top: 0;
  left:-240px;
}

.footer hr{
  display: inline-block;
  background-color: #103F5E;
  border-top: solid 0.5px #D4EAF9;
  width: 100%;
}

.footer-bottom{
  width: 960px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
position: relative;
}

.footer-bottom .adress{
	float: right;
}
/***************************************
    Footer Navigation
***************************************/
.footer-nav{
  display: block;
}
.footer-nav ul{
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 24px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  background-color: #103F5E;
}
.footer-nav ul li{
  width: 100%;
}
.footer-nav ul li a{
  display: block;
  height: 24px ;
  margin: auto;
  text-decoration: none;
  color: #D4EAF9;
}
.footer .footer-nav ul li a:hover{
  color: #ffffff;
}

/***************************************
    Top Page
***************************************/
.voices.box,.recruitment.box{
  display: flex;
  display: -webkit-flex;
  width:68%;
  min-width: 560px;
  height: 220px;
  padding: 0;
  margin: 40px auto 80px;
  overflow:hidden; 
}
.summarybox{
  width: 40%;
  padding: 20px 20px;
}
.voices.box img,.recruitment.box img{
  width: 360px;
  height: 100%;
  object-fit: cover;
}
}

/* ----------------------------- */
/* ▼C：PC以上向けの追加スタイル */
/* ----------------------------- */
@media (min-width: 1025px) {
  /***************************************
    Header
***************************************/

header {
  width: 100%;
}

.is-header{
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content : center;
}
.header-left {
  height: 60px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end; 
}
.logo {
  display:  block; 
  bottom: 0;
  left: 0;
}

.header-left span {
  margin-left: 20px;
  display:  block;
  bottom:   0; 
  left: 80px;
  font-size: 28pt;
  line-height:  100%;
}

.is-header ul {
/*  height: 60px; */
  list-style: none;
  margin: auto 0 0;
  padding:  0;
  line-height: 1em;
  display: flex;
  flex-wrap : wrap;
/*  flex-direction : column; */
  align-items: flex-end;
  justify-content :center;
}

.is-header ul li{
  margin: 0 20px;
}
.contact {
  display: inline-block; 
}

.phone{
  font-size: 24pt;
  letter-spacing: -0.05em;
  line-height:  1.0em; 
}
.recruting {
  display: block;
  height: 40px;
  width:160px;
/*  position:relative; */
}

}

