@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
.text-white {
    color: #040404!important;
    margin-bottom: -4px;
}
html {
  scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#topBtn{
    background: #a5dc39;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.8;
}
.pagetop a {
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: #8bc34a;
    text-align: center;
    margin: 0px auto 0px auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    opacity: 0.7;
    z-index: 4;
}
/* ボタンのスタイル */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  /* ボタンの装飾 */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #115582;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}
.h5 {
    line-height: 1.9rem;
    font-weight: normal;
    font-size: 1.1rem;
}
.container {
    width: 100%;
    overflow-x: hidden;
    padding-left: 7px !important;
    margin: 0 auto;
    padding-bottom: 5px;
}
.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}
h1.job-title {
  position: relative;
  font-size: 1.4rem;
  line-height: 140%;
  padding-bottom: 28px;
  text-align: left;
}

h1.job-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  margin-bottom: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
.h2, h2 {
    font-size: 2.0rem;
    margin-bottom: 60px;
}
h3 {
    font-size: 1.0rem;
    color: #039af4;
    margin: 0px 0 30px;
}
.topbtm {
    width: 100%;
    margin: 0 auto;
/*    display: block;*/
}
.sdgs {
    width: 25%;
    display: block;
    margin: 11px auto 0;
/*    float: left;*/
}
.wantedly {
    width: 18%;
    display: block;
    margin: 0 auto;
/*    float: left;*/
}
.bt-entry {
    display: none;
    opacity: 0;
    position: absolute;
}
.p-0 {
    padding: 0 0 0px 0!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
    text-align: left;
    padding: 0;
}
.pb-3, .py-32 {
    padding-bottom: 1rem!important;
    text-align: left;
    padding: 18px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
    font-size: 1.0rem;
    line-height: 160%;
}
.pb-5, .py-5 {
    padding-bottom: 5rem!important;
    font-size: 1.3rem;
    line-height: 190%;
}
p {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 92%;
/*    text-align: left;*/
}
.btn-primary {
    color: #fff;
    background-color: #4caf50;
    border-color: #009688;
    float: right;
    margin-right: 60px;
}
.koe {
position: relative;
padding: 20px;
background-color: #ecfbdb;
border-radius: 15px;
margin: 35px 60px 15px;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}

.koe::before {
content: '';
position: absolute;
display: block;
border-radius: 50%;
background-color: #ecfbdb;
left: -35px;
bottom: 65px;
width: 30px;
height: 30px;
}

.koe::after {
content: '';
position: absolute;
display: block;
border-radius: 50%;
background-color: #ecfbdb;
left: -55px;
bottom: 90px;
width: 15px;
height: 15px;
}
.contents {
	padding-top: 100px;
}

.contents_innner {
    padding-top: 4px;
    margin-top: 5px;
}
#sec2,#sec4,#sec5,#sec7,#sec8 {
	margin-bottom: 30px;
}
#sec2 {
	margin-top: 10px;
}
.border {
    border: 1px solid #2196f3!important;
    background: #03a9f4;
    border-radius: 13px;
    color: #FFF;
}
.bg-light {
    background-color: #35c314!important;
    margin-top: -16px;
    line-height: 300%;
    overflow-y:hidden;
}
.bg-light02 {
    background-color: #35c314!important;
    margin-top: -16px;
    line-height: 120%;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
.note{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    margin: 0 65px 20px 65px;
}
.note:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.note p {
    margin: 0; 
    padding: 10px;
    text-align: left;
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
header .headmg {
	margin-top: -64px;
    display: table;
}
.gg-row-first {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 14px;
    height: 10px;
    padding: 10px 0 0 0px;
}
.gg-row-first::after,
.gg-row-first::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    background: currentColor
}
.gg-row-first::before {
    width: 10px;
    top: 4px;
    opacity: .5;
    box-shadow: 0 4px 0
}
.gg-row-first::after {
    width: 14px
}
.card a:hover{
	opacity: 0.6;
}
.table td, .table th {
	text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 5rem;
    background-color: transparent;
}
button, input {
    overflow: visible;
    padding: 20px 40px;
}
table {
    border-collapse: collapse;
    font-size: 1.0rem;
    line-height: 180%;
}
input::placeholder {
  color: #EEE;
  font-size: 1.0em;
  opacity: 0.7;
}
/* ====== トップに戻るボタン ====== */
##page-top{
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    bottom: 2%;
    right: 2%;
}
/* ====== カラー指定 ====== */
.brand-color {
	color: #21386E !important;
}
.bg-brand-color {
	background-color: #ff9800!important;
}
.bg-brand-color2 {
	background-color: #35c314!important;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    padding-top: 24px;
}
.navbar-white a {
	color: #fff;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    height: 50px;
    font-size: 85%;
    margin-bottom: 9px;
}
.navbar-expand-md .navbar-nav .nav-link {
    /*padding-right: .5rem;
    padding-left: .5rem;*/
    padding-top: 20px!important;
}
/* ====== FOOTER ====== */
.footer-logo {
	width: 20%;
}
.social img {
	width: 36px;
	height: 36px;
}
address {
    margin-bottom: 0.2rem;
    font-style: normal;
    line-height: inherit;
    color: #FFF;
    padding-top: 25px;
}
footer {
/*	padding-bottom: 5%;*/
	margin-top: 100px;
}
.time-border {
   border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #2196f3;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
	background-image: url(../img/bg-top.jpg);
	background-size: 150px;
	background-size: 80%;
	background-position: center;
	min-height: 84%;
	height: 95px;
    margin-top: -50px;
    background-repeat: no-repeat;
}
header .catch {
	width: 100%;
	bottom: 1px;
    text-align: center;
    margin: 550px auto 0;
	/*left: 50%;
	margin-left: -45%;*/
}
header .g-navi {
	min-height: 100%;
}

