@charset "UTF-8";
/* CSS Document */
.sp{
  display: none;
}
.header {
  box-sizing: border-box;
  padding: 14px;
  width: 100% ;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
body:not(.home) header{
  background-color: #3E628C;
  position: relative;

}
.header__container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.header h1 {
  line-height: 1;
  position: absolute;
  left: 40px;
  top: 15px;
}
.header h1 a {
  color: #fff;
  text-shadow: 1px 1px 1px #999999;
  text-decoration: none;
  font-size: 2.4rem;
}
.header__navigation {
  display: block;
  text-align: right;
}
.header__navigation ul{
  margin-right: 40px;
}
.header__navigation ul li {
  display: inline-block;
  margin-left: 40px;
  padding-top:16px;
}
.header__navigation ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.mainvisual {
  width: 100%;
}
.mainvisual-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
/*/
  background-image:url("../img/sky.png");
  background-repeat: no-repeat;
  background-position: center;
  /*/
}
/*/
.mainvisual-container img {
  width: 130px;
  height: 125px;
  position: relative;
  padding: 60px 0 0 120px;
}
/*/
.mainvisual-container .main-txt {
  padding: 60px 0 0 0px;
  position: relative;
  z-index: 1;
}
.mainvisual-container .main-txt h2{
  animation: maintxtfade 2s 1s ease forwards;
  position: relative;
  opacity: 0;
}
.mainvisual-container .main-txt p{
  opacity: 0;
  animation: maintxtfade 2s ease 1.5s forwards;
  position: relative;
}
@keyframes maintxtfade{
  0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}
