@charset "utf-8";

/* recruit */


/* contents
----------------------------------------- */
#contents {
	margin-top: 30px;
}


/* person-sec */
.person-sec {
}
.person-sec-intro {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 120px;
	overflow: hidden;
}
.person-sec-intro::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 415px;
	height: 109px;
	background: url(../images/jigyo/toto/promotion_before.png) 0 0 no-repeat;
	background-size: 415px 109px;
	opacity: 0.8;
}
.person-sec-intro::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 10%;
	left: 42%;
	width: 402px;
	height: 105px;
	background: url(../images/jigyo/toto/promotion_after.png) 0 0 no-repeat;
	background-size: 402px 105px;
	opacity: 0.8;
}

.person-sec-img-side {
	position: relative;
	width: 50%;
}


.person-sec-ttl-side {
margin-right: auto;
margin-left: auto;
}

.person-sec-ttl {
	position: relative;
	margin: 0 auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 6vw;
}
.person-sec-ttl span {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.person-sec-ttl span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 10%;
	width: 25%;
	height: 11.6em;
	background-color: #3eb2d3;
	z-index: -10;
}


/* recruit-site-btn */
.recruit-site-btn {
	position: absolute;
	bottom: -60px;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
}
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 114px;
	height: 114px;
	background: url(../../images/recruit-btn-frame.svg) 0 0 no-repeat;
	background-size: 114px 114px;
	transition: all .3s;
}
.recruit-site-btn-ttl {
	position: relative;
	margin-top: 35px;
}
.recruit-site-btn-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 11px;
	height: 14px;
	margin-left: -3px;
	background: url(../../images/recruit-btn-arrow.svg) 0 0 no-repeat;
	background-size: 11px 14px;
	transition: all .3s;
}
.recruit-site-btn-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 7px;
	font-size: 1.0rem;
	color: #1092b7;
	letter-spacing: 0.05em;
	line-height: 1.0;
}
.recruit-site-btn-ttl .jpn {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #2a2a2a;
	letter-spacing: 0.05em;
	line-height: 1.0;
}

.person-sec-ttl-side {
margin-right: auto;
margin-left: auto;
}

.person-sec-ttl {
	position: relative;
	margin: 0 auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 6vw;
}
.person-sec-ttl span {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.person-sec-ttl span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 10%;
	width: 25%;
	height: 14.6em;
	background-color: #3eb2d3;
	z-index: -10;
}


/* person2-sec */
.person2-sec {
}
.person2-sec-intro {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 70px;
	overflow: hidden;
}
.person2-sec-intro::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 415px;
	height: 109px;
	background: url(../images/jigyo/toto/promotion_before.png) 0 0 no-repeat;
	background-size: 415px 109px;
	opacity: 0.8;
}
.person2-sec-intro::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 10%;
	left: 42%;
	width: 402px;
	height: 105px;
	background: url(../images/jigyo/toto/promotion_after.png) 0 0 no-repeat;
	background-size: 402px 105px;
	opacity: 0.8;
}

.person2-sec-img-side {
	position: relative;
	width: 50%;
}


.person2-sec-ttl-side {
margin-right: auto;
margin-left: auto;
}

.person2-sec-ttl {
	position: relative;
	margin: 0 auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 6vw;
}
.person2-sec-ttl span {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.person2-sec-ttl span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 10%;
	width: 25%;
	height: 12.6em;
	background-color: #3eb2d3;
	z-index: -10;
}


