@charset "utf-8";

/* top */

/* header
----------------------------------------- */
/* header-wrapper */
.header-wrapper {
	height: 100vh;
	max-height: 580px;
}

#top #header {
    min-height: 165px;
}

/* main-visual-area */
.main-visual-area {
	position: relative;
}
.main-slide {
}
.main-slide li {
	width: 100%;
	height: calc(100vh - 165px);
	max-height: calc(580px - 165px);
}
.main-slide .m-slide01 {
	background: url(../../../../../../images/top/top01_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide02 {
	position: relative;
	background: url(../../../../../../images/top/top02_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide03 {
	position: relative;
	background: url(../../../../../../images/top/top03_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide04 {
	position: relative;
	background: url(../../../../../../images/top/top04_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide05 {
	position: relative;
	background: url(../../../../../../images/top/top05_sp.jpg) center center no-repeat;
	background-size: cover;
}

.main-copy-set {
	box-sizing: border-box;
	width: 80%;
	position: absolute;
	top: -60px;
	left: 10%;
	z-index: 100;
}
.main-copy01 {
	font-family: 'Noto Serif JP';
	font-weight: 500;
	display: inline-block;
	margin-top: 18px;
	opacity: 0;
	transition: all 0.7s;
}
.main-copy01.fade-in {
	margin-top: 0;
	opacity: 1;
}
.main-copy01-inner {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 3.9rem;
	line-height: 1.4;
}
.main-copy01-inner .kutoten {
	font-size: 3.4rem;
}
.main-copy02 {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 18px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 1.1rem;
	line-height: 2.0;
	opacity: 0;
	transition: all 0.7s;
}
.main-copy02.fade-in {
	margin-top: 0;
	opacity: 1.0;
}
.main-copy02-01 {
}
.main-copy02-02 {
}

.recruit-site-btn {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 120px;
	height: 120px;
	margin: 0 0 -10px -10px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
	opacity: 0;
	transition: all 1.2s;
}
.recruit-site-btn.fade-in {
	margin: 0;
	opacity: 1;
}
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 114px;
	height: 114px;
	background: url(/images/outline.png) 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/yaji.png) 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;
}


/* contents
----------------------------------------- */
#contents {
}

/* news-sec */
.news-sec {
  margin-top: 45px;
  padding: 0 30px 100px 30px;
}
.news-sec-ttl {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}
.news-sec-ttl span {
	padding-bottom: 10px;
	border-bottom: 2px solid #3eb2d3;
}
.news-sec-list {
	margin-bottom: 35px;
}
.news-sec-list li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-sec-list li:last-child {
	margin-bottom: 0;
}
.news-sec-info {
	margin-bottom: 5px;
}
.news-date {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	width: 5.5em;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	padding: 10px;
}
.news-category a {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 1px 5px;
	border: 1px solid #3eb2d3;
	font-size: 1.0rem;
	letter-spacing: 0.02em;
	line-height: 1.0;
	color: #3eb2d3;
}
.news-category a:hover {
	color: #1092b7;
}

.news-sec-list-ttl {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.6;
}
.news-link-text {
	text-align: right;
}

/* business-sec */
.business-sec {
}
.business-sec-img {
	padding-top: 15px;
	opacity: 0;
	transition: all .8s;
}
.business-sec-img.fade-in {
	padding-top: 0;
	opacity: 1;
}
.business-sec-text {
	position: relative;
	padding: 80px 30px 70px;
	overflow: hidden;
}
.business-sec-text::before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 25px;
	width: 517px;
	height: 110px;
	background: url(../../../../../../images/top/back01.png) 0 0 no-repeat;
	background-size: 517px 110px;
	z-index: -10;
	opacity: 0;
	transition: all 1.0s;
}
.business-sec-text.fade-in::before {
	position: absolute;
	top: 15px;
	left: 0;
	opacity: 0.8;
}
.business-sec-text.fade-in::after {
	position: absolute;
	top: 20px;
	left: 5px;
	opacity: 0.9;
}

.business-sec-ttl {
	margin-bottom: 25px;
	font-size: 2.6rem;
	line-height: 1.4;
}
.business-sec-lead {
	margin-bottom: 45px;
	font-size: 1.2rem;
	line-height: 2.2;
}
.business-sec-btn {
}

/* recruit-sec */
.recruit-sec {
	margin-bottom: 70px;
	padding: 60px 0;
	background: url(../../../../../../images/top/back03_sp.jpg) 0 0 no-repeat;
	background-size: cover;
}
.recruit-sec-inner {
}
.recruit-sec-ttl-area {
	flex-direction: row-reverse;
	align-items: flex-end;
	margin: 50px;
}
.recruit-sec-ttl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	height: 4.5em;
	font-size: 2.6rem;
}
.recruit-sec-lead {
	margin-right: 20px;
	font-size: 1.2rem;
}

.recruit-sec-img-area {
	position: relative;
	padding: 25px 0 90px 13%;
	overflow: hidden;
	opacity: 0;
	transition: all 1.3s;
}
.recruit-sec-img-area.fade-in {
	opacity: 1;
	padding: 35px 0 90px 13%;
}

.recruit-sec-img-area.fade-in::before {
	position: absolute;
	bottom: 50px;
	left: 25px;
	opacity: 0.8;
}
.recruit-sec-img-area.fade-in::after {
	position: absolute;
	bottom: 50px;
	left: 31px;
	opacity: 0.9;
}


.recruit-sec-sp-btn {
}

/* works-sec */
.works-sec {
	margin-bottom: 80px;
	padding: 0 15px;
}
.works-sec-ttl {
	margin-bottom: 55px;
	text-align: center;
}
.works-sec-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.works-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #3eb2d3;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.works-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.works-sec-list li {
	width: 48%;
	margin-bottom: 30px;
	opacity: 0;
	transition: all .6s;
}
.works-sec-list li.fade-in {
	opacity: 1;
}
.works-sec-list li:nth-child(odd) {
	margin-right: 4%;
}
.works-img {
	display: block;
	position: relative;
}
.works-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;
}
.works-category.private {
	background-color: #1c79ba;
}
.works-category.public {
	background-color: #ffda00;
}

.works-info {
	padding-top: 10px;
}
.works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.works-name {
	font-size: 1.2rem;
}
.works-link {
}
.works-sec-btn {
}



/* works2-sec */
.works2-sec {
	margin: 40px 0 10px;
	padding: 0 15px;
}
.works2-sec-ttl {
	margin-bottom: 55px;
	text-align: center;
}
.works2-sec-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.works2-name {
	font-size: 1.2rem;
}

/* toto-sec */
.toto-sec {
}
.toto-sec-img {
	padding-top: 15px;
	opacity: 0;
	transition: all .8s;
}
.toto-sec-img.fade-in {
	padding-top: 0;
	opacity: 1;
}
.toto-sec-text {
	position: relative;
	padding: 80px 30px 70px;
	overflow: hidden;
}
.toto-sec-text::before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 25px;
	width: 517px;
	height: 110px;
	background: url(../../../../../../images/top/toto_back.png) 0 0 no-repeat;
	background-size: 517px 110px;
	z-index: -10;
	opacity: 0;
	transition: all 1.0s;
}
.toto-sec-text.fade-in::before {
	position: absolute;
	top: 15px;
	left: 0;
	opacity: 0.8;
}
.toto-sec-text.fade-in::after {
	position: absolute;
	top: 20px;
	left: 5px;
	opacity: 0.9;
}

