@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
  margin:0;
  letter-spacing: 0.14em;
}
@media (max-width: 768px){
  body {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 500px){
  body {
    font-size: 1.4rem;
  }
}
body li a{
  color:#000;
}
body a:hover{
  opacity: 0.8;
}

body a {
text-decoration: none;
}
input[type="submit"],input[type="button"] {
  -webkit-appearance: none;
}

/* ------------------------------------- /
/   スマホ表示・非表示
/* ------------------------------------- */
 .pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
#sticker-sticky-wrapper{display: none;}
}
/* ------------------------------------- /
/   flex
/* ------------------------------------- */
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-start;
}
.anchor{
  padding-top: 100px;
  margin-top:-100px;
}
/* ----------------------------------------------------- */

header{
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  height: 80px;
}

header .inner{
  max-width: inherit;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .logo h1{
  width: 180px;
  transition: 3s;
  margin-left:20px;
}

.header_menu{
  margin:0 20px 0 auto;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu li{
  margin-left: 40px;
}

.header_menu a{
  color: #fff;
}

.header_menu li:hover{
  opacity: 0.5;
  transition: .2s;
}

.header_contact{
  width: 160px;
  height: 45px;
}

.header_contact a{
  color: #fff!important;
  display: block;
  text-align: center;
  line-height: 45px;
  padding-left: 25px;
  position: relative;
  border-radius:25px;
  background-color: #18357e;
}

.header_contact a:before{
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: 25px;
  background-image: url(../img/contact.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header_contact a:hover{
  opacity: 1;
}
.logo img.h_logo{
  display: none;
  transition: 3s;
}
@media all and (max-width: 1160px) {
  header .inner{
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .header_menu{
  display: none;
  }
  header .logo{
  margin: 0 auto;
  }
}

@media all and (max-width: 500px) {
  header{
  height: 70px;
  }
  header .logo h1{
  margin-left: 0;
  }
}
@media all and (max-width: 320px) {
  header .logo h1{
  width: 160px;
  }
}
/* ---------------------------------------------------------------------------- /
/   スクロール時ヘッダーcss
/* ---------------------------------------------------------------------------- */

.header_scroll{
  background-color: #fff;
}

.header_scroll .logo img.logo_a{
  display: none;
  transition: 3s;
}

.header_scroll .logo img.h_logo{
  display: block;
  transition: 3s;
}

.header_scroll .header_menu a{
  color: #666;
  transition: 3s;
}

.header_scroll .header_menu .change_blue a{
  color: #18357e;
}

/*.header_scroll .header_contact a{
  border: 1px solid #18357e;
  background-color: #fff;
  color: #18357e;
  transition: 3s;
}*/

.header_scroll .header_contact a{
  color: #fff;
}
/* ---------------------------------------------------------------------------- /
/   共通
/* ---------------------------------------------------------------------------- */
.inner{
  max-width: 1080px;
  margin:0 auto;
}
.section{
  padding:110px 0;
}
.section_pb{
  padding:0 0 110px;
}
.ttl{
  position: relative;
  margin-bottom: 40px;
}
.ttl:before {
  content: "";
  z-index: 4;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e2e9f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ttl h2{
  position: relative;
  z-index: 15;
  font-family: 'PT Sans', sans-serif;
  font-size: 3.5rem;
  text-align: center;
  color: #18357e;
}
.ttl h2 span{
  color: #000;
  font-weight:500;
  font-size: 1.6rem;
  display: block;
  margin-top:15px;
font-family: 'Sawarabi Mincho', sans-serif;
}
.btn{
  margin:0 auto;
  display: block;
  color: #18357e;
  max-width: 240px;
  border:solid 1px #18357e;
  border-radius: 50px;
  text-align: center;
  padding:12px 0;
  background-image: url(../img/yazirushi_b.png);
  background-size:5px;
  background-position: center right 25px;
  background-repeat: no-repeat;
  font-size:1.4rem;
  transition:all 0.6s ease;
}
.btn:hover{
  opacity: 1;
  background-color: #18357e;
  color: #fff;
  background-image: url(../img/yazirushi.png);
  transition:all 0.6s ease;
  background-position: center right 20px;
}
@media (max-width: 1024px){
  .inner{
    padding:0 20px;
  }
}
@media (max-width: 500px){
  .section{
    padding:50px 0;
  }
  .section_pb{
    padding:0 0 50px;
  }
  .ttl h2{
    font-size: 3rem;
  }
  .ttl h2 span {
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 0;
  }
}








/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

.top_img_area{
  position: relative;
}
.top_img_area:before{
  content: "";
  z-index: 3;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-size: 5px 5px;
/*  background-image: radial-gradient(#000 5%, transparent 5%);*/
  background-image: -webkit-radial-gradient(#000 5%, transparent 5%);
  background-image: -moz-radial-gradient(#000 5%, transparent 5%);
  background-image: radial-gradient(#000 5%, transparent 5%);
}
.top_img_ttl{
  width: 80%;
  position: absolute;
  z-index: 10;
  text-align: center;
  top:50%;
  left:50%;
  color: #fff;
  transform: translate(-50%,-50%);
}
.top_img_ttl h2 br{
  display: none;
}
.top_img_ttl h2{
  font-size:3.8rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  margin-bottom: 20px;
}
.top_img_ttl p{
  font-family: 'PT Sans', sans-serif;

}
.zoom-1 img {
  width: 100%;
  height: auto;
  animation: animationZoom1 8s ease-in-out forwards;
}
.zoom {
  width: 300px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px
  }

@keyframes animationZoom1 {
  100% { transform:scale(1.1)} 
}
.top_background_box{
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.top_background_box img{
  width: 100%;
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.about_area p{
  margin:0 auto 40px;
  max-width: 650px;
  line-height: 2;
}



@media (max-width: 1024px){
  .top_background_box {
    height: 560px;
  }
}
@media (max-width: 768px){
  .top_img_ttl h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 500px){
  .top_img_ttl h2 br{
    display: block;
  }
  .top_img_ttl h2{
    font-size:2.4rem;
  }
}
@media (max-width: 320px){
  .top_background_box {
    height: 380px;
  }
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.point_area{
  background: rgb(16,30,66);
  background: linear-gradient(66deg, rgba(16,30,66,1) 0%, rgba(24,53,126,1) 100%);
  color: #fff;
}
.point_area .inner{
  max-width: 1400px;
}
.point_area h2{
  font-size:3rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.point_list{
  margin:70px 0 50px;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}
.point_list li{
  text-align: center;
  padding:50px;
  box-sizing: border-box;
  width: 33.33%;
  border-right: solid 1px #fff;
}
.point_list li h3 {
  background-image: url(../img/point1.svg);
  background-size: 70px;
  background-position: center top 0px;
  background-repeat: no-repeat;
  font-size: 2rem;
  padding-top: 100px;
  margin-bottom: 30px;
}
.point_list li:nth-child(2) h3{
  background-image: url(../img/point2.svg);
}
.point_list li:nth-child(3) h3{
  background-size: 80px;
  background-image: url(../img/point3.svg);
}
.point_list li:last-child{
  border-right: 0;
}
.point_list li p{
  text-align: left;
  width: 70%;
  margin:0 auto;
  font-size:1.4rem;
}
.point_area a{
  max-width: 380px;
  color: #fff;
  border:solid 1px #fff;
  background-image: url(../img/yazirushi.png);
}
.point_area a:hover{
  color: #101e42;
  background-color: #fff;
  background-image: url(../img/yazirushi_b.png);
}
@media (max-width: 1400px){
  .point_area .inner{
    padding:0 20px;
  }
  .point_list li p {
    width: 100%;
  }
}
@media (max-width: 768px){
  .point_list li{
    padding:20px;
  }
}
@media (max-width: 500px){
  .point_area h2 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .point_list li {
    width: 100%;
    padding:30px 20px;
    border-right: 0;
    border-bottom: solid 1px #fff;
  }
  .point_list li:last-child {
    border-right: 0;
    border-bottom:0;
  }
}
@media (max-width: 390px){
  .point_area a{
    max-width: 300px;
  }
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.service_area{
  position: relative;
  padding-top: 250px;

}
.service_area:before{
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  top:0;
  background-image: url(../img/service.jpg);
  background-size:cover;
  background-position: center top 0px;
  background-repeat: no-repeat;
}
.service_contents{
  width: 70%;
  margin:0 auto;
  background-color: rgba(255,255,255,0.9);
  padding:110px 50px 0;
  box-sizing: border-box;
}
.service_contents ul{
  margin:70px 0 40px;
}
.service_contents li{
  width: 33.3333333%;
  position: relative;
}
.service_contents li p{
  font-size:2rem;
  position: absolute;
  text-align: center;
  color: #fff;
  top:50%;
  width: 100%;
  transform: translateY(-50%);
}
.service_contents li p span{
  display: block;
  font-size:1.5rem;
}
@media (max-width: 1400px){
  .service_area {
    padding-top: 170px;
  }
  .service_contents {
    width: 90%;
  }
}
@media (max-width: 768px){
  .service_contents {
    padding: 50px 10px 0;
  }
  .service_contents li p {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px){
  .service_area {
    padding-top: 90px;
  }
  .service_contents .inner{
    padding:0 10px;
  }
  .service_contents li{
    width: 50%;
  }
  .service_contents li p {
    font-size: 1.4rem;
  }
  .service_contents ul {
    margin: 40px 0 30px;
  }
  .service_area:before {
    background-size: 250%;
  }
  .service_contents li p span{
    font-size:1.2rem;
  }
}
@media (max-width: 320px){
  .service_contents li {
    width: 100%;
  }
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.contact_area{
  background-color: #f7f7f7;
}
.contact_tel{
  background-color: #101e42;
  color: #fff;
  text-align: center;
  padding:30px;
  width: 50%;
  margin:40px auto;
  position: relative;
}
.contact_tel p.tel{
  font-size:3rem;
  margin-bottom: 10px;
  font-family: 'Sawarabi Mincho', sans-serif;
}
.contact_tel p.tel a{
  color: #fff;
}
.contact_tel p.tel span{
  font-size:1.5rem;
}
.form_area dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #ddd;
  margin-bottom:15px;
  padding-bottom: 10px;
}
.form_area {
  margin-top: -110px;
  background-color: #fff;
  padding: 160px 50px 110px;
  box-sizing: border-box;
}
.form_area form{
  max-width: 800px;
  margin:0 auto;
}
.form_area dt{
  width: 25%;
}
.form_area dt span{
  color: #a20000;
  padding-left: 7px;
}
.form_area dd{
  width: 75%;
}
.form_area input[type="reset"],
.form_area input[type="button"],
.form_area button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
.form_area input[type="text"],
.form_area input[type="email" i],
.form_area textarea {
  padding: 10px 0;
  outline: none;
  border: 0px solid #595757;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  box-sizing: border-box;
  background-color: inherit;
  letter-spacing: 0.1em;
}
.form_area textarea {
  padding: 10px 0!important;
}
.form_area input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #000 !important;
}
.form_area input[type="text"]:focus,
.form_area input[type="submit" i]:focus,
.form_area select:focus {
  border: 0px solid ;
  outline: 0;
}
.form_area button, html input[type="button"],
.form_area input[type="reset"],
.form_area input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.form_area input::placeholder,
.form_area textarea::placeholder {
  color: #ccc;
}
/* IE */
.form_area input:-ms-input-placeholder,
.form_area textarea:-ms-input-placeholder {
  color: #ccc;
}
/* Edge */
.form_area input::-ms-input-placeholder,
.form_area textarea::-ms-input-placeholder {
  color:#ccc;
}

.form .btn_area{
  text-align: center;
  margin:30px 0 0;
}
.btn_box input[type="submit"] {
  -webkit-transition: all .3s;
  text-transform: uppercase;
  transition: 0.5s;
  margin: 40px auto 0;
  max-width: 280px;
  -webkit-appearance: none;
  display: block;
  filter: grayscale(0%);
  cursor: pointer;
  text-align: center;
  border: 1px solid #18357e;
  letter-spacing: 0.2em;
  padding: 12px 0;
  position: relative;
  z-index: 2;
  border-radius: 50px;
  background-color: #18357e;
  color: #fff;
  max-width: 280px;
  width: 100%;
  font-size: 1.6rem;
}
.btn_box input[type="submit"]:hover{
  background-color: #fff;
  color:#18357e;
}
.mw_wp_form .error {
  font-size: 93%!important;
  color: #000!important;
  display: block;
}
.txt{
  padding:110px 0;
}
input[type="text"],
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  width: 100%;
}

/* ---------------------------------------------------------------------------- /
/   プライバシーポリシー
/ ---------------------------------------------------------------------------- */

/*プライバシーポリシー*/
.privacy_area {
  padding: 50px 0 30px;
  border: solid 1px #808080;
  max-width: 800px;
  margin: 60px auto;
}
.privacy_area .privacyttl{
  margin-bottom: 30px;
  font-family: 'Sawarabi Mincho', sans-serif;
}
.privacy_area .privacyttl{
  font-size:2.2rem;
  text-align:center;
  font-weight:500;
  position: relative;
  padding-bottom: 15px;
}
.privacy_area .privacyttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  border-bottom: solid 1px #808080;
}
.privacy_box{
  max-width: 800px;
  margin:0 auto;
  line-height: 2;
  overflow: auto;
  height: 200px;
  margin-bottom: 1.5em;
  padding:20px;
  box-sizing: border-box;
}
.privacy_box p{
  display: block;
  font-size:1.4rem;
}
.privacy_box h3{
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 500;
  border-bottom: 1px dashed #21295c;
  padding: 10px 0 ;
  margin:30px 0 15px;
  font-size:1.8rem;
  text-align: left;
}
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
@media (max-width: 768px){
  .header.lower {
    height: 60px;
  }
}
@media (max-width: 500px){
  .form_area dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_area dd {
    width: 100%;
  }
  .form_area {
    margin: 0;
    padding: 50px 20px 50px;
  }
  .btn_box input[type="submit"] {
    width: 80%;
    padding: 13px 0;
  }
  .contact_tel {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    margin: 40px auto 0;
  }
  .contact_tel p.tel {
    font-size: 2.5rem;
  }
  .privacy_area .privacyttl {
    font-size: 1.8rem;
  }
  .privacy_area {
    padding: 30px 0 0px;
    margin: 40px auto;
  }
}
@media (max-width: 375px){
  p.tel_bottom{
    font-size:1.2rem;
  }
}
@media (max-width: 320px){
  .contact_tel {
    padding: 20px 11px;
    margin: 40px auto 0;
  }
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

footer{
  position: relative;
  background-color: #171717;
  color: #fff;
  padding: 80px 50px 20px!important;
}

footer .inner{
  max-width: 1080px;
  margin: 0 auto;
}
footer .flex{

}
.footer_left{
  width: 27%;
}
.footer_left .footer_logo a{
  max-width: 180px;
  display: block;
}
.target_link{
  margin-top: 3rem;
}
.target_link h3 {
    text-align: center;
    margin-bottom: 10px;
    border: solid 1px #fff;
    padding: 4px 0;
}
.target_link p{
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.target_link small{
  display: block;
}
.target_link a {
    margin: 10px auto 0;
    display: block;
    color: #fff;
    max-width: 190px;
    border: solid 1px #fff;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    background-image: url(../img/yazirushi.png);
    background-size: 5px;
    background-position: center right 20px;
    background-repeat: no-repeat;
    font-size: 1.1rem;
    transition: all 0.6s ease;
}
.target_link a:hover{
  opacity: 1;
  background-color: #fff;
  color: #1e1e1e;
  transition: all 0.6s ease;
   background-image: url(../img/yazirushi_b.png);
  background-position: center right 15px;
}
.target_link .line{
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #fff;
}
/*----------------------*/
.footer_center{
  width: 30%;
  font-size:1.4rem;
}
.footer_center h3{
  font-size:1.8rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  margin-bottom:5px;
}
.footer_center p a{
  color: #fff;
}
.footer_center a.map{
  margin: 15px 0 30px;
  display: block;
  color: #fff;
  max-width: 150px;
  border: solid 1px #fff;
  border-radius: 50px;
  text-align: center;
  padding: 10px 0;
  background-image: url(../img/yazirushi.png);
  background-size: 5px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  font-size: 1.1rem;
  transition: all 0.6s ease;
}
.footer_center a.map:hover{
  opacity: 1;
  background-color: #fff;
  color: #1e1e1e;
  transition: all 0.6s ease;
   background-image: url(../img/yazirushi_b.png);
  background-position: center right 15px;
}
/*----------------------*/
.footer_center{
  margin-bottom:40px;
}
.footer_right h3{
  color: #fff;
  font-size:2rem;
  font-family: 'PT Sans', sans-serif;
  font-weight:600;
  margin-bottom:30px;
}
.footer_right p{
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size:3rem;
}
.footer_right p a{
  color: #fff;
}
.footer_right p span{
  font-size:1.6rem;
}
.footer_right a.footer_contact{
  margin-top:30px;
  display: block;
  border:solid 1px #fff;
  background-color: #fff;
  border-radius:25px;
  max-width: 280px;
  padding:12px 0 12px 20px;
  text-align: center;
  color: #171717;
  font-weight:500;
  position: relative;
  transition: all 0.6s ease;
}
.footer_right  a.footer_contact:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: 23%;
  background-image: url(../img/mail_b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
}
.footer_right a:hover{
  background-color: #171717;
  color: #fff;
  transition: all 0.6s ease;
}
.footer_right a:hover:before{
  transition: all 0.6s ease;
  background-image: url(../img/contact.png);
}
/*----------------------*/
.copyright{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left:50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-family: 'PT Sans', sans-serif;
}

.copyright a{
  color: #fff;
}
/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index:999;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 40px;
  height: 70px;
  text-align: center;
  background: #171717;
  line-height: 70px;
}
.pagetop a img{
  padding: 19px 0;
  width: 10px;
  line-height: 70px;
}
@media all and (max-width: 1160px) {
  footer{
  padding-left: 40px;
  padding-right: 40px;
  }
}
@media all and (max-width: 768px) {
  .footer_center {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
  }
  .footer_center div{
    width: 50%;
  }
  .footer_right h3 {
    margin-bottom: 16px;
  }
  .footer_right a {
    margin-top: 20px;
  }
  .footer_left {
    width: 30%;
  }
}
@media all and (max-width: 500px) {
  footer {
    padding: 50px 0 20px!important;
  }
  .footer_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_right {
    width: 100%;
  }
  .footer_left .footer_logo a {
    margin: 0 auto 20px;
  }
  .footer_right h3{
    display: none;
  }
  .footer_right p {
    font-size: 2.6rem;
    text-align: center;
  }
  .footer_right a {
    margin: 20px auto 0;
  }
  .footer_center div {
    font-size: 1.2rem;
  }
  .footer_center div{
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
  }
  .footer_center div a.map{
    margin:15px auto 30px;
  }
  .footer_center h3 {
    font-size: 1.6rem;
  }
  .copyright {
    width: 70%;
  }
}

/* ***********************************************************
* #global-nav
* *********************************************************** */

.open #global-nav {
  z-index: 1000;
  visibility: visible;
}

#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}
#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}


/* ***********************************************************
* nav-list
* *********************************************************** */

#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}
.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}


/* ***********************************************************
* #nav-bg
* *********************************************************** */

#nav-bg {
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: 34px;
  right: 35px;
  display: block;
  position: fixed;
  background: #18357e;
  border-radius: 50%!important;
  -webkit-border-radius: 25%;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: scale(.02);  
  -webkit-transform: scale(.02);
}
.open #nav-bg {
  -webkit-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  background-color: rgba(19, 32, 95, 0.8);
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
.sp_circle_menu{
  display: none;
}
@media all and (max-width: 768px) {
  .sp_circle_menu{
    display: block;
  }
  #nav-toggle {
    display: block;
    position: fixed;
    top: 24px;
    right: 24px;
    width: 22px;
    height: 20px;
    cursor: pointer;
    z-index: 99999999999;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }

  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    zoom: 1;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle {
    background: transparent;
  }
  .open #nav-toggle span {
    background: #fff;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    zoom: 1;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    zoom: 1;
  }
}




/* ***********************************************************
* お問い合わせフォーム用
* *********************************************************** */


.kakunin {
  text-align: center;
}

#formarea {
  width: 100%;
  padding: 100px 0;
}

#formWrap {
  width: 70%;
  margin: 0 auto;
  line-height: 120%;
}

table.formTable {
  width: 100%;
  margin: 50px auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 20px;
  line-height: 1.5;
  box-sizing: border-box;
  font-weight: normal;
}

table.formTable th {
  width: 40%;
  font-weight: normal;
  background: #18357e;
  text-align: left;
  color: #fff;
}

p.error_messe {
  margin: 5px 0;
    color: #e0000c;
}

.kakunin h3 {
  font-size: 24px;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.kakunin h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.kakunin p {
  font-size: 14px;
  padding: 30px 0 0;
  line-height: 1.8;
}

input#reset_button {
  width: 200px;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #18357e;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 10px;
  border: solid 1px #18357e;
  border-radius: 50px;
  cursor: pointer;
}

input#reset_button:hover {
  background-color: #fff;
  color: #2869d1;
  transition: 0.3s;
}

input#submit_button {
  cursor: pointer;
  width: 200px;
  padding: 10px 0;
  background-color: #fff;
  color: #18357e;
  text-align: center;
  border: 1px solid #18357e;
  letter-spacing: 0.2em;
  margin: 0 10px;
  border-radius: 50px;
}

input#submit_button:hover {
  background-color: #18357e;
  color: #fff;
  transition: 0.3s;
}

.footer_area {
  text-align: center;
  margin: 0 0 20px 0;
}

@media (max-width: 768px) {
  #formWrap {
  width: 95%;
  margin: 0 auto;
  line-height: 1;
  }
  table.formTable td, table.formTable th {
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  line-height: 1.5;
  display: block;
  box-sizing: border-box;
  }
  table.formTable th{
  border:0;
  }
  input#submit_button {
  margin-bottom: 20px;
  }
}

.thanks {
  padding: 100px 0;
  text-align: center;
}

.thanks .inner h2 {
  font-size: 2.5rem;
}

.thanks .inner p {
  margin-top: 40px;
}

.thanks .inner a{
  margin-top:50px;
}

@media all and (max-width: 500px) {
  .thanks .inner h2 {
  font-size: 1.8rem;
  }
  input#reset_button{
  margin-bottom:20px;
  }
  #formarea{
  padding:50px 0;
  }
  .kakunin h3 {
  font-size: 18px;
  font-family: 'Sawarabi Mincho', sans-serif;
  }
}