/* strong-point */
.strong-point {
	margin-bottom: 60px;
	padding: 0 30px;
}
.strong-point-ttl {
	text-align: center;
}
.strong-point-ttl .sp {
	display: inline-block !important;
}
.strong-point-ttl span {
	display: inline-block;
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2a2a2a;
	font-size: 1.8rem;
}
.strong-point-sub-ttl {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.strong-point-lead {
	max-height: 100%;
}
.strong-point-lead p {
	margin-bottom: 25px;
	font-size: 1.3rem;
	line-height: 2.2;
}
.strong-point-lead p:last-child {
	margin-bottom: 0;
}

/* symposium-sec */
.symposium-sec {
	position: relative;
	margin-bottom: 60px;
	padding: 60px 0 40px;
	background: url(../images/symposium-bg_sp.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	background-color: #e0f3fd;
	overflow: hidden;
}
.symposium-sec::before {
	display: block;
	content: "";
	position: absolute;
	top: 100px;
	left: 50%;
	width: 400px;
	height: 114px;
	margin-left: -200px;
	background: url(../../../../../../images/club/chottoyacht.png) 0 0 no-repeat;
	background-size: 400px 114px;
	z-index: 10;
}
.symposium-sec-ttl {
	position: relative;
	max-width: 66%;
	margin: 0 auto 65px;
	text-align: center;
	z-index: 100;
}
.symposium-sec-ttl::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 18%;
	height: 1px;
	background-color: #2a2a2a;
}
.symposium-sec-ttl::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 18%;
	height: 1px;
	background-color: #2a2a2a;
}
.symposium-sec-ttl-inner::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 16px;
	right: 0;
	width: 18%;
	height: 1px;
	background-color: #2a2a2a;
}
.symposium-sec-ttl-inner::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 18px;
	right: 0;
	width: 18%;
	height: 1px;
	background-color: #2a2a2a;
}
.symposium-sec-ttl-inner .ttl-small {
	display: block;
	margin-bottom: 5px;
	font-size: 1.4rem;
}
.symposium-sec-ttl-inner .ttl-large {
	display: block;
	font-size: 2.4rem;
	line-height: 1.0;
}

/* symposium-member-list */
.symposium-member-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 50px;
	padding: 0 2px;
}
.symposium-member-list li {
	position: relative;
	margin-right: 1px;
	margin-bottom: 1px;
}
.symposium-member-list li:nth-child(3n) {
	margin-right: 0;
}
.member-img {
}
.member-name-box {
	box-sizing: border-box;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 70%;
	padding: 10px 15px 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: rgba(42,42,42,0.8);
	color: #fff;
}
.member-name {
	display: block;
	margin-bottom: 5px;
	font-size: 3.6vw;
	line-height: 1.4;
}
.member-position {
	display: inline-block;
	font-size: 2.4vw;
	line-height: 1.4;
	vertical-align: top;
}
.symposium-member-list li:nth-child(2) .member-name-box,
.symposium-member-list li:nth-child(4) .member-name-box {
	background-color: rgba(12,181,155,0.8);
}

/* symposium-description */
.symposium-description {
	margin-bottom: 50px;
	padding: 0 20px;
	font-size: 1.3rem;
	line-height: 2.0;
}
.symposium-description-inner01 {
	position: relative;
	padding: 30px;
}

.symposium-description-inner01::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -2px;
	width: 20px;
	height: 1px;
	background-color: #1092b7;
}
.symposium-description-inner01::after {
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 1px;
	height: 20px;
	background-color: #1092b7;
}
.symposium-description-inner02::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: -2px;
	width: 20px;
	height: 1px;
	background-color: #1092b7;
}
.symposium-description-inner02::after {
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #3eb2d3;
}
.symposium-description-inner03::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: -2px;
	width: 20px;
	height: 1px;
	background-color: #1092b7;
}
.symposium-description-inner03::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 1px;
	height: 20px;
	background-color: #1092b7;
}
.symposium-description-inner04::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 20px;
	height: 1px;
	background-color: #1092b7;
}
.symposium-description-inner04::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #1092b7;
}


/* symposium-talk-sec */
.symposium-talk-sec {
	padding: 0 20px;
}
.symposium-talk-sec-inner {
	padding: 45px 20px;
	background-color: #fff;
}
.talk-theme-area {
	margin-bottom: 60px;
}
.talk-theme-area:last-child {
	margin-bottom: 0;
}
.talk-theme-ttl {
	text-align: center;
}
.talk-theme-ttl .sp {
	display: inline-block !important;
}
.talk-theme-ttl span {
	display: inline-block;
	margin-bottom: 45px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2a2a2a;
	font-size: 1.8rem;
}
.talk-list {
}
.talk-list li {
	display: flex;
	margin-bottom: 40px;
}
.talk-list li:last-child {
	margin-bottom: 0;
}
.talk-person-img {
	width: 50px;
	margin-right: 20px;
	text-align: center;
}
.talk-person-name {
	margin-top: 5px;
	font-size: 1.1rem;
}
.talk-person-text {
	width: calc(100% - 70px);
	font-size: 1.2rem;
}
.talk-person-all {
	width: 50px;
	height: 50px;
	background-color: #1092b7;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-size: 1.3rem;
}

