@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	sec#mv
------------------------------------------------------*/
#mv {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 680px;
	padding: 114px 40px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 27%, rgba(255,255,255,0) 100%);
	z-index: 3;
}
.mask h2 {
	margin-bottom: 20px;
	padding-left: 15px;
	font-family: 'Shippori Mincho', serif;
	font-size: 36px;
	font-weight: 800;
	color: #1e1e1e;
	line-height: 1.8;
}
.mask .flex {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.titleCircle {
	position: relative;
	width: 120px;
	height: 120px;
	margin-right: 10px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 2px 3px 16px -6px rgba(0,0,0,0.6);
}
.titleCircle p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.swiper-container {
	width: 100%;
  padding-bottom: 0;
}
.swiper-slide {
	text-align: center;
}
.swiper-slide img {
	width: 100%;
	border-radius: 7px;
}
@media screen and (max-width: 1240px) {
  #mv {
    width: calc(100% - 40px);
    height: 497px;
  }
  .mask {
    width: 100%;
  }
  .swiper-slide img {
    height: 495px;
    object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  #mv {
    height: 77.344vw;
  }
  .mask {
    padding: 17.813vw 6.25vw;
  }
  .mask h2 {
    margin-bottom: 3.125vw;
    padding-left: 2.344vw;
    font-size: 5.625vw;
  }
  .titleCircle {
    width: 18.75vw;
    height: 18.75vw;
    margin-right: 1.563vw;
  }
  .titleCircle p {
    font-size: 2.5vw;
  }
  .swiper-slide img {
    height: 77.344vw;
  }
}
/*-----------------------------------------------------
	sec#about
------------------------------------------------------*/
#about {
	padding-top: 80px;
}
#about .wrap {
	position: relative;
	width: 750px;
	font-family: 'Shippori Mincho', serif;
	writing-mode: vertical-rl;
}
#about .wrap::before {
	position: absolute;
	bottom: -30px;
	left: -312px;
	content: "";
	width: 344px;
	height: 221px;
	background: url("../images/top/about_illust.png") no-repeat center center;
	background-size: cover;
}
#about .wrap h2 {
	margin-left: 40px;
	font-size: 28px;
	font-weight: 800;
}
#about .wrap p {
	margin-left: 40px;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 2.2;
}
#about .wrap p:last-child {
	margin-left: 0;
}
@media screen and (max-width: 1240px) {
  #about {
    padding-top: 80px;
  }
  #about .wrap {
    width: 800px;
    padding: 0;
  }
  #about .wrap::before {
    bottom: -30px;
    left: -25.161vw;
  }
  #about .wrap h2 {
    margin-left: 40px;
    font-size: 25px;
  }
}
@media screen and (max-width: 920px) {
  #about .wrap {
    width: 100%;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  #about .wrap::before {
    left: 0;
  }
  #about .wrap h2 {
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 28px;
  }
  #about .wrap p {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
  }
  #about .wrap p:last-child {
    margin-left: 0;
  }
}