/* ====== PROCESS ====== */
.logo {
	display: none;
}
#sec2 .square {
	width: 60px;
	height: 60px;
	background: #21386E;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#sec2 .square2 {
    width: 60px;
    height: 60px;
    background: #91dc3a;
    color: #ffffff;
    text-align: center;
    font-size: 2.4rem;
    padding-top: 17px;
}
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #91dc3a;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 12px;
}
#sec5 .square2 {
    width: 60px;
    height: 60px;
    background: #91dc3a;
    color: #ffffff;
    text-align: center;
    font-size: 2.4rem;
    padding-top: 17px;
}
#sec5 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}
/* --------------------------------------------- */
#sec6 .circle-q, #sec6 .circle-a {
	width: 30px;
    height: 30px;
    font-size: 1.3rem;
	border-radius: 50%;
	text-align: center;
}
#sec6 .circle-q {
	background: #8bc34a;
	color: #ffffff;
	padding-top: 2px;
}
#sec6 .circle-a {
	background: #ffffff;
	color: #e91e63;
	border: 3px solid #e91e63;
}
.schedule-img {
    width: 75%;
}
#sec7 .table th {
	white-space: nowrap;
	background: antiquewhite;
}
#sec4 .table th {
	background: #e6f7e6;
}
.py-5 .circle-q {
    background: #8bc34a;
    color: #ffffff;
    padding-top: 2px;
}
.py-5 .circle-q, .py-5 .circle-a {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -15px;
    margin-bottom: 10px;
    /*background: #e9f6f9;*/
}
.hopebox {
    position: relative;
    margin: 5em 0 0;
    padding: 0.5em 1em;
    border: solid 3px #119ced;
    background: aliceblue;
}
.hopebox .box-title {
    position: absolute;
    display: inline-block;
    top: -37px;
    left: -3px;
    padding: 0px 19px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background: #119ced;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.hopebox p {
    margin: 0; 
    padding: 10px;
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.pfile {
    position: relative;
    padding:0.25em 2em;
    margin-top: 40px;
}
.pfile:before,.pfile:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.pfile:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.pfile:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.pfile p {
    margin: 0; 
    padding: 0;
    font-size: 1.4rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
}

/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
#glovalNavbar ul li {
	border-left: none;
}
#glovalNavbar ul li:last-child {
	border-right: none;
}
.footer-nav ul li {
	border-left: none;
}
.footer-nav ul li:last-child {
	border-right: none;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 9999;
	top: 40px;
	/* ナビバーの高さ */
	bottom: 0%;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.logo {
	width: 80%;
	display: none;
}
.display-3 {
	font-size: 3rem;
}
.footer-logo {
	width: 80%;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}
.sp-hidden {
    display: none;
}
}


