@charset "UTF-8";

article {
  height: 1000px;
  margin: 100px auto;
  text-align: center;
  line-height: 1.9;
}
article p {
  margin-bottom: 1em;
}
a {
  color: #0b8793;
}

@media screen and (min-width: 769px) {
a.-tel {
  color: #24293c;
  pointer-events: none;
}
}
#main-visual {
  background: #1d76a6;
  background: -webkit-linear-gradient(-45deg, #0062B8, #850047);
  background:    -moz-linear-gradient(-45deg, #0062B8, #850047);
  background:     -ms-linear-gradient(-45deg, #0062B8, #850047);
  background:      -o-linear-gradient(-45deg, #0062B8, #850047);
  background:         linear-gradient(-45deg, #0062B8, #850047);
  height: 700px;
}
.content{
  padding: 64px 0 64px;
  border-top: 1px solid #c9c9c9;
  position: relative;
}
.content:before{
  content: "";
  width: 55px;
  height: 56px;
  margin: 0 auto;
  top: -29px;
  left: 0;
  right: 0;
  position: absolute;
  background: url(../img/icon01.svg) no-repeat;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
.ttl{
  margin-bottom: 60px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4px;
  position: relative;
}
.ttl:after{
  content: "";
  width: 42px;
  height: 2px;
  margin: 0 auto;
  background: #e6140e;
  bottom: -30px;
  left: 0;
  right: 0;
  position: absolute;
}
.ttl .size{
  font-size: 39px;
}
.ttl .sub{
  font-size: 15px;
  display: block;
}
.txt,
.txt02{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 2px;
}
.txt .color{
  color: #e6140e;
}

@media screen and (min-width: 769px) {
  .content{/*
    margin: 100px auto -100px;*/
  }
}
@media screen and (max-width: 768px) {
  .ttl{
    font-size: 8vw;
  }
  .ttl:after{
    bottom: -20px;
  }
  .ttl .size{
    font-size: 7.5vw;
  }
  .txt,
  .txt02{
    font-size: 3.8vw;
    line-height: 2.0;
  }
  .content{
    padding: 12vw 0 14vw;
  }
  .content:before{
    width: 45px;
    height: 46px;
    top: -24px;
  }
  .content form table{
    width: 100%;
  }
}

/* header */
#top-head {
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  line-height: 1;
  z-index: 999;
  border-bottom: 1px solid #c9c9c9;
}
#top-head .inner{
  width: 97%;
}
#top-head a,
#top-head {
  color: #fff;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  width: 172px;
  float: left;
  font-size: 36px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
#global-nav ul li {
  float: left;
  position: relative;
}
#global-nav ul li a {
  padding: 0 17px;
  color: #2f3e4f;
  font-size: 13px;
  font-weight: 500;
}

/* Btn Hover */
#global-nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: -20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}



/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  background: #fff;
  background: rgba(255,255,255,.7);

  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}





/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-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: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}


/*  main  */

.slick-track{
  height: 41vw;
  justify-content: center;
  align-items: center;
}
.slick-slide img{
  width: 100%;
}



@media screen and (max-width: 980px) {
  article {
    padding: 0 30px;
  }
  #global-nav ul li a {
    padding: 0 20px;
  }
  #top-head.fixed #global-nav ul li a {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  #top-head.fixed {
    height: 70px;
  }
  .main{
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #main-visual {
    height: 300px;
  }


  #top-head{
    width: 100%;
    padding: 0;
  }
  .inner {
    width: 88%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }


  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    width: 37vw;
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }

  #global-nav {
    position: absolute;
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    border-bottom: 1px solid #555;
  }
  #global-nav ul li:last-child{
    border-bottom: none;
  }
  #global-nav ul li:after{
    display: none;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 22px 0;
  }
  #nav-toggle {
    display: block;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .main{
    margin-top: 56px;
    height: 120vw;
  }
  #top-head .inner{
    width: 100%;
  }
  .slick-slider{
    height: 120vw;
  }
  .slick-track{
    height: 120vw;
  }


}



/*  concept  */
#concept{
  background: url(../img/bg.png) repeat;
}
#concept .txt{
  text-align: center;
}
#concept .txt_bold{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 11px;
}
#concept .txt_bold .color{
  color: #e6140e;
}
@media screen and (min-width: 769px) {
  #concept{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #concept .txt{
    text-align: left;
  }
  #concept .txt_bold{
    font-size: 6vw;
    text-align: left;
    letter-spacing: 6px;
  }
}



