

body {
	color: #000;
}


#arrow {
	display: none;
}



#page {
	position: relative;
}

.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}


p {
	padding-bottom: 1em;
}

#header {
	background: #00d8fe;
	height: 94px;
}

#header header {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	padding-top: 26px;
}

#header header ul {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
}

#main {
	text-align: center;
	position: relative;
	background: none;
	height: auto;
	margin-bottom: 0;
}

#main .earth_sp {
	display: none;
}

#main img,
.widimg img {
	width: 100%;
}

.earth_pc {
	background: url(../../images/otgoglobal/mainbg.jpg);
	text-align: center;
	padding: 40px 0;
}
.earth_sp, .plane_sp {
	display: none;
}

.pink {
	background: url(../../images/otgoglobal/pinkbg.jpg) center center;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 100px 0;
	box-sizing: border-box;
}

.pink .cap {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	height: 124px;
}

.pink .cap .captext {
	position: absolute;
	top: 0;
	left: 0;
	height: 124px;
}

.pink .cap .plane {
	position: absolute;
	top: -20px;
	left: 550px;
	z-index: 100;
}

.pagelead {
	width: 750px;
	margin: 70px auto 120px;
}

.pagelead h2 {
	font-size: 35px;
	font-weight: normal;
	color: #17d6ff;
	margin-bottom: 20px;
}

.pagelead h3 {
	font-size: 25px;
	font-weight: normal;
}

.pagelead div {
	margin: 100px 0;
}

.pagelead ul {
	font-size: 25px;
}

.pagelead li {
	margin-bottom: 2em;
	text-align: center;
}

.pagelead ul a {
	color: #17d6ff;
}
.pagelead ul .special a {
	color: #ff0000;
}



#otindex {
	width: 100%;
	background: url(../../images/otgoglobal/aquabg.jpg) center center;
	margin: 0 auto 175px;
	text-align: center;
}

.otgreen img {
	width: 100%;
}

#otindex a {
	display: block;
	width: 1050px;
	margin: 0 auto;
	padding: 70px 0;
}

.list-fitem {
	transition: .5s;
	opacity: 0;
	transform: translateY(100px) scale(.9);
	-webkit-transform: translateY(100px) scale(.9);
}
.fitem {
	opacity: 1.0;
	transform: translateY(0) scale(1); 
	-webkit-transform: translateY(0) scale(1);
}

.list-fitem2 {
	transition: .5s .5s cubic-bezier(.06,.98,.55,.99);
	opacity: 0;
	transform: translate(100px,100px) scale(.9);
	-webkit-transform: translate(100px,100px) scale(.9);
}
.fitem2 {
	opacity: 1.0;
	transform: translate(0,0) scale(1); 
	-webkit-transform: translate(0,0) scale(1);
}








#main2 {
	background: url(../../images/otgoglobal/main_suzuki.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 300px 0 280px;
}

#main3 {
	background: url(../../images/otgoglobal/main_yoshizawa.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 300px 0 280px;
}

#suzukiprofile {
	background: url(../../images/otgoglobal/aquabg.jpg);
	margin-bottom: 200px;
}

#suzukiprofile .inner {
	width: 980px;
	margin: 0 auto;
	padding: 80px 0;
	color: #fff;
	font-size: 18px;
	display: table;
}
#suzukiprofile .info {
	display: table-cell;
	vertical-align: middle;
	padding-top: 50px;
}
#suzukiprofile .info2 {
	display: table-cell;
	vertical-align: middle;
	padding-top: 80px;
}

#suzukiprofile .info p {
	width: 230px;
}
#suzukiprofile .info2 p {
	width: 280px;
}
#suzukiprofile .name {
	font-size: 25px;
	padding-bottom: 0;
	line-height: 1;
}
#suzukiprofile .nameen {
	font-size: 15px;
}
#suzukiprofile .thum {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#suzukiprofile .flag {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}


.interviewbox {
	font-size: 25px;
	margin-bottom: 150px;
}

.interviewbox h2 {
	font-size: 35px;
	color: #17d6ff;
	width: 750px;
	margin: 160px auto 50px;
}

.interviewbox h3 {
	color: #17d6ff;
	width: 750px;
	margin: 0 auto 50px;
}

.interviewbox p {
	width: 750px;
	margin: 0 auto 50px;
}

.interviewbox div {
	width: 750px;
	margin: 100px auto;
}
.interviewbox div img {
	display: block;
	margin-bottom: 10px;
}


.interviewbox .specialtitle {
	background: url(../../images/otgoglobal/mainbg.jpg);
	text-align: center;
	width: 100%;
	padding: 60px 0 80px;
}
.interviewbox .specialtitle img {
	display: inline;
}







@media screen and (max-width: 767px) {

.content {
	margin-top: 0 !important;
}


#arrow {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 200;
	width: 40px;
	height: 40px;
}


#header {
	height: 47px;
	position: fixed;
	z-index: 200;
	top: 0;
}

#header header {
	background: none;
	width: 100%;
	padding: 14px;
	box-sizing: border-box;
}

#header header div {
	width: 60%;
	padding-left: 2%;
}

