﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    page
--------------------------------------*/

@media (max-width: 740px) {
}


/*--------------------------------------
    announcer
--------------------------------------*/
.announcer .wrapper:after{
	content: "ANNOUNCER";
}
.announcer section{
	margin: 50px 0 80px;
}
.announcer section p{
    margin: 0 0 30px 0;
}
.announcer section p a{
    color: #1C7FD4;
    text-decoration: underline;
}
.announcer section h3.style001 {
    margin-bottom: 40px;
}
.announcer section.intro h3.style001 {
    font-size: 28px;
    font-size: 2.8rem;
}
.announcer section.intro h3.style001 br.pc{
    display: block;
}
.announcer section.intro .leftBox{
    width: 40%;
    float: left;
}
.announcer section.intro .rightBox{
    width: 56%;
    float: right;
}
.announcer section.schedule .flow_design08 {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.announcer section.schedule .flow08 {
  padding-left: 0;
}
.announcer section.schedule .flow08 > li {
  list-style-type: none;
  border-radius: 15px;
  background: #F4F6FA;
  position: relative;
  padding: 20px;
}
.announcer section.schedule .flow08 > li:not(:last-child) {
  margin-bottom: 20px;
}
.announcer section.schedule .flow08 > li dl {
  display: flex;
  align-items: center;
  gap: 20px;
}
.announcer section.schedule .flow08 > li dl dt {
  font-size: 1.4em;
  font-weight: bold;
  width: 20%;
  min-width: 7em;
}
.announcer section.schedule .flow08 > li .icon08 {
  color: #1C7FD4;
  margin-right: 0.5em;
}
.announcer section.schedule .flow08 > li dl dd {
  margin: 0;
  width: calc(80% - 20px);
}
@media (max-width: 740px) {
.announcer section{
	margin: 0 0 40px 0;
}
.announcer section p{
    margin: 0 0 20px 0;
}
.announcer section h3.style001 {
    margin-bottom: 30px;
}
.announcer section.intro h3.style001 br.pc{
    display: inline;
}
.announcer section.intro .leftBox{
    width: 100%;
    float: none;
}
.announcer section.intro .rightBox{
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}
.announcer section.schedule .flow08 > li dl {
  display: block;
  align-items: center;
  gap: 0;
}
.announcer section.schedule .flow08 > li dl dt {
  width: 100%;
  margin: 0 0 10px 0;
}
.announcer section.schedule .flow08 > li dl dd {
    margin: 0;
    width: 100%;
    line-height: 1.6;
}
}

/*--------------------------------------
    about
--------------------------------------*/

.about .wrapper:after{
	content: "ABOUT";
}
.about section{
	margin: 50px 0 80px;
}
.about .intro .contentWidth{
	position: relative;
}
.about .intro .contentWidth:after{
	position: absolute;
	top:-66px;
	right:-300px;
	content: "";
	display: block;
	width:700px;
	height:700px;
	background: url("../images/about/bg_about_001.png") no-repeat center center;
	z-index: -1;
}
.about .intro h3{
	font-size:42px;
	font-size:4.2rem;
	font-weight: bold;
	color:#1C7FD4;
	margin-bottom: 20px;
}
.about .intro h4{
	display: inline-block;
	font-size:26px;
	font-size:2.6rem;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}
.about .intro h4:after{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50%;
	display: block;
	content: "";
	background: #1C7FD4;
	opacity: 0.3;
	z-index: -1;
}
.about .intro .text{
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.8;
}
.about .company table.table001 td{
	clear: both;
}
.about .company table.table001 span{
	display: block;
	float:left;
}
.about .company table.table001 span.takamatsu{
	width:58%;
	margin-right: 2%;
}
.about .company table.table001 span.okayama{
	width:40%;
}
.about .company table.table001 span.column001{
	width:40%;
	margin-right: 2%;
}
.about .company table.table001 span.column002{
	width:58%;
}
.about .company table.table001 span a{
	color:#2E3BE9;
	text-decoration: underline;
}
.about .company table.table001 span a:hover{
	text-decoration: none;
}
.about .access .map{
	width:100%;
	height:400px;
	margin-top: -20px;
}
.about .access .map iframe{
	width:100%;
	height:100%;
}
@media (max-width: 1000px) {
.about .intro .contentWidth:after{
	opacity: 0.2;
}
}
@media (max-width: 740px) {
.about .intro .contentWidth:after{
	position: absolute;
	top:0;
	right:0;
	width:300px;
	height:300px;
	background-size:contain;
}
}
@media (max-width: 740px) {
.about section{
	margin: 0 0 40px 0;
}
.about .intro .contentWidth{
	position: relative;
}
.about .intro h3{
	font-size:24px;
	font-size:2.4rem;
}
.about .intro h4{
	font-size:17px;
	font-size:1.7rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.about .intro h4:after{
	height:5px;
}
.about .intro .text{
    font-size: 90%;
}
.about .company table.table001 span{
	float:none;
}
.about .company table.table001 span.takamatsu{
	width:100%;
	margin-right: 0;
}
.about .company table.table001 span.okayama{
	width:100%;
}
.about .company table.table001 span.column001{
	width:100%;
	margin-right: 0;
}
.about .company table.table001 span.column002{
	width:100%;
}
.about .access .map{
	height:200px;
}
}

/*--------------------------------------
    service
--------------------------------------*/

.service .wrapper:after{
	content: "SERVICE";
}
.service section{
	margin-bottom: 50px;
}
.service .boxarea .contentWidth{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.service .box{
	width:470px;
	margin-bottom: 30px;
}
.service .box .thumb{
	width:470px;
	height:300px;
	margin-bottom: 20px;
}
.service .box .thumb img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.service .box h3{
	font-size:24px;
	font-size:2.4rem;
	font-weight: bold;
	color:#1C7FD4;
	margin-bottom: 10px;
}
.service .box .text{
	font-weight: bold;
	line-height: 2;
}
@media (max-width: 740px) {
.service section{
	margin-bottom: 40px;
}
.service .boxarea .contentWidth{
	display:block;
}
.service .box{
	width:100%;
}
.service .box .thumb{
	width:100%;
	height:auto;
}
.service .box .thumb:after{
	content: "";
	padding-top: 65%;
	display: inline-block;
}
.service .box h3{
	font-size:20px;
	font-size:2.0rem;
}
}

/*--------------------------------------
    staff
--------------------------------------*/

.staff .wrapper:after{
	content: "STAFF";
}
.staff section{
	margin-bottom: 100px;
}
.staff .box{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin-bottom: 45px;
}
.staff .box .thumb{
	margin-right: 45px;
}
.staff .box .textarea .position{
	font-size:20px;
	font-size:2.0rem;
	font-weight: bold;
}
.staff .box .textarea h3{
	font-size:32px;
	font-size:3.2rem;
	font-weight: bold;
	position: relative;
	margin: 5px 0 15px;
}
.staff .box .textarea h3:after{
	position: absolute;
	bottom:0;
	left:-35px;
	content: "";
	background: url("../images/staff/bg_name.png") no-repeat center center;
	width:191px;
	height:34px;
}
.staff .box .textarea .from{
	font-weight: bold;
	margin-bottom: 20px;
}
.staff .box .textarea .text{
	font-weight: bold;
}
@media (max-width: 740px) {
.staff section{
	margin-bottom: 40px;
}
.staff .box{
	display:block;
	margin-bottom: 30px;
}
.staff .box .thumb{
	width:100%;
	text-align: center;
	margin-right: 0;
	margin-bottom: 20px;
}
.staff .box .textarea .position{
	font-size:16px;
	font-size:1.6rem;
}
.staff .box .textarea h3{
	font-size:24px;
	font-size:2.4rem;
	margin-left: 35px;
}
}

/*--------------------------------------
    result
--------------------------------------*/

.result .wrapper:after{
	content: "RESULTS";
}
.result section{
	margin-bottom: 100px;
}
.result h3.style002{
	text-align: center;
	margin-bottom: 30px;
}
.result h3.style002 span{
	font-size:32px;
	font-size:3.2rem;
	font-weight: bold;
	color:#1C7FD4;
	position: relative;
	display: inline-block;
	padding:0 35px;
}
.result h3.style002 span:before,
.result h3.style002 span:after{
	width:60px;
	height:1px;
	position: absolute;
	bottom:50%;
	content: "";
	background: #1C7FD4;
}
.result h3.style002 span:before{
	right:100%;
}
.result h3.style002 span:after{
	left:100%;
}
.result .slider{
	position: relative;
	z-index: 60;
}
.result .archive .box{
	width:100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.entry.result .archive .box{
	margin-bottom: 50px;
}
.result .archive .box .thumb{
	width:500px;
	height:auto;
	padding-top:33%;
	position: relative;
	margin-right: 30px;
}
.result .archive .box .thumb img{
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	top:0;
	left:0;
}
.result .archive .box .textarea{
	width:450px;
	box-sizing: border-box;
	padding-right: 30px;
	position: relative;
}
.result .archive .box .textarea h4{
	font-size:24px;
	font-size:2.4rem;
	font-weight: bold;
	color:#1C7FD4;
	margin-bottom: 30px;
}
.result .archive .box .textarea .text{
	font-weight: bold;
}
.result .archive .box .textarea .btn001{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
.result .list{
	column-count: 2;
}
@media (max-width: 740px) {
.result section{
	margin-bottom: 40px;
}
.result h3.style002 span{
	font-size:24px;
	font-size:2.4rem;
	padding:0 15px;
}
.result h3.style002 span:before,
.result h3.style002 span:after{
	width:30px;
}
.result .archive .box{
	width:100%;
	display:block;
}
.entry.result .archive .box{
	margin-bottom: 30px;
}
.result .archive .box .thumb{
	width:100%;
	height:auto;
	padding-top:65%;
	margin-right: 0;
	margin-bottom: 20px;
}
.result .archive .box .textarea{
	width:100%;
	padding-right: 0px;
}
.result .archive .box .textarea h4{
	font-size:20px;
	font-size:2.0rem;
}
.result .archive .box .textarea .btn001 {
	margin-top: 20px;
    position: static;
    max-width: 260px;
}
.result .list{
	column-count: 1;
}
}

/*--------------------------------------
    rental
--------------------------------------*/

.rental .wrapper:after{
	content: "RENTAL";
}
.rental section{
	margin: 50px 0 80px;
}
.rental h3{
	text-align: center;
	margin-bottom: 30px;
}
.rental h3 span{
	display: inline-block;
	font-size:32px;
	font-size:3.2rem;
	font-weight: bold;
	color:#1C7FD4;
	position: relative;
}
.rental h3 span:before{
	content: "";
	position: absolute;
	bottom:50%;
	left:-90px;
	width:60px;
	height:1px;
	background: #1C7FD4;
}
.rental h3 span:after{
	content: "";
	position: absolute;
	bottom:50%;
	right:-90px;
	width:60px;
	height:1px;
	background: #1C7FD4;
}
.rental .boxarea{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin-left: -25px;
}
.rental .boxarea .box{
	width:310px;
	margin-top: 20px;
	margin-left: 25px;
}
.rental .boxarea .box .thumb{
	width:310px;
	height:200px;
	margin-bottom: 10px;
}
.rental .boxarea .box .thumb img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.rental .boxarea .box h4{
	font-size:20px;
	font-size:2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.rental .boxarea .box .textarea p{
	font-weight: bold;
}
.rental .btn001{
	width:auto;
	max-width: 100%;
	margin-top: 40px;
	text-align: center;
}
.rental .btn001 a{
	display: inline-block;
	width:auto;
	padding:0 50px 0 20px;
}
@media (max-width: 740px) {
.rental section{
	margin: 40px 0;
}
.rental h3 span{
	font-size:24px;
	font-size:2.4rem;
}
.rental h3 span:before{
	left:-60px;
	width:30px;
}
.rental h3 span:after{
	right:-60px;
	width:30px;
}
.rental .boxarea{
	margin-left: -10px;
}
.rental .boxarea .box{
	width:calc(50% - 10px);
	margin-top: 15px;
	margin-left: 10px;
}
.rental .boxarea .box .thumb{
	width:100%;
	height:auto;
	padding-top: 65%;
	position: relative;
}
.rental .boxarea .box .thumb img{
	position: absolute;
	top:0;
	left:0;
}
.rental .boxarea .box h4{
	font-size:18px;
	font-size:1.8rem;
}
}


/*--------------------------------------
    product
--------------------------------------*/

.product .wrapper:after{
	content: "PRODUCT";
}
.product section{
	margin: 0 0 80px;
}
.product .boxarea{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin-left: -20px;
}
.product .boxarea .box{
	width:230px;
	margin-top: 20px;
	margin-left: 20px;
}
.product .boxarea .box .thumb{
	width:230px;
	height:160px;
	margin-bottom: 10px;
}
.product .boxarea .box .thumb img{
	width:100%;
	height:100%;
	object-fit: cover;
}
@media (max-width: 740px) {
.product section{
	margin: 40px 0;
}
.product .boxarea{
	margin-left: -10px;
}
.product .boxarea .box{
	width:calc(50% - 10px);
	margin-top: 15px;
	margin-left: 10px;
}
.product .boxarea .box .thumb{
	width:100%;
	height:auto;
	padding-top: 65%;
	position: relative;
}
.product .boxarea .box .thumb img{
	position: absolute;
	top:0;
	left:0;
}
}

/*--------------------------------------
    recruit
--------------------------------------*/

.recruit .wrapper:after{
	content: "RECRUIT";
}
.recruit section{
	margin: 50px auto;
}
.recruit .career .text{
	font-weight: bold;
	margin-bottom: 30px;
}
.recruit .career table.table001 strong{
	font-weight: bold;
	display: block;
}
.recruit section a{
	font-weight: bold;
	text-decoration: underline;
}
@media (max-width: 740px) {
.recruit section{
	margin: 40px auto;
}
}

/*--------------------------------------
    contact
--------------------------------------*/

.contact .wrapper:after{
	content: "CONTACT";
}
.contact section{
	margin: 0 auto 80px;
}
.contact .formtop{
	font-size:14px;
	font-size:1.4rem;
	line-height: 2;
	margin-bottom: 50px;
}
.contact .formcontent table{
	width:100%;
}
.contact .formcontent table tr th{
	width:220px;
	position: relative;
	vertical-align: top;
	text-align: left;
	padding:10px 20px 10px 0;
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
	line-height: 46px;
}
.contact .formcontent table tr td{
	width:760px;
	padding:10px 0;
	line-height: 26px;
	font-size:16px;
	font-size:1.6rem;
	font-family: inherit;
	word-break: break-all;
	overflow: hidden;
}
.contact .mw_wp_form_confirm .formcontent table tr td{
	padding:20px 0;
}
.contact .formcontent table tr td input:focus,
.contact .formcontent table tr td textarea:focus{
	outline:none !important;
}
.contact .formcontent table tr td input{
	padding:10px;
	border: 1px solid #A1A1A1;
	box-sizing: border-box;
	font-family: inherit;
	background: #F6F6F6;
	line-height: 26px;
	width:100%;
	border-radius: 5px;
}
.contact .formcontent table tr td input.normal{
	width:380px;
}
.contact .formcontent select{
	padding:10px;
	border: 1px solid #A1A1A1;
	box-sizing: border-box;
	background: #F6F6F6;
	line-height: 26px;
	font-family: inherit;
	border-radius: 5px;
}
.contact .formcontent textarea{
	width:100%;
	height:220px;
	padding:10px;
	border: 1px solid #A1A1A1;
	box-sizing: border-box;
	font-family: inherit;
	background: #F6F6F6;
	line-height: 26px;
	border-radius: 5px;
}
.contact .formcontent .button{
	width:235px;
	height:50px;
	margin:50px auto 0;
	text-align: center;
}
.contact .mw_wp_form_confirm .formcontent .button{
	width:540px;
}
.contact .formcontent .button .right-box{
	width:235px;
	height:50px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.contact .formcontent .button .right-box input[name="submitConfirm"],
.contact .formcontent .button .right-box input[name="確認"]{
	display: block;
	text-align: center;
	border:1px solid #707070;
	background: #FFFFFF;
	line-height: 48px;
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
	transition: 0.3s;
	cursor:pointer;
	-webkit-appearance: none;
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding-right: 30px;
	font-family: inherit;
	position: relative;
}
.contact .formcontent .button .right-box:hover input[name="submitConfirm"],
.contact .formcontent .button .right-box:hover input[name="確認"]{
	background:#707070;
	color:#FFFFFF;
}
.contact .formcontent .button .right-box:after{
	content: "";
	position: absolute;
	top:50%;
	left:calc(100% - 30px);
	transform: translate(0,-50%);
	border-top:6px solid transparent;
	border-left:13px solid #000000;
	border-bottom:6px solid transparent;
	transition: 0.3s;
}
.contact .formcontent .button .right-box:hover:after{
	border-left:13px solid #FFFFFF;
}
.contact .mw_wp_form_input .formcontent .button .left-box{
	display: none;
}
.contact .formcontent .button .left-box{
	width:235px;
	height:50px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.contact .formcontent .button .left-box input[name="submitBack"]{
	display: block;
	text-align: center;
	border:1px solid #707070;
	line-height: 48px;
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
	transition: 0.3s;
	cursor:pointer;
	-webkit-appearance: none;
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding-left: 30px;
	font-family: inherit;
	position: relative;
	color:#FFFFFF;
	background: #707070;
}
.contact .formcontent .button .left-box:hover input[name="submitBack"]{
	background: #FFFFFF;
	color:#393838;
}
.contact .formcontent .button .left-box:after{
	content: "";
	position: absolute;
	top:50%;
	right:calc(100% - 30px);
	transform: translate(0,-50%);
	border-top:6px solid transparent;
	border-right:13px solid #FFFFFF;
	border-bottom:6px solid transparent;
	transition: 0.3s;
}
.contact .formcontent .button .left-box:hover:after{
	border-right:13px solid #393838;
}
@media (max-width: 740px) {
.contact section{
	margin: 0 auto 40px;
}
.contact .formtop{
	font-size:14px;
	font-size:1.4rem;
	line-height: 2;
	margin-bottom: 40px;
}
.contact .formcontent table,
.contact .formcontent table tbody,
.contact .formcontent table tr,
.contact .formcontent table tr th,
.contact .formcontent table tr td{
	display: block;
	box-sizing: border-box;
}
.contact .formcontent table tr th{
	width:100%;
	padding:15px 0 10px;
	font-size:16px;
	font-size:1.6rem;
	line-height: 2;
}
.contact .formcontent table tr td{
	width:100%;
	padding:0 0 15px;
	line-height: 1.8;
	font-size:14px;
	font-size:1.4rem;
}
.contact .mw_wp_form_confirm .formcontent table tr td{
	padding:0 0 15px;
}
.contact .formcontent table tr td input.normal{
	width:100%;
}
.contact .formcontent select {
    width: 100%;
}
.contact .formcontent .button{
	height:auto;
	margin:30px auto 0;
}
.contact .mw_wp_form_confirm .formcontent .button{
	width:235px;
}
.contact .formcontent .button .left-box{
	margin-top: 10px;
}
}

/*--------------------------------------
    privacy
--------------------------------------*/

.privacy .wrapper:after{
	content: "PRIVACY";
}
.privacy section{
	margin: 50px auto 80px;
}
.privacy .right{
	display: block;
	text-align: right;
}
.privacy a{
	font-weight: bold;
	text-decoration: underline;
}
.privacy a:hover{
	text-decoration: none;
}
.privacy .contactarea{
	margin: 50px auto;
}
.privacy .contactarea .text{
	font-weight: bold;
	margin-bottom:30px;
}
.privacy .contactarea .text.right{
	margin-top: 20px;
}
.privacy .intro .right-box dl dt{
	float: left;
	line-height: 1.5;
}
.privacy .intro .right-box dl dd{
	padding-left: 100px;
	line-height: 1.5;
}
.privacy .intro .pickup{
	margin: 30px auto;
	background: #F0F0F0;
	padding:30px 50px;
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
	line-height: 2;
}
.privacy .intro .pickup .right{
	font-weight: bold;
}
.privacy .intro ul{
	padding:0 50px;
}
.privacy .intro ul li{
	margin: 20px 0;
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
	color:#1C7FD4;
}
.privacy .box{
	margin:50px auto;
}
.privacy .box ul.list,
.privacy .box .text{
	margin:30px auto;
	padding:0 30px;
}
.privacy .box table.table001 th{
	width:30%;
}
.privacy .box table.table001 td{
	width:70%;
}
.privacy .box table.table001 ul.list{
	margin:30px auto;
	padding:0;
}
@media (max-width: 740px) {
.privacy section{
	margin: 40px auto;
}
.privacy .right {
    text-align:left;
}
.privacy .contactarea{
	margin: 30px auto;
}
.privacy .intro .right-box dl dt{
	float: none;
	font-weight: bold;
}
.privacy .intro .right-box dl dd{
	padding-left: 0px;
}
.privacy .intro .pickup{
	margin: 30px auto;
	padding:20px 10px;
	font-size:14px;
	font-size:1.4rem;
}
.privacy .intro ul{
	padding:0;
}
.privacy .intro ul li{
	font-size:16px;
	font-size:1.6rem;
}
.privacy .box{
	margin:40px auto;
}
.privacy .box ul.list,
.privacy .box .text{
	padding:0 10px;
}
.privacy .box table.table001 th{
	width:100%;
}
.privacy .box table.table001 td{
	width:100%;
}
}