.symposium-bottom {
	position: relative;
	margin: 40px 0 0;
	padding-bottom: 30px;
	text-align: center;
	font-size: 2.0rem;
}
.symposium-bottom::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 18px;
	margin-left: -15px;
	background: url(../images/recruit-arrow.png) 0 0 no-repeat;
	background-size: 29px 18px;
}


/* marine-position-sec */
.marine-position-sec {
	margin-bottom: 10px;
}
.marine-position-sec-ttl {
	margin-bottom: 35px;
	text-align: center;
}
.marine-position-sec-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.marine-position-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #3eb2d3;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.marine-position-sec-btn-area {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	padding: 40px 20px 0px;
	text-align: center;
}
.marine-position-sec-btn-area-text {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.6rem;
}
.marine-position-sec-btn-area-text .sp {
	display: inline-block !important;
}
.marine-position-sec-btn {
	display: block;
	margin: 5px auto;
	padding: 10px;
	background-color: #103675;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
.marine-position-sec-btn:hover {
	color: #fff;
}


/* beachclean-sec-list */
.beachclean-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.beachclean-sec-list li {
	width: 48%;
	margin-bottom: 30px;
}
.beachclean-sec-list li:nth-child(odd) {
	margin-right: 4%;
}
.beachclean-img {
	display: block;
	position: relative;
}
.beachclean-category {
	position: absolute;
	top: -16px;
	left: -7px;
	width: 33px;
	height: 33px;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	border-radius: 50%;
	line-height: 33px;
}
.beachclean-category.private {
	background-color: #1c79ba;
}
.beachclean-category.public {
	background-color: #e38619;
}
.beachclean-info {
	padding-top: 10px;
	border-top: 2px solid #fff000;
}
.beachclean-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.beachclean-name {
	font-size: 1.2rem;
}
.beachclean-link {
}

/*list*/

table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table tr:hover{
  background-color: #d4f0fd;
}

table th,table td{
  text-align: center;
  width: 10%;
  padding: 15px 0;
	font-size: 11px;
}

/*flow*/
.company-info-img-area {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 20px 60px 20px;
}


/* company-info-sec */
.company-info-sec {
	margin-bottom: 70px;
	padding: 0 30px;
}
.company-info-list {
	margin-bottom: 40px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.company-info-list li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 20px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.company-info-list li span {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 1.4rem;
}
.company-info-list li div {
	font-size: 1.3rem;
}
.company-info-img-area {
}



/* member-sec-list */
.member-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin:10px;
}
.member-sec-list li {
	width: 46%;
	margin-bottom: 75px;
}
.member-img {
	display: block;
	position: relative;
}
.member-img-inner {
	overflow: hidden;
}
.member-img-inner img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.member-img-inner:hover img {
	transform: scale3d(1.06,1.06,1.06);
}
.member-category {
	position: absolute;
	top: -32px;
	left: -14px;
	width: 66px;
	height: 66px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 50%;
	line-height: 66px;
}
.member-category.private {
	background-color: #1c79ba;
}
.member-category.public {
	background-color: #e38619;
}
.member-info {
	position: relative;
	margin: -35px 0 0 16%;
	padding: 35px 40px 25px;
	border-top: 2px solid #3eb2d3;
	background-color: #fff;
	z-index: 100;
}
.member-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.member-name {
	font-size: 1.6rem;
}
.member-link {
	text-align: right;
	font-size: 1.4rem;
}


/* member2-sec-list */
.member2-sec-list {
	display: flex;
	flex-wrap: inherit;
	margin:10px;
}
.member2-sec-list li {
	width: 46%;
}
.member2-img {
	display: block;
	position: relative;
}
.member2-img-inner {
	overflow: hidden;
}
.member2-img-inner img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.member2-img-inner:hover img {
	transform: scale3d(1.06,1.06,1.06);
}
.member2-category {
	position: absolute;
	top: -32px;
	left: -14px;
	width: 66px;
	height: 66px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 50%;
	line-height: 66px;
}
.member2-category.private {
	background-color: #1c79ba;
}
.member2-category.public {
	background-color: #e38619;
}
.member2-info {
	position: relative;
	margin: -35px 0 0 16%;
	padding: 35px 40px 25px;
	border-top: 2px solid #3eb2d3;
	background-color: #fff;
	z-index: 100;
}
.member2-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.member2-name {
	font-size: 1.6rem;
}
.member2-link {
	text-align: right;
	font-size: 1.4rem;
}

/* picture-cont */
.picture-cont {
    margin-bottom: 100px;
    padding: 0 10%;
}



/* back-point */
.back-sec{
	position: relative;
	margin-bottom: 60px;
	padding: 20px 0 40px;
	background: url(../images/symposium-bg_sp.jpg) 0 0 no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
	background-size: 100% auto;
	background-color: #e0f3fd;
	overflow: hidden;
}
.back-point {
	margin: 0px 20px;
	padding: 0 30px;
	background-color: #fff;
}
.back-point-ttl {
	text-align: center;
}
.back-point-ttl .sp {
	display: inline-block !important;
}
.back-point-ttl span {
	display: inline-block;
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2a2a2a;
	font-size: 1.8rem;
}
.back-point-sub-ttl {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.back-point-lead {
	max-height: 100%;
}
.back-point-lead p {
	margin-bottom: 25px;
	font-size: 1.3rem;
	line-height: 2.2;
}
.back-point-lead p:last-child {
	margin-bottom: 0;
}



/*list*/

table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table tr:hover{
  background-color: #d4f0fd;
}

table th{
  text-align: center;
  width: 10%;
  padding: 15px 0;
  font-size: 11px;
  background-color: #e0f3fd;
}


table td{
  text-align: center;
  width: 10%;
  padding: 15px 0;
  font-size: 11px;
}



/* private-sec */
.private-sec {
	position: relative;
	padding: 60px 30px;
	background: url(/) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.private-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 74px;
	left: 50%;
	width: 405px;
	height: 141px;
	margin-left: -202px;
	background: url(/) 0 0 no-repeat;
	background-size: 405px 141px;
}
.private-sec-ttl {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
	z-index: 100;
}
.private-sec-ttl .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 2.0rem;
	line-height: 1.2;
}
.private-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #3eb2d3;
	letter-spacing: 0.02em;
}
.private-sec-cont {
	margin-bottom: 35px;
}
.private-sec-cont-img {
}
.private-sec-cont-text {
	padding: 32px 40px 40px;
	background-color: #fff;
}
.private-sec-cont-ttl {
	margin-bottom: 22px;
	font-size: 3.2rem;
	color: #3eb2d3;
	line-height: 1.6;
}
.private-sec-cont-lead {
	font-size: 1.2rem;
	line-height: 2.2;
}
.private-sec-cont-lead p {
	margin-bottom: 20px;
}
.private-sec-cont-lead p:last-child {
	margin-bottom: 0;
}
.private-sec-form-text {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 20px;
	padding: 0;
	font-size: 1.3rem;
	text-align: center;
}
.private-sec-btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #3eb2d3;
	color: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s;
}
.private-sec-btn:hover {
	color: #fff;
}



