@charset "UTF-8";
/* CSS Document */
.pc_only{ display: block }
.sp_only{ display: none }

html {
  scroll-behavior:smooth;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity:0.5;
}
.w1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.w820 {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.w820_02 {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

header {
	height: 140px;
	position: relative;
	z-index: 9999;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
header .logo {
	margin-top: 20px;
	float: left;
	margin-right: 50px;
}
header ul  {
	font-size: 16px;
	display: flex;
	position: relative;
	top: 32px;
}
header ul li span {
	color: #999;
	margin-right: 30px;
	margin-left: 30px;
}
header#home {
	height: 85px;
	position: relative;
	z-index: 9999;
	width: 100%;
	background:rgba(255,255,255,0.8);
}
header#home .logo {
	margin-top: 20px;
	float: left;
	margin-right: 50px;
}
header#home ul  {
	font-size: 16px;
	display: flex;
	position: relative;
	top: 32px;
	color: #036;
}
header#home ul li span {
	color: #036;
	margin-right: 30px;
	margin-left: 30px;
}
footer {
	padding-top: 300px;
	height: 500px;
}
footer ul {
	display: flex;
	justify-content: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3B8ECD;
	font-size: 14px;
}
footer ul li.parent {
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B8ECD;
	text-align: center;
	height: 30px;
	margin-top: -30px;
	background-image: url(../img/footer_sborder.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
footer ul li.parent.last {
	background-image: none;
}
footer ul li.parent ul {
	display: block;
	border-top-style: none;
	margin-top: 30px;
}
footer ul li.parent ul.child li {
	font-size: 12px;
	margin-top: 0px;
	line-height: 1.4em;
	text-align: left;
	border-bottom-style: none;
	width: 230px;
	margin-left: 53px;
	margin-bottom: 10px;
}
footer ul li.parent ul.child li span {
	color: #3B8ECD;
	margin-left: -13px;
}
.copyright {
	font-size: 10px;
	text-align: center;
	padding-bottom: 50px;
	font-family: arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 98;
}

.breadcrumb {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.breadcrumb a {
	margin-right: 10px;
}


/* =======================
#General
======================= */
* {margin: 0; padding: 0;}
body {
	position: relative;
	height: 100vh;
}



/* =======================
#Slideshow
======================= */
.container {height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* #Slider */
.slider {width: 100%; height: 100%; overflow: hidden;}

.slides {width: calc(100% * 5); height: calc(100% - 202px); position: relative; left: -100%;}
.slides__img {width: calc(100% / 5); height: 100%; float: left; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}
.title_fix {
	text-align: center;
	position: absolute;
	bottom: 45%;
	z-index: 21;
	width: 80%;
	left: 10%;
}

/* #Captions */
.slide__caption {
	width: 80%;
	text-align: center;
	position: absolute;
	bottom: 35%;
	z-index: 20;
	opacity: 0;
	left: 10%;
}
.slide__caption__title {font-size: 3em; line-height: 1.05em;}

/* #Controls */
.control {
	cursor: pointer;
	position: absolute;
	z-index: 20;
	top: calc(50% - 0px);
	padding: 15px;
	color: #CCC;
	font-size: 3em;
	opacity: 0.5;
}
.control:hover {background-color: #fff; opacity: 0.5; color: #000; color: rgba(0, 0, 0, 0.5);}
#prev {left: 0; border-radius: 0 5px 5px 0;}
#next {right: 0; border-radius: 5px 0 0 5px;}

/* #Indicators */
.dots {width: 100%; position: absolute; z-index: 20; bottom: 2%; text-align: center;}
.dots__single {cursor: pointer; display: inline-block; width: 20px; height: 6px; background-color: #fff; opacity: 0.5; margin: 0 5px;}
.dots__single:hover,
.dots__current {opacity: 1;}



/* ########################
Media Queries
######################## */

/* ------------------------
#Desktop, iPad Pro
------------------------ */
@media only screen and (min-width: 1024px) and (max-width: 1170px) {

}

/* ------------------------
#Display 12", iPad Pro portrait, iPad landscape
------------------------ */
@media only screen and (max-width: 1024px) {

}

/* ------------------------
#Medium Devices, Desktops
------------------------ */
@media only screen and (max-width: 992px) {

  /* #Captions */
  .slide__caption__title {font-size: 2.5em; line-height: 1.125em;}
  .slide__caption__subtitle {font-size: 2em;}

  /* #Controls */
  .prev,
  .next {font-size: 2.5em;}

}

/* ------------------------
#Extra Small Devices, Phones
------------------------ */
@media only screen and (max-width: 480px) {

  /* #Captions */
  .slide__caption__title {font-size: 2em; line-height: 1.25em;}

  /* #Controls */
  .prev,
  .next {font-size: 2em;}

}

/* ------------------------
#Display 4", iPhone 5s portrait
------------------------ */
@media only screen and (max-width: 320px) {

  /* #Controls */
  .prev,
  .next {font-size: 1.5em;}

}



/* =======================
#Hacks & Fixes
======================= */
/* Clearfix Hack*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* IE6 */
* html .clearfix {
  zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
  zoom: 1;
}

/* Box Size Hack */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}





/* 寺岡分 */
section {
	text-align: center;
	padding-bottom: 100px;
}
.section_title {
	background-color: #FFF;
	text-align: center;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.section_img img {
	width: 100%;
	margin-bottom: 100px;
}
#product {
	background: linear-gradient(-135deg, #004181, #007cc1);
}
#callcenter {
	background: linear-gradient(-135deg, #005631, #008138);
}
.company_list {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1.9;
	text-align: left;
}
.w1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.company_left {
	width: 490px;
}
.company_left .map iframe {
	height: 360px;
	width: 490px;
	margin-left: -10px;
	margin-top: 5px;
}
.company_left .box_ceo {
	display: flex;
	margin-top: 10px;
}
.company_left .ceo {
	display: flex;
	flex-wrap: wrap;
	width: 175px;
}
.company_left .coo {
	display: flex;
	flex-wrap: wrap;
	width: 175px;
	padding-left: 30px;
}
.company_left .ceo_coo img{
	margin-bottom: 10px;
	margin-top: 5px;
}
.company_left .box_ceo img{
  width: 175px;
}
.company_right {
	width: 490px;
}
.company_list dl {
	display: flex;
	border-top: 1px solid #CCC;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.company_list dl dt{
	width: 100px;
}
.company_list .last {
	border-bottom: 1px solid #CCC;
}
.company_list .map {
	margin-bottom: 20px;
}
.product_category {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}
.product_category_box{
	background-color: #FFF;
	height: 370px;
	width: 490px;
	margin-bottom: 20px;
}
.box_text{
	padding-right: 47.5px;
	padding-left: 47.5px;
}
.box_smoll{
	padding-right: 47.5px;
	padding-left: 47.5px;
	font-size: 10px;
}
.section_txt_procuct{
	text-align: center;
	width: 100%;
	padding-top: 58px;
	padding-bottom: 43px;
}
.product_category_02{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-top: 80px;
	padding-bottom: 50px;
}
.procuct_category_02inner{
	display: flex;
	justify-content: space-between;
}
.product_category_02_box{
	font-size: 21px;
	width: 300px;
}
.icon_tittle {
	height: 100px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-radius:10px 10px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.details_link {
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	padding-top: 30px;
	font-size: 20px;
}
.link_button {
	margin-left: 10px;	
}
.product_category_03 {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.contact {
	background-color: #FFF;
	height: 80px;
	width: 380px;
	font-size: 26px;
	color: #0085cb;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.w790 {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
.callcenter_category{
	border-bottom: 1px solid #FFF;
	padding-bottom: 50px;
}
.callcenter_category_inner {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.callcenter_category_box {
	height: 220px;
	width: 475px;
}
.callcenter_category_title {
	font-size: 22px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-radius: 10px 10px 10px 10px;
	width: 475px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}




/* ここから山内 */
.recruit {
	font-size: 14px;
	line-height: 2;
}
.recruit h3 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #3B8ECD;
	letter-spacing: 0.3em;
}
.recruit p {
	padding-right: 20px;
	padding-left: 20px;
}
.recruit .title01 {
	background-color: #3B8ECD;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 20px;
}
.recruit .title02 {
	background-color: #E9EEF7;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #3B8ECD;
	margin-top: 50px;
	margin-bottom: 20px;
}
.recruit .title03 {
	font-weight: bold;
	color: #3B8ECD;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}
.recruit .title04 {
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 12px;
}
.recruit hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3B8ECD;
	margin-top: 40px;
}
.topics {
	border: 2px solid #3B8ECD;
	padding: 30px;
	margin-top: 50px;
}
.topics .ttl {
	color: #3B8ECD;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.topics .btn {
}
.bar {
	background: linear-gradient(-135deg, #004181, #007cc1);
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	padding-top: 70px;
	padding-bottom: 40px;
	margin-top: 100px;
	margin-bottom: 60px;
	letter-spacing: 0.2em;
}
.bar02 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 70px;
	padding-bottom: 5px;
	margin-top: 100px;
	margin-bottom: 60px;
	letter-spacing: 0.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E9EEF7;
}
.acd-check{
    display: none;
}
.acd-label{
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: bold;
	border: 2px solid #3B8ECD;
	border-radius: 10px 10px 10px 10px;
	background-image: url(../img/acd_allow.png);
	background-repeat: no-repeat;
	background-position: 787px center;
}
.acd-label p span{
	color: #3B8ECD;
	margin-right: 20px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
	opacity: 1;
	visibility: visible;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.recruit .box{
	margin-top: 50px;
	font-weight: bold;
	border: 2px solid #3B8ECD;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.recruit .box .btn{
	margin-top: 50px;
	margin-bottom: 20px;
}
.recruit .box .btn a{
	background: -moz-linear-gradient(top, #f1bc96, #ee7700);
	background: -webkit-linear-gradient(top, #f1bc96, #ee7700);
	background: linear-gradient(to bottom, #f1bc96, #ee7700);
	font-weight: bold;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-right: 60px;
	padding-left: 60px;
}
.recruit .agree .btn{
	margin-top: 30px;
}
.recruit .agree .btn02{
	margin-top: 30px;
}
.recruit .agree .btn a{
	background: -moz-linear-gradient(top, #f1bc96, #ee7700);
	background: -webkit-linear-gradient(top, #f1bc96, #ee7700);
	background: linear-gradient(to bottom, #f1bc96, #ee7700);
	font-weight: bold;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-right: 65px;
	padding-left: 65px;
}
.recruit .agree .btn02 a{
	background: -moz-linear-gradient(top, #b8b9ba, #888889);
	background: -webkit-linear-gradient(top, #b8b9ba, #888889);
	background: linear-gradient(to bottom, #b8b9ba, #888889);
	font-weight: bold;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-right: 60px;
	padding-left: 60px;
}
.recruit .agree {
	display: flex;
	width: 390px;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
}
.recruit .title01 .hissu {
	color: #FC0;
	margin-right: 15px;
	margin-left: 10px;
}
.recruit .title02 .hissu {
	color: #F00;
	margin-right: 15px;
	margin-left: 10px;
}
.recruit .title02 .attention {
	color: #000;
	margin-right: 15px;
	margin-left: 10px;
	font-weight: normal;
}
.recruit input {
	color: #666;
	border: 1px solid #CCC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-left: 20px;
	border-radius:5px 5px 5px 5px;
}
.recruit select {
	border: 1px solid #CCC;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius:5px 5px 5px 5px;
	color: #666;
}
.recruit .radio_area .clearfix {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.recruit .radio_area .clearfix input {
	margin-right: 10px;
}
.recruit .radio_area .comment {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
}
.recruit .radio_area .comment span {
	color: #F00;
}
.recruit .radio_area dd textarea {
	border: 1px solid #CCC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-left: 20px;
	border-radius:5px 5px 5px 5px;
}
.recruit .sec.sec_submit p {
	margin-top: 50px;
}
.recruit .sec.sec_submit {
	text-align: center;
	margin-top: 50px;
}
.recruit .sec.sec_submit .submit {
	text-align: center;
	padding: 0px;
}
.recruit .sec.sec_submit .submit:hover {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity:0.5;
}
.recruit .part_ttl {
	font-weight: bold;
}
.recruit .part {
	margin-left: 80px;
}
.recruit .part02_ttl {
	font-weight: bold;
	margin-bottom: 50px;
}
.recruit .part02 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E9EEF7;
	padding-top: 20px;
	margin-top: 20px;
	padding-left: 55px;
}
.recruit .part span {
	color: #3B8ECD;
	font-weight: bold;
	margin-left: -30px;
	margin-right: 15px;
}
.recruit .part02 span {
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 15px;
	background-color: #3B8ECD;
	margin-left: -33px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.recruit .part_last {
	text-align: right;
	margin-top: 60px;
}



/* 寺岡分 */
section {
	text-align: center;
	padding-bottom: 100px;
}
.section_title {
	background-color: #FFF;
	text-align: center;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.section_txt{
	text-align: center;
	width: 100%;
}
.section_img img {
	width: 100%;
	margin-bottom: 100px;
}
#product {
	background: linear-gradient(-135deg, #004181, #007cc1);
}
#callcenter {
	background: linear-gradient(-135deg, #005631, #008138);
}
.company_list {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1.9;
	text-align: left;
}
.w1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.company_left {
	width: 490px;
}
.company_right {
	width: 490px;
}
.company_list dl {
	display: flex;
	border-top: 1px solid #CCC;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.company_list dl dt{
	width: 100px;
}
.company_list .last {
	border-bottom: 1px solid #CCC;
}
.company_list .map {
	margin-bottom: 20px;
}
.product_category {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}
.product_category_box{
	background-color: #FFF;
	height: 370px;
	width: 490px;
	margin-bottom: 20px;
}
.box_text{
	padding-right: 47.5px;
	padding-left: 47.5px;
}
.box_smoll{
	padding-right: 47.5px;
	padding-left: 47.5px;
	font-size: 10px;
}
.section_txt_procuct{
	text-align: center;
	width: 100%;
	padding-top: 58px;
	padding-bottom: 43px;
}
.product_category_02{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-top: 80px;
	padding-bottom: 50px;
}
.procuct_category_02inner{
	display: flex;
	justify-content: space-between;
}
.product_category_02_box{
	font-size: 21px;
	width: 300px;
}
.icon_tittle {
	height: 100px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-radius:10px 10px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.details_link {
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	padding-top: 30px;
	font-size: 20px;
}
.link_button {
	margin-left: 10px;	
}
.product_category_03 {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.contact {
	background-color: #FFF;
	height: 80px;
	width: 380px;
	font-size: 26px;
	color: #0085cb;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.w790 {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
.callcenter_category{
	border-bottom: 1px solid #FFF;
	padding-bottom: 50px;
}
.callcenter_category_box {
	height: 240px;
	width: 475px;
}
.callcenter_category_title {
	font-size: 22px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-radius: 10px 10px 10px 10px;
	width: 475px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .category {
	background: linear-gradient(-135deg, #004181, #007cc1);
	padding-top: 100px;
	padding-bottom: 100px;
	color: #FFF;
}
.product .category_inner{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.product_icon_title {
	height: 100px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-radius: 10px 10px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: normal;
}
.product .box02 {
	width: 300px;
	padding: 10px;
}
.product .icon{
	text-align: center;
	padding-bottom: 20px;
}
.product .b_tittle {
	text-align: center;
	font-size: 22px;
	background-color: #FFF;
	padding-left: 25px;
	float: left;
	padding-right: 25px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
}
.product .b_tittle_tv {
	text-align: center;
	font-size: 22px;
	background-color: #FFF;
	padding-left: 25px;
	float: left;
	padding-right: 25px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
}
.product .hed{
	padding-top: 20px;
	padding-bottom: 100px;
}
.product .orangeline{
	background-color: #e99520;
	height: 20px;
	text-align: center;
}
.product .b2_title {
	font-size: 38px;
	color: #004975;
	text-align: center;
	padding-top: 50px;
	font-weight: 650;
}
.product .b2s_title {
	font-size: 28px;
	color: #004975;
	text-align: center;
	padding-top: 10px;
	font-weight: 550;
}
.product .kakomi {
	height: 130px;
	width: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
}
.product .gyoukai {
	font-size: 33px;
	color: #FFF;
	padding-right: 50px;
}
.product .naka {
	font-size: 24px;
	color: #FFF;
	line-height: 1.5;
}
.product .category .col{
	margin-top: 70px;
	margin-bottom: 50px;
	overflow: hidden;
}
.product .category .col div{
	float: left;
	font-size: 16px;
}
.product .category .col img{
	float: right;
	margin-top: -210px;
}
.product .category .col span{
	font-size: 24px;
	line-height: 2.2;
}
.product .category .col .maru{
	color: #e99520;
	margin-right: 10px;
	margin-left: -35px;
}
.product .category .col p{
	margin-left: 35px;
	line-height: 1;
	margin-bottom: 40px;
}
.product .category .link{
	font-size: 20px;
	height: 100px;
	width: 1000px;
	background-color: #FFF;
	color: #333;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.7;
}
.product .category .link_line{
	text-decoration: underline;
}
.product .white_space {
	padding-top: 100px;
	padding-bottom: 100px;
}
.product .white_space .title{
	font-size: 28px;
	padding-bottom: 30px;
	text-align: center;
}
.product .white_space .title_p-10{
	font-size: 28px;
	padding-bottom: 10px;
	text-align: center;
}
.product .white_space .col{
	font-size: 18x;
	line-height: 1.8;
}
.product .aqua_space {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #e9eef8;
}
.product .aqua_space .box_01{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product .aqua_space .box_01 .ss_box{
	width: 380px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product .aqua_space .illust {
	margin-right: auto;
	margin-left: auto;
}
.product .aqua_space .illust_title{
	font-size: 22px;
	color: #FFF;
	background-color: #e99520;
	height: 80px;
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: skewX(-15deg);
	margin-top: 30px;
}
.product .aqua_space .list_title{
	font-size: 22px;
	color: #FFF;
	background-color: #006ca8;
	height: 80px;
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
	transform: skewX(-15deg);
	margin-top: 30px;
}
.product .aqua_space .list_title span{
	font-size: 14px;
}
.product .aqua_space .list{
	font-size: 20px;
	background-color: #FFF;
	height: 300px;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 2.2;
	margin-right: auto;
	margin-left: auto;
}
.product .aqua_space .list span{
	padding-left: 30pt;
	background-image: url(../img/checkmark.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.product .aqua_space_p75 {
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #e9eef8;
}
.product .aqua_space_p75 .box_03{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: space-around;
	align-content: center;
}
.product .aqua_space_p75 .s_box{
	height: 240px;
	width: 300px;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 25px;
}
.product .aqua_space_p75 .s_box p{
	padding-top: 15px;
	line-height: 1.4;
}
.w1050 {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

.product .aqua_space_p75 .s_box_02{
	background-color: #FFF;
	height: 90px;
	width: 1000px;
	display: flex;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.product .aqua_space_p75 .s_box_02 .title{
	font-size: 20px;
	color: #007dc3;
	padding-left: 10px;
	font-weight: bold;
	width: 250px;
}
.product .aqua_space_p75 .s_box_02 p{
	font-size: 16px;
}
.product .aqua_space_p75 .box_04{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product .aqua_space_p75 .s_box_03{
	background-color: #FFF;
	height: 120px;
	width: 475px;
	margin-top: 25px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product .aqua_space_p75 .s_box_03 .orange{
	color: #e99520;
	margin-right: 5px;
	margin-left: -25px;
}
.product .aqua_space_p75 .s_box_03 p{
	font-size: 20px;
	font-weight: 400;
	margin-left: 35px;
}
.product .category .box_05 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product .category .box_05 p{
	font-size: 28px;
	line-height: 2;
}
.product .aqua_space .box_06 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product .aqua_space .box_06 .txt {
	font-size: 28px;
}
.product .aqua_space .box_06 p {
	font-size: 18px;
	font-weight: 500;
}
.product .aqua_space .box_06 .list_02 {
	height: 200px;
	width: 500px;
	background-color: #FFF;
	font-size: 20px;
	padding-left: 80px;
	line-height: 2;
	display: flex;
	align-items: center;
}
.product .aqua_space .box_06 .list_02 .orange{
	color: #e99520;
}
.product .white_space .s_box_04{
	width: 680px;
	display: flex;
	align-items: flex-start;
	padding-top: 25px;
	padding-bottom: 25px;
}
.product .white_space .s_box_04 div{
	margin-top: 20px;
}
.product .white_space .s_box_04 .txt_03{
	font-size: 22px;
	line-height: 0.5;
}
.product .white_space .s_box_04 p{
	padding-left: 20px;
	line-height: 1.4;
}
.w680 {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}

  .main_imgBox {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
	top: -85px;
	height: calc(100vh);
}
  .main_img { z-index: 10; opacity: 0; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; -webkit-animation: img 24s 0s infinite; animation: img 24s 0s infinite; height: 100%; }
    .main_img:nth-of-type(2) { -webkit-animation-delay: 4s; }
    .main_img:nth-of-type(3) { -webkit-animation-delay: 8s; animation-delay: 8s; }
    .main_img:nth-of-type(4) { -webkit-animation-delay: 12s; animation-delay: 12s; }
    .main_img:nth-of-type(5) { -webkit-animation-delay: 16s; animation-delay: 16s; }
    .main_img:nth-of-type(6) { -webkit-animation-delay: 20s; animation-delay: 20s; }
  .main_imgM { opacity: 0; width:100%; height:100%; object-fit: cover; position: absolute; left: 0; top: 0; -webkit-animation: img 24s 0s infinite; animation: img 24s 0s infinite; }
    .main_imgM:nth-of-type(2) { -webkit-animation-delay: 4s; animation-delay: 4s; }
    .main_imgM:nth-of-type(3) { -webkit-animation-delay: 8s; animation-delay: 8s; }
    .main_imgM:nth-of-type(4) { -webkit-animation-delay: 12s; animation-delay: 12s; }
    .main_imgM:nth-of-type(5) { -webkit-animation-delay: 16s; animation-delay: 16s; }
    .main_imgM:nth-of-type(6) { -webkit-animation-delay: 20s; animation-delay: 20s; }
@keyframes img { 0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0; transform: scale(1.05); z-index:9; }
    100% { opacity: 0}
}
@-webkit-keyframes img { 0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0; transform: scale(1.05); z-index:9; }
    100% { opacity: 0}
}


  .main_copyBox {
	position: relative;
	max-width: 1000px;
	top: -65vh;
	margin-right: auto;
	margin-left: auto;
}
  .main_copy { z-index: 11; opacity: 0; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; -webkit-animation: copy 24s 0s infinite; animation: copy 24s 0s infinite; height: 100%; }
    .main_copy:nth-of-type(2) { -webkit-animation-delay: 4s; }
    .main_copy:nth-of-type(3) { -webkit-animation-delay: 8s; animation-delay: 8s; }
    .main_copy:nth-of-type(4) { -webkit-animation-delay: 12s; animation-delay: 12s; }
    .main_copy:nth-of-type(5) { -webkit-animation-delay: 16s; animation-delay: 16s; }
    .main_copy:nth-of-type(6) { -webkit-animation-delay: 20s; animation-delay: 20s; }
  .main_copyM { opacity: 0; width:100%; height:100%; object-fit: cover; position: absolute; left: 0; top: 0; -webkit-animation: copy 24s 0s infinite; animation: copy 24s 0s infinite; }
    .main_copyM:nth-of-type(2) { -webkit-animation-delay: 4s; animation-delay: 4s; }
    .main_copyM:nth-of-type(3) { -webkit-animation-delay: 8s; animation-delay: 8s; }
    .main_copyM:nth-of-type(4) { -webkit-animation-delay: 12s; animation-delay: 12s; }
    .main_copyM:nth-of-type(5) { -webkit-animation-delay: 16s; animation-delay: 16s; }
    .main_copyM:nth-of-type(6) { -webkit-animation-delay: 20s; animation-delay: 20s; }
@keyframes copy { 0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0 }
    100% { opacity: 0}
}
@-webkit-keyframes copy { 0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0 }
    100% { opacity: 0}
}


  .main_imgBox_sp { height: 100vh; overflow: hidden; position: relative; width: 100%; top: 0px; height: calc(100vh); }
  .main_img_sp { z-index: 10; opacity: 0; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; -webkit-animation: imgsp 24s 0s infinite; animation: imgsp 24s 0s infinite; height: 100%; }
    .main_img_sp:nth-of-type(2) { -webkit-animation-delay: 4s; }
    .main_img_sp:nth-of-type(3) { -webkit-animation-delay: 8s; animation-delay: 8s; }
    .main_img_sp:nth-of-type(4) { -webkit-animation-delay: 12s; animation-delay: 12s; }
    .main_img_sp:nth-of-type(5) { -webkit-animation-delay: 16s; animation-delay: 16s; }
    .main_img_sp:nth-of-type(6) { -webkit-animation-delay: 20s; animation-delay: 20s; }
  .main_img_spM { opacity: 0; width:100%; height:100%; object-fit: cover; position: absolute; left: 0; top: 0; -webkit-animation: imgsp 24s 0s infinite; animation: imgsp 24s 0s infinite; }
    .main_img_spM:nth-of-type(2) { -webkit-animation-delay: 4s; animation-delay: 4s; }
    .main_img_spM:nth-of-type(3) { -webkit-animation-delay: 8s; animation-delay: 8s; }
    .main_img_spM:nth-of-type(4) { -webkit-animation-delay: 12s; animation-delay: 12s; }
    .main_img_spM:nth-of-type(5) { -webkit-animation-delay: 16s; animation-delay: 16s; }
    .main_img_spM:nth-of-type(6) { -webkit-animation-delay: 20s; animation-delay: 20s; }
@keyframes imgsp { 0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0}
}
@-webkit-keyframes imgsp { 0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0}
}



/*------------------------------ recruit_check.html ------------------------------*/

.wrap { padding: 30px 20px;}

.wrap .sec { margin-top: 0;}

.wrap .sec_check { padding: 15px 0; border-bottom: solid 1px #808080;}
.wrap .sec_check:first-child { border-top: solid 1px #808080;}

.sec_check dl { padding-bottom: 7px;}
.sec_check dl:last-child { padding-bottom: 0;}

.sec_check dl dt,
.sec_check dl dd { float: left;}

.sec_check dl dt { width: 100%;}

.sec_check dl dd { width: 150px;}

.sec_btn { margin-top: 0px;}

.sec_btn p { padding-bottom: 10px; text-align: center;}

.sec_btn p:last-child { padding-bottom: 30px; padding-right: 20px; text-align: right;}




/*------------------------------ recruit_finish.html ------------------------------*/

.sec_finish p { padding-bottom: 20px; text-align: center;}

.check {
	background-color: #FFC;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
.check span {
	color: #F00;
}


.movie_btn{
	background-color: #0068b7;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.1em;
	height: 40px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
}