/* END */
/* 極小デバイス（縦向きモバイル, 414px 未満）
==============================================*/
@media screen and (max-width: 414px) {
    header .jumbotron-fluid {
    background-image: url(../img/bg-top.jpg);
    background-repeat: no-repeat;
    background-size: 270%;
    background-position: center;
    min-height: 100%;
    /*margin-top: 91px;
    margin-bottom: -61px;*/
    margin:-30px -2px 0 0px
}
.sdgs {
    width: 47%;
    display: block;
}
.wantedly {
    width: 50%;
    display: block;
/*    float: right;*/
}
.p-0 {
    padding: 0 0 9px 0 !important;
}
.p-1 {
    padding: 0 0 1px 0 !important;
}
.p-3 {
    padding: 1rem!important;
    /* margin-top: -130px; */
}
.pb-2, .py-2 {
    padding-bottom: 0rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
    font-size: 1.0rem;
    line-height: 125%;
    margin: -15px 0 0 0;
}
.pb-3, .py-3 {
    padding-bottom: 2rem!important;
    text-align: left;
    padding: 0 35px;
    width: 100%;
    margin-top: -41px;
}
.pb-3, .py-32 {
    padding-bottom: 2rem!important;
    text-align: left;
    padding: 20px 35px;
    width: 100%;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 0rem!important;
    font-size: 1.0rem;
    line-height: 160%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
/*    margin-top: 50px;*/
}

.w-100 {
    width: 100%!important;
    /*margin-left: 50px;
    margin-top: 20px;*/
}
.koe {
    margin:25px -2px 15px 60px;
}
.h1, h1 {
    font-size: 1.6rem;
    margin-top: 44px;
}
h1.job-title {
    position: relative;
    font-size: 1.3rem;
    line-height: 140%;
    padding-bottom: 28px;
    text-align: left;
}
.h2, h2 {
    font-size: 1.0rem;
    margin-top: 28px;
    margin-bottom: 30px;
}
.h4, h4 {
    font-size: 1.0rem;
}
.h5, h5 {
    font-size: 1.0rem;
    line-height: 2.0rem;
}
/*.h5 {
	margin-top: 20px;
}*/
.sp-hidden {
    display: none;
}
#sec5 .square {
    width: 30px;
    height: 30px;
    background: #91dc3a;
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 2px;
}
#sec5 .square2 {
    width: 30px;
    height: 30px;
    background: #91dc3a;
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 5px;
}
.pfile {
    position: relative;
    padding: 0.25em 2em;
    margin-top: 40px;
    margin: 0 20px;
}
.pfile p {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
}
.bg-light {
    margin-top: 0px;
}
.shozoku {
    text-align: center;
    display: list-item;
    width: 80%;
    margin: auto;
    white-space: nowrap;
}
header .headmg {
	margin-top: 15px!important;
    display: none;
}
.text-white {
    color: #040404!important;
    margin-bottom: -37px;
}
.btn-primary {
    color: #fff;
    background-color: #4caf50;
    border-color: #009688;
    width: 100%;
    height: 51px;
    line-height: 35px;
    margin: 0;
}
.table {
    margin-top: 30px;
}
header .jumbotron-fluid {
    background-image: url(../img/bg-top.jpg);
    background-repeat: no-repeat;
    background-size: 290%;
    background-position: center;
    min-height: 100%;
    /*margin-top: 91px;
    margin-bottom: -61px;*/
    margin-top: 15px;
    margin-bottom: -146px;
    display: block;
}
.fixed-bottom{
	position:fixed;
	right:0;
	top:0;
	bottom: auto;
	left:0;
	z-index:1030;
	height: 42px;
	padding-left: 30px;
    
}
.navbar-toggler-icon {
    display: table-caption;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    padding: 0 0 0 0 !important;
    margin: -17px 0 0 -1p;
}
.navbar-toggler {
	/*position: absolute;*/
	margin-left: 267px;
    height: 50px;
    padding-top: 7px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    display: block;
}
.table th {
	text-align: center;
}
.table td {
	text-align: left;
}
.pt-5, .py-5 {
    padding-top: 1rem!important;
}
.note {
    margin: 0 6px 20px 5px;
}
.hopebox p {
    margin: 0;
    padding: 10px;
    font-size: 1.0rem;
    line-height: 2.0rem;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 15%;
    max-width: 25%;
}
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
header .catch {
	bottom: 5%;
    margin: 520px 0 0 0;
}
header .catch .h1 {
	font-size: 2rem;
}
header .catch h2 {
	font-size: 1rem;
}
header .jumbotron-fluid {
    background-image: url(../img/bg-top.jpg);
    background-repeat: no-repeat;
    background-size: 290%;
    background-position: center;
    min-height: 100%;
    /*margin-top: 91px;
    margin-bottom: -61px;*/
    margin: -52px 0 0 0;
    display: block;
}
.container {
    margin: 40px auto 0;
}
.schedule-img {
    width: 100%;
}
.sp-hidden {
    display: none;
}
form .border-top,
    form .border-bottom {
        border: none !important;
}    
}
/* END */
/* 極小デバイス（縦向きモバイル, 390px 未満）
==============================================*/
@media screen and (max-width: 390px) {
    header .jumbotron-fluid {
    background-image: url(../img/bg-top.jpg);
    background-repeat: no-repeat;
    background-size: 270%;
    background-position: center;
    min-height: 100%;
    /*margin-top: 91px;
    margin-bottom: -61px;*/
    margin:-45px -2px 0 0px;
    display: block;
}
header .catch {
    width: 100%;
    bottom: 1px;
    text-align: center;
    margin: 435px auto 0;
    /*left: 50%;
    margin-left: -45%;*/
    }
    .fixed-bottom {
        position: fixed;
        right: 0;
        top: 0;
        bottom: auto;
        left: 0;
        z-index: 1030;
        height: 42px;
        padding-left: 9px;
        padding-top: 2px;
    }
}
}
/* END */
/* 極小デバイス（縦向きモバイル, 375px 未満）
==============================================*/
@media screen and (max-width: 375px) {
    header .jumbotron-fluid {
    background-image: url(../img/bg-top.jpg);
    background-repeat: no-repeat;
    background-size: 270%;
    background-position: center;
    min-height: 100%;
    margin: -90px -2px 0 0px;
    display: block;
}
header .catch {
    width: 100%;
    bottom: 1px;
    text-align: center;
    margin: 435px auto 0;
    /*left: 50%;
    margin-left: -45%;*/
}
.navbar-toggler {
    /*position: absolute;*/
    margin-left: 254px;
    height: 50px;
    padding-top: 7px;
}
.topbtm{
    margin:0 0;
}
p-0 {
    padding: 0 0 22px 0 !important;
    }
}
}
/* END */