/* strong-point */
.strong-point {
	margin-bottom: 60px;
	padding: 0 30px;
}
.strong-point-ttl {
	text-align: center;
}
.strong-point-ttl .sp {
	display: inline-block !important;
}
.strong-point-ttl span {
	display: inline-block;
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2a2a2a;
	font-size: 1.8rem;
}
.strong-point-sub-ttl {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 30px;
	font-size: 1.4rem;
	text-align: center;
}
.strong-point-lead {
	max-height: 100%;
}
.strong-point-lead p {
	margin-bottom: 25px;
	font-size: 1.3rem;
	line-height: 2.2;
}
.strong-point-lead p:last-child {
	margin-bottom: 0;
}



























































/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {


/* contents
----------------------------------------- */
#contents {
	margin-top: 70px;
}

/* person-sec */
.person-sec {
}
.person-sec-intro {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 250px;
	overflow: hidden;
}
.person-sec-intro::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 37%;
	width: 831px;
	height: 218px;
	background: url(../images/jigyo/toto/promotion_before.png) 0 0 no-repeat;
	background-size: 831px 218px;
	opacity: 0.6;
}
.person-sec-intro::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13%;
	left: 45%;
	width: 804px;
	height: 211px;
	background: url(../images/jigyo/toto/promotion_after.png) 0 0 no-repeat;
	background-size: 804px 211px;
	opacity: 0.8;
}
.person-sec-img-side {
	position: relative;
	width: 64%;
}


