
.news-left h2, .section-03 h2, .section-04 h2, .section-05 h2 {
  font-size: 32px;
}
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}
#loading img.loading-logo {
  width: 60px;
  display: block;
  margin-bottom: 10px;
}
#loading img.loading-gif {
  width: auto;
}
.bgimg-slider {
  /*width: 100vw;
    height: 100vh;
    background-position: center center;
    background-size: cover;*/
}
/* =====================
  .section-01
===================== */
.section-01 {
  width: 100%;
  margin-bottom: 180px;
}
.section-01 .container {
  padding-top: 5%;
}
.logo {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 17%;
}
.logo img {
  width: 100px;
}
.tagline {
  position: relative;
  height: 100vh;
}
.mv {
  position: absolute;
  bottom: 0;
  left: 22%;
}
.mv .scroll {
  padding-left: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mv .scroll:after {
  position: absolute;
  top: calc(100% - 5rem);
  left: 50%;
  content: "";
  width: 1px;
  height: 5rem;
  margin: auto;
  background-color: #000;
  animation: scrollAnime 2s ease 0s infinite;
  -ms-animation: scrollAnime 2s ease 0s infinite;
  -webkit-animation: scrollAnime 2s ease 0s infinite;
  -moz-animation: scrollAnime 2s ease 0s infinite;
}
.mv .scroll:before {
  position: absolute;
  top: calc(100% - 5rem);
  left: 50%;
  content: "";
  width: 1px;
  height: 5rem;
  margin: auto;
  background-color: #FFF;
}
/* =====================
  .section-02
===================== */
.section-02 {
  margin-bottom: 180px;
}
.news-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.news-left {
  width: 48%;
  font-size: 18px;
}
.news-left-inner {
  padding: 20px 0 20px 30px;
  border-left: 5px solid #00BBBB;
}
.news-left h2 {
  margin-bottom: 30px;
  line-height: 1.5;
}
.news-left h2 span {
  font-size: 15px;
  display: block;
  letter-spacing: 5px;
}
.news {
  width: 48%;
  border: 1px solid #CCC;
  padding: 30px 15px 30px 30px;
  border-radius: 15px;
  color: #003854;
}
.news-inner {
  height: 450px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 15px;
}
/*スクロールバーの横幅指定*/
.news-inner::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.news-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f0f0f0;
}
/*スクロールバーの色・角丸指定*/
.news-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cdcdcd;
}
.news p {
  margin-bottom: 20px;
}
.news p:last-child {
  margin-bottom: 0;
}
/* =====================
  .section-03
===================== */
.section-03 {
  margin-bottom: 180px;
}
.title-box {
  text-align: center;
  margin-bottom: 45px;
}
.section-03 h2 {
  text-align: center;
  margin: 15px 0 20px 0;
  border-bottom: 5px solid #00BBBB;
  display: inline-block;
}
.section-03 h2 span {}
.section-03 .box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #F5F5F5;
  border-radius: 15px;
  /*background: url(../img/img_sec_03.jpg) left top no-repeat;
  background-size: cover;*/
	  background: linear-gradient(to right, #D9F2FF, #FFDEE9);
  align-items: center;
  padding: 45px;
}
.section-03 .box a {
  width: 48%;
  padding: 60px 0;
  display: block;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
	position: relative;
}
.section-03 .box a:hover {
	background: linear-gradient(to left, #F4FBFF, #FFF2F7);
	color: #1169C2;
}
/* =====================
  .section-04
===================== */
.section-04 {
  margin-bottom: 180px;
}
.section-04 .box-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-04 .box {
  width: 48%;
}
.section-04 h2 {
  padding: 3px 0 3px 30px;
  border-left: 5px solid #00BBBB;
  margin-bottom: 30px;
}
.section-04 h2 span {
  font-size: 15px;
  display: block;
}
.section-04 h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.section-04 .box1 .box-inner {
  display: flex;
  justify-content: space-between;
  background: url(../img/img_sec_04_01.jpg) left top no-repeat;
  background-size: cover;
  align-items: center;
  padding: 45px;
  border-radius: 15px;
  border: 1px solid #DDD;
  height: 640px;
}
.section-04 .box-left {
  width: 48%;
}
.section-04 .box-right {
  width: 48%;
  text-align: center;
}
.section-04 .box-right h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.section-04 .box-right ul li {
  border: 1px solid #DDD;
  border-radius: 15px;
  background: #FFF;
  margin-bottom: 15px;
  list-style: none;
}
.section-04 .box-right ul li a {
  padding: 15px;
  display: block;
  text-decoration: none;
}
.section-04 .box-right ul li:last-child {
  margin-bottom: 0;
}
.section-04 .box2 .box-inner {
  background: #F5F5F5;
  /*display: flex;
  align-items: center;*/
  padding: 45px;
  border-radius: 15px;
  border: 1px solid #DDD;
  height: 640px;
	overflow: auto;
}
.section-04 ul {
  margin-left: 15px;
}
.section-04 ul li {
  list-style: square;
  margin-bottom: 30px;
}
.section-04 .box.box2 ul li {
	font-size: 13px;
	line-height: 1.6;
    color: #003854;
}
.section-04 ul li:last-child {
  margin-bottom: 0;
}
/* =====================
  .section-05
===================== */
.section-05 {
  margin-bottom: 60px;
}
.section-05 h2 {
  padding: 3px 0 3px 30px;
  border-left: 5px solid #00BBBB;
  margin-bottom: 30px;
}
.section-05 h2 span {
  font-size: 15px;
  display: block;
}
.section-05 ul {
  display: flex;
  justify-content: space-between;
}
.section-05 ul li {
  width: 32%;
}
.section-05 ul li a {
  display: block;
  padding: 45px 0;
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 15px;
  background: #E7F9F9;
  text-decoration: none;
  font-size: 18px;
	position: relative;
}
/* =====================
  .section-06
===================== */
.section-06 {
  margin-bottom: 180px;
}
.section-06 ul {
  display: flex;
  justify-content: center;
}
.section-06 ul li {
  width: 25%;
  margin: 0 10px;
}
.section-06 ul li img {
  width: 100%;
}
.section-06 ul li a {
  display: block;
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 15px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scrollAnime {
  0% {
    top: calc(100% - 80px);
    bottom: auto;
    height: 0;
  }
  24% {
    top: calc(100% - 80px);
    bottom: auto;
  }
  25% {
    top: auto;
    bottom: 0;
    height: 80px;
  }
  50% {
    top: auto;
    bottom: 0;
    height: 0;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}
@keyframes scrollAnimeSp {
  0% {
    top: auto;
    bottom: 0;
    height: 0;
  }
  24% {
    top: auto;
    bottom: 0;
  }
  25% {
    top: calc(100% - 80px);
    bottom: auto;
    height: 80px;
  }
  50% {
    top: calc(100% - 80px);
    bottom: auto;
    height: 0;
  }
  100% {
    top: calc(100% - 80px);
    bottom: auto;
    height: 0;
  }
}
@keyframes bgAnime {
  0% {
    background-position: 55% center;
    -webkit-transform: rotate(0.1deg);
    transform: rotate(0.1deg);
  }
  100% {
    background-position: 90% center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  .section-01, .section-02, .section-03, .section-04, .section-05, .section-06 {
    margin-bottom: 60px;
  }
  .news-wrapper, .section-03 .box, .section-04 .box-wrapper, .section-05 ul, .section-06 ul {
    display: block;
  }
  .news-left, .news, .section-03 .box a, .section-04 .box, .section-04 .box-left, .section-04 .box-right, .section-05 ul li, .section-06 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
	.section-03 .box {
		padding: 30px;
	}
	.section-03 .box a {
		padding: 30px 0;
		font-size: 18px;
	}
  .section-04 .box1 .box-inner, .section-04 .box2 .box-inner {
    display: block;
    padding: 30px;
    height: auto;
  }
  .section-04 .box.box1 {
    margin-bottom: 60px;
  }
	.section-04 .box-right ul li a {
    padding: 20px 15px;
}
  .section-06 ul li {
    margin: 0 0 15px 0;
  }
  .news-left h2, .section-03 h2, .section-04 h2, .section-05 h2 {
    font-size: 28px;
  }
	.section-03 .box a:last-child {
  margin-bottom: 0;
}
  .sp-none {
    display: none;
  }
  .sp-see {
    display: block;
  }
	.mv {
    display: none;
}
.news {
    background: linear-gradient(to right, #f3fffd, #fffff1);
}
}