/*  business  */
#business .txt{
  margin-bottom: 30px;
}
#business .btn a{
  width: 370px;
  padding: 25px 0;
  display: block;
  background: #24293c;
  text-align: center;
}
#business .btn span{
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 18px;
  letter-spacing: 3px;
}
#business .btn span:after{
  content: "";
  width: 19px;
  height: 8px;
  top: 9px;
  right: -30px;
  position: absolute;
  background: url(../img/btn_icon.svg) no-repeat;
  transition: all .2s;
}
@media screen and (min-width: 769px) {
  #business ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #business li:first-child{
    margin-top: 55px;
  }
  #business .btn:hover span::after {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  #business ul{
    display: grid;
  }
  #business li:first-child{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
　  -webkit-order:2;
    order: 2;
  }
  #business li:last-child{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
　  -webkit-order:1;
    order: 1;
    margin-bottom: 6vw;
  }
  #business .btn a{
    width: 100%;
  }
  #business .btn span{
    font-size: 3.8vw;
  }
  #business .btn span:after{
    top: 1.6vw;
  }
}

/*  news  */
#news{
  background: url(../img/bg.png) repeat;
}
#news li{
  margin-bottom: 10px;
  background: #fff;
}
#news .day{
  width: 148px;
  padding: 30px 0 30px 46px;
  color: #e6140e;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
#news .news-ttl{
  padding: 30px 46px 30px 0;
  color: #24293c;
  font-size: 14px;
  font-weight: 200;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #news .inner{
    width: 860px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #news .day{
    width: 100%;
    padding: 4vw 5vw 3vw;
    display: block;
  }
  #news .news-ttl{
    width: 100%;
    padding: 0 5vw 4vw;
    display: block;
  }
}



/*  contact  */
#contact .txt{
  margin-bottom: 14px;
  font-size: 10px;
  text-align: center;
}
#contact .txt sup{
  color: #e6140e;
  vertical-align: middle;
}
#contact th{
  width: 200px;
  padding: 8px 0 30px;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  vertical-align: top;
}
#contact td{
  width: 440px;
  padding: 0 0 30px;
}
#contact th sup{
  color: #e6140e;
  font-size: 6px;
}
#contact input[type="text"]{
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #cacfd4;
  box-sizing: border-box;
  background: #f7f7f8;
}
#contact textarea{
  width: 100%;
  height: 166px;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #cacfd4;
  box-sizing: border-box;
  background: #f7f7f8;
}
input::placeholder,
textarea::placeholder{
  color: #babbbe;
}
#contact .btn button,
#contact.complete .btn a{
  width: 370px;
  margin: 20px auto 0;
  padding: 25px 0;
  display: block;
  background: #24293c;
  text-align: center;
}
#contact .btn button span,
#contact.complete .btn span{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: 3px;
}
#contact .btn span:after,
#contact.complete .btn span:after{
  content: "";
  width: 19px;
  height: 8px;
  top: 9px;
  right: -30px;
  position: absolute;
  background: url(../img/btn_icon.svg) no-repeat;
  transition: all .2s;
}
#contact .errMsg.chkrequired{
  margin-top: 6px;
  padding: 3px 11px;
  color: #fff;
  background: #ea4d54;
  border-radius: 50px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #contact .inner{
    width: 640px;
  }
  #contact .btn:hover span::after,
  #contact.complete a:hover span::after {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  #contact .btn button,
  #contact.complete .btn a{
    width: 100%;
  }
  #contact th{
    width: 100%;
    padding-bottom: 2vw;
    display: block;
  }
  #contact td{
    width: 100%;
    padding-bottom: 5vw;
    display: block;
  }
}