.person-sec-ttl-side {
	width: 36%;
	text-align: center;
}
.person-sec-ttl {
	position: relative;
	display: inline-block;
	margin: 0 0 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 3.0rem;
	text-align: center;
}
.person-sec-ttl span {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.person-sec-ttl span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 10%;
	width: 25%;
	height: 14.6em;
	background-color: #3eb2d3;
	z-index: -10;
}


/* person-sec */
.person2-sec {
}
.person2-sec-intro {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 230px;
	overflow: hidden;
}
.person2-sec-intro::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 37%;
	width: 831px;
	height: 170px;
	background: url(../images/jigyo/toto/promotion_before.png) 0 0 no-repeat;
	background-size: 831px 218px;
	opacity: 0.6;
}
.person2-sec-intro::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13%;
	left: 45%;
	width: 804px;
	height: 170px;
	background: url(../images/jigyo/toto/promotion_after.png) 0 0 no-repeat;
	background-size: 804px 211px;
	opacity: 0.8;
}
.person2-sec-img-side {
	position: relative;
	width: 64%;
}


.person2-sec-ttl-side {
	width: 36%;
	text-align: center;
}
.person2-sec-ttl {
	position: relative;
	display: inline-block;
	margin: 0 0 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 3.0rem;
	text-align: center;
}
.person2-sec-ttl span {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.person2-sec-ttl span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 10%;
	width: 25%;
	height: 12.4em;
	background-color: #3eb2d3;
	z-index: -10;
}


/* recruit-site-btn */
.recruit-site-btn {
	position: absolute;
	bottom: -85px;
	left: 12%;
	right: 60px;
	width: 170px;
	height: 170px;
	margin-left: 0;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
}
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 160px;
	height: 160px;
	background: url(../../images/recruit-btn-frame.svg) 0 0 no-repeat;
	background-size: 160px 160px;
	transition: all .4s;
}
.recruit-site-btn:hover::after {
	transform: rotate(180deg);
}
.recruit-site-btn-ttl {
	position: relative;
	margin-top: 53px;
}
.recruit-site-btn-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -38px;
	left: 50%;
	width: 15px;
	height: 19px;
	margin-left: -5px;
	background: url(../../images/recruit-btn-arrow.svg) 0 0 no-repeat;
	background-size: 15px 19px;
	transition: all .4s;
}
.recruit-site-btn:hover .recruit-site-btn-ttl::after {
	margin-left: 0;
}
.recruit-site-btn-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 1.4rem;
	color: #1092b7;
	letter-spacing: 0.05em;
	line-height: 1.0;
}
.recruit-site-btn-ttl .jpn {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 2.0rem;
	color: #2a2a2a;
	letter-spacing: 0.05em;
	line-height: 1.0;
}

/* strong-point */
.strong-point {
	max-width: 800px;
	margin: -90px auto 0px;
	padding: 0px;
}
.strong-point-ttl {
	text-align: center;
}
.strong-point-ttl .sp {
	display: none !important;
}
.strong-point-ttl span {
	display: inline-block;
	margin-bottom: 60px;
	padding-bottom: 12px;
	border-bottom: 2px solid #2a2a2a;
	font-size: 2.4rem;
}
.strong-point-sub-ttl {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 2.0;
}
.strong-point-lead {
}
.strong-point-lead p {
	margin-bottom: 35px;
	font-size: 1.5rem;
	line-height: 2.4;
}
.strong-point-lead p:last-child {
	margin-bottom: 0;
}

