@charset "utf-8";

body{
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  background-color: #fff;
}

.visual_img p span{
  font-family: 'Noto Serif JP', serif;
}

.visual_img p{
  font-family: 'Noto Sans JP', sans-serif;
 }

/* wrapper */
.wrapper{
  max-width: 1000px;
  margin: 0 auto;
}

.news,.works{
  background-color: #e8f6ff;
}

/* .visual_img */

.visual_img{
  width: 100%;
  height: 700px;
  background-image: url(../images/building.jpg);
  background-size: cover;
}

.visual_img p{
  width: 600px;
  margin: 150px auto;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.5rem;
  text-align: center;
  color: #fff;
}
.visual_img p span{
  margin-left: 157px;
  display: block;
  width: 286px;
  font-size: 2rem;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}

/* header */
header{
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

/* glonal */
nav.global{
  display: flex;
  max-width: 750px;
  width: calc(100% - 300px);
  align-items: center;
  justify-content: space-between;
}

header h1{
  width: 163px;
  }

nav.global ul{
  width: calc(100% - 163px);
  display: flex;
  justify-content: space-between;

}

nav.global ul li a{
  padding: 0 15px;
  line-height: 9rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
nav.global ul li a:hover{
  text-decoration: underline;
  text-decoration-color: #1874ae;
  text-underline-offset: 5px;
}

header h3{
  width: 133px;
  line-height: 3.8rem;
  text-align: center;
}

header h3 a{
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  background-color: #aefc38;
  border: 3px solid #aefc38;
  border-radius: 3px;
}
header h3 a:hover{
  background-color: #fff;
  border-radius: 3px;
}

/* news */
.news{
  padding: 150px 305px;
}

.news .wrapper{
  display: flex;
}

.news .wrapper .news_title h2{
  margin-bottom: 70px;
  width: 130px;
  color: #1874ae;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}
.news .wrapper .news_title h2 span{
  font-size: 1.6rem;
  font-weight: 400;
}
.news .wrapper .news_title p{
  line-height: 3.5rem;
  border-radius: 3px;
  text-align: center;
  background-color: #1874ae;
}
.news .wrapper .news_title p a{
  width: 160px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-image: url(../images/btn_2.gif);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 137px 9px;
}
.news .wrapper .news_title p a:hover{
  background-color: #fff;
  color: #1874ae;
  border: 1px solid #1874ae;
  border-radius: 3px;
  background-image: url(../images/btn_1.gif);
  background-repeat: no-repeat;
  background-position: 137px 9px;
}
.news .wrapper .news_title button{
  width: 160px;
  height: 50px;
  border-radius: 3px;
}

.news .wrapper dl.news_list{
  margin-left: 137px;
  font-size: 1.6rem;
  width: 533px;
  height: 485px;
}

.news .wrapper dl.news_list div{
  border-bottom: 1px solid #555;
}

.news .wrapper dl.news_list div dt{
  margin: 22px 0 12px;
  line-height: 1.6rem;
}

.news .wrapper dl.news_list div dd{
  margin-bottom: 14px;
  line-height: 1.6rem;
}

/* service */

.service .wrapper h2{
  padding: 150px 0 100px;
  margin: 0 auto;
  color: #1874ae;
  width: 130px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.service .wrapper h2 span{
  margin-bottom: 70px;
  font-size: 1.6rem;
  font-weight: 400;
}


.service .wrapper ul.service_list li{
  padding-bottom: 100px;
  display: flex;
  align-items: center;
}

.service .wrapper ul.service_list li a .service_1,.service_2,.service_3{
  padding-top: 30px;
  width: 400px;
  height: 200px;
  background-color: #1874ae;
  border: 2px solid #1874ae;
}
.service .wrapper ul.service_list li a:hover .service_1,a:hover .service_2,a:hover .service_3{
  background-color: #e8f6ff;
  border:2px solid #1874ae;
}

.service .wrapper ul.service_list li a .service_1 h4,.service_2 h4{
  background-image: url(../images/btn_2.gif);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 25px center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 2.9rem;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
}

.service .wrapper ul.service_list li a .service_3 h4{
  background-image: url(../images/btn_2.gif);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 17px center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 2.9rem;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
}

.service .wrapper ul.service_list li .service_1 p,.service_2 p,.service_3 p{
  padding: 20px 80px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}

.service .wrapper ul.service_list li:nth-child(2){
  flex-direction: row-reverse;
}


.service .wrapper p a{
  margin: 0 auto 150px;
  width: 250px;
  line-height: 55px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-image: url(../images/btn_2.gif);
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #1874ae;
  background-position: 220px center;
}

/* works */

.works{
  padding-bottom: 100px;
}

.works .wrapper h2{
  padding: 150px 0 50px;
  color: #1874ae;
  width: 130px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.works .wrapper h2 span{
  margin-bottom: 70px;
  font-size: 1.6rem;
  font-weight: 400;
}

.works .wrapper .works_info{
  display: flex;
  justify-content: space-between;
}

.works .wrapper .works_info p.works_text{
  width: 475px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
}
.works .wrapper .works_info p.works_btn{
  width: 250px;
}

.works .wrapper .works_info p a{
  width: 250px;
  line-height: 5.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-image: url(../images/btn_2.gif);
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #1874ae;
  background-position: 220px center;
}
.works .wrapper .works_item{
  padding-top: 100px;
}

.works .wrapper .works_item ul{
  display: flex;
}

.works .wrapper .works_item ul li h3{
  margin: 15px 0 10px;
  font-size: 2.4rem;
  font-weight: 800;
  color: #1874ae;
  text-align: center;
}

.works .wrapper .works_item ul li p{
  margin-right: 5px;
}

.works .wrapper .works_item ul li .works_1list,.works_2list,.works_3list{
  width: fit-content;
  margin: 0 auto;
}

.works .wrapper .works_item ul li .works_1list p,.works_2list p,.works_3list p{
  margin: 5px 0 0;
  line-height: 1.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}

/* footer */
footer{
  background-color: #1874ae;
}

footer h5{
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

footer h5 img{
  padding-top: 100px;
  width: 163px;
}

footer nav.local{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

footer nav.local ul{
  align-content: center;
}
footer nav.local ul li{
  padding-top: 35px;
  width: 164px;
  line-height: 1.6rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}

footer small{
  margin: 0 auto;
  padding: 60px 0 70px;
  display: block;
  max-width: 1000px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
}

/* ここから下層ページ */
/* content.html */
section{
  max-width: 1000px;
  margin: 0 auto;
}
.topic_pass{
  width: 230px;
  display: flex;
  justify-content: space-between;
}
.topic_pass p:nth-child(1){
  
  background-image: url(../images/btn_3.gif);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 90px;
}
.topic_pass p:nth-child(1) a{
  width: 110px;
  line-height: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #555;
}
.topic_pass p:nth-child(1) a:hover{
  color: #333;
  font-weight: 600;
}

.topic_pass p:nth-child(2){
  width: 96px;
  line-height: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}

h2{
  margin: 34px auto 100px;
  width: 180px;
  font-size: 3rem;
  font-weight: 800;
  color: #1874ae;
}

div.check_item{
  padding-left: 40px;
  text-align: center;
}

div.check_item ul{
  margin: 10px auto;
  width: 270px;
  display: flex;
  justify-content: space-between;
}

div.check_item ul li{
  width: 40px;
  font-size: 2rem;
  font-weight: 400;
  color: #555;
}
div.check_item ul li:nth-child(3){
  width: 80px;
}

div.check_item ul li:nth-child(1){
  font-weight: 600;
  color: #333;
}

table{
  width: 100%;
}

table th{
  width: 280px;
  font-size: 2rem;
  background-color: #e8f6ff;
  color: #333;
}

table td{
  padding: 25px 20px;
  font-size: 1.6rem;
  background-color: #e8f6ff;
  color: #333;
  
}

/* form */

div.classification_item,.name_item,.phonetec_item,.affiliation_item,.e-mail_item,.inquily_subject_item,.inquily_content_item{
  padding: 0 20px;
  width: 280px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

table th p{
  margin-top: 4px;
  width: 55px;
  height: 21px;
  font-size: 1.6rem;
  line-height: 2.1rem;
  background-color: #e80606;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

.classification_service{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.classification_service label{
  margin: 0 15px 0 5px;
  line-height: 3.2rem;
}

input[type="text"]{
  padding: 5px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  width: 75%;
  line-height: 5rem;
  border: none;
}

input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: -2px;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #555;
  content: '';
}

textarea{
  padding: 5px;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  vertical-align: bottom;
  border: none;
}

div.affiliation_list{
  line-height: 50px;
}

.affiliation_1list,.affiliation_2list,.affiliation_3list{
  line-height: 1.6rem;
  display: flex;
}

.affiliation_3list{
  margin: 5px 3px;
}
.affiliation_3list label{
  display: flex;
}

div.affiliation_1list label{
padding: 0 10px;
}
.affiliation_2list label{
  margin: 0 57px 0 32px;
}
.affiliation_3list label{
  margin-left: 14px;
}

.contact_form{
  margin: 80px 0 150px;
  text-align: center;
}

.contact_form input{
  background-color: #1874ae;
  width: 21%;
  border: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6.2rem;
  border-radius: 3px;
}

/* service.html */

div.service_img .visual_img{
  width: 100%;
  height: 260px;
  background-image: url(../images/service_bg.jpg);
  background-size: cover;
}

div.service_img .visual_img h2{
  width: 300px;
  background-color: #e8f6ff;
  text-align: center;
}
div.service_img .visual_img h2 span{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

div.service_outline{
  margin-top: 150px;
}

.service_outline .wrapper ul.service_list li{
  align-items: start;
}

.service_outline .wrapper ul.service_list li a,.service_1item,.service_2item,.service_3item{
  padding: 10px 5px;
  margin: 20px 15px 70px 15px;
  background-color: #e8f6ff;
  align-items: center;
  border-radius: 15px;
}

.service_outline .wrapper ul.service_list li a ,.service_1item h4,.service_2item h4,.service_3item h4{
  margin: 5px auto;
  background-image: none;
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.service_outline .wrapper ul.service_list li a ,.service_1item p,.service_2item p,.service_3item p{
  margin: 10px auto;
  width: 700px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;

}
.service_outline .wrapper .service_btn p{
  margin: 100px auto 150px;
  width: 21%;
  line-height: 6.2rem;
  text-align: center;
  background-image: none;
}


.service_outline .wrapper .service_btn p a{
  font-size: 2rem;
  font-weight: 600;
  background-color: #aefc38;
  border: 3px solid #aefc38 ;
  border-radius: 3px;
  color: #333;
}

.service_outline .wrapper .service_btn a:hover{
  background-color: #fff;
}