@charset "utf-8";

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------------------
共通
-------------------------------------------------------*/
section {
  padding: 100px 0;
}
a {
  text-decoration-line: none;
  color: #333;
}
a:hover{
  opacity: 0.5;
}

@media only screen and (max-width: 767px){
section {
  padding: 50px 0;
}}

/*-----------------------------------------------------
タイトル
-------------------------------------------------------*/
.ttl_box{
  text-align: center;
  padding-bottom: 50px;
}
.ttl{
  background: linear-gradient(to top, #3066a6, #61b1df);
            -webkit-background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 2.5rem;
}
.ttl-small {
  color: #1c5096;
  font-size: 1.8rem;
}
.ttl02{
  color: #fff;
  font-weight: 900;
  font-size: 2.5rem;
}
.ttl-small02 {
  color: #fff;
  font-size: 1.8rem;
}
.ttl_blue{
  color: #1c5096;
}
@media only screen and (max-width: 767px) {
.ttl_box{
  padding-bottom: 30px;
}
.ttl{
  font-size: 1.5rem;
}
.ttl-small {
  font-size: 1.2rem;
}
.ttl02{
  font-size: 1.5rem;
}
.ttl-small02 {
  font-size: 1.2rem;
}}

/*-----------------------------------------------------
CTA
-------------------------------------------------------*/
.cta{
  background-image: url(../images/cta_bg.png);
  padding: 50px 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#Cta03{
  background-image: url(../images/cta_bg02.png);
  padding: 50px 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-ttl{
  color: #fff;
  font-weight: bold;
}
.cta-ttl-yellow{
  color: #ffde00;
  font-size: 2.5rem;
}
.cta-box{
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.cta-box p{
  margin-bottom: 0.5em;
}
.cta03_text{
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
}
.cta03_text02{
  background-color: #1c5096;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  margin: 0 0.1em;
}
.flow-triangle02{
  position: relative;
  padding-top: 6vw !important;
}
.flow-triangle02::after {
  top: -2vw;
  width: 95vw;
  height: 7vw;
}


/*ボタンアニメーション*/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
border-radius: 50px;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 3s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.reflection:hover{
  opacity: 0.8;
}




@media only screen and (max-width: 991px){
.cta-ttl{
  font-size: 1.2rem;
}
.cta-ttl-yellow{
  font-size: 1.5rem;
}
.cta-box{
  font-size: 1.2rem;
}
.cta03_text{
  font-size: 1.0rem;
}
.cta03_text02{
  background-color: #1c5096;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  margin: 0 0.1em;
}
.flow-triangle02::after {
  top: -4vw;
}}
@media only screen and (max-width: 767px){
.cta-ttl{
  font-size: 1.0rem;
}
.cta-ttl-yellow{
  font-size: 1.3rem;
}
.cta-box{
  font-size: 1.0rem;
  display: block !important;
}
.cta03_text{
  line-height: 2em;
}
.flow-triangle02::after {
  top: -10vw;
  width: 80vw;
  height: 15vw;
}}

/*-----------------------------------------------------
header
-------------------------------------------------------*/
#Header p{
  margin-bottom: 0;
}
.h-logo{
  max-width: 20rem;
  padding-left: 2em;
}
.h-left_bg{
  background-color: #00a317;
  padding: 0 2em;
  min-height: 7em;
}
.h-right_bg{
  background-color: #1d2f4f;
  padding: 0 2em;
  min-height: 7em;
}

@media only screen and (max-width: 1199px) {
.h-logo{
  max-width: 15rem;
  padding-left: 1em;
  padding-right: 1em;
}
.h_cta{
  width: 65%;
  margin: 0 auto;
}
.h-left_bg{
  padding: 0 0.25em;
  min-height: 5em;
}
.h-right_bg{
  padding: 0 0.25em;
  min-height: 5em;
}}
@media only screen and (max-width: 991px) {
.h-logo{
  max-width: 10rem;
  padding-left: 0.5em;
}
.h_cta{
  width: 60%;
  margin: 0 auto;
}
.h-left_bg{
  padding: 0 ;
  min-height: 4em;
}
.h-right_bg{
  padding: 0 ;
  min-height: 4em;
}  }
@media only screen and (max-width: 767px) {
.h-logo_sp{
  max-width: 15rem; 
  margin: 0.5em auto 0;
}}

/*-----------------------------------------------------
FV
-------------------------------------------------------*/
.fv {
  background-image: url(../images/fv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.fv .container{
  padding: 2em 0;
}
@media only screen and (max-width: 1199px){
.fv_pic{
    width: 75%;
}}
@media only screen and (max-width: 991px){
.fv {
  background-size: cover;
}  
.fv .container{
  padding: 3em 0;
}
.fv_pic{
    width: 80%;
}}
@media only screen and (max-width: 767px){
  .fv{
  background-image: url(../images/fv_bg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
  .fv .container {
  background-image:none;
  padding: 1em 0;
  max-width: 767px;
}
.fv_pic{
    width: 100%;
}}

/*-----------------------------------------------------
年収がUPできる理由
-------------------------------------------------------*/
.point{
  padding-top: 0;
  background-color: #f8f8f8;
}
.point-bg-ttl{
  background-color: #1c5096;
}
.point-ttl{
  color: #fff;
  font-weight: 700;
  padding: 0.8em 0;
}
.point-ttl_big{
  font-size: 2.3rem;
}
.point-ttl_orange{
  color: #ff8400;
}
.point .flow-triangle::after{
  top: 1vw;
  width: 15vw;
  height: 6vw;
  background-color: #1c5096;
}
.point-box{
  background-color: #fff;
  box-shadow: 3px 3px 5px #3333331c;
}
.point-text{
  padding: 1em;
}
.point-icon{
  top: -13%;
  left: 42%;
  width: 20%;
}
.point-text_blue{
  font-weight: bold;
  color: #1d2f4f;
}
@media only screen and (max-width: 991px){
.point-text {
    padding: 0.5em;
    font-size: 0.8rem;
}
.point-text_blue{
  font-size: 1.2rem;
}}
@media only screen and (max-width: 767px){
.point-ttl{
    padding: 0.5em 0;
    font-size: 1.2rem;
}
.point-ttl_big{
  font-size: 1.8rem;
}
.flow-triangle{
  padding-bottom: 0;
}
.point .flow-triangle::after{
  height: 7vw;
}
.point-icon{
  width: 20%;
}}

/*-----------------------------------------------------
口コミ
-------------------------------------------------------*/
.voice .container{
  max-width: 1600px;
}
.voice-box_flex{
  display: flex;
  justify-content: center;
  padding: 0 5em;
}
.voice-box{
  padding: 0 1.5em;
  width: 33%;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.5em;
}
.voice-pic{
  width: 120%;
}
.voice-ttl{
  font-weight: bold;
  color: #1c5096;
  font-size: 1.6rem;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-text{
  min-height: 15em;
  margin-bottom: 0;
}
.voice-text_orange{
  color: #ff8400;
  font-weight: bold;
}
@media only screen and (max-width: 1399px) {
.voice-box{
  padding: 0 1em;
}
.voice-ttl{
  font-size: 1.15rem;
  min-height: 2.5em;
}
.voice-text{
  min-height: 18em;
}}
@media only screen and (max-width: 1199px){
.voice-box_flex{
  padding: 0 2em;
}
.voice-box{
  padding: 0 0.5em;
}
.voice-ttl{
  font-size: 1.1rem;
  min-height: 2.5em;
}
.voice-text{
  min-height: 20em;
  font-size: 0.9rem;
}}
@media only screen and (max-width: 991px){
.voice .container{
  max-width: 800px;
}
.voice-box_flex{
  flex-direction: column;
  align-items: center;
}
.voice-box{
  padding: 0 1em;
  width: 80%;
}
.voice-pic{
  width: 100%;
}
.voice-ttl{
  font-size: 1.5rem;
  min-height: 0;
}
.voice-text{
  margin-bottom: 0;
  min-height: 0;
}}
@media only screen and (max-width: 767px){
.voice .container{
  max-width: 700px;
}
.voice-box{
  padding: 1em;
  width: 100%;
}
.voice-box_flex{
  padding: 0;
}
.voice-ttl{
  font-size: 1.2rem;
  min-height: 0;
}}

/*-----------------------------------------------------
サービス
-------------------------------------------------------*/
.service{
  background-color: #1c5096;
}
.service p{
  margin-bottom: 0;
}
.service .col-md-4{
  padding: 0;
}
@media only screen and (max-width: 767px){
.service .container{
  padding: 0 1.5em;
}
.service .col-6{
  padding: 0;
}}

/*-----------------------------------------------------
最新の求人情報
-------------------------------------------------------*/
.recruit-box{
  border: 3px solid #4d69c4;
  height: 25rem;
}
.recruit-box-ttl{
  font-weight: bold;
  color: #fff;
  background-color: #4d69c4;
  padding: 0.5em;
}
.recruit-box-salary{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3em;
  height: 4em;
}
.recruit-box-red{
  color: red;
}
.recruit-box-big{
  font-size: 2.8rem;
}
.recruit-textbox{
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #4d69c4;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
}
.recruit-text{
  padding: 0.5em 2em 0;
  text-indent: -1em;
  padding-top: 0.5em;
}
.recruit-textsmall{
  font-size: 0.9rem;
}
@media only screen and (max-width: 1199px){
.recruit-box-ttl{
  font-size: 1.5rem;
}}
@media only screen and (max-width: 991px){
.recruit .col-md-4{
  padding: 0 0.25em;
}
.recruit-box{
  height: 23rem;
}
.recruit-box-ttl{
 font-size: 1.2rem;
 padding: 0.5em 0;
}
.recruit-box-salary{
  font-size: 1.25rem;
}
.recruit-box-big{
  font-size: 2rem;
}}
@media only screen and (max-width: 767px){
.recruit{
  padding: 50px 0 0;
}
.recruit .col-md-4{
  padding: 0 1em;
}
.recruit-box{
  height: 18rem;
  margin-bottom: 1em;
}}
/* その他求人多数 */
.recruit-comment{
  background-image: url(../images/recruit-comment_bg.png);
  background-repeat: no-repeat;
  margin-top: 8rem;
  padding-top: 6.5rem;
  background-size: cover;
  background-position: center;
}
.recruit-comment figure{
  margin: 0;
}
@media only screen and (max-width: 991px){
  .recruit-comment{
  margin-top: 2rem;
  padding-top: 5rem;
}}
@media only screen and (max-width: 767px){
  .recruit-comment{
  background-image:none;
  margin-top: 0rem;
  padding-top: 0rem;
}}
/*-----------------------------------------------------
よくある質問
-------------------------------------------------------*/
.q_text{
  color: #1c5096;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}
.a_text{
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}
.bullet-text01 {
    padding-left: 1em;
    text-indent: -0.5em;
    display: block;
}
.bullet-text02 {
    padding-left: 1em;
    text-indent: -0.5em;
    display: block;
}
.accordion {
  --bs-accordion-border-color: none;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow:none;
  --bs-accordion-bg: #d4f8ff;
  --bs-accordion-active-bg: none;
  --bs-accordion-btn-padding-y: 1.5rem;
}

.accordion-body {
    padding-bottom: 1.5rem;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 20px;
}
.accordion-flush .accordion-item {
    border-radius: 20px;
}
.accordion-button::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c5096'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c5096'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media only screen and (max-width: 991px){
.q_text{
  font-size: 0.9rem;
}
.a_text{
  font-size: 0.9rem;
  color: #333;
}
.accordion-header {
    padding-left: 0.5em;
}
.accordion {
--bs-accordion-body-padding-x: 1.8rem;
}}

/*-----------------------------------------------------
form
-------------------------------------------------------*/
.form{
  background-color: #1c5096;
}
.form .container{
  background-color: #fff;
  border-radius: 40px;
  padding: 3em 0;
}
.form .btn{
  background-color: #00989e;
  border-color: #00989e;
  padding: 0.5em 5em;
}
.form label{
  font-weight: bold;
}
.text-bg-danger{
  background-color: #00989e !important;
  border-radius: 0 !important;
  font-size: 1rem;
  margin-right: 0.5em;
}
.text-bg-light{
  background-color: #fff !important;
  border: 2px solid #00989e;
  color: #00989e !important;
  border-radius: 0 !important;
  font-size: 1rem;
  margin-right: 0.5em;  
}
@media only screen and (max-width: 1199px){
.form .col-lg-3{
  padding: 0;
}}
@media only screen and (max-width: 991px){
.form .container{
  padding: 1em;
}
.form label{
  margin-bottom: 0.5em;
}}
@media only screen and (max-width: 767px){
.form .container{
  width: 90%;
  border-radius: 20px;
}}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#Footer{
  color: #fff;
  background-color: #1c5096;
  padding: 3em 2em 7em;
}

/* 追従 */
.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #00a317;
  padding: 0.25em 0;
}
.fix-navi p{
  margin-bottom: 0;
}
.navi_cta{
  width: 55%;
}
@media only screen and (max-width: 767px){
  .scroll-up{
    bottom: 125px;
}}