/*================================================
common
================================================*/
html {
	font-size: 62.5%;
	background-color: #FFFFFF;
	text-align: center;
}

body {
  font-family: "Myriad Pro","メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #424242;
  line-height: 1.5;
  background: #f4f5fb;
}

img {
	height: auto;
	vertical-align: top;
	max-width: 100%;
}

/*===== container =====*/
#container {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  background: #fff;
  box-shadow: 0px 0px 70px -5px #b6b8bd;
}

/*===== header =====*/
#header{
}

/*===== contents =====*/
/* section_mv---------------*/
#mv {
  margin: 0;
}
#mv .slide_area {
  background: #ff7c00;
  padding-bottom: 3.5%;
}
#mv .fv_slider {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
#mv .fv_slider .slide-arrow,
#mv .fv_slider .slide-arrow.prev-arrow,
#mv .fv_slider .slide-arrow.next-arrow {
  display: none;
}
#mv .fv_slider {
  opacity: 0;
}
#mv .fv_slider.slick-initialized {
  opacity: 1;
}

/* cv---------------*/
.cv {
  background-image: url("../images/cv_bg.png");
  background-repeat: repeat;
  padding: 4% 0 2.5%;
}
.cv:first-of-type {
  padding: 5% 0 2%;
}
.cv p,
.cv_last p {
  width: calc(960/1200*100%);
  margin: 0 auto;
  padding-bottom: 1%;
	text-align: left;
}
.cv:first-of-type p {
  padding-bottom: 1%;
}
.cv .btn,
.cv_last .btn {
  width: calc(792/1200*100%);
  margin: 0 auto;
}

/* section_point---------------*/
#point .ttl {
  position: relative;
}
#point .ttl p {
  position: absolute;
}
/* point01-----*/
.point01 .ttl p {
  width: calc(395/1200*100%);
  bottom: 27%;
  left: 15.5%;
}
.point01 .slider {
  max-width: calc(800/1200*100%);
  margin: 0 auto;
  position: relative;
}
.point01 .slider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 94px;
  z-index: 9;
}
.point01 .slider .slide-arrow.prev-arrow {
  left: -5%;
}
.point01 .slider .slide-arrow.next-arrow {
  right: -5%;
}
.point01 .notes {
  padding-top: 3%;
}
/* point02-----*/
.point02 {
  padding-top: 5%;
}
.point02 .ttl p {
  width: calc(433/1200*100%);
  bottom: 17%;
  left: 42%;
}
/* point03-----*/
.point03 {
  padding-top: 8%;
}
.point03 .ttl p {
  width: calc(668/1200*100%);
  bottom: 11%;
  left: 15.5%;
}

/* section_shindan---------------*/
#shindan {
  background: #3c90e4;
  padding-bottom: 8.5%;
}
#shindan .inner {
  width: calc(960/1200*100%);
  margin: 0 auto;
  padding: 5% 0 7%;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
#shindan .inner .icon {
  width: 131px;
  position: absolute;
  top: -4.5%;
  right: 5%;
}

/* section_flow---------------*/
#flow {
}

/* section_support---------------*/
#support {
  padding-bottom: 12%;
  background-image: url("../images/support_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* acc-----*/
.acc_area {
  width: calc(840/1200*100%);
  margin: 0 auto;
  padding: 3.5% 0 2.5%;
  background: #fff;
  border-radius: 20px;
}
.acc_area .acc_top {
  position: relative; 
}
.acc_area .acc_top .img {
  width: calc(171/840*100%);
  position: absolute;
  bottom: -10.6%;
  right: 10%;
  z-index: 3;
}
.acc_area .detail {
  display: none;
  padding-top: 5%;
}
.acc_area #acc_btn {
  position: relative;
  cursor: pointer;
}
.acc_area #acc_btn .close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.acc_area #acc_btn .none {
  display: none;
}

/* voice_slider-----*/
#support .voice_slider {
  max-width: calc(822/1200*100%);
  margin: 0 auto;
  position: relative;
}
#support .voice_slider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 94px;
  z-index: 9;
}
#support .voice_slider .slide-arrow.prev-arrow {
  left: -5%;
}
#support .voice_slider .slide-arrow.next-arrow {
  right: -5%;
}
.slick-dots li {
  width: 20px;
}
.slick-dots li button::before {
  font-size: 28px;
  color: #3c90e4;
}
.slick-dots li.slick-active button::before {
  color: #3c90e4;
  opacity: 1;
}
.slick-dots {
  bottom: -11%;
}

/* section_about---------------*/
#about {
  background-image: url("../images/cv_bg.png");
  background-repeat: repeat;
}
#about p.img {
  width: calc(960/1200*100%);
  margin: -12% auto 0;
  padding-bottom: 6%;
}
#about .btn {
  padding: 0 0 6%;
}

/* section_contents_07--------------*/
#contents_07 .clearfix:after {
    content: "";
    clear: both;
    display: block;
}
#contents_07 {
  color: #424242;
  line-height: 1.5;
  margin-top: 50px;
}
#contents_07 .inner {
  max-width: calc(960/1200*100%);
  margin: 0 auto;
}
#contents_07 ul {
  height: 60px;
  position: relative;
}

#contents_07 ul li {
  float: left;
  text-align: left;
}

#contents_07 ul li span.large {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#contents_07 ul li span.color {
  color: #59A7EB;
}

#contents_07 ul li a {
  color: #4d4d4d;
}

#contents_07 ul li:nth-child(2) {
  width: 77%;
  margin-left: 10px;
}

/*
#contents_07 ul li:last-child a {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 5px 15px;
  border: #c3c3c3 1px solid;
  text-decoration: underline;
}
*/

#contents_07 ul li a {
  color: #4D4D4D;
}

/*===== footer =====*/
#footer {
  height: 65px;
  background-color: #333;
  margin: 20px 0 0 0;
}

#footer p {
  color: #fff;
  text-align: center;
  line-height: 65px;
  letter-spacing: 0.2em;
}