@charset "UTF-8";

/*--------------------------
 FORM COPY
----------------------------*/
.form_copy {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    padding-top: 20px;
    letter-spacing: 0.05em;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
}
.form_copy a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #006E54;
    text-decoration: none;
}
.form_copy a:hover {
     opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.form_copy span {
    font-size: 14px;

}
/*--------------------------
 FORM WHITE WRAPPER
----------------------------*/
.form_white_wrapper {
    background-color: #FFFFFF;
    border-bottom-color: #649062;
    border-top-color: #649062;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.form_white_wrapper_bottom {
    margin-bottom: 20px; 
}
/*--------------------------
 FOOTER TEL
----------------------------*/
.form_tel {
    text-align: center;
    padding-bottom: 20px;
}
.form_tel img {
    width: 280px;
    height: 40px;
}
/*--------------------------
 FORM TEL OTHER
----------------------------*/
.form_fax {
	font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 10px;
}
.form_time {
	font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 30px;
}
.form_time br {

}
/*--------------------------
 FORM CAUTIN
----------------------------*/
.form_caution {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 30px;
    margin-top: 5px;
    padding-left: 10px;
	padding-right: 10px;
}
.form_caution a {
    text-decoration: none;
    color: #006e54;    
}
/*--------------------------
 FORM THANKS
----------------------------*/
.thanks {
	margin-top: 20px;
}
.thanks_shoulder {
	font-size: 40px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
	color: #c30d23;
	font-weight: bold;
	padding-top: 40px;
}
.thanks p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}
.thanks_home {
	text-align: center;
}
.thanks_home a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	background-color: #c1272d;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.thanks_home a:hover {
	text-decoration: none;
	background-color: #999;
}
.thanks_caution {
	font-size: 14px!important;
	line-height: 20px!important;
	color: #666!important;
	text-align: left!important;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.thanks_caution br {
	display: none;
}
/*--------------------------
 FORM SHOULDER
----------------------------*/
.form_shoulderve {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    padding-top: 40px;
    letter-spacing: 0.05em;
	argin-right: 10px;
	margin-left: 10px;
}
/*--------------------------
 TEASER
----------------------------*/
.teaser_p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    letter-spacing: 0.05em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.teaser_p br {
    display: none;
}
/*--------------------------
 FAQ
----------------------------*/
.faq {
    padding-bottom: 20px;
	margin-top: 20px;
}
dl.accordion_faq dt {
    cursor: pointer;
    padding-left: 20px;
    background-color: #FFF;
    background-image: url(../images/accordion_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #006e54;
    line-height: 26px;
    text-align: left;
    background-size: 20px 20px;
	border-bottom-color: #99c5bb;
    border-top-color: #99c5bb;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
dl.accordion_faq dt span {
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #65787E;
}
dl.accordion_faq dt.opened {
	background-color: #FFF;
	background-image: url(../images/accordion_arrow_up.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	color: #006e54;
	font-weight: bold;
	background-size: 20px 20px;
}
dl.accordion_faq dt p {
	font-size: 16px !important;
	line-height: 22px !important;
	color: #333 !important;
	font-weight: normal;
	padding-top: 3px;
}
dl.accordion_faq dd {
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
dl.accordion_faq dd p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
	font-feature-settings: "palt" 1;
}
dl.accordion_faq dd a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #006E54;
    font-weight: bold;
}
dl.accordion_faq dd a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
dl.accordion_faq dd p span {
    font-size: 16px;
    line-height: 28px;
    color: #006e54;
    font-weight: normal;
    display: block;
}
/*--------------------------
 REQUIREMENTS
----------------------------*/
.requirements {
    padding-bottom: 20px;
	margin-top: 20px;
}
dl.accordion_requirements dt {
    cursor: pointer;
    background-color: #65787e;
    background-image: url(../images/accordion_arrow_down_white.svg);
    background-repeat: no-repeat;
    background-position: center bottom 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #006e54;
    line-height: 26px;
    text-align: left;
    background-size: 20px 20px;
	padding-bottom: 30px;
}
dl.accordion_requirements dt span {
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #65787E;
}
dl.accordion_requirements dt.opened {
	background-color: #65787e;
	background-image: url(../images/accordion_arrow_up_white.svg);
	background-repeat: no-repeat;
	background-position: center bottom 15px;
	color: #006e54;
	font-weight: bold;
	background-size: 20px 20px;

}
dl.accordion_requirements dd {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
}
dl.accordion_requirements dd p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
dl.accordion_requirements dd a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #006E54;
    font-weight: bold;
}
dl.accordion_requirements dd a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------------------------
 REQUIREMENTS FOUNDATION
----------------------------*/
.requirements_foundation {
    position: relative;
    padding-top: 20px;
}

/*--------------------------
 REQUIREMENTS DT
----------------------------*/
.requirements_img {
    width: 100%;
    height: 150px;
}
.requirements_img img {
	height: 150px;
    position: relative;
	width: 100%;
	object-fit: cover;
}
.requirements_chars {
    color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.requirements_title {
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px dotted #FFFFFF;
	padding-top: 10px;
    padding-bottom: 10px;

}
.requirements_contents {
    font-size: 16px;
    line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.requirements_p {
    font-size: 14px;
	line-height: 22px;
	padding-bottom: 15px;
}
.requirements_p br {
    display: none;  
}
/*--------------------------
 REQUIREMENTS TABLE
----------------------------*/
.requirements_table {
    margin-bottom: 20px;
    background-color: #FFFFFF;
}
.requirements_table tr:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.requirements_table tr th {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #CCC;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    color: #65787e;
    background-color: #F1F1F1;
    display: block;
}
.requirements_table tr td {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #000000;

    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    display: block;
}
/*--------------------------
 ENTRY SHEET BUTTON
----------------------------*/
.entrysheet_button {
    text-align: center;
    margin-top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 225px;
    margin-left: auto;
    margin-right: auto;
}
.entrysheet_button img {
    width: 225px;
    height: auto;
}
.entrysheet_button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*--------------------------
 HELLW WORK MESSAGE
----------------------------*/
.hellowwork_message {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10pt;
    padding-left: 10px;
    padding-right: 10px;
}
.hellowwork_message br {
    display: none; 
}
/*--------------------------
 SENIOR
----------------------------*/
.senior_wrapper {
    margin-top: 20px;    
}
.senior_sentions {
    position: relative;
    margin-bottom: 30px;
}
.senior_sentions::after {
    content: "";
    display: block;
    clear: both;
}
/*--------------------------
 SENIOR LEFT TYPE
----------------------------*/
.senior_wrapper_left_line {

}

.senior_wrapper_left_line {

}
.senior_img_left {

}
.senior_img_left li {
    width: 50%;
    float: left;
	padding-bottom: 10px;
}
.senior_img_left img {
    width: 100%;
}
.senior_chars_left {

}
/*--------------------------
 SENIOR RIGHT TYPE
----------------------------*/
.senior_wrapper_right_line {

}
.senior_wrapper_right_line {

}
.senior_img_right {

}
.senior_img_right li {
    width: 50%;
    float: left;
    padding-bottom: 10px;
}
.senior_img_right li img {
    width: 100%;
}
.senior_chars_right {

}
/*--------------------------
 SENIOR CHARS
----------------------------*/
.senior_shoulder {
    font-size: 20px;
    line-height: 30px;
    color: #006E54;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px dotted #949494;
    padding-left: 10px;
    padding-right: 10px;
}
.senior_position {
    font-size: 14px;
    line-height: 22px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
    padding-right: 10px;
}
.senior_message {
    font-size: 16px;
    line-height: 24px;
	padding-left: 10px;
    padding-right: 10px;
}
/*--------------------------
 RECRUIT MOTOMERU
----------------------------*/
.recruit_motomeru {
    background-image: url(../images/recruit_president_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 20px;
}
.recruit_motomeru_shoulder {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.recruit_motomeru_p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 10px;
	padding-left: 10px;
}
.recruit_motomeru_p br {
    display: none; 
}
.recruit_motomeru_president {
    font-size: 14px;
    line-height: 26px;
	padding-left: 10px;
	padding-bottom: 30px;
}
.recruit_motomeru_president span {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
}
.recruit_president_img_xs {
    text-align: center;
}
.recruit_president_img_xs img {
    width: 50%;
    height: auto;
}
/*--------------------------
 RECRUIT LINK
----------------------------*/
.recruit_link {
	 margin-top: 30px;
    margin-bottom: 30px;
}
.recruit_link::after {
    content: "";
    display: block;
    clear: both;
}

.recruit_link li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.recruit_link_img01 {
    background-image: url(../images/recruit_link_img01.jpg);
}
.recruit_link_img02 {
    background-image: url(../images/recruit_link_img02.jpg);
}
.recruit_link_img03 {
    background-image: url(../images/recruit_link_img03.jpg);
}

.recruit_link li a {
    text-decoration: none;
    display: block;
    color: #FEFEFE;
    height: 150px;
}
.recruit_link li:hover {
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.recruit_link_chars {
    text-align: center;
    color: #FFF;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    box-align: center;
    display: block;
    position: absolute;
    transform: translate(50%, 50%);
    width: 100%;
    bottom: 50%;
    right: 50%;
    background-image: url(../images/arrow_down_white.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 25px 25px;
    padding-bottom: 35px;
}
.recruit_link_eng {
    font-size: 26px;
    line-height: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.recruit_link_title {
    font-size: 16px;
    line-height: 26px;
    display: block;
    font-weight: bold;
}

/*--------------------------
 INSTAGRAM SANDBOX
----------------------------*/
.instagram {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-top: 0;
	margin-bottom: 15px;
}
.instagram li {
    float: left;
    width: 33%;
    overflow: hidden;
    margin-bottom: 0.5%;
}
.instagram li:nth-child(3n) {
	margin-right: 0px;
}
.instagram li img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
.instagram li {
	height: 150px;
}

.instagram li img {
	height: 150px;
}
}
@media screen and (max-width: 480px) {
.instagram li {
	height: 120px;
}
.home_news_report_list img {
	height: 120px;
}
}
@media screen and (max-width: 340px) {
.instagram li {
	height: 90px;
}
.home_news_report_list img {
	height: 90px;
}
}
.instagram li:nth-child(5n) {
	margin-right: 0px;
}
.instagram li img:hover {
  filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
/*--------------------------
 RECRUIT SNS
----------------------------*/
.sns_wrapper  {
    margin-top: 30px;
}
.sns_wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.sns_left  {
    position: relative;
}
.sns_right  {
    position: relative;
}
/*--------------------------
 RECRUIT SNS IMAGE
----------------------------*/
.sns_image  {
    width: 400px;
}
@media screen and (max-width: 420px) {
.sns_image  {
    width: 100%;
}
}
.sns_image {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-top: 20;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

.sns_image li {
    float: left;
    width: 33%;
    overflow: hidden;
    margin-bottom: 0.5%;
	height: 130px;
}
@media screen and (max-width: 420px) {
.sns_image li {
	height: 100px;
}
}
.sns_image li:nth-child(3n) {
	margin-left: 0%;
}
.sns_image li img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	object-fit: cover;
	height: 130px;
}
@media screen and (max-width: 420px) {
.sns_image li img {
	height: 100px;
}
}

/*--------------------------
 RECRUIT SNS LINK
----------------------------*/
.sns_link_title  {
    color: #006E54;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 20px;
}
.sns_link_title span  {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
}
.sns_link  {
    margin-bottom: 40px;
}
.sns_link li  {
    border-bottom: 1px dotted #808080;
    padding-left: 20px;
}
.sns_link li:first-child  {
    border-top: 1px dotted #808080;
}
.sns_link li a  {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(../images/arrow_button_gray.svg);
    background-position: right 15px center;
    background-size: 18px auto;
    background-repeat: no-repeat;
}
.sns_link li a:hover  {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
.sns_link li img {
    width: 180px;
    height: auto;
}