/* ***********************************************************
  low_main_area
* *********************************************************** */

.low_main_area{
  background-image: url(../img/low_service.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:100px 0;
}
.low_ttl{
  text-align: center;
  color: #fff;
}
.low_ttl h1{
  font-family: 'PT Sans', sans-serif;
  font-size:3.5rem;
}
.low_ttl h1 span{
  display: block;
  font-size:1.4rem;
    font-family: 'Sawarabi Mincho', sans-serif;
}
.low_ttl2 h2{
  font-size:2.5rem;
  font-family: 'Sawarabi Mincho', sans-serif;
}

/*--------------------------------------------*/
.low_service_list{
  margin:80px 0;
  align-items: stretch;
}
.low_service_list li {
  width: 31%;
  position: relative;
  margin-bottom: 40px;
}
.low_service_list li:before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: solid 1px #18357e;
}
.low_service_list li h3{
  text-align: center;
  padding:20px;
  font-size:1.7rem;
    font-family: 'Sawarabi Mincho', sans-serif;
}
.low_service_list li h3 span{
  font-size:1.5rem;
  display: block;
}
.low_service_list li p{
  padding:0 20px;
}
.low_service_p{
  max-width: 700px;
  margin:70px auto 40px;
  line-height: 1.8;
}
.low_service_area .btn{
  max-width: 380px;
}
.low_company_area{
  background-color: #f7f7f7;
}
.low_company_table{
  background-color: #fff;
  padding:40px;
}
.low_company_area table{
  width: 100%;
  max-width: 700px;
  margin:80px auto;

}
.low_company_area th {
  width: 25%;
  text-align: center;
  padding-left: 10px;
  padding:15px 0 15px 10px;
  border-bottom: 1px solid #18357e;
}
.low_company_area td {
  width: 75%;
  padding:15px 0 15px 40px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 2.2;
}
.low_company_area td a{
  color: #000;
}
.menubg {
  background-color: #fff;
  position: fixed;
  width: 100%;
  transition: all 0.5s ease;
  z-index: 9999;
  height:70px;
}