/* symposium-sec */
.symposium-sec {
	position: relative;
	margin-bottom: 150px;
	padding: 130px 0 80px;
	background: url(../images/symposium-bg_pc.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	background-color: #e0f3fd;
	overflow: hidden;
}
.symposium-sec::before {
	display: block;
	content: "";
	position: absolute;
	top: 130px;
	left: 50%;
	width: 998px;
	height: 286px;
	margin-left: -499px;
	background: url(../../../../../../images/club/chottoyacht.png) 0 0 no-repeat;
	background-size: 998px 286px;
	z-index: 10;
}
.symposium-sec-ttl {
	position: relative;
	max-width: 500px;
	margin: 0 auto 150px;
	text-align: center;
	z-index: 100;
}
.symposium-sec-ttl::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 120px;
	height: 1px;
	background-color: #2a2a2a;
}
.symposium-sec-ttl::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 120px;
	height: 1px;
	background-color: #2a2a2a;
}
.symposium-sec-ttl-inner::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 120px;
	height: 1px;
	background-color: #2a2a2a;
}
.symposium-sec-ttl-inner::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
	right: 0;
	width: 120px;
	height: 1px;
	background-color: #2a2a2a;
}
.symposium-sec-ttl-inner .ttl-small {
	display: block;
	margin-bottom: 7px;
	font-size: 2.2rem;
}
.symposium-sec-ttl-inner .ttl-large {
	display: block;
	font-size: 4.0rem;
	line-height: 1.0;
}

/* symposium-member-list */
.symposium-member-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 90px;
	padding: 0 56px;
}
.symposium-member-list li {
	position: relative;
	width: calc((100% - 8px)/5);
	margin-right: 2px;
	margin-bottom: 0;
}
.symposium-member-list li:nth-child(3n) {
	margin-right: 2px;
}
.symposium-member-list li:last-child {
	margin-right: 0;
}
.member-img {
}
.member-name-box {
	box-sizing: border-box;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 93%;
	padding: 20px 5px 14px 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: rgba(42,42,42,0.8);
	color: #fff;
}
.member-name {
	display: block;
	margin-bottom: 5px;
	font-size: 2.0rem;
	line-height: 1.4;
}
.member-position {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
	vertical-align: top;
}
.symposium-member-list li:nth-child(2),
.symposium-member-list li:nth-child(4) {
	margin-top: 60px;
}
.symposium-member-list li:nth-child(2) .member-name-box,
.symposium-member-list li:nth-child(4) .member-name-box {
	background-color: rgba(12,181,155,0.8);
}

/* symposium-description */
.symposium-description {
	max-width: 800px;
	margin: 0 auto 100px;
	padding: 0 20px;
	font-size: 1.6rem;
	line-height: 2.0;
}
.symposium-description-inner01 {
	position: relative;
	padding: 40px 80px;
}

.symposium-description-inner01::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -2px;
	width: 24px;
	height: 1px;
	background-color: #1092b7;
}
.symposium-description-inner01::after {
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 1px;
	height: 24px;
	background-color: #1092b7;
}
.symposium-description-inner02::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: -2px;
	width: 24px;
	height: 1px;
	background-color: #1092b7;
}
.symposium-description-inner02::after {
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	width: 1px;
	height: 24px;
	background-color: #3eb2d3;
}
.symposium-description-inner03::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: -2px;
	width: 24px;
	height: 1px;
	background-color: #1092b7;
}
.symposium-description-inner03::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 1px;
	height: 24px;
	background-color: #1092b7;
}
.symposium-description-inner04::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 24px;
	height: 1px;
	background-color: #1092b7;
}
.symposium-description-inner04::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 1px;
	height: 24px;
	background-color: #1092b7;
}

/* symposium-talk-sec */
.symposium-talk-sec {
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.symposium-talk-sec-inner {
	padding: 100px 80px;
	background-color: #fff;
}
.talk-theme-area {
	margin-bottom: 110px;
}
.talk-theme-area:last-child {
	margin-bottom: 0;
}
.talk-theme-ttl {
	text-align: center;
}
.talk-theme-ttl .sp {
	display: none !important;
}
.talk-theme-ttl span {
	display: inline-block;
	margin-bottom: 80px;
	padding-bottom: 12px;
	border-bottom: 2px solid #2a2a2a;
	font-size: 2.4rem;
}

.talk-list {
}
.talk-list li {
	display: flex;
	margin-bottom: 45px;
}
.talk-list li:last-child {
	margin-bottom: 0;
}
.talk-person-img {
	width: 80px;
	margin-right: 40px;
	text-align: center;
}
.talk-person-name {
	margin-top: 5px;
	font-size: 1.1rem;
}
.talk-person-text {
	max-height: 100%;
	width: calc(100% - 120px);
	padding-top: 5px;
	font-size: 1.5rem;
	line-height: 2.0;
}
.talk-person-all {
	width: 80px;
	height: 80px;
	background-color: #1092b7;
	color: #fff;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	font-size: 1.8rem;
}

.symposium-bottom {
	position: relative;
	margin: 70px 0 0;
	padding-bottom: 60px;
	text-align: center;
	font-size: 3.0rem;
}
.symposium-bottom::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 58px;
	height: 37px;
	margin-left: -29px;
	background: url(../images/recruit-arrow.png) 0 0 no-repeat;
	background-size: 58px 37px;
}

