@charset "utf-8";

/*slick setting*/
.slick-prev:before, .slick-next:before {
  color: #404040;
}
.slick-dots {
  position: absolute;
  bottom: 100px;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
}
.slick-slide {
  position: relative;
}
.slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 40px);
  padding: 20px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: .3s ease;
}
.slick-current .caption {
  opacity: 1;
  transition-delay: .5s;
}
/* =====================
  .slider-01
===================== */
.slider-01-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 2%;
}
.slider-01-wrapper .controls {
  width: 28%;
  position: relative;
}
.slider-01-wrapper .controls-inner {
  position: absolute;
  top: 40%;
  left: 58%;
  transform: translateY(-40%) translateX(-53%);
  -webkit- transform: translateY(-40%) translateX(-53%);
  width: 100%;
}
.slider-01-wrapper .caption {
  font-size: 18px;
  line-height: 2.3;
}
.slider-01-wrapper .slide-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slider-01-wrapper .slide-dots li {
  display: inline-block;
}
.slider-01-wrapper .slide-dots li button {
  position: relative;
  padding: 15px 55px;
  text-indent: -9999px;
}
.slider-01-wrapper .slide-dots li button::before {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #c0c0c0;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.slider-01-wrapper .slide-dots li.slick-active button::before {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #14bcd0;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.slider-01-wrapper .slider-01-box .slick-dots {
  position: absolute;
  bottom: -45px;
}
.slider-01-wrapper .slide-dots li {
  list-style: none;
  font-size: 0;
  margin-right: 8px;
}
.slide-dots li:hover, .slide-dots li button:hover {
  cursor: pointer;
}
.slider-01-box {
  width: 70%;
  position: relative;
}
.slider-01-box .tagline {
  position: absolute;
  right: -3px;
  bottom: -3px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 42px;
  color: #FFF;
  font-weight: normal;
  opacity: 0;
  font-size: clamp(20px, 3vw, 42px);
}
#slider-01 {
  opacity: 0;
  transition: opacity .3s linear;
}
#slider-01 .slick-slide img {
  width: 100%;
}
#slider-01 .slick-slide {
  position: relative;
}
#slider-01 .slick-slide .caption {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 2;
  color: #404040;
  font-size: 38px;
  opacity: 0;
  transition: .3s ease;
}
#slider-01 .slick-current .caption {
  opacity: 1;
  transition-delay: .5s;
}
#slider-01.slick-initialized {
  opacity: 1;
}
.features {
  padding: 90px 0;
}
#slider-01 .slick-slide img {
  transform-origin: center top;
  transform: scale(1.1);
  transition: 15s ease-out;
}
#slider-01 .slick-slide.slick-active img {
  transform: scale(1.0);
}
/* =====================
  .slider-02
===================== */
.slider-02-wrapper {
  position: relative;
  max-width: calc(100% - (53% - (30rem / 2)));
  width: calc(100% - 2rem);
  margin-left: 0;
  margin-right: auto;
}
.slider-02-wrapper .controls {
  width: 500px;
  display: block;
  position: absolute;
  right: -330px;
  bottom: -150px;
  z-index: 1;
  /*word-break: break-all;*/
  background: #FFF;
  text-align: center;
}
#slider-02 .slick-slide img {
  width: 100%;
}
#slider-02 .slick-slide {
  position: relative;
}
#slider-02 .slick-slide .caption {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  color: #404040;
  font-size: 38px;
  opacity: 0;
  transition: .3s ease;
}
#slider-02 .slick-current .caption {
  opacity: 1;
  transition-delay: .5s;
}
.slider-02-wrapper .slide-dots {
  position: absolute;
  top: -80px;
  right: 40px;
}
.slider-02-wrapper .slide-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slider-02-wrapper .slide-dots li {
  display: inline-block;
}
.slider-02-wrapper .slide-dots li button {
  position: relative;
  padding: 15px 25px;
  text-indent: -9999px;
}
.slider-02-wrapper .slide-dots li button::before {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #c0c0c0;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.slider-02-wrapper .slide-dots li.slick-active button::before {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #14bcd0;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.slider-02-wrapper .slide-dots li {
  list-style: none;
  font-size: 0;
  margin-right: 8px;
}
.slide-dots li:hover, .slide-dots li button:hover {
  cursor: pointer;
}
.slider-02-wrapper .slick-counter {
  position: absolute;
  top: 140px;
  right: -100px;
  font-size: 28px;
  letter-spacing: -2px;
  font-weight: 100;
}
.slider-02-wrapper .slick-next {
  right: 25px;
  z-index: 2;
}
.slider-02-wrapper .slick-prev {
  left: 25px;
  z-index: 2;
}
.slider-02-wrapper .slick-list.draggable {}
.slider-02-wrapper .caption.slick-slide a {
  padding: 60px 45px;
  background: #FFF;
  line-height: 2.2;
  font-size: 16px;
    display: block;
    text-decoration: none;
}
h1 {
  margin-bottom: 60px;
}
h1 span.t-01 {
  font-size: 32px;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 5px;
  opacity: 0;
  font-size: clamp(18px, 2vw, 32px);
    display: block;
    margin-bottom: 15px;
}
h1 span.t-02 {
  font-size: 14px;
  display: block;
  margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  opacity: 0;
  line-height: 1.6;
  font-size: clamp(10px, 1vw, 14px);
}
.caption-wrapper-01 {
  font-weight: 500;
}
/* =====================
  .btn-choice
===================== */
.btn-choice {
  background: #f0f0f0;
  padding: 120px 60px;
  margin-top: -90px;
  padding-top: 180px;
  z-index: -1;
}
.btn-choice ul {
  display: flex;
  justify-content: center;
}
.btn-choice ul li {
  width: 40%;
  border-radius: 10px;
  margin: 0 30px
}
.btn-choice ul li a {
  color: #FFF;
  padding: 50px 45px 50px 0;
  display: block;
  text-decoration: none;
}
.btn-choice ul li.choice-01 a {
  /*background:linear-gradient(90deg, #007083 0%, #6be0f3 100%),url("../../assets/img/icon_more.png") 96% 88% no-repeat;*/
  background-size: auto 35px;
  position: relative;
  z-index: -1;
     background: rgb(0,112,131);
background: linear-gradient(90deg, rgba(0,112,131,1) 0%, rgba(107,224,243,1) 100%); 
}
/*.btn-choice ul li.choice-01 a:hover {
  background: #19d0e6 url("../../assets/img/icon_more.png") 96% 88% no-repeat;
  transition: all 0.5s ease;
  background-size: auto 35px;
}*/
.btn-choice ul li.choice-02 a {
  /*background:linear-gradient(90deg, #005494 0%, #62b1ed 100%),url("../../assets/img/icon_more.png") 96% 88% no-repeat;*/
  background-size: auto 35px;
  position: relative;
  z-index: -1;
     background: rgb(0,84,148);
background: linear-gradient(90deg, rgba(0,84,148,1) 0%, rgba(98,177,237,1) 100%); 
}
/*.btn-choice ul li.choice-02:hover {
  background: #0e87e4 url("../../assets/img/icon_more.png") 96% 88% no-repeat;
  transition: all 0.5s ease;
  background-size: auto 35px;
}*/
.choice-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choice-inner h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 3;
  border-left: 8px solid #FFF;
  padding: 0 5% 0 45px;
    font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.choice-inner p {
  width: 56%;
  border-left: 4px solid #FFF;
  padding: 15px 0 15px 5%;
  font-size: 14px;
}
.btn-choice ul li {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-choice ul li .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 300ms;
  width: 100%;
  background: #FFF;
  transform: scale(0, 0);
  height: 8px;
  transform-origin: left top;
  transition-delay: 0ms;
}
.btn-choice ul li .right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: transform 300ms;
  content: "";
  width: 8px;
  background: #FFF;
  transform: scale(0, 0);
  height: 100%;
  transform-origin: right top;
  transition-delay: 0ms;
  display: block;
}
.btn-choice ul li .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: transform 300ms;
  content: "";
  width: 100%;
  background: #FFF;
  transform: scale(0, 0);
  height: 8px;
  transform-origin: right bottom;
  transition-delay: 0ms;
  display: block;
}
.btn-choice ul li .left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 300ms;
  content: "";
  width: 8px;
  background: #FFF;
  transform: scale(0, 0);
  height: 100%;
  transform-origin: left bottom;
  transition-delay: 0ms;
  display: block;
}
/*.btn-choice ul li::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	content: "";
	background: #f7f7f7;
}*/
/* hover */
.btn-choice ul li:hover .top {
  transform-origin: left top;
  transform: scale(1, 1);
  content: "";
}
.btn-choice ul li:hover .right {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn-choice ul li:hover .bottom {
  transform-origin: right bottom;
  transform: scale(1, 1);
}
.btn-choice ul li:hover .left {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
/*.btn-choice ul li.choice-01:hover .choice-inner h2{
    border-left: 11px solid #14bcd0
}
.btn-choice ul li.choice-02:hover .choice-inner h2{
    border-left: 11px solid #076ab6
}*/
/* =====================
  .news-area
===================== */
.news-area {
  display: flex;
  justify-content: space-between;
  margin: 90px 0;
}
.news-area .news-left {
  width: 280px;
}
.news-area .news-right {
  width: 100%;
  border-left: 1px solid #DDD;
  padding: 0 0 0 15px;
}
.news-left h2 {
  border-left: 8px solid #404040;
  padding: 0 0 0 45px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.news-left h2 span {
  display: block;
  font-weight: normal;
  font-size: 20px;
  margin-top: 10px;
}
.news {
  overflow: auto;
  overflow-x: hidden;
  height: 500px;
}
.news dl {
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
  padding: 0 15px 15px 0;
  position: relative;
}
.news dl dt {
  clear: left;
  float: left;
  width: 90px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
}
.news dl dd {
  margin: 0 0 0 90px;
  padding: 0 0 0 15px;
  border-left: 1px solid #DDD;
  line-height: 1.6;
}
.news dl dd a {
  color: #00abff;
}
/* =====================
  .features
===================== */
.features .slick-track {
  display: flex;
  align-items: center;
}
.features h2 {
  border-left: 8px solid #404040;
  padding: 0 0 0 45px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
}
.features h2 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
}
.features h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.features-img {
  margin-top: -90px;
}
.features-img img {
  width: 100%;
}
/* =====================
  .sns-area
===================== */
.sns-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  text-align: center;
}
.sns-area h3 {
  display: inline-block;
  position: relative;
  font-size: 28px;
  margin-bottom: 60px;
  letter-spacing: 0;
}
.sns-area h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}
.sns-01, .sns-02 {
  width: 48%;
}
.sns-01-box {
    border: 8px solid #f5f6f7!important;
padding: 15px 0!important;
}
#target-news {
  padding-top: 100px;
  margin-top: -100px;
}


