@charset "UTF-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv_top {
  width: 100%;
  /*height: 780px;*/
  min-width: 1200px;
	position: relative;
}
.mv_top .mv_inner .mv_txt {
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  text-shadow: 0 0 8px #eff5fd;
	box-sizing: border-box;
	position: absolute;
	bottom: 40%;
	left: 10%;
	z-index: 0;
}

/*----- mv-slider -----*/
.mv_top .mv-slider {
	margin: auto;
	z-index: 0;
}
.mv_top .mv-slider .img01 {
	width: 100%;
	height: 780px;
	background: url("../images/group/mv_01.jpg") center top no-repeat;
	background-size: cover;
	z-index: -999;
}
.mv_top .mv-slider .img02 {
	width: 100%;
	height: 780px;
	background: url("../images/group/mv_02.jpg") center 10% no-repeat;
	background-size: cover;
	z-index: -999;
}
.mv_top .mv-slider .img03 {
	width: 100%;
	height: 780px;
	background: url("../images/group/mv_03.jpg") center 10% no-repeat;
	background-size: cover;
	z-index: -999;
}
.mv_top .mv-slider .img04 {
	width: 100%;
	height: 780px;
	background: url("../images/group/mv_04.jpg") center 10% no-repeat;
	background-size: cover;
	z-index: -999;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 768px) {
.mv_top {
  min-width: 100%;
}
.mv_top .mv_inner {
  display: block;
  height: auto;
  max-width: 100%;
  padding: 0 20px;
}
.mv_top .mv_inner .mv_txt {
  position: absolute;
  bottom: 23%;
  left: 20px;
  font-size: 22px;
}
.mv_top .mv-slider .img01 {
	width: 100%;
	height: 0;
	background: url("../images/group/mv_01_sp.jpg") center top no-repeat;
	background-size: 100% auto;
	z-index: -999;
	padding-top: 25%;
}
.mv_top .mv-slider .img02 {
	width: 100%;
	height: 0;
	background: url("../images/group/mv_02_sp.jpg") center 10% no-repeat;
	background-size: 100% auto;
	z-index: -999;
	padding-top: 25%;
}
.mv_top .mv-slider .img03 {
	width: 100%;
	height: 0;
	background: url("../images/group/mv_03_sp.jpg") center 10% no-repeat;
	background-size: 100% auto;
	z-index: -999;
	padding-top: 25%;
} 
.mv_top .mv-slider .img04 {
	width: 100%;
	height: 0;
	background: url("../images/group/mv_04_sp.jpg") center 10% no-repeat;
	background-size: 100% auto;
	z-index: -999;
	padding-top: 25%;
}
}