/* marine-position-sec */
.marine-position-sec {
	margin-bottom: 0px;
}
.marine-position-sec-ttl {
	max-height: 100%;
	margin-bottom: 70px;
	text-align: center;
}
.marine-position-sec-ttl .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 3.4rem;
	line-height: 1.6;
}
.marine-position-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #3eb2d3;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.marine-position-sec-btn-area {
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 20px 30px;
	text-align: center;
}
.marine-position-sec-btn-area-text {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2.6rem;
}
.marine-position-sec-btn-area-text .sp {
	display: none !important;
}
.marine-position-sec-btn {
	display: block;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	padding: 20px;
	background-color: #103675;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	transition: all .2s;
}
.marine-position-sec-btn:hover {
	color: #fff;
	background-color: #1092b7;
}


/* beachclean-sec-list */
.beachclean-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.beachclean-sec-list li {
	width: 46%;
	margin-bottom: 75px;
}
.beachclean-sec-list li:nth-child(odd) {
	margin-right: 8%;
}
.beachclean-img {
	display: block;
	position: relative;
}
.beachclean-img-inner {
	overflow: hidden;
}
.beachclean-img-inner img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.beachclean-img-inner:hover img {
	transform: scale3d(1.06,1.06,1.06);
}
.beachclean-category {
	position: absolute;
	top: -32px;
	left: -14px;
	width: 66px;
	height: 66px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 50%;
	line-height: 66px;
}
.beachclean-category.private {
	background-color: #1c79ba;
}
.beachclean-category.public {
	background-color: #e38619;
}
.beachclean-info {
	position: relative;
	margin: -35px 0 0 16%;
	padding: 35px 40px 25px;
	border-top: 2px solid #fff000;
	background-color: #fff;
	z-index: 100;
}
.beachclean-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.beachclean-name {
	font-size: 1.6rem;
}
.beachclean-link {
	text-align: right;
	font-size: 1.4rem;
}

/*list*/

table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table tr:hover{
  background-color: #d4f0fd;
}

table th,table td{
  text-align: center;
  width: 10%;
  padding: 15px 0;
}


/*flow*/
.company-info-img-area {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 50px 80px 50px;
}