.mainvisual-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainvisual-img img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  animation: visualzoom 20s ease forwards;
}
@keyframes visualzoom{
  0% {
    transform: scale(100%);
  }
  100% {
    transform: scale(120%);
  }
}
.mainvisual-container h2 {
  font-size: 6.4rem;  
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.mainvisual-container p {
  font-size: 1.8rem;
  padding-top: 40px;
  line-height: 1.75;
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
  flex-direction: column;
}

.section-top {
  padding-bottom: 120px;
  background-color: #E1E5E9;
}
.section-top h3 {
  padding-top: 120px;
  font-size: 3.6rem;
  line-height: 4.0rem;
  font-family: 'Raleway', sans-serif;
}
.section-top p {
  padding-top: 24px;
  font-size: 2.0rem;
  line-height: 1.8;
}
.section-business {
  color: #fff;
/*/
 background-color: #CBD2DA;
/*/
/*/
background:linear-gradient(45deg, #3e628c,#2c4664,#758eac);
/*/
background:linear-gradient(45deg, #403e8c,#3e628c,#3e8a8c);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  padding: 100px 0;
}
@keyframes bggradient{
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.section-business  h2 {
  color: #fff;
  font-size: 4.8rem;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 100px;
  line-height: 1;
}
.section-business ul {
  margin: 0 auto;
}
.section-business ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto 150px;
  border-radius: 6px;
  text-align: left;
  max-width: 1080px;
}
.section-business ul li:nth-child(2n){
  flex-direction: row-reverse;
}
.section-business ul li:last-of-type{
  margin-bottom: 0;
}
.section-business__item-txt{
  width: 52%;
}
.section-business__item-img{
  width: 48%;
  padding-left: 30px;
  margin: 0;
}
.section-business li:nth-child(2n) .section-business__item-img{
  padding-right: 30px;
}

.section-business__item-img img{
  max-width: 100%;
}
.section-business__item-title {
  font-size: 3.2rem;
  padding: 0px 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
/*/
.section-business__item-title:before{
  content:"";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #cc6d00;
  margin-right: 5px;
  vertical-align: middle;
}/*/
.section-business__item-description {
  font-size: 2rem;
  padding: 0 30px;
  letter-spacing: 0.01em;
}
.section-business__item-numlist{
  font-size: 2rem;
  padding: 0 30px;
  letter-spacing: 0.01em;
  margin: 0 20px;
}
.section-business .section-business__item-numlist li{
  margin-bottom: 0;
  display: list-item;
}
.section-news {
  background-color: #E1E5E9;
  box-sizing: border-box;
  padding: 100px 20px;
}
.section-news h2 {
  margin-bottom: 100px;
  font-size: 4.8rem;
  font-family: 'Raleway', sans-serif;
}
.section-news_list.is-active li{
  animation: maintxtfade 2s ease forwards;
}

.section-news_list.is-active li:nth-child(1){
}
.section-news_list.is-active li:nth-child(2){
  animation-delay: 0.3s;
}
.section-news_list.is-active li:nth-child(3){
  animation-delay: 0.6s;
}
.section-news ol {
  list-style-type: none;
  margin-bottom: 60px;
}
.section-news ol li {
  opacity: 0;
  position: relative;
  background-color: #fafafa;
  display:flex;
  align-items: center;
  text-align: left;
  font-size: 1.8rem;
  border-bottom: solid 1px #758eac;
  margin: 0 auto 30px;
  max-width: 840px;
  padding: 20px;
}
.section-news ol li:last-of-type{
  margin-bottom: 0;
}
.section-news li time {
  font-weight: 600;
  font-size: 1.4rem;
  width: 120px;
}
.section-news h3 {
  font-weight: 600;
  font-size: 1.4rem;
  border-bottom: none;
  max-width: 300px;
}
.section-news p {
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 20px;
}
@media (min-width:768px) {
  .section-news p {
    flex: 1;
  }
}
.btn-button {
  border-radius: 60px;
  background-color: #C86D00;
  font-size: 2.0rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  width: 60%;
  max-width: 400px;
  height: 70px;
  position: relative;
}
.btn-news{
  height: 45px;
  width: 90%;
}
a.btn-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0;
}
.btn-button:before,
.btn-button:after{
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 25px;
}
.btn-button:after{
  background: url(../img/ico_arrow_right.svg);
/*/
  animation: btnswing 2s ease infinite;
  /*/
}
@keyframes btnswing{
  0% {
    transform: translateX(-25px);
  }
  75% {
    transform: translateX(-13px);
  }
  100% {
    transform: translateX(-25px);
  }
}

.section-company {
  background-color: #CBD2DA;
  padding: 100px 20px;
}
.section-company h2{
  font-size: 4.8rem;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 100px;
}
.section-company .company_list{
}
.section-company .company_list > li{
  display:flex;
  max-width: 650px;
  margin:0 auto 30px;
  text-align: left;
  font-size: 1.8rem;
}
.section-company .company_list > li:last-child {
  margin-bottom: 0;
}
.section-company h3{
  width: 195px;
}
.section-company li p{
  flex: 1;
}
.company_list_business{
  list-style: none;
  flex: 1;
}
.company_list_business li{
  display: inline-block;
}
/*
.company_list_business li:not(:last-of-type):after{
  content: "、"
}
  */
.section-contact {
  background-color: #E1E5E9;
  padding: 100px 20px;
}
.section-contact h2{
  font-size: 4.8rem;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 100px;
}
.section-contact p{
  font-size: 1.8rem;
  padding-bottom: 60px;
  margin: 0 auto;
}
.ajax-loader {
  display: none !important;
}
.footer {
  background-color: #3E628C;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1;
}
.footer__container {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-map {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  box-sizing: border-box;
}
.site-map h2 {
  font-weight: 700;
}
.site-map_col01{
  
}
.site-map_col02{
  display: flex;
}
.site-map__main {
  max-width: 180px;
}
.site-map__main li {
  text-align: left;
  margin-bottom: 5px;
}
.site-map__otherlinks {
  margin-left: 60px;
}
.site-map__otherlinks li {
  text-align: left;
  margin-bottom: 5px;
}
.site-map__links {
  max-width: 220px;
  margin-left: 60px;
}
.site-map  a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  padding: 5px;
}
.site-map h2 a {
  color: #fff;
  text-decoration: none;
  font-size: 2.6rem;
}
.site-map__links div {
  text-align: left;
}
.site-map__sns{
  display: flex;
  padding: 20px 5px 0;
}
.site-map__sns img {
  width: 100%;
}
.site-map__sns li {
  width: 25px;
}
.site-map__sns li:not(:last-of-type){
  margin-right: 10px;
}
.site-map__sns li a{
  padding: 0;
}
.footer small {
  padding: 40px 0 0 0;
  clear: both;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

@media (max-width:767px) {
  .sp{
    display: block;
  }
  /* ハンバーガーアイコン */
  #nav-drawer {
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
    cursor: pointer;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #fff;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #fafafa;
    text-align: left;
    padding: 15px 24px 0;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__title {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 46px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
  	display: block;
    margin-left: 0;
    padding-top: 0;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    display: block;
    padding: 24px;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
  .header__navigation ul{
    margin-right: 0;
  }
  .header{
    height: 60px;
  }
  .header h1{
    left: 0;
    top: 5px;
  }
  .header h1 a {
    font-size: 2.0rem;
  }
  .mainvisual-container {
    height: 400px;
  }
  .mainvisual-container div {
	margin: 0 auto;
  }
  .mainvisual-container img {
  }
  .mainvisual-container div h2 {
	font-size: 2.4rem;
  }
  .mainvisual-container div p {
	font-size: 1.4rem ;	
  }
  .section-top{
    padding-bottom: 40px;
  }
  .section-top h3 {
	font-size: 2.8rem;
  padding-top: 40px;	
  }
  .section-top p {
	padding: 0 20px;
	font-size: 1.4rem !important;
  }
  .section-business {
    padding: 40px 20px;
  }
  .section-business h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .section-business__item-title {
  	font-size: 2rem;
    padding: 0;
    margin-bottom: 16px;
  }
  .section-business ul li{
    display: block;
    margin-bottom: 80px;
  }
  .section-business__item-img{
    padding: 0;
    width: 80%;
    margin: 0 auto 20px;
    max-width: 250px
    ;
  }
  .section-business li:nth-child(2n) .section-business__item-img{
    padding-right: 0;
  }
  .section-business__item-txt{
    width: 100%;
  }
  .section-business__item-description{
    padding: 0;
    font-size: 1.4rem;
  }
  .section-business__item-numlist{
    padding: 0;
    font-size: 1.4rem;
  }

  .section-news{
    padding: 40px 20px;
  }
  .section-news h2 {
	font-size: 2.8rem;
  margin-bottom: 40px;	
  }
  .section-news ol li{
    flex-wrap: wrap;
  }

  .section-news li time {
  }
  .section-news h3 {
    margin-left: 5px;
  }
  .section-news p {
    width: 100%;
    padding-left: 0;
  }
  .section-company {
    padding: 40px 20px;
  }
  .section-company h2 {
	font-size: 2.8rem;
  margin-bottom: 40px;
  }
  .section-company .company_list > li {
    display: block;
    font-size: 1.4rem;
  }
  .section-company h3{
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 5px;
  }
  .section-company h3:before{
    content: "";
    background-color: #C86D00;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  
  .btn-button{
    font-size: 1.4rem;
    height: 50px;
    width: 100%;
  }
  .section-contact{
    padding: 40px 20px;
  }
  .section-contact h2 {
	font-size: 2.8rem;
  margin-bottom: 40px;
  }
  .section-contact p {
	padding: 0 20px;
	font-size: 1.4rem;
  margin-bottom: 40px;
  }

 .footer__container nav {
   display: inline-block;
 }
 .site-map_col02{
   justify-content: space-around;
   padding-top: 20px;
 }

 .site-map h2{
   padding: 0;
   text-align: center;
 }
 .site-map__main {
 }
 
 .site-map__main li {
   padding: 0 20px 0 0;
   margin-left: auto;
   margin-right: auto;
   display: block;
 }
 .site-map__main li:last-child {
   padding: 0 ;
 }
 .site-map__otherlinks li{
  padding: 0 20px 0 0;
   margin-left: auto;
   margin-right: auto;
   display: block;
 }
  .site-map__links {
 }
 .site-map__links div {
 }
 .site-map__links li {
   padding-top: 10px;
   margin: 0 10px 0 10px;
 }
 .site-map__links li:last-child {
 }
 .site-map__sns {
  display: flex;
  padding-left: 0;
 }
 .footer small {
  padding: 60px 0 0 0;		
 }
}