/*  company  */
#company{
  background: url(../img/bg.png) repeat;
}
#company table{
  margin-bottom: 60px;
}
#company th{
  width: 180px;
  padding: 40px 0;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ce0606;
}
#company td{
  width: 520px;
  padding: 40px 0 40px 30px;
  font-size: 14px;
  border-bottom: 1px solid #cacfd4;
}
#company table span{
  margin-bottom: 8px;
  padding-left: 16px;
  display: block;
  position: relative;
}
#company table span:before{
  content: "・";
  width: 19px;
  left: 0;
  position: absolute;
}
#company .box{
  margin-bottom: 30px;
  padding-bottom: 20px;
  background: #fff;
}
#company .box .ttl02{
  margin-bottom: 20px;
  padding: 10px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background: #24293c;
}
#company .box .txt{
  text-align: center;
}
#company .box .txt span{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
#company .box .txt02{
  margin: 20px 40px 10px 40px;
  padding-top: 20px;
  border-top: 1px solid #DDD;
  line-height: 1.6;
  text-align: center;
}
#company .box .txt02 a{
  display: inline-block;
  margin-top: 10px;
}
#company .btn a{
  width: 370px;
  margin: 0 auto;
  padding: 25px 0;
  display: block;
  background: #24293c;
  text-align: center;
}
#company .btn span{
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 18px;
  letter-spacing: 3px;
}
#company .btn span:after{
  content: "";
  width: 19px;
  height: 8px;
  top: 9px;
  right: -30px;
  position: absolute;
  background: url(../img/btn_icon.svg) no-repeat;
  transition: all .2s;
}
@media screen and (min-width: 769px) {
  #company .btn:hover span::after {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  #company table{
    margin-bottom: 7vw;
  }
  #company td{
    width: 110vw;
    padding: 6.5vw 0 6.5vw 6vw;
  }
  #company th{
    padding: 6.5vw 0;
  }
  #company .box{
    padding: 0 0 2vw 0;
  }
  #company .box .ttl02{
    font-size: 17px;
  }
  #company .txt{
    width: 92%;
    margin: 0 auto;
  }
  #company .box .txt span{
    font-size: 18px;
  }
  #company .box .txt02{
    margin: 20px 20px 10px 20px;
    padding-top: 20px;
  }
  #company .box .txt02 a{
    display: inline-block;
    margin-top: 10px;
  }
  #company .btn a{
    width: 100%;
  }
  #company .btn span{
    font-size: 3.8vw;
  }
  #company .btn span:after{
    top: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  #company .inner{
    width: 700px;
  }
}


/*  footer  */
#footer{
  margin-bottom: 0;
  padding: 105px 0 88px;
  background: #f8f8f8;
}
#footer .f-logo{
  width: 173px;
  margin: 0 auto 30px;
  text-align: center;
}
#footer .txt{
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 2.3;
}
#footer .f-txt{
  padding-top: 30px;
  position: relative;
  letter-spacing: 1.4px;
}
#footer .f-txt:after{
  content: "";
  width: 11px;
  height: 11px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: url(../img/icon02.png) no-repeat;
}


.copyright{
  padding: 22px 0;
  color: #c8c8c8;
  font-size: 11px;
  text-align: center;
  background: #1e1f22;
  position: relative;
  z-index: 5;
}
.c-copyright{
  width: 100%;
  bottom: 0;
  position: fixed;
}
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #24293c;
  z-index: 10;
}
#page_top a{
  position: relative;
  display: block;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  background: url(../img/pagetop.svg) no-repeat;
  font-weight: 900;
  content: '';
  position: absolute;
  width: 17px;
  height: 9px;
  top: 18px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


@media screen and (max-width: 768px) {
  #footer{
    padding: 18vw 0 13vw;
  }
  #contact .btn button span,
  #contact.complete .btn a span,
  #contact.confirm .btn a span{
    font-size: 3.8vw;
  }
  #contact .btn span:after,
  #contact.complete .btn a span:after,
  #contact.confirm .btn a span:after{
    top: 1.6vw;
  }
}


/* confirm_complete */
#contact.complete .txt{
  margin-bottom: 30px;
  font-size: 16px;
}
#contact .btn.back button,
#contact.complete .btn.back a{
  background: #9f9793;
}
#contact .btn.back button span:after,
#contact.complete .btn.back span:after{
  content: "";
  width: 19px;
  height: 8px;
  top: 9px;
  left: -30px;
  position: absolute;
  background: url(../img/btn_icon02.svg) no-repeat;
  transition: all .2s;
}
#contact .btn.back:hover span::after {
    left: -40px;
  }

@media screen and (min-width: 769px) {
  #contact.complete,
  #contact.confirm{
    margin-top: 0;
  }

  #contact.confirm .btn-area{
    display: flex;
  }
  #contact.confirm .btn-area .btn:first-child{
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contact.complete,
  #contact.confirm{
    margin-top: 56px;
  }
}


@media screen and (min-width: 769px) {
  #policy .inner{
    width: 780px;
  }
  #policy .inner ul li{
    margin-top: 20px;
    margin-left: 2rem;
    list-style-type: decimal;
    font-size: 16px;
    line-height: 1.8;
  }
  #policy .inner .txt_contact{
    margin-top: 30px;
    font-size: 16px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #policy{
    margin-top: 56px;
  }
}



