@charset "UTF-8";

/*-----mv-----*/
.mv {
  /*background: url(../img/mv.jpg) center / cover no-repeat;*/
  /*background: url(../img/mv.png) center top / cover no-repeat;*/
  width: 100%;
  /*height: 0;
    padding-bottom: 57%;*/
  /*height: 100vh;*/
  position: relative;
  /*background-color: #2c4c9c;*/
}
.mvTop {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 658px;
  /* margin-top: 149px; */
}
.mvTxt {
  position: absolute;
  font-size: 45px;
  letter-spacing: 0.25em;
  line-height: 1.77;
  height: auto;
  /* display: block; */
  right: calc((100% - 1040px) / 2);
  top: calc(50% - 4.7em);
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  color: #063d57;
  min-width: 1000px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .mvTop {
    /*background: url(../img/mv_sp.jpg) center / cover no-repeat;
	    padding-top: 113%;*/
    background-image: url(../img/mv_sp.jpg);
  }
  .mvTxt {
    font-size: 7.5vw;
    right: -4%;
    top: 5.5%;
    min-width: auto;
  }
}
@media all and (max-width: 370px) {
}

/*-----tuyomi-----*/
.tuyomi {
  background-color: #062939;
  padding-top: 0;
  padding-bottom: 0;
}
.map_wrap {
  position: absolute;
  right: -620px;
  left: 0;
  bottom: -320px;
  margin: auto;
}
.map_wrap,
.map_wrap img {
  width: 525px;
  height: 626px;
}
.tuyomi_wrap {
  color: #fff;
}
.tuyomi_wrap a {
  padding-top: 80px;
  padding-bottom: 100px;
  color: #fff;
  height:100%;
  position: relative;
}
.readButton {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
}
.readButton__icon {
  background-image: url(../img/ico_cursor_01_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 19px;
  height: 19px;
  margin-left: 15px;
}
.tuyomi_wrap h3 {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.tuyomi_wrap h3 img {
  margin-right: 0.2em;
}
.tuyomi_wrap p {
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  line-height: 2.06;
}
.tuyomi_wrap p + p {
  margin-top: 40px;
}
.news_wrap {
  background-color: #fff;
}

.news_title + .news_box {
  margin-top: 20px;
}

.news_box + .news_box {
  margin-top: 40px;
}

.news_title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.news_box .date {
  padding-left: 5px;
  border-left: 8px solid #50bef1;
  font-size: 13px;
  font-weight: 400;
}

.news_box .title {
  font-size: 17px;
  font-weight: 700;
}

.news_box.text {
  font-size: 13px;
  font-weight: 400;
}

.contentsMenuList {
  margin-top: 80px;
}

.contentsMenuList__title {
  padding-left: 10px;
  border-left: 8px solid #50bef1;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 15px;
}

.contentsMenuList__text {
  font-size: 13px;
  line-height: 1.538;
  color: #000;
  letter-spacing: 0;
  margin-top: 20px;
}

.contentsMenuList__photo:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

.contentsMenuList__photo__object {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.contentsMenuList__item.item__01 .contentsMenuList__photo__object {
  background-image: url(../img/img_lives_top_02_pc@2x.jpg);
}
.contentsMenuList__item.item__02 .contentsMenuList__photo__object {
  background-image: url(../img/img_lives_top_03_pc@2x.jpg);
}
.contentsMenuList__item.item__03 .contentsMenuList__photo__object {
  background-image: url(../img/img_lives_top_04_pc@2x.jpg);
}
.contentsMenuList__item a:hover .contentsMenuList__photo:before {
  opacity: 1;
}
.contentsMenuList__item a:hover .contentsMenuList__photo__object {
  transform: scale(1.2, 1.2);
}

.flow {
  margin-top: 100px;
}

.flow__title {
  padding-left: 10px;
  border-left: 8px solid #50bef1;
  font-size: 23px;
  font-weight: 500;
  color: #063d57;
  line-height: 1;
  letter-spacing: 0.1em;
}

.flowList {
  margin-top: 20px;
}

.flowList__item a {
  background-color: #50bef1;
  padding-top: 35px;
  display: block;
  height: 224px;
  position: relative;
}

.flowList__item:nth-child(2n) a {
  background-color: #062939;
}

.flowList__item:nth-child(2n) .flowList__title {
  justify-content: flex-start;
}

.flowList__title {
  padding: 0 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 54px;
  font-size: 30px;
  font-weight: 500;
  color: #063d57;
  margin-right: 29px;
}

.flowList__title:after{
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
}

.flowList__item .readButton {
  color: #063d57;
}

.flowList__item:nth-child(2n) .flowList__title {
  margin-left: 35px;
  margin-right: 0;
}

.flowList__item:nth-child(2n) .flowList__text {
  padding: 15px 30px 0 40px;
  color: #fff;
}
.flowList__item:first-child .readButton__icon,
.flowList__item:nth-child(2n + 1) .readButton__icon {
  background-image: url(../img/ico_cursor_01_02_pc.svg);
}

.flowList__item:nth-child(2n) .readButton {
  color: #fff;
}

.flowList__text {
  padding: 15px 30px 0 30px;
  font-size: 14px;
  font-weight: 500;
  color: #062939;
  line-height: 1.428;
  letter-spacing: 0;
}

.quationButton a {
  padding-top: 120px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
}

.quationButton a:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.quationButton span {
  position: relative;
  z-index: 20;
}

.quationButton__photo {
  background-image: url(../img/img_lives_top_05_pc@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.linkList {
  margin-top: 100px;
  margin-bottom: 80px;
}

.linkList__item a {
  padding: 0 20px;
  border: 1px solid #50bef1;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.linkList__item .readButton {
  color: #50bef1;
  right: 15px;
}

.linkList__item .readButton__icon {
  background-image: url(../img/ico_cursor_01_03_pc.svg);
}

.linkList__title:after{
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
}

@media all and (min-width: 681px) {
  .tuyomi__inner {
    display: flex;
  }
  .tuyomi_wrap {
    width: 50%;
  }
  .tuyomi_wrap .background {
    transition: 0.3s ease;
    background-image: url(../img/img_lives_top_01_pc@2x.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .tuyomi_wrap a {
    display: flex;
    justify-content: flex-end;
  }
  .tuyomi_wrap a:hover .background {
    opacity: 1;
  }
  .tuyomi_wrap_inner {
    width: 455px;
    margin-right: 40px;
    position: relative;
    z-index: 10;
  }
  .news_wrap {
    padding-top: 250px;
    padding-left: 40px;
    width: 50%;
  }
  .news_box{
    width:410px;
  }
  .contentsMenuList {
    display: flex;
    justify-content: center;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .contentsMenuList__item {
    width: 310px;
  }
  .contentsMenuList__photo {
    width: 100%;
    height: 203px;
    position: relative;
    overflow: hidden;
  }
  .contentsMenuList__photo:before {
    transition: 0.3s ease;
  }
  .contentsMenuList__photo__object {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease;
  }
  .contentsMenuList__item + .contentsMenuList__item {
    margin-left: 40px;
  }
  .flow__wrap {
    display: flex;
    justify-content: space-between;
  }
  .flowList {
    width: 574px;
    display: flex;
  }
  .flowList__item {
    width: 50%;
  }
  .flowList__item a {
    transition: 0.3s ease;
  }
  .flowList__item a:hover {
    background-color: #26acea;
  }
  .flowList__item:nth-child(2) a:hover {
    background-color: #216494;
  }
  .quationButton {
    width: 405px;
  }
  .quationButton a {
    height: 267px;
  }
  .quationButton a:before {
    transition: 0.3s ease;
  }
  .quationButton__photo {
    transition: 0.3s ease;
  }
  .quationButton a:hover:before {
    opacity: 1;
  }
  .quationButton a:hover .quationButton__photo {
    transform: scale(1.2, 1.2);
  }
  .linkList {
    display: flex;
    justify-content: center;
  }
  .linkList__item {
    width: 482px;
    height: 167px;
  }
  .linkList__item + .linkList__item {
    margin-left: 36px;
  }
  .linkList__item a {
    transition: 0.3s ease;
  }
  .linkList__item a:hover {
    color: #fff;
    background-color: #50bef1;
  }
  .linkList__item a:hover .readButton {
    color: #fff;
  }
  .linkList__item a:hover .readButton__icon {
    color: #fff;
    background-image: url(../img/ico_cursor_01_pc.svg);
  }
}
@media all and (max-width: 680px) {
  .readButton__icon {
    width: 9px;
    height: 9px;
    margin-left: 5px;
  }
  .mv {
    /* overflow-y: hidden; */
  }
  .mvTop {
    /* margin-top: 77px; */
  }
  .tuyomi {
    position: relative;
  }
  .tuyomi__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .is__newsOn .news_wrap{
    display: block;
  }
  .news_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    order: 1;
    display: none;
  }
  .news_wrap.is__admin{
    display: block;
  }
  .news_title {
    font-size: 20px;
    font-weight: 600;
  }
  .news_box {
    position: relative;
    z-index: 30;
  }
  .news_box .title {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 7px;
  }
  .news_box .text {
    font-size: 13px;
    letter-spacing: 0;
  }
  .tuyomi_wrap {
    order: 2;
  }
  .is__newsOn .tuyomi_wrap a{
    padding-top: 40px !important;
  }
  .tuyomi_wrap a {
    padding-top: 54vw;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(../img/img_lives_top_01_sp@2x.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
  }
  .tuyomi_wrap h3 {
    font-size: 29px;
  }
  .tuyomi_wrap h3 img {
    width: 160px;
    height: auto;
  }
  .tuyomi_wrap p {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-top: 30px;
    line-height: 2;
    text-align: justify;
  }
  .tuyomi_wrap p + p {
    margin-top: 25px;
  }
  .contentsMenuList__item + .contentsMenuList__item {
    margin-top: 30px;
  }
  .contentsMenuList__photo__object {
    height: 56vw;
  }
  .contentsMenuList__contents {
    margin-left: 15px;
    margin-right: 15px;
  }
  .map_wrap {
    position: absolute;
    left: auto;
    right: -14vw;
    top: auto;
    bottom: -54vw;
    min-width: 304px;
    width: 75%;
    z-index: 10;
  }
  .map_wrap,
  .map_wrap img {
    width: 304px;
    height: 362px;
  }
  .contentsMenuList {
    margin-top: 50px;
  }
  .flow {
    margin-top: 50px;
  }
  .flowList__item a {
    padding-top: 20px;
    height: 55vw;
  }
  .flow__title {
    border-left: 0;
    padding-left: 0;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
  }
  .flow__wrap.inner {
    padding-left: 0;
    padding-right: 0;
  }
  .flowList__title {
    text-align:right;
    display: block;
    margin-right: 30vw;
  }
  .flowList__item:nth-child(2n) .flowList__title {
    text-align:left;
    margin-left: 30vw;
    margin-right: 0;
  }
  .flowList__text {
    padding-right: 30vw;
  }
  .flowList__item:nth-child(2n) .flowList__text {
    padding-left: 30vw;
    padding-right: 0;
  }
  .quationButton {
    margin-top: 55px;
  }
  .quationButton a {
    padding-top: 25vw;
    padding-left: 22vw;
    font-size: 23px;
    font-weight: 500;
    text-align: left;
    height: 56.26vw;
  }
  .quationButton__photo {
    background-image: url(../img/img_lives_top_05_sp@2x.jpg);
  }
  .linkList{
    margin-top: 35px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 60px;
  }
  .linkList__item + .linkList__item{
    margin-top: 20px;
  }
  .linkList__item a{
    font-size:20px;
    font-weight: 500;
    height:29.59vw;
  }
  .linkList__item .readButton{
    font-size:13px;
    line-height: 1;
    right:7px;
    bottom:7px;
  }
}

@media all and (max-width: 414px) {
}
@media all and (max-width: 370px) {

}

/*-----nagare-----*/
.nagare{
	background: #D9D9D9;
    margin-top: 60px;
}
.nagare h3{
	background-color: #062939;
	color: #fff;
	font-size: 35px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.nagare_wrap{
	display: flex;
	margin-top: 65px;
}
.nagare_wrap > div{
	width: 25%;
	flex-shrink: 0;
}
.nagare_img{
	position: relative;
}
.number{
	font-size: 130px;
	font-weight: 300;
	color: #063D57;
	position: absolute;
	top:10px;
}
.nagare_txtwrap{
	background-color: #062939;
	min-height: 250px;
	color: #fff;
	padding: 25px;
}
.nagare_wrap > div:nth-child(even) .nagare_txtwrap{
	background-color: #063D57;
}
.nagare_ttl{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	white-space: nowrap;
}
.nagare_txt{
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.86;
	font-weight: 500;
}
@media all and (min-width:681px){
	.nagare h3 {
	    padding-right: 45px;
	    line-height: 87px;
	    padding-left: calc((100% - 1000px) / 2);
	    display: inline-block;
	}
	.nagare_wrap > div:nth-child(even){
		margin-top: 80px;
	}
	.nagare03 .nagare_ttl{
		letter-spacing: 0;
		font-size: 19px;
	}
}
@media all and (max-width:680px){
	.nagare {
		padding-top: 0;
    margin-top: 30px;
	}
	.nagare h3 {
	    font-size: 22px;
	    text-align: center;
	    line-height: 62px;
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.nagare_wrap {
	    margin-top: 50px;
	    flex-direction: column;
	}
	.number {
	    font-size: 100px;
	    right: 0;
	}
	.nagare_wrap > div {
	    width: 80vw;
	}
	.nagare_wrap > div + div {
		margin-top: 50px;
	}
	.nagare_wrap > div:nth-child(even){
		position: relative;
		left: -5vw;
	}
	.nagare_wrap > div:nth-child(odd){
		position: relative;
		right: -15vw;
	}
	.nagare_txtwrap {
	    min-height: auto;
	    padding: 20px 15px;
	}
	.nagare_txt {
	    font-size: 15px;
	    margin-top: 9px;
	    line-height: 1.73;
	}
	.nagare01 .nagare_txt{
		letter-spacing: 0;
	}
	.nagare04 .nagare_txt{
		letter-spacing: 0.04em;
	}
}
@media all and (max-width:370px){
	.number {
	    font-size: 80px;
	}
}


/*スライドイン調整*/
@media all and (min-width:681px){
	#tokucho_aos div.tokucho02{
	  	transition-delay: .4s;
	}
	#tokucho_aos div.tokucho03{
	  	transition-delay: .7s;
	}
	#nagare_aos .nagare02{
		transition-delay: .4s;
	}
	#nagare_aos .nagare03{
		transition-delay: .7s;
	}
	#nagare_aos .nagare04{
		transition-delay: 1.1s;
	}
}
@media all and (max-width:680px){
	#nagare_aos [data-aos=fade-up].nagare01 {
	    transform: translate3d(100px,0,0);
	}
	#nagare_aos [data-aos=fade-up].nagare01.aos-animate {
	    transform: translate3d(0,0,0);
	}
	#nagare_aos [data-aos=fade-up].nagare02 {
	    transform: translate3d(-100px,0,0);
	}
	#nagare_aos [data-aos=fade-up].nagare02.aos-animate {
	    transform: translate3d(0,0,0);
	}
	#nagare_aos [data-aos=fade-up].nagare03 {
	    transform: translate3d(100px,0,0);
	}
	#nagare_aos [data-aos=fade-up].nagare03.aos-animate {
	    transform: translate3d(0,0,0);
	}
	#nagare_aos [data-aos=fade-up].nagare04 {
	    transform: translate3d(-100px,0,0);
	}
	#nagare_aos [data-aos=fade-up].nagare04.aos-animate {
	    transform: translate3d(0,0,0);
	}
}
