@charset "utf-8";
/* 20230810追加 */
.fix_side{
    position: fixed;
    z-index: 10000;
    width: 100px;
    right: 15px;
    bottom: 20px;
}
.grid-01{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.grid-01 li{
    display: flex;
    width: 31%;
    flex-direction: column;
    border: 1px solid #1d2a73;
    padding: 30px 30px 10px 30px;
}
.grid-01 li a{
margin-top:auto;
}
.grid-01 li .ttl{
    font-weight: bold;
    font-size: 18px;
}

.grid-01 li .txt{
text-align:left;
}
.grid-01 li .link-wrap {
    margin: 20px auto;
}
@media only screen and (max-width: 768px) {
.fix_side{
    width: 50px;
    right: 10px;
}
.grid-01 {
    flex-wrap: wrap;
    row-gap: 30px;
}
.grid-01 li {
    width: 100%;
}
.section-05 .link-wrap {
    margin: 8px auto !important;
}
}
/* base
----------------------------------*/
html {
    font-size: 62.5%; /* root: 10px */
    height: 100%;
}
body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
    color: #1d2a73;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-feature-settings : "palt";
}

/* Safariのみ仮名文字のみをカーニングする指定 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
 font-feature-settings: "pkna";
}
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}
/* IEだけインラインSVGの表示サイズがおかしくなるバグへの対処方法 */
img[src$=".svg"] {
    width: 100%; /* lte IE10 */
}
a {
    text-decoration: none;
    color: inherit;
    outline: none; /* lte IE8 */
}
.ua-desktop a:hover {
    text-decoration: none;
}
.ua-desktop a.hv-udl:hover {
    text-decoration: underline;
    padding-bottom: 1px; /* font-size:11px以下のバグ対策; */
}
a img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ua-desktop a:hover img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: alpha(opacity=70); /* lte IE8 */
    opacity: 0.7;
}
.ua-desktop a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: alpha(opacity=70); /* lte IE8 */
    opacity: 0.7;
}
.ua-desktop a.hv-op-no:hover {
    filter: alpha(opacity=100); /* lte IE8 */
    opacity: 1;
}
.txt {
    margin-bottom: 20px;
    line-height: 28px;
}
.br01 {
    height: 20px;
}
ol {
    list-style: outside;
    margin-left: 10px;
    margin-top: 10px;
}
ol li {
    margin-bottom: 5px;
    margin-left: 30px;
}
ol ul {
    list-style: decimal;
    margin-left: 30px;
    font-size: 13px;
}

/*** keyframes fadein ***/
@-webkit-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-moz-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-ms-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-o-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}