/*-----------------------------------------------------
	sec#photoSlider
------------------------------------------------------*/
#photoSlider {
	padding-top: 80px;
}
#photoSlider .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#photoSlider .swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
  padding: 0 10px;
	border-radius: 0;
}
/*スライド有効の場合削除*/
#photoSlider {
	padding-top: 80px;
  padding-bottom: 80px;
}
#photoSlider .wrap.flex img {
	width: 48%;
}
/*スライド有効の場合削除*/
/*-----------------------------------------------------
	sec#feature
------------------------------------------------------*/
#feature {
	padding: 115px 0;
  background: rgb(245,249,252);
  background: linear-gradient(90deg, rgba(245,249,252,1) 0%, rgba(255,255,255,1) 100%);
  border-bottom: 8px solid #E1E6EA;
  overflow: hidden;
}
#feature .wrap {
  position: relative;
}
.ani_01 {
  width: 270px;
  position: absolute;
  top: -50px;
  left: -152px;
  background: url("../images/top/ani_01_bg.png")no-repeat;
  background-position: 35px bottom;
}
.ani_02 {
  width: 435px;
  padding-bottom: 65px;
  position: absolute;
  bottom: 70px;
  right: -203px;
  background: url("../images/top/ani_02_bg.png")no-repeat;
  background-position: 121px 68px;
}
.ani_01 img, .ani_02 img {
  width: 100%;
}
#feature h2 {
	margin-bottom: 58px;
  margin-left: 110px;
  text-align: left;
}
#feature .featureBox.flex {
  margin-bottom: 30px;
  margin-left: -45px;
  -webkit-box-pack: center;
  justify-content: center;
}
#feature .featureBox.flex img {
  width: 222px;
  margin-right: 30px;
}
#feature .featureBox.flex img:nth-of-type(4), #feature .featureBox.flex:nth-of-type(2) img:nth-of-type(3) {
  margin-right: 0;
}
#feature .featureBox.flex:nth-of-type(2) {
  margin-bottom: 0;
}
#feature .btn_01 {
  margin: 90px auto 0;
}
@media screen and (max-width: 1360px) {
  .ani_02 {
    bottom: -95px;
    right: 0;
    width: 350px;
    background: url("../images/top/ani_02_bg.png")no-repeat;
    background-position: 85px 25px;
  }
}
@media screen and (max-width: 1240px) {
  #feature {
    padding: 115px 0;
  }
  .ani_01 {
    left: -40px;
  }
  #feature h2 {
    margin-bottom: 58px;
    margin-left: 220px;
  }
  #feature .featureBox.flex {
    margin-left: 0;
  }
  #feature .featureBox.flex img {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
  }
  #feature .featureBox.flex img:nth-of-type(4), #feature .featureBox.flex:nth-of-type(2) img:nth-of-type(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .ani_01 {
    left: 20px;
  }
  #feature h2 {
    margin-left: 240px;
  }
}
@media screen and (max-width: 900px) {
  #feature .tCenter {
    text-align: left !important;
  }
  #feature .btn_01 {
    margin-right: 0;
    margin-left: 20%;
  }
}
@media screen and (max-width: 750px) {
  .ani_01 {
    top: -183px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .ani_02 {
    bottom: 31.867vw;
    right: 0;
    width: 52.4vw;
    padding-bottom: 0;
    background: none;
  }
  #feature h2 {
    margin-top: 80px;
    margin-bottom: 58px;
    margin-left: 0;
    text-align: center;
  }
  #feature .featureBox.flex {
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #feature .featureBox.flex img {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
  #feature .tCenter {
    text-align: center !important;
  }
  #feature .btn_01 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 414px) {
  .ani_02 {
    bottom: 50.867vw;
  }
}
/*-----------------------------------------------------
	sec#aquaculture
------------------------------------------------------*/
#aquaculture {
	padding: 85px 0 80px;
}
#aquaculture h2 {
	margin-bottom: 60px;
}
#aquaculture .flex {
	margin-bottom: 30px;
}
#aquaculture .flex .aquacultureL {
	width: 67.5%;
}
#aquaculture .flex .aquacultureL h3 {
	margin-bottom: 20px;
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
}
#aquaculture .flex .aquacultureL p {
	margin-bottom: 10px;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