.title_plan {
	background: #97e8f6;
	padding: 5px 10px;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.portfolio-img-container {
    background: #EEE;
    font-family: "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.portfolio-img-container figcaption {
    padding: 15px;
    text-align: center;
}
.portfolio-img-container h4 {
    font-size: 31px;
    text-align: center;
    margin-bottom: 10px;
}
.portfolio-img-container h4 span {
    font-size: 18px;
}
.portfolio-img-container figcaption p {
    font-size: 13px;
}
.portfolio-img-container .btn-info {
	background: #01a8c5;
border: 1px solid #01a8c5;
}
.planscale .portfolio-img-container .btn-info {
	position: relative;
	transition: .3s;
	text-decoration: none;
	display: block;
    z-index: 1;
}
.planscale .portfolio-img-container .btn-info::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.planscale .portfolio-img-container .btn-info::before {
	background: #00c4e6;
}
.planscale a:hover .portfolio-img-container .btn-info::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.planscale a:hover .portfolio-img-container .btn-info {
	background: #00c4e6;
}
.planscale .col-md-3 {
	margin-bottom: 45px;
}
.planscale a {
    text-decoration: none;
}
.ryoukin h2 {
  border-left: 8px solid #404040;
  padding: 0 0 0 45px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
}
.ryoukin h2 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
}
.container.ryoukin {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    
}
.container.ryoukin .col-md-3 {
    width: 20%;
}
.container.ryoukin .col-md-3 a {
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .choice-inner h2 {
    font-size: 18px;
  }
  .slider-01-wrapper .controls-inner {
    position: absolute;
    top: 230px;
  }
  .slider-01-wrapper .caption {
    font-size: 16px;
    line-height: 2;
  }
  .slider-02-wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .slider-02-wrapper .controls {
    position: static;
    width: 100%;
    margin: 0;
  }
  .slider-02-wrapper .slide-dots {
    /*position: static;
    text-align: center;*/
    display: none !important;
  }
  .slider-02-wrapper .slick-counter {
    position: static;
    display: none !important;
  }
  .slider-02-wrapper .caption.slick-slide {
    padding: 45px 0;
  }
  .slider-02-wrapper .slick-next {
    right: 5px;
    z-index: 2;
  }
  .slider-02-wrapper .slick-prev {
    left: 5px;
    z-index: 2;
  }
  .slider-02-wrapper .caption.slick-slide {
    font-weight: normal;
  }
}
@media screen and (max-width: 1024px) {
  .choice-inner h2 {
    font-size: 16px;
  }
  h1 span.t-01 {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 991px) {
  .slider-01-wrapper .controls-inner {
    position: static;
    transform: none;
    width: 100%;
  }
  .slider-01-wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .controls {
    width: 360px;
    margin: 0 auto;
    display: block;
    position: static;
  }
  .choice-inner p {
    width: 100%;
    border-left: none;
    padding: 15px;
  }
  .news-right .control-group {
    font-size: 0;
    background: none;
    padding-left: 0;
  }
  .news-right .controls button {
    width: 120px;
    font-size: 13px;
  }
  .slider-01-wrapper {
    display: flex;
    padding: 0;
    flex-flow: column;
    padding-top: 78px;
  }
  .slider-01-box {
    width: 100%;
    order: 1;
  }
  .slider-01-wrapper .controls {
    width: 100%;
    padding: 0;
    margin: 45px 0;
    order: 2;
  }
  .slider-01-wrapper .slider-01-box .slick-dots {
    position: absolute;
    bottom: 10px;
  }
  h1 {
    margin-bottom: 20px;
    text-align: center;
  }
  h1 span.t-01 {
    font-size: 26px;
    letter-spacing: 3px;
  }
  h1 span.t-02 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 15px;
  }
  .slider-01-box .tagline {
    display: none;
    /*position: absolute;
    right: auto;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;*/
  }
  .slider-01-wrapper .caption {
    font-size: 18px;
      text-align: center;
  }
  .btn-choice {
    background: #f4f4f4;
    padding: 15px;
    margin-top: 0;
  }
  .choice-inner {
    display: block;
  }
  .choice-inner h2, .choice-inner p {
    width: 100%;
  }
  .choice-inner h2 {
    font-size: 20px;
    padding-left: 20px;
    line-height: 3;
    border-left: 6px solid #FFF;
  }
  .choice-inner p {
    padding: 15px;
  }
  .news-left h2 span, .features h2 span {
    font-size: 18px;
  }
  .news-area {
    display: block;
  }
  .news dl dt {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  .news dl dd {
    margin: 0;
    padding: 0;
    border-left: none;
  }
  .news-area .news-right {
    padding: 0;
    border: none;
  }
  .controls {
    width: 100%;
    margin: 0;
    display: block;
    position: static;
  }
  .news-left h2 {
    padding: 0 0 0 15px;
    margin-bottom: 45px;
  }
  .features h2 {
    padding: 0 0 0 15px;
  }
  .sns-area {
    display: block;
    margin-bottom: 45px;
  }
  .sns-01, .sns-02 {
    width: 100%;
  }
  .sns-01 {
    margin-bottom: 60px;
  }
  .features-img {
    display: none;
  }
    .slider-02-wrapper .caption.slick-slide {
  padding: 0;
}
    .slider-02-wrapper .caption.slick-slide a {
        padding-bottom: 0;
    }
    .slider-02-wrapper {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
  .btn-choice ul {
    display: block;
  }
  .btn-choice ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .btn-choice ul li a {
    padding: 45px 0 45px 0;
  }
  .btn-choice ul li.choice-01, .btn-choice ul li.choice-01:hover {
    background: #14bcd0 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
    background-size: 25px auto;
  }
  .btn-choice ul li.choice-02, .btn-choice ul li.choice-02:hover {
    background: #076ab6 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
    background-size: 25px auto;
  }
}
@media screen and (max-width: 580px) {}
@media screen and (max-width: 480px) {}


















.accordion {
  margin-bottom: 30px;
}
.accordion ul {
  width: 100%;
  padding: 0;
}
.accordion li {
  position: relative;
  border-bottom: 2px solid #DDD;
  list-style: none;
}
.accordion li:first-child {
  border-top: 2px solid #DDD;
}
.accordion > ul > li > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 30px 1em;
  position: relative;
}
.accordion > ul > li > a h5 {
  line-height: 1.6;
  padding-right: 90px;
  font-size: 18px;
    font-weight: bold;
}
.accordion > ul > li > a h5:hover {
  text-decoration: none;
}
.accordion > ul > li > p {
  display: none;
  text-align: left;
  padding: 0 .8em 1.4em 1em;
  line-height: 1.8;
}
.accordion li .accordion_icon, .accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion li .accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 45%;
  right: 30px;
}
.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.qa-more{
    float: right;
margin-top: -90px;
    z-index: 2;
}
.qa-more a{
  margin-bottom: 30px;
  background: url("../img/arrow_01.png") no-repeat center right;
  padding-right: 45px;
  display: inline-block;
}





.section-06 {
    margin-bottom: 120px;
}







@media screen and (max-width: 991px) {
.container.ryoukin .col-md-3 {
  width: 100%;
}
    }