@charset "utf-8";
/* CSS Document */
/* COMMON 
------------------------------------------------------------ */
html {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-size: 62.5%;
  letter-spacing: 1px;
}
/*body,header,footer{
min-width:1080px;
}*/
#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background:#4293c6;
  opacity: 0.9;
  border-radius: 50%;
  border: 2px solid #4293c6;
  color: #FFF;
}
#pagetop a:hover {
  background: #fff;
  border: 2px solid #4293c6;
  color: #4293c6;
}
#pagetop a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: block
}
a img {
  transition: .5s;
}
a img:hover {
  opacity: 0.7;
}
a {
  color: #333;
  text-decoration: underline;
  transition: .3s;
}
a:hover {
  color: #EF7884;
  text-decoration: none;
}
.sp {
  display: none;
}
/* #invew
------------------------------------------------------------ */
.scmotion1, .scmotion2, .scmotion3,.scmotion4, .scmotion5, .scmotion6{
  opacity: 0;
}
.scmv1 {
  transition: all 0.3s ease-in;
  opacity: 1 !important;
}
.scmv2 {
  transition: all 0.3s ease-in;
  opacity: 1 !important;
  transition-delay: 0.3s;
}
.scmv3 {
  transition: all 0.3s ease-in;
  opacity: 1 !important;
  transition-delay: .6s;
}
.scmv4 {
  transition: all 0.3s ease-in;
  opacity: 1 !important;
  transition-delay: .7s;
}
.scmv5 {
  transition: all 0.3s ease-in;
  opacity: 1 !important;
  transition-delay: 1.0s;
}
.scmv6 {
  transition: all 0.3s ease-in;
  opacity: 1 !important;
  transition-delay:1.3s;
}
/* header
------------------------------------------------------------ */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
}
header .pcnav {
  position: relative;
  height: inherit;
  box-sizing: border-box;
  margin: auto;
}
header h1 {
  position: absolute;
  top: 25px;
  left: 35px;
  z-index: 99999;
}
header h1, header img {
  width: 160px;
  transition: 0.3s ease-in-out;
}
/* HOME
------------------------------------------------------------ */
#top_photo {
  display: block;
  position: relative;
  background-image: url(../images/top_photo25.jpg);
  background-position: center center;
  background-size: cover;
  height: 80vh;
  margin-bottom: 0;
}
.top_copy {
  text-align: center;
  position: absolute;
  top: 22%;
  left: 20%;
}
.top_copy img {
  width: 600px;
}
#top_areagrad {
  width: 100%;
  height: 766px;
  background: linear-gradient(135deg, #196fd0 0%, #12dde5 100%);
  position: relative;
}
#top_areagrad .inner {
width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
}
#top_areagrad .inner h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 66px;
}
#top_areagrad .inner p {
  font-size: 2.2rem;
  line-height: 2.3;
  font-weight: 700;
}
#top_areas {
  width: 100%;
  margin: 66px auto;
}
#top_areas .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0 40px;
  text-align: center;
}
.il_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -40px;
}
.il_list li {
  width: calc(100% / 3 - 40px);
  margin-right: 40px;
  margin-bottom: 50px;
}
.il_list h5 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 3;
}
.il_list p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align:justify;
}
#top_areagrap {
  width: 100%;
  height: 50vh;
  background-image: url(../images/works_bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
#top_areagrap .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
}
#top_areagrap .inner h2 {
  font-size: 3.6rem;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#top_area_nakami {
  width: 100%;
  margin: 66px auto;
}
#top_area_nakami .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0 40px;
  text-align: center;
}
#top_area_nakami .inner h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 66px;
}
.naka_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -20px;
}
.naka_list li {
  width: calc(100% / 3 - 24px);
  margin-right: 20px;
  margin-bottom: 50px;
  border: 2px solid #4293c6;
  border-radius: 16px;
  padding: 30px 0;
}
.bnr_int img {
  width: 100%;
  margin: 0 auto;
}
#top_area_yoko {
  width: 100%;
  margin: 66px auto 26px;
}
#top_area_yoko .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0 40px;
  text-align: center;
}
#top_area_yoko .inner h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 66px;
  text-align: left;
  color: #1894CB;
line-height:1.2;
}
#top_area_yoko dl{
margin-bottom:80px;
}
#top_area_yoko dl, #top_area_yoko dt, #top_area_yoko dd {
  box-sizing: border-box;
  line-height:1.8;
}
#top_area_yoko dt, #top_area_yoko dd {
  padding:20px 10px 0 10px;
  border-top: 1px solid #AFAFAF;
}
#top_area_yoko dl {
  border-bottom: 1px solid #AFAFAF;
}
#top_area_yoko dt {
  width: 25%;
  float: left;
  text-align: left;
}
#top_area_yoko dd {
  margin-left: 25%;
  text-align: left;
  padding-bottom: 20px;
}
#top_area_yoko dd:after {
  content: '';
  display: block;
  clear: both;
}
.bnr_recruiting{
margin:40px auto 0;
text-align:center;
}
.bnr_recruiting img{
width:300px;
}


/* footer
------------------------------------------------------------ */
footer {
  text-align: center;
  padding:0px 0 0;
}
footer .inner {
  width: 1080px;
  margin: 0 auto;
}

.copyright {
  font-size: 1.2rem;
  padding: 40px 0;
}

/* 250620追記
------------------------------------------------------------ */

h2.title_h2{
font-size: clamp(2.2rem, 1.733rem + 1.56vw, 3.6rem) !important;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
padding: .5rem 0 1rem;
margin-bottom:1rem !important;
text-align:center !important;
color:#333 !important;
}
h2.title_h2 span {
  position: relative;
}
h2.title_h2 span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 88px;
  height: 1px;
  border-radius: 3px;
  background-color: #1894CB;
}
h3.title_h3{
font-size: clamp(1.6rem, 1.5rem + 0.25vw, 1.8rem);
 font-weight: 400;
margin-bottom:6rem;
margin-top:1.6rem;
}
.num_note{
font-size: clamp(1.2rem, 1.1rem + 0.25vw, 1.4rem);
text-align:right;
margin-bottom:12rem;
margin-top:-1.6rem;
}

#top_area_yoko .inner h2.yokottl_h2 {
font-size: clamp(2rem, 1.5rem + 1.25vw, 3rem) ;
  font-weight: 700;
margin-bottom:2rem;
  text-align: left;
  color: #1894CB;
line-height:1.2;
}