#header header ul {
}
#header header ul img {
	width: auto;
	height: 47px;
}

#main {
	text-align: center;
	padding: 47px 0 0 0;
}

#main .earth_sp {
	display: block;
	position: absolute;
	top: 44%;
	left: 7%;
	text-align: left;
}

#main .earth_sp img {
	width: 55%;
}

.earth_pc {
	display: none;
}
.earth_sp {
	display: block;
}
.pink {
	padding: 10% 0;
}

.pink .cap {
	width: 85.3333%;
	margin: 0 auto;
	position: relative;
	height: auto;
}

.pink .cap .captext {
	position: static;
	height: auto;
}

.pink .cap .plane {
	top: 0;
	left: 32%;
}
.pink .cap .plane img {
	width: 34.2667%;
}

.pagelead {
	width: 100%;
	margin: 13.3333% auto 9.3333%;
}

.pagelead h2 {
	width: 85.3333%;
	margin: 0 auto;
	margin-bottom: 1em;
	font-size: 4.6667vw;
}

.pagelead h3 {
	width: 85.3333%;
	margin: 0 auto;
	font-size: 3.3333vw;
}

.pagelead div {
	margin: 10.6667% 0;
}

.pagelead ul {
	width: 85.3333%;
	margin: 0 auto;
	font-size: 3.3333vw;
}

.pagelead li {
	margin-bottom: 1em;
	text-align: left;
}



#otindex {
	margin: 0 auto 13.3333%;
}

#otindex a {
	width: 85.3333%;
	margin: 0 auto;
	padding: 9.3333% 0;
}


.list-fitem {
	transition: .5s;
	opacity: 0;
	transform: translateY(10%) scale(.9);
	-webkit-transform: translateY(10%) scale(.9);
}
.fitem {
	opacity: 1.0;
	transform: translateY(0) scale(1); 
	-webkit-transform: translateY(0) scale(1);
}

.list-fitem2 {
	transition: .5s 1s;
	opacity: 0;
	transform: translate(10%,20%) scale(.9);
	-webkit-transform: translate(10%,20%) scale(.9);
}
.fitem2 {
	opacity: 1.0;
	transform: translate(0,0) scale(1); 
	-webkit-transform: translate(0,0) scale(1);
}

.list-fitem3 {
	transition: 1s 2s cubic-bezier(.06,.98,.55,.99);
	opacity: 0;
	transform: translate(-40%,40%) scale(.9);
	-webkit-transform: translate(-40%,40%) scale(.9);
}
.fitem3 {
	opacity: 1.0;
	transform: translate(0,0) scale(1); 
	-webkit-transform: translate(0,0) scale(1);
}








#main2 {
	background: url(../../images/otgoglobal/main_suzuki_sp.jpg) no-repeat center center;
	background-size: auto 100%;
	margin-top: 47px;
	padding: 40% 0;
}
#main3 {
	background: url(../../images/otgoglobal/main_yoshizawa_sp.jpg) no-repeat center center;
	background-size: auto 100%;
	margin-top: 47px;
	padding: 40% 0;
}

#main2 img, #main3 img {
	width: 86.6667%;
}

#suzukiprofile {
	margin-bottom: 30%;
}

#suzukiprofile .inner {
	width: 86.6667%;
	padding: 9.3333% 0;
	font-size: 2.8667vw;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#suzukiprofile .info, #suzukiprofile .info2 {
	display: block;
	width: 45%;
	order: 1;
	padding-top: 10%;
}

#suzukiprofile .info p, #suzukiprofile .info2 p {
	width: 100%;
}
#suzukiprofile .name {
	font-size: 3.8462vw;
}
#suzukiprofile .nameen {
	font-size: 2%;
	padding-bottom: 4%;
}
#suzukiprofile .inner .thum {
	order: 0;
	width: 50%;
}
#suzukiprofile .inner .flag {
	display: none;
}

#suzukiprofile .inner .earth_sp {
	display: block;
	width: 30%;
	position: absolute;
	bottom: -18%;
	left: 50%;
	transform: translateX(-50%);
}

#suzukiprofile .inner .plane_sp {
	display: block;
	width: 18%;
	position: absolute;
	top: 7%;
	right: 0;
}


.interviewbox {
	font-size: 3.3333vw;
	margin-bottom: 150px;
}

.interviewbox h2 {
	font-size: 4.6667vw;
	width: 85.3333%;
	margin: 16% auto 2em;
}
.interviewbox h3 {
	width: 85.3333%;
	margin: 0 auto 2em;
}

.interviewbox p {
	width: 85.3333%;
	margin: 0 auto 2em;
}

.interviewbox div {
	width: 100%;
	margin: 2em auto 4em;
}
.interviewbox div img {
	margin-bottom: 5%;
}


.interviewbox .specialtitle {
	width: 100%;
	padding: 6.6667% 0 10.6667vw;
	margin: 0;
}
.interviewbox .specialtitle img {
	display: block;
	width: 85%;
	margin: 0 auto;
}
.interviewbox .specialtitle+div {
	margin-top: 0;
}




#form {
	width: 100%;
}


}

