*{margin:0;padding:0;}
.subP {
	margin-top: 120px;
}
.w1030{
	max-width: 1030px;
	width: 80%;
	margin: auto;
}
.subP .ttl,
.cruiseP .ttl{
	text-align: center;
	font-size: 38px;
	margin: 70px 0;
	letter-spacing: 9px;
}
.subP .ttl span,
.cruiseP .ttl span{
	font-size: 16px;
	display: block;
	font-weight: 500;
}

/* プライバシーポリシー */
.privacybox{
	background: #f1f5f9;
	padding: 50px;
	margin-top: 50px;
}
.privacybox dl{
	margin-top: 50px;
}
.privacybox dl dt{
	font-weight: 900;
	margin-bottom: 10px;
	border-left: 4px solid #5f5f5f;
	padding-left: 8px;
	color: #5f5f5f;
	line-height: 1.3;
	font-size: 16px;
}
.privacybox dl dd{
	margin-bottom: 30px;
}
/* 制作事例 */
.works-area{
	max-width: 1030px;
	width: 90%;
	margin: auto;
}
.tab-area {
  display: flex;
  justify-content:center;
  cursor: pointer;
}
.tab {
  width: 25%;
  text-align: center;
  border: 2px solid;
  padding: 10px 0 8px;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 2px;
  margin: 0 10px;
}
.tab a{
	display: block;
}
.tab.active {
  background: #000;
  color: #fff;
  border: none;
}
.content.show {
  margin-top: 50px;
  display: block;
}
.works_list,.voice-list{
	display: flex;
	flex-wrap: wrap;
}
.works_list li,.voice-list li{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
	font-size: 13px;
}
.works_list li .works_pic{
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.works_list .imgbox{
	transition-duration: 0.3s;
}
.works_list .imgbox:hover{
  transform: scale(1.1);
  transition-duration: 0.9s;
}
.works_list li .works_pic span{
	position: absolute;
	display: inline-block;
	left: 0;
	bottom:0;
	background: #c3bb4c;
	padding: 3px 12px 2px;
	letter-spacing: 2px;
}
.works_list li .works_pic span a{
	color: #fff;
	display: block;
}
.works_list li .works_pic span a:hover{
  opacity: .7;
}
.works_list li .works_pic .kojin{
	background: #67CBD1;
}
.works_list li .works_pic img{
	width: 100%;
  height: 180px;
  object-fit: cover;
}
.works_list li:nth-child(3n),.voice-list li:nth-child(3n){
	margin-right: 0;
}
/* 貸切クルーズ */
.cruise_main img{
	width: 100%;
}
.cruisesec1_area .ttl{
	font-weight: 900;
}
.cruisesec1_catch{
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
}
.cruisesec1_list{
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}
.cruisesec1_list li{
	width: 32.5%;
}
.cruisesec1_list li img{
	width: 100%;
}
.cruisesec1_catch2{
	text-align: center;
	margin-top: 40px !important;
	font-size: 18px;
	letter-spacing: 2px;
}
.cruisesec1_insta{
	text-align: center;
	margin-top: 40px;
	letter-spacing: 1px;
}
.cruisesec1_insta i{
	display: block;
	font-size: 50px;
	margin: 6px 0;
}
.cruisesec1_insta .insta_txt{
	color: #a2bbd1;
	font-size: 13px;
}
.cruisesec1_insta a:hover{
	color: #c5d2de;
}
.cruisesec2_area{
	background: #e5e1aa;
	padding: 40px 0 50px;
	margin: 60px auto;
}
.seen_ttl{
	font-size: 24px;
	text-align: center;
	font-weight: 500;
}
.seenlist{
	display: flex;
	margin: auto;
	justify-content: space-between;
	padding: 40px 40px 20px;
	box-sizing: border-box;
}
.seenlist li{
	text-align: center;
	width: 24%;
	font-size: 17px;
}
.seenlist li p{
	width: 36%;
  margin: 0 auto 20px;
  background: #fff;
  padding: 40px;
  box-sizing: content-box;
  border-radius: 50%;
}
@media screen and (max-width:1140px){
.seenlist li{
	padding: 15px;
}
}
@media screen and (max-width:1000px){
.seenlist{
	flex-wrap: wrap;
}
.seenlist li{
	width: 48%;
}
.seenlist li p{
	width: 30%;
}
}
.seenlist li p img{
	width: 100%;
}
.cruisesec2_btn{
	max-width: 400px;
	margin: 40px auto 0;
	text-align: center;
	letter-spacing: 3px;
	font-size: 17px;
}
.cruisesec2_btn a{
	display: block;
	background: #fff;
	padding: 15px 0;
	border-radius: 2px;
	font-weight: 900;
	border: 3px solid #000;
}
.cruisesec2_btn a:hover{
	background: #000;
	color: #fff;
}
.cruisesec3_ttl{
	font-size: 25px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 2;
	font-weight: 500;
}
.cruisesec3_ttl2{
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 20px;
	color: #8d8d8d;
}
.cruisesec3_img{
	margin: 30px auto;
}
.cruisesec3_img img{
	width: 100%;
}
.cruisetxt{
	width: 95%;
	margin: auto;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.8;
}
.cruisesec4_area{
	margin-top: 90px;
}
.cruisesec4_area .ttl,
.cruisesec12_area .ttl{
	font-weight: 900;
	color: #8196ab;
	margin-bottom: 40px;
}
.cruisesec4_area .ttl span,
.cruisesec12_area .ttl span{
	border-bottom: 1px solid;
	padding-bottom: 20px;
	color: #8196ab;
	font-size: 35px;
	font-weight: 900;
}
.cruisesec4_area .seen_ttl{
	margin-bottom: 40px;
}
.cruisesec4_area .planlink{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.cruisesec4_area .planlink li{
	width: 31.5%;
	margin-top: 2.2%;
	text-align: center;
	border: solid 2px #8196ab;
}
.cruisesec4_area .planlink li a{
	padding: 30px 0 60px;
	display: block;
}
.cl_subtxt {
    color: #8196ab;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
}
.cl_subtxt::before {
    content: "";
    background: #8196ab;
    height: 1px;
    width: 50px;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
.cl_subtxt::before {
    content: "";
    background: #8196ab;
    height: 1px;
    width: 50px;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
.cruisesec4_area .planlink li h3 {
    font-size: 18px;
    line-height: 1.3em;
    position: relative;
}
.cruisesec4_area .planlink li h3::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f13a";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    color: #8196ab;
    font-size: 20px;
}
.cruisesec4_area .planlink li h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.cruisesec4_area .planlink li a:hover {
    background: #e8eff5;
}
.cruisesec5_area{
	margin-top: 80px;
}
#cruisesec5_area h3,
#cruisesec6_area h3,
#cruisesec7_area h3,
#cruisesec8_area h3,
#cruisesec9_area h3,
#cruisesec10_area h3{
	padding: 8px 2px 10px 4px;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	font-weight: 900;
	margin: 110px 0 30px;
	border-bottom: 10px solid #fef102;
	letter-spacing: 2px;
}
.cruisesec5_btn{
	margin: 20px 0 50px;
}
.cruisesec5_btn a{
	font-weight: 900;
	color: #8196ab;
	text-decoration: underline;
}

/*
.cruisesec5_btn a{
	border: 2px solid #80c9ce;
	font-weight: 900;
	color: #80c9ce;
	padding: 10px 30px;
}
.cruisesec5_btn a:hover{
	background:  #80c9ce;
	color: #fff;
}
*/
.en{
	color: #b5b5b5;
	font-size: 14px;
}
#cruisesec5_area .subttl,
#cruisesec6_area .subttl,
#cruisesec7_area .subttl,
#cruisesec8_area .subttl,
#cruisesec9_area .subttl,
#cruisesec10_area .subttl,
.optttl{
	font-weight: 900;
	font-size: 18px;
	padding-left: 10px;
	border-left: 5px solid #8196ab;
	line-height: 1.4;
	margin: 40px 0 20px;
}
.voicelist{
	margin-top:20px;
}
.voicelist li{
	margin-bottom:8px;
}
.voicelist a{
	color: #8196ab;
	font-weight: 900;
}
.cruise_table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #cfcfcf;
    margin-top: 7px;
}
.cruise_table th, .cruise_table td {
    border-bottom: solid 1px #cfcfcf;
}
.cruise_table th{
background: #e8eff5;
    width: 230px;
    font-weight: normal;
    vertical-align: top;
    border-right: solid 1px #cfcfcf;
    padding: 10px 0;
    vertical-align: middle;
}
.cruise_table th span {
    font-size: 12px;
}
.cruise_table td {
    padding: 10px 20px;
}
.cruise_table td .en{
	font-size: 12px;
	letter-spacing: 1px;
}
.cruise_table td a{
	color: #8196ab;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}
.morelinkbig a{
	display: block;
  max-width: 650px;
  margin: 40px auto 0;
  text-align: center;
  border: 4px solid #000;
  padding: 15px 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .2em;
	transition: .5s;
}
.morelinkbig a .arrow::after{
	content: "";
	background: url(../images/common/btn-arrow.svg) no-repeat;
	background-size: contain;
	width: 34px;
	height: 9px;
	display: inline-block;
	margin-left: .3em;
	vertical-align: middle;
	transition: .5s;
}
.morelinkbig a:hover .arrow::after{
	background: url(../images/common/btn-arrow-w.svg) no-repeat;
	background-size: contain;
	transition: .5s;
}
.morelinkbig a:hover{
	background: #000;
	color: #fff;
	transition: .5s;
}
.morelinkbig .en {
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.listtype li {
    list-style: disc;
    margin-left: 25px;
    vertical-align: middle;
    margin-top: 5px;
    padding-left:8px;
}
.cruisesec11_area{
	margin-top: 80px;
	border-top: 1px dotted #9d9d9d;
}
.cruisesec11_area .ttl{
	font-size: 32px;
	margin-bottom: 30px;
}
.cruisesec12_area{
	margin-top: 100px;
}
.cruisesec12_catch{
	text-align: center;
	margin-top: 10px !important;
}
.report_list{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.report_list li{
	width: 31%;
	margin-bottom: 25px;
}
.optimg{
	margin: 40px auto;
	width: 100%;
}
.optimg img{
	width: 100%;
}
.cruisesec13_area {
	margin-top: 100px;
}
.cruisesec13_area .ttl{
	font-size: 24px;
}
.cruisesec13_area .attention_list li:first-child{
	margin-bottom: 10px;
	list-style: none;
}
.cruisesec13_area .ttl{
	font-size: 22px;
	margin: 40px 0;
}
.attention_list{
	margin: 0 auto 20px;
	width: 80%;
}
.attention_list li{
	list-style: disc;
	margin-bottom: 5px;
}

/* 募集要項 */
.app-area h3{
	padding-left: 4px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  font-weight: 900;
  margin: 110px 0 15px;
  border-bottom: 10px solid #fef102;
  letter-spacing: 2px;
}
.app-area h3.mgt0{
	margin-top: 0;
}
.app_btn{
	margin-bottom: 70px;
}
.app_btn:last-child{
	margin-bottom: 0;
}
.app_btn a{
	display: block;
	  width: 80%;
  max-width: 650px;
  margin: 40px auto 0;
  text-align: center;
  border: 4px solid #000;;
  padding: 15px 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .2em;
	transition: .5s;
}
.app_btn a::after{
	content: "";
	background: url(../images/common/btn-arrow.svg) no-repeat;
	background-size: contain;
	width: 34px;
	height: 9px;
	display: inline-block;
	margin-left: .3em;
	vertical-align: middle;
	transition: .5s;
}
.app_btn a:hover::after{
	background: url(../images/common/btn-arrow-w.svg) no-repeat;
	background-size: contain;
	transition: .5s;
}
.app_btn a:hover{
	background: #000;
	color: #fff;
	transition: .5s;
}
.app_txt{
	font-weight: 900;
	font-size: 17px;
}
.cruise_table tr + tr{
	
}
.entry .more-btn{
	margin: 50px 0 100px;
}
.entry .more-btn a{
	margin: 0 auto;
}