/* company-info-sec*/
.company-info-sec {
	margin-bottom: 160px;
	padding: 0 20px;
}
.company-info-list {
	max-width: 800px;
	margin: 0 auto 80px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.company-info-list li {
	display: flex;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 35px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.company-info-list li span {
	display: block;
	width: 14em;
	margin: 0;
	font-size: 1.4rem;
}
.company-info-list li div {
	width: calc(100% - 14em);
	font-size: 1.4rem;
}
.company-info-img-area {
	max-width: 750px;
	margin: 0 auto;
}



/* member-sec-list */
.member-sec-list {
	display: flex;
	flex-wrap: inherit;
	margin-bottom: 20px;
}
.member-sec-list li {
	width: 46%;
	margin-bottom: 75px;
}
.member-img {
	display: block;
	position: relative;
}
.member-img-inner {
	overflow: hidden;
}
.member-img-inner img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.member-img-inner:hover img {
	transform: scale3d(1.06,1.06,1.06);
}
.member-category {
	position: absolute;
	top: -32px;
	left: -14px;
	width: 66px;
	height: 66px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 50%;
	line-height: 66px;
}
.member-category.private {
	background-color: #1c79ba;
}
.member-category.public {
	background-color: #e38619;
}
.member-info {
	position: relative;
	margin: -35px 0 0 16%;
	padding: 35px 40px 25px;
	border-top: 2px solid #3eb2d3;
	background-color: #fff;
	z-index: 100;
}
.member-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.member-name {
	font-size: 1.6rem;
}
.member-link {
	text-align: right;
	font-size: 1.4rem;
}

/* picture-cont */
.picture-cont {
    margin-bottom: 100px;
    padding: 0 10%;
}



/* back-point */
.back-sec{
	position: relative;
	margin-bottom: 150px;
	padding: 0px;
	background: url(../images/symposium-bg_pc.jpg) 0 0 no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
	background-size: 100% auto;
	background-color: #e0f3fd;
	overflow: hidden;

}
.back-point {
	max-width: 1000px;
	margin: 40px auto 110px;
	padding: 0 20px;
	background-color: #fff;
}
.back-point-ttl {
	text-align: center;
}
.back-point-ttl .sp {
	display: none !important;
}
.back-point-ttl span {
	display: inline-block;
	margin-bottom: 60px;
	margin-top: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #2a2a2a;
	font-size: 2.4rem;
}
.back-point-sub-ttl {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 2.0;
}
.back-point-lead {
}
.back-point-lead p {
	margin-bottom: 35px;
	font-size: 1.5rem;
	line-height: 2.4;
}
.back-point-lead p:last-child {
	margin-bottom: 0;
}



/*list*/

table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table tr:hover{
  background-color: #d4f0fd;
}

table th{
  text-align: center;
  width: 10%;
  padding: 15px 0;
  background-color: #e0f3fd;
}

table td{
  text-align: center;
  width: 10%;
  padding: 15px 0;
}


/* private-sec */
.private-sec {
	position: relative;
	padding: 130px 60px 140px;
	background: url(/) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.private-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 140px;
	left: 50%;
	width: 700px;
	height: 244px;
	margin-left: -350px;
	background: url(/) 0 0 no-repeat;
	background-size: 700px 244px;
}
.private-sec-ttl {
	position: relative;
	padding-bottom: 95px;
	text-align: center;
	z-index: 100;
}
.private-sec-ttl .jpn {
	display: block;
	margin-bottom: 15px;
	font-size: 3.5rem;
	line-height: 1.2;
}
.private-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	color: #3eb2d3;
	letter-spacing: 0.02em;
}
.private-sec-cont {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 90px;
	background-color: #fff;
}
.private-sec-cont-img {
	width: 50%;
}
.private-sec-cont-text {
	box-sizing: border-box;
	width: 50%;
	padding: 30px 8% 30px;
	background-color: #fff;
}
.private-sec-cont-ttl {
	margin: 60px;
	font-size: 3.8rem;
	color: #3eb2d3;
	line-height: 1.6;
}
.private-sec-cont-lead {
	font-size: 1.5rem;
	line-height: 2.2;
}
.private-sec-cont-lead p {
	margin-bottom: 30px;
}
.private-sec-cont-lead p:last-child {
	margin-bottom: 0;
}
.private-sec-form-text {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 25px;
	padding: 0;
	font-size: 2.3rem;
	text-align: center;
}
.private-sec-btn {
	display: block;
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	padding: 30px 10px;
	background-color: #3eb2d3;
	color: #fff;
	border-radius: 5px;
	font-size: 2.0rem;
	text-align: center;
	transition: all .2s;
}
.private-sec-btn:hover {
	color: #fff;
	background-color: #1092b7;
}



/* strong-point */
.strong-point {
	max-width: 800px;
	margin: -90px auto 0px;
	padding: 0px 50px;
}
.strong-point-ttl {
	text-align: center;
}
.strong-point-ttl .sp {
	display: none !important;
}
.strong-point-ttl span {
	display: inline-block;
	margin: 60px;
	padding-bottom: 12px;
	border-bottom: 2px solid #2a2a2a;
	font-size: 2.4rem;
}
.strong-point-sub-ttl {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 2.0;
	text-align: center;
}
.strong-point-lead {
}
.strong-point-lead p {
	margin-bottom: 35px;
	font-size: 1.5rem;
	line-height: 2.4;
}
.strong-point-lead p:last-child {
	margin-bottom: 0;
}








} /* tablet */















































/* PC:1201px - */
@media only screen and (min-width: 1201px) {


} /* PC */
