@charset "utf-8";
/* CSS Document */
/*★★ page.css ★★*/
/*
----------------------------
　SP                        
----------------------------
*/

/*●●●●●●●● 共通 ●●●●●●●● */
.page_visual {
  position: relative;
}

.page_visual .bg {
  position: absolute;
  top:30%;
  background: rgba(0, 52, 102, 0.9);
  padding: 5px 50px 7px;
}
.page_visual h1 {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 1.5px;
  line-height: 1.3;
}
.page_visual p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1.5px
}

/*●●●●●●●● service ●●●●●●●● */
#service section .service_list li:first-child {
margin-top: 20px;
}

#service section .service_list li {
	margin-top: 30px;
  position: relative;
}
#service .service_list li h3 {
    position: absolute;
    top: 15%;
    color: #fff;
    background: #003466;
    font-weight: 500;
    font-size: 2rem;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    padding: 0 15px 3px;
}
#service .service_list li figure {
  margin-bottom: 10px;
}
#service .service_list li p {
  width: 99%;
  margin: auto;
}

/*●●●●●●●● company ●●●●●●●● */
#company .greeting figure {
  width: 70px;
  margin: 0 auto 15px;
}
#company .greeting .txt_right {
  text-align: right;
  margin-top: 16px;
}
#company table {
  width: 100%;
}
#company table tr th {
  display: block;
  width: 100%;
  background: #003466;
  color: #fff;
  padding: 10px;
  font-weight: normal;
  letter-spacing: 1px;
}
#company table tr td {
    display: block;
  text-align: center;
  background: #F2F8FF;
  padding: 15px 20px;
}
#company table tr td.txt_left {
  text-align: left;
}
#company iframe {
  width: 100%;
  height: 300px;
}
/*●●●●●●●● news ●●●●●●●● */
#news ul {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 1.5rem;
}
#news ul li .date {
  font-size: 85%;
}
#news ul li .ttl {
  margin: 15px 0;
  font-size: 120%;
  color: #003466;
}
#news ul li {
  border-bottom: 1px dotted #ACACAC;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
/*●●●●●●●● contact ●●●●●●●● */
#contact .page_visual {
  margin-bottom: -4px;
}

#contact .required:before {
    content: "必須";
    background-color: #003466;
    color: #fff;
    text-align: center;
    padding: 3px 10px 5px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
  letter-spacing: 1.5px;
}

#contact .option:before {
    content: "任意";
    background-color: #8d8d8d;
    color: #fff;
    text-align: center;
    padding: 3px 10px 5px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
    letter-spacing: 1.5px;
}

#contact .form-Box {
    max-width: 700px;
    margin: auto;
}

#contact .form-Box dt {
    margin: 30px 0 15px;
    padding-left: 3px;
}

#contact .form-Box input,
#contact .form-Box textarea {
    width: 100%;
    padding: 10px;
    border: #d9d9d9 solid 1px;
}

#contact .form-Box textarea {
    height: 200px;
    width: 100%;
}

#contact .check-Box {
    margin: 50px auto;
    text-align: center;
}

#contact .check-Box input {
    width: inherit;
    margin: 4px 5px 0 0;
}

#contact .check-Box p a {
    text-decoration: underline;
}

#contact .check-Box p a:hover {
    opacity: 0.5;
}

#contact #mail .annotation {
    font-size: 80%;
    margin-top: 30px;
}

#contact #mail .form_btn input {
    color: #fff;
    background-color: #113D97;
      font-size: 16px;
    padding: 25px 0;
    border-radius: 0;
}

#contact #mail .form_btn:hover {
    opacity: 0.5;
}
/*●●●●●●●● pp ●●●●●●●● */
#pp p {
  text-align: left;
}

#pp p br{
  display: none;
}

#pp ul {
margin: 30px;
text-align: left;
}
#pp ul li {
  line-height: 2;
}
#pp ul li.rang {
  margin-top: 20px;
}

#pp .txt_right {
  text-align: right;
}
/*
----------------------------
　TB                        
----------------------------
*/
@media screen and (min-width: 768px) {
  
.page_visual h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.page_visual p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  margin-top: -6px;
  padding-bottom: 4px;
}
  
/*●●●●●●●● service ●●●●●●●● */
	#service .intoro {
		text-align: center;
	}

	#service section .service_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#service section .service_list li {
		width: 48%;
	}
	#service section .service_list li:first-child{
		margin-top: 30px;
	}
  #company table tr {
    border-bottom: 0.5px dotted #2E2E2E;
  } 
  #company table tr:last-child {
    border: none;
  }
#company table tr th {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  padding: 30px;
}
#company table tr td {
  display: table-cell;
  width: 70%;
  text-align: left;
    padding: 30px;
}
#company iframe {
  height: 450px;
}
/*●●●●●●●●●●contact.html●●●●●●●●●●*/
    #contact .heading-txt {
        text-align: center;
    }

    #contact .form-Box dl {
        margin-top: 30px;
    }

    #contact .form-Box dt {
        width: 30%;
        float: left;
        margin: 30px 0 15px;
    }

    #contact .form-Box dd {
        width: 70%;
        float: right;
      margin-top: 27px;
    }

    #contact #mail .form_btn {
        max-width: 580px;
        margin: 40px auto 0;
    }
}

/*
----------------------------
　PC                        
----------------------------
*/
@media screen and (min-width: 1140px) {
.page_visual {
  background: url("../img/page_sc_ttl.png") left bottom no-repeat;
  background-size: 25%;
  top:-105px;
  height: 480px;
  overflow: hidden;
  margin-bottom: -100px;
  }
.page_visual .bg {
    top:37%;
    z-index: 100;
  background: transparent;
  }
.page_visual h1 {
  font-size: 7rem;
  color: #003466
}
.page_visual p {
  padding-left:3px;
  font-weight: bold;
  font-size: 3rem;
    color: #003466
}
.page_visual figure  {
  position: absolute;
  right: 0;
  width: 75.4%;
}

/*●●●●●●●● company ●●●●●●●● */
#company .greeting figure {
  margin-bottom: 30px;
  width: 150px;
}
#contact .page_visual {
  margin-bottom: -110px;
}

/*●●●●●●●● pp ●●●●●●●● */
#pp p {
  text-align: center;
}

#pp p br{
  display: block;
}
  
  #pp  ul {
    margin: 50px auto;
    width: 800px;
  }
  
  #pp p.txt_right {
    width: 800px;
    margin: auto;
  }

}
