#menu-item-563 a, #menu-item-219 a@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/*ローディングのアニメーション
--------------------------------------------------------------------*/
#pageloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #3f90dc;
  z-index: 100;
}
.loadIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 36px;
  height: 35px;
  margin-top: -17.5px;
  margin-left: -18px;
}
.loadIcon div {
  width: 4px;
  height: 10px;
  background: #fff;
}
.loadIcon1 {
  animation: stretch 1.25s linear 0.2s infinite;
}
.loadIcon2 {
  animation: stretch 1.25s linear 0.4s infinite;
}
.loadIcon3 {
  animation: stretch 1.25s linear 0.6s infinite;
}
.loadIcon4 {
  animation: stretch 1.25s linear 0.8s infinite;
}
.loadIcon5 {
  animation: stretch 1.25s linear 1s infinite;
}
@keyframes stretch {
  0% {
    height: 10px;
  }
  20% {
    height: 10px;
  }
  50% {
    height: 35px;
    border-radius: 2px;
  }
  60% {
    height: 35px;
    border-radius: 2px;
  }
  80% {
    height: 10px;
  }
  100% {
    height: 10px;
  }
}
/*--ローディングのアニメーション ここまで--*/
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
    width: 100%;
}
a{
    text-decoration: none;
    transition: .3s;
}
a:hover {
    color: #555;
}
li{
    list-style-type: none;
}
ol,ul,li,p, main.main, .article h3, .entry-content>*, .entry-content, .eye-catch, .article dd, .article ul, .article ul li, .article ol, .article ol li{
    margin: 0;
    padding: 0;
}
.footer, .footer-bottom{
    margin: 0;
}
dt{
    font-weight: bold;
}
#bitnami-banner, .footer-in .fa-external-link:before{
    display: none;
}
.bg01, .bg02, .bg03, .bg04{
    padding: 5px 0 50px;
}
.bg01{
    background: #EDF2F6;
}
.bg02{
    background: #E6F1EC;
}
.bg03{
    background: #C3DBEB;
}
.bg04{
    background: #F8EFE7;
}
.txtC{
    text-align: center;
}
.entry-content>*.wrap{
    margin: auto;
}
.width10{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
.width12{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.more:before, .more:after, .h01:before, .topCnt01 a:before, .topCnt03 a:before, .item-label:before, .widget_nav_menu li a:before, .message_h:before, .coCnt06 li:before, .JobMeritIn:before, .coCnt05 li:before, .rikunavi a:after, .guideline span:before, .app li:before, input[type="checkbox"] + span:before, input[type="checkbox"] + span:after, label.error:before, label.error:after, .singleR .widget_categories ul li a:before, .singleR .widget_categories ul li a:after, .single .single-list li:before{
    content: '';
    position: absolute;
    display: block;
}
/*見出し*/
.article h2{
    background-color: transparent;
    padding: 0;
    margin: 50px 0 30px;
}
.article h3{
    border: 0;
}
.h01 {
  position: relative;
  font-size: 24px;
  text-align: center;
  padding-top: 90px;
  margin-bottom: 40px;
}
.h01:before {
    bottom: -10px;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #3F90DC;
    margin-left: -30px;
}
.h02{
    font-size: 42px;
    line-height: 1.3;
    border-bottom: 1px solid #3F90DC;
    margin-bottom: 40px;
}
/*下に余白*/
.bu-p {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
    .bu-p {
      padding-bottom: 60px;
    }
}
@media (max-width: 480px) {
    .bu-p {
      padding-bottom: 30px;
    }
}
/*--リード文--*/
.lead{
    width: 90%;
    font-size: 24px;
    max-width: 650px;
    margin: 50px auto 50px;
}
/*ロゴ*/
#mobile-logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.header-container-in.hlt-top-menu .logo-header img{
    max-width: 115px;
    min-width: 80px;
    width: 10vw;
    height: auto;
    z-index: 10;
}
.header-container-in.hlt-top-menu .tagline{
    display: block;
}
.tagline{
    text-align: left;
    max-width: 110px;
    color: #555;
    font-weight: 400;
    font-size: 12px;
    margin: 0 10px;
}
/*メニュー*/
.item-label, .widget_nav_menu li a, .singleR .widget ul li a{
    position: relative;
}
#navi .navi-in>ul>li>a, .singleR .widget_categories ul li a {
    padding: 0 20px;
}
.item-label:before, .widget_nav_menu li a:before, .singleR .widget_categories ul li a:after{
    height: 2px;
    background: #3F90DC;
    transform: scale(0, 1);
    transition: transform .3s;
}
.item-label:before{
    bottom: 5px;
    left: 0;
    width: 100%;
    transform-origin: center top;
}
.widget_nav_menu li a:before, .singleR .widget_categories ul li a:before, .singleR .widget_categories ul li a:after{
    top: 50%;
    transform-origin: left top;
    margin-top: -1px;
}
.widget_nav_menu li a:before{
    left: -40px;
    width: 30px;
}
.singleR .widget_categories ul li a:before, .singleR .widget_categories ul li a:after{
    left: 0px;
    width: 10px;
}
.singleR .widget_categories ul li a:before{
    height: 2px;
    background: #DDDDDD;
}