/*--------------------------------------
　section
---------------------------------------*/
.contents_top {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.top .sec {
	width: 100%;
	min-width: 1200px;
}
.top .sec .inner {
	max-width: 1200px;
	margin: auto;
}

@media screen and (max-width: 768px) {
.top .sec {
  min-width: 100%;
}

.top .sec .inner {
  max-width: 100%;
}
}



/*--------------------------------------
　Title
---------------------------------------*/
.top .main_ttl01 .eng_ttl {
  font-size: 68px;
}
.top .main_ttl01 .sec_ttl {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .top .main_ttl01 .eng_ttl {
    font-size: 40px;
  }
  .top .main_ttl01 .sec_ttl {
    font-size: 22px;
  }
}



/*--------------------------------------
　sec-news
---------------------------------------*/
.top .sec-news .inner {
  position: relative;
}
.top .sec-news .eng {
  position: absolute;
  top: 0;
  right: 100%;
  color: rgba(148,229,229,0.5);
  font-size: 76px;
  white-space: nowrap;
}
.top .sec-news .post_box {
  border: 1px solid #95E5E5;
}
.top .sec-news .sec_ttl {
  font-size: 24px;
}

/*----- post_box -----*/
.top .post_box {
  background: #fff;
  padding: 40px 60px 40px;
  border-radius: 16px;
}
.top .post_box .post_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .post_box .boxL {
  width: 20%;
}
.top .post_box .sec_ttl {
  font-size: 32px;
}
.top .post_box .boxR {
  width: 75%;
}
.top .post_box .post_list {
  margin: 30px 0 0;
}
.top .post_box .post_list li {
  margin: 0 0 20px;
}
.top .post_box .post_list li:last-child {
  margin: 0 0 0;
}

/* news */
.top .post_box .post_list .list_inner {
	display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.top .post_box .date_box {
	width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .post_box .post_list .date {
  font-size: 14px;
}
.top .post_box .post_list .cate span {
  width: 140px;
  color: #3C6AB4;
  font-size: 13px;
  background: #E2EDFB;
  border-radius: 100px;
  text-align: center;
  padding: 5px 5px 4px;
  box-sizing: border-box;
  display: inline-block;
}
.top .post_box .post_list .pst_ttl {
  width: calc(65% - 30px);
  font-size: 16px;
  text-align: justify;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
.top .sec-news {
  padding: 0 20px;
}
.top .sec-news .eng {
  display: none;
}
.top .sec-news .sec_ttl {
  font-size: 20px;
}
  
/*----- post_box -----*/
.top .post_box {
  padding: 30px 20px 30px;
  border-radius: 8px;
}
.top .post_box .post_block {
  display: block;
}
.top .post_box .boxL {
  width: 100%;
}
.top .post_box .sec_ttl {
  font-size: 20px;
  text-align: center;
}
.top .post_box .boxR {
  width: 100%;
}
.top .post_box .post_list {
  margin: 20px 0 0;
}
.top .post_box .post_list li {
  margin: 0 0 20px;
}
  
/* news */  
.top .post_box .post_list .list_inner {
  display: block;
}
.top .post_box .date_box {
	width: 100%;
  margin: 0 0 10px;
  justify-content: flex-start;
}
.top .post_box .post_list .date {
  width: 120px;
  font-size: 12px;
}
.top .post_box .post_list .cate span {
  width: 120px;
	font-size: 11px;
	padding: 3px 8px;
}
.top .post_box .post_list .pst_ttl {
  width: 100%;
  font-size: 14px;
} 
}



/*--------------------------------------
　sec-concept
---------------------------------------*/
.bg_wrap {
  position: relative;
  z-index: 0;
}
.bg_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../images/group/bg01.jpg") center top no-repeat;
  background-size: 100% 1600px;
  width: 100%;
  height: 1600px;
  z-index: -1;
}


.sec-concept {
  padding: 80px 0 0;
}

.sec-concept .main_ttl {
  text-align: center;
}
.sec-concept .main_ttl .eng_ttl {
  margin: 0 0 30px;
  font-size: 30px;
}
.sec-concept .main_ttl .cc {
  font-size: 25px;
}
.sec-concept .main_ttl .cc .large {
  font-size: 32px;
}

.sec-concept .concept_block {
  min-height: 430px;
  margin: 60px 0 0;
  position: relative;
}

.sec-concept .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}
.sec-concept .imgBox img {
  height: 430px;
  object-fit: cover;
  border-radius: 0 24px 24px 0;
  box-shadow: 0 0 24px rgba(154,154,154,0.16);
}

.sec-concept .txtBox {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 60px 0 60px;
}

.sec-concept .sec_ttl {
  font-size: 32px;
}

.sec-concept .txt {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .sec-concept {
    padding: 50px 20px 0;
  }

  .sec-concept .main_ttl .eng_ttl {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .sec-concept .main_ttl .cc {
    font-size: 20px;
  }
  .sec-concept .main_ttl .cc .large {
    font-size: 28px;
  }

  .sec-concept .concept_block {
    min-height: inherit;
    margin: 30px 0 0;
  }

  .sec-concept .imgBox {
    position: relative;
    top: inherit;
    left: inherit;
    width: calc(100% + 20px);
    margin: 0 0 0 -20px;
  }
  .sec-concept .imgBox img {
    height: auto;
    border-radius: 0 12px 12px 0;
  }

  .sec-concept .txtBox {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 0 0;
  }

  .sec-concept .sec_ttl {
    font-size: 24px;
  }

  .sec-concept .txt {
    margin: 20px 0 0;
  }
}



/*--------------------------------------
　sec-guide
---------------------------------------*/
.sec-guide {
  padding: 150px 0 0;
}

.sec-guide .guide_block {
  margin: 60px 0 0;
}

.sec-guide .guide_item {
  width: calc(25% - 20px);
}

.sec-guide .link01 a {
  display: block;
  color: #243553;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .sec-guide {
    padding: 100px 20px 0;
  }

  .sec-guide .guide_block {
    margin: 30px 0 0;
  }

  .sec-guide .guide_item {
    width: calc(50% - 8px);
    margin: 0 0 30px;
  }

  .sec-guide .link01 {
    text-align: left;
  }
  .sec-guide .link01 a {
    margin: 10px 0 0;
    padding: 0 30px 0 0;
    font-size: 15px;
  }
  .sec-guide .link01 a:after {
    width: 24px;
    height: 15px;
  }
}



/*--------------------------------------
　sec-feature
---------------------------------------*/
.sec-feature {
  padding: 150px 0 0;
}

.sec-feature .inner {
  position: relative;
}
.sec-feature .inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #fff;
  width: 100vw;
  height: 100%;
}