.hidden {
  background: none;
  transition: all 0.5s ease;
}

.menubg img.logo_a{
  display: none;
}
.hidden img.logo_a{
  display: block;
}
.menubg img.h_logo{
  display: block;
}
.hidden img.h_logo{
  display: none;
}

.menubg .header_menu a{
  color: #000;
}
.hidden .header_menu a{
  color: #fff;
}
@media (max-width: 1200px){
.low_service_list li h3 {
    font-size: 1.7vw;
}

}
@media (max-width: 768px){
  .low_service_list li {
    width: 48%;
    margin-bottom: 30px;
  }
  .low_service_list li h3 {
      font-size: 2.2vw;
  }
}
@media (max-width: 500px){
  .low_ttl h1 {
    font-size: 3rem;
  }
  .low_ttl2 h2 {
    font-size: 2rem;
  }
  .low_service_list li h3{
    padding: 10px 0 5px;
    font-size: 1.7rem;
  }
  .low_service_p {
    margin: 50px auto 40px;
  }
  .low_service_list li {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .low_service_list {
    margin: 40px 0;
  }
  .low_company_area th,
  .low_company_area td{
    display: block;
    width: 100%;
    padding:10px 0;
    text-align: left;
  }
  .low_company_area td{
    border:0;
    padding-bottom:15px;
  }
  .low_company_area th{
    font-weight:600;
  }
  .low_company_table {
    padding: 20px;
  }
  .low_company_area table {
    margin: 40px auto;
  }
}