a:hover .item-label:before, .singleR .widget_categories ul li a:hover:after, .widget_nav_menu li a:hover:before, .home #menu-item-31 .item-label:before, .page-id-26 #menu-item-30 .item-label:before, .page-id-89 #menu-item-220 .item-label:before, .page-id-28 #menu-item-29 .item-label:before, .category #menu-item-735 .item-label:before, .single #menu-item-735 .item-label:before, .home .widget_nav_menu .menu-item-31 a:before, .page-id-26 .widget_nav_menu .menu-item-30 a:before, .page-id-89 .widget_nav_menu .menu-item-220 a:before, .page-id-28 .widget_nav_menu .menu-item-29 a:before, .category .widget_nav_menu .menu-item-735 a:before, .single .widget_nav_menu .menu-item-735 a:before {
    transform: scale(1, 1);
}
#menu-item-563 a, #menu-item-219 a{
    display: flex;
    align-items: center;
    height: 100%;
    background: #3F90DC;
    color: #fff;
    border-radius: 10px;
    margin-left: 20px;
}
#navi .navi-in #menu-item-34 a, #navi .navi-in #menu-item-219 a{
    font-size: 110%;
    color: #fff;
}
.widget_nav_menu ul li a{
    padding: 15px 0;
    margin-left: 40px;
}
.widget_nav_menu ul #menu-item-34 a, .widget_nav_menu ul #menu-item-219 a{
    margin-top: 10px;
    padding: 15px 25px;
}
.header-container{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(25px);
    -ms-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.2));
    transition: 0.3s;
    z-index: 20;
}
.header-container.hide{
    transform: translateY(-90px);
    transition: 0.3s 0.2s;
}
#mobile-fixed-menu, .page .date-tags, .cat-label, .page .entry-categories-tags{
    display: none;
}
#content{
    margin-top: 100px;
}
.page #content{
    overflow: hidden;
}
.navi{
    background-color: transparent;
}
.navi-in a:hover{
    background-color: transparent;
    opacity: 0.8;
}
.go-to-top-button{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: 2px solid #3F90DC;
}
.hlt-tm-right .navi-in > ul{
    padding-right: 20px;
}
.gfB{
    font-size: 120%;
}
.gfS{
    font-size: 50%;
}
/*アイキャッチ*/
.entry-header{
    position: relative;
}
.eye-catch{
    display: block;
    width: 100%;
}
.page-child:not(.page-id-467):not(.page-id-480):not(.page-id-483):not(.page-id-524):not(.page-id-544):not(.page-id-540):not(.page-id-545) .eye-catch{
    background: #4A6077;
}
.eye-catch img{
    height: auto;
    max-height: 480px;
    object-fit: cover;
}
.home .eye-catch img{
    max-height: 500px;
}
.page-id-45 .eye-catch img, .page-id-28 .eye-catch img, .page-id-279 .eye-catch img{
    object-position: 50% 20%;
}
.page-child .eye-catch img{
    opacity: 0.8;
}
.page-child:not(.page-id-116) .eye-catch img{
    height: auto;
    max-height: 550px;
}
.catchphrase img{
    position: absolute;
    top: 50px;
    left: 10px;
    max-width: 1050px;
    width: 60vw;
    height: auto;
    transform:rotate(-5deg);
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5));
    z-index: 2;
}
/*固定ページのh1*/
.page .entry-title{
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #3F90DC;
    z-index: 2;
}
.page-id-26 .entry-title, .page-id-28 .entry-title, .page-id-32 .entry-title, .page-id-89 .entry-title, .page-id-216 .entry-title, .page-id-218 .entry-title, .page-id-116 .entry-title {
    bottom: 23%;
    font-size: 50px;
}
.page-id-26 .entry-title span, .page-id-28 .entry-title span, .page-id-32 .entry-title span, .page-id-89 .entry-title span, .page-id-216 .entry-title span, .page-id-218 .entry-title span, .page-id-116 .entry-title span{
    display: block;
    width: 50%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    text-align: center;
    padding: 12px 0;
}
.page-child:not(.page-id-116):not(.page-id-467):not(.page-id-480):not(.page-id-483):not(.page-id-524):not(.page-id-544):not(.page-id-540):not(.page-id-545)  .entry-title{
    bottom: -150px;
    font-size: 32px;
    color: #333;
}
.page-id-357 .entry-title, .page-id-159 .entry-title, .page-id-492 .entry-title, .page-id-431 .entry-title, .page-child.page-id-524 .entry-title, .page-child.page-id-480 .entry-title, .page-child.page-id-467 .entry-title, .page-child.page-id-483 .entry-title, .page-child.page-id-540 .entry-title, .page-child.page-id-544 .entry-title, .page-child.page-id-545 .entry-title{
    bottom: -50px;
}
.page-child.page-id-480 .entry-title, .page-child.page-id-467 .entry-title, .page-child.page-id-540 .entry-title{
    color: #E64960;
}
/*--タブ--*/
.tab{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 80px;
    background: rgba(16,55,103,0.60);
    -webkit-backdrop-filter: blur(25px);
    -ms-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.2));
    line-height: 1.2;
}
.article .tab li:nth-child(1){
    margin-left: 70px;
}
.article .tab li{
    margin-right: 70px;
}
.tab a{
    color: #fff;
}
.tab.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    transition: .3s .2s;
    margin-top: 90px;
    z-index: 9;
}
.tab.is-fixed.hide{
    transition: .3s;
    margin-top: 0;
}
/*--TOP--*/
/*お知らせ*/
.news{
    width: 95%;
    max-width: 600px;
    margin: 50px auto 10px;
}
.news h2{
    font-size: 16px;
    margin: 10px 0;
}
.new-entry-cards{
    border-top: 2px solid #C3DBEB;
    border-bottom: 2px solid #C3DBEB;
}
.new-entry-card-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    padding: 5px;
    margin: 0;
}
.fa-clock-o:before{
    display: none;
}
.widget-entry-cards .a-wrap{
    margin: 0;
}
.new-entry-cards a:not(:last-child){
    border-bottom: 1px solid #BFBFBF;
}
.new-entry-card-date {
    display: block;
    min-width: 80px;
    margin-right: 10px;
}
.new-entry-card-update-date, .new-entry-card-thumb{
    display: none;
}
.topLead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.topLead p{
    width: 63%;
    font-size: 24px;
    line-height: 1.6;
    margin-top: 10px;
}
.topLead figure{
    width: 34%;
}
.topCnt01 ul{
    margin: 70px;
}
.topCnt01 li{
    margin-bottom: 100px;
}
.topCnt01 a{
    position: relative;
    display: flex;
    max-width: 1100px;
}
.topCnt01 a:before{
    top: -50px;
    width: 100%;
    height: 100%;
    background: #EDF2F6;
}
.cnt01L a:before{
    right: 20%;
}
.cnt01R a:before{
    left: 20%;
}
.cnt01R a{
    flex-direction:row-reverse;
    margin-left: auto;
}
.cnt01R figure{
    padding-right: 5%;
}
.topCnt01 dl, .topCnt01 figure{
    position: relative;
}
.topCnt01 dl{
    min-width: 360px;
}
.topCnt01 dt{
    font-size: 42px;
}
.topCnt01 .txt{
    font-size: 21px;
    margin-bottom: 50px;
}
.more-wrap{
    width: 360px;
    margin-left: auto;
}
.more{
    position: relative;
    display: block;
    width: 230px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 15px;
}
a:hover .more{
    width: 340px;
    transition: 4s;
}
.more:before{
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #333;
}
.more:before{
    width: 100%;
    height: 3px;
}
.more:after{
    bottom: -3px;
    right: -3px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #333;
    border-left: 7px solid #333;
    transition: 0.3s;
    margin-top: -4px;
}
.topCnt01 figure{
    width: auto;
    max-width: 700px;
}
.topCnt02{
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 60px;
}
.topCnt02 a{
    display: block;
    width: 40%;
}
.topCnt02 .txt{
    font-size: 36px;
    margin-bottom: 50px;
}
.topCnt02 > div{
    display: flex;
    width: 60%;
    padding-right: 5%;
}
.topCnt02 figure{
    width: 100%;
    background: #000;
}
.topCnt02 figure img{
    height: 100%;
    object-fit: cover;
    object-position: 50% 10%;
    opacity: .8;
}
.topCnt03 ul{
    width: 90%;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 150px;
}
.topCnt03 li{
    width: 47%;
}
.topCnt03 a{
    position: relative;
    display: flex;
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 5px solid #333;
    border-radius: 6px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
    font-weight: bold;
    font-size: 24px;
}
.topCnt03 a:before{
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 10px solid #333;
    transition: 0.3s;
    margin-top: -6px;
}
.topCnt03 a:hover{
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.5));
}
.topCnt03 a:hover:before{
    right: 10px;
}
.topCnt04{
    display: flex;
    justify-content: center;
}
.cnt04In, .cnt04img{
    width: 100%;
}
.cnt04In >div {
    width: 90%;
    max-width: 628px;
    margin-left: auto;
    padding: 10px 30px 30px 0;
}
.cnt04img img{
    height: 100%;
    object-fit: cover;
}
/*--会社--*/
.coCnt01{
    text-align: center;
}
.coCnt01 h2{
    color: #3F90DC;
    font-size: 36px;
}
.coCnt01 img{
    width: 250px;
    margin-bottom: 40px;
}
.coCnt01 p, .coCnt02 dl, .coCnt03 p, .coCnt05 > p{
    width: 80%;
    max-width: 650px;
    font-size: 18px;
    margin: auto;
}
.coImg01{
    overflow: hidden;
}
.coImg01 img{
    max-height: 460px;
    filter: blur(2px);
    object-fit: cover;
}
.coCnt01 p{
    max-width: 640px;
}
.coCnt02 dl{
    max-width: 700px;
}
.coCnt02 dt{
    color: #3F90DC;
    font-size: 21px;
    padding: 30px 0 15px;
}
.coCnt04 .simpleBox h3, .coCnt04 .simpleBox p{
    margin-bottom: 20px;
}
p.pointTxt{
    font-size: 42px;
}
.coCnt04 b{
    font-size: 18px;
}
.coCnt05In{
    margin-top: 50px;
}
.coCnt05In h3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    max-width: 400px;
    height: 70px;
    background: #3F90DC;
    border-radius: 36px;
    color: #fff;
    font-size: 24px;
}
.coCnt05 .simpleBox{
    padding-top: 20px;
}
.coCnt05 ul {
    padding-top: 30px;
}
.coCnt05 ul li{
    position: relative;
    line-height: 1.3;
    padding-left: 30px;
    padding-bottom: 5px;
}
.coCnt05 li:before{
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    background: #3f90dc;
    border-radius: 50%;
    margin-top: -10px;
}
.simpleBox .coImg02 img{
    object-position: 10% 50%;
}
.JobMerit {
  width: 930px;
    background: #fff;
  border: 4px solid #3f90dc;
  border-radius: 12px;
  padding: 20px 0 40px 0;
  margin: 80px auto 70px;
}
.JobMerit h3 {
  text-align: center;
  color: #3f90dc;
  font-size: 190%;
  margin-bottom: 20px;
}
.JobMeritIn {
  position: relative;
  width: 530px;
  font-size: 115%;
  line-height: 1.7;
  margin: 0 60px 0 auto;
}
.JobMeritIn:before {
  top: 0;
  left: -275px;
  width: 250px;
  height: 250px;
  background: url("https://goodf.co.jp/recruit/wp-content/uploads/recruit10.jpg") no-repeat center;
  background-size: cover;
    border-radius: 50%;
}
.coCnt06 ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coCnt06 ul li {
    position: relative;
    width: 90%;
    max-width: 650px;
    color: #3F90DC;
    font-weight: 700;
    font-size: 131.25%;
    line-height: 1.3;
    padding-left: 60px;
    margin-bottom: 20px;
}
.coCnt06 li:before {
    top: 50%;
    left: 0;
    width: 34px;
    height: 30px;
    background: url(https://goodf.co.jp/recruit/wp-content/uploads/check01.png) no-repeat center;
    background-size: contain;
    margin-top: -15px;
}
.article .ratio{
    display: flex;
    justify-content: space-around;
    margin: auto;
}
.article .ratio li{
    width: 33%;
    max-width: 400px;
}
.article ul.system01 {
    font-weight: bold;
    font-size: 120%;
    border-top: 1px solid #b4b4b4;
    padding-top: 20px;
}
.article ul.system02, .coCnt07 dl, .article ul.system01{
    margin: 30px 20px;
}
.coCnt07 dl{
    border-top: 1px solid #b4b4b4;
    padding-top: 20px;
}
.coCnt07 dt{
    color: #3F90DC;
    font-size: 120%;
}
/*--message--*/
.message{
    position: relative;
    padding-top: 100px;
}
.message.new{
    padding-bottom: 60px;
}
.simpleBox{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
.article .lead_h{
    font-size: 36px;
    line-height: 1.8;
    margin-bottom: 35px;
}
.simpleBox p, .message p{
    line-height: 1.4;
    margin-bottom: 10px;
}
.simpleR{
    flex-direction: row-reverse;
}
.simpleBoxIn, .simpleBoxImg{
    width: 100%;
}
.simpleBoxIn > div{
    max-width: 600px;
}
.simpleL .simpleBoxIn div{
    margin-left: auto;
}
.simpleBox img{
    height: 100%;
    object-fit: cover;
}
.member .memberImg img{
    max-height: 450px;
}
.simpleBoxImg{
    position: relative;
    display: flex;
    align-items: flex-end;
}
.simpleBoxImg > span{
    position: absolute;
    top: 0;
    left: 50px;
    display: block;
    height: 580px;
    max-width: 450px;
}
.simpleBoxImg figcaption{
    width: 100%;
    height: 310px;
    background: #EDF2F6;
    padding: 210px 5px 40px 40px;
}
.simpleBoxImg figcaption span{
    display: block;
}
.simpleBoxImg figcaption span:nth-child(2){
    font-size: 24px;
}
.simpleL img, .simpleL figcaption{
    margin-left: 8.4%;
}
.simpleR  img{
    padding-right: 8.4%;
}
.messageTxt{
    background: #EDF2F6;
    padding: 80px 60px 100px 100px;
    display: flex;
    align-items: flex-end;
}
.message_h h2{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100px;
    color: #fff;
    z-index: 2;
    margin: 0
}
.message_h:before{
    top: 50px;
    left: 0;
    width: 50%;
    height: 100px;
    background: #68BBEF;
    z-index: 1;
}
.new_h:before{
    background: #3FDCD1;
}
.message_h span{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 36px;
}
.messageTxt > div{
    width: 65%;
    padding-right: 5%;
}
.messageTxt figure{
    width: 30%;
    min-width: 300px;
}
/*--働く人--*/
.simpleBox.simpleBoxTxt{
    justify-content: space-between;
}
.simpleBoxTxt .simpleBoxIn{
/*    width: 48%;*/
    width: 100%;
    max-width: 750px;
    margin: 0 auto 50px;
}
.simpleBoxIn.simpleTxt > div{
    width: 100%;
    max-width: 750px;
}
.member{
    margin-bottom: clamp(80px, 13vw, 130px);
}
h3.member_name{
    font-size: 16px;
}
.simpleBox .member_name img{
    width: auto;
    height: 36px;
    margin: 0;
}
.member .memberImg img{
    object-position: 50% 0;
}
.member h3{
    font-size: clamp(14px, 1.8vw, 18px);
    font-weight: bold;
    margin: 20px 0 10px;
}
.member h3 img{
    width: auto;
    height: 2em;
    object-fit: contain;
    margin: 0;
}
p.member_lead{
    font-size: clamp(18px, 2.8vw, 28px);
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 1em;
    padding-top: 1em;
}
/*--info--*/
.article ul.info-list{
    padding-top: 80px;
}
.career-list h3{
    text-align: center;
    color: #3F90DC;
    margin-bottom: 40px;
}
.career-job{
    padding-top: 50px;
}
.article .job-list > li{
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    background: #fff;
    border-top: 3px solid #3F90DC;
    border-bottom: 3px solid #3F90DC;
    margin: 0 0 50px;
}
.job-list figure{
    width: 40%;
    max-width: 400px;
}
.job-list div{
    width: 60%;
    padding: 30px 0 0 6.5%;
}
.job-list img{
    height: 100%;
    object-fit: cover;
}
.article .cond{
    margin-bottom: 10px;
}
.article .cond li{
    display: inline-block;
    border: 1px solid #92B9DD;
    border-radius: 17px;
    white-space: nowrap;
    color: #92B9DD;
    font-size: 14px;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 3px 3%;
}
.job-list p{
    font-size: 18px;
    line-height: 1.3;
}
.moreJob a{
    position: absolute;
    right: 0;
    bottom: -20px;
    background: #3F90DC;
    border-radius: 10px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
    color: #fff;
    font-size: 21px;
    padding: 7px 30px;
}
.moreJob a:hover{
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
}
.info-recruit01{
    margin-top: 190px;
}
.info-recruit h2{
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}
.info-new h2{
    color: #3FDCD1;
}
.info-career h2{
    color: #3F90DC;
}
.article dl.app{
    margin: auto;
    border-top: 1px solid #555;
}
.app > div {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #555;
    padding: 20px 0;
}
.app dt {
    width: 20%;
}
.app dd {
    width: 74%;
}
.app a{
    text-decoration: underline;
    color: #3F90DC;
}
.article .app li{
    position: relative;
    line-height: 1.3;
    padding: 5px 0 5px 15px;
}
.app li:before{
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    margin-top: -2px;
}
.article ul.appList01{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.guideline, .guideline li, .guideline span{
    display: flex;
    align-items: center;
}
.guideline, .guideline span{
    justify-content: center;
}
.guideline{
    flex-direction: column;
    margin-bottom: 50px;
}
.guideline ul li{
    font-size: 18px;
    margin-bottom: 30px;
}
.guideline span{
    position: relative;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #3F90DC;
    border: 2px solid #3F90DC;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}
.guideline li:not(:last-child) span{
    background: transparent;
    color: #3F90DC;
}
.guideline li:not(:last-child) span:before{
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #3F90DC;
    margin-left: -6px;
}
.info-new .usBtn a {
    height: 70px;
    background: #3FDCD1;
    font-size: 18px;
    margin-bottom: 20px;
}
.info-career .usBtn a {
    font-size: 24px;
    margin: 0 auto 50px;
}
/*--メールフォーム--*/
.page-id-159 .eye-catch img, .page-id-357 .eye-catch img, .page-id-492 .eye-catch img, .page-id-431 .eye-catch img{
    height: auto;
}
.form-lead{
    width: 90%;
    max-width: 760px;
    margin: 70px auto 50px;
}
.form-txt{
    font-size: 18px;
    margin-bottom: 15px;
}
.kome{
    color: #3F90DC;
}
.req{
    display: inline-block;
    background: #fff;
    border: 1px solid #3F90DC;
    border-radius: 6px;
    color: #3F90DC;
    line-height: 1;
    margin-left: 5px;
    margin-right: 4px;
    padding: 4px 5px;
}
.form .error{
    color: #E14346;
    font-size: 18px;
}
.article .form{
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 20px;
}
.form.entry_form{
    border-top: 3px solid #3F90DC;
    border-bottom: 3px solid #3F90DC;
}
.form.us_form{
    border-top: 3px solid #3FDCD1;
    border-bottom: 3px solid #3FDCD1;
}
.form > div{
    display: flex;
}
.form > div:not(.line-no) {
    border-bottom: 1px solid #555;
}
.form dt{
    width: 24%;
    font-size: 16px;
    padding: 25px 0 25px 3%;
}
.form.entry_form dt{
    background: #EDF2F6;
}
.form.us_form dt{
    background: #F9F4EF;
}
.form dd{
    width: 76%;
    line-height: 1.3;
    padding: 25px 1.5% 25px 4.5%;
}
.form h2{
    font-size: 16px;
    margin: 0 0 10px;
}
.form h2{
    border-bottom: 1px solid #3F90DC;
    color: #3F90DC;
}
.form dd a{
    color: #3F90DC;
    text-decoration: underline;
}
.form01 section{
    margin-bottom: 15px;
}
.form label{
    display: flex;
}
input[type="text"], input[type="email"], textarea, input[type="checkbox"] + span:before{
    background: #EDF2F6;
    border: 1px solid #777;
    border-radius: 6px;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    background: #fff;
}
input[type="checkbox"]{
    visibility: hidden;
}
input[type="checkbox"] + span{
    display: block;
    position: relative;
    padding: 6px 0 6px 33px;
    margin-bottom: 7px;
    margin-right: 20px;
}
input[type="checkbox"] + span:before{
    top: 5px;
    left: 0;
    width: 23px;
    height: 23px;
    transition: .3s;
}
input[type="checkbox"] + span:after{
    top: 7px;
    left: 8px;
    width: 7px;
    height: 13px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: .3s;
}
input[type="checkbox"]:checked + span:before{
    background: #68BBEF;
    border: 1px solid #68BBEF;
}
input[type="checkbox"]:checked + span:after{
    opacity: 1;
}
.policy {
    height: 220px;
    overflow-y: scroll;
    border: 1px solid #C5C5C5;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    margin-bottom: 25px;
}
.policy h3, .policy p {
    margin-bottom: 10px;
}
.policy h3{
    font-size: 16px;
}
.policy p{
    font-weight: 400;
}
.policy .sign {
    font-size: 12px;
    margin-bottom: 3em;
}
.policy-section {
  counter-increment: item;
  margin-bottom: 1.5em;
  h2{
    position: relative;
    text-indent: -1.2em;
    font-size: 0.937rem;
    padding: 0 0.5em 0.5em 1em;
      border: 0;
    &::before{
      content: counter(item) ".";
      padding-right: .25em;
      font-weight: bold;
    }
  }
  p{
    padding-left: 1em;
  }
}
.agree {
    margin-bottom: 10px;
}
.font-s {
    font-size: 14px;
}
.submitBtn, .submitBtn button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.submitBtn{
    flex-direction: column;
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
}
.submitBtn button {
    width: auto;
    min-width: 250px;
    height: 100px;
    cursor: pointer;
    background: #F44868;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
    border-radius: 6px;
    border: 0;
    color: #fff;
    font-size: 200%;
    padding: 0 5%;
    margin-bottom: 15px;
}
.submitBtn button:hover {
    opacity: 0.8;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    transition: .3s;
}
.submitBtn button:active {
    background: #B8B8B8;
}
label.error {
    position: relative;
    display: inline-block;
    background: #F4EBEB;
    border: 1px solid #9C1F24;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    color: #9C1F24;
    font-weight: bold;
    padding: 8px 20px;
    margin-top: 10px;
}
label.error:before {
    top: -14px;
    left: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid #9C1F24;
}
label.error:after {
    top: -12px;
    left: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 7px solid #F4EBEB;
}
/*--entry-footer--*/
.tm{
    font-size: 81.25%;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
}
.entry-footer{
    background: url(https://goodf.co.jp/recruit/wp-content/uploads/entryImg.jpg) no-repeat center;
    background-size: cover;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
    color: #3F90DC;
    font-size: 24px;
    padding: 80px 10px;
}
.entry-footer-in{
    display: flex;
    width: 80%;
    max-width: 650px;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(25px);
    -ms-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 40px 50px 80px;
    margin: auto;
}
.usBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    background: #3F90DC;
    border-radius: 50px;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
    transform: translateZ(0);
    color: #fff;
    margin-top: 50px;
}
.usBtn a:hover{
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
}
.page-id-116 .usBtn a{
    margin-bottom: 30px;
}
#footer{
    border-top: 1px solid #999;
}
.article .form-link{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 350px;
    margin: 0 auto 50px;
}
.form-link a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 60px;
    text-align: center;
    background: #3F90DC;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
}
/*--footer--*/
.footer-in{
    display: flex;
    justify-content: space-between;
}
.footer-widgets{
    width: 320px;
    min-width: 320px;
    margin: 10px 0;
}
.footer-center, .footer-right{
    display: none;
}
.footer-left{
    width: 100%;
}
.GFlogo{
    display: flex;
    align-items: flex-end;
    max-height: 58px;
    margin-bottom: 5px;
    font-size: 16px;
}
.GFlogo:hover{
    opacity: 0.7;
    transition: .3s;
}
.GFlogo img{
    width: 10vw;
    max-width: 110px;
    min-width: 80px;
    margin-right: 7px;
}
.footer-co{
    font-size: 14px;
}
.GFaddress p{
    font-size: 12px;
}
.footer-sns{
    display: flex;
}
.footer-sns li{
    margin-right: 10px;
}
.footer-iso{
	font-size: 12px;
}
.footer-iso img{
	max-width: 100px;
}
.footer-bottom{
    width: 100%;
    margin: 10px 0 10px auto;
}
.footer-bottom.fdt-left-and-right .footer-bottom-content{
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    text-align: right;
    margin: 10px 0;
}
.navi-footer-in > .menu-footer{
    justify-content: flex-end;
    text-align: right;
}
/*--リクナビ--*/
.rikunavi {
    text-align: center;
}
.rikunavi a {
  position: relative;
  display: inline-block;
  border: 5px solid #0068ac;
  color: #0068ac;
  font-weight: bold;
  font-size: 160%;
  padding: 20px 70px 23px 35px;
}
.rikunavi a:after{
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  border: 10px transparent solid;
  border-left: 11px solid #0068ac;
  margin-top: -10px;
  transition: 0.3s;
}
.rikunavi a:hover:after, .rikunavi a:active:after {
  right: 10px;
}
.rikunavi img {
    width: 200px;
  padding-left: 35px;
}
.rikunavi .fa-external-link:before, .rikunavi span.external-icon, .rikunavi span.internal-icon{
    display: none;
}
@media (max-width: 560px) {
  .rikunavi a {
    width: 95%;
      max-width: 300px;
    padding: 20px 50px 23px 10px;
  }
  .rikunavi img {
    display: block;
    padding: 0;
    margin: auto;
  }
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1240px){
    .simpleBox{
        padding-left: 10px;
        padding-right: 10px;
    }
    .simpleBoxImg > span{
        width: 80%;
        height: 80%;
    }
    .message_h span{
        margin-left: 10px;
    }
}
@media screen and (max-width: 1023px){
    #navi .navi-in>ul>li>a, .singleR .widget_categories ul li a {
        padding: 0 1.4vw;
    }
    .catchphrase img{
        top: 18px;
        max-width: 600px;
        width: 78vw;
    }
    .h02, .topCnt01 dt{
        font-size: calc(24px + ((1vw - 4.8px)*(18/5.43)));
    }
    .article .lead_h{
        font-size: calc(24px + ((1vw - 4.8px)*(12/5.43)));
    }
    .page-id-26 .entry-title, .page-id-28 .entry-title, .page-id-89 .entry-title, .page-id-216 .entry-title, .page-id-218 .entry-title, .page-id-116 .entry-title{
        font-size: calc(21px + ((1vw - 4.8px)*(29/5.43)));
    }
   .page-child:not(.page-id-116):not(.page-id-467):not(.page-id-480):not(.page-id-483):not(.page-id-524):not(.page-id-544):not(.page-id-540):not(.page-id-545)  .entry-title{
        font-size: calc(21px + ((1vw - 4.8px)*(20/5.43)));
    }
    .page-id-357 .entry-title, .page-id-159 .entry-title, .page-id-492 .entry-title, .page-id-431 .entry-title{
        font-size: calc(21px + ((1vw - 4.8px)*(29/5.43)));
    }
    p.pointTxt, input[type='submit']{
        font-size: calc(21px + ((1vw - 4.8px)*(16/5.43)));
    }
    .topCnt03 a{
        font-size: calc(18px + ((1vw - 4.8px)*(6/5.43)));
    }
    .more, .lead{
        font-size: calc(16px + ((1vw - 4.8px)*(8/5.43)));
    }
    .job-list p{
        font-size: calc(16px + ((1vw - 4.8px)*(2/5.43)));
    }
    .guideline ul li{
        font-size: calc(15px + ((1vw - 4.8px)*(3/5.43)));
    }
    .topLead p{
        font-size: calc(14px + ((1vw - 4.8px)*(10/5.43)));
    }
    .topCnt01 .txt, .article ul.appList01{
        font-size: calc(14px + ((1vw - 4.8px)*(7/5.43)));
    }
    .topCnt02 .txt{
        font-size: calc(14px + ((1vw - 4.8px)*(22/5.43)));
    }
    
    .messageTxt{
        flex-direction: column-reverse;
        align-items: center;
        padding: 80px;
    }
    .messageTxt > div, .simpleBoxIn.simpleTxt > div{
        width: 90%;
        padding: 0;
    }
    .messageTxt figure{
        min-width: 130px;
    }
    .simpleTxtR{
        background:#EDF2F6;
        padding-bottom: 50px;
    }
  .JobMerit {
    width: auto;
    margin: 20px 40px 70px;
  }
  .JobMeritIn {
    width: 50%;
  }
}
@media screen and (max-width: 1023px){
    .header-container{
        display: block;
        height: auto;
    }
    .header-container.hide{
        transform: none;
    }
    #header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(25px);
    -ms-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    transition: 0.3s;
    z-index: 2;
    }
    .header-container.hide #header{
        transform: translateY(-60px);
        transition: 0.3s 0.2s;
    }
    #content{
        margin-top: 60px;
    }
    .tab.is-fixed{
        margin-top: 60px;
    }
    .eye-catch img{
        max-height: 250px;
    }
    .page-id-26 .entry-title, .page-id-28 .entry-title, .page-id-89 .entry-title, .page-id-216 .entry-title, .page-id-218 .entry-title, .page-id-116 .entry-title{
        bottom: 10%;
    }
  #header-in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5em;
  }
  #header-in .logo {
    padding: 0;
    text-align: left;
  }
  #header-in .tagline {
      max-width: 90px;
    font-size: 10px;
    text-align: left;
  }
  #mobile-fixed-menu {
    display: block;
    margin-left: auto;
    line-height: 1;
  }
  #mobile-fixed-menu .menu-caption {
    font-size: 10px;
    font-weight: bold;
    color: #333;
  }
  [id^="toc"]:target {
    padding-top: 50px;
    margin-top: -50px;
  }
  .menu-close-button::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    content: '\f00d';
    padding: 0;
    font-weight: 600;
    color: #aaa;
  }
    .menu-button-in{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bar {
      display: block;
      width: 22px;
      height: 2px;
      background-color: #333;
      transform-origin: 0 0;
      margin: 0 0 5px;
    }
    .button-menu {
      display: block;
        font-size: 12px;
    }
    .menu-close{
        display: flex;
        height: 75px;
        justify-content: flex-end;
        align-items: center;
        padding-right: 30px;
    }
    .menu-close .bar{
        margin: 0 0 10px;
    }
    .menu-close .bar1{
        transform:rotate(34deg);
    }
    .menu-close .bar2{
        transform:rotate(-34deg);
    }
    .catchphrase img{
        top: 5px;
    }
    .tab{
        height: 60px;
        justify-content: space-around;
        font-size: 14px;
    }
    .article .tab li{
        margin-right: 0;
    }
    .article .tab li:nth-child(1){
        margin-left: 0;
    }
    .more-wrap{
        width: 186px;
    }
    .more{
        width: 160px;
    }
    a:hover .more{
        width: 180px;
        transition: 0.3s;
    }
    .topCnt01 a{
        display: block;
    }
    .topCnt01 dl{
        min-width: 100%;
        margin-bottom: 20px;
    }
    .topCnt01 .txt {
        margin-bottom: 10px;
    }
    .simpleBox {
        flex-direction: column-reverse;
    }
    .simpleBoxIn div{
        width: 90%;
        margin: auto;
    }
    .simpleBoxImg{
        display: block;
        max-width: 600px;
        margin: auto;
        margin-bottom: 30px;
    }
    .simpleBox img{
        margin: 0;
        padding: 0;
    }
    .simpleBoxImg > span{
        position: static;
        height: auto;
        width: auto;
        max-width: none;
    }
    .simpleBoxImg figcaption{
        height: auto;
        background: #fff;
        margin: 0;
        padding: 5px 0 0;
    }
    .article .ratio{
        flex-direction: column;
        align-items: center;
    }
    .article .ratio li{
        width: 90%;
    }
    .message_h:before{
        width: 100%;
    }
    .message_h span{
        justify-content: center;
    }
    .message {
    padding-top: 0;
    }
    .messageTxt{
        padding: 80px 5px;
    }
    .message_h h2, .message_h:before{
        height: 80px;
        top: -40px;
    }
    .simpleBoxTxt .simpleBoxIn{
        width: 100%;
    }
  .JobMerit {
    padding: 20px 30px 40px;
  }
  .JobMeritIn {
    width: auto;
    padding-top: 165px;
    margin: 0;
  }
  .JobMeritIn:before {
    top: 0;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
    .article .job-list > li{
        height: auto;
    }
    .job-list div{
        padding: 20px 0 25px 4%;
    }
    .article .cond{
        margin-bottom: 7px;
    }
    .article .cond li{
        font-size: 12px;
        margin-right: 1.5%;
        margin-bottom: 5px;
        padding: 2px 1.5%;
    }
    .moreJob a{
        font-size: 16px;
        padding: 7px 25px;
    }
    input[name='submitBack']{
        margin: 0 50px;
    }
    .footer-widgets{
        display: block;
    }
    .navi-footer-in > .menu-footer{
        flex-direction: column;
        align-items: flex-end;
    }
    .navi-footer-in > .menu-footer li.menu-item{
        width: auto;
    }
}
#sidebar-menu-content, #sidebar-menu-close{
    height: 100vh;
}
@media screen and (max-width: 700px){
    .form-txt, .kome{
        font-size: 14px;
    }
    .form > div{
        flex-direction: column;
    }
    .form dt, .form dd{
        width: 100%;
    }
    .form dt{
        background: #fff;
        padding: 10px 5%;
    }
    .form.entry_form dt, .form.us_form dt{
        background: #fff;
    }
    .form dd{
        padding: 15px 5% 20px;
    }
    .form dt br{
        display: none;
    }
}
@media screen and (max-width: 555px){
    .footer-in{
        flex-direction: column;
    }
    .navi-footer-in > .menu-footer{
        align-items: flex-start;
    }
}
@media screen and (max-width: 480px){
    .h01 {
      font-size: 20px;
      padding-top: 40px;
      margin-bottom: 30px;
    }
    .h02{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .page-id-26 .entry-title span, .page-id-28 .entry-title span, .page-id-32 .entry-title span, .page-id-89 .entry-title span, .page-id-216 .entry-title span, .page-id-218 .entry-title span, .page-id-116 .entry-title span{
        padding: 10px 0;
    }
.page-child:not(.page-id-116):not(.page-id-467):not(.page-id-480):not(.page-id-483):not(.page-id-524):not(.page-id-544):not(.page-id-540):not(.page-id-545)  .entry-title{
        bottom: -80px;
        font-size: 21px;
    }
    .tab{
        flex-wrap: wrap;
        font-size: 12px
    }
    .article .tab li{
        margin-right: 5px;
    }
    .article .tab li:nth-child(1){
        margin-left: 5px;
    }
    .more-wrap{
        width: 140px;
    }
    .more{
        width: 130px;
        font-size: 16px;
        padding-left: 10px;
    }
    a:hover .more{
        width: 150px;
    }
    .topLead{
        flex-direction: column;
        padding-top: 40px;
    }
    .topLead p{ 
        width: 90%;
        font-size: 14px;
    }
    .topCnt02{
        display: block;
        padding: 0;
    }
    .topCnt02 a {
        width: 90%;
        margin: 0 auto 10px;
    }
    .topCnt02 .txt{
        font-size: 14px;
        height: auto;
        margin-bottom: 5px;
    }
    .topCnt02 >div{
        width: 100%;
        padding: 0;
    }
    .topCnt02 figure{
        height: 30vw;
    }
    .topCnt03 ul{
        flex-direction: column;
        margin: 0 auto 50px;
    }
    .topCnt03 li{
        width: 100%;
    }
    .topCnt03 a{
        width: 100%;
        height: 100px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .topCnt04 {
    display: block;
    }
    .coCnt05In h3{
        margin: auto;
    }
    .lead{
        font-size: 16px;
        margin: 25px auto;
    }
    .article .lead_h, .message_h span{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .message_h h2, .message_h:before{
        top: -25px;
    }
    .simpleBox p, .message p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .entry-footer{
        font-size: 18px;
    }
    .entry-footer-in{
        padding: 40px 20px 80px;
    }
    .entry-footer a{
        width: 215px;
    }
    p.pointTxt{
        font-size: 21px;
    }
    .coCnt03 p, .coCnt05 > p{
        font-size: 16px;
        line-height: 1.5;
    }
    .coCnt04 .simpleBox b{
        font-size: 16px;
    }
    .coCnt04 p{
        margin-bottom: 15px;
    }
  .JobMerit {
    margin: 0px 10px 70px;
  }
  .JobMerit h3 {
    font-size: 140%;
  }
    .JobMerit p{
        font-size: 14px;
    }
    .coCnt06 ul li{
        font-size: 18px;
        padding-left: 50px;
    }
    .article ul.system01{
        font-size: 16px;
    }
    .info-recruit01 {
    margin-top: 90px;
    }
    .info-recruit h2{
            margin-bottom: 20px;
    }
    .app > div{
            padding: 10px 0;
    }
    .app dt{
        width: 24%;
        font-size: 13px;
    }
    .app dd{
        width: 70%;
        font-size: 13px;
    }
    .article .app li{
        padding: 5px 0 5px 10px;
    }
    .article ul.appList01{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .job-list figure{
        display: none;
    }
    .guideline ul li{
        font-size: 15px;
        line-height: 1.3;
    }
    .job-list div{
        width: 95%;
        padding: 10px 0 25px 5%;
    }
    .job-list p{
        font-size: 16px;
    }
    .info-career .usBtn a{
        width: 250px;
        height: 80px;
    }
}
/*blog
------------------------------------------------------------------------*/
.blog-logo{
    background: #3F90DC;
}
.blog-logo p{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 50px 0;
}
.blog-logo img{
    min-width: 250px;
    max-width: 450px;
}
.fa-folder-open{
    display: none;
}
/*カラム、サイド*/
.singleMain{
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
}
.singleL{
    flex-grow: 1;
    margin-bottom: 100px;
}
.singleR{
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    width: 200px;
    min-width: 200px;
    height: 610px;
    border-radius: 6px;
    padding: 110px 10px 10px;
    margin-left: 30px;
    transition: ease 0.3s;
}
.singleR.mt{
    padding: 10px;
}
.singleR .main-widget-label{
    font-size: 16px;
    background: #92C5EF;
    color: #fff;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.singleR ul{
    padding-left: 5px;
}
.singleR .widget_categories li{
    margin-bottom: 10px;
}
.singleR .widget{
    margin-bottom: 20px;
}
.singleR .new-entry-card-content{
    display: block;
}
.singleR .new-entry-cards{
    border-top: 0;
}
.singleR .new-entry-card{
    font-size: 15px;
}
.widget_recent_entries li a{
    border-bottom: 1px solid #ddd;
    line-height: 1.1;
}
@media screen and (max-width: 834px){
    .singleMain{
        flex-direction: column-reverse;
    }
    .singleL{
        width: 100%;
        margin-bottom: 0;
    }
    .singleR, .singleR.mt{
        width: 100%;
        height: auto;
        padding: 0;
        margin: 50px 0 80px;
    }
}
/*記事一覧*/
.singleL .entry-content{
    max-width: 800px;
    margin: auto;
}
.singleL .list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.singleL .a-wrap {
    display: flex;
    width: 32%;
    background: #f3f3f3;
    border: 1px #e5e5e5 solid;
    transition: ease 0.3s;
    margin-bottom: 30px;
    padding: 0;
}
.singleL .a-wrap article{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.singleL .a-wrap:not(:nth-child(3n)) {
    margin-right: 2%;
}
.singleL .a-wrap:hover {
     background: #f3f3f3;
     filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}
.singleL .a-wrap figure {
    width: 100%;
    height: 18vw;
    max-height: 180px;
    overflow: hidden;
    margin: 0;
}
.singleL .a-wrap figure img {
    width: 100%;
    height: 18vw;
    max-height: 180px;
    transition: ease 0.3s;
    object-fit: cover;
    object-position: 50% 0;
}
.singleL .a-wrap:hover figure img{
    transform: scale(1.2);
    opacity: 0.8;
}
.entry-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 10px 5% 15px;
}
.entry-card-meta{
    bottom: 5px;
    right: auto;
    left: 5px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.entry-card-meta .entry-card-categorys{
    display: block;
    background: #92C5EF;
    color: #fff;
    padding: 0 5px 5px;
}
@media (max-width: 1200px) {
    h2.entry-card-title {
        font-size: calc(13px + ((1vw - 3.2px)*(5/8.8)));
    }
}
@media screen and (max-width: 834px) {
    .singleL .list {
        justify-content: space-between;
    }
    .singleL .a-wrap {
        width: 49%;
    }
    .singleL .a-wrap:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .singleL .a-wrap:hover figure {
        height: 27vw;
    }
    .singleL .a-wrap:hover figure img{
        height: 27vw;
    }
}
@media (max-width: 480px) {
    .singleL .a-wrap {
        width: 100%;
        margin: 0 0 10px;
    }
    .singleL .a-wrapt:not(:nth-child(3n)) {
        margin: 0 0 10px;
    }
    .singleL .a-wrap article{
        flex-direction: row;
    }
   .singleL .a-wrap article > div{
        margin: 10px 2%;
    }
    .singleL .a-wrap figure{
        width: 30%;
        height: auto;
        min-height: 80px;
    }
    .singleL .a-wrap:hover figure img{
        height: auto;
        min-height: 80px;
    }
    .singleL .a-wrap article > div {
      width: 70%;
    }
    .singleL .card-content h2 {
      line-height: 1.3;
    }
    .entry-card-meta{
        left: 32%;
    }
    .entry-card-meta .entry-card-categorys {
        font-size: 12px;
    }
}
.singleL h1.archive-title, .single .article h2{
    color: #92C5EF;
}
.single .article h2{
    margin: 4em 0 1em;
}
/*--記事--*/
.single .entry-content p, .single .single-list, .single .entry-content  dl dd, .single .entry-content  dl dt{
    letter-spacing: 0.02em;
}
.single .entry-content p{
    font-size: 1.125rem;
    margin: 0 0 1.6em;
}
.single .entry-content  dl dt{
    font-size: 1.125rem;
    margin: 0 0 0.6em;
}
.single .entry-content  dl dd{
    border-left: 3px solid #92C5EF;
    font-size: 1rem;
    margin: 0 0 1.7em;
    padding-left: 15px;
}
.single .single-list{
    font-size: 17px;
    padding: 5px 0 1.6em;
}
.single .single-list li{
    position: relative;
    margin: 5px 0 1em;
    padding-left: 4%;
    padding-right: 3%;
}
.single ul.single-list li:before{
    top: 8px;
    left: 5px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 12px solid #92C5EF;
}
.single ol.single-list li{
    counter-increment: number;
}
.single ol.single-list li:before{
    content: counter(number) ".";
    top: 0;
    left: 5px;
    color: #92C5EF;
}
.single dl > div{
    margin-bottom: 10px;
}
.single dl dd{
    margin-left: 20px;
}
.single .entry-content a{
    color: #3F90DC;
    text-decoration: underline;
}
.single .entry-content a:hover{
    opacity: 0.8;
    text-decoration: none;
}
.single .entry-content > figure{
    gap: 0;
}
.single .entry-content > figure img{
    margin-bottom: 30px;
}
.single .entry-content > figure figcaption{
    font-size: 16px;
}
.single .date-tags{
    text-align: right;
    margin-bottom: 10px;
}
.fa-history:before{
    display: none;
}
.single .article h3{
    margin: 2.2em 0 1.2em;
}
.line {
    background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.8) 50%);
}
/*バナー*/
.rikunabi{
    display: inline-block;
    border: 3px solid #0068B7;
    background: #fff;
    padding: 10px 20px 10px;
    margin-top: 10px;
}
.rikunabi:hover{
    border: 3px solid rgba(0,104,183,0.80);
}
.rikunabi img{
    width: 200px;
    height: 40px;
}
/*プロフィール*/
.profile{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #999;
    margin: 10px 10px 30px;
}
.profile figure{
    margin-right: 15px;
}
.profile figure img{
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}
.profile h2.profileTtl{
    display: inline-block;
    background: #555;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5em;
    margin: 3px 0 10px;
    padding: 3px 3px 3px 10px;
}
.profileName img{
    width: auto;
    height: 27px;
}
.single .entry-content .profile p{
    margin-bottom: 3px;
    font-size: 15px;
}
@media screen and (max-width: 580px) {
.single .entry-content p{
    font-size: 0.875rem;
    margin: 0 0 1.5em;
}
.single .entry-content  dl dt, .single .entry-content  dl dd{
    font-size: 0.875rem;
}
    .single .single-list li{
        padding-right: 0;
    }
    .single ul.single-list li:before{
        top: 8px;
        left: 0;
        border: 5px solid transparent;
        border-left: 9px solid #92C5EF;
    }
    .single ol.single-list li:before{
        left: 0;
    }
    .profile{
        flex-direction: column;
    }
    .single .entry-content .profile p{
        font-size: 13px;
    }
    .profileName img{
        height: 23px;
    }
}
/*いいね*/
.wpulike.wpulike-default{
    margin-top: 50px;
}
/*--blog-ここまで----------------*/