.toto-sec-ttl {
	margin-bottom: 25px;
	font-size: 2.6rem;
	line-height: 1.4;
}
.toto-sec-lead {
	margin-bottom: 45px;
	font-size: 1.2rem;
	line-height: 2.2;
}
.toto-sec-btn {
}


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





















































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

/* header
----------------------------------------- */


#top #header {
    min-height: 345px;
}



/* header-wrapper */
.header-wrapper {
	height: 100vh;
	min-height: 880px;
	max-height: 100vh;
}

/* main-visual-area */
.main-visual-area {
	position: relative;
}
.main-slide {
}
.main-slide li {
	width: 100%;
	height: calc(100vh - 345px);
	min-height: 535px;
	max-height: 100vh;
}
.main-slide .m-slide01 {
	background: url(../../../../../../images/top/top01_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide02 {
	position: relative;
	background: url(../../../../../../images/top/top02_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide03 {
	position: relative;
	background: url(../../../../../../images/top/top03_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide04 {
	position: relative;
	background: url(../../../../../../images/top/top04_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide05 {
	position: relative;
	background: url(../../../../../../images/top/top05_pc.jpg) center center no-repeat;
	background-size: cover;
}

.main-copy-set {
	box-sizing: border-box;
	width: 80%;
	position: absolute;
	top: -110px;
	left: 16.7%;
	z-index: 100;
}
.main-copy01 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	display: inline-block;
	margin-top: 25px;
	opacity: 0;
	transition: all 0.8s;
}
.main-copy01.fade-in {
	margin-top: 0;
	opacity: 1;
}
.main-copy01-inner {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 7.3rem;
	line-height: 1.4;
}
.main-copy01-inner .kutoten {
	font-size: 6.0rem;
}
.main-copy02 {
	display: inline-block;
	margin-right: 2.0rem;
	margin-top: 25px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 2.2;
	opacity: 0;
	transition: all 0.8s;
}
.main-copy02.fade-in {
	margin-top: 0;
	opacity: 1.0;
}
.main-copy02-01 {
}
.main-copy02-02 {
}

.recruit-site-btn {
	position: absolute;
	bottom: 60px;
	left: auto;
	right: 60px;
	width: 170px;
	height: 170px;
	margin: 0 -10px -10px 0;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
	opacity: 0;
	transition: all 0.8s;
}
.recruit-site-btn.fade-in {
	margin: 0;
	opacity: 1;
}
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 160px;
	height: 160px;
	background: url(/images/outline.png) 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/yaji.png) 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;
}

/* contents
----------------------------------------- */
#contents {
	position: relative;
	z-index: 1000;
}

/* news-sec */
.news-sec {
	max-width: 830px;
	margin: 120px auto 0;
	padding: 0 20px;
}
.news-sec-inner {
	display: flex;

}
.news-sec-ttl {
	width: 150px;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: left;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
}
.news-sec-ttl span {
	padding-bottom: 12px;
	border-bottom: 2px solid #3eb2d3;
}
.news-sec-list {
	width: calc(100% - 150px);
	margin-bottom: 45px;
}
.news-sec-list li {
	display: flex;
	margin-bottom: 23px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-sec-list li:last-child {
	margin-bottom: 0;
}
.news-sec-list-ttl {
    display: inline-block;
    width: calc(100% - 15.5em);
    padding-top: 3px;
    font-size: 1.4rem;
    line-height: 1.6;
    transition: all .2s;
}

.news-sec-info {
	width: 15.5em;
	margin-bottom: 5px;
}
.news-date {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	width: 7em;
	padding: 0 0 10px 10px;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
}
.news-category a {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 3px 5px 2px;
	border: 1px solid #3eb2d3;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	line-height: 1.0;
	color: #3eb2d3;
	transition: all .2s;
}
.news-category a:hover {
	border: 1px solid #1092b7;
	color: #1092b7;
}
.news-sec-list-ttl {
	display: inline-block;
	width: calc(100% - 15.5em);
	padding: 50px 0 50px 30px;
	font-size: 1.4rem;
	line-height: 1.6;
	transition: all .2s;
}
.news-sec-list-ttl:hover {
	color: #3eb2d3;
}
.news-link-text {
	text-align: right;
}

/* business-sec */
.business-sec {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 180px;
	padding-top: 140px;
	overflow: hidden;
}
.business-sec::before {
	display: block;
	content: "";
	position: absolute;
	top: 80px;
	left: calc(48% + 60px);
	width: 1034px;
	height: 220px;
	background: url(/images/top/back01.png) 0 0 no-repeat;
	background-size: 1034px 220px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s;
}
.business-sec.fade-in::before {
	position: absolute;
	top: 80px;
	left: 48%;
	opacity: 0.8;
}
.business-sec.fade-in::after {
	position: absolute;
	top: 90px;
	left: calc(48% + 10px);
	opacity: 0.8;
}

.business-sec-img {
	width: 50%;
	padding: 20px 0 0;
	opacity: 0;
	transition: all .8s;
}
.business-sec-img.fade-in {
	padding: 0;
	opacity: 1;
}

.business-sec-text {
	box-sizing: border-box;
	position: relative;
	width: 50%;
	padding: 0 10% 0;
	overflow: hidden;
}
.business-sec-text::before {
	display: none;
}
.business-sec-text::after {
	display: none;
}
.business-sec-text-inner {
}
.business-sec-ttl {
	margin-bottom: 30px;
	font-size: 3.6rem;
	line-height: 1.4;
}
.business-sec-lead {
	margin-bottom: 45px;
	font-size: 1.4rem;
	line-height: 2.2;
}
.business-sec-btn {
	text-align: left;
}

/* recruit-sec */
.recruit-sec {
	position: relative;
	margin-bottom: 170px;
	padding: 170px 0 170px;
	background: url(/images/top/back03_pc.jpg) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.recruit-sec.fade-in::before {
	position: absolute;
	bottom: 100px;
	left: calc(25% - 15px);
	opacity: 0.8;
}
.recruit-sec.fade-in::after {
	position: absolute;
	bottom: 100px;
	left: 25%;
	opacity: 0.9;
}

.recruit-sec-inner {
	display: flex;
	align-items: center;
}
.recruit-sec-ttl-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 35%;
	margin-right: 0;
	text-align: center;
	vertical-align: top;
	z-index: 100;
}
.recruit-sec-ttl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 4.5em;
	font-size: 3.6rem;
	margin: 0 0 40px;
	line-height: 1.0;
}
.recruit-sec-ttl span {
}
.recruit-sec-lead {
	margin: 0 0 60px;
	font-size: 1.4rem;
}
.recruit-sec-pc-btn .link-btn-std {
	width: 50%;
	min-width: 200px;
	margin: 0 auto;
}
.recruit-sec-img-area {
	position: relative;
	width: 65%;
	padding: 20px 0 0;
	overflow: hidden;
	opacity: 0;
	transition: all 1.0s;
}
.recruit-sec-img-area.fade-in {
	padding: 0;
	opacity: 1;
}
.recruit-sec-img-area::before {
	display: none;
}
.recruit-sec-img-area::after {
	display: none;
}
.recruit-sec-sp-btn {
	display: none;
}

/* works-sec */
.works-sec {
	margin-bottom: 160px;
	padding: 0 10%;
}
.works-sec-ttl {
	margin-bottom: 90px;
	text-align: center;
}
.works-sec-ttl .jpn {
	display: block;
	font-size: 3.6rem;
	line-height: 1.6;
}
.works-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #3eb2d3;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.works-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.works-sec-list li {
	width: 46%;
	margin-bottom: 75px;
	opacity: 0;
	transition: all .6s;
}
.works-sec-list li.fade-in {
	opacity: 1;
}


.works-sec-list li:nth-child(odd) {
	margin-right: 8%;
}
.works-img {
	display: block;
	position: relative;
}
.works-img-inner {
	overflow: hidden;
}
.works-img-inner img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.works-img-inner:hover img {
	transform: scale3d(1.06,1.06,1.06);
}
.lifestory-list a .lifestory-img {
	overflow: hidden;
}
.lifestory-list a .lifestory-img img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.lifestory-list a:hover .lifestory-img img {
	transform: scale3d(1.1,1.1,1.1);
}
.works-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;
}
.works-category.private {
	background-color: #1c79ba;
}
.works-category.public {
	background-color: #ffda00;
}
.works-info {
	position: relative;
	margin: -35px 0 0 16%;
	padding: 35px 40px 25px;
	background-color: #fff;
	z-index: 100;
}
.works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.works-name {
	font-size: 1.6rem;
}
.works-link {
	text-align: right;
	font-size: 1.4rem;
}
.works-sec-btn .link-btn-std {
	margin: 0 auto;
}


/* works2-sec */
.works2-sec {
	margin: 0 90px;
}
.works2-sec-ttl {
	margin: 90px 0 0 0;
	text-align: center;
}
.works2-sec-ttl .jpn {
	display: block;
	font-size: 3.6rem;
	line-height: 1.6;
}
.works2-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #3eb2d3;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.works2-name {
	font-size: 1.6rem;
}



/* toto-sec */
.toto-sec {
  position: relative;
  display: flex;
  align-items: center;
  margin: 100px 0;
  overflow: hidden;
}
.toto-sec::before {
	display: block;
	content: "";
	position: absolute;
	top: 80px;
	left: calc(48% + 60px);
	width: 1034px;
	height: 220px;
	background: url(/images/top/toto_back.png) 0 0 no-repeat;
	background-size: 1034px 220px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s;
}
.toto-sec.fade-in::before {
	position: absolute;
	top: 80px;
	left: 48%;
	opacity: 0.8;
}
.toto-sec.fade-in::after {
	position: absolute;
	top: 90px;
	left: calc(48% + 10px);
	opacity: 0.8;
}

.toto-sec-img {
	width: 50%;
	padding: 20px 0 0;
	opacity: 0;
	transition: all .8s;
}
.toto-sec-img.fade-in {
	padding: 0;
	opacity: 1;
}

.toto-sec-text {
	box-sizing: border-box;
	position: relative;
	padding: 0 10% 0;
	overflow: hidden;
}
.toto-sec-text::before {
	display: none;
}
.toto-sec-text::after {
	display: none;
}
.toto-sec-text-inner {
}
.toto-sec-ttl {
	margin-bottom: 30px;
	font-size: 3.6rem;
	line-height: 1.4;
}
.toto-sec-lead {
	margin-bottom: 45px;
	font-size: 1.4rem;
	line-height: 2.2;
}
.toto-sec-btn {
	text-align: left;
}



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

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

.sports-link {
    text-align: right;
    font-size: 1.4rem;
}



} /* tablet */















































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


} /* PC */