/*** keyframes slideIn ***/
@-webkit-keyframes slideIn {
 0% {
 -moz-transform: translate(0, -67px);
 -ms-transform: translate(0, -67px);
 -webkit-transform: translate(0, -67px);
 transform: translate(0, -67px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@-moz-keyframes slideIn {
 0% {
 -moz-transform: translate(0, -67px);
 -ms-transform: translate(0, -67px);
 -webkit-transform: translate(0, -67px);
 transform: translate(0, -67px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@-ms-keyframes slideIn {
 0% {
 -moz-transform: translate(0, -67px);
 -ms-transform: translate(0, -67px);
 -webkit-transform: translate(0, -67px);
 transform: translate(0, -67px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@-o-keyframes slideIn {
 0% {
 -moz-transform: translate(0, -67px);
 -ms-transform: translate(0, -67px);
 -webkit-transform: translate(0, -67px);
 transform: translate(0, -67px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@keyframes slideIn {
 0% {
 -moz-transform: translate(0, -67px);
 -ms-transform: translate(0, -67px);
 -webkit-transform: translate(0, -67px);
 transform: translate(0, -67px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
/*** keyframes slideDown ***/
@-webkit-keyframes slideDown {
 0% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@-moz-keyframes slideDown {
 0% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@-ms-keyframes slideDown {
 0% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@-o-keyframes slideDown {
 0% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@keyframes slideDown {
 0% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
/*** keyframes slideUp ***/
@-webkit-keyframes slideUp {
 100% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 0% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@-moz-keyframes slideUp {
 100% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 0% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@-ms-keyframes slideUp {
 100% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 0% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@-o-keyframes slideUp {
 100% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 0% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
@keyframes slideUp {
 100% {
 -moz-transform: translate(0, -25px);
 -ms-transform: translate(0, -25px);
 -webkit-transform: translate(0, -25px);
 transform: translate(0, -25px);
 opacity: 0;
}
 0% {
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
}
/*** keyframes spin ***/
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
 0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes spin {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
/*** font ***/
.font-wgt-01 {
    font-weight: 200;
}
.font-wgt-02 {
    font-weight: 500;
}
.font-wgt-03 {
    font-weight: 700;
}
.font-nrw-01 {
    letter-spacing: -1px;
}
.font-small-01 {
    font-size: 80%;
}
.font-smooth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
strong {
    font-weight: 700;
}
/*** layout ***/
.fl-right {
    float: right;
}
.fl-left {
    float: left;
}
/* LP
----------------------------------*/
.h2_bl {
    color: #2DB3C9;
    font-size: 30px;
    font-weight: 600;
    border-top: double;
    border-bottom: double;
    text-align: center;
    padding: 10px;
    width: 800px;
    margin: 0px auto;
}
.h2_pk {
    color: #C63843;
    font-size: 30px;
    font-weight: 600;
    border-top: double;
    border-bottom: double;
    text-align: center;
    padding: 10px;
    width: 800px;
    margin: 0px auto;
}
.h3_min {
    font-family: "Sawarabi Mincho";
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}
.bk_bl {
    background-color: #E5F5F9;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.bk_w {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.bk_w30 {
    background-color: #fff;
    padding: 30px !important;
}
.bk_b10 {
    background-color: #FDFCF8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bk_bl10 {
    background-color: #E5F5F9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cmn-ttl-03img {
    width: 17%;
    margin: 30px 0 0 0;
}
.cmn-ttl-03wrp {
    width: 80%;
}
.cont-01 {
    background-color: #fff;
    padding: 30px;
	text-align: center;/*　2023-08-08　*/
}
.houshin {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}
.section-06 .cont {
    margin: 20px 0 0 0;
    padding: 0 0 10px 65px;
    color: #1d2a73;
    overflow: hidden;
}
.s6cnthd {
    position: relative;
    padding: 15px 0;
}
.s6cnthd span {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 28px;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    background-color: #1d2a73;
    border-radius: 15px;
    left: -58px;
    top: 8px;
    font-weight: 200;
}
.cont-01 .s6cnttxt {
    width: 78%;
}
.s6cntimg {
    width: 20%;
    margin: -10px 5px 0 0;
}
.section-01 .cont-03 {
    background-color: #f7f7f7;
    padding: 15px 25px 10px;
    margin: 30px 0 20px 0;
}
.section-01 .cont-03 .ttl {
    color: #1d2a73;
    font-weight: bold;
}
.section-01 .cont-03 .ttl span {
    padding: 0 3px 2px;
}
.section-01 .cont-03 ul {
    list-style: decimal;
}
.section-01 .cont-03 li {
    margin: 15px 0px 5px 30px;
}
.section-01 .cont-02 {
    width: 30%;
    margin: 60px 0 0 0;
}
.w48 {
    width: 68%;
}
.section-02 .cont-01 {
    width: 100%;
}
.w70 {
    width: 70% !important;
}
.w70_c {
    width: 70% !important;
    margin: 0px auto;
}
.voice01 {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}
.voice02 {
    background: linear-gradient(transparent 60%, #F15A73 100%);
    font-size: 18px;
    font-weight: 600;
}
.voice03 {
    font-size: 12px;
}
.voice01 p {
    margin-top: 15px;
}
.center {
    text-align: center;
}
.cont-03inbx {
    border: 2px solid #1d2a73;
    padding: 26px;
    margin: 0 5px 70px;
}
.cont-03inbxlf {
    width: 60%;
}

.cont-03inbx dt{
	    width: 70px;
    float: left;
}
.cont-03inbx dd{
	    padding-left: 70px;
    margin-bottom: 3px;

}
.cnt3hd {
    font-size: 14px;
}
.cnt3hd:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #b7b900;
    margin: 5px 0 10px;
}
.cnt3txt {
    margin: 0 0 20px 0;
}
.cnt3lst {
    line-height: 1.7;
}
.s1c1ul > li, .cnt3lst li {
    position: relative;
    padding-left: 1em;
}
.s1c1ul > li:before, .cnt3lst li:before {
    content: '・';
    display: block;
    position: absolute;
    left: 0;
}
.cont-03inbxrght {
    width: 36%;
}
.media {
    width: 900px;
    margin: 0px auto;
}
.media li {
    width: 30%;
    float: left;
    list-style: none;
}
.media img {
    width: 100%;
    height: 200px;
}
.media p {
    margin-top: 10px;
    background-color: #E5F5F9;
    background-color: #E5F5F9;
    padding: 5px;
    font-size: 13px;
}

/* switching PC/SP
----------------------------------*/
@media only screen and (min-width: 769px) {
.sp {
    display: none !important;
}
.pc_img {
    display: block !important;
}
.sp_img {
    display: none !important;
}
}

@media only screen and (max-width: 768px) {
.pc {
    display: none !important;
}
.pc_img {
    display: none !important;
}
.sp_img {
    display: block !important;
}
}
/* basic
----------------------------------*/
.outer {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-01 {
    max-width: 1080px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}
.inner-02 {
    max-width: 1020px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    margin: 0 auto;
    line-height: 1;
}
.icon-external_link {
    width: 0.9em;
    vertical-align: top;
    margin-left: 0.25em;
    position: relative;
    top: 4px;
}
.outer.ua-tablet {
    min-width: 1290px;
}
/* unique
----------------------------------*/
/*** header-group ***/
.header-group {
    position: relative;
    background: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.header-group.hg-fixed {
    width: 100%;
    background: rgba(255,255,255,1.0);
    -webkit-animation: slideIn 0.5s linear 0s 1;
    -moz-animation: slideIn 0.5s linear 0s 1;
    -ms-animation: slideIn 0.5s linear 0s 1;
    -o-animation: slideIn 0.5s linear 0s 1;
    animation: slideIn 0.5s linear 0s 1;
}
.header-nav-01 {
}
.hn1-wrap-01 {
    float: left;
    padding-left: 30px;
    padding-top: 30px;
}
.hn1-wrap-02 {
    float: right;
}
.header-logo {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    position: absolute;
    left: auto;
    top: auto;
}
.hn-ttl {
    display: inline-block;
    vertical-align: top;
    color: #444444;
    line-height: 1.5;
    margin-left: 4.5%; /* 25px */
}
.hn1-menu {
    font-size: 0;
    float: right;
}
.hn1-menu li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    border-left: 1px solid #fff;
}
.hn1-menu li:first-child {
    border-left: none;
}
.hn1-menu li > a {
    display: block;
    background: #9fe7fe;
    color: #1d2a73;
    box-sizing: border-box;
    padding: 10px 20px;
    font-weight: 500;
}
.hn1-menu .icon-rtble {
    width: 20px;
    margin-right: 10px;
}
.hn1-menu .icon-access {
    width: 18px;
    margin-right: 10px;
}
.hn1-menu .icon-contact {
    width: 18px;
    margin-right: 10px;
}
.hn1-tel {
    margin-right: 35px;
}
.hn1-tel > a {
    display: inline-block;
    vertical-align: top;
}
.hn1-tel .icon-phone {
    display: inline-block;
    width: 38px;
    position: absolute;
    left: -50px;
    top: -3px;
}
.hn1-tel .tel {
    position: relative;
    margin-top: 20px;
}
.hn1-tel .number {
    display: inline-block;
    vertical-align: top;
    color: #1d1b6d;
    font-size: 33.6px;
    font-size: 3.36rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.5px;
}
.hn1-tel .text {
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    vertical-align: top;
    color: #4e4f50;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.5px;
}
.hn1-tel .text > span {
    color: #26238c;
}
.header-nav-02 {
    float: right;
}
.hn-golbalmenu {
    float: right;
    margin-right: 40px;
}
.hn-golbalmenu > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    margin-left: 0.5em;
}
.hn-golbalmenu > li > a {
    display: block;
    box-sizing: border-box;
    padding: 14px 15px;
    color: #1d2a73;
    font-weight: 500;
}
.hn-golbalmenu .menu-sub {
    position: absolute;
    width: 260px;
    top: 100%;
    left: 0;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #70779a;
    border-top: none;
    display: none; /* JSで制御 */
    font-size: 14px;
}
.js-menu-sub-has:last-child .menu-sub {
    left: auto;
    right: 0;
}
.hn-golbalmenu .menu-sub > li {
    box-sizing: border-box;
    border-top: 1px solid #70779a;
}
/*ナビlink*/
.hn-golbalmenu .menu-sub > li:first-child {
    border-top: none;
}
.hn-golbalmenu .menu-sub > li > a {
    display: block;
    background: #a3e8fd;
    box-sizing: border-box;
    padding: 10px 1em;
    color: #1d2a73;
}
/*link*/
.linklist dt {
    font-weight: 600;
}
.linklist dd {
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}
/*privacy*/

.privacy ul {
    list-style: decimal;
    margin-left: 30px;
}
/*講座*/

table.kouza {
    width: 100%;
    border-right: #1D2A73 solid 1px;
    border-collapse: collapse;
}
table.kouza thead th {
    background: #1D2A73;
    color: #FFF;
    padding: 10px 15px;
    border-right: #FFF solid 1px;
    border-bottom: #FFF solid 1px;
}
table.kouza thead th:last-child {
    border-right: #1D2A73 solid 1px;
}
table.kouza tbody th {
    background: #1D2A73;
    color: #FFF;
    padding: 10px 15px;
    border-bottom: #FFF solid 1px;
    vertical-align: top;
    width: 120px;
}
table.kouza tbody tr:last-child th {
    border-bottom: #1D2A73 solid 1px;
}
table.kouza tbody td {
    background: #FFF;
    padding: 10px 15px;
    border-left: solid 1px;
    border-bottom: solid 1px;
    vertical-align: top;
}

@media screen and (max-width: 640px) {
table.kouza thead {
    display: none;
}
table.kouza tbody th {
    display: block;
    width: 100%;
}
table.kouza tbody td {
    display: block;
}
table.kouza tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
}
table.kouza tbody td p {
    padding-left: 6em;
}
}
/*看護*/

table.kango {
    width: 100%;
    border-right: #1D2A73 solid 1px;
    border-collapse: collapse;
    border-color: #1D2A73;
}
table.kango thead th {
    background: #efd0df;
    padding: 10px 15px;
    border-right: #1D2A73 solid 1px;
    border-bottom: #1D2A73 solid 1px;
}
table.kango thead th:last-child {
    border-right: #1D2A73 solid 1px;
}
table.kango tbody th {
    background: #efd0df;
    padding: 10px 15px;
    border-bottom: #1D2A73 solid 1px;
    vertical-align: top;
}
table.kango tbody tr:last-child th {
    border-bottom: #1D2A73 solid 1px;
}
table.kango tbody td {
    background: #FFF;
    padding: 10px 15px;
    border-left: solid 1px;
    border-bottom: solid 1px;
    vertical-align: top;
}

@media screen and (max-width: 640px) {
table.kango thead {
    display: none;
}
table.kango tbody th {
    display: block;
    width: 100%;
}
table.kango tbody td {
    display: block;
}
table.kango tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
}
table.kango tbody td p {
    padding-left: 6em;
}
}

/* pc
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
.ua-desktop .hn-golbalmenu .menu-sub-01 {
    left: -37.5px;
}
.ua-desktop .hn-golbalmenu .menu-sub-02 {
    left: -52.5px;
}
.ua-desktop .hn-golbalmenu .menu-sub-03 {
    left: -75px;
}
.ua-desktop .hn-golbalmenu .menu-sub-04 {
    left: -99px;
}
.ua-desktop .hn-golbalmenu .menu-sub-05 {
    left: -77px;
}
.ua-desktop .hn-golbalmenu .menu-sub-06 {
    left: -49.5px;
}
.ua-desktop .hn-golbalmenu .ms-on {
    -webkit-animation: slideDown 0.5s linear 0s 1;
    -moz-animation: slideDown 0.5s linear 0s 1;
    -ms-animation: slideDown 0.5s linear 0s 1;
    -o-animation: slideDown 0.5s linear 0s 1;
    animation: slideDown 0.5s linear 0s 1;
}
.ua-desktop .hn-golbalmenu .ms-off {
    -webkit-animation: slideUp 0.5s linear 0s 1;
    -moz-animation: slideUp 0.5s linear 0s 1;
    -ms-animation: slideUp 0.5s linear 0s 1;
    -o-animation: slideUp 0.5s linear 0s 1;
    animation: slideUp 0.5s linear 0s 1;
}
.ua-desktop .hn-golbalmenu .menu-sub > li:hover {
    background: #fff;
}
.ua-desktop .hn-golbalmenu .menu-sub > li:hover > a,  .ua-desktop .hn-golbalmenu .menu-sub > li > a:hover {
    background: rgba(225,225,100,0.6);
    opacity: 1;
}
}
/*** footer-group ***/

.section-footerlink {
    margin: 100px 0 50px 0!important;
}
.section-footerlink .inner-02 {
    background-color: #9fe7fe;
    padding: 15px 35px;
    box-sizing: border-box;
}
.section-footerlink .s5hd {
    color: #1d2a73;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 10px;
}
.section-footerlink .s5hd:before {
    content: "";
    display: block;
    width: 173px;
    height: 1px;
    background-color: #1d2a73;
    margin: 0 0 5px 0;
}
.intrbtnlst01 {
    display: inline-block;
}
.intrbtnlst01wrap {
    text-align: left;
}
.intrbtnlst01 li {
    display: inline-block;
    vertical-align: top;
    background-color: #fffdb0;
    margin: 15px 5px 0 0;
    color: #1d2a73;
}
.intrbtnlst01 li a {
    display: block;
    padding: 6px 30px 6px 10px;
}
.intrbtnlst01 li .link {
    position: relative;
}
.intrbtnlst01 li .link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-right: -23px;
    width: 10px;
    height: 10px;
    background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* IE10以降に適用する */
/* IE（IE10以降）のみ、游ゴシックを表示しないようにする（ベースラインが他のブラウザと合わないため） */
@media all and (-ms-high-contrast:none) {
.intrbtnlst01 li {
    margin-right: 2px;
}
}

@media only screen and (max-width:1000px) {
.intrbtnlst01wrap {
    text-align: center;
}
.intrbtnlst01 li {
    width: 30%;
    box-sizing: border-box;
}
}
.section-06tel {
    background-color: #f7f7f7;
    padding-top: 30px;
}
.s6telwrp {
    text-align: center;
    margin: 0;
    display: inline-block;
}
.s6ttlsb {
    text-align: center;
    margin: 0 0 30px 0;
}
.section-06tel .tell {
    border: 3px solid #1d2a73;
    /*display: inline-block;*/
    vertical-align: top;
    padding: 12px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
}
.section-06tel .tell .tell-ttl {
    font-weight: 700;
    font-size: 18px;
}
.section-06tel .tell .tell-num {
    font-size: 33.6px;
    font-size: 3.36rem;
    font-weight: 600;
    color: #1d2a73;
}
.section-06tel .tell .tell-num a {
    position: relative;
    line-height: 1;
}
.section-06tel .tell .tell-num a:before {
    content: " ";
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 9px;
    left: 0;
    margin-right: 15px;
    width: 38px;
    height: 38px;
    background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-phone.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.section-06tel .tell .tell-num.fax-num a:before {
    background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-fax.svg);
    background-repeat: no-repeat;
}
.section-06tel .tell .tell-num.sp-num a:before {
    background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-sp.svg) no-repeat center right;
}
.section-06tel .tell li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.section-06tel .tell .tell-txt {
    font-size: 12px;
    text-align: left;
    line-height: 1.7;
    width: 280px;
}
.abtbtnicon {
    display: inline-block;
    width: 16px;
    vertical-align: -5%;
    margin: 0 5px 0 0;
}
.abtbtn {
    text-align: center;
    margin: 30px 0 50px;
}
.abtbtn .link-wrap {
    display: inline-block;
}
.footer-group {
    color: #1d2a73;
}
.footer-inner {
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-nav-01 {
    color: #fff;
    background: #1d2a73;
    box-sizing: border-box;
    padding: 12px;
    margin-top: 30px;
}
.fn1-01 {
    float: left;
}
.fn1-01 .name {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
}
.fn1-01 .address {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
}
.fn1-02 {
    float: right;
}
.fn1-02 li {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.fn1-02 li > a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    box-sizing: border-box;
    padding: 6px 15px;
}
.fn1-02 .icon-access {
    width: 15px;
    margin-right: 7px;
}
.fn1-02 .icon-contact {
    width: 18px;
    margin-right: 7px;
}
.msb-footer-has > a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    padding-left: 1.3em;
}
.msb-footer-has > a:before {
    content: " ";
    height: 16px;
    width: 16px;
    background: #fffdb0;
    border-left-color: #1d2a73;
    border-left-width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 0;
}
.msb-footer {
    margin-top: 15px;
}
.msb-footer li {
    margin: 0.5em 0;
}
.msb-footer li > a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #0f183d;
    position: relative;
    padding-left: 1.6em;
}
.msb-footer li > a:before {
    content: " ";
    height: 10px;
    width: 2px;
    background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow-02.png);
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 7px;
}
.footer-nav-02 {
    font-size: 0;
}
.fn-wrap-01 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
    box-sizing: border-box;
}
.fn-golbalmenu {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
}
.fngm {
    float: left;
    width: 25%;
}
.fngm ul {
    margin-bottom: 35px;
}
.fn-wrap-02 {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    box-sizing: border-box;
    text-align: left;
}
.logo-integral {
    width: 213px;
    display: inline-block;
    vertical-align: top;
}
.fn2-contact {
    margin-top: 30px;
}
.fn2-contact li {
    display: inline-block;
    vertical-align: top;
    margin-left: 1em;
}
.fn2-contact li.address {
    width: 100%;
    margin-left: 0;
}
.footer-credit {
    text-align: center;
    box-sizing: border-box;
}
.fc-copyright {
    font-size: 10px;
    font-size: 1.0rem;
}
.logo-jsssa > a {
    display: block;
    width: 200px;
}
.page-top {
    position: fixed;
    right: 0;
    bottom: 30px;
}
.page-top a {
    position: relative;
    display: block;
    width: 60px;
    height: 147px;
    background: #ccc60a;
}
.page-top a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: auto;
}
.cont1img {
    width: 48%;
    text-align: right;
}
.cont1txt1, .cont1txt2 {
    margin-bottom: 20px;
    line-height: 28px;
}
.con1txtwrp {
    width: 52%;
}
.section-02 dl {
    display: table;
    border-bottom: 2px solid #b7b900;
    width: 100%;
}
.section-02 dt {
    display: table-cell;
    width: 88px;
    padding: 16px 0;
    font-weight: 700;
    text-align: center;
}
.section-02 dd {
    display: table-cell;
    padding: 16px 0 16px 60px;
    line-height: 1.7;
}
.fix_menu_smartphone {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    background-color: #1D2A73;
    width: 100%;
    padding: 10px 10px;
}
.fix_menu_smartphone img {
    width: 15px;
    margin-right: 1%;
    margin-top: 5px
}
.fix_menu_smartphone a {
    color: #fff;
    font-size: 16px;
}
.fix_menu_smartphone li {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    width: 48%;
}
.fix_menu_smartphone li:first-child {
    border-right: 1px solid #fff;
}
/*** main-group ***/

.cmn-ttl-01 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #1d2a73;
    text-align: center;
    margin: 20px auto;
}
.cmn-ttl-01 .bar {
    position: relative;
    width: 158px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.bar01 {
    position: relative;
    width: 22px;
    display: block;
    margin: 0;
    padding-bottom: 10px;
}
.cmn-ttl-01 .bar:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f7f945;
}
.bar01:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #b7b900;
}
.cmn-ttl-01 .bar:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #1d2a73;
}
.cmn-ttl-02 {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    color: #1d2a73;
    text-align: center;
    margin: 20px auto;
}
.cmn-ttl-03 {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    color: #1d2a73;
    margin: 20px auto;
}
.cmn-ttl-02 .bar {
    position: relative;
    width: 173px;
    display: block;
    padding-bottom: 15px;
}
.cmn-ttl-02 .bar:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1d2a73;
}
.cmn-ttl-02 .small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0.75em;
}
.section {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
}
.grid-01-wrap {
    overflow: hidden;
}
.grid-01 {
    font-size: 0;
}
.grid-01 > li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
}
.grid-02 {
    display: table;
    width: 100%;
}
.grid-02 > li {
    display: table-cell;
    vertical-align: middle;
}
.link-wrap .detail a .link:after {
    content: " ";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.link-wrap .detail a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    padding: 5px 8px;
    background: #1d2a73;
    text-align: center;
    position: relative;
}
.link-wrap .detail a .link {
    box-sizing: border-box;
    padding-right: 15px;
}
.bt_center {
    max-width: 200px;
    margin: 0px auto;
    margin-top: 30px;
}
.page-ttl-wrap {
    background-color: #9fe7fe;
    text-align: center;
    clear: both;
}
.pink {
    background-color: #bc648f !important;
}
.pink_w {
    color: #fff !important;
}
.ttl_pink {
    color: #bc648f !important;
}
.page-ttl-set {
    display: inline-block;
    color: #1d2a73;
    padding: 25px 0 30px;
}
.page-ttl-01 {
    font-size: 38px;
    font-weight: bold;
}
.page-ttl-01:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #1d2a73;
    margin: -2px auto 12px;
}
.page-ttl-02 {
    font-size: 14px;
    font-style: oblique;
}
.page-itr {
    text-align: center;
    padding: 60px 0 35px;
}
.page-itr-ttl {
    font-size: 18px;
}
.page-itr-txt {
    max-width: 1008px;
    margin: 50px auto 0;
    text-align: left;
    line-height: 28px;
}
.spnclr01 {
    color: #22b573;
}
.spnclr02 {
    color: #c1272d;
}
.section-inner {
    padding: 30px 0px;
}
.bld {
    font-weight: bold;
}
.vrtcltop {
    vertical-align: top;
}
table, th, td {
    border-collapse: collapse;
    border: 1px solid #1d2a73;
}
.cmn-ttl-03 .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}
.access_tb table {
}
.access_tb th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    font-size: 0.8em;
    padding: 5px 8px 5px 8px;
    text-align: center;
    font-weight: 600;
}
.access_tb td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    background-color: #FFF;
    font-size: 0.8em;
    padding: 5px 8px 5px 8px;
}
.section-08 {
    padding: 20px 0 30px 0;
}
.section-08 .news-wrap {
    box-sizing: border-box;
    padding: 0 50px;
    margin-top: 50px;
}
.section-08 .news li {
    display: table;
    width: 100%;
    padding-bottom: 10px;
    margin: 15px auto;
    box-sizing: border-box;
    border-bottom: 1px solid #b7b900;
}
.section-08 .news .date, .section-08 .news .txt {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    color: #0f183d;
}
.section-08 .news .date {
    width: 7em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    padding-right: 6%;
}
.section-08 .news .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.section-08 .link-wrap {
    margin-right: 50px;
}
.button {
    text-align: center;
    padding: 5px;
    color: #fff;
    background: #1B1464;
    width: 150px;
    font-size: 13px;
    display: inline-block;
}
.close {
    background: #666;
}

/* pc
----------------------------------------------------------*/
@media only screen and (max-width: 1440px) {
.hn1-wrap-01 {
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
}
.header-logo {
    position: relative;
    width: 350px;
}
.hn1-tel {
    margin-right: 15px;
}
.hn-golbalmenu {
    margin-right: 0;
}
.header-jisseki .txt {
    margin-left: 18px;
}
}

/* pc
----------------------------------------------------------*/
@media only screen and (max-width: 1040px) {
.header-nav-02 {
    float: none;
    display: block;
}
.hn-golbalmenu {
    float: none;
    display: table;
    width: 100%;
}
.hn-golbalmenu > li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0;
    display: table-cell;
}
.hn-golbalmenu > li > a {
    padding: 10px 6px;
}
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
/****** スマホでメニューを開いた時に後ろはスクロールしないようにするjQueryのための設定 ---START--- ******/
.js-base-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.js-base-fixed:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #666;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    z-index: 999;
}
/****** スマホでメニューを開いた時に後ろはスクロールしないようにするjQueryのための設定 ---END--- ******/

.section-footerlink {
    margin: 50px 0 0px 0 !important;
}
.section-footerlink .inner-02 {
    padding: 15px 10px;
}
.intrbtnlst01 li .link {
    font-size: 14px;
}
.intrbtnlst01 li {
    padding: 3px 15px 3px 15px;
    width: 90%;
    position: relative;
    margin: 1px 5px 0 0;
    text-align: left;
}
/* ヘッダードロワァー
  ----------------------------------*/
  /*** ヘッダートグル ***/
.header-drawer {
    cursor: pointer;
    width: auto;
    background: none;
    box-sizing: border-box;
    padding: 0;
}
/*** アイコン ***/
.drawer-icon {
    position: absolute;
    width: 32px;
    height: 28px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.drawer-icon-bar {
    display: block;
    background: #1d2a73;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
.drawer-icon-bar:first-child {
    bottom: auto;
}
.drawer-icon-bar:nth-child(2) {
}
.drawer-icon-bar:last-child {
    top: auto;
}
.hg-opened .drawer-icon-bar:first-child {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    bottom: 0;
}
.hg-opened .drawer-icon-bar:nth-child(2) {
    filter: alpha(opacity=0); /* lte IE8 */
    opacity: 0;
}
.hg-opened .drawer-icon-bar:last-child {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    bottom: 0;
}
/* CLOSE時のアイコンを小さくするため */
.hg-opened .drawer-icon-bar {
    width: 90%;
}
/*** アイコンのテキスト ***/
.drawer-txt {
    font-size: 10px;
    font-size: 1.0rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
}
.drawer-txt:before {
    content: "MENU";
}
.hg-opened .drawer-txt:before {
    content: "CLOSE";
    -webkit-animation: fadein 0.8s linear 0s 1;
    -moz-animation: fadein 0.8s linear 0s 1;
    -ms-animation: fadein 0.8s linear 0s 1;
    -o-animation: fadein 0.8s linear 0s 1;
    animation: fadein 0.8s linear 0s 1;
}
/*** アコーディオンメニューのアイコン ***/
.accordion-icon {
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    width: 38px;
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 5px;
}
.accordion-icon:before {
    content: " ";
    background: url('../img/common/icon-arrow-01.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    display: block;
}
/*** 非アコーディオンメニューのアイコン ***/
.arrow-icon {
    display: block;
    width: 8px;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-right: 24px;
}
.arrow-icon:before {
    content: " ";
    background: url('https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow-02.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 4px;
    height: 38px;
    display: block;
    margin-top: 10px;
}
/* basic
  ----------------------------------*/
.outer,  .outer.ua-tablet {
    min-width: 0;
}
.inner-01,  .inner-02 {
    padding-right: 20px;
    padding-left: 20px;
}
/* unique
  ----------------------------------*/
.header-group {
    box-sizing: border-box;
}
.header-nav-01 {
    float: none;
    display: table;
    width: 100%;
    margin: 0;
}
.hn1-wrap-01 {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 0px;
    margin: 0;
}
.hn1-wrap-03 {
    display: table-cell;
    width: 216px;
    vertical-align: middle;
    text-align: right;
    box-sizing: border-box;
    padding-right: 5px;
}
.header-logo {
    width: 250px;
    position: relative;
    margin-top: 10px;
}
.hn1-lgnctt {
    font-size: 0;
}
.hn1-lgnctt li {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-size: 1.0rem;
    margin: 0 4px;
}
.hn1-lgnctt li > a {
    display: block;
    width: 36px;
    height: 36px;
    color: #fff;
    background: #1d2a73;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.hn1-lgnctt li > a > .txt {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1;
    transform: scale(0.9);
    color: #fff;
}
.hn1-lgnctt li.phone .icon-phone {
    width: 15px;
    margin-top: 6px;
}
.hn1-lgnctt li.access .icon-access {
    width: 15px;
    margin-top: 4px;
}
.hn1-lgnctt li.header-drawer {
    position: relative;
}
.drawer-txt {
    display: none;
}
.header-nav-02 {
    position: fixed; /* 必須 */
    top: auto;
    width: 100%;
    height: 100%; /* Oldブラウザ ハック */
    height: calc(100% - 70px); /* 必須（ヘッダーの高さ） */
    display: none; /* JSで制御 */
    -webkit-animation: fadein 0.5s linear 0s 1;
    -moz-animation: fadein 0.5s linear 0s 1;
    -ms-animation: fadein 0.5s linear 0s 1;
    -o-animation: fadein 0.5s linear 0s 1;
    animation: fadein 0.5s linear 0s 1;
    overflow-y: scroll; /* 必須 */
    -webkit-overflow-scrolling: touch;
}
.hg-opened .header-nav-02 {
    display: block; /* JSで制御 */
}
.hn2-inner {
    background: #1d2a73;
    padding-bottom: 25px;
}
.hn-golbalmenu {
    display: block;
    box-sizing: border-box;
    padding: 0px 3% 10px 3%;
    float: none;
    width: auto;
    margin: 0;
}
.hn-golbalmenu > li {
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
    display: block;
    text-align: left;
    border-top: 1px solid #23363d;
    margin-left: 0;
}
.hn-golbalmenu > li:first-child {
    border-top: none;
}
.hn-golbalmenu > li > a,  .hn-golbalmenu .menu-sub > li > a {
    padding: 8px 3%;
    overflow: hidden;
    position: relative;
    color: #1d2a73;
    font-weight: 400;
}
.hn-golbalmenu .menu-sub > li > a {
    background: #f7f7f7;
    padding-left: calc(3% + 1em);
}
.hn-golbalmenu .menu-sub {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    text-align: left;
    border: none;
}
.hn-golbalmenu .menu-sub > li,  .hn-golbalmenu .menu-sub > li:first-child {
    border-top: 1px solid #1d2a73;
}
.ua-desktop .hn-golbalmenu .menu-sub > li:hover > a,  .ua-desktop .hn-golbalmenu .menu-sub > li > a:hover {
    background: #f7f7f7;
    opacity: 0.7;
}
.hn2-contact {
    color: #fff;
    text-align: center;
}
.hn2-menu {
    display: inline-block;
    margin-bottom: 10px;
}
.hn2-menu li {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 10px 7px;
}
.hn2-menu li .icon-contact {
    width: 27px;
    margin-right: 10px;
}
.hn2-menu li .icon-rtble {
    width: 22px;
    margin-right: 10px;
}
.hn2-menu li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 20px;
}
.hn2-tel {
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 3%;
    margin-bottom: 5px;
}
.hn2-tel .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
}
.hn2-tel .tel {
    margin-bottom: 10px;
}
.hn2-tel .icon-phone {
    width: 30px;
    vertical-align: top;
    line-height: 1;
    margin-right: 20px;
}
.hn2-tel .number {
    display: inline-block;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 3px;
}
.hn2-tel .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
}
.cont-01 {
    background-color: #fff;
    padding: 0px;
}
.abtbtn {
    text-align: center;
    margin: 0px;
}
.cont .link-wrap .detail {
    min-width: 230px;
}
/*** SP版メニューのスクロール時のスタイル START ***/
.header-group.hg-fixed:not(.hg-opened) .hn1-wrap-01 {
/*
    zoom: 80%;
    text-align: left;
    padding-left: 30px;
    */
}
.header-group.hg-fixed:not(.hg-opened) .hn1-wrap-03 {
/* zoom: 80%; */
}
.hn1-lgnctt li > a > .txt,  .hn1-lgnctt li > .drawer-txt {
/* transform: scale(0.9); */
}
/*** SP版メニューのスクロール時のスタイル END ***/

.footer-group {
    background: #1d2a73;
    padding: 0;
    text-align: center;
}
.footer-inner {
    padding: 0;
}
.footer-nav-02 {
    font-size: 12px;
    font-size: 1.2rem;
}
.fn-wrap-01,  .fn-wrap-02 {
    width: 100%;
    text-align: center;
}
.fn-wrap-02 {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 25px 3% 10px 3%;
    text-align: center;
}
.fn1-inner {
    text-align: center;
}
.fn1-01 {
    float: none;
    text-align: center;
    margin-top: 20px;
}
.fn1-01 .name {
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
}
.fn-golbalmenu {
    display: block;
    width: auto;
    margin: 0 3%;
}
.fngm-list {
    background: #fff;
}
.footer-nav-01 {
    background: none;
    margin-top: 0px;
    padding-top: 0px;
}
.fn1-02 {
    float: none;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 13px;
}
.fngm {
    float: none;
    width: auto;
    text-align: left;
}
.fngm ul {
    margin: 0;
}
.msb-footer-has > a {
    display: block;
    box-sizing: border-box;
    padding: 10px 3%;
    border-bottom: 1px solid #1d2a73;
    background: #fff;
    font-weight: normal;
    position: relative;
}
.msb-footer-has > a:before {
    display: none;
}
.msb-footer {
    display: none; /* JSで制御 */
}
.msb-footer li {
    margin: 0;
}
.msb-footer li > a:before {
    display: none;
}
.msb-footer > li > a {
    display: block;
    border-bottom: 1px solid #1d2a73;
    background: #f7f7f7;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 15px 3%;
    padding-left: calc(3% + 1em);
    position: relative;
    color: #1d2a73;
}
.logo-jsssa {
    width: 170px;
    margin: 0 auto;
}
.logo-jsssa > a {
    width: auto;
}
.footer-credit {
    margin: 0;
    padding: 15px 10px;
}
.fc-copyright {
    font-size: 10px;
    font-size: 1.0rem;
    color: #fff;
    margin: 0;
}
.page-top > a {
    width: 33px;
    height: 81px;
}
.page-top > a > img {
    width: 8px;
}
.cmn-ttl-01 {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 30px auto;
}
.cmn-ttl-01 .bar {
    padding-bottom: 15px;
}
.cmn-ttl-01 .bar:before,  .cmn-ttl-01 .bar:after {
    height: 1px;
}
.cmn-ttl-02 .bar {
    padding-bottom: 10px;
}
.page-ttl-01 {
    font-size: 26px;
    font-size: 2.6rem;
}
.page-ttl-02 {
    font-size: 12px;
    font-size: 1.2rem;
}
.section-06tel .tell {
    padding: 5px;
}
.section-06tel .tell .tell-num {
    font-size: 27px;
    font-size: 2.7rem;
}
.section-06tel .tell .tell-txt {
    width: auto;
    font-size: 10px;
}
.section-06tel .tell .tell-num a:before {
    top: -1px;
}
}

@media only screen and (max-width: 350px) {
.header-logo {
    width: 170px;
}
.hn2-menu li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 16px;
}
}

/* IE10以降に適用する */
/* IE（IE10以降）のみ、游ゴシックを表示しないようにする（ベースラインが他のブラウザと合わないため） */
@media all and (-ms-high-contrast:none) {
body.ua-desktop {
    font-family: "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
/*plus*/

.box_gr {
    background-color: #f7f7f7;
    padding: 15px 25px 10px;
    margin: 30px 0 20px 0;
    overflow: hidden;
}
.box_gr .ttl {
    color: #1d2a73;
    font-weight: bold;
}
.box_gr .ttl span {
    padding: 0 3px 2px;
}
.markerline {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ccdc25 0%) repeat scroll 0 0;
}
.box50 {
    width: 58%;
}
.cont-01 .s6cnttxt {
    width: 78%;
}
.clear {
    clear: both;
}
.alignright {
    float: right;
    margin-left: 20px;
}
.font12 {
    font-size: 12px;
}
.bt_link {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    padding: 5px 8px;
    background: #1d2a73;
    text-align: center;
    position: relative;
    width: 190px;
}
.bt_link a, .bt_link_pink a {
    color: #fff !important;
}
.bt_link:after, .bt_link_pink:after {
    content: " ";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.bt_link_pink {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    padding: 5px 8px;
    background: #bc648f;
    text-align: center;
    position: relative;
    width: 190px;
}
.link_txt {
    box-sizing: border-box;
    padding-right: 15px;
    color: #fff;
}
.incho dl {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 24px;
    font-size: 14px;
    margin: 0px 20px;
}
.incho dt {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
}
.incho dd {
    margin-left: 80px;
    margin-bottom: 10px;
}



/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
.box50 {
    width: 100%;
}
.alignright {
    float: none;
    margin-bottom: 20px;
    width: 100%;
}
.page-itr-txt {
    line-height: 26px;
}
.txt {
    line-height: 26px;
}
.w48 {
    width: 100%;
}
/*kango*/
.kango .cont {
    margin: 20px 0 0 0;
    padding: 0 0 10px 65px;
    border-bottom: 1px solid #bc648f;
    overflow: hidden;
}
.s6cnthd_pink {
    position: relative;
    padding: 15px 0;
}
.s6cnthd_pink span {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 28px;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    background-color: #bc648f;
    border-radius: 15px;
    left: -58px;
    top: 8px;
    font-weight: 400;
    line-height: 40px;
}
.kango_gaiyou dl {
    display: table;
    border-bottom: 2px solid #bc648f;
    width: 100%;
}
.kango_gaiyou dt {
    display: table-cell;
    width: 120px;
    padding: 16px 0;
    font-weight: 700;
    text-align: center;
}
.kango_gaiyou dd {
    display: table-cell;
    padding: 16px 0 16px 30px;
    line-height: 1.7;
}
.kango_gaiyou dd .rddtl {
    margin: 0 0 0 1em;
}
.kango_gaiyou dd .rddtl li {
    position: relative;
}
.kango_gaiyou dd .rddtl li:before {
    content: "・";
    display: block;
    position: absolute;
    left: -0.5em;
}
.kango_rec {
    margin: 15px 30px;
    padding: 30px;
    background-color: #f7f7f7;
    overflow: hidden;
}
.kango_rec dt {
    float: left;
    clear: left;
    margin-right: 0.5em;
    width: 80px;
    margin-bottom: 15px;
    color: #bc648f;
    font-weight: 600;
}
.kango_rec dd {
    float: left;
    margin-left: 1em;
    margin-bottom: 15px;
}
#contact {
    margin: 20px;
    padding: 40px;
    background: #F7F7F7;
}
.form01 {
    width: 60% !important;
}
.form02 {
    width: 30% !important;
    float: left;
    margin-right: 10px;
}
.form03 {
    margin-top: -15px;
    margin-bottom: 25px;
    display: initial;
    margin-left: 10px;
}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
 .kango .cont {
 padding: 0 0 10px 20px;
}
 .s6cnthd_pink span {
 font-size: 18px;
 width: 25px;
 height: 25px;
 border-radius: 10px;
 left: -31px;
 top: 13px;
}
 .kango_gaiyou dd {
 padding: 16px 0 16px 0px;
 font-size: 14px;
}
 .kango_gaiyou dt {
 font-size: 14px;
}
 .fl-right {
 float: none;
 margin: 20px 0px;
}
.fl-right img, .fl-left img {
 width: 100%;
}
.fl-left {
 float: none;
 margin: 20px 0px;
}
.box_gr {
 padding: 15px 10px 10px;
}
ol {
margin-left: 0px;
}
 .link-wrap .detail a {
margin-top: 10px;
 font-size: 16px;
}
.bk_bl {
 padding-top: 50px;
 padding-bottom: 50px;
}
 .bk_w {
 background-color: #fff;
 padding-top: 30px;
 padding-bottom: 30px;
}
.bk_w30 {
 background-color: #fff;
 padding: 10px !important;
}
 .page-itr {
 text-align: center;
 padding: 30px 0 35px;
}
.page-itr-ttl {
 font-size: 16px;
}
.abtbtnicon {
 display: inline-block;
 width: 20px;
 vertical-align: -5%;
 margin: 5px 5px 0 0;
}
.h2_bl {
 font-size: 20px;
 width: 90%;
}
.h2_pk {
 font-size: 20px;
 width: 90%;
}
.h3_min {
 font-size: 20px;
}
 .w70,  .w70_c {
 width: 100% !important;
}
	.w10 {
	padding: 10px;
	}
 .cont-03inbx {
 padding: 15px;
 margin: 0 0 70px;
}
.cnt3hd {
 font-size: 12px;
}
.cnt3hd span {
 font-size: 16px;
}
.cnt3lst {
 font-size: 14px;
}
.media {
 width: 100%;
 margin: 0px auto;
}
.media li {
 width: 100%;
 float: none;
 list-style: none;
 margin-left: 0px;
 margin-right: 0px;
}
 .cont-03inbxlf {
 float: none;
 width: auto;
}
.con1txtwrp {
 width: 100%;
}
.cont1img {
 width: 100%;
 text-align: center;
}
.fl-right img, .fl-left img {
 width: 100%;
}
.section-02 dt {
 font-size: 14px;
}
.section-02 dd {
 padding: 16px 0 16px 10px;
 font-size: 14px;
}
.fl-left {
 float: none;
 margin: 20px 0px;
}
.s6cntimg {
 width: 100%;
}
.cont-03inbxrght {
 width: 100%;
}
.section-01 .cont-01 {
 width: 100%;
}
 .section-06 .cont {
 padding: 0 0 10px 20px;
}
.section-01 .cont-02 {
 width: 100%;
 margin-top: 0;
 text-align: center;
}
 .s6cnthd {
 padding: 15px 0px 15px 20px;
}
.cont-01 .s6cnttxt {
 width: 100%;
 font-size: 14px;
 line-height: 20px;
}
.s6cnthd {
 padding: 15px 0px 15px 20px;
}
 .fl-right img, .fl-left img {
 width: 100%;
}
.section-06 .cont {
 padding: 0 0 10px 20px;
}
 .s6cnthd span {
 font-size: 18px;
 width: 25px;
 height: 25px;
 border-radius: 10px;
 left: -15px;
 top: 13px;
}
.incho dl {
background-color: #f7f7f7;
 padding: 10px;
margin: 0px 0px;
}
 .incho dt {
 float:left;
 font-weight: bold;
 margin-bottom: 10px;
}
 .incho dd {
 margin-left:80px;
 margin-bottom: 10px;
}
.kango_rec {
 margin: 10px 0px;
 padding: 15px;
 font-size: 14px;
}
.kango_rec dt {
 width: 20%;
}
.kango_rec dd {
 margin-left: 0px;
 width: 75%;
}
#contact {
 margin: 0px;
 padding: 10px;
}
 .form01 {
 width: 100% !important;
}
 .section-08 {
 padding: 20px 0 20px 0;
}
 .section-08 .news-wrap {
 padding: 0;
 margin-top: 15px;
}
 .section-08 .news .date {
 font-size: 12px;
 font-size: 1.2rem;
 color: #1d2a73;
}
 .section-08 .news .txt {
 font-size: 13px;
 font-size: 1.3rem;
 color: #1d2a73;
}
 .section-08 .link-wrap {
 text-align: center;
 float: none;
 margin-right: 0;
}
 .section-08 .link-wrap .detail a {
 padding: 2px 18px;
}
}
/*header 件数*/
.nav_01 {
    overflow: hidden;
}
.nav_01 .grid-02 > li {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
}
.nav_01 .grid-02 > .cont:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 200%;
    height: 100%;
}
.nav_01 .grid-02 > .cont .cmn-ttl-02 {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
}
.nav_01 .grid-02 > .cont-01 {
    color: #1d2a73;
}
.nav_01 .grid-02 > .cont-02 {
    color: #1d2a73;
}
.nav_01 .grid-02 > .cont-01:before {
    background: #9fe7fe;
    left: auto;
    right: 0;
}
.nav_01 .grid-02 > .cont-02:before {
    background: #fffdb0;
}
.nav_01 .grid-02 > .cont-01 .cmn-ttl-02 {
    color: #1d2a73;
}
.nav_01 .grid-02 > .cont-01 .cmn-ttl-02 .bar:before {
    background: #1d2a73;
}
.nav_01 .grid-02 .elm {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 10px;
}
.nav_01 .status {
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    margin: 10px 0;
}
.nav_01 .status li {
    margin-left: 22px;
    display: inline-block;
    vertical-align: middle;
}
.nav_01 .status .ttl {
    padding-top: 6px;
}
.nav_01 .status .date .num {
    font-size: 20px;
    font-size: 2.0rem;
    color: #f76aa5;
    font-weight: 600;
}
.nav_01 .status .detail {
    min-width: 130px;
}
.nav_01 .status .detail a {
    color: #1d2a73;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    padding: 5px 8px;
    background: #fffdb0;
    text-align: center;
    position: relative;
}
.nav_01 .status .detail a .link {
    box-sizing: border-box;
    padding-right: 20px;
}
.nav_01 .status .detail a .link:after {
    content: " ";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.nav_01 .cont-02 .elm .txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 22px;
}
.nav_01 .cont-02 .elm .txt .num {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    margin-left: 15px;
    color: #f00;
}
.nav_01 .pfm {
    font-size: 0;
    margin-top: 18px;
    margin-left: 22px;
}
.nav_01 .pfm li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
}
.nav_01 .pfm .detail {
    min-width: 130px;
}
.nav_01 .pfm .detail a {
    color: #1d2a73;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    padding: 5px 8px;
    background: #9fe7fe;
    text-align: center;
    position: relative;
}
.nav_01 .pfm .detail a .link {
    box-sizing: border-box;
    padding-right: 20px;
}
.nav_01 .pfm .detail a .link:after {
    content: " ";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.header-jisseki .cmn-ttl-02 {
    display: none;
}
.header-jisseki .txt {
    color: #f00;
    margin-left: 16px;
}
.header-jisseki .bar {
    display: none;
}
.header-jisseki .small {
    display: none;
}
 @media only screen and (max-width: 768px) {
 .nav_01 .grid-02 {
 display: block;
 width: auto;
 padding: 0;
}
 .nav_01 .grid-02 > .cont:before {
 width: 100%;
}
 .nav_01 .grid-02 > .cont .cmn-ttl-02 {
 font-size: 21px;
 font-size: 2.1rem;
 margin-bottom: 0;
}
 .nav_01 .grid-02 > li {
 display: block;
 width: auto;
}
 .nav_01 .grid-02 .elm {
 padding-right: 20px;
 padding-left: 20px;
 padding-bottom: 10px;
}
 .nav_01 .status {
 display: inline-block;
 vertical-align: top;
 width: 100%;
 text-align: left;
 margin: 0 0 5px 0;
}
 .nav_01 .status .ttl {
 font-size: 16px;
 font-size: 1.6rem;
 padding-top: 4px;
}
 .nav_01 .status .date {
 font-size: 14px;
 font-size: 1.4rem;
}
 .nav_01 .status .date .num {
 font-size: 18px;
 font-size: 1.8rem;
}
 .nav_01 .status .detail {
 float: right;
 display: block;
 margin-top: 5px;
 min-width: 136px;
 display: none;
}
 .nav_01 .cmn-ttl-02 .bar {
 display: none;
}
 .nav_01 .status .detail a {
 font-size: 15px;
 font-size: 1.5rem;
 padding: 2px 8px;
}
 .nav_01 .cont-02 .elm .txt .num {
 font-size: 17px;
 font-size: 1.7rem;
}
 .nav_01 .pfm {
 margin-top: 10px;
 display: none;
}
 .nav_01 .pfm .detail a {
 font-size: 15px;
 font-size: 1.5rem;
}
}
}

.grecaptcha-badge {
  display: none;
}