.sec-feature .eng {
  position: absolute;
  top: 0;
  right: 100%;
  color: rgba(160,167,185,0.74);
  font-size: 124px;
  white-space: nowrap;
  z-index: 2;
}

.sec-feature .sec_ttl {
  margin: 0 30px 0 0;
}

.sec-feature .lead {
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  border-right: 1px solid #A1A6B9;
}

.sec-feature .link01 a {
  margin: 0 0 0;
}

.sec-feature .feature_block {
  margin: 40px 0 0;
}

.sec-feature .feature_item {
  margin: 0 30px;
}

.sec-feature .ttl01 {
  margin: 20px 0 0;
  font-size: 24px;
}

.sec-feature .txt {
  margin: 20px 0 0;
}

.sec-feature .feature_slide .slick-slide {
	width: 400px;
}
.sec-feature .feature_slide .slick-list {
	overflow: visible;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* dots */
.slide-dots {
  position: absolute;
  bottom: calc(100% + 40px);
  right: 0;
	padding: 0 0;
	font-size: 0;
}
.slide-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.slide-dots li button {
	background: #E2EDFB;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-radius: 50%;
  position: relative;
  text-indent: -9999px;
}
.slide-dots li.slick-active button {
  background: #49BABA;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .sec-feature {
    padding: 80px 0 0; 
  }

  .sec-feature .eng {
    position: absolute;
    top: 20px;
    right: inherit;
    left: -10px;
    font-size: 30px;
  }

  .sec-feature .ttl_wrap {
    padding: 0 20px;
  }

  .sec-feature .sec_ttl {
    margin: 0 0 0 0;
  }

  .sec-feature .lead {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    border-right: none;
  }

  .sec-feature .link01 a {
    margin: 20px 0 0;
  }

  .sec-feature .feature_block {
    margin: 50px 0 0;
    padding: 0 0 0 20px;
    position: relative;
  }

  .sec-feature .feature_item {
    margin: 0 10px;
  }

  .sec-feature .ttl01 {
    margin: 10px 0 0;
    font-size: 18px;
  }

  .sec-feature .txt {
    margin: 10px 0 0;
  }

  .sec-feature .feature_slide .slick-slide {
    width: 200px;
  }


  /* dots */
  .slide-dots {
    bottom: calc(100% + 10px);
    right: inherit;
    left: 0;
  }
  .slide-dots li {
    margin: 0 5px;
  }
  .slide-dots li button {
    width: 10px;
    height: 10px;
  }
  .slide-dots li.slick-active button {
    width: 16px;
    height: 16px;
  }
}



/*--------------------------------------
　sec-info
---------------------------------------*/
.sec-info {
  background: #fff;
  padding: 150px 0 150px;
  border-radius: 40px 40px 0 0;
}

.sec-info .eng_ttl span {
  display: block;
}
.sec-info .eng_ttl span:nth-child(2) {
  margin-left: 100px;
}

.sec-info .sec_ttl {
  margin: 0 30px 0 0;
}

.sec-info .lead {
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  border-right: 1px solid #A1A6B9;
}

.sec-info .link01 a {
  margin: 0 0 0;
}


.sec-info .info_block01 {
  margin: 30px 0 0;
  padding: 60px 0 0;
  border-top: 1px solid #E2EDFB;
}
.sec-info .info_block01 .item {
  width: calc(50% - 30px);
}
.sec-info .ttl01 {
  padding: 0 0 0 30px;
  font-size: 24px;
  position: relative;
}
.sec-info .ttl01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #49BABA;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
}
.sec-info .info_block01 .txt {
  margin: 30px 0 0;
}
.sec-info .info_block01 .btn_wrap {
  margin: 30px 0 0;
}
.sec-info .info_block01 .btn {
  margin: 0 0 15px;
}
.sec-info .info_block01 .btn:last-child {
  margin: 0 0 0;
}
.sec-info .info_block01 .btn01 a {
  max-width: 100%;
  margin: 0 0 0;
}