#aquaculture .flex .aquacultureR {
	width: 26%;
  padding-top: 80px;
  text-align: right;
}
#aquaculture img {
	border-radius: 7px;
}
@media screen and (max-width: 1080px) {
  #aquaculture .flex {
    margin-bottom: 50px;
  }
  #aquaculture .flex .aquacultureL {
    width: 100%;
  }
  #aquaculture .flex .aquacultureR {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  #aquaculture img {
    width: 100%;
  }
}
/*-----------------------------------------------------
	sec#reasons
------------------------------------------------------*/
#reasons {
  position: relative;
	padding: 80px 0;
  background: #F5F9FC;
  border-top: 8px solid #E1E6EA;
  border-bottom: 8px solid #E1E6EA;
  overflow: hidden;
}
#reasons::before {
  content: "";
  position: absolute;
	top: 0;
  left: -69px;
  width: 497px;
  height: 258px;
  background: url("../images/top/reasons_bg.png")no-repeat top left;
}
#reasons h2 {
	margin-bottom: 60px;
}
#reasons .flex {
	margin-bottom: 30px;
}
#reasons .flex .reasonsL {
	width: 50%;
  padding: 0 55px;
}
#reasons .flex .reasonsL h3 {
	margin-bottom: 30px;
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
#reasons .flex .reasonsL h3 span {
  font-size: 26px;
}
#reasons .flex .reasonsR {
	width: 50%;
}
#reasons .flex .reasonsR p {
	margin-bottom: 10px;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.2;
}
#reasons .flex .reasonsR p span {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.6;
}
.blue {
  color: #0E6EB8;
}
.orange {
  color: #E4682C;
}
@media screen and (max-width: 1080px) {
  #reasons .flex {
    margin-bottom: 0;
  }
  #reasons .flex .reasonsL {
    width: 48%;
    padding: 0;
  }
  #reasons .flex .reasonsR {
    width: 48%;
  }
  .reasonsBr {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #reasons .flex .reasonsL {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  #reasons .flex .reasonsR {
    width: 100%;
  }
}
/*-----------------------------------------------------
	sec#start
------------------------------------------------------*/
#start {
	padding: 80px 0;
  border-bottom: 8px solid #E1E6EA;
}
#start .flex .startL {
	width: 50%;
  padding: 0 20px 0 0;
}
#start .flex .startL img {
	width: 100%;
  border-radius: 7px;
}
#start .flex .startR {
	width: 50%;
  padding: 0 0 0 20px;
  text-align: right;
}
#start .flex .startR h2 {
	margin-bottom: 15px;
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.7;
  text-align: left;
}
#start .flex .startR p {
	margin-bottom: 30px;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
}
#start .flex .startR .btn_01::before {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	width: 24px;
	height: 18px;
	background: url("../images/common/contact_icon.svg") center center no-repeat;
	background-size: cover;
}
#start .flex .startR .btn_01::after {
	display: none;
}
@media screen and (max-width: 1080px) {
  #start .flex .startL {
    width: 100%;
    padding: 0;
    order: 2;
  }
  #start .flex .startR {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
    order: 1;
  }
}
/*-----------------------------------------------------
	sec#news
------------------------------------------------------*/
#news {
	padding: 80px 0;
  background: #F5F9FC;
}
#news .wrap {
  position: relative;
}
#news h2 {
  margin-bottom: 20px;
	text-align: left;
}
#news .tRight {
  position: absolute;
	top: 0;
  right: 0;
}
#news .tRight .btn_01 {
  padding: 10px 50px;
}
#news dl {
  padding: 20px 0;
  border-top: 1px solid #93BDC6;
}
#news dl:first-of-type {
  border-top: 1px solid #65858E;
}
#news dl:nth-of-type(3) {
  border-bottom: 1px solid #93BDC6;
}
#news dl:nth-of-type(n+4) {
  display: none;
}
#news dl dt {
	width: 165px;
  padding: 0 30px;
	font-size: 16px;
	font-weight: 500;
}
#news dl dd {
	width: calc(100% - 165px);
}
#news dl dd .news_title {
  margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}
#news dl dd p {
	font-size: 14px;
	font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1080px) {
  #news .tRight {
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  #news {
    padding: 80px 0 200px;
  }
  #news .tRight {
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: auto;
    bottom: -100px;
    right: auto;
  }
  #news dl dt {
    width: 100%;
    padding: 0 0px;
  }
  #news dl dd {
    width: 100%;
  }
}