/*!
 * Start Bootstrap - Creative v5.1.7 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2019 Start Bootstrap
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 */ :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f4623a;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0079df;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
}


.text--blue {color: var( --blue);}
.text--bold {font-weight: bold}
.text-l {font-size: 1.5em}
.text-m {font-size: 1.3em}
@media (max-width: 576px) {
.text-l {font-size: 1.2em}
.text-m {font-size: 1.1em}
}


.works_list-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 2em;
}

@media (max-width: 576px) {
.works_list-3 {
  grid-template-columns: 1fr;
  column-gap: 15px;
  row-gap: 2em;
}
}
.works_list-3 img {
  margin-bottom: 0.5rem;
  max-width: 100%;
  height: auto;
}
.works_list-3 h3 {
  font-size: 1.1em;
  margin-bottom: 0.4rem;
}
.works_list-3 p {
  font-size: 0.9em;
  margin-bottom: 0.3rem;
}
.works_list-3 .date {
  font-size: 0.7em;
  /*text-align: right;*/
}
.works_list-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 2em;
}

@media (max-width: 576px) {
.works_list-4 {
  grid-template-columns: 1fr;
  column-gap: 15px;
  row-gap: 2em;
}
}

.works_list-4 img {
  margin-bottom: 0.5rem;
  max-width: 100%;
  height: auto;
}
.works_list-4 h3 {
  font-size: 1.1em;
  margin-bottom: 0.4rem;
}
.works_list-4 p {
  font-size: 0.9em;
  margin-bottom: 0.3rem;
}
.works_list-4 .date {
  font-size: 0.7em;
  text-align: right;
}


.jobBox{
	background: url(../img/job_bk.webp);
	background-size: cover;
	
	
}



/*基本のボタン*/
.btn_basic a {
    background: #fff;
	border: 2px solid #0079df;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 350px;
    padding: 5px 15px;
    color: #0079df;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
@media (max-width: 576px) {
.btn_basic a {
  max-width:95%;
}
}

.btn_basic a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.btn_basic a:hover {
    background: #0079df;
    color: #FFF;
	text-decoration: none;
}

/*戻るボタン*/
.btn_return_box {
	text-align: right;
	margin-bottom: 2rem;
}
.btn_return a {
    background: #fff;
	border: 2px solid #0079df;
    border-radius: 50px;
    margin: 0 auto;
    max-width: 350px;
    padding: 5px 15px;
    color: #0079df;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 0.8em;	
	text-align: right;
}
@media (max-width: 576px) {
	
.btn_return_box {
	text-align: center;
}
.btn_return a {
  max-width:95%;
}
}

.btn_return a:hover {
    background: #0079df;
    color: #FFF;
	text-decoration: none;
}


/*エントリーボタン*/
.btn_entry a {
	font-size: 1.5em;
    font-weight: 500;
    background: #D65100;

    border-radius: 9px;
    margin: 0 auto;
    max-width: 350px;
    padding: 10px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
@media (max-width: 576px) {
.btn_entry a {
  max-width:95%;
	font-size: 1em;
}
}

.btn_entry a:hover {
    background: #FF8900;
    color: #FFF;
	text-decoration: none;
}



.p-news_list {
    border-top: 1px dotted #ccc;
}
.p-news_list > .date {
    float: left;
    font-size: 87.5%;
    color: #0081cb;
    padding-left: 10px;
    padding-top: 12px;
}
.p-news_list > .content {
    font-size: 100%;
    line-height: 1.5;
    color: #000000;
    padding-left: 110px;
    padding-right: 20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #ccc;
    word-wrap: break-word;
}
.p-news_list > .content a {
    color: #000b9b;
}
@media (max-width: 576px) {
.p-news_list > .date {
	float: none;
	padding-left:0;
	padding-right: 0;
}
	.p-news_list > .content {
    font-size: 100%;
    line-height: 1.5;
    color: #000000;
    padding-left:0;
    padding-right: 0;

}
}


.point-dl dt {
    color: #004CFF;
    float: left;
    font-size: 125%;
    text-align: center;
}
.point-dl dt span {
    font-size: 110%;
}
.point-dl dd {
    margin-left: 6em;
    font-size: 125%;
}

@media (max-width: 576px) {
.point-dl dt {
    float: none;
	text-align: left;
}
.point-dl dd {
    margin-left: 0;
	font-size: 100%;
}
}

.page-home-main_visual img {
width: 100%;
height: auto;
vertical-align: middle;
}


.p-pageTitle__box {
clear: both;
	color: #fff;
height: 25vh;
padding: 2.5em 0;

max-height: 8em;
text-align: center;
background: #0079df;
}
@media (max-width: 576px) {
.p-pageTitle__box {
padding: 1em 0;
max-height:auto;
height: auto;
}
}

.jobTitle {
	font-size: 1.5em;
	border-left: 6px solid #004CFF;
	padding-left: 1rem;
	background: #E7F1FF;
	padding:0.5rem 1rem;
}
.jobTitle_qr{
	width: 100px;
	height: auto;
	text-align: center;
}


.lineBox_bk {
	border: 1px solid #ccc;
	border-radius: 7px;
	padding:1rem 1rem 0.3rem 1rem;
	margin-bottom: 1rem;
	background: #EDF5FF;
}
.bgBox_blue {
	border-radius: 7px;
	background: #EDF5FF;
	padding:1.2rem 1.2rem 0.4rem 1.2rem;
	margin-bottom: 1rem;
}
@media (max-width: 576px) {
.bgBox_blue {
	padding:0.8rem 0.8rem 0.3rem 0.8rem;
}
}



.w_80-95{
	padding: 0 10%;
}
@media (max-width: 576px) {
.w_80-95{
	padding: 2.5%;
}
}


.tel {
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0;
}
.tel_time{
	font-size: 0.8em!important;
	font-weight: normal;
}


.form-line {
  border-top: 1px dotted #ccc;
  padding: 20px 0 10px 0; }