@media screen and (max-width: 768px) {
  .sec-info {
    padding: 80px 20px 80px;
    border-radius: 20px 20px 0 0;
  }

  .sec-info .eng_ttl span:nth-child(2) {
    margin-left: 20px;
  }

  .sec-info .sec_ttl {
    margin: 10px 0 0 0;
  }

  .sec-info .lead {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    border-right: none;
  }


  .sec-info .info_block01 {
    margin: 20px 0 0;
    padding: 30px 0 0;
  }
  .sec-info .info_block01 .item {
    width: 100%;
    margin: 0 0 50px;
  }
  .sec-info .info_block01 .item:last-child {
    margin: 0 0 0;
  }
  .sec-info .ttl01 {
    padding: 0 0 0 20px;
    font-size: 18px;
  }
  .sec-info .ttl01::before {
    width: 12px;
    height: 12px;
  }
  .sec-info .info_block01 .txt {
    margin: 20px 0 0;
  }
  .sec-info .info_block01 .btn_wrap {
    margin: 20px 0 0;
  }
  .sec-info .info_block01 .btn {
    margin: 0 0 10px;
  }
  .sec-info .info_block01 .btn01 a {
    margin: 0 0 0;
  }
}



/*--------------------------------------
　sec-specialize
---------------------------------------*/
.sec-specialize {
  background: #3C6AB4;
  padding: 80px 0 100px;
  border-radius: 40px;
  position: relative;
}

.sec-specialize .eng_ttl {
  color: rgba(255,255,255,0.16);
  font-size: 80px;
  text-align: center;
}

.sec-specialize .main_ttl {
  margin: -70px 0 0;
  text-align: center;
}

.sec-specialize .cc {
  font-size: 47px;
  position: relative;
}
.sec-specialize .cc::after {
  content: "";
  display: block;
  background: #fff;
  width: 120px;
  height: 1px;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.sec-specialize .sec_ttl {
  margin: 40px 0 0;
  font-size: 32px;
}

.sec-specialize .txt {
  margin: 40px 0 0;
  text-align: center;
}

.sec-specialize .specialize_block {
  margin: 80px 0 0;
}

.sec-specialize .boxL {
  width: 50%;
  padding: 0 30px 0 0;
}

.sec-specialize .btn_wrap .btn {
  margin: 0 0 15px;
}
.sec-specialize .btn_wrap .btn:last-child {
  margin: 0 0 0;
}
.sec-specialize .btn02 a,.sec-specialize .btn02_contents {
  max-width: 100%;
  margin: 0 0 0;
}

.sec-specialize .boxR {
  width: 50%;
}

.sec-specialize .imgBox img {
  box-shadow: 0 0 24px rgba(154,154,154,0.16);
}

@media screen and (max-width: 768px) {
  .sec-specialize {
    padding: 40px 20px 60px;
    border-radius: 20px;
  }

  .sec-specialize .eng_ttl {
    font-size: 7.2vw;
  }

  .sec-specialize .main_ttl {
    margin: -30px 0 0;
  }

  .sec-specialize .cc {
    font-size: 30px;
  }
  .sec-specialize .cc::after {
    width: 80px;
    height: 1px;
    margin: 20px auto 0;
  }

  .sec-specialize .sec_ttl {
    margin: 30px 0 0;
    font-size: 20px;
  }

  .sec-specialize .txt {
    margin: 30px 0 0;
    text-align: justify;
  }

  .sec-specialize .specialize_block {
    margin: 60px 0 0;
  }

  .sec-specialize .boxL {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 0 0 0;
    order: 2;
  }

  .sec-specialize .btn_wrap .btn {
    margin: 0 0 10px;
  }
  .sec-specialize .btn02 a {
    margin: 0 0 0;
}

  .sec-specialize .boxR {
    width: 100%;
    order: 1;
  }

  .sec-specialize .imgBox {
    width: calc(100% + 20px);
    margin: 0 0 0 -20px;
  }
  .sec-specialize .imgBox img {
    border-radius: 0 12px 12px 0;
  }
}



/*--------------------------------------
　sec-outline
---------------------------------------*/
.top .sec-outline {
  background: url("../images/group/bg03.jpg") center center no-repeat;
  background-size: cover;
  margin: -40px 0 0;
  padding: 140px 0 140px;
}
.top .sec-outline .outline_block {
  background: #fff;
  margin: 50px 0 0;
  padding: 60px 50px 60px;
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(154,154,154,0.16);
}
/*.top .sec-outline h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0em;
  margin: 0 0 15px;
}*/

@media screen and (max-width: 768px) {
.top .sec-outline {
  margin: -20px 0 0;
  padding: 100px 20px 100px;
}
.top .sec-outline .outline_block {
  margin: 30px 0 0;
  padding: 25px 20px 25px;
  border-radius: 8px;
}
.top .sec-outline h3 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px;
}  
}


/*--------------------------------------
　sec-case
---------------------------------------*/
.sec-case {
  background: linear-gradient(180deg, #48BABA, #fff);
  margin: -40px 0 0;
  padding: 80px 0 100px;
  border-radius: 40px 40px 0 0;
}

.sec-case .inner {
  position: relative;
}

.sec-case .eng {
  position: absolute;
  top: 0;
  right: 100%;
  color: rgba(255,255,255,0.48);
  font-size: 85px;
}

.sec-case .img_wrap {
  margin: 60px 0 0;
  position: relative;
  z-index: 0;
}
.sec-case .img_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../images/group/bg04.png") left top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 496px;
  z-index: -1;
}
.sec-case .img_wrap .slide_img {
  background: url("../images/group/sec-case_slide.png") repeat-x;
  background-size: 1804px auto;
  width: 100%;
  height: 511px;
  -webkit-animation: imgSlide 125s linear infinite;
  animation: imgSlide 125s linear infinite;
}

@keyframes imgSlide {
from {
  background-position:0 0
}
to {
  background-position:-432vw 0
}
}

@media screen and (max-width: 768px) {
.sec-case {
  margin: -20px 0 0;
  padding: 0 0 80px;
  border-radius: 20px 20px 0 0;
}
.sec-case .inner {
  padding: 0 20px;
}
.sec-case .eng {
  position: relative;
  top: inherit;
  right: inherit;
  color: rgba(148,229,229,0.4);
  font-size: 65px;
  margin: 0 0 -40px;
  text-align: center;
}
.sec-case .img_wrap {
  margin: 30px 0 0;
}
.sec-case .img_wrap::after {
  bottom: 0;
  background: url("../images/group/bg04_sp.png") left top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-top: calc(100%*389/415);
}
.sec-case .img_wrap .slide_img {
  background: url("../images/group/sec-case_slide.png") repeat-x;
  background-size: 902px auto;
  width: 100%;
  height: 255px;
  -webkit-animation: imgSlide 62s linear infinite;
  animation: imgSlide 62s linear infinite;
}  
}


/*--------------------------------------
　sec-service
---------------------------------------*/
.sec-service .img_wrap {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}
.sec-service .img_wrap .imgBox {
  width: 50%;
}
.sec-service .img_wrap .imgBox img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 10%;
}

@media screen and (max-width: 768px) {
  .sec-service .inner {
    padding: 0 20px;
  }

  .sec-service .img_wrap {
    margin: 50px 0 0;
  }
  .sec-service .img_wrap .imgBox {
    width: 50%;
  }
  .sec-service .img_wrap .imgBox img {
    height: 180px;
  }
}


/*--------------------------------------
　sec-column
---------------------------------------*/
.sec-column {
  background: url("../images/group/bg05.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 120px;
}

.sec-column .inner {
  position: relative;
}

.sec-column .eng {
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  transform: translate(0,-50%);
  color: rgba(158,180,218,0.48);
  font-size: 76px;
  white-space: nowrap;
}


@media screen and (max-width: 768px) {
  .sec-column {
    background: url("../images/group/bg05.jpg") center center no-repeat;
    background-size: cover;
    padding: 30px 20px 80px;
  }

  .sec-column .eng {
    position: relative;
    top: inherit;
    right: inherit;
    transform: translate(0,0);
    margin: 0 0 -40px;
    color: rgba(158,180,218,0.48);
    font-size: 54px;
    text-align: center;